threepipe
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  1. {
  2. "name": "@threepipe/plugin-gltf-transform",
  3. "version": "0.2.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@threepipe/plugin-gltf-transform",
  9. "version": "0.2.0",
  10. "license": "Apache-2.0",
  11. "dependencies": {
  12. "threepipe": "file:./../../src/"
  13. },
  14. "devDependencies": {
  15. "@gltf-transform/core": "4.2.0",
  16. "@gltf-transform/extensions": "4.2.0",
  17. "@gltf-transform/functions": "4.2.0"
  18. }
  19. },
  20. "../../src": {},
  21. "../tweakpane/src": {
  22. "extraneous": true
  23. },
  24. "node_modules/@emnapi/runtime": {
  25. "version": "1.4.3",
  26. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
  27. "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
  28. "dev": true,
  29. "license": "MIT",
  30. "optional": true,
  31. "dependencies": {
  32. "tslib": "^2.4.0"
  33. }
  34. },
  35. "node_modules/@gltf-transform/core": {
  36. "version": "4.2.0",
  37. "resolved": "https://registry.npmjs.org/@gltf-transform/core/-/core-4.2.0.tgz",
  38. "integrity": "sha512-43FtHNxMhT+VX/WZeXISorbtknwusdcfwu0qzfrDa1azsk5CBVOaZwM+ul7DsHty47eC49lSPN0g8uNso35WVw==",
  39. "dev": true,
  40. "license": "MIT",
  41. "dependencies": {
  42. "property-graph": "^3.0.0"
  43. },
  44. "funding": {
  45. "url": "https://github.com/sponsors/donmccurdy"
  46. }
  47. },
  48. "node_modules/@gltf-transform/extensions": {
  49. "version": "4.2.0",
  50. "resolved": "https://registry.npmjs.org/@gltf-transform/extensions/-/extensions-4.2.0.tgz",
  51. "integrity": "sha512-ujw3RdS1/tVEixFUNuI21cApCgYXTeew4VCF22S0PzHT1I3O+oxFctyllhJOo+BYnlC9w/AnCuQpTAy+pMIboA==",
  52. "dev": true,
  53. "license": "MIT",
  54. "dependencies": {
  55. "@gltf-transform/core": "^4.2.0",
  56. "ktx-parse": "^1.0.0"
  57. },
  58. "funding": {
  59. "url": "https://github.com/sponsors/donmccurdy"
  60. }
  61. },
  62. "node_modules/@gltf-transform/functions": {
  63. "version": "4.2.0",
  64. "resolved": "https://registry.npmjs.org/@gltf-transform/functions/-/functions-4.2.0.tgz",
  65. "integrity": "sha512-Umi/ATt5ktPBylD3a/l5oC1jPbZF60Xnm87qmVBJiLbRMcubN881WB2xP2d7je/UjVSd10fgIZ78GoS37Lpygg==",
  66. "dev": true,
  67. "license": "MIT",
  68. "dependencies": {
  69. "@gltf-transform/core": "^4.2.0",
  70. "@gltf-transform/extensions": "^4.2.0",
  71. "ktx-parse": "^1.0.0",
  72. "ndarray": "^1.0.19",
  73. "ndarray-lanczos": "^0.3.0",
  74. "ndarray-pixels": "^4.1.0"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/donmccurdy"
  78. }
  79. },
  80. "node_modules/@img/sharp-darwin-arm64": {
  81. "version": "0.33.5",
  82. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
  83. "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
  84. "cpu": [
  85. "arm64"
  86. ],
  87. "dev": true,
  88. "license": "Apache-2.0",
  89. "optional": true,
  90. "os": [
  91. "darwin"
  92. ],
  93. "engines": {
  94. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  95. },
  96. "funding": {
  97. "url": "https://opencollective.com/libvips"
  98. },
  99. "optionalDependencies": {
  100. "@img/sharp-libvips-darwin-arm64": "1.0.4"
  101. }
  102. },
  103. "node_modules/@img/sharp-darwin-x64": {
  104. "version": "0.33.5",
  105. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
  106. "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
  107. "cpu": [
  108. "x64"
  109. ],
  110. "dev": true,
  111. "license": "Apache-2.0",
  112. "optional": true,
  113. "os": [
  114. "darwin"
  115. ],
  116. "engines": {
  117. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  118. },
  119. "funding": {
  120. "url": "https://opencollective.com/libvips"
  121. },
  122. "optionalDependencies": {
  123. "@img/sharp-libvips-darwin-x64": "1.0.4"
  124. }
  125. },
  126. "node_modules/@img/sharp-libvips-darwin-arm64": {
  127. "version": "1.0.4",
  128. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
  129. "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
  130. "cpu": [
  131. "arm64"
  132. ],
  133. "dev": true,
  134. "license": "LGPL-3.0-or-later",
  135. "optional": true,
  136. "os": [
  137. "darwin"
  138. ],
  139. "funding": {
  140. "url": "https://opencollective.com/libvips"
  141. }
  142. },
  143. "node_modules/@img/sharp-libvips-darwin-x64": {
  144. "version": "1.0.4",
  145. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
  146. "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
  147. "cpu": [
  148. "x64"
  149. ],
  150. "dev": true,
  151. "license": "LGPL-3.0-or-later",
  152. "optional": true,
  153. "os": [
  154. "darwin"
  155. ],
  156. "funding": {
  157. "url": "https://opencollective.com/libvips"
  158. }
  159. },
  160. "node_modules/@img/sharp-libvips-linux-arm": {
  161. "version": "1.0.5",
  162. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
  163. "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
  164. "cpu": [
  165. "arm"
  166. ],
  167. "dev": true,
  168. "license": "LGPL-3.0-or-later",
  169. "optional": true,
  170. "os": [
  171. "linux"
  172. ],
  173. "funding": {
  174. "url": "https://opencollective.com/libvips"
  175. }
  176. },
  177. "node_modules/@img/sharp-libvips-linux-arm64": {
  178. "version": "1.0.4",
  179. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
  180. "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
  181. "cpu": [
  182. "arm64"
  183. ],
  184. "dev": true,
  185. "license": "LGPL-3.0-or-later",
  186. "optional": true,
  187. "os": [
  188. "linux"
  189. ],
  190. "funding": {
  191. "url": "https://opencollective.com/libvips"
  192. }
  193. },
  194. "node_modules/@img/sharp-libvips-linux-s390x": {
  195. "version": "1.0.4",
  196. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
  197. "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
  198. "cpu": [
  199. "s390x"
  200. ],
  201. "dev": true,
  202. "license": "LGPL-3.0-or-later",
  203. "optional": true,
  204. "os": [
  205. "linux"
  206. ],
  207. "funding": {
  208. "url": "https://opencollective.com/libvips"
  209. }
  210. },
  211. "node_modules/@img/sharp-libvips-linux-x64": {
  212. "version": "1.0.4",
  213. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
  214. "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
  215. "cpu": [
  216. "x64"
  217. ],
  218. "dev": true,
  219. "license": "LGPL-3.0-or-later",
  220. "optional": true,
  221. "os": [
  222. "linux"
  223. ],
  224. "funding": {
  225. "url": "https://opencollective.com/libvips"
  226. }
  227. },
  228. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  229. "version": "1.0.4",
  230. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
  231. "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
  232. "cpu": [
  233. "arm64"
  234. ],
  235. "dev": true,
  236. "license": "LGPL-3.0-or-later",
  237. "optional": true,
  238. "os": [
  239. "linux"
  240. ],
  241. "funding": {
  242. "url": "https://opencollective.com/libvips"
  243. }
  244. },
  245. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  246. "version": "1.0.4",
  247. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
  248. "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
  249. "cpu": [
  250. "x64"
  251. ],
  252. "dev": true,
  253. "license": "LGPL-3.0-or-later",
  254. "optional": true,
  255. "os": [
  256. "linux"
  257. ],
  258. "funding": {
  259. "url": "https://opencollective.com/libvips"
  260. }
  261. },
  262. "node_modules/@img/sharp-linux-arm": {
  263. "version": "0.33.5",
  264. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
  265. "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
  266. "cpu": [
  267. "arm"
  268. ],
  269. "dev": true,
  270. "license": "Apache-2.0",
  271. "optional": true,
  272. "os": [
  273. "linux"
  274. ],
  275. "engines": {
  276. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  277. },
  278. "funding": {
  279. "url": "https://opencollective.com/libvips"
  280. },
  281. "optionalDependencies": {
  282. "@img/sharp-libvips-linux-arm": "1.0.5"
  283. }
  284. },
  285. "node_modules/@img/sharp-linux-arm64": {
  286. "version": "0.33.5",
  287. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
  288. "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
  289. "cpu": [
  290. "arm64"
  291. ],
  292. "dev": true,
  293. "license": "Apache-2.0",
  294. "optional": true,
  295. "os": [
  296. "linux"
  297. ],
  298. "engines": {
  299. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  300. },
  301. "funding": {
  302. "url": "https://opencollective.com/libvips"
  303. },
  304. "optionalDependencies": {
  305. "@img/sharp-libvips-linux-arm64": "1.0.4"
  306. }
  307. },
  308. "node_modules/@img/sharp-linux-s390x": {
  309. "version": "0.33.5",
  310. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
  311. "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
  312. "cpu": [
  313. "s390x"
  314. ],
  315. "dev": true,
  316. "license": "Apache-2.0",
  317. "optional": true,
  318. "os": [
  319. "linux"
  320. ],
  321. "engines": {
  322. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  323. },
  324. "funding": {
  325. "url": "https://opencollective.com/libvips"
  326. },
  327. "optionalDependencies": {
  328. "@img/sharp-libvips-linux-s390x": "1.0.4"
  329. }
  330. },
  331. "node_modules/@img/sharp-linux-x64": {
  332. "version": "0.33.5",
  333. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
  334. "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
  335. "cpu": [
  336. "x64"
  337. ],
  338. "dev": true,
  339. "license": "Apache-2.0",
  340. "optional": true,
  341. "os": [
  342. "linux"
  343. ],
  344. "engines": {
  345. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  346. },
  347. "funding": {
  348. "url": "https://opencollective.com/libvips"
  349. },
  350. "optionalDependencies": {
  351. "@img/sharp-libvips-linux-x64": "1.0.4"
  352. }
  353. },
  354. "node_modules/@img/sharp-linuxmusl-arm64": {
  355. "version": "0.33.5",
  356. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
  357. "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
  358. "cpu": [
  359. "arm64"
  360. ],
  361. "dev": true,
  362. "license": "Apache-2.0",
  363. "optional": true,
  364. "os": [
  365. "linux"
  366. ],
  367. "engines": {
  368. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  369. },
  370. "funding": {
  371. "url": "https://opencollective.com/libvips"
  372. },
  373. "optionalDependencies": {
  374. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
  375. }
  376. },
  377. "node_modules/@img/sharp-linuxmusl-x64": {
  378. "version": "0.33.5",
  379. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
  380. "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
  381. "cpu": [
  382. "x64"
  383. ],
  384. "dev": true,
  385. "license": "Apache-2.0",
  386. "optional": true,
  387. "os": [
  388. "linux"
  389. ],
  390. "engines": {
  391. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  392. },
  393. "funding": {
  394. "url": "https://opencollective.com/libvips"
  395. },
  396. "optionalDependencies": {
  397. "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
  398. }
  399. },
  400. "node_modules/@img/sharp-wasm32": {
  401. "version": "0.33.5",
  402. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
  403. "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
  404. "cpu": [
  405. "wasm32"
  406. ],
  407. "dev": true,
  408. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  409. "optional": true,
  410. "dependencies": {
  411. "@emnapi/runtime": "^1.2.0"
  412. },
  413. "engines": {
  414. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  415. },
  416. "funding": {
  417. "url": "https://opencollective.com/libvips"
  418. }
  419. },
  420. "node_modules/@img/sharp-win32-ia32": {
  421. "version": "0.33.5",
  422. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
  423. "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
  424. "cpu": [
  425. "ia32"
  426. ],
  427. "dev": true,
  428. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  429. "optional": true,
  430. "os": [
  431. "win32"
  432. ],
  433. "engines": {
  434. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  435. },
  436. "funding": {
  437. "url": "https://opencollective.com/libvips"
  438. }
  439. },
  440. "node_modules/@img/sharp-win32-x64": {
  441. "version": "0.33.5",
  442. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
  443. "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
  444. "cpu": [
  445. "x64"
  446. ],
  447. "dev": true,
  448. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  449. "optional": true,
  450. "os": [
  451. "win32"
  452. ],
  453. "engines": {
  454. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  455. },
  456. "funding": {
  457. "url": "https://opencollective.com/libvips"
  458. }
  459. },
  460. "node_modules/@types/ndarray": {
  461. "version": "1.0.14",
  462. "resolved": "https://registry.npmjs.org/@types/ndarray/-/ndarray-1.0.14.tgz",
  463. "integrity": "sha512-oANmFZMnFQvb219SSBIhI1Ih/r4CvHDOzkWyJS/XRqkMrGH5/kaPSA1hQhdIBzouaE+5KpE/f5ylI9cujmckQg==",
  464. "dev": true,
  465. "license": "MIT"
  466. },
  467. "node_modules/color": {
  468. "version": "4.2.3",
  469. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  470. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  471. "dev": true,
  472. "license": "MIT",
  473. "dependencies": {
  474. "color-convert": "^2.0.1",
  475. "color-string": "^1.9.0"
  476. },
  477. "engines": {
  478. "node": ">=12.5.0"
  479. }
  480. },
  481. "node_modules/color-convert": {
  482. "version": "2.0.1",
  483. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  484. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  485. "dev": true,
  486. "license": "MIT",
  487. "dependencies": {
  488. "color-name": "~1.1.4"
  489. },
  490. "engines": {
  491. "node": ">=7.0.0"
  492. }
  493. },
  494. "node_modules/color-name": {
  495. "version": "1.1.4",
  496. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  497. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  498. "dev": true,
  499. "license": "MIT"
  500. },
  501. "node_modules/color-string": {
  502. "version": "1.9.1",
  503. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  504. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  505. "dev": true,
  506. "license": "MIT",
  507. "dependencies": {
  508. "color-name": "^1.0.0",
  509. "simple-swizzle": "^0.2.2"
  510. }
  511. },
  512. "node_modules/cwise-compiler": {
  513. "version": "1.1.3",
  514. "resolved": "https://registry.npmjs.org/cwise-compiler/-/cwise-compiler-1.1.3.tgz",
  515. "integrity": "sha512-WXlK/m+Di8DMMcCjcWr4i+XzcQra9eCdXIJrgh4TUgh0pIS/yJduLxS9JgefsHJ/YVLdgPtXm9r62W92MvanEQ==",
  516. "dev": true,
  517. "license": "MIT",
  518. "dependencies": {
  519. "uniq": "^1.0.0"
  520. }
  521. },
  522. "node_modules/detect-libc": {
  523. "version": "2.0.4",
  524. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
  525. "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
  526. "dev": true,
  527. "license": "Apache-2.0",
  528. "engines": {
  529. "node": ">=8"
  530. }
  531. },
  532. "node_modules/iota-array": {
  533. "version": "1.0.0",
  534. "resolved": "https://registry.npmjs.org/iota-array/-/iota-array-1.0.0.tgz",
  535. "integrity": "sha512-pZ2xT+LOHckCatGQ3DcG/a+QuEqvoxqkiL7tvE8nn3uuu+f6i1TtpB5/FtWFbxUuVr5PZCx8KskuGatbJDXOWA==",
  536. "dev": true,
  537. "license": "MIT"
  538. },
  539. "node_modules/is-arrayish": {
  540. "version": "0.3.2",
  541. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  542. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  543. "dev": true,
  544. "license": "MIT"
  545. },
  546. "node_modules/is-buffer": {
  547. "version": "1.1.6",
  548. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
  549. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  550. "dev": true,
  551. "license": "MIT"
  552. },
  553. "node_modules/ktx-parse": {
  554. "version": "1.0.1",
  555. "resolved": "https://registry.npmjs.org/ktx-parse/-/ktx-parse-1.0.1.tgz",
  556. "integrity": "sha512-djwUWv/82Xc8LOVinJU4EBrVqYkO8OsUDSPEtY/OOVY8BSe3DMU7D7PlIAZ0pI7ZZtErj7mqpJcgffUTABvgaA==",
  557. "dev": true,
  558. "license": "MIT"
  559. },
  560. "node_modules/ndarray": {
  561. "version": "1.0.19",
  562. "resolved": "https://registry.npmjs.org/ndarray/-/ndarray-1.0.19.tgz",
  563. "integrity": "sha512-B4JHA4vdyZU30ELBw3g7/p9bZupyew5a7tX1Y/gGeF2hafrPaQZhgrGQfsvgfYbgdFZjYwuEcnaobeM/WMW+HQ==",
  564. "dev": true,
  565. "license": "MIT",
  566. "dependencies": {
  567. "iota-array": "^1.0.0",
  568. "is-buffer": "^1.0.2"
  569. }
  570. },
  571. "node_modules/ndarray-lanczos": {
  572. "version": "0.3.0",
  573. "resolved": "https://registry.npmjs.org/ndarray-lanczos/-/ndarray-lanczos-0.3.0.tgz",
  574. "integrity": "sha512-5kBmmG3Zvyj77qxIAC4QFLKuYdDIBJwCG+DukT6jQHNa1Ft74/hPH1z5mbQXeHBt8yvGPBGVrr3wEOdJPYYZYg==",
  575. "dev": true,
  576. "license": "MIT",
  577. "dependencies": {
  578. "@types/ndarray": "^1.0.11",
  579. "ndarray": "^1.0.19"
  580. }
  581. },
  582. "node_modules/ndarray-ops": {
  583. "version": "1.2.2",
  584. "resolved": "https://registry.npmjs.org/ndarray-ops/-/ndarray-ops-1.2.2.tgz",
  585. "integrity": "sha512-BppWAFRjMYF7N/r6Ie51q6D4fs0iiGmeXIACKY66fLpnwIui3Wc3CXiD/30mgLbDjPpSLrsqcp3Z62+IcHZsDw==",
  586. "dev": true,
  587. "license": "MIT",
  588. "dependencies": {
  589. "cwise-compiler": "^1.0.0"
  590. }
  591. },
  592. "node_modules/ndarray-pixels": {
  593. "version": "4.1.0",
  594. "resolved": "https://registry.npmjs.org/ndarray-pixels/-/ndarray-pixels-4.1.0.tgz",
  595. "integrity": "sha512-xKPI4zXJ2pkUcVX24zIN1AWqqPWvRWWhRuO6PlY4EdB2VNRauNwA6rDdsAQG/ldQp0sU7nTXgPR/io1duy3Zyg==",
  596. "dev": true,
  597. "license": "MIT",
  598. "dependencies": {
  599. "@types/ndarray": "^1.0.14",
  600. "ndarray": "^1.0.19",
  601. "ndarray-ops": "^1.2.2",
  602. "sharp": "^0.33.4"
  603. }
  604. },
  605. "node_modules/property-graph": {
  606. "version": "3.0.0",
  607. "resolved": "https://registry.npmjs.org/property-graph/-/property-graph-3.0.0.tgz",
  608. "integrity": "sha512-TnzxUsttmGtw+OiU0LDw+0FlMbJ8vV8pOjyDI7+Kdni4Tj0hW5BFh7TatQu7Y68hcvvFmiFOHilKShsA4R82fA==",
  609. "dev": true,
  610. "license": "MIT"
  611. },
  612. "node_modules/semver": {
  613. "version": "7.7.2",
  614. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  615. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  616. "dev": true,
  617. "license": "ISC",
  618. "bin": {
  619. "semver": "bin/semver.js"
  620. },
  621. "engines": {
  622. "node": ">=10"
  623. }
  624. },
  625. "node_modules/sharp": {
  626. "version": "0.33.5",
  627. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
  628. "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
  629. "dev": true,
  630. "hasInstallScript": true,
  631. "license": "Apache-2.0",
  632. "dependencies": {
  633. "color": "^4.2.3",
  634. "detect-libc": "^2.0.3",
  635. "semver": "^7.6.3"
  636. },
  637. "engines": {
  638. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  639. },
  640. "funding": {
  641. "url": "https://opencollective.com/libvips"
  642. },
  643. "optionalDependencies": {
  644. "@img/sharp-darwin-arm64": "0.33.5",
  645. "@img/sharp-darwin-x64": "0.33.5",
  646. "@img/sharp-libvips-darwin-arm64": "1.0.4",
  647. "@img/sharp-libvips-darwin-x64": "1.0.4",
  648. "@img/sharp-libvips-linux-arm": "1.0.5",
  649. "@img/sharp-libvips-linux-arm64": "1.0.4",
  650. "@img/sharp-libvips-linux-s390x": "1.0.4",
  651. "@img/sharp-libvips-linux-x64": "1.0.4",
  652. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
  653. "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
  654. "@img/sharp-linux-arm": "0.33.5",
  655. "@img/sharp-linux-arm64": "0.33.5",
  656. "@img/sharp-linux-s390x": "0.33.5",
  657. "@img/sharp-linux-x64": "0.33.5",
  658. "@img/sharp-linuxmusl-arm64": "0.33.5",
  659. "@img/sharp-linuxmusl-x64": "0.33.5",
  660. "@img/sharp-wasm32": "0.33.5",
  661. "@img/sharp-win32-ia32": "0.33.5",
  662. "@img/sharp-win32-x64": "0.33.5"
  663. }
  664. },
  665. "node_modules/simple-swizzle": {
  666. "version": "0.2.2",
  667. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  668. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  669. "dev": true,
  670. "license": "MIT",
  671. "dependencies": {
  672. "is-arrayish": "^0.3.1"
  673. }
  674. },
  675. "node_modules/threepipe": {
  676. "resolved": "../../src",
  677. "link": true
  678. },
  679. "node_modules/tslib": {
  680. "version": "2.8.1",
  681. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  682. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  683. "dev": true,
  684. "license": "0BSD",
  685. "optional": true
  686. },
  687. "node_modules/uniq": {
  688. "version": "1.0.1",
  689. "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
  690. "integrity": "sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==",
  691. "dev": true,
  692. "license": "MIT"
  693. }
  694. }
  695. }