package-lock.json 13 KB

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