You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

857 lines
19 KiB

4 weeks ago
  1. {
  2. "name": "deepChartVueApp",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "json-server": "^1.0.0-beta.3",
  9. "marked": "^2.0.1",
  10. "pinia": "^3.0.3",
  11. "pinia-plugin-persistedstate": "^4.5.0"
  12. }
  13. },
  14. "node_modules/@babel/helper-string-parser": {
  15. "version": "7.27.1",
  16. "license": "MIT",
  17. "peer": true,
  18. "engines": {
  19. "node": ">=6.9.0"
  20. }
  21. },
  22. "node_modules/@babel/helper-validator-identifier": {
  23. "version": "7.28.5",
  24. "license": "MIT",
  25. "peer": true,
  26. "engines": {
  27. "node": ">=6.9.0"
  28. }
  29. },
  30. "node_modules/@babel/parser": {
  31. "version": "7.28.5",
  32. "license": "MIT",
  33. "peer": true,
  34. "dependencies": {
  35. "@babel/types": "^7.28.5"
  36. },
  37. "bin": {
  38. "parser": "bin/babel-parser.js"
  39. },
  40. "engines": {
  41. "node": ">=6.0.0"
  42. }
  43. },
  44. "node_modules/@babel/types": {
  45. "version": "7.28.5",
  46. "license": "MIT",
  47. "peer": true,
  48. "dependencies": {
  49. "@babel/helper-string-parser": "^7.27.1",
  50. "@babel/helper-validator-identifier": "^7.28.5"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. }
  55. },
  56. "node_modules/@jridgewell/sourcemap-codec": {
  57. "version": "1.5.5",
  58. "license": "MIT",
  59. "peer": true
  60. },
  61. "node_modules/@polka/url": {
  62. "version": "1.0.0-next.29",
  63. "license": "MIT"
  64. },
  65. "node_modules/@tinyhttp/accepts": {
  66. "version": "2.2.3",
  67. "license": "MIT",
  68. "dependencies": {
  69. "mime": "4.0.4",
  70. "negotiator": "^0.6.3"
  71. },
  72. "engines": {
  73. "node": ">=12.20.0"
  74. },
  75. "funding": {
  76. "type": "individual",
  77. "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
  78. }
  79. },
  80. "node_modules/@tinyhttp/app": {
  81. "version": "2.5.2",
  82. "license": "MIT",
  83. "dependencies": {
  84. "@tinyhttp/cookie": "2.1.1",
  85. "@tinyhttp/proxy-addr": "2.2.1",
  86. "@tinyhttp/req": "2.2.5",
  87. "@tinyhttp/res": "2.2.5",
  88. "@tinyhttp/router": "2.2.3",
  89. "header-range-parser": "1.1.3",
  90. "regexparam": "^2.0.2"
  91. },
  92. "engines": {
  93. "node": ">=14.21.3"
  94. },
  95. "funding": {
  96. "type": "individual",
  97. "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
  98. }
  99. },
  100. "node_modules/@tinyhttp/content-disposition": {
  101. "version": "2.2.2",
  102. "license": "MIT",
  103. "engines": {
  104. "node": ">=12.20.0"
  105. },
  106. "funding": {
  107. "type": "individual",
  108. "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
  109. }
  110. },
  111. "node_modules/@tinyhttp/content-type": {
  112. "version": "0.1.4",
  113. "license": "MIT",
  114. "engines": {
  115. "node": ">=12.4"
  116. }
  117. },
  118. "node_modules/@tinyhttp/cookie": {
  119. "version": "2.1.1",
  120. "license": "MIT",
  121. "engines": {
  122. "node": ">=12.20.0"
  123. },
  124. "funding": {
  125. "type": "individual",
  126. "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
  127. }
  128. },
  129. "node_modules/@tinyhttp/cookie-signature": {
  130. "version": "2.1.1",
  131. "license": "MIT",
  132. "engines": {
  133. "node": ">=12.20.0"
  134. }
  135. },
  136. "node_modules/@tinyhttp/cors": {
  137. "version": "2.0.1",
  138. "license": "MIT",
  139. "dependencies": {
  140. "@tinyhttp/vary": "^0.1.3"
  141. },
  142. "engines": {
  143. "node": ">=12.20 || 14.x || >=16"
  144. }
  145. },
  146. "node_modules/@tinyhttp/encode-url": {
  147. "version": "2.1.1",
  148. "license": "MIT",
  149. "engines": {
  150. "node": ">=12.20.0"
  151. }
  152. },
  153. "node_modules/@tinyhttp/etag": {
  154. "version": "2.1.2",
  155. "license": "MIT",
  156. "engines": {
  157. "node": ">=12.20.0"
  158. }
  159. },
  160. "node_modules/@tinyhttp/forwarded": {
  161. "version": "2.1.2",
  162. "license": "MIT",
  163. "engines": {
  164. "node": ">=12.20.0"
  165. }
  166. },
  167. "node_modules/@tinyhttp/logger": {
  168. "version": "2.1.0",
  169. "license": "MIT",
  170. "dependencies": {
  171. "colorette": "^2.0.20",
  172. "dayjs": "^1.11.13",
  173. "http-status-emojis": "^2.2.0"
  174. },
  175. "engines": {
  176. "node": ">=14.18 || >=16.20"
  177. }
  178. },
  179. "node_modules/@tinyhttp/proxy-addr": {
  180. "version": "2.2.1",
  181. "license": "MIT",
  182. "dependencies": {
  183. "@tinyhttp/forwarded": "2.1.2",
  184. "ipaddr.js": "^2.2.0"
  185. },
  186. "engines": {
  187. "node": ">=12.20.0"
  188. }
  189. },
  190. "node_modules/@tinyhttp/req": {
  191. "version": "2.2.5",
  192. "license": "MIT",
  193. "dependencies": {
  194. "@tinyhttp/accepts": "2.2.3",
  195. "@tinyhttp/type-is": "2.2.4",
  196. "@tinyhttp/url": "2.1.1",
  197. "header-range-parser": "^1.1.3"
  198. },
  199. "engines": {
  200. "node": ">=12.20.0"
  201. }
  202. },
  203. "node_modules/@tinyhttp/res": {
  204. "version": "2.2.5",
  205. "license": "MIT",
  206. "dependencies": {
  207. "@tinyhttp/content-disposition": "2.2.2",
  208. "@tinyhttp/cookie": "2.1.1",
  209. "@tinyhttp/cookie-signature": "2.1.1",
  210. "@tinyhttp/encode-url": "2.1.1",
  211. "@tinyhttp/req": "2.2.5",
  212. "@tinyhttp/send": "2.2.3",
  213. "@tinyhttp/vary": "^0.1.3",
  214. "es-escape-html": "^0.1.1",
  215. "mime": "4.0.4"
  216. },
  217. "engines": {
  218. "node": ">=12.20.0"
  219. }
  220. },
  221. "node_modules/@tinyhttp/router": {
  222. "version": "2.2.3",
  223. "license": "MIT",
  224. "engines": {
  225. "node": ">=12.20.0"
  226. }
  227. },
  228. "node_modules/@tinyhttp/send": {
  229. "version": "2.2.3",
  230. "license": "MIT",
  231. "dependencies": {
  232. "@tinyhttp/content-type": "^0.1.4",
  233. "@tinyhttp/etag": "2.1.2",
  234. "mime": "4.0.4"
  235. },
  236. "engines": {
  237. "node": ">=12.20.0"
  238. }
  239. },
  240. "node_modules/@tinyhttp/type-is": {
  241. "version": "2.2.4",
  242. "license": "MIT",
  243. "dependencies": {
  244. "@tinyhttp/content-type": "^0.1.4",
  245. "mime": "4.0.4"
  246. },
  247. "engines": {
  248. "node": ">=12.20.0"
  249. }
  250. },
  251. "node_modules/@tinyhttp/url": {
  252. "version": "2.1.1",
  253. "license": "MIT",
  254. "engines": {
  255. "node": ">=12.20.0"
  256. }
  257. },
  258. "node_modules/@tinyhttp/vary": {
  259. "version": "0.1.3",
  260. "license": "MIT",
  261. "engines": {
  262. "node": ">=12.20"
  263. }
  264. },
  265. "node_modules/@vue/compiler-core": {
  266. "version": "3.5.22",
  267. "license": "MIT",
  268. "peer": true,
  269. "dependencies": {
  270. "@babel/parser": "^7.28.4",
  271. "@vue/shared": "3.5.22",
  272. "entities": "^4.5.0",
  273. "estree-walker": "^2.0.2",
  274. "source-map-js": "^1.2.1"
  275. }
  276. },
  277. "node_modules/@vue/compiler-dom": {
  278. "version": "3.5.22",
  279. "license": "MIT",
  280. "peer": true,
  281. "dependencies": {
  282. "@vue/compiler-core": "3.5.22",
  283. "@vue/shared": "3.5.22"
  284. }
  285. },
  286. "node_modules/@vue/compiler-sfc": {
  287. "version": "3.5.22",
  288. "license": "MIT",
  289. "peer": true,
  290. "dependencies": {
  291. "@babel/parser": "^7.28.4",
  292. "@vue/compiler-core": "3.5.22",
  293. "@vue/compiler-dom": "3.5.22",
  294. "@vue/compiler-ssr": "3.5.22",
  295. "@vue/shared": "3.5.22",
  296. "estree-walker": "^2.0.2",
  297. "magic-string": "^0.30.19",
  298. "postcss": "^8.5.6",
  299. "source-map-js": "^1.2.1"
  300. }
  301. },
  302. "node_modules/@vue/compiler-ssr": {
  303. "version": "3.5.22",
  304. "license": "MIT",
  305. "peer": true,
  306. "dependencies": {
  307. "@vue/compiler-dom": "3.5.22",
  308. "@vue/shared": "3.5.22"
  309. }
  310. },
  311. "node_modules/@vue/devtools-api": {
  312. "version": "7.7.7",
  313. "license": "MIT",
  314. "dependencies": {
  315. "@vue/devtools-kit": "^7.7.7"
  316. }
  317. },
  318. "node_modules/@vue/devtools-kit": {
  319. "version": "7.7.7",
  320. "license": "MIT",
  321. "dependencies": {
  322. "@vue/devtools-shared": "^7.7.7",
  323. "birpc": "^2.3.0",
  324. "hookable": "^5.5.3",
  325. "mitt": "^3.0.1",
  326. "perfect-debounce": "^1.0.0",
  327. "speakingurl": "^14.0.1",
  328. "superjson": "^2.2.2"
  329. }
  330. },
  331. "node_modules/@vue/devtools-shared": {
  332. "version": "7.7.7",
  333. "license": "MIT",
  334. "dependencies": {
  335. "rfdc": "^1.4.1"
  336. }
  337. },
  338. "node_modules/@vue/reactivity": {
  339. "version": "3.5.22",
  340. "license": "MIT",
  341. "peer": true,
  342. "dependencies": {
  343. "@vue/shared": "3.5.22"
  344. }
  345. },
  346. "node_modules/@vue/runtime-core": {
  347. "version": "3.5.22",
  348. "license": "MIT",
  349. "peer": true,
  350. "dependencies": {
  351. "@vue/reactivity": "3.5.22",
  352. "@vue/shared": "3.5.22"
  353. }
  354. },
  355. "node_modules/@vue/runtime-dom": {
  356. "version": "3.5.22",
  357. "license": "MIT",
  358. "peer": true,
  359. "dependencies": {
  360. "@vue/reactivity": "3.5.22",
  361. "@vue/runtime-core": "3.5.22",
  362. "@vue/shared": "3.5.22",
  363. "csstype": "^3.1.3"
  364. }
  365. },
  366. "node_modules/@vue/server-renderer": {
  367. "version": "3.5.22",
  368. "license": "MIT",
  369. "peer": true,
  370. "dependencies": {
  371. "@vue/compiler-ssr": "3.5.22",
  372. "@vue/shared": "3.5.22"
  373. },
  374. "peerDependencies": {
  375. "vue": "3.5.22"
  376. }
  377. },
  378. "node_modules/@vue/shared": {
  379. "version": "3.5.22",
  380. "license": "MIT",
  381. "peer": true
  382. },
  383. "node_modules/birpc": {
  384. "version": "2.6.1",
  385. "license": "MIT",
  386. "funding": {
  387. "url": "https://github.com/sponsors/antfu"
  388. }
  389. },
  390. "node_modules/chalk": {
  391. "version": "5.6.2",
  392. "license": "MIT",
  393. "engines": {
  394. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  395. },
  396. "funding": {
  397. "url": "https://github.com/chalk/chalk?sponsor=1"
  398. }
  399. },
  400. "node_modules/chokidar": {
  401. "version": "4.0.3",
  402. "license": "MIT",
  403. "dependencies": {
  404. "readdirp": "^4.0.1"
  405. },
  406. "engines": {
  407. "node": ">= 14.16.0"
  408. },
  409. "funding": {
  410. "url": "https://paulmillr.com/funding/"
  411. }
  412. },
  413. "node_modules/colorette": {
  414. "version": "2.0.20",
  415. "license": "MIT"
  416. },
  417. "node_modules/copy-anything": {
  418. "version": "4.0.5",
  419. "license": "MIT",
  420. "dependencies": {
  421. "is-what": "^5.2.0"
  422. },
  423. "engines": {
  424. "node": ">=18"
  425. },
  426. "funding": {
  427. "url": "https://github.com/sponsors/mesqueeb"
  428. }
  429. },
  430. "node_modules/csstype": {
  431. "version": "3.1.3",
  432. "license": "MIT",
  433. "peer": true
  434. },
  435. "node_modules/dayjs": {
  436. "version": "1.11.18",
  437. "license": "MIT"
  438. },
  439. "node_modules/deep-pick-omit": {
  440. "version": "1.2.1",
  441. "license": "MIT"
  442. },
  443. "node_modules/defu": {
  444. "version": "6.1.4",
  445. "license": "MIT"
  446. },
  447. "node_modules/destr": {
  448. "version": "2.0.5",
  449. "license": "MIT"
  450. },
  451. "node_modules/dot-prop": {
  452. "version": "9.0.0",
  453. "license": "MIT",
  454. "dependencies": {
  455. "type-fest": "^4.18.2"
  456. },
  457. "engines": {
  458. "node": ">=18"
  459. },
  460. "funding": {
  461. "url": "https://github.com/sponsors/sindresorhus"
  462. }
  463. },
  464. "node_modules/entities": {
  465. "version": "4.5.0",
  466. "license": "BSD-2-Clause",
  467. "peer": true,
  468. "engines": {
  469. "node": ">=0.12"
  470. },
  471. "funding": {
  472. "url": "https://github.com/fb55/entities?sponsor=1"
  473. }
  474. },
  475. "node_modules/es-escape-html": {
  476. "version": "0.1.1",
  477. "license": "MIT",
  478. "engines": {
  479. "node": ">=12.x"
  480. }
  481. },
  482. "node_modules/estree-walker": {
  483. "version": "2.0.2",
  484. "license": "MIT",
  485. "peer": true
  486. },
  487. "node_modules/eta": {
  488. "version": "3.5.0",
  489. "license": "MIT",
  490. "engines": {
  491. "node": ">=6.0.0"
  492. },
  493. "funding": {
  494. "url": "https://github.com/eta-dev/eta?sponsor=1"
  495. }
  496. },
  497. "node_modules/header-range-parser": {
  498. "version": "1.1.3",
  499. "license": "MIT",
  500. "engines": {
  501. "node": ">=12.22.0"
  502. }
  503. },
  504. "node_modules/hookable": {
  505. "version": "5.5.3",
  506. "license": "MIT"
  507. },
  508. "node_modules/http-status-emojis": {
  509. "version": "2.2.0",
  510. "license": "MIT"
  511. },
  512. "node_modules/inflection": {
  513. "version": "3.0.2",
  514. "license": "MIT",
  515. "engines": {
  516. "node": ">=18.0.0"
  517. }
  518. },
  519. "node_modules/ipaddr.js": {
  520. "version": "2.2.0",
  521. "license": "MIT",
  522. "engines": {
  523. "node": ">= 10"
  524. }
  525. },
  526. "node_modules/is-what": {
  527. "version": "5.5.0",
  528. "license": "MIT",
  529. "engines": {
  530. "node": ">=18"
  531. },
  532. "funding": {
  533. "url": "https://github.com/sponsors/mesqueeb"
  534. }
  535. },
  536. "node_modules/json-server": {
  537. "version": "1.0.0-beta.3",
  538. "license": "SEE LICENSE IN ./LICENSE",
  539. "dependencies": {
  540. "@tinyhttp/app": "^2.4.0",
  541. "@tinyhttp/cors": "^2.0.1",
  542. "@tinyhttp/logger": "^2.0.0",
  543. "chalk": "^5.3.0",
  544. "chokidar": "^4.0.1",
  545. "dot-prop": "^9.0.0",
  546. "eta": "^3.5.0",
  547. "inflection": "^3.0.0",
  548. "json5": "^2.2.3",
  549. "lowdb": "^7.0.1",
  550. "milliparsec": "^4.0.0",
  551. "sirv": "^2.0.4",
  552. "sort-on": "^6.1.0"
  553. },
  554. "bin": {
  555. "json-server": "lib/bin.js"
  556. },
  557. "engines": {
  558. "node": ">=18.3"
  559. }
  560. },
  561. "node_modules/json5": {
  562. "version": "2.2.3",
  563. "license": "MIT",
  564. "bin": {
  565. "json5": "lib/cli.js"
  566. },
  567. "engines": {
  568. "node": ">=6"
  569. }
  570. },
  571. "node_modules/lowdb": {
  572. "version": "7.0.1",
  573. "license": "MIT",
  574. "dependencies": {
  575. "steno": "^4.0.2"
  576. },
  577. "engines": {
  578. "node": ">=18"
  579. },
  580. "funding": {
  581. "url": "https://github.com/sponsors/typicode"
  582. }
  583. },
  584. "node_modules/magic-string": {
  585. "version": "0.30.21",
  586. "license": "MIT",
  587. "peer": true,
  588. "dependencies": {
  589. "@jridgewell/sourcemap-codec": "^1.5.5"
  590. }
  591. },
  592. "node_modules/marked": {
  593. "version": "2.0.1",
  594. "license": "MIT",
  595. "bin": {
  596. "marked": "bin/marked"
  597. },
  598. "engines": {
  599. "node": ">= 8.16.2"
  600. }
  601. },
  602. "node_modules/milliparsec": {
  603. "version": "4.0.0",
  604. "license": "MIT",
  605. "engines": {
  606. "node": ">=20"
  607. }
  608. },
  609. "node_modules/mime": {
  610. "version": "4.0.4",
  611. "funding": [
  612. "https://github.com/sponsors/broofa"
  613. ],
  614. "license": "MIT",
  615. "bin": {
  616. "mime": "bin/cli.js"
  617. },
  618. "engines": {
  619. "node": ">=16"
  620. }
  621. },
  622. "node_modules/mitt": {
  623. "version": "3.0.1",
  624. "license": "MIT"
  625. },
  626. "node_modules/mrmime": {
  627. "version": "2.0.1",
  628. "license": "MIT",
  629. "engines": {
  630. "node": ">=10"
  631. }
  632. },
  633. "node_modules/nanoid": {
  634. "version": "3.3.11",
  635. "funding": [
  636. {
  637. "type": "github",
  638. "url": "https://github.com/sponsors/ai"
  639. }
  640. ],
  641. "license": "MIT",
  642. "peer": true,
  643. "bin": {
  644. "nanoid": "bin/nanoid.cjs"
  645. },
  646. "engines": {
  647. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  648. }
  649. },
  650. "node_modules/negotiator": {
  651. "version": "0.6.4",
  652. "license": "MIT",
  653. "engines": {
  654. "node": ">= 0.6"
  655. }
  656. },
  657. "node_modules/perfect-debounce": {
  658. "version": "1.0.0",
  659. "license": "MIT"
  660. },
  661. "node_modules/picocolors": {
  662. "version": "1.1.1",
  663. "license": "ISC",
  664. "peer": true
  665. },
  666. "node_modules/pinia": {
  667. "version": "3.0.3",
  668. "license": "MIT",
  669. "dependencies": {
  670. "@vue/devtools-api": "^7.7.2"
  671. },
  672. "funding": {
  673. "url": "https://github.com/sponsors/posva"
  674. },
  675. "peerDependencies": {
  676. "typescript": ">=4.4.4",
  677. "vue": "^2.7.0 || ^3.5.11"
  678. },
  679. "peerDependenciesMeta": {
  680. "typescript": {
  681. "optional": true
  682. }
  683. }
  684. },
  685. "node_modules/pinia-plugin-persistedstate": {
  686. "version": "4.5.0",
  687. "license": "MIT",
  688. "dependencies": {
  689. "deep-pick-omit": "^1.2.1",
  690. "defu": "^6.1.4",
  691. "destr": "^2.0.5"
  692. },
  693. "peerDependencies": {
  694. "@nuxt/kit": ">=3.0.0",
  695. "@pinia/nuxt": ">=0.10.0",
  696. "pinia": ">=3.0.0"
  697. },
  698. "peerDependenciesMeta": {
  699. "@nuxt/kit": {
  700. "optional": true
  701. },
  702. "@pinia/nuxt": {
  703. "optional": true
  704. },
  705. "pinia": {
  706. "optional": true
  707. }
  708. }
  709. },
  710. "node_modules/postcss": {
  711. "version": "8.5.6",
  712. "funding": [
  713. {
  714. "type": "opencollective",
  715. "url": "https://opencollective.com/postcss/"
  716. },
  717. {
  718. "type": "tidelift",
  719. "url": "https://tidelift.com/funding/github/npm/postcss"
  720. },
  721. {
  722. "type": "github",
  723. "url": "https://github.com/sponsors/ai"
  724. }
  725. ],
  726. "license": "MIT",
  727. "peer": true,
  728. "dependencies": {
  729. "nanoid": "^3.3.11",
  730. "picocolors": "^1.1.1",
  731. "source-map-js": "^1.2.1"
  732. },
  733. "engines": {
  734. "node": "^10 || ^12 || >=14"
  735. }
  736. },
  737. "node_modules/readdirp": {
  738. "version": "4.1.2",
  739. "license": "MIT",
  740. "engines": {
  741. "node": ">= 14.18.0"
  742. },
  743. "funding": {
  744. "type": "individual",
  745. "url": "https://paulmillr.com/funding/"
  746. }
  747. },
  748. "node_modules/regexparam": {
  749. "version": "2.0.2",
  750. "license": "MIT",
  751. "engines": {
  752. "node": ">=8"
  753. }
  754. },
  755. "node_modules/rfdc": {
  756. "version": "1.4.1",
  757. "license": "MIT"
  758. },
  759. "node_modules/sirv": {
  760. "version": "2.0.4",
  761. "license": "MIT",
  762. "dependencies": {
  763. "@polka/url": "^1.0.0-next.24",
  764. "mrmime": "^2.0.0",
  765. "totalist": "^3.0.0"
  766. },
  767. "engines": {
  768. "node": ">= 10"
  769. }
  770. },
  771. "node_modules/sort-on": {
  772. "version": "6.1.1",
  773. "license": "MIT",
  774. "dependencies": {
  775. "dot-prop": "^9.0.0"
  776. },
  777. "engines": {
  778. "node": ">=18"
  779. },
  780. "funding": {
  781. "url": "https://github.com/sponsors/sindresorhus"
  782. }
  783. },
  784. "node_modules/source-map-js": {
  785. "version": "1.2.1",
  786. "license": "BSD-3-Clause",
  787. "peer": true,
  788. "engines": {
  789. "node": ">=0.10.0"
  790. }
  791. },
  792. "node_modules/speakingurl": {
  793. "version": "14.0.1",
  794. "license": "BSD-3-Clause",
  795. "engines": {
  796. "node": ">=0.10.0"
  797. }
  798. },
  799. "node_modules/steno": {
  800. "version": "4.0.2",
  801. "license": "MIT",
  802. "engines": {
  803. "node": ">=18"
  804. },
  805. "funding": {
  806. "url": "https://github.com/sponsors/typicode"
  807. }
  808. },
  809. "node_modules/superjson": {
  810. "version": "2.2.3",
  811. "license": "MIT",
  812. "dependencies": {
  813. "copy-anything": "^4"
  814. },
  815. "engines": {
  816. "node": ">=16"
  817. }
  818. },
  819. "node_modules/totalist": {
  820. "version": "3.0.1",
  821. "license": "MIT",
  822. "engines": {
  823. "node": ">=6"
  824. }
  825. },
  826. "node_modules/type-fest": {
  827. "version": "4.41.0",
  828. "license": "(MIT OR CC0-1.0)",
  829. "engines": {
  830. "node": ">=16"
  831. },
  832. "funding": {
  833. "url": "https://github.com/sponsors/sindresorhus"
  834. }
  835. },
  836. "node_modules/vue": {
  837. "version": "3.5.22",
  838. "license": "MIT",
  839. "peer": true,
  840. "dependencies": {
  841. "@vue/compiler-dom": "3.5.22",
  842. "@vue/compiler-sfc": "3.5.22",
  843. "@vue/runtime-dom": "3.5.22",
  844. "@vue/server-renderer": "3.5.22",
  845. "@vue/shared": "3.5.22"
  846. },
  847. "peerDependencies": {
  848. "typescript": "*"
  849. },
  850. "peerDependenciesMeta": {
  851. "typescript": {
  852. "optional": true
  853. }
  854. }
  855. }
  856. }
  857. }