Sin descripción
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.

packages-lock.json 14KB

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