package-lock.json 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "name": "@lami/floorplan-quote-skill",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@lami/floorplan-quote-skill",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@napi-rs/canvas": "^0.1.100",
  12. "pdfjs-dist": "^4.10.38"
  13. },
  14. "bin": {
  15. "fpc": "bin/fpc.js"
  16. },
  17. "optionalDependencies": {
  18. "@napi-rs/canvas": "^0.1.100",
  19. "pdfjs-dist": "^4.10.38"
  20. }
  21. },
  22. "node_modules/@napi-rs/canvas": {
  23. "version": "0.1.100",
  24. "resolved": "https://registry.npmjs.org/@napi-rs/canvas/-/canvas-0.1.100.tgz",
  25. "integrity": "sha512-xglYA6q3XO5P3BNJYxVZ1IV7DLVjp1Py6nwag88YntrS+3vKHyYcMqXVS4ZztJmwz2uGvz1FWhI/4LgbR5uQDA==",
  26. "license": "MIT",
  27. "optional": true,
  28. "workspaces": [
  29. "e2e/*"
  30. ],
  31. "engines": {
  32. "node": ">= 10"
  33. },
  34. "funding": {
  35. "type": "github",
  36. "url": "https://github.com/sponsors/Brooooooklyn"
  37. },
  38. "optionalDependencies": {
  39. "@napi-rs/canvas-android-arm64": "0.1.100",
  40. "@napi-rs/canvas-darwin-arm64": "0.1.100",
  41. "@napi-rs/canvas-darwin-x64": "0.1.100",
  42. "@napi-rs/canvas-linux-arm-gnueabihf": "0.1.100",
  43. "@napi-rs/canvas-linux-arm64-gnu": "0.1.100",
  44. "@napi-rs/canvas-linux-arm64-musl": "0.1.100",
  45. "@napi-rs/canvas-linux-riscv64-gnu": "0.1.100",
  46. "@napi-rs/canvas-linux-x64-gnu": "0.1.100",
  47. "@napi-rs/canvas-linux-x64-musl": "0.1.100",
  48. "@napi-rs/canvas-win32-arm64-msvc": "0.1.100",
  49. "@napi-rs/canvas-win32-x64-msvc": "0.1.100"
  50. }
  51. },
  52. "node_modules/@napi-rs/canvas-android-arm64": {
  53. "version": "0.1.100",
  54. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-android-arm64/-/canvas-android-arm64-0.1.100.tgz",
  55. "integrity": "sha512-hjhCKhntPv9+t4ckHymdx0phYNcVW+GKQR6Lzw2zE+pOVjOplSmtx9nNNknTjbEDLcuLZqA1y8ufKg1XfgftzQ==",
  56. "cpu": [
  57. "arm64"
  58. ],
  59. "license": "MIT",
  60. "optional": true,
  61. "os": [
  62. "android"
  63. ],
  64. "engines": {
  65. "node": ">= 10"
  66. },
  67. "funding": {
  68. "type": "github",
  69. "url": "https://github.com/sponsors/Brooooooklyn"
  70. }
  71. },
  72. "node_modules/@napi-rs/canvas-darwin-arm64": {
  73. "version": "0.1.100",
  74. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-darwin-arm64/-/canvas-darwin-arm64-0.1.100.tgz",
  75. "integrity": "sha512-2PcswRaC7Ly645DGt88///zuFDhJxJYdKAs1uU3mfk1atYkXufgcgLfBpk6Tm12nCQBaNt1wpybuPZ4qOhTo8A==",
  76. "cpu": [
  77. "arm64"
  78. ],
  79. "license": "MIT",
  80. "optional": true,
  81. "os": [
  82. "darwin"
  83. ],
  84. "engines": {
  85. "node": ">= 10"
  86. },
  87. "funding": {
  88. "type": "github",
  89. "url": "https://github.com/sponsors/Brooooooklyn"
  90. }
  91. },
  92. "node_modules/@napi-rs/canvas-darwin-x64": {
  93. "version": "0.1.100",
  94. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-darwin-x64/-/canvas-darwin-x64-0.1.100.tgz",
  95. "integrity": "sha512-ePNZtj7pNIva/siZMg+HmbeozkIjqUIYdoymH8HaA3qK7LfzFN4WMBM8G6HQ9ZC+H3+Dnn5pqtiXpgLykaPOhw==",
  96. "cpu": [
  97. "x64"
  98. ],
  99. "license": "MIT",
  100. "optional": true,
  101. "os": [
  102. "darwin"
  103. ],
  104. "engines": {
  105. "node": ">= 10"
  106. },
  107. "funding": {
  108. "type": "github",
  109. "url": "https://github.com/sponsors/Brooooooklyn"
  110. }
  111. },
  112. "node_modules/@napi-rs/canvas-linux-arm-gnueabihf": {
  113. "version": "0.1.100",
  114. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm-gnueabihf/-/canvas-linux-arm-gnueabihf-0.1.100.tgz",
  115. "integrity": "sha512-d5cDB48oWFGU8/XPhUOFAlySgb/VAu7D+s8fi55K1Pcfg8aPplHWqMgibhVLU8ky7Pyg/fuiVLz4Nf3JrSTuUA==",
  116. "cpu": [
  117. "arm"
  118. ],
  119. "license": "MIT",
  120. "optional": true,
  121. "os": [
  122. "linux"
  123. ],
  124. "engines": {
  125. "node": ">= 10"
  126. },
  127. "funding": {
  128. "type": "github",
  129. "url": "https://github.com/sponsors/Brooooooklyn"
  130. }
  131. },
  132. "node_modules/@napi-rs/canvas-linux-arm64-gnu": {
  133. "version": "0.1.100",
  134. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm64-gnu/-/canvas-linux-arm64-gnu-0.1.100.tgz",
  135. "integrity": "sha512-rDxgxRu69RvDlX/bh9o22DxLsGr8EqsNgotL9+RwQE1S0b0cqeatqsw6aW45mukm0B42DIAaAacKaYQ8cqS1nw==",
  136. "cpu": [
  137. "arm64"
  138. ],
  139. "libc": [
  140. "glibc"
  141. ],
  142. "license": "MIT",
  143. "optional": true,
  144. "os": [
  145. "linux"
  146. ],
  147. "engines": {
  148. "node": ">= 10"
  149. },
  150. "funding": {
  151. "type": "github",
  152. "url": "https://github.com/sponsors/Brooooooklyn"
  153. }
  154. },
  155. "node_modules/@napi-rs/canvas-linux-arm64-musl": {
  156. "version": "0.1.100",
  157. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm64-musl/-/canvas-linux-arm64-musl-0.1.100.tgz",
  158. "integrity": "sha512-K3mDW66N+xT2/V439u1alFANiBUjdEx2gLiNYnCmUsva5jZMxWTjafBYwTzYK+EMFMHrUoabuU+T1BIP5CgbYQ==",
  159. "cpu": [
  160. "arm64"
  161. ],
  162. "libc": [
  163. "musl"
  164. ],
  165. "license": "MIT",
  166. "optional": true,
  167. "os": [
  168. "linux"
  169. ],
  170. "engines": {
  171. "node": ">= 10"
  172. },
  173. "funding": {
  174. "type": "github",
  175. "url": "https://github.com/sponsors/Brooooooklyn"
  176. }
  177. },
  178. "node_modules/@napi-rs/canvas-linux-riscv64-gnu": {
  179. "version": "0.1.100",
  180. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-riscv64-gnu/-/canvas-linux-riscv64-gnu-0.1.100.tgz",
  181. "integrity": "sha512-mooqUBTIsccZpnoQC4NgrC1v6C1vof39etLNMnBwCY+p0gajWJvAHLGQ6g/gGyS5YrpDW+GefSN4+Cvcr08UWw==",
  182. "cpu": [
  183. "riscv64"
  184. ],
  185. "libc": [
  186. "glibc"
  187. ],
  188. "license": "MIT",
  189. "optional": true,
  190. "os": [
  191. "linux"
  192. ],
  193. "engines": {
  194. "node": ">= 10"
  195. },
  196. "funding": {
  197. "type": "github",
  198. "url": "https://github.com/sponsors/Brooooooklyn"
  199. }
  200. },
  201. "node_modules/@napi-rs/canvas-linux-x64-gnu": {
  202. "version": "0.1.100",
  203. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-x64-gnu/-/canvas-linux-x64-gnu-0.1.100.tgz",
  204. "integrity": "sha512-1eCvkDCazm7FFhsT7DfGOdSaHgZVK3bt/dSBl5EWHOWmnz+I7j8tPseJqqD81NF+MH21jKUK4wQSDjN0mdhnTg==",
  205. "cpu": [
  206. "x64"
  207. ],
  208. "libc": [
  209. "glibc"
  210. ],
  211. "license": "MIT",
  212. "optional": true,
  213. "os": [
  214. "linux"
  215. ],
  216. "engines": {
  217. "node": ">= 10"
  218. },
  219. "funding": {
  220. "type": "github",
  221. "url": "https://github.com/sponsors/Brooooooklyn"
  222. }
  223. },
  224. "node_modules/@napi-rs/canvas-linux-x64-musl": {
  225. "version": "0.1.100",
  226. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-x64-musl/-/canvas-linux-x64-musl-0.1.100.tgz",
  227. "integrity": "sha512-20arT6lnI19S68qNlii73TSEDbECNgzMz2EpldC1V3mZFuRkeujXkcebRk0LRJe9SEUAooYiLokfMViY8IX7yA==",
  228. "cpu": [
  229. "x64"
  230. ],
  231. "libc": [
  232. "musl"
  233. ],
  234. "license": "MIT",
  235. "optional": true,
  236. "os": [
  237. "linux"
  238. ],
  239. "engines": {
  240. "node": ">= 10"
  241. },
  242. "funding": {
  243. "type": "github",
  244. "url": "https://github.com/sponsors/Brooooooklyn"
  245. }
  246. },
  247. "node_modules/@napi-rs/canvas-win32-arm64-msvc": {
  248. "version": "0.1.100",
  249. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-win32-arm64-msvc/-/canvas-win32-arm64-msvc-0.1.100.tgz",
  250. "integrity": "sha512-DZFFT1wIAg37LJw37yhMRFfjATd3vTQzjZ1Yki8u2vhO6Hi5VE6BVaGQ1aaDu7xb4iMErz+9EOwjpS7xcxFeBw==",
  251. "cpu": [
  252. "arm64"
  253. ],
  254. "license": "MIT",
  255. "optional": true,
  256. "os": [
  257. "win32"
  258. ],
  259. "engines": {
  260. "node": ">= 10"
  261. },
  262. "funding": {
  263. "type": "github",
  264. "url": "https://github.com/sponsors/Brooooooklyn"
  265. }
  266. },
  267. "node_modules/@napi-rs/canvas-win32-x64-msvc": {
  268. "version": "0.1.100",
  269. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-win32-x64-msvc/-/canvas-win32-x64-msvc-0.1.100.tgz",
  270. "integrity": "sha512-MyT1j3mHC2+Lu4pBi9mKyMJhtP6U7k7EldY7sj/uS5gJA65gTXt8MefJQXLJo5d/vZbuWmfxzkEUNc/urV3pHA==",
  271. "cpu": [
  272. "x64"
  273. ],
  274. "license": "MIT",
  275. "optional": true,
  276. "os": [
  277. "win32"
  278. ],
  279. "engines": {
  280. "node": ">= 10"
  281. },
  282. "funding": {
  283. "type": "github",
  284. "url": "https://github.com/sponsors/Brooooooklyn"
  285. }
  286. },
  287. "node_modules/pdfjs-dist": {
  288. "version": "4.10.38",
  289. "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.10.38.tgz",
  290. "integrity": "sha512-/Y3fcFrXEAsMjJXeL9J8+ZG9U01LbuWaYypvDW2ycW1jL269L3js3DVBjDJ0Up9Np1uqDXsDrRihHANhZOlwdQ==",
  291. "license": "Apache-2.0",
  292. "optional": true,
  293. "engines": {
  294. "node": ">=20"
  295. },
  296. "optionalDependencies": {
  297. "@napi-rs/canvas": "^0.1.65"
  298. }
  299. }
  300. }
  301. }