package-lock.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. {
  2. "name": "doc",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "doc",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "adm-zip": "^0.5.17",
  13. "sharp": "^0.34.5"
  14. }
  15. },
  16. "node_modules/@emnapi/runtime": {
  17. "version": "1.11.0",
  18. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.11.0.tgz",
  19. "integrity": "sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==",
  20. "license": "MIT",
  21. "optional": true,
  22. "dependencies": {
  23. "tslib": "^2.4.0"
  24. }
  25. },
  26. "node_modules/@img/colour": {
  27. "version": "1.1.0",
  28. "resolved": "https://registry.npmmirror.com/@img/colour/-/colour-1.1.0.tgz",
  29. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  30. "license": "MIT",
  31. "engines": {
  32. "node": ">=18"
  33. }
  34. },
  35. "node_modules/@img/sharp-darwin-arm64": {
  36. "version": "0.34.5",
  37. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  38. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  39. "cpu": [
  40. "arm64"
  41. ],
  42. "license": "Apache-2.0",
  43. "optional": true,
  44. "os": [
  45. "darwin"
  46. ],
  47. "engines": {
  48. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  49. },
  50. "funding": {
  51. "url": "https://opencollective.com/libvips"
  52. },
  53. "optionalDependencies": {
  54. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  55. }
  56. },
  57. "node_modules/@img/sharp-darwin-x64": {
  58. "version": "0.34.5",
  59. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  60. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  61. "cpu": [
  62. "x64"
  63. ],
  64. "license": "Apache-2.0",
  65. "optional": true,
  66. "os": [
  67. "darwin"
  68. ],
  69. "engines": {
  70. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  71. },
  72. "funding": {
  73. "url": "https://opencollective.com/libvips"
  74. },
  75. "optionalDependencies": {
  76. "@img/sharp-libvips-darwin-x64": "1.2.4"
  77. }
  78. },
  79. "node_modules/@img/sharp-libvips-darwin-arm64": {
  80. "version": "1.2.4",
  81. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  82. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  83. "cpu": [
  84. "arm64"
  85. ],
  86. "license": "LGPL-3.0-or-later",
  87. "optional": true,
  88. "os": [
  89. "darwin"
  90. ],
  91. "funding": {
  92. "url": "https://opencollective.com/libvips"
  93. }
  94. },
  95. "node_modules/@img/sharp-libvips-darwin-x64": {
  96. "version": "1.2.4",
  97. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  98. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  99. "cpu": [
  100. "x64"
  101. ],
  102. "license": "LGPL-3.0-or-later",
  103. "optional": true,
  104. "os": [
  105. "darwin"
  106. ],
  107. "funding": {
  108. "url": "https://opencollective.com/libvips"
  109. }
  110. },
  111. "node_modules/@img/sharp-libvips-linux-arm": {
  112. "version": "1.2.4",
  113. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  114. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  115. "cpu": [
  116. "arm"
  117. ],
  118. "license": "LGPL-3.0-or-later",
  119. "optional": true,
  120. "os": [
  121. "linux"
  122. ],
  123. "funding": {
  124. "url": "https://opencollective.com/libvips"
  125. }
  126. },
  127. "node_modules/@img/sharp-libvips-linux-arm64": {
  128. "version": "1.2.4",
  129. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  130. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  131. "cpu": [
  132. "arm64"
  133. ],
  134. "license": "LGPL-3.0-or-later",
  135. "optional": true,
  136. "os": [
  137. "linux"
  138. ],
  139. "funding": {
  140. "url": "https://opencollective.com/libvips"
  141. }
  142. },
  143. "node_modules/@img/sharp-libvips-linux-ppc64": {
  144. "version": "1.2.4",
  145. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  146. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  147. "cpu": [
  148. "ppc64"
  149. ],
  150. "license": "LGPL-3.0-or-later",
  151. "optional": true,
  152. "os": [
  153. "linux"
  154. ],
  155. "funding": {
  156. "url": "https://opencollective.com/libvips"
  157. }
  158. },
  159. "node_modules/@img/sharp-libvips-linux-riscv64": {
  160. "version": "1.2.4",
  161. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  162. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  163. "cpu": [
  164. "riscv64"
  165. ],
  166. "license": "LGPL-3.0-or-later",
  167. "optional": true,
  168. "os": [
  169. "linux"
  170. ],
  171. "funding": {
  172. "url": "https://opencollective.com/libvips"
  173. }
  174. },
  175. "node_modules/@img/sharp-libvips-linux-s390x": {
  176. "version": "1.2.4",
  177. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  178. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  179. "cpu": [
  180. "s390x"
  181. ],
  182. "license": "LGPL-3.0-or-later",
  183. "optional": true,
  184. "os": [
  185. "linux"
  186. ],
  187. "funding": {
  188. "url": "https://opencollective.com/libvips"
  189. }
  190. },
  191. "node_modules/@img/sharp-libvips-linux-x64": {
  192. "version": "1.2.4",
  193. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  194. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  195. "cpu": [
  196. "x64"
  197. ],
  198. "license": "LGPL-3.0-or-later",
  199. "optional": true,
  200. "os": [
  201. "linux"
  202. ],
  203. "funding": {
  204. "url": "https://opencollective.com/libvips"
  205. }
  206. },
  207. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  208. "version": "1.2.4",
  209. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  210. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  211. "cpu": [
  212. "arm64"
  213. ],
  214. "license": "LGPL-3.0-or-later",
  215. "optional": true,
  216. "os": [
  217. "linux"
  218. ],
  219. "funding": {
  220. "url": "https://opencollective.com/libvips"
  221. }
  222. },
  223. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  224. "version": "1.2.4",
  225. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  226. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  227. "cpu": [
  228. "x64"
  229. ],
  230. "license": "LGPL-3.0-or-later",
  231. "optional": true,
  232. "os": [
  233. "linux"
  234. ],
  235. "funding": {
  236. "url": "https://opencollective.com/libvips"
  237. }
  238. },
  239. "node_modules/@img/sharp-linux-arm": {
  240. "version": "0.34.5",
  241. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  242. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  243. "cpu": [
  244. "arm"
  245. ],
  246. "license": "Apache-2.0",
  247. "optional": true,
  248. "os": [
  249. "linux"
  250. ],
  251. "engines": {
  252. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  253. },
  254. "funding": {
  255. "url": "https://opencollective.com/libvips"
  256. },
  257. "optionalDependencies": {
  258. "@img/sharp-libvips-linux-arm": "1.2.4"
  259. }
  260. },
  261. "node_modules/@img/sharp-linux-arm64": {
  262. "version": "0.34.5",
  263. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  264. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  265. "cpu": [
  266. "arm64"
  267. ],
  268. "license": "Apache-2.0",
  269. "optional": true,
  270. "os": [
  271. "linux"
  272. ],
  273. "engines": {
  274. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  275. },
  276. "funding": {
  277. "url": "https://opencollective.com/libvips"
  278. },
  279. "optionalDependencies": {
  280. "@img/sharp-libvips-linux-arm64": "1.2.4"
  281. }
  282. },
  283. "node_modules/@img/sharp-linux-ppc64": {
  284. "version": "0.34.5",
  285. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  286. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  287. "cpu": [
  288. "ppc64"
  289. ],
  290. "license": "Apache-2.0",
  291. "optional": true,
  292. "os": [
  293. "linux"
  294. ],
  295. "engines": {
  296. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  297. },
  298. "funding": {
  299. "url": "https://opencollective.com/libvips"
  300. },
  301. "optionalDependencies": {
  302. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  303. }
  304. },
  305. "node_modules/@img/sharp-linux-riscv64": {
  306. "version": "0.34.5",
  307. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  308. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  309. "cpu": [
  310. "riscv64"
  311. ],
  312. "license": "Apache-2.0",
  313. "optional": true,
  314. "os": [
  315. "linux"
  316. ],
  317. "engines": {
  318. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  319. },
  320. "funding": {
  321. "url": "https://opencollective.com/libvips"
  322. },
  323. "optionalDependencies": {
  324. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  325. }
  326. },
  327. "node_modules/@img/sharp-linux-s390x": {
  328. "version": "0.34.5",
  329. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  330. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  331. "cpu": [
  332. "s390x"
  333. ],
  334. "license": "Apache-2.0",
  335. "optional": true,
  336. "os": [
  337. "linux"
  338. ],
  339. "engines": {
  340. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  341. },
  342. "funding": {
  343. "url": "https://opencollective.com/libvips"
  344. },
  345. "optionalDependencies": {
  346. "@img/sharp-libvips-linux-s390x": "1.2.4"
  347. }
  348. },
  349. "node_modules/@img/sharp-linux-x64": {
  350. "version": "0.34.5",
  351. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  352. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  353. "cpu": [
  354. "x64"
  355. ],
  356. "license": "Apache-2.0",
  357. "optional": true,
  358. "os": [
  359. "linux"
  360. ],
  361. "engines": {
  362. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  363. },
  364. "funding": {
  365. "url": "https://opencollective.com/libvips"
  366. },
  367. "optionalDependencies": {
  368. "@img/sharp-libvips-linux-x64": "1.2.4"
  369. }
  370. },
  371. "node_modules/@img/sharp-linuxmusl-arm64": {
  372. "version": "0.34.5",
  373. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  374. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  375. "cpu": [
  376. "arm64"
  377. ],
  378. "license": "Apache-2.0",
  379. "optional": true,
  380. "os": [
  381. "linux"
  382. ],
  383. "engines": {
  384. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  385. },
  386. "funding": {
  387. "url": "https://opencollective.com/libvips"
  388. },
  389. "optionalDependencies": {
  390. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  391. }
  392. },
  393. "node_modules/@img/sharp-linuxmusl-x64": {
  394. "version": "0.34.5",
  395. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  396. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  397. "cpu": [
  398. "x64"
  399. ],
  400. "license": "Apache-2.0",
  401. "optional": true,
  402. "os": [
  403. "linux"
  404. ],
  405. "engines": {
  406. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  407. },
  408. "funding": {
  409. "url": "https://opencollective.com/libvips"
  410. },
  411. "optionalDependencies": {
  412. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  413. }
  414. },
  415. "node_modules/@img/sharp-wasm32": {
  416. "version": "0.34.5",
  417. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  418. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  419. "cpu": [
  420. "wasm32"
  421. ],
  422. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  423. "optional": true,
  424. "dependencies": {
  425. "@emnapi/runtime": "^1.7.0"
  426. },
  427. "engines": {
  428. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  429. },
  430. "funding": {
  431. "url": "https://opencollective.com/libvips"
  432. }
  433. },
  434. "node_modules/@img/sharp-win32-arm64": {
  435. "version": "0.34.5",
  436. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  437. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  438. "cpu": [
  439. "arm64"
  440. ],
  441. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  442. "optional": true,
  443. "os": [
  444. "win32"
  445. ],
  446. "engines": {
  447. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  448. },
  449. "funding": {
  450. "url": "https://opencollective.com/libvips"
  451. }
  452. },
  453. "node_modules/@img/sharp-win32-ia32": {
  454. "version": "0.34.5",
  455. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  456. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  457. "cpu": [
  458. "ia32"
  459. ],
  460. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  461. "optional": true,
  462. "os": [
  463. "win32"
  464. ],
  465. "engines": {
  466. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  467. },
  468. "funding": {
  469. "url": "https://opencollective.com/libvips"
  470. }
  471. },
  472. "node_modules/@img/sharp-win32-x64": {
  473. "version": "0.34.5",
  474. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  475. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  476. "cpu": [
  477. "x64"
  478. ],
  479. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  480. "optional": true,
  481. "os": [
  482. "win32"
  483. ],
  484. "engines": {
  485. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  486. },
  487. "funding": {
  488. "url": "https://opencollective.com/libvips"
  489. }
  490. },
  491. "node_modules/adm-zip": {
  492. "version": "0.5.17",
  493. "resolved": "https://registry.npmmirror.com/adm-zip/-/adm-zip-0.5.17.tgz",
  494. "integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==",
  495. "license": "MIT",
  496. "engines": {
  497. "node": ">=12.0"
  498. }
  499. },
  500. "node_modules/detect-libc": {
  501. "version": "2.1.2",
  502. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  503. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  504. "license": "Apache-2.0",
  505. "engines": {
  506. "node": ">=8"
  507. }
  508. },
  509. "node_modules/semver": {
  510. "version": "7.8.2",
  511. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.8.2.tgz",
  512. "integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
  513. "license": "ISC",
  514. "bin": {
  515. "semver": "bin/semver.js"
  516. },
  517. "engines": {
  518. "node": ">=10"
  519. }
  520. },
  521. "node_modules/sharp": {
  522. "version": "0.34.5",
  523. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.34.5.tgz",
  524. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  525. "hasInstallScript": true,
  526. "license": "Apache-2.0",
  527. "dependencies": {
  528. "@img/colour": "^1.0.0",
  529. "detect-libc": "^2.1.2",
  530. "semver": "^7.7.3"
  531. },
  532. "engines": {
  533. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  534. },
  535. "funding": {
  536. "url": "https://opencollective.com/libvips"
  537. },
  538. "optionalDependencies": {
  539. "@img/sharp-darwin-arm64": "0.34.5",
  540. "@img/sharp-darwin-x64": "0.34.5",
  541. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  542. "@img/sharp-libvips-darwin-x64": "1.2.4",
  543. "@img/sharp-libvips-linux-arm": "1.2.4",
  544. "@img/sharp-libvips-linux-arm64": "1.2.4",
  545. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  546. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  547. "@img/sharp-libvips-linux-s390x": "1.2.4",
  548. "@img/sharp-libvips-linux-x64": "1.2.4",
  549. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  550. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  551. "@img/sharp-linux-arm": "0.34.5",
  552. "@img/sharp-linux-arm64": "0.34.5",
  553. "@img/sharp-linux-ppc64": "0.34.5",
  554. "@img/sharp-linux-riscv64": "0.34.5",
  555. "@img/sharp-linux-s390x": "0.34.5",
  556. "@img/sharp-linux-x64": "0.34.5",
  557. "@img/sharp-linuxmusl-arm64": "0.34.5",
  558. "@img/sharp-linuxmusl-x64": "0.34.5",
  559. "@img/sharp-wasm32": "0.34.5",
  560. "@img/sharp-win32-arm64": "0.34.5",
  561. "@img/sharp-win32-ia32": "0.34.5",
  562. "@img/sharp-win32-x64": "0.34.5"
  563. }
  564. },
  565. "node_modules/tslib": {
  566. "version": "2.8.1",
  567. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  568. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  569. "license": "0BSD",
  570. "optional": true
  571. }
  572. }
  573. }