package-lock.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972
  1. {
  2. "name": "Front-End CRUD RESTAURANTE",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "@tailwindcss/postcss": "^4.1.10",
  9. "daisyui": "^5.0.43"
  10. },
  11. "devDependencies": {
  12. "autoprefixer": "^10.4.21",
  13. "postcss": "^8.5.5",
  14. "tailwindcss": "^4.1.10"
  15. }
  16. },
  17. "node_modules/@alloc/quick-lru": {
  18. "version": "5.2.0",
  19. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  20. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  21. "license": "MIT",
  22. "engines": {
  23. "node": ">=10"
  24. },
  25. "funding": {
  26. "url": "https://github.com/sponsors/sindresorhus"
  27. }
  28. },
  29. "node_modules/@ampproject/remapping": {
  30. "version": "2.3.0",
  31. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  32. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  33. "license": "Apache-2.0",
  34. "dependencies": {
  35. "@jridgewell/gen-mapping": "^0.3.5",
  36. "@jridgewell/trace-mapping": "^0.3.24"
  37. },
  38. "engines": {
  39. "node": ">=6.0.0"
  40. }
  41. },
  42. "node_modules/@isaacs/fs-minipass": {
  43. "version": "4.0.1",
  44. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  45. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  46. "license": "ISC",
  47. "dependencies": {
  48. "minipass": "^7.0.4"
  49. },
  50. "engines": {
  51. "node": ">=18.0.0"
  52. }
  53. },
  54. "node_modules/@jridgewell/gen-mapping": {
  55. "version": "0.3.8",
  56. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  57. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  58. "license": "MIT",
  59. "dependencies": {
  60. "@jridgewell/set-array": "^1.2.1",
  61. "@jridgewell/sourcemap-codec": "^1.4.10",
  62. "@jridgewell/trace-mapping": "^0.3.24"
  63. },
  64. "engines": {
  65. "node": ">=6.0.0"
  66. }
  67. },
  68. "node_modules/@jridgewell/resolve-uri": {
  69. "version": "3.1.2",
  70. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  71. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  72. "license": "MIT",
  73. "engines": {
  74. "node": ">=6.0.0"
  75. }
  76. },
  77. "node_modules/@jridgewell/set-array": {
  78. "version": "1.2.1",
  79. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  80. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  81. "license": "MIT",
  82. "engines": {
  83. "node": ">=6.0.0"
  84. }
  85. },
  86. "node_modules/@jridgewell/sourcemap-codec": {
  87. "version": "1.5.0",
  88. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  89. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  90. "license": "MIT"
  91. },
  92. "node_modules/@jridgewell/trace-mapping": {
  93. "version": "0.3.25",
  94. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  95. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  96. "license": "MIT",
  97. "dependencies": {
  98. "@jridgewell/resolve-uri": "^3.1.0",
  99. "@jridgewell/sourcemap-codec": "^1.4.14"
  100. }
  101. },
  102. "node_modules/@tailwindcss/node": {
  103. "version": "4.1.10",
  104. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.10.tgz",
  105. "integrity": "sha512-2ACf1znY5fpRBwRhMgj9ZXvb2XZW8qs+oTfotJ2C5xR0/WNL7UHZ7zXl6s+rUqedL1mNi+0O+WQr5awGowS3PQ==",
  106. "license": "MIT",
  107. "dependencies": {
  108. "@ampproject/remapping": "^2.3.0",
  109. "enhanced-resolve": "^5.18.1",
  110. "jiti": "^2.4.2",
  111. "lightningcss": "1.30.1",
  112. "magic-string": "^0.30.17",
  113. "source-map-js": "^1.2.1",
  114. "tailwindcss": "4.1.10"
  115. }
  116. },
  117. "node_modules/@tailwindcss/oxide": {
  118. "version": "4.1.10",
  119. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.10.tgz",
  120. "integrity": "sha512-v0C43s7Pjw+B9w21htrQwuFObSkio2aV/qPx/mhrRldbqxbWJK6KizM+q7BF1/1CmuLqZqX3CeYF7s7P9fbA8Q==",
  121. "hasInstallScript": true,
  122. "license": "MIT",
  123. "dependencies": {
  124. "detect-libc": "^2.0.4",
  125. "tar": "^7.4.3"
  126. },
  127. "engines": {
  128. "node": ">= 10"
  129. },
  130. "optionalDependencies": {
  131. "@tailwindcss/oxide-android-arm64": "4.1.10",
  132. "@tailwindcss/oxide-darwin-arm64": "4.1.10",
  133. "@tailwindcss/oxide-darwin-x64": "4.1.10",
  134. "@tailwindcss/oxide-freebsd-x64": "4.1.10",
  135. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.10",
  136. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.10",
  137. "@tailwindcss/oxide-linux-arm64-musl": "4.1.10",
  138. "@tailwindcss/oxide-linux-x64-gnu": "4.1.10",
  139. "@tailwindcss/oxide-linux-x64-musl": "4.1.10",
  140. "@tailwindcss/oxide-wasm32-wasi": "4.1.10",
  141. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.10",
  142. "@tailwindcss/oxide-win32-x64-msvc": "4.1.10"
  143. }
  144. },
  145. "node_modules/@tailwindcss/oxide-android-arm64": {
  146. "version": "4.1.10",
  147. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.10.tgz",
  148. "integrity": "sha512-VGLazCoRQ7rtsCzThaI1UyDu/XRYVyH4/EWiaSX6tFglE+xZB5cvtC5Omt0OQ+FfiIVP98su16jDVHDEIuH4iQ==",
  149. "cpu": [
  150. "arm64"
  151. ],
  152. "license": "MIT",
  153. "optional": true,
  154. "os": [
  155. "android"
  156. ],
  157. "engines": {
  158. "node": ">= 10"
  159. }
  160. },
  161. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  162. "version": "4.1.10",
  163. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.10.tgz",
  164. "integrity": "sha512-ZIFqvR1irX2yNjWJzKCqTCcHZbgkSkSkZKbRM3BPzhDL/18idA8uWCoopYA2CSDdSGFlDAxYdU2yBHwAwx8euQ==",
  165. "cpu": [
  166. "arm64"
  167. ],
  168. "license": "MIT",
  169. "optional": true,
  170. "os": [
  171. "darwin"
  172. ],
  173. "engines": {
  174. "node": ">= 10"
  175. }
  176. },
  177. "node_modules/@tailwindcss/oxide-darwin-x64": {
  178. "version": "4.1.10",
  179. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.10.tgz",
  180. "integrity": "sha512-eCA4zbIhWUFDXoamNztmS0MjXHSEJYlvATzWnRiTqJkcUteSjO94PoRHJy1Xbwp9bptjeIxxBHh+zBWFhttbrQ==",
  181. "cpu": [
  182. "x64"
  183. ],
  184. "license": "MIT",
  185. "optional": true,
  186. "os": [
  187. "darwin"
  188. ],
  189. "engines": {
  190. "node": ">= 10"
  191. }
  192. },
  193. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  194. "version": "4.1.10",
  195. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.10.tgz",
  196. "integrity": "sha512-8/392Xu12R0cc93DpiJvNpJ4wYVSiciUlkiOHOSOQNH3adq9Gi/dtySK7dVQjXIOzlpSHjeCL89RUUI8/GTI6g==",
  197. "cpu": [
  198. "x64"
  199. ],
  200. "license": "MIT",
  201. "optional": true,
  202. "os": [
  203. "freebsd"
  204. ],
  205. "engines": {
  206. "node": ">= 10"
  207. }
  208. },
  209. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  210. "version": "4.1.10",
  211. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.10.tgz",
  212. "integrity": "sha512-t9rhmLT6EqeuPT+MXhWhlRYIMSfh5LZ6kBrC4FS6/+M1yXwfCtp24UumgCWOAJVyjQwG+lYva6wWZxrfvB+NhQ==",
  213. "cpu": [
  214. "arm"
  215. ],
  216. "license": "MIT",
  217. "optional": true,
  218. "os": [
  219. "linux"
  220. ],
  221. "engines": {
  222. "node": ">= 10"
  223. }
  224. },
  225. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  226. "version": "4.1.10",
  227. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.10.tgz",
  228. "integrity": "sha512-3oWrlNlxLRxXejQ8zImzrVLuZ/9Z2SeKoLhtCu0hpo38hTO2iL86eFOu4sVR8cZc6n3z7eRXXqtHJECa6mFOvA==",
  229. "cpu": [
  230. "arm64"
  231. ],
  232. "license": "MIT",
  233. "optional": true,
  234. "os": [
  235. "linux"
  236. ],
  237. "engines": {
  238. "node": ">= 10"
  239. }
  240. },
  241. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  242. "version": "4.1.10",
  243. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.10.tgz",
  244. "integrity": "sha512-saScU0cmWvg/Ez4gUmQWr9pvY9Kssxt+Xenfx1LG7LmqjcrvBnw4r9VjkFcqmbBb7GCBwYNcZi9X3/oMda9sqQ==",
  245. "cpu": [
  246. "arm64"
  247. ],
  248. "license": "MIT",
  249. "optional": true,
  250. "os": [
  251. "linux"
  252. ],
  253. "engines": {
  254. "node": ">= 10"
  255. }
  256. },
  257. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  258. "version": "4.1.10",
  259. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.10.tgz",
  260. "integrity": "sha512-/G3ao/ybV9YEEgAXeEg28dyH6gs1QG8tvdN9c2MNZdUXYBaIY/Gx0N6RlJzfLy/7Nkdok4kaxKPHKJUlAaoTdA==",
  261. "cpu": [
  262. "x64"
  263. ],
  264. "license": "MIT",
  265. "optional": true,
  266. "os": [
  267. "linux"
  268. ],
  269. "engines": {
  270. "node": ">= 10"
  271. }
  272. },
  273. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  274. "version": "4.1.10",
  275. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.10.tgz",
  276. "integrity": "sha512-LNr7X8fTiKGRtQGOerSayc2pWJp/9ptRYAa4G+U+cjw9kJZvkopav1AQc5HHD+U364f71tZv6XamaHKgrIoVzA==",
  277. "cpu": [
  278. "x64"
  279. ],
  280. "license": "MIT",
  281. "optional": true,
  282. "os": [
  283. "linux"
  284. ],
  285. "engines": {
  286. "node": ">= 10"
  287. }
  288. },
  289. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  290. "version": "4.1.10",
  291. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.10.tgz",
  292. "integrity": "sha512-d6ekQpopFQJAcIK2i7ZzWOYGZ+A6NzzvQ3ozBvWFdeyqfOZdYHU66g5yr+/HC4ipP1ZgWsqa80+ISNILk+ae/Q==",
  293. "bundleDependencies": [
  294. "@napi-rs/wasm-runtime",
  295. "@emnapi/core",
  296. "@emnapi/runtime",
  297. "@tybys/wasm-util",
  298. "@emnapi/wasi-threads",
  299. "tslib"
  300. ],
  301. "cpu": [
  302. "wasm32"
  303. ],
  304. "license": "MIT",
  305. "optional": true,
  306. "dependencies": {
  307. "@emnapi/core": "^1.4.3",
  308. "@emnapi/runtime": "^1.4.3",
  309. "@emnapi/wasi-threads": "^1.0.2",
  310. "@napi-rs/wasm-runtime": "^0.2.10",
  311. "@tybys/wasm-util": "^0.9.0",
  312. "tslib": "^2.8.0"
  313. },
  314. "engines": {
  315. "node": ">=14.0.0"
  316. }
  317. },
  318. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  319. "version": "4.1.10",
  320. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.10.tgz",
  321. "integrity": "sha512-i1Iwg9gRbwNVOCYmnigWCCgow8nDWSFmeTUU5nbNx3rqbe4p0kRbEqLwLJbYZKmSSp23g4N6rCDmm7OuPBXhDA==",
  322. "cpu": [
  323. "arm64"
  324. ],
  325. "license": "MIT",
  326. "optional": true,
  327. "os": [
  328. "win32"
  329. ],
  330. "engines": {
  331. "node": ">= 10"
  332. }
  333. },
  334. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  335. "version": "4.1.10",
  336. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.10.tgz",
  337. "integrity": "sha512-sGiJTjcBSfGq2DVRtaSljq5ZgZS2SDHSIfhOylkBvHVjwOsodBhnb3HdmiKkVuUGKD0I7G63abMOVaskj1KpOA==",
  338. "cpu": [
  339. "x64"
  340. ],
  341. "license": "MIT",
  342. "optional": true,
  343. "os": [
  344. "win32"
  345. ],
  346. "engines": {
  347. "node": ">= 10"
  348. }
  349. },
  350. "node_modules/@tailwindcss/postcss": {
  351. "version": "4.1.10",
  352. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.10.tgz",
  353. "integrity": "sha512-B+7r7ABZbkXJwpvt2VMnS6ujcDoR2OOcFaqrLIo1xbcdxje4Vf+VgJdBzNNbrAjBj/rLZ66/tlQ1knIGNLKOBQ==",
  354. "license": "MIT",
  355. "dependencies": {
  356. "@alloc/quick-lru": "^5.2.0",
  357. "@tailwindcss/node": "4.1.10",
  358. "@tailwindcss/oxide": "4.1.10",
  359. "postcss": "^8.4.41",
  360. "tailwindcss": "4.1.10"
  361. }
  362. },
  363. "node_modules/autoprefixer": {
  364. "version": "10.4.21",
  365. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  366. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  367. "dev": true,
  368. "funding": [
  369. {
  370. "type": "opencollective",
  371. "url": "https://opencollective.com/postcss/"
  372. },
  373. {
  374. "type": "tidelift",
  375. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  376. },
  377. {
  378. "type": "github",
  379. "url": "https://github.com/sponsors/ai"
  380. }
  381. ],
  382. "license": "MIT",
  383. "dependencies": {
  384. "browserslist": "^4.24.4",
  385. "caniuse-lite": "^1.0.30001702",
  386. "fraction.js": "^4.3.7",
  387. "normalize-range": "^0.1.2",
  388. "picocolors": "^1.1.1",
  389. "postcss-value-parser": "^4.2.0"
  390. },
  391. "bin": {
  392. "autoprefixer": "bin/autoprefixer"
  393. },
  394. "engines": {
  395. "node": "^10 || ^12 || >=14"
  396. },
  397. "peerDependencies": {
  398. "postcss": "^8.1.0"
  399. }
  400. },
  401. "node_modules/browserslist": {
  402. "version": "4.25.0",
  403. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.0.tgz",
  404. "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
  405. "dev": true,
  406. "funding": [
  407. {
  408. "type": "opencollective",
  409. "url": "https://opencollective.com/browserslist"
  410. },
  411. {
  412. "type": "tidelift",
  413. "url": "https://tidelift.com/funding/github/npm/browserslist"
  414. },
  415. {
  416. "type": "github",
  417. "url": "https://github.com/sponsors/ai"
  418. }
  419. ],
  420. "license": "MIT",
  421. "dependencies": {
  422. "caniuse-lite": "^1.0.30001718",
  423. "electron-to-chromium": "^1.5.160",
  424. "node-releases": "^2.0.19",
  425. "update-browserslist-db": "^1.1.3"
  426. },
  427. "bin": {
  428. "browserslist": "cli.js"
  429. },
  430. "engines": {
  431. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  432. }
  433. },
  434. "node_modules/caniuse-lite": {
  435. "version": "1.0.30001723",
  436. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001723.tgz",
  437. "integrity": "sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==",
  438. "dev": true,
  439. "funding": [
  440. {
  441. "type": "opencollective",
  442. "url": "https://opencollective.com/browserslist"
  443. },
  444. {
  445. "type": "tidelift",
  446. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  447. },
  448. {
  449. "type": "github",
  450. "url": "https://github.com/sponsors/ai"
  451. }
  452. ],
  453. "license": "CC-BY-4.0"
  454. },
  455. "node_modules/chownr": {
  456. "version": "3.0.0",
  457. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  458. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  459. "license": "BlueOak-1.0.0",
  460. "engines": {
  461. "node": ">=18"
  462. }
  463. },
  464. "node_modules/daisyui": {
  465. "version": "5.0.43",
  466. "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.43.tgz",
  467. "integrity": "sha512-2pshHJ73vetSpsbAyaOncGnNYL0mwvgseS1EWy1I9Qpw8D11OuBoDNIWrPIME4UFcq2xuff3A9x+eXbuFR9fUQ==",
  468. "license": "MIT",
  469. "funding": {
  470. "url": "https://github.com/saadeghi/daisyui?sponsor=1"
  471. }
  472. },
  473. "node_modules/detect-libc": {
  474. "version": "2.0.4",
  475. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
  476. "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
  477. "license": "Apache-2.0",
  478. "engines": {
  479. "node": ">=8"
  480. }
  481. },
  482. "node_modules/electron-to-chromium": {
  483. "version": "1.5.167",
  484. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.167.tgz",
  485. "integrity": "sha512-LxcRvnYO5ez2bMOFpbuuVuAI5QNeY1ncVytE/KXaL6ZNfzX1yPlAO0nSOyIHx2fVAuUprMqPs/TdVhUFZy7SIQ==",
  486. "dev": true,
  487. "license": "ISC"
  488. },
  489. "node_modules/enhanced-resolve": {
  490. "version": "5.18.1",
  491. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
  492. "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
  493. "license": "MIT",
  494. "dependencies": {
  495. "graceful-fs": "^4.2.4",
  496. "tapable": "^2.2.0"
  497. },
  498. "engines": {
  499. "node": ">=10.13.0"
  500. }
  501. },
  502. "node_modules/escalade": {
  503. "version": "3.2.0",
  504. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  505. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  506. "dev": true,
  507. "license": "MIT",
  508. "engines": {
  509. "node": ">=6"
  510. }
  511. },
  512. "node_modules/fraction.js": {
  513. "version": "4.3.7",
  514. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  515. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  516. "dev": true,
  517. "license": "MIT",
  518. "engines": {
  519. "node": "*"
  520. },
  521. "funding": {
  522. "type": "patreon",
  523. "url": "https://github.com/sponsors/rawify"
  524. }
  525. },
  526. "node_modules/graceful-fs": {
  527. "version": "4.2.11",
  528. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  529. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  530. "license": "ISC"
  531. },
  532. "node_modules/jiti": {
  533. "version": "2.4.2",
  534. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
  535. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  536. "license": "MIT",
  537. "bin": {
  538. "jiti": "lib/jiti-cli.mjs"
  539. }
  540. },
  541. "node_modules/lightningcss": {
  542. "version": "1.30.1",
  543. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
  544. "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
  545. "license": "MPL-2.0",
  546. "dependencies": {
  547. "detect-libc": "^2.0.3"
  548. },
  549. "engines": {
  550. "node": ">= 12.0.0"
  551. },
  552. "funding": {
  553. "type": "opencollective",
  554. "url": "https://opencollective.com/parcel"
  555. },
  556. "optionalDependencies": {
  557. "lightningcss-darwin-arm64": "1.30.1",
  558. "lightningcss-darwin-x64": "1.30.1",
  559. "lightningcss-freebsd-x64": "1.30.1",
  560. "lightningcss-linux-arm-gnueabihf": "1.30.1",
  561. "lightningcss-linux-arm64-gnu": "1.30.1",
  562. "lightningcss-linux-arm64-musl": "1.30.1",
  563. "lightningcss-linux-x64-gnu": "1.30.1",
  564. "lightningcss-linux-x64-musl": "1.30.1",
  565. "lightningcss-win32-arm64-msvc": "1.30.1",
  566. "lightningcss-win32-x64-msvc": "1.30.1"
  567. }
  568. },
  569. "node_modules/lightningcss-darwin-arm64": {
  570. "version": "1.30.1",
  571. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
  572. "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
  573. "cpu": [
  574. "arm64"
  575. ],
  576. "license": "MPL-2.0",
  577. "optional": true,
  578. "os": [
  579. "darwin"
  580. ],
  581. "engines": {
  582. "node": ">= 12.0.0"
  583. },
  584. "funding": {
  585. "type": "opencollective",
  586. "url": "https://opencollective.com/parcel"
  587. }
  588. },
  589. "node_modules/lightningcss-darwin-x64": {
  590. "version": "1.30.1",
  591. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
  592. "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
  593. "cpu": [
  594. "x64"
  595. ],
  596. "license": "MPL-2.0",
  597. "optional": true,
  598. "os": [
  599. "darwin"
  600. ],
  601. "engines": {
  602. "node": ">= 12.0.0"
  603. },
  604. "funding": {
  605. "type": "opencollective",
  606. "url": "https://opencollective.com/parcel"
  607. }
  608. },
  609. "node_modules/lightningcss-freebsd-x64": {
  610. "version": "1.30.1",
  611. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
  612. "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
  613. "cpu": [
  614. "x64"
  615. ],
  616. "license": "MPL-2.0",
  617. "optional": true,
  618. "os": [
  619. "freebsd"
  620. ],
  621. "engines": {
  622. "node": ">= 12.0.0"
  623. },
  624. "funding": {
  625. "type": "opencollective",
  626. "url": "https://opencollective.com/parcel"
  627. }
  628. },
  629. "node_modules/lightningcss-linux-arm-gnueabihf": {
  630. "version": "1.30.1",
  631. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
  632. "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
  633. "cpu": [
  634. "arm"
  635. ],
  636. "license": "MPL-2.0",
  637. "optional": true,
  638. "os": [
  639. "linux"
  640. ],
  641. "engines": {
  642. "node": ">= 12.0.0"
  643. },
  644. "funding": {
  645. "type": "opencollective",
  646. "url": "https://opencollective.com/parcel"
  647. }
  648. },
  649. "node_modules/lightningcss-linux-arm64-gnu": {
  650. "version": "1.30.1",
  651. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
  652. "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
  653. "cpu": [
  654. "arm64"
  655. ],
  656. "license": "MPL-2.0",
  657. "optional": true,
  658. "os": [
  659. "linux"
  660. ],
  661. "engines": {
  662. "node": ">= 12.0.0"
  663. },
  664. "funding": {
  665. "type": "opencollective",
  666. "url": "https://opencollective.com/parcel"
  667. }
  668. },
  669. "node_modules/lightningcss-linux-arm64-musl": {
  670. "version": "1.30.1",
  671. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
  672. "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
  673. "cpu": [
  674. "arm64"
  675. ],
  676. "license": "MPL-2.0",
  677. "optional": true,
  678. "os": [
  679. "linux"
  680. ],
  681. "engines": {
  682. "node": ">= 12.0.0"
  683. },
  684. "funding": {
  685. "type": "opencollective",
  686. "url": "https://opencollective.com/parcel"
  687. }
  688. },
  689. "node_modules/lightningcss-linux-x64-gnu": {
  690. "version": "1.30.1",
  691. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
  692. "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
  693. "cpu": [
  694. "x64"
  695. ],
  696. "license": "MPL-2.0",
  697. "optional": true,
  698. "os": [
  699. "linux"
  700. ],
  701. "engines": {
  702. "node": ">= 12.0.0"
  703. },
  704. "funding": {
  705. "type": "opencollective",
  706. "url": "https://opencollective.com/parcel"
  707. }
  708. },
  709. "node_modules/lightningcss-linux-x64-musl": {
  710. "version": "1.30.1",
  711. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
  712. "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
  713. "cpu": [
  714. "x64"
  715. ],
  716. "license": "MPL-2.0",
  717. "optional": true,
  718. "os": [
  719. "linux"
  720. ],
  721. "engines": {
  722. "node": ">= 12.0.0"
  723. },
  724. "funding": {
  725. "type": "opencollective",
  726. "url": "https://opencollective.com/parcel"
  727. }
  728. },
  729. "node_modules/lightningcss-win32-arm64-msvc": {
  730. "version": "1.30.1",
  731. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
  732. "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
  733. "cpu": [
  734. "arm64"
  735. ],
  736. "license": "MPL-2.0",
  737. "optional": true,
  738. "os": [
  739. "win32"
  740. ],
  741. "engines": {
  742. "node": ">= 12.0.0"
  743. },
  744. "funding": {
  745. "type": "opencollective",
  746. "url": "https://opencollective.com/parcel"
  747. }
  748. },
  749. "node_modules/lightningcss-win32-x64-msvc": {
  750. "version": "1.30.1",
  751. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
  752. "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
  753. "cpu": [
  754. "x64"
  755. ],
  756. "license": "MPL-2.0",
  757. "optional": true,
  758. "os": [
  759. "win32"
  760. ],
  761. "engines": {
  762. "node": ">= 12.0.0"
  763. },
  764. "funding": {
  765. "type": "opencollective",
  766. "url": "https://opencollective.com/parcel"
  767. }
  768. },
  769. "node_modules/magic-string": {
  770. "version": "0.30.17",
  771. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
  772. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  773. "license": "MIT",
  774. "dependencies": {
  775. "@jridgewell/sourcemap-codec": "^1.5.0"
  776. }
  777. },
  778. "node_modules/minipass": {
  779. "version": "7.1.2",
  780. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  781. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  782. "license": "ISC",
  783. "engines": {
  784. "node": ">=16 || 14 >=14.17"
  785. }
  786. },
  787. "node_modules/minizlib": {
  788. "version": "3.0.2",
  789. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz",
  790. "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
  791. "license": "MIT",
  792. "dependencies": {
  793. "minipass": "^7.1.2"
  794. },
  795. "engines": {
  796. "node": ">= 18"
  797. }
  798. },
  799. "node_modules/mkdirp": {
  800. "version": "3.0.1",
  801. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
  802. "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
  803. "license": "MIT",
  804. "bin": {
  805. "mkdirp": "dist/cjs/src/bin.js"
  806. },
  807. "engines": {
  808. "node": ">=10"
  809. },
  810. "funding": {
  811. "url": "https://github.com/sponsors/isaacs"
  812. }
  813. },
  814. "node_modules/nanoid": {
  815. "version": "3.3.11",
  816. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  817. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  818. "funding": [
  819. {
  820. "type": "github",
  821. "url": "https://github.com/sponsors/ai"
  822. }
  823. ],
  824. "license": "MIT",
  825. "bin": {
  826. "nanoid": "bin/nanoid.cjs"
  827. },
  828. "engines": {
  829. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  830. }
  831. },
  832. "node_modules/node-releases": {
  833. "version": "2.0.19",
  834. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
  835. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  836. "dev": true,
  837. "license": "MIT"
  838. },
  839. "node_modules/normalize-range": {
  840. "version": "0.1.2",
  841. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  842. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  843. "dev": true,
  844. "license": "MIT",
  845. "engines": {
  846. "node": ">=0.10.0"
  847. }
  848. },
  849. "node_modules/picocolors": {
  850. "version": "1.1.1",
  851. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  852. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  853. "license": "ISC"
  854. },
  855. "node_modules/postcss": {
  856. "version": "8.5.5",
  857. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.5.tgz",
  858. "integrity": "sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==",
  859. "funding": [
  860. {
  861. "type": "opencollective",
  862. "url": "https://opencollective.com/postcss/"
  863. },
  864. {
  865. "type": "tidelift",
  866. "url": "https://tidelift.com/funding/github/npm/postcss"
  867. },
  868. {
  869. "type": "github",
  870. "url": "https://github.com/sponsors/ai"
  871. }
  872. ],
  873. "license": "MIT",
  874. "dependencies": {
  875. "nanoid": "^3.3.11",
  876. "picocolors": "^1.1.1",
  877. "source-map-js": "^1.2.1"
  878. },
  879. "engines": {
  880. "node": "^10 || ^12 || >=14"
  881. }
  882. },
  883. "node_modules/postcss-value-parser": {
  884. "version": "4.2.0",
  885. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  886. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  887. "dev": true,
  888. "license": "MIT"
  889. },
  890. "node_modules/source-map-js": {
  891. "version": "1.2.1",
  892. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  893. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  894. "license": "BSD-3-Clause",
  895. "engines": {
  896. "node": ">=0.10.0"
  897. }
  898. },
  899. "node_modules/tailwindcss": {
  900. "version": "4.1.10",
  901. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.10.tgz",
  902. "integrity": "sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==",
  903. "license": "MIT"
  904. },
  905. "node_modules/tapable": {
  906. "version": "2.2.2",
  907. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz",
  908. "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
  909. "license": "MIT",
  910. "engines": {
  911. "node": ">=6"
  912. }
  913. },
  914. "node_modules/tar": {
  915. "version": "7.4.3",
  916. "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
  917. "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
  918. "license": "ISC",
  919. "dependencies": {
  920. "@isaacs/fs-minipass": "^4.0.0",
  921. "chownr": "^3.0.0",
  922. "minipass": "^7.1.2",
  923. "minizlib": "^3.0.1",
  924. "mkdirp": "^3.0.1",
  925. "yallist": "^5.0.0"
  926. },
  927. "engines": {
  928. "node": ">=18"
  929. }
  930. },
  931. "node_modules/update-browserslist-db": {
  932. "version": "1.1.3",
  933. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  934. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  935. "dev": true,
  936. "funding": [
  937. {
  938. "type": "opencollective",
  939. "url": "https://opencollective.com/browserslist"
  940. },
  941. {
  942. "type": "tidelift",
  943. "url": "https://tidelift.com/funding/github/npm/browserslist"
  944. },
  945. {
  946. "type": "github",
  947. "url": "https://github.com/sponsors/ai"
  948. }
  949. ],
  950. "license": "MIT",
  951. "dependencies": {
  952. "escalade": "^3.2.0",
  953. "picocolors": "^1.1.1"
  954. },
  955. "bin": {
  956. "update-browserslist-db": "cli.js"
  957. },
  958. "peerDependencies": {
  959. "browserslist": ">= 4.21.0"
  960. }
  961. },
  962. "node_modules/yallist": {
  963. "version": "5.0.0",
  964. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  965. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  966. "license": "BlueOak-1.0.0",
  967. "engines": {
  968. "node": ">=18"
  969. }
  970. }
  971. }
  972. }