package-lock.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. {
  2. "name": "dune-weaver",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "dune-weaver",
  9. "version": "1.0.0",
  10. "devDependencies": {
  11. "concurrently": "^9.0.0"
  12. }
  13. },
  14. "node_modules/chalk": {
  15. "version": "4.1.2",
  16. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  17. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18. "dev": true,
  19. "license": "MIT",
  20. "dependencies": {
  21. "ansi-styles": "^4.1.0",
  22. "supports-color": "^7.1.0"
  23. },
  24. "engines": {
  25. "node": ">=10"
  26. },
  27. "funding": {
  28. "url": "https://github.com/chalk/chalk?sponsor=1"
  29. }
  30. },
  31. "node_modules/chalk/node_modules/ansi-styles": {
  32. "version": "4.3.0",
  33. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  34. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  35. "dev": true,
  36. "license": "MIT",
  37. "dependencies": {
  38. "color-convert": "^2.0.1"
  39. },
  40. "engines": {
  41. "node": ">=8"
  42. },
  43. "funding": {
  44. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  45. }
  46. },
  47. "node_modules/chalk/node_modules/supports-color": {
  48. "version": "7.2.0",
  49. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  50. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  51. "dev": true,
  52. "license": "MIT",
  53. "dependencies": {
  54. "has-flag": "^4.0.0"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. }
  59. },
  60. "node_modules/cliui": {
  61. "version": "8.0.1",
  62. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  63. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  64. "dev": true,
  65. "license": "ISC",
  66. "dependencies": {
  67. "string-width": "^4.2.0",
  68. "strip-ansi": "^6.0.1",
  69. "wrap-ansi": "^7.0.0"
  70. },
  71. "engines": {
  72. "node": ">=12"
  73. }
  74. },
  75. "node_modules/cliui/node_modules/ansi-regex": {
  76. "version": "5.0.1",
  77. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  78. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  79. "dev": true,
  80. "license": "MIT",
  81. "engines": {
  82. "node": ">=8"
  83. }
  84. },
  85. "node_modules/cliui/node_modules/ansi-styles": {
  86. "version": "4.3.0",
  87. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  88. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  89. "dev": true,
  90. "license": "MIT",
  91. "dependencies": {
  92. "color-convert": "^2.0.1"
  93. },
  94. "engines": {
  95. "node": ">=8"
  96. },
  97. "funding": {
  98. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  99. }
  100. },
  101. "node_modules/cliui/node_modules/emoji-regex": {
  102. "version": "8.0.0",
  103. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  104. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  105. "dev": true,
  106. "license": "MIT"
  107. },
  108. "node_modules/cliui/node_modules/string-width": {
  109. "version": "4.2.3",
  110. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  111. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  112. "dev": true,
  113. "license": "MIT",
  114. "dependencies": {
  115. "emoji-regex": "^8.0.0",
  116. "is-fullwidth-code-point": "^3.0.0",
  117. "strip-ansi": "^6.0.1"
  118. },
  119. "engines": {
  120. "node": ">=8"
  121. }
  122. },
  123. "node_modules/cliui/node_modules/strip-ansi": {
  124. "version": "6.0.1",
  125. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  126. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  127. "dev": true,
  128. "license": "MIT",
  129. "dependencies": {
  130. "ansi-regex": "^5.0.1"
  131. },
  132. "engines": {
  133. "node": ">=8"
  134. }
  135. },
  136. "node_modules/cliui/node_modules/wrap-ansi": {
  137. "version": "7.0.0",
  138. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  139. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  140. "dev": true,
  141. "license": "MIT",
  142. "dependencies": {
  143. "ansi-styles": "^4.0.0",
  144. "string-width": "^4.1.0",
  145. "strip-ansi": "^6.0.0"
  146. },
  147. "engines": {
  148. "node": ">=10"
  149. },
  150. "funding": {
  151. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  152. }
  153. },
  154. "node_modules/color-convert": {
  155. "version": "2.0.1",
  156. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  157. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  158. "dev": true,
  159. "license": "MIT",
  160. "dependencies": {
  161. "color-name": "~1.1.4"
  162. },
  163. "engines": {
  164. "node": ">=7.0.0"
  165. }
  166. },
  167. "node_modules/color-name": {
  168. "version": "1.1.4",
  169. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  170. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  171. "dev": true,
  172. "license": "MIT"
  173. },
  174. "node_modules/concurrently": {
  175. "version": "9.2.1",
  176. "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz",
  177. "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==",
  178. "dev": true,
  179. "license": "MIT",
  180. "dependencies": {
  181. "chalk": "4.1.2",
  182. "rxjs": "7.8.2",
  183. "shell-quote": "1.8.3",
  184. "supports-color": "8.1.1",
  185. "tree-kill": "1.2.2",
  186. "yargs": "17.7.2"
  187. },
  188. "bin": {
  189. "conc": "dist/bin/concurrently.js",
  190. "concurrently": "dist/bin/concurrently.js"
  191. },
  192. "engines": {
  193. "node": ">=18"
  194. },
  195. "funding": {
  196. "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
  197. }
  198. },
  199. "node_modules/escalade": {
  200. "version": "3.2.0",
  201. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  202. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  203. "dev": true,
  204. "license": "MIT",
  205. "engines": {
  206. "node": ">=6"
  207. }
  208. },
  209. "node_modules/get-caller-file": {
  210. "version": "2.0.5",
  211. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  212. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  213. "dev": true,
  214. "license": "ISC",
  215. "engines": {
  216. "node": "6.* || 8.* || >= 10.*"
  217. }
  218. },
  219. "node_modules/has-flag": {
  220. "version": "4.0.0",
  221. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  222. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  223. "dev": true,
  224. "license": "MIT",
  225. "engines": {
  226. "node": ">=8"
  227. }
  228. },
  229. "node_modules/is-fullwidth-code-point": {
  230. "version": "3.0.0",
  231. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  232. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  233. "dev": true,
  234. "license": "MIT",
  235. "engines": {
  236. "node": ">=8"
  237. }
  238. },
  239. "node_modules/require-directory": {
  240. "version": "2.1.1",
  241. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  242. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  243. "dev": true,
  244. "license": "MIT",
  245. "engines": {
  246. "node": ">=0.10.0"
  247. }
  248. },
  249. "node_modules/rxjs": {
  250. "version": "7.8.2",
  251. "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
  252. "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
  253. "dev": true,
  254. "license": "Apache-2.0",
  255. "dependencies": {
  256. "tslib": "^2.1.0"
  257. }
  258. },
  259. "node_modules/shell-quote": {
  260. "version": "1.8.3",
  261. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  262. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  263. "dev": true,
  264. "license": "MIT",
  265. "engines": {
  266. "node": ">= 0.4"
  267. },
  268. "funding": {
  269. "url": "https://github.com/sponsors/ljharb"
  270. }
  271. },
  272. "node_modules/supports-color": {
  273. "version": "8.1.1",
  274. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  275. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  276. "dev": true,
  277. "license": "MIT",
  278. "dependencies": {
  279. "has-flag": "^4.0.0"
  280. },
  281. "engines": {
  282. "node": ">=10"
  283. },
  284. "funding": {
  285. "url": "https://github.com/chalk/supports-color?sponsor=1"
  286. }
  287. },
  288. "node_modules/tree-kill": {
  289. "version": "1.2.2",
  290. "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
  291. "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  292. "dev": true,
  293. "license": "MIT",
  294. "bin": {
  295. "tree-kill": "cli.js"
  296. }
  297. },
  298. "node_modules/tslib": {
  299. "version": "2.8.1",
  300. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  301. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  302. "dev": true,
  303. "license": "0BSD"
  304. },
  305. "node_modules/y18n": {
  306. "version": "5.0.8",
  307. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  308. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  309. "dev": true,
  310. "license": "ISC",
  311. "engines": {
  312. "node": ">=10"
  313. }
  314. },
  315. "node_modules/yargs": {
  316. "version": "17.7.2",
  317. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  318. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  319. "dev": true,
  320. "license": "MIT",
  321. "dependencies": {
  322. "cliui": "^8.0.1",
  323. "escalade": "^3.1.1",
  324. "get-caller-file": "^2.0.5",
  325. "require-directory": "^2.1.1",
  326. "string-width": "^4.2.3",
  327. "y18n": "^5.0.5",
  328. "yargs-parser": "^21.1.1"
  329. },
  330. "engines": {
  331. "node": ">=12"
  332. }
  333. },
  334. "node_modules/yargs-parser": {
  335. "version": "21.1.1",
  336. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  337. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  338. "dev": true,
  339. "license": "ISC",
  340. "engines": {
  341. "node": ">=12"
  342. }
  343. },
  344. "node_modules/yargs/node_modules/ansi-regex": {
  345. "version": "5.0.1",
  346. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  347. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  348. "dev": true,
  349. "license": "MIT",
  350. "engines": {
  351. "node": ">=8"
  352. }
  353. },
  354. "node_modules/yargs/node_modules/emoji-regex": {
  355. "version": "8.0.0",
  356. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  357. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  358. "dev": true,
  359. "license": "MIT"
  360. },
  361. "node_modules/yargs/node_modules/string-width": {
  362. "version": "4.2.3",
  363. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  364. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  365. "dev": true,
  366. "license": "MIT",
  367. "dependencies": {
  368. "emoji-regex": "^8.0.0",
  369. "is-fullwidth-code-point": "^3.0.0",
  370. "strip-ansi": "^6.0.1"
  371. },
  372. "engines": {
  373. "node": ">=8"
  374. }
  375. },
  376. "node_modules/yargs/node_modules/strip-ansi": {
  377. "version": "6.0.1",
  378. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  379. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  380. "dev": true,
  381. "license": "MIT",
  382. "dependencies": {
  383. "ansi-regex": "^5.0.1"
  384. },
  385. "engines": {
  386. "node": ">=8"
  387. }
  388. }
  389. }
  390. }