packages-lock.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. {
  2. "dependencies": {
  3. "com.boxqkrtm.ide.cursor": {
  4. "version": "https://github.com/boxqkrtm/com.unity.ide.cursor.git",
  5. "depth": 0,
  6. "source": "git",
  7. "dependencies": {
  8. "com.unity.test-framework": "1.1.9"
  9. },
  10. "hash": "38fecf55e4fd94ccfe58a92ed8ad1a529ba1694e"
  11. },
  12. "com.unity.2d.animation": {
  13. "version": "9.1.3",
  14. "depth": 1,
  15. "source": "registry",
  16. "dependencies": {
  17. "com.unity.2d.common": "8.0.4",
  18. "com.unity.2d.sprite": "1.0.0",
  19. "com.unity.collections": "1.1.0",
  20. "com.unity.modules.animation": "1.0.0",
  21. "com.unity.modules.uielements": "1.0.0"
  22. },
  23. "url": "https://packages.unity.com"
  24. },
  25. "com.unity.2d.aseprite": {
  26. "version": "1.1.6",
  27. "depth": 1,
  28. "source": "registry",
  29. "dependencies": {
  30. "com.unity.2d.common": "6.0.6",
  31. "com.unity.2d.sprite": "1.0.0",
  32. "com.unity.mathematics": "1.2.6",
  33. "com.unity.modules.animation": "1.0.0"
  34. },
  35. "url": "https://packages.unity.com"
  36. },
  37. "com.unity.2d.common": {
  38. "version": "8.0.4",
  39. "depth": 2,
  40. "source": "registry",
  41. "dependencies": {
  42. "com.unity.burst": "1.7.3",
  43. "com.unity.2d.sprite": "1.0.0",
  44. "com.unity.mathematics": "1.1.0",
  45. "com.unity.modules.animation": "1.0.0",
  46. "com.unity.modules.uielements": "1.0.0"
  47. },
  48. "url": "https://packages.unity.com"
  49. },
  50. "com.unity.2d.pixel-perfect": {
  51. "version": "5.0.3",
  52. "depth": 1,
  53. "source": "registry",
  54. "dependencies": {},
  55. "url": "https://packages.unity.com"
  56. },
  57. "com.unity.2d.psdimporter": {
  58. "version": "8.0.5",
  59. "depth": 1,
  60. "source": "registry",
  61. "dependencies": {
  62. "com.unity.2d.common": "8.0.2",
  63. "com.unity.2d.sprite": "1.0.0",
  64. "com.unity.2d.animation": "9.1.1"
  65. },
  66. "url": "https://packages.unity.com"
  67. },
  68. "com.unity.2d.sprite": {
  69. "version": "1.0.0",
  70. "depth": 1,
  71. "source": "builtin",
  72. "dependencies": {}
  73. },
  74. "com.unity.2d.spriteshape": {
  75. "version": "9.0.5",
  76. "depth": 1,
  77. "source": "registry",
  78. "dependencies": {
  79. "com.unity.2d.common": "8.0.4",
  80. "com.unity.mathematics": "1.1.0",
  81. "com.unity.modules.physics2d": "1.0.0"
  82. },
  83. "url": "https://packages.unity.com"
  84. },
  85. "com.unity.2d.tilemap": {
  86. "version": "1.0.0",
  87. "depth": 1,
  88. "source": "builtin",
  89. "dependencies": {
  90. "com.unity.modules.tilemap": "1.0.0",
  91. "com.unity.modules.uielements": "1.0.0"
  92. }
  93. },
  94. "com.unity.2d.tilemap.extras": {
  95. "version": "3.1.3",
  96. "depth": 1,
  97. "source": "registry",
  98. "dependencies": {
  99. "com.unity.ugui": "1.0.0",
  100. "com.unity.2d.tilemap": "1.0.0",
  101. "com.unity.modules.tilemap": "1.0.0",
  102. "com.unity.modules.jsonserialize": "1.0.0"
  103. },
  104. "url": "https://packages.unity.com"
  105. },
  106. "com.unity.burst": {
  107. "version": "1.8.18",
  108. "depth": 3,
  109. "source": "registry",
  110. "dependencies": {
  111. "com.unity.mathematics": "1.2.1",
  112. "com.unity.modules.jsonserialize": "1.0.0"
  113. },
  114. "url": "https://packages.unity.com"
  115. },
  116. "com.unity.collab-proxy": {
  117. "version": "2.2.0",
  118. "depth": 0,
  119. "source": "registry",
  120. "dependencies": {},
  121. "url": "https://packages.unity.com"
  122. },
  123. "com.unity.collections": {
  124. "version": "1.2.4",
  125. "depth": 2,
  126. "source": "registry",
  127. "dependencies": {
  128. "com.unity.burst": "1.6.6",
  129. "com.unity.test-framework": "1.1.31"
  130. },
  131. "url": "https://packages.unity.com"
  132. },
  133. "com.unity.ext.nunit": {
  134. "version": "1.0.6",
  135. "depth": 1,
  136. "source": "registry",
  137. "dependencies": {},
  138. "url": "https://packages.unity.com"
  139. },
  140. "com.unity.feature.2d": {
  141. "version": "2.0.0",
  142. "depth": 0,
  143. "source": "builtin",
  144. "dependencies": {
  145. "com.unity.2d.animation": "9.1.3",
  146. "com.unity.2d.pixel-perfect": "5.0.3",
  147. "com.unity.2d.psdimporter": "8.0.5",
  148. "com.unity.2d.sprite": "1.0.0",
  149. "com.unity.2d.spriteshape": "9.0.5",
  150. "com.unity.2d.tilemap": "1.0.0",
  151. "com.unity.2d.tilemap.extras": "3.1.3",
  152. "com.unity.2d.aseprite": "1.1.6"
  153. }
  154. },
  155. "com.unity.ide.rider": {
  156. "version": "3.0.27",
  157. "depth": 0,
  158. "source": "registry",
  159. "dependencies": {
  160. "com.unity.ext.nunit": "1.0.6"
  161. },
  162. "url": "https://packages.unity.com"
  163. },
  164. "com.unity.ide.visualstudio": {
  165. "version": "2.0.22",
  166. "depth": 0,
  167. "source": "registry",
  168. "dependencies": {
  169. "com.unity.test-framework": "1.1.9"
  170. },
  171. "url": "https://packages.unity.com"
  172. },
  173. "com.unity.mathematics": {
  174. "version": "1.2.6",
  175. "depth": 2,
  176. "source": "registry",
  177. "dependencies": {},
  178. "url": "https://packages.unity.com"
  179. },
  180. "com.unity.nuget.newtonsoft-json": {
  181. "version": "3.2.1",
  182. "depth": 0,
  183. "source": "registry",
  184. "dependencies": {},
  185. "url": "https://packages.unity.com"
  186. },
  187. "com.unity.sysroot": {
  188. "version": "2.0.10",
  189. "depth": 1,
  190. "source": "registry",
  191. "dependencies": {},
  192. "url": "https://packages.unity.com"
  193. },
  194. "com.unity.sysroot.linux-x86_64": {
  195. "version": "2.0.9",
  196. "depth": 1,
  197. "source": "registry",
  198. "dependencies": {
  199. "com.unity.sysroot": "2.0.10"
  200. },
  201. "url": "https://packages.unity.com"
  202. },
  203. "com.unity.test-framework": {
  204. "version": "1.1.33",
  205. "depth": 0,
  206. "source": "registry",
  207. "dependencies": {
  208. "com.unity.ext.nunit": "1.0.6",
  209. "com.unity.modules.imgui": "1.0.0",
  210. "com.unity.modules.jsonserialize": "1.0.0"
  211. },
  212. "url": "https://packages.unity.com"
  213. },
  214. "com.unity.textmeshpro": {
  215. "version": "3.0.6",
  216. "depth": 0,
  217. "source": "registry",
  218. "dependencies": {
  219. "com.unity.ugui": "1.0.0"
  220. },
  221. "url": "https://packages.unity.com"
  222. },
  223. "com.unity.timeline": {
  224. "version": "1.7.6",
  225. "depth": 0,
  226. "source": "registry",
  227. "dependencies": {
  228. "com.unity.modules.audio": "1.0.0",
  229. "com.unity.modules.director": "1.0.0",
  230. "com.unity.modules.animation": "1.0.0",
  231. "com.unity.modules.particlesystem": "1.0.0"
  232. },
  233. "url": "https://packages.unity.com"
  234. },
  235. "com.unity.toolchain.macos-arm64-linux-x86_64": {
  236. "version": "2.0.4",
  237. "depth": 0,
  238. "source": "registry",
  239. "dependencies": {
  240. "com.unity.sysroot": "2.0.10",
  241. "com.unity.sysroot.linux-x86_64": "2.0.9"
  242. },
  243. "url": "https://packages.unity.com"
  244. },
  245. "com.unity.toolchain.win-x86_64-linux-x86_64": {
  246. "version": "2.0.9",
  247. "depth": 0,
  248. "source": "registry",
  249. "dependencies": {
  250. "com.unity.sysroot": "2.0.10",
  251. "com.unity.sysroot.linux-x86_64": "2.0.9"
  252. },
  253. "url": "https://packages.unity.com"
  254. },
  255. "com.unity.ugui": {
  256. "version": "1.0.0",
  257. "depth": 0,
  258. "source": "builtin",
  259. "dependencies": {
  260. "com.unity.modules.ui": "1.0.0",
  261. "com.unity.modules.imgui": "1.0.0"
  262. }
  263. },
  264. "com.unity.visualscripting": {
  265. "version": "1.9.1",
  266. "depth": 0,
  267. "source": "registry",
  268. "dependencies": {
  269. "com.unity.ugui": "1.0.0",
  270. "com.unity.modules.jsonserialize": "1.0.0"
  271. },
  272. "url": "https://packages.unity.com"
  273. },
  274. "com.unity.modules.ai": {
  275. "version": "1.0.0",
  276. "depth": 0,
  277. "source": "builtin",
  278. "dependencies": {}
  279. },
  280. "com.unity.modules.androidjni": {
  281. "version": "1.0.0",
  282. "depth": 0,
  283. "source": "builtin",
  284. "dependencies": {}
  285. },
  286. "com.unity.modules.animation": {
  287. "version": "1.0.0",
  288. "depth": 0,
  289. "source": "builtin",
  290. "dependencies": {}
  291. },
  292. "com.unity.modules.assetbundle": {
  293. "version": "1.0.0",
  294. "depth": 0,
  295. "source": "builtin",
  296. "dependencies": {}
  297. },
  298. "com.unity.modules.audio": {
  299. "version": "1.0.0",
  300. "depth": 0,
  301. "source": "builtin",
  302. "dependencies": {}
  303. },
  304. "com.unity.modules.cloth": {
  305. "version": "1.0.0",
  306. "depth": 0,
  307. "source": "builtin",
  308. "dependencies": {
  309. "com.unity.modules.physics": "1.0.0"
  310. }
  311. },
  312. "com.unity.modules.director": {
  313. "version": "1.0.0",
  314. "depth": 0,
  315. "source": "builtin",
  316. "dependencies": {
  317. "com.unity.modules.audio": "1.0.0",
  318. "com.unity.modules.animation": "1.0.0"
  319. }
  320. },
  321. "com.unity.modules.imageconversion": {
  322. "version": "1.0.0",
  323. "depth": 0,
  324. "source": "builtin",
  325. "dependencies": {}
  326. },
  327. "com.unity.modules.imgui": {
  328. "version": "1.0.0",
  329. "depth": 0,
  330. "source": "builtin",
  331. "dependencies": {}
  332. },
  333. "com.unity.modules.jsonserialize": {
  334. "version": "1.0.0",
  335. "depth": 0,
  336. "source": "builtin",
  337. "dependencies": {}
  338. },
  339. "com.unity.modules.particlesystem": {
  340. "version": "1.0.0",
  341. "depth": 0,
  342. "source": "builtin",
  343. "dependencies": {}
  344. },
  345. "com.unity.modules.physics": {
  346. "version": "1.0.0",
  347. "depth": 0,
  348. "source": "builtin",
  349. "dependencies": {}
  350. },
  351. "com.unity.modules.physics2d": {
  352. "version": "1.0.0",
  353. "depth": 0,
  354. "source": "builtin",
  355. "dependencies": {}
  356. },
  357. "com.unity.modules.screencapture": {
  358. "version": "1.0.0",
  359. "depth": 0,
  360. "source": "builtin",
  361. "dependencies": {
  362. "com.unity.modules.imageconversion": "1.0.0"
  363. }
  364. },
  365. "com.unity.modules.subsystems": {
  366. "version": "1.0.0",
  367. "depth": 1,
  368. "source": "builtin",
  369. "dependencies": {
  370. "com.unity.modules.jsonserialize": "1.0.0"
  371. }
  372. },
  373. "com.unity.modules.terrain": {
  374. "version": "1.0.0",
  375. "depth": 0,
  376. "source": "builtin",
  377. "dependencies": {}
  378. },
  379. "com.unity.modules.terrainphysics": {
  380. "version": "1.0.0",
  381. "depth": 0,
  382. "source": "builtin",
  383. "dependencies": {
  384. "com.unity.modules.physics": "1.0.0",
  385. "com.unity.modules.terrain": "1.0.0"
  386. }
  387. },
  388. "com.unity.modules.tilemap": {
  389. "version": "1.0.0",
  390. "depth": 0,
  391. "source": "builtin",
  392. "dependencies": {
  393. "com.unity.modules.physics2d": "1.0.0"
  394. }
  395. },
  396. "com.unity.modules.ui": {
  397. "version": "1.0.0",
  398. "depth": 0,
  399. "source": "builtin",
  400. "dependencies": {}
  401. },
  402. "com.unity.modules.uielements": {
  403. "version": "1.0.0",
  404. "depth": 0,
  405. "source": "builtin",
  406. "dependencies": {
  407. "com.unity.modules.ui": "1.0.0",
  408. "com.unity.modules.imgui": "1.0.0",
  409. "com.unity.modules.jsonserialize": "1.0.0"
  410. }
  411. },
  412. "com.unity.modules.umbra": {
  413. "version": "1.0.0",
  414. "depth": 0,
  415. "source": "builtin",
  416. "dependencies": {}
  417. },
  418. "com.unity.modules.unityanalytics": {
  419. "version": "1.0.0",
  420. "depth": 0,
  421. "source": "builtin",
  422. "dependencies": {
  423. "com.unity.modules.unitywebrequest": "1.0.0",
  424. "com.unity.modules.jsonserialize": "1.0.0"
  425. }
  426. },
  427. "com.unity.modules.unitywebrequest": {
  428. "version": "1.0.0",
  429. "depth": 0,
  430. "source": "builtin",
  431. "dependencies": {}
  432. },
  433. "com.unity.modules.unitywebrequestassetbundle": {
  434. "version": "1.0.0",
  435. "depth": 0,
  436. "source": "builtin",
  437. "dependencies": {
  438. "com.unity.modules.assetbundle": "1.0.0",
  439. "com.unity.modules.unitywebrequest": "1.0.0"
  440. }
  441. },
  442. "com.unity.modules.unitywebrequestaudio": {
  443. "version": "1.0.0",
  444. "depth": 0,
  445. "source": "builtin",
  446. "dependencies": {
  447. "com.unity.modules.unitywebrequest": "1.0.0",
  448. "com.unity.modules.audio": "1.0.0"
  449. }
  450. },
  451. "com.unity.modules.unitywebrequesttexture": {
  452. "version": "1.0.0",
  453. "depth": 0,
  454. "source": "builtin",
  455. "dependencies": {
  456. "com.unity.modules.unitywebrequest": "1.0.0",
  457. "com.unity.modules.imageconversion": "1.0.0"
  458. }
  459. },
  460. "com.unity.modules.unitywebrequestwww": {
  461. "version": "1.0.0",
  462. "depth": 0,
  463. "source": "builtin",
  464. "dependencies": {
  465. "com.unity.modules.unitywebrequest": "1.0.0",
  466. "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
  467. "com.unity.modules.unitywebrequestaudio": "1.0.0",
  468. "com.unity.modules.audio": "1.0.0",
  469. "com.unity.modules.assetbundle": "1.0.0",
  470. "com.unity.modules.imageconversion": "1.0.0"
  471. }
  472. },
  473. "com.unity.modules.vehicles": {
  474. "version": "1.0.0",
  475. "depth": 0,
  476. "source": "builtin",
  477. "dependencies": {
  478. "com.unity.modules.physics": "1.0.0"
  479. }
  480. },
  481. "com.unity.modules.video": {
  482. "version": "1.0.0",
  483. "depth": 0,
  484. "source": "builtin",
  485. "dependencies": {
  486. "com.unity.modules.audio": "1.0.0",
  487. "com.unity.modules.ui": "1.0.0",
  488. "com.unity.modules.unitywebrequest": "1.0.0"
  489. }
  490. },
  491. "com.unity.modules.vr": {
  492. "version": "1.0.0",
  493. "depth": 0,
  494. "source": "builtin",
  495. "dependencies": {
  496. "com.unity.modules.jsonserialize": "1.0.0",
  497. "com.unity.modules.physics": "1.0.0",
  498. "com.unity.modules.xr": "1.0.0"
  499. }
  500. },
  501. "com.unity.modules.wind": {
  502. "version": "1.0.0",
  503. "depth": 0,
  504. "source": "builtin",
  505. "dependencies": {}
  506. },
  507. "com.unity.modules.xr": {
  508. "version": "1.0.0",
  509. "depth": 0,
  510. "source": "builtin",
  511. "dependencies": {
  512. "com.unity.modules.physics": "1.0.0",
  513. "com.unity.modules.jsonserialize": "1.0.0",
  514. "com.unity.modules.subsystems": "1.0.0"
  515. }
  516. }
  517. }
  518. }