packages-lock.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. {
  2. "dependencies": {
  3. "com.unity.ai.navigation": {
  4. "version": "2.0.9",
  5. "depth": 0,
  6. "source": "registry",
  7. "dependencies": {
  8. "com.unity.modules.ai": "1.0.0"
  9. },
  10. "url": "https://packages.unity.com"
  11. },
  12. "com.unity.burst": {
  13. "version": "1.8.25",
  14. "depth": 2,
  15. "source": "registry",
  16. "dependencies": {
  17. "com.unity.mathematics": "1.2.1",
  18. "com.unity.modules.jsonserialize": "1.0.0"
  19. },
  20. "url": "https://packages.unity.com"
  21. },
  22. "com.unity.collab-proxy": {
  23. "version": "2.9.3",
  24. "depth": 0,
  25. "source": "registry",
  26. "dependencies": {},
  27. "url": "https://packages.unity.com"
  28. },
  29. "com.unity.collections": {
  30. "version": "2.6.2",
  31. "depth": 2,
  32. "source": "registry",
  33. "dependencies": {
  34. "com.unity.burst": "1.8.23",
  35. "com.unity.mathematics": "1.3.2",
  36. "com.unity.test-framework": "1.4.6",
  37. "com.unity.nuget.mono-cecil": "1.11.5",
  38. "com.unity.test-framework.performance": "3.0.3"
  39. },
  40. "url": "https://packages.unity.com"
  41. },
  42. "com.unity.ext.nunit": {
  43. "version": "2.0.5",
  44. "depth": 1,
  45. "source": "builtin",
  46. "dependencies": {}
  47. },
  48. "com.unity.ide.rider": {
  49. "version": "3.0.38",
  50. "depth": 0,
  51. "source": "registry",
  52. "dependencies": {
  53. "com.unity.ext.nunit": "1.0.6"
  54. },
  55. "url": "https://packages.unity.com"
  56. },
  57. "com.unity.ide.visualstudio": {
  58. "version": "2.0.23",
  59. "depth": 0,
  60. "source": "registry",
  61. "dependencies": {
  62. "com.unity.test-framework": "1.1.9"
  63. },
  64. "url": "https://packages.unity.com"
  65. },
  66. "com.unity.inputsystem": {
  67. "version": "1.14.2",
  68. "depth": 0,
  69. "source": "registry",
  70. "dependencies": {
  71. "com.unity.modules.uielements": "1.0.0"
  72. },
  73. "url": "https://packages.unity.com"
  74. },
  75. "com.unity.mathematics": {
  76. "version": "1.3.2",
  77. "depth": 2,
  78. "source": "registry",
  79. "dependencies": {},
  80. "url": "https://packages.unity.com"
  81. },
  82. "com.unity.multiplayer.center": {
  83. "version": "1.0.0",
  84. "depth": 0,
  85. "source": "builtin",
  86. "dependencies": {
  87. "com.unity.modules.uielements": "1.0.0"
  88. }
  89. },
  90. "com.unity.nuget.mono-cecil": {
  91. "version": "1.11.5",
  92. "depth": 3,
  93. "source": "registry",
  94. "dependencies": {},
  95. "url": "https://packages.unity.com"
  96. },
  97. "com.unity.render-pipelines.core": {
  98. "version": "17.0.4",
  99. "depth": 1,
  100. "source": "builtin",
  101. "dependencies": {
  102. "com.unity.burst": "1.8.20",
  103. "com.unity.mathematics": "1.3.2",
  104. "com.unity.ugui": "2.0.0",
  105. "com.unity.collections": "2.4.3",
  106. "com.unity.modules.physics": "1.0.0",
  107. "com.unity.modules.terrain": "1.0.0",
  108. "com.unity.modules.jsonserialize": "1.0.0",
  109. "com.unity.rendering.light-transport": "1.0.1"
  110. }
  111. },
  112. "com.unity.render-pipelines.universal": {
  113. "version": "17.0.4",
  114. "depth": 0,
  115. "source": "builtin",
  116. "dependencies": {
  117. "com.unity.render-pipelines.core": "17.0.4",
  118. "com.unity.shadergraph": "17.0.4",
  119. "com.unity.render-pipelines.universal-config": "17.0.3"
  120. }
  121. },
  122. "com.unity.render-pipelines.universal-config": {
  123. "version": "17.0.3",
  124. "depth": 1,
  125. "source": "builtin",
  126. "dependencies": {
  127. "com.unity.render-pipelines.core": "17.0.3"
  128. }
  129. },
  130. "com.unity.rendering.light-transport": {
  131. "version": "1.0.1",
  132. "depth": 2,
  133. "source": "builtin",
  134. "dependencies": {
  135. "com.unity.collections": "2.2.0",
  136. "com.unity.mathematics": "1.2.4",
  137. "com.unity.modules.terrain": "1.0.0"
  138. }
  139. },
  140. "com.unity.searcher": {
  141. "version": "4.9.3",
  142. "depth": 2,
  143. "source": "registry",
  144. "dependencies": {},
  145. "url": "https://packages.unity.com"
  146. },
  147. "com.unity.shadergraph": {
  148. "version": "17.0.4",
  149. "depth": 1,
  150. "source": "builtin",
  151. "dependencies": {
  152. "com.unity.render-pipelines.core": "17.0.4",
  153. "com.unity.searcher": "4.9.3"
  154. }
  155. },
  156. "com.unity.test-framework": {
  157. "version": "1.6.0",
  158. "depth": 0,
  159. "source": "builtin",
  160. "dependencies": {
  161. "com.unity.ext.nunit": "2.0.3",
  162. "com.unity.modules.imgui": "1.0.0",
  163. "com.unity.modules.jsonserialize": "1.0.0"
  164. }
  165. },
  166. "com.unity.test-framework.performance": {
  167. "version": "3.2.0",
  168. "depth": 3,
  169. "source": "registry",
  170. "dependencies": {
  171. "com.unity.test-framework": "1.1.33",
  172. "com.unity.modules.jsonserialize": "1.0.0"
  173. },
  174. "url": "https://packages.unity.com"
  175. },
  176. "com.unity.timeline": {
  177. "version": "1.8.9",
  178. "depth": 0,
  179. "source": "registry",
  180. "dependencies": {
  181. "com.unity.modules.audio": "1.0.0",
  182. "com.unity.modules.director": "1.0.0",
  183. "com.unity.modules.animation": "1.0.0",
  184. "com.unity.modules.particlesystem": "1.0.0"
  185. },
  186. "url": "https://packages.unity.com"
  187. },
  188. "com.unity.ugui": {
  189. "version": "2.0.0",
  190. "depth": 0,
  191. "source": "builtin",
  192. "dependencies": {
  193. "com.unity.modules.ui": "1.0.0",
  194. "com.unity.modules.imgui": "1.0.0"
  195. }
  196. },
  197. "com.unity.visualscripting": {
  198. "version": "1.9.7",
  199. "depth": 0,
  200. "source": "registry",
  201. "dependencies": {
  202. "com.unity.ugui": "1.0.0",
  203. "com.unity.modules.jsonserialize": "1.0.0"
  204. },
  205. "url": "https://packages.unity.com"
  206. },
  207. "com.unity.modules.accessibility": {
  208. "version": "1.0.0",
  209. "depth": 0,
  210. "source": "builtin",
  211. "dependencies": {}
  212. },
  213. "com.unity.modules.ai": {
  214. "version": "1.0.0",
  215. "depth": 0,
  216. "source": "builtin",
  217. "dependencies": {}
  218. },
  219. "com.unity.modules.androidjni": {
  220. "version": "1.0.0",
  221. "depth": 0,
  222. "source": "builtin",
  223. "dependencies": {}
  224. },
  225. "com.unity.modules.animation": {
  226. "version": "1.0.0",
  227. "depth": 0,
  228. "source": "builtin",
  229. "dependencies": {}
  230. },
  231. "com.unity.modules.assetbundle": {
  232. "version": "1.0.0",
  233. "depth": 0,
  234. "source": "builtin",
  235. "dependencies": {}
  236. },
  237. "com.unity.modules.audio": {
  238. "version": "1.0.0",
  239. "depth": 0,
  240. "source": "builtin",
  241. "dependencies": {}
  242. },
  243. "com.unity.modules.cloth": {
  244. "version": "1.0.0",
  245. "depth": 0,
  246. "source": "builtin",
  247. "dependencies": {
  248. "com.unity.modules.physics": "1.0.0"
  249. }
  250. },
  251. "com.unity.modules.director": {
  252. "version": "1.0.0",
  253. "depth": 0,
  254. "source": "builtin",
  255. "dependencies": {
  256. "com.unity.modules.audio": "1.0.0",
  257. "com.unity.modules.animation": "1.0.0"
  258. }
  259. },
  260. "com.unity.modules.hierarchycore": {
  261. "version": "1.0.0",
  262. "depth": 1,
  263. "source": "builtin",
  264. "dependencies": {}
  265. },
  266. "com.unity.modules.imageconversion": {
  267. "version": "1.0.0",
  268. "depth": 0,
  269. "source": "builtin",
  270. "dependencies": {}
  271. },
  272. "com.unity.modules.imgui": {
  273. "version": "1.0.0",
  274. "depth": 0,
  275. "source": "builtin",
  276. "dependencies": {}
  277. },
  278. "com.unity.modules.jsonserialize": {
  279. "version": "1.0.0",
  280. "depth": 0,
  281. "source": "builtin",
  282. "dependencies": {}
  283. },
  284. "com.unity.modules.particlesystem": {
  285. "version": "1.0.0",
  286. "depth": 0,
  287. "source": "builtin",
  288. "dependencies": {}
  289. },
  290. "com.unity.modules.physics": {
  291. "version": "1.0.0",
  292. "depth": 0,
  293. "source": "builtin",
  294. "dependencies": {}
  295. },
  296. "com.unity.modules.physics2d": {
  297. "version": "1.0.0",
  298. "depth": 0,
  299. "source": "builtin",
  300. "dependencies": {}
  301. },
  302. "com.unity.modules.screencapture": {
  303. "version": "1.0.0",
  304. "depth": 0,
  305. "source": "builtin",
  306. "dependencies": {
  307. "com.unity.modules.imageconversion": "1.0.0"
  308. }
  309. },
  310. "com.unity.modules.subsystems": {
  311. "version": "1.0.0",
  312. "depth": 1,
  313. "source": "builtin",
  314. "dependencies": {
  315. "com.unity.modules.jsonserialize": "1.0.0"
  316. }
  317. },
  318. "com.unity.modules.terrain": {
  319. "version": "1.0.0",
  320. "depth": 0,
  321. "source": "builtin",
  322. "dependencies": {}
  323. },
  324. "com.unity.modules.terrainphysics": {
  325. "version": "1.0.0",
  326. "depth": 0,
  327. "source": "builtin",
  328. "dependencies": {
  329. "com.unity.modules.physics": "1.0.0",
  330. "com.unity.modules.terrain": "1.0.0"
  331. }
  332. },
  333. "com.unity.modules.tilemap": {
  334. "version": "1.0.0",
  335. "depth": 0,
  336. "source": "builtin",
  337. "dependencies": {
  338. "com.unity.modules.physics2d": "1.0.0"
  339. }
  340. },
  341. "com.unity.modules.ui": {
  342. "version": "1.0.0",
  343. "depth": 0,
  344. "source": "builtin",
  345. "dependencies": {}
  346. },
  347. "com.unity.modules.uielements": {
  348. "version": "1.0.0",
  349. "depth": 0,
  350. "source": "builtin",
  351. "dependencies": {
  352. "com.unity.modules.ui": "1.0.0",
  353. "com.unity.modules.imgui": "1.0.0",
  354. "com.unity.modules.jsonserialize": "1.0.0",
  355. "com.unity.modules.hierarchycore": "1.0.0"
  356. }
  357. },
  358. "com.unity.modules.umbra": {
  359. "version": "1.0.0",
  360. "depth": 0,
  361. "source": "builtin",
  362. "dependencies": {}
  363. },
  364. "com.unity.modules.unityanalytics": {
  365. "version": "1.0.0",
  366. "depth": 0,
  367. "source": "builtin",
  368. "dependencies": {
  369. "com.unity.modules.unitywebrequest": "1.0.0",
  370. "com.unity.modules.jsonserialize": "1.0.0"
  371. }
  372. },
  373. "com.unity.modules.unitywebrequest": {
  374. "version": "1.0.0",
  375. "depth": 0,
  376. "source": "builtin",
  377. "dependencies": {}
  378. },
  379. "com.unity.modules.unitywebrequestassetbundle": {
  380. "version": "1.0.0",
  381. "depth": 0,
  382. "source": "builtin",
  383. "dependencies": {
  384. "com.unity.modules.assetbundle": "1.0.0",
  385. "com.unity.modules.unitywebrequest": "1.0.0"
  386. }
  387. },
  388. "com.unity.modules.unitywebrequestaudio": {
  389. "version": "1.0.0",
  390. "depth": 0,
  391. "source": "builtin",
  392. "dependencies": {
  393. "com.unity.modules.unitywebrequest": "1.0.0",
  394. "com.unity.modules.audio": "1.0.0"
  395. }
  396. },
  397. "com.unity.modules.unitywebrequesttexture": {
  398. "version": "1.0.0",
  399. "depth": 0,
  400. "source": "builtin",
  401. "dependencies": {
  402. "com.unity.modules.unitywebrequest": "1.0.0",
  403. "com.unity.modules.imageconversion": "1.0.0"
  404. }
  405. },
  406. "com.unity.modules.unitywebrequestwww": {
  407. "version": "1.0.0",
  408. "depth": 0,
  409. "source": "builtin",
  410. "dependencies": {
  411. "com.unity.modules.unitywebrequest": "1.0.0",
  412. "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
  413. "com.unity.modules.unitywebrequestaudio": "1.0.0",
  414. "com.unity.modules.audio": "1.0.0",
  415. "com.unity.modules.assetbundle": "1.0.0",
  416. "com.unity.modules.imageconversion": "1.0.0"
  417. }
  418. },
  419. "com.unity.modules.vehicles": {
  420. "version": "1.0.0",
  421. "depth": 0,
  422. "source": "builtin",
  423. "dependencies": {
  424. "com.unity.modules.physics": "1.0.0"
  425. }
  426. },
  427. "com.unity.modules.video": {
  428. "version": "1.0.0",
  429. "depth": 0,
  430. "source": "builtin",
  431. "dependencies": {
  432. "com.unity.modules.audio": "1.0.0",
  433. "com.unity.modules.ui": "1.0.0",
  434. "com.unity.modules.unitywebrequest": "1.0.0"
  435. }
  436. },
  437. "com.unity.modules.vr": {
  438. "version": "1.0.0",
  439. "depth": 0,
  440. "source": "builtin",
  441. "dependencies": {
  442. "com.unity.modules.jsonserialize": "1.0.0",
  443. "com.unity.modules.physics": "1.0.0",
  444. "com.unity.modules.xr": "1.0.0"
  445. }
  446. },
  447. "com.unity.modules.wind": {
  448. "version": "1.0.0",
  449. "depth": 0,
  450. "source": "builtin",
  451. "dependencies": {}
  452. },
  453. "com.unity.modules.xr": {
  454. "version": "1.0.0",
  455. "depth": 0,
  456. "source": "builtin",
  457. "dependencies": {
  458. "com.unity.modules.physics": "1.0.0",
  459. "com.unity.modules.jsonserialize": "1.0.0",
  460. "com.unity.modules.subsystems": "1.0.0"
  461. }
  462. }
  463. }
  464. }