Luban.Javascript.deps.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "Luban.Javascript/1.0.0": {
  10. "dependencies": {
  11. "Luban.CSharp": "1.0.0",
  12. "Luban.Core": "1.0.0",
  13. "Luban.DataTarget.Builtin": "1.0.0"
  14. },
  15. "runtime": {
  16. "Luban.Javascript.dll": {}
  17. }
  18. },
  19. "ExcelDataReader/3.7.0": {
  20. "runtime": {
  21. "lib/netstandard2.1/ExcelDataReader.dll": {
  22. "assemblyVersion": "3.7.0.0",
  23. "fileVersion": "3.7.0.0"
  24. }
  25. }
  26. },
  27. "Microsoft.CSharp/4.5.0": {},
  28. "Microsoft.NETCore.Platforms/1.0.1": {},
  29. "Microsoft.NETCore.Targets/1.0.1": {},
  30. "NeoLua/1.3.14": {
  31. "dependencies": {
  32. "Microsoft.CSharp": "4.5.0"
  33. },
  34. "runtime": {
  35. "lib/net5.0/Neo.Lua.dll": {
  36. "assemblyVersion": "5.3.0.0",
  37. "fileVersion": "1.3.14.0"
  38. }
  39. },
  40. "resources": {
  41. "lib/net5.0/de/Neo.Lua.resources.dll": {
  42. "locale": "de"
  43. }
  44. }
  45. },
  46. "NLog/5.3.4": {
  47. "runtime": {
  48. "lib/netstandard2.0/NLog.dll": {
  49. "assemblyVersion": "5.0.0.0",
  50. "fileVersion": "5.3.4.2778"
  51. }
  52. }
  53. },
  54. "Scriban/5.12.0": {
  55. "runtime": {
  56. "lib/net7.0/Scriban.dll": {
  57. "assemblyVersion": "5.0.0.0",
  58. "fileVersion": "5.12.0.0"
  59. }
  60. }
  61. },
  62. "System.Collections/4.0.11": {
  63. "dependencies": {
  64. "Microsoft.NETCore.Platforms": "1.0.1",
  65. "Microsoft.NETCore.Targets": "1.0.1",
  66. "System.Runtime": "4.1.0"
  67. }
  68. },
  69. "System.Diagnostics.Debug/4.0.11": {
  70. "dependencies": {
  71. "Microsoft.NETCore.Platforms": "1.0.1",
  72. "Microsoft.NETCore.Targets": "1.0.1",
  73. "System.Runtime": "4.1.0"
  74. }
  75. },
  76. "System.Diagnostics.Tools/4.0.1": {
  77. "dependencies": {
  78. "Microsoft.NETCore.Platforms": "1.0.1",
  79. "Microsoft.NETCore.Targets": "1.0.1",
  80. "System.Runtime": "4.1.0"
  81. }
  82. },
  83. "System.Globalization/4.0.11": {
  84. "dependencies": {
  85. "Microsoft.NETCore.Platforms": "1.0.1",
  86. "Microsoft.NETCore.Targets": "1.0.1",
  87. "System.Runtime": "4.1.0"
  88. }
  89. },
  90. "System.IO/4.1.0": {
  91. "dependencies": {
  92. "Microsoft.NETCore.Platforms": "1.0.1",
  93. "Microsoft.NETCore.Targets": "1.0.1",
  94. "System.Runtime": "4.1.0",
  95. "System.Text.Encoding": "4.0.11",
  96. "System.Threading.Tasks": "4.0.11"
  97. }
  98. },
  99. "System.Linq/4.1.0": {
  100. "dependencies": {
  101. "System.Collections": "4.0.11",
  102. "System.Diagnostics.Debug": "4.0.11",
  103. "System.Resources.ResourceManager": "4.0.1",
  104. "System.Runtime": "4.1.0",
  105. "System.Runtime.Extensions": "4.1.0"
  106. }
  107. },
  108. "System.Linq.Expressions/4.1.0": {
  109. "dependencies": {
  110. "System.Collections": "4.0.11",
  111. "System.Diagnostics.Debug": "4.0.11",
  112. "System.Globalization": "4.0.11",
  113. "System.IO": "4.1.0",
  114. "System.Linq": "4.1.0",
  115. "System.ObjectModel": "4.0.12",
  116. "System.Reflection": "4.1.0",
  117. "System.Reflection.Emit": "4.0.1",
  118. "System.Reflection.Emit.ILGeneration": "4.0.1",
  119. "System.Reflection.Emit.Lightweight": "4.0.1",
  120. "System.Reflection.Extensions": "4.0.1",
  121. "System.Reflection.Primitives": "4.0.1",
  122. "System.Reflection.TypeExtensions": "4.1.0",
  123. "System.Resources.ResourceManager": "4.0.1",
  124. "System.Runtime": "4.1.0",
  125. "System.Runtime.Extensions": "4.1.0",
  126. "System.Threading": "4.0.11"
  127. }
  128. },
  129. "System.ObjectModel/4.0.12": {
  130. "dependencies": {
  131. "System.Collections": "4.0.11",
  132. "System.Diagnostics.Debug": "4.0.11",
  133. "System.Resources.ResourceManager": "4.0.1",
  134. "System.Runtime": "4.1.0",
  135. "System.Threading": "4.0.11"
  136. }
  137. },
  138. "System.Reflection/4.1.0": {
  139. "dependencies": {
  140. "Microsoft.NETCore.Platforms": "1.0.1",
  141. "Microsoft.NETCore.Targets": "1.0.1",
  142. "System.IO": "4.1.0",
  143. "System.Reflection.Primitives": "4.0.1",
  144. "System.Runtime": "4.1.0"
  145. }
  146. },
  147. "System.Reflection.Emit/4.0.1": {
  148. "dependencies": {
  149. "System.IO": "4.1.0",
  150. "System.Reflection": "4.1.0",
  151. "System.Reflection.Emit.ILGeneration": "4.0.1",
  152. "System.Reflection.Primitives": "4.0.1",
  153. "System.Runtime": "4.1.0"
  154. }
  155. },
  156. "System.Reflection.Emit.ILGeneration/4.0.1": {
  157. "dependencies": {
  158. "System.Reflection": "4.1.0",
  159. "System.Reflection.Primitives": "4.0.1",
  160. "System.Runtime": "4.1.0"
  161. }
  162. },
  163. "System.Reflection.Emit.Lightweight/4.0.1": {
  164. "dependencies": {
  165. "System.Reflection": "4.1.0",
  166. "System.Reflection.Emit.ILGeneration": "4.0.1",
  167. "System.Reflection.Primitives": "4.0.1",
  168. "System.Runtime": "4.1.0"
  169. }
  170. },
  171. "System.Reflection.Extensions/4.0.1": {
  172. "dependencies": {
  173. "Microsoft.NETCore.Platforms": "1.0.1",
  174. "Microsoft.NETCore.Targets": "1.0.1",
  175. "System.Reflection": "4.1.0",
  176. "System.Runtime": "4.1.0"
  177. }
  178. },
  179. "System.Reflection.Primitives/4.0.1": {
  180. "dependencies": {
  181. "Microsoft.NETCore.Platforms": "1.0.1",
  182. "Microsoft.NETCore.Targets": "1.0.1",
  183. "System.Runtime": "4.1.0"
  184. }
  185. },
  186. "System.Reflection.TypeExtensions/4.1.0": {
  187. "dependencies": {
  188. "System.Reflection": "4.1.0",
  189. "System.Runtime": "4.1.0"
  190. }
  191. },
  192. "System.Resources.ResourceManager/4.0.1": {
  193. "dependencies": {
  194. "Microsoft.NETCore.Platforms": "1.0.1",
  195. "Microsoft.NETCore.Targets": "1.0.1",
  196. "System.Globalization": "4.0.11",
  197. "System.Reflection": "4.1.0",
  198. "System.Runtime": "4.1.0"
  199. }
  200. },
  201. "System.Runtime/4.1.0": {
  202. "dependencies": {
  203. "Microsoft.NETCore.Platforms": "1.0.1",
  204. "Microsoft.NETCore.Targets": "1.0.1"
  205. }
  206. },
  207. "System.Runtime.Extensions/4.1.0": {
  208. "dependencies": {
  209. "Microsoft.NETCore.Platforms": "1.0.1",
  210. "Microsoft.NETCore.Targets": "1.0.1",
  211. "System.Runtime": "4.1.0"
  212. }
  213. },
  214. "System.Runtime.Serialization.Primitives/4.1.1": {
  215. "dependencies": {
  216. "System.Resources.ResourceManager": "4.0.1",
  217. "System.Runtime": "4.1.0"
  218. }
  219. },
  220. "System.Text.Encoding/4.0.11": {
  221. "dependencies": {
  222. "Microsoft.NETCore.Platforms": "1.0.1",
  223. "Microsoft.NETCore.Targets": "1.0.1",
  224. "System.Runtime": "4.1.0"
  225. }
  226. },
  227. "System.Text.Encoding.Extensions/4.0.11": {
  228. "dependencies": {
  229. "Microsoft.NETCore.Platforms": "1.0.1",
  230. "Microsoft.NETCore.Targets": "1.0.1",
  231. "System.Runtime": "4.1.0",
  232. "System.Text.Encoding": "4.0.11"
  233. }
  234. },
  235. "System.Text.RegularExpressions/4.1.0": {
  236. "dependencies": {
  237. "System.Collections": "4.0.11",
  238. "System.Globalization": "4.0.11",
  239. "System.Resources.ResourceManager": "4.0.1",
  240. "System.Runtime": "4.1.0",
  241. "System.Runtime.Extensions": "4.1.0",
  242. "System.Threading": "4.0.11"
  243. }
  244. },
  245. "System.Threading/4.0.11": {
  246. "dependencies": {
  247. "System.Runtime": "4.1.0",
  248. "System.Threading.Tasks": "4.0.11"
  249. }
  250. },
  251. "System.Threading.Tasks/4.0.11": {
  252. "dependencies": {
  253. "Microsoft.NETCore.Platforms": "1.0.1",
  254. "Microsoft.NETCore.Targets": "1.0.1",
  255. "System.Runtime": "4.1.0"
  256. }
  257. },
  258. "Ude.NetStandard/1.2.0": {
  259. "runtime": {
  260. "lib/netstandard2.0/Ude.NetStandard.dll": {
  261. "assemblyVersion": "1.0.2.0",
  262. "fileVersion": "1.0.2.0"
  263. }
  264. }
  265. },
  266. "YamlDotNet.NetCore/1.0.0": {
  267. "dependencies": {
  268. "System.Collections": "4.0.11",
  269. "System.Diagnostics.Debug": "4.0.11",
  270. "System.Diagnostics.Tools": "4.0.1",
  271. "System.Globalization": "4.0.11",
  272. "System.Linq": "4.1.0",
  273. "System.Linq.Expressions": "4.1.0",
  274. "System.ObjectModel": "4.0.12",
  275. "System.Reflection.Extensions": "4.0.1",
  276. "System.Runtime.Extensions": "4.1.0",
  277. "System.Runtime.Serialization.Primitives": "4.1.1",
  278. "System.Text.Encoding.Extensions": "4.0.11",
  279. "System.Text.RegularExpressions": "4.1.0"
  280. },
  281. "runtime": {
  282. "lib/netstandard1.0/YamlDotNet.NetCore.dll": {
  283. "assemblyVersion": "0.0.1.0",
  284. "fileVersion": "0.0.0.0"
  285. }
  286. }
  287. },
  288. "Luban.Core/1.0.0": {
  289. "dependencies": {
  290. "NLog": "5.3.4",
  291. "Scriban": "5.12.0"
  292. },
  293. "runtime": {
  294. "Luban.Core.dll": {
  295. "assemblyVersion": "1.0.0.0",
  296. "fileVersion": "1.0.0.0"
  297. }
  298. }
  299. },
  300. "Luban.CSharp/1.0.0": {
  301. "dependencies": {
  302. "Luban.Core": "1.0.0",
  303. "Luban.DataValidator.Builtin": "1.0.0"
  304. },
  305. "runtime": {
  306. "Luban.CSharp.dll": {
  307. "assemblyVersion": "1.0.0.0",
  308. "fileVersion": "1.0.0.0"
  309. }
  310. }
  311. },
  312. "Luban.DataLoader.Builtin/1.0.0": {
  313. "dependencies": {
  314. "ExcelDataReader": "3.7.0",
  315. "Luban.Core": "1.0.0",
  316. "NeoLua": "1.3.14",
  317. "Ude.NetStandard": "1.2.0",
  318. "YamlDotNet.NetCore": "1.0.0"
  319. },
  320. "runtime": {
  321. "Luban.DataLoader.Builtin.dll": {
  322. "assemblyVersion": "1.0.0.0",
  323. "fileVersion": "1.0.0.0"
  324. }
  325. }
  326. },
  327. "Luban.DataTarget.Builtin/1.0.0": {
  328. "dependencies": {
  329. "Luban.Core": "1.0.0",
  330. "Luban.DataLoader.Builtin": "1.0.0"
  331. },
  332. "runtime": {
  333. "Luban.DataTarget.Builtin.dll": {
  334. "assemblyVersion": "1.0.0.0",
  335. "fileVersion": "1.0.0.0"
  336. }
  337. }
  338. },
  339. "Luban.DataValidator.Builtin/1.0.0": {
  340. "dependencies": {
  341. "Luban.Core": "1.0.0"
  342. },
  343. "runtime": {
  344. "Luban.DataValidator.Builtin.dll": {
  345. "assemblyVersion": "1.0.0.0",
  346. "fileVersion": "1.0.0.0"
  347. }
  348. }
  349. }
  350. }
  351. },
  352. "libraries": {
  353. "Luban.Javascript/1.0.0": {
  354. "type": "project",
  355. "serviceable": false,
  356. "sha512": ""
  357. },
  358. "ExcelDataReader/3.7.0": {
  359. "type": "package",
  360. "serviceable": true,
  361. "sha512": "sha512-AMv3oDETRHSRyXC17rBtKH45qIfFyo433LMeaMB3u4RNr/c9Luuc0Z+JMP6+3Cx9n4wXqFqcrEIVxrf/GgYnZg==",
  362. "path": "exceldatareader/3.7.0",
  363. "hashPath": "exceldatareader.3.7.0.nupkg.sha512"
  364. },
  365. "Microsoft.CSharp/4.5.0": {
  366. "type": "package",
  367. "serviceable": true,
  368. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  369. "path": "microsoft.csharp/4.5.0",
  370. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  371. },
  372. "Microsoft.NETCore.Platforms/1.0.1": {
  373. "type": "package",
  374. "serviceable": true,
  375. "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
  376. "path": "microsoft.netcore.platforms/1.0.1",
  377. "hashPath": "microsoft.netcore.platforms.1.0.1.nupkg.sha512"
  378. },
  379. "Microsoft.NETCore.Targets/1.0.1": {
  380. "type": "package",
  381. "serviceable": true,
  382. "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
  383. "path": "microsoft.netcore.targets/1.0.1",
  384. "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
  385. },
  386. "NeoLua/1.3.14": {
  387. "type": "package",
  388. "serviceable": true,
  389. "sha512": "sha512-BXIUN+ePY2wx3ZGiSmR8KZKD85s01pXI690orrB3u/biB8R0nalziGw+iGbPBq1Cuz8Upggpw2ERF84POXWTCQ==",
  390. "path": "neolua/1.3.14",
  391. "hashPath": "neolua.1.3.14.nupkg.sha512"
  392. },
  393. "NLog/5.3.4": {
  394. "type": "package",
  395. "serviceable": true,
  396. "sha512": "sha512-gLy7+O1hEYJXIlcTr1/VWjGXrZTQFZzYNO18IWasD64pNwz0BreV+nHLxWKXWZzERRzoKnsk2XYtwLkTVk7J1A==",
  397. "path": "nlog/5.3.4",
  398. "hashPath": "nlog.5.3.4.nupkg.sha512"
  399. },
  400. "Scriban/5.12.0": {
  401. "type": "package",
  402. "serviceable": true,
  403. "sha512": "sha512-/YTTCxjBIpfwX3MKMT4JMFVl1jX4IHW7zih+Bg3cTIkzGnbFt+B3l/k90ILDw6DRiFE7T+VxEyls7zk4p029ng==",
  404. "path": "scriban/5.12.0",
  405. "hashPath": "scriban.5.12.0.nupkg.sha512"
  406. },
  407. "System.Collections/4.0.11": {
  408. "type": "package",
  409. "serviceable": true,
  410. "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  411. "path": "system.collections/4.0.11",
  412. "hashPath": "system.collections.4.0.11.nupkg.sha512"
  413. },
  414. "System.Diagnostics.Debug/4.0.11": {
  415. "type": "package",
  416. "serviceable": true,
  417. "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  418. "path": "system.diagnostics.debug/4.0.11",
  419. "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
  420. },
  421. "System.Diagnostics.Tools/4.0.1": {
  422. "type": "package",
  423. "serviceable": true,
  424. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  425. "path": "system.diagnostics.tools/4.0.1",
  426. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  427. },
  428. "System.Globalization/4.0.11": {
  429. "type": "package",
  430. "serviceable": true,
  431. "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  432. "path": "system.globalization/4.0.11",
  433. "hashPath": "system.globalization.4.0.11.nupkg.sha512"
  434. },
  435. "System.IO/4.1.0": {
  436. "type": "package",
  437. "serviceable": true,
  438. "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
  439. "path": "system.io/4.1.0",
  440. "hashPath": "system.io.4.1.0.nupkg.sha512"
  441. },
  442. "System.Linq/4.1.0": {
  443. "type": "package",
  444. "serviceable": true,
  445. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  446. "path": "system.linq/4.1.0",
  447. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  448. },
  449. "System.Linq.Expressions/4.1.0": {
  450. "type": "package",
  451. "serviceable": true,
  452. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  453. "path": "system.linq.expressions/4.1.0",
  454. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  455. },
  456. "System.ObjectModel/4.0.12": {
  457. "type": "package",
  458. "serviceable": true,
  459. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  460. "path": "system.objectmodel/4.0.12",
  461. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  462. },
  463. "System.Reflection/4.1.0": {
  464. "type": "package",
  465. "serviceable": true,
  466. "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
  467. "path": "system.reflection/4.1.0",
  468. "hashPath": "system.reflection.4.1.0.nupkg.sha512"
  469. },
  470. "System.Reflection.Emit/4.0.1": {
  471. "type": "package",
  472. "serviceable": true,
  473. "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  474. "path": "system.reflection.emit/4.0.1",
  475. "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
  476. },
  477. "System.Reflection.Emit.ILGeneration/4.0.1": {
  478. "type": "package",
  479. "serviceable": true,
  480. "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  481. "path": "system.reflection.emit.ilgeneration/4.0.1",
  482. "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
  483. },
  484. "System.Reflection.Emit.Lightweight/4.0.1": {
  485. "type": "package",
  486. "serviceable": true,
  487. "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  488. "path": "system.reflection.emit.lightweight/4.0.1",
  489. "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
  490. },
  491. "System.Reflection.Extensions/4.0.1": {
  492. "type": "package",
  493. "serviceable": true,
  494. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  495. "path": "system.reflection.extensions/4.0.1",
  496. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  497. },
  498. "System.Reflection.Primitives/4.0.1": {
  499. "type": "package",
  500. "serviceable": true,
  501. "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
  502. "path": "system.reflection.primitives/4.0.1",
  503. "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
  504. },
  505. "System.Reflection.TypeExtensions/4.1.0": {
  506. "type": "package",
  507. "serviceable": true,
  508. "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
  509. "path": "system.reflection.typeextensions/4.1.0",
  510. "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
  511. },
  512. "System.Resources.ResourceManager/4.0.1": {
  513. "type": "package",
  514. "serviceable": true,
  515. "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  516. "path": "system.resources.resourcemanager/4.0.1",
  517. "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
  518. },
  519. "System.Runtime/4.1.0": {
  520. "type": "package",
  521. "serviceable": true,
  522. "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
  523. "path": "system.runtime/4.1.0",
  524. "hashPath": "system.runtime.4.1.0.nupkg.sha512"
  525. },
  526. "System.Runtime.Extensions/4.1.0": {
  527. "type": "package",
  528. "serviceable": true,
  529. "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  530. "path": "system.runtime.extensions/4.1.0",
  531. "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
  532. },
  533. "System.Runtime.Serialization.Primitives/4.1.1": {
  534. "type": "package",
  535. "serviceable": true,
  536. "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
  537. "path": "system.runtime.serialization.primitives/4.1.1",
  538. "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512"
  539. },
  540. "System.Text.Encoding/4.0.11": {
  541. "type": "package",
  542. "serviceable": true,
  543. "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
  544. "path": "system.text.encoding/4.0.11",
  545. "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
  546. },
  547. "System.Text.Encoding.Extensions/4.0.11": {
  548. "type": "package",
  549. "serviceable": true,
  550. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  551. "path": "system.text.encoding.extensions/4.0.11",
  552. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  553. },
  554. "System.Text.RegularExpressions/4.1.0": {
  555. "type": "package",
  556. "serviceable": true,
  557. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  558. "path": "system.text.regularexpressions/4.1.0",
  559. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  560. },
  561. "System.Threading/4.0.11": {
  562. "type": "package",
  563. "serviceable": true,
  564. "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  565. "path": "system.threading/4.0.11",
  566. "hashPath": "system.threading.4.0.11.nupkg.sha512"
  567. },
  568. "System.Threading.Tasks/4.0.11": {
  569. "type": "package",
  570. "serviceable": true,
  571. "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
  572. "path": "system.threading.tasks/4.0.11",
  573. "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
  574. },
  575. "Ude.NetStandard/1.2.0": {
  576. "type": "package",
  577. "serviceable": true,
  578. "sha512": "sha512-zRWpPAxBg3lNdm4UiKixTe+DFPoNid9CILggTCy/0WR2WKETe17kTWhiiIpLB2k5IEgnvA0QLfKlvd6Tvu0pzA==",
  579. "path": "ude.netstandard/1.2.0",
  580. "hashPath": "ude.netstandard.1.2.0.nupkg.sha512"
  581. },
  582. "YamlDotNet.NetCore/1.0.0": {
  583. "type": "package",
  584. "serviceable": true,
  585. "sha512": "sha512-vPiKF4Yf02MS96Nzwcr8+WrvlhTx+camOgUzxhazU0hCzs2ESetWDCxaIT/MYdAw2oONYem1ow9PXWJjHkRUDw==",
  586. "path": "yamldotnet.netcore/1.0.0",
  587. "hashPath": "yamldotnet.netcore.1.0.0.nupkg.sha512"
  588. },
  589. "Luban.Core/1.0.0": {
  590. "type": "project",
  591. "serviceable": false,
  592. "sha512": ""
  593. },
  594. "Luban.CSharp/1.0.0": {
  595. "type": "project",
  596. "serviceable": false,
  597. "sha512": ""
  598. },
  599. "Luban.DataLoader.Builtin/1.0.0": {
  600. "type": "project",
  601. "serviceable": false,
  602. "sha512": ""
  603. },
  604. "Luban.DataTarget.Builtin/1.0.0": {
  605. "type": "project",
  606. "serviceable": false,
  607. "sha512": ""
  608. },
  609. "Luban.DataValidator.Builtin/1.0.0": {
  610. "type": "project",
  611. "serviceable": false,
  612. "sha512": ""
  613. }
  614. }
  615. }