@yume-chan/adb 2.6.0 → 3.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/esm/adb.d.ts +18 -15
  4. package/esm/adb.d.ts.map +1 -1
  5. package/esm/adb.js +18 -11
  6. package/esm/adb.js.map +1 -1
  7. package/esm/banner.d.ts +1 -1
  8. package/esm/banner.d.ts.map +1 -1
  9. package/esm/daemon/auth/authenticator.d.ts +28 -0
  10. package/esm/daemon/auth/authenticator.d.ts.map +1 -0
  11. package/esm/daemon/auth/authenticator.js +108 -0
  12. package/esm/daemon/auth/authenticator.js.map +1 -0
  13. package/esm/daemon/auth/index.d.ts +5 -0
  14. package/esm/daemon/auth/index.d.ts.map +1 -0
  15. package/esm/daemon/auth/index.js +5 -0
  16. package/esm/daemon/auth/index.js.map +1 -0
  17. package/esm/daemon/auth/packet-processor.d.ts +42 -0
  18. package/esm/daemon/auth/packet-processor.d.ts.map +1 -0
  19. package/esm/daemon/auth/packet-processor.js +129 -0
  20. package/esm/daemon/auth/packet-processor.js.map +1 -0
  21. package/esm/daemon/auth/public-key.d.ts +8 -0
  22. package/esm/daemon/auth/public-key.d.ts.map +1 -0
  23. package/esm/daemon/auth/public-key.js +74 -0
  24. package/esm/daemon/auth/public-key.js.map +1 -0
  25. package/esm/daemon/auth/type.d.ts +5 -0
  26. package/esm/daemon/auth/type.d.ts.map +1 -0
  27. package/esm/daemon/auth/type.js +2 -0
  28. package/esm/daemon/auth/type.js.map +1 -0
  29. package/esm/daemon/crypto.d.ts +6 -5
  30. package/esm/daemon/crypto.d.ts.map +1 -1
  31. package/esm/daemon/crypto.js +23 -73
  32. package/esm/daemon/crypto.js.map +1 -1
  33. package/esm/daemon/dispatcher.d.ts +3 -3
  34. package/esm/daemon/dispatcher.d.ts.map +1 -1
  35. package/esm/daemon/dispatcher.js +11 -4
  36. package/esm/daemon/dispatcher.js.map +1 -1
  37. package/esm/daemon/index.d.ts +1 -1
  38. package/esm/daemon/index.d.ts.map +1 -1
  39. package/esm/daemon/index.js +1 -1
  40. package/esm/daemon/index.js.map +1 -1
  41. package/esm/daemon/socket.d.ts +3 -3
  42. package/esm/daemon/socket.d.ts.map +1 -1
  43. package/esm/daemon/transport.d.ts +13 -65
  44. package/esm/daemon/transport.d.ts.map +1 -1
  45. package/esm/daemon/transport.js +18 -140
  46. package/esm/daemon/transport.js.map +1 -1
  47. package/esm/device-observer.d.ts +2 -3
  48. package/esm/device-observer.d.ts.map +1 -1
  49. package/esm/features-value.d.ts +40 -0
  50. package/esm/features-value.d.ts.map +1 -0
  51. package/esm/features-value.js +46 -0
  52. package/esm/features-value.js.map +1 -0
  53. package/esm/features.d.ts +4 -12
  54. package/esm/features.d.ts.map +1 -1
  55. package/esm/features.js +27 -13
  56. package/esm/features.js.map +1 -1
  57. package/esm/index.d.ts +1 -1
  58. package/esm/index.d.ts.map +1 -1
  59. package/esm/index.js +1 -1
  60. package/esm/index.js.map +1 -1
  61. package/esm/server/client.d.ts +7 -7
  62. package/esm/server/client.d.ts.map +1 -1
  63. package/esm/server/client.js +69 -86
  64. package/esm/server/client.js.map +1 -1
  65. package/esm/server/commands/wireless.js +1 -1
  66. package/esm/server/commands/wireless.js.map +1 -1
  67. package/esm/server/{stream.d.ts → data-connection.d.ts} +5 -5
  68. package/esm/server/data-connection.d.ts.map +1 -0
  69. package/esm/server/{stream.js → data-connection.js} +4 -4
  70. package/esm/server/data-connection.js.map +1 -0
  71. package/esm/server/index.d.ts +1 -1
  72. package/esm/server/index.d.ts.map +1 -1
  73. package/esm/server/index.js +1 -1
  74. package/esm/server/index.js.map +1 -1
  75. package/esm/server/observer.d.ts.map +1 -1
  76. package/esm/server/observer.js +14 -13
  77. package/esm/server/observer.js.map +1 -1
  78. package/esm/server/transport.d.ts +4 -6
  79. package/esm/server/transport.d.ts.map +1 -1
  80. package/esm/server/transport.js +9 -24
  81. package/esm/server/transport.js.map +1 -1
  82. package/esm/service/framebuffer.d.ts.map +1 -0
  83. package/esm/service/framebuffer.js.map +1 -0
  84. package/esm/{commands → service}/index.d.ts +1 -2
  85. package/esm/service/index.d.ts.map +1 -0
  86. package/esm/{commands → service}/index.js +1 -2
  87. package/esm/service/index.js.map +1 -0
  88. package/esm/{commands → service}/power.d.ts +4 -2
  89. package/esm/service/power.d.ts.map +1 -0
  90. package/esm/{commands → service}/power.js +11 -5
  91. package/esm/service/power.js.map +1 -0
  92. package/esm/service/reverse/error.d.ts +14 -0
  93. package/esm/service/reverse/error.d.ts.map +1 -0
  94. package/esm/service/reverse/error.js +21 -0
  95. package/esm/service/reverse/error.js.map +1 -0
  96. package/esm/service/reverse/index.d.ts +3 -0
  97. package/esm/service/reverse/index.d.ts.map +1 -0
  98. package/esm/service/reverse/index.js +4 -0
  99. package/esm/service/reverse/index.js.map +1 -0
  100. package/esm/service/reverse/response.d.ts +2 -0
  101. package/esm/service/reverse/response.d.ts.map +1 -0
  102. package/esm/service/reverse/response.js +30 -0
  103. package/esm/service/reverse/response.js.map +1 -0
  104. package/esm/service/reverse/service.d.ts +59 -0
  105. package/esm/service/reverse/service.d.ts.map +1 -0
  106. package/esm/{commands/reverse.js → service/reverse/service.js} +16 -45
  107. package/esm/service/reverse/service.js.map +1 -0
  108. package/esm/{commands → service}/subprocess/index.d.ts +1 -0
  109. package/esm/service/subprocess/index.d.ts.map +1 -0
  110. package/esm/{commands → service}/subprocess/index.js +1 -0
  111. package/esm/service/subprocess/index.js.map +1 -0
  112. package/esm/service/subprocess/none/index.d.ts.map +1 -0
  113. package/esm/service/subprocess/none/index.js.map +1 -0
  114. package/esm/{commands → service}/subprocess/none/process.d.ts +2 -2
  115. package/esm/service/subprocess/none/process.d.ts.map +1 -0
  116. package/esm/service/subprocess/none/process.js.map +1 -0
  117. package/esm/{commands → service}/subprocess/none/pty.d.ts +4 -4
  118. package/esm/service/subprocess/none/pty.d.ts.map +1 -0
  119. package/esm/{commands → service}/subprocess/none/pty.js +1 -1
  120. package/esm/service/subprocess/none/pty.js.map +1 -0
  121. package/esm/service/subprocess/none/service.d.ts +10 -0
  122. package/esm/service/subprocess/none/service.d.ts.map +1 -0
  123. package/esm/service/subprocess/none/service.js +44 -0
  124. package/esm/service/subprocess/none/service.js.map +1 -0
  125. package/esm/service/subprocess/none/spawner.d.ts +15 -0
  126. package/esm/service/subprocess/none/spawner.d.ts.map +1 -0
  127. package/esm/service/subprocess/none/spawner.js +31 -0
  128. package/esm/service/subprocess/none/spawner.js.map +1 -0
  129. package/esm/{commands → service}/subprocess/pty.d.ts +1 -1
  130. package/esm/service/subprocess/pty.d.ts.map +1 -0
  131. package/esm/{commands → service}/subprocess/pty.js.map +1 -1
  132. package/esm/service/subprocess/service.d.ts.map +1 -0
  133. package/esm/{commands → service}/subprocess/service.js +1 -1
  134. package/esm/service/subprocess/service.js.map +1 -0
  135. package/esm/service/subprocess/shell/index.d.ts +5 -0
  136. package/esm/{commands/subprocess/none → service/subprocess/shell}/index.d.ts.map +1 -1
  137. package/esm/service/subprocess/shell/index.js +6 -0
  138. package/esm/{commands/subprocess/none → service/subprocess/shell}/index.js.map +1 -1
  139. package/esm/{commands → service}/subprocess/shell/process.d.ts +2 -2
  140. package/esm/service/subprocess/shell/process.d.ts.map +1 -0
  141. package/esm/{commands → service}/subprocess/shell/process.js +4 -6
  142. package/esm/service/subprocess/shell/process.js.map +1 -0
  143. package/esm/{commands → service}/subprocess/shell/pty.d.ts +4 -4
  144. package/esm/service/subprocess/shell/pty.d.ts.map +1 -0
  145. package/esm/{commands → service}/subprocess/shell/pty.js +11 -9
  146. package/esm/service/subprocess/shell/pty.js.map +1 -0
  147. package/esm/service/subprocess/shell/service.d.ts +34 -0
  148. package/esm/service/subprocess/shell/service.d.ts.map +1 -0
  149. package/esm/service/subprocess/shell/service.js +52 -0
  150. package/esm/service/subprocess/shell/service.js.map +1 -0
  151. package/esm/service/subprocess/shell/shared.d.ts +2 -0
  152. package/esm/service/subprocess/shell/shared.d.ts.map +1 -0
  153. package/esm/{commands → service}/subprocess/shell/shared.js +2 -0
  154. package/esm/service/subprocess/shell/shared.js.map +1 -0
  155. package/esm/{commands → service}/subprocess/shell/spawner.d.ts +3 -7
  156. package/esm/service/subprocess/shell/spawner.d.ts.map +1 -0
  157. package/esm/service/subprocess/shell/spawner.js +45 -0
  158. package/esm/service/subprocess/shell/spawner.js.map +1 -0
  159. package/esm/service/subprocess/types.d.ts +14 -0
  160. package/esm/service/subprocess/types.d.ts.map +1 -0
  161. package/esm/service/subprocess/types.js +2 -0
  162. package/esm/service/subprocess/types.js.map +1 -0
  163. package/esm/service/subprocess/utils.d.ts +39 -0
  164. package/esm/service/subprocess/utils.d.ts.map +1 -0
  165. package/esm/service/subprocess/utils.js +142 -0
  166. package/esm/service/subprocess/utils.js.map +1 -0
  167. package/esm/service/sync/android.d.ts +34 -0
  168. package/esm/service/sync/android.d.ts.map +1 -0
  169. package/esm/service/sync/android.js +34 -0
  170. package/esm/service/sync/android.js.map +1 -0
  171. package/esm/service/sync/compression/compression.d.ts +17 -0
  172. package/esm/service/sync/compression/compression.d.ts.map +1 -0
  173. package/esm/service/sync/compression/compression.js +92 -0
  174. package/esm/service/sync/compression/compression.js.map +1 -0
  175. package/esm/service/sync/compression/format-ns.d.ts +5 -0
  176. package/esm/service/sync/compression/format-ns.d.ts.map +1 -0
  177. package/esm/service/sync/compression/format-ns.js +5 -0
  178. package/esm/service/sync/compression/format-ns.js.map +1 -0
  179. package/esm/service/sync/compression/format.d.ts +4 -0
  180. package/esm/service/sync/compression/format.d.ts.map +1 -0
  181. package/esm/service/sync/compression/format.js +3 -0
  182. package/esm/service/sync/compression/format.js.map +1 -0
  183. package/esm/service/sync/compression/index.d.ts +2 -0
  184. package/esm/service/sync/compression/index.d.ts.map +1 -0
  185. package/esm/service/sync/compression/index.js +2 -0
  186. package/esm/service/sync/compression/index.js.map +1 -0
  187. package/esm/service/sync/id/common.d.ts +17 -0
  188. package/esm/service/sync/id/common.d.ts.map +1 -0
  189. package/esm/service/sync/id/common.js +29 -0
  190. package/esm/service/sync/id/common.js.map +1 -0
  191. package/esm/service/sync/id/index.d.ts +4 -0
  192. package/esm/service/sync/id/index.d.ts.map +1 -0
  193. package/esm/service/sync/id/index.js +6 -0
  194. package/esm/service/sync/id/index.js.map +1 -0
  195. package/esm/service/sync/id/request.d.ts +7 -0
  196. package/esm/service/sync/id/request.d.ts.map +1 -0
  197. package/esm/service/sync/id/request.js +9 -0
  198. package/esm/service/sync/id/request.js.map +1 -0
  199. package/esm/service/sync/id/response.d.ts +6 -0
  200. package/esm/service/sync/id/response.d.ts.map +1 -0
  201. package/esm/service/sync/id/response.js +8 -0
  202. package/esm/service/sync/id/response.js.map +1 -0
  203. package/esm/service/sync/index-ns.d.ts +7 -0
  204. package/esm/service/sync/index-ns.d.ts.map +1 -0
  205. package/esm/service/sync/index-ns.js +7 -0
  206. package/esm/service/sync/index-ns.js.map +1 -0
  207. package/esm/service/sync/index.d.ts +3 -0
  208. package/esm/service/sync/index.d.ts.map +1 -0
  209. package/esm/service/sync/index.js +3 -0
  210. package/esm/service/sync/index.js.map +1 -0
  211. package/esm/service/sync/request/index.d.ts +5 -0
  212. package/esm/service/sync/request/index.d.ts.map +1 -0
  213. package/esm/service/sync/request/index.js +5 -0
  214. package/esm/service/sync/request/index.js.map +1 -0
  215. package/esm/{commands/sync → service/sync/request}/list.d.ts +21 -19
  216. package/esm/service/sync/request/list.d.ts.map +1 -0
  217. package/esm/service/sync/request/list.js +77 -0
  218. package/esm/service/sync/request/list.js.map +1 -0
  219. package/esm/service/sync/request/pull.d.ts +12 -0
  220. package/esm/service/sync/request/pull.d.ts.map +1 -0
  221. package/esm/service/sync/request/pull.js +28 -0
  222. package/esm/service/sync/request/pull.js.map +1 -0
  223. package/esm/service/sync/request/push.d.ts +54 -0
  224. package/esm/service/sync/request/push.d.ts.map +1 -0
  225. package/esm/service/sync/request/push.js +95 -0
  226. package/esm/service/sync/request/push.js.map +1 -0
  227. package/esm/{commands/sync → service/sync/request}/stat.d.ts +40 -50
  228. package/esm/service/sync/request/stat.d.ts.map +1 -0
  229. package/esm/service/sync/request/stat.js +89 -0
  230. package/esm/service/sync/request/stat.js.map +1 -0
  231. package/esm/service/sync/service.d.ts +123 -0
  232. package/esm/service/sync/service.d.ts.map +1 -0
  233. package/esm/service/sync/service.js +170 -0
  234. package/esm/service/sync/service.js.map +1 -0
  235. package/esm/service/sync/socket-pool.d.ts +11 -0
  236. package/esm/service/sync/socket-pool.d.ts.map +1 -0
  237. package/esm/service/sync/socket-pool.js +80 -0
  238. package/esm/service/sync/socket-pool.js.map +1 -0
  239. package/esm/service/sync/socket.d.ts +40 -0
  240. package/esm/service/sync/socket.d.ts.map +1 -0
  241. package/esm/service/sync/socket.js +153 -0
  242. package/esm/service/sync/socket.js.map +1 -0
  243. package/esm/{commands → service}/tcpip.d.ts +4 -2
  244. package/esm/service/tcpip.d.ts.map +1 -0
  245. package/esm/{commands → service}/tcpip.js +10 -7
  246. package/esm/service/tcpip.js.map +1 -0
  247. package/esm/utils/array-buffer.d.ts.map +1 -1
  248. package/esm/utils/array-buffer.js +2 -3
  249. package/esm/utils/array-buffer.js.map +1 -1
  250. package/esm/utils/base64.d.ts.map +1 -1
  251. package/esm/utils/base64.js +22 -12
  252. package/esm/utils/base64.js.map +1 -1
  253. package/esm/utils/index.d.ts +1 -0
  254. package/esm/utils/index.d.ts.map +1 -1
  255. package/esm/utils/index.js +1 -0
  256. package/esm/utils/index.js.map +1 -1
  257. package/esm/utils/md5.d.ts +8 -0
  258. package/esm/utils/md5.d.ts.map +1 -0
  259. package/esm/utils/md5.js +149 -0
  260. package/esm/utils/md5.js.map +1 -0
  261. package/package.json +10 -10
  262. package/src/adb.ts +44 -34
  263. package/src/daemon/auth/authenticator.ts +186 -0
  264. package/src/daemon/auth/index.ts +4 -0
  265. package/src/daemon/auth/packet-processor.ts +212 -0
  266. package/src/daemon/auth/public-key.ts +112 -0
  267. package/src/daemon/auth/type.ts +5 -0
  268. package/src/daemon/crypto.ts +36 -102
  269. package/src/daemon/dispatcher.ts +15 -8
  270. package/src/daemon/index.ts +1 -1
  271. package/src/daemon/socket.ts +3 -3
  272. package/src/daemon/transport.ts +35 -253
  273. package/src/device-observer.ts +3 -3
  274. package/src/features-value.ts +47 -0
  275. package/src/features.ts +31 -14
  276. package/src/index.ts +1 -1
  277. package/src/server/client.ts +96 -94
  278. package/src/server/commands/wireless.ts +1 -1
  279. package/src/server/{stream.ts → data-connection.ts} +4 -4
  280. package/src/server/index.ts +1 -1
  281. package/src/server/observer.ts +21 -19
  282. package/src/server/transport.ts +13 -34
  283. package/src/{commands → service}/index.ts +1 -2
  284. package/src/{commands → service}/power.ts +14 -5
  285. package/src/service/reverse/error.ts +35 -0
  286. package/src/service/reverse/index.ts +3 -0
  287. package/src/service/reverse/response.ts +38 -0
  288. package/src/{commands/reverse.ts → service/reverse/service.ts} +32 -72
  289. package/src/{commands → service}/subprocess/index.ts +1 -0
  290. package/src/{commands → service}/subprocess/none/process.ts +3 -3
  291. package/src/{commands → service}/subprocess/none/pty.ts +5 -5
  292. package/src/service/subprocess/none/service.ts +57 -0
  293. package/src/service/subprocess/none/spawner.ts +81 -0
  294. package/src/{commands → service}/subprocess/pty.ts +1 -1
  295. package/src/{commands → service}/subprocess/service.ts +1 -1
  296. package/src/{commands → service}/subprocess/shell/index.ts +1 -1
  297. package/src/{commands → service}/subprocess/shell/process.ts +6 -7
  298. package/src/{commands → service}/subprocess/shell/pty.ts +15 -13
  299. package/src/service/subprocess/shell/service.ts +75 -0
  300. package/src/{commands → service}/subprocess/shell/shared.ts +5 -0
  301. package/src/service/subprocess/shell/spawner.ts +109 -0
  302. package/src/service/subprocess/types.ts +19 -0
  303. package/src/service/subprocess/utils.ts +166 -0
  304. package/src/service/sync/android.ts +43 -0
  305. package/src/service/sync/compression/compression.ts +126 -0
  306. package/src/service/sync/compression/format-ns.ts +4 -0
  307. package/src/service/sync/compression/format.ts +5 -0
  308. package/src/service/sync/compression/index.ts +1 -0
  309. package/src/service/sync/id/common.ts +33 -0
  310. package/src/service/sync/id/index.ts +7 -0
  311. package/src/service/sync/id/request.ts +12 -0
  312. package/src/service/sync/id/response.ts +11 -0
  313. package/src/service/sync/index-ns.ts +6 -0
  314. package/src/service/sync/index.ts +2 -0
  315. package/src/service/sync/request/index.ts +4 -0
  316. package/src/service/sync/request/list.ts +110 -0
  317. package/src/service/sync/request/pull.ts +49 -0
  318. package/src/service/sync/request/push.ts +184 -0
  319. package/src/service/sync/request/stat.ts +127 -0
  320. package/src/service/sync/service.ts +255 -0
  321. package/src/service/sync/socket-pool.ts +97 -0
  322. package/src/service/sync/socket.ts +201 -0
  323. package/src/{commands → service}/tcpip.ts +13 -7
  324. package/src/utils/array-buffer.ts +2 -3
  325. package/src/utils/base64.ts +24 -12
  326. package/src/utils/index.ts +1 -0
  327. package/src/utils/md5.ts +185 -0
  328. package/yume-chan-adb-3.0.0-beta.0.tgz +0 -0
  329. package/CHANGELOG.md +0 -251
  330. package/esm/commands/base.d.ts +0 -8
  331. package/esm/commands/base.d.ts.map +0 -1
  332. package/esm/commands/base.js +0 -12
  333. package/esm/commands/base.js.map +0 -1
  334. package/esm/commands/framebuffer.d.ts.map +0 -1
  335. package/esm/commands/framebuffer.js.map +0 -1
  336. package/esm/commands/index.d.ts.map +0 -1
  337. package/esm/commands/index.js.map +0 -1
  338. package/esm/commands/power.d.ts.map +0 -1
  339. package/esm/commands/power.js.map +0 -1
  340. package/esm/commands/reverse.d.ts +0 -48
  341. package/esm/commands/reverse.d.ts.map +0 -1
  342. package/esm/commands/reverse.js.map +0 -1
  343. package/esm/commands/subprocess/index.d.ts.map +0 -1
  344. package/esm/commands/subprocess/index.js.map +0 -1
  345. package/esm/commands/subprocess/none/process.d.ts.map +0 -1
  346. package/esm/commands/subprocess/none/process.js.map +0 -1
  347. package/esm/commands/subprocess/none/pty.d.ts.map +0 -1
  348. package/esm/commands/subprocess/none/pty.js.map +0 -1
  349. package/esm/commands/subprocess/none/service.d.ts +0 -10
  350. package/esm/commands/subprocess/none/service.d.ts.map +0 -1
  351. package/esm/commands/subprocess/none/service.js +0 -34
  352. package/esm/commands/subprocess/none/service.js.map +0 -1
  353. package/esm/commands/subprocess/none/spawner.d.ts +0 -19
  354. package/esm/commands/subprocess/none/spawner.d.ts.map +0 -1
  355. package/esm/commands/subprocess/none/spawner.js +0 -26
  356. package/esm/commands/subprocess/none/spawner.js.map +0 -1
  357. package/esm/commands/subprocess/pty.d.ts.map +0 -1
  358. package/esm/commands/subprocess/service.d.ts.map +0 -1
  359. package/esm/commands/subprocess/service.js.map +0 -1
  360. package/esm/commands/subprocess/shell/index.d.ts +0 -6
  361. package/esm/commands/subprocess/shell/index.d.ts.map +0 -1
  362. package/esm/commands/subprocess/shell/index.js +0 -6
  363. package/esm/commands/subprocess/shell/index.js.map +0 -1
  364. package/esm/commands/subprocess/shell/process.d.ts.map +0 -1
  365. package/esm/commands/subprocess/shell/process.js.map +0 -1
  366. package/esm/commands/subprocess/shell/pty.d.ts.map +0 -1
  367. package/esm/commands/subprocess/shell/pty.js.map +0 -1
  368. package/esm/commands/subprocess/shell/service.d.ts +0 -14
  369. package/esm/commands/subprocess/shell/service.d.ts.map +0 -1
  370. package/esm/commands/subprocess/shell/service.js +0 -41
  371. package/esm/commands/subprocess/shell/service.js.map +0 -1
  372. package/esm/commands/subprocess/shell/shared.d.ts +0 -19
  373. package/esm/commands/subprocess/shell/shared.d.ts.map +0 -1
  374. package/esm/commands/subprocess/shell/shared.js.map +0 -1
  375. package/esm/commands/subprocess/shell/spawner.d.ts.map +0 -1
  376. package/esm/commands/subprocess/shell/spawner.js +0 -38
  377. package/esm/commands/subprocess/shell/spawner.js.map +0 -1
  378. package/esm/commands/subprocess/utils.d.ts +0 -3
  379. package/esm/commands/subprocess/utils.d.ts.map +0 -1
  380. package/esm/commands/subprocess/utils.js +0 -56
  381. package/esm/commands/subprocess/utils.js.map +0 -1
  382. package/esm/commands/sync/index.d.ts +0 -9
  383. package/esm/commands/sync/index.d.ts.map +0 -1
  384. package/esm/commands/sync/index.js +0 -9
  385. package/esm/commands/sync/index.js.map +0 -1
  386. package/esm/commands/sync/list.d.ts.map +0 -1
  387. package/esm/commands/sync/list.js +0 -64
  388. package/esm/commands/sync/list.js.map +0 -1
  389. package/esm/commands/sync/pull.d.ts +0 -12
  390. package/esm/commands/sync/pull.d.ts.map +0 -1
  391. package/esm/commands/sync/pull.js +0 -33
  392. package/esm/commands/sync/pull.js.map +0 -1
  393. package/esm/commands/sync/push.d.ts +0 -61
  394. package/esm/commands/sync/push.d.ts.map +0 -1
  395. package/esm/commands/sync/push.js +0 -83
  396. package/esm/commands/sync/push.js.map +0 -1
  397. package/esm/commands/sync/request.d.ts +0 -24
  398. package/esm/commands/sync/request.d.ts.map +0 -1
  399. package/esm/commands/sync/request.js +0 -32
  400. package/esm/commands/sync/request.js.map +0 -1
  401. package/esm/commands/sync/response.d.ts +0 -28
  402. package/esm/commands/sync/response.d.ts.map +0 -1
  403. package/esm/commands/sync/response.js +0 -81
  404. package/esm/commands/sync/response.js.map +0 -1
  405. package/esm/commands/sync/socket.d.ts +0 -22
  406. package/esm/commands/sync/socket.d.ts.map +0 -1
  407. package/esm/commands/sync/socket.js +0 -78
  408. package/esm/commands/sync/socket.js.map +0 -1
  409. package/esm/commands/sync/stat.d.ts.map +0 -1
  410. package/esm/commands/sync/stat.js +0 -121
  411. package/esm/commands/sync/stat.js.map +0 -1
  412. package/esm/commands/sync/sync.d.ts +0 -82
  413. package/esm/commands/sync/sync.d.ts.map +0 -1
  414. package/esm/commands/sync/sync.js +0 -138
  415. package/esm/commands/sync/sync.js.map +0 -1
  416. package/esm/commands/tcpip.d.ts.map +0 -1
  417. package/esm/commands/tcpip.js.map +0 -1
  418. package/esm/daemon/auth.d.ts +0 -54
  419. package/esm/daemon/auth.d.ts.map +0 -1
  420. package/esm/daemon/auth.js +0 -104
  421. package/esm/daemon/auth.js.map +0 -1
  422. package/esm/server/stream.d.ts.map +0 -1
  423. package/esm/server/stream.js.map +0 -1
  424. package/src/commands/base.ts +0 -15
  425. package/src/commands/subprocess/none/service.ts +0 -45
  426. package/src/commands/subprocess/none/spawner.ts +0 -68
  427. package/src/commands/subprocess/shell/service.ts +0 -58
  428. package/src/commands/subprocess/shell/spawner.ts +0 -90
  429. package/src/commands/subprocess/utils.ts +0 -61
  430. package/src/commands/sync/index.ts +0 -8
  431. package/src/commands/sync/list.ts +0 -99
  432. package/src/commands/sync/pull.ts +0 -55
  433. package/src/commands/sync/push.ts +0 -172
  434. package/src/commands/sync/request.ts +0 -53
  435. package/src/commands/sync/response.ts +0 -105
  436. package/src/commands/sync/socket.ts +0 -109
  437. package/src/commands/sync/stat.ts +0 -177
  438. package/src/commands/sync/sync.ts +0 -175
  439. package/src/daemon/auth.ts +0 -204
  440. package/tsconfig.build.tsbuildinfo +0 -1
  441. /package/esm/{commands → service}/framebuffer.d.ts +0 -0
  442. /package/esm/{commands → service}/framebuffer.js +0 -0
  443. /package/esm/{commands → service}/subprocess/none/index.d.ts +0 -0
  444. /package/esm/{commands → service}/subprocess/none/index.js +0 -0
  445. /package/esm/{commands → service}/subprocess/none/process.js +0 -0
  446. /package/esm/{commands → service}/subprocess/pty.js +0 -0
  447. /package/esm/{commands → service}/subprocess/service.d.ts +0 -0
  448. /package/src/{commands → service}/framebuffer.ts +0 -0
  449. /package/src/{commands → service}/subprocess/none/index.ts +0 -0
@@ -1,177 +0,0 @@
1
- import type { StructValue } from "@yume-chan/struct";
2
- import { struct, u32, u64 } from "@yume-chan/struct";
3
-
4
- import { AdbSyncRequestId, adbSyncWriteRequest } from "./request.js";
5
- import { AdbSyncResponseId, adbSyncReadResponse } from "./response.js";
6
- import type { AdbSyncSocket } from "./socket.js";
7
-
8
- // https://github.com/python/cpython/blob/4e581d64b8aff3e2eda99b12f080c877bb78dfca/Lib/stat.py#L36
9
- export const LinuxFileType = {
10
- Directory: 0o04,
11
- File: 0o10,
12
- Link: 0o12,
13
- } as const;
14
-
15
- export type LinuxFileType = (typeof LinuxFileType)[keyof typeof LinuxFileType];
16
-
17
- export interface AdbSyncStat {
18
- mode: number;
19
- size: bigint;
20
- mtime: bigint;
21
- get type(): LinuxFileType;
22
- get permission(): number;
23
-
24
- uid?: number;
25
- gid?: number;
26
- atime?: bigint;
27
- ctime?: bigint;
28
- }
29
-
30
- export const AdbSyncLstatResponse = struct(
31
- { mode: u32, size: u32, mtime: u32 },
32
- {
33
- littleEndian: true,
34
- extra: {
35
- get type(): LinuxFileType {
36
- return (this.mode >> 12) as LinuxFileType;
37
- },
38
- get permission(): number {
39
- return this.mode & 0b00001111_11111111;
40
- },
41
- },
42
- postDeserialize(value) {
43
- if (value.mode === 0 && value.size === 0 && value.mtime === 0) {
44
- throw new Error("lstat error");
45
- }
46
- return value;
47
- },
48
- },
49
- );
50
-
51
- export type AdbSyncLstatResponse = StructValue<typeof AdbSyncLstatResponse>;
52
-
53
- export const AdbSyncStatErrorCode = {
54
- SUCCESS: 0,
55
- EACCES: 13,
56
- EEXIST: 17,
57
- EFAULT: 14,
58
- EFBIG: 27,
59
- EINTR: 4,
60
- EINVAL: 22,
61
- EIO: 5,
62
- EISDIR: 21,
63
- ELOOP: 40,
64
- EMFILE: 24,
65
- ENAMETOOLONG: 36,
66
- ENFILE: 23,
67
- ENOENT: 2,
68
- ENOMEM: 12,
69
- ENOSPC: 28,
70
- ENOTDIR: 20,
71
- EOVERFLOW: 75,
72
- EPERM: 1,
73
- EROFS: 30,
74
- ETXTBSY: 26,
75
- } as const;
76
-
77
- export type AdbSyncStatErrorCode =
78
- (typeof AdbSyncStatErrorCode)[keyof typeof AdbSyncStatErrorCode];
79
-
80
- const AdbSyncStatErrorName = /* #__PURE__ */ (() =>
81
- Object.fromEntries(
82
- Object.entries(AdbSyncStatErrorCode).map(([key, value]) => [
83
- value,
84
- key,
85
- ]),
86
- ))();
87
-
88
- export const AdbSyncStatResponse = struct(
89
- {
90
- error: u32<AdbSyncStatErrorCode>(),
91
- dev: u64,
92
- ino: u64,
93
- mode: u32,
94
- nlink: u32,
95
- uid: u32,
96
- gid: u32,
97
- size: u64,
98
- atime: u64,
99
- mtime: u64,
100
- ctime: u64,
101
- },
102
- {
103
- littleEndian: true,
104
- extra: {
105
- get type(): LinuxFileType {
106
- return (this.mode >> 12) as LinuxFileType;
107
- },
108
- get permission(): number {
109
- return this.mode & 0b00001111_11111111;
110
- },
111
- },
112
- postDeserialize(value) {
113
- if (value.error) {
114
- throw new Error(AdbSyncStatErrorName[value.error]);
115
- }
116
- return value;
117
- },
118
- },
119
- );
120
-
121
- export type AdbSyncStatResponse = StructValue<typeof AdbSyncStatResponse>;
122
-
123
- export async function adbSyncLstat(
124
- socket: AdbSyncSocket,
125
- path: string,
126
- v2: boolean,
127
- ): Promise<AdbSyncStat> {
128
- const locked = await socket.lock();
129
- try {
130
- if (v2) {
131
- await adbSyncWriteRequest(locked, AdbSyncRequestId.LstatV2, path);
132
- return await adbSyncReadResponse(
133
- locked,
134
- AdbSyncResponseId.Lstat2,
135
- AdbSyncStatResponse,
136
- );
137
- } else {
138
- await adbSyncWriteRequest(locked, AdbSyncRequestId.Lstat, path);
139
- const response = await adbSyncReadResponse(
140
- locked,
141
- AdbSyncResponseId.Lstat,
142
- AdbSyncLstatResponse,
143
- );
144
- return {
145
- mode: response.mode,
146
- // Convert to `BigInt` to make it compatible with `AdbSyncStatResponse`
147
- size: BigInt(response.size),
148
- mtime: BigInt(response.mtime),
149
- get type() {
150
- return response.type;
151
- },
152
- get permission() {
153
- return response.permission;
154
- },
155
- };
156
- }
157
- } finally {
158
- locked.release();
159
- }
160
- }
161
-
162
- export async function adbSyncStat(
163
- socket: AdbSyncSocket,
164
- path: string,
165
- ): Promise<AdbSyncStatResponse> {
166
- const locked = await socket.lock();
167
- try {
168
- await adbSyncWriteRequest(locked, AdbSyncRequestId.Stat, path);
169
- return await adbSyncReadResponse(
170
- locked,
171
- AdbSyncResponseId.Stat,
172
- AdbSyncStatResponse,
173
- );
174
- } finally {
175
- locked.release();
176
- }
177
- }
@@ -1,175 +0,0 @@
1
- import type { MaybeConsumable, ReadableStream } from "@yume-chan/stream-extra";
2
-
3
- import type { Adb, AdbSocket } from "../../adb.js";
4
- import { AdbFeature } from "../../features.js";
5
- import { escapeArg } from "../subprocess/index.js";
6
-
7
- import type { AdbSyncEntry } from "./list.js";
8
- import { adbSyncOpenDir } from "./list.js";
9
- import { adbSyncPull } from "./pull.js";
10
- import { adbSyncPush } from "./push.js";
11
- import type { AdbSyncSocketLocked } from "./socket.js";
12
- import { AdbSyncSocket } from "./socket.js";
13
- import type { AdbSyncStat, LinuxFileType } from "./stat.js";
14
- import { adbSyncLstat, adbSyncStat } from "./stat.js";
15
-
16
- /**
17
- * A simplified `dirname` function that only handles absolute unix paths.
18
- * @param path an absolute unix path
19
- * @returns the directory name of the input path
20
- */
21
- export function dirname(path: string): string {
22
- const end = path.lastIndexOf("/");
23
- if (end === -1) {
24
- throw new Error(`Invalid path`);
25
- }
26
- if (end === 0) {
27
- return "/";
28
- }
29
- return path.substring(0, end);
30
- }
31
-
32
- export interface AdbSyncWriteOptions {
33
- filename: string;
34
- file: ReadableStream<MaybeConsumable<Uint8Array>>;
35
- type?: LinuxFileType;
36
- permission?: number;
37
- mtime?: number;
38
- dryRun?: boolean;
39
- }
40
-
41
- export class AdbSync {
42
- protected _adb: Adb;
43
- protected _socket: AdbSyncSocket;
44
-
45
- readonly #supportsStat: boolean;
46
- readonly #supportsListV2: boolean;
47
- readonly #fixedPushMkdir: boolean;
48
- readonly #supportsSendReceiveV2: boolean;
49
- readonly #needPushMkdirWorkaround: boolean;
50
-
51
- get supportsStat(): boolean {
52
- return this.#supportsStat;
53
- }
54
-
55
- get supportsListV2(): boolean {
56
- return this.#supportsListV2;
57
- }
58
-
59
- get fixedPushMkdir(): boolean {
60
- return this.#fixedPushMkdir;
61
- }
62
-
63
- get supportsSendReceiveV2(): boolean {
64
- return this.#supportsSendReceiveV2;
65
- }
66
-
67
- get needPushMkdirWorkaround(): boolean {
68
- return this.#needPushMkdirWorkaround;
69
- }
70
-
71
- constructor(adb: Adb, socket: AdbSocket) {
72
- this._adb = adb;
73
- this._socket = new AdbSyncSocket(socket, adb.maxPayloadSize);
74
-
75
- this.#supportsStat = adb.canUseFeature(AdbFeature.StatV2);
76
- this.#supportsListV2 = adb.canUseFeature(AdbFeature.ListV2);
77
- this.#fixedPushMkdir = adb.canUseFeature(AdbFeature.FixedPushMkdir);
78
- this.#supportsSendReceiveV2 = adb.canUseFeature(
79
- AdbFeature.SendReceiveV2,
80
- );
81
- // https://android.googlesource.com/platform/packages/modules/adb/+/91768a57b7138166e0a3d11f79cd55909dda7014/client/file_sync_client.cpp#1361
82
- this.#needPushMkdirWorkaround =
83
- this._adb.canUseFeature(AdbFeature.ShellV2) && !this.fixedPushMkdir;
84
- }
85
-
86
- /**
87
- * Gets information of a file or folder.
88
- *
89
- * If `path` points to a symbolic link, the returned information is about the link itself (with `type` being `LinuxFileType.Link`).
90
- */
91
- async lstat(path: string): Promise<AdbSyncStat> {
92
- return await adbSyncLstat(this._socket, path, this.#supportsStat);
93
- }
94
-
95
- /**
96
- * Gets the information of a file or folder.
97
- *
98
- * If `path` points to a symbolic link, it will be resolved and the returned information is about the target (with `type` being `LinuxFileType.File` or `LinuxFileType.Directory`).
99
- */
100
- async stat(path: string) {
101
- if (!this.#supportsStat) {
102
- throw new Error("Not supported");
103
- }
104
-
105
- return await adbSyncStat(this._socket, path);
106
- }
107
-
108
- /**
109
- * Checks if `path` is a directory, or a symbolic link to a directory.
110
- *
111
- * This uses `lstat` internally, thus works on all Android versions.
112
- */
113
- async isDirectory(path: string): Promise<boolean> {
114
- try {
115
- await this.lstat(path + "/");
116
- return true;
117
- } catch {
118
- return false;
119
- }
120
- }
121
-
122
- opendir(path: string): AsyncGenerator<AdbSyncEntry, void, void> {
123
- return adbSyncOpenDir(this._socket, path, this.supportsListV2);
124
- }
125
-
126
- async readdir(path: string) {
127
- const results: AdbSyncEntry[] = [];
128
- for await (const entry of this.opendir(path)) {
129
- results.push(entry);
130
- }
131
- return results;
132
- }
133
-
134
- /**
135
- * Reads the content of a file on device.
136
- *
137
- * @param filename The full path of the file on device to read.
138
- * @returns A `ReadableStream` that contains the file content.
139
- */
140
- read(filename: string): ReadableStream<Uint8Array> {
141
- return adbSyncPull(this._socket, filename);
142
- }
143
-
144
- /**
145
- * Writes a file on device. If the file name already exists, it will be overwritten.
146
- *
147
- * @param options The content and options of the file to write.
148
- */
149
- async write(options: AdbSyncWriteOptions): Promise<void> {
150
- if (this.needPushMkdirWorkaround) {
151
- // It may fail if `filename` already exists.
152
- // Ignore the result.
153
- // TODO: sync: test push mkdir workaround (need an Android 8 device)
154
- await this._adb.subprocess.noneProtocol.spawnWait([
155
- "mkdir",
156
- "-p",
157
- escapeArg(dirname(options.filename)),
158
- ]);
159
- }
160
-
161
- await adbSyncPush({
162
- v2: this.supportsSendReceiveV2,
163
- socket: this._socket,
164
- ...options,
165
- });
166
- }
167
-
168
- lockSocket(): Promise<AdbSyncSocketLocked> {
169
- return this._socket.lock();
170
- }
171
-
172
- dispose() {
173
- return this._socket.close();
174
- }
175
- }
@@ -1,204 +0,0 @@
1
- import type { MaybePromiseLike } from "@yume-chan/async";
2
- import { PromiseResolver } from "@yume-chan/async";
3
- import type { Disposable } from "@yume-chan/event";
4
- import { EmptyUint8Array } from "@yume-chan/struct";
5
-
6
- import {
7
- calculateBase64EncodedLength,
8
- encodeBase64,
9
- encodeUtf8,
10
- } from "../utils/index.js";
11
-
12
- import {
13
- adbGeneratePublicKey,
14
- adbGetPublicKeySize,
15
- rsaSign,
16
- } from "./crypto.js";
17
- import type { AdbPacketData } from "./packet.js";
18
- import { AdbCommand } from "./packet.js";
19
-
20
- export interface AdbPrivateKey {
21
- /**
22
- * The private key in PKCS #8 format.
23
- */
24
- buffer: Uint8Array;
25
- name?: string | undefined;
26
- }
27
-
28
- export type AdbKeyIterable =
29
- | Iterable<AdbPrivateKey>
30
- | AsyncIterable<AdbPrivateKey>;
31
-
32
- export interface AdbCredentialStore {
33
- /**
34
- * Generates and stores a RSA private key with modulus length `2048` and public exponent `65537`.
35
- */
36
- generateKey(): MaybePromiseLike<AdbPrivateKey>;
37
-
38
- /**
39
- * Synchronously or asynchronously iterates through all stored RSA private keys.
40
- *
41
- * Each call to `iterateKeys` must return a different iterator that iterate through all stored keys.
42
- */
43
- iterateKeys(): AdbKeyIterable;
44
- }
45
-
46
- export const AdbAuthType = {
47
- Token: 1,
48
- Signature: 2,
49
- PublicKey: 3,
50
- } as const;
51
-
52
- export type AdbAuthType = (typeof AdbAuthType)[keyof typeof AdbAuthType];
53
-
54
- export interface AdbAuthenticator {
55
- /**
56
- * @param getNextRequest
57
- *
58
- * Call this function to get the next authentication request packet from device.
59
- *
60
- * After calling `getNextRequest`, authenticator can `yield` a packet as response, or `return` to indicate its incapability of handling the request.
61
- *
62
- * After `return`, the `AdbAuthenticatorHandler` will move on to next authenticator and never go back.
63
- *
64
- * Calling `getNextRequest` multiple times without `yield` or `return` will always return the same request.
65
- */
66
- (
67
- credentialStore: AdbCredentialStore,
68
- getNextRequest: () => Promise<AdbPacketData>,
69
- ): AsyncIterable<AdbPacketData>;
70
- }
71
-
72
- export const AdbSignatureAuthenticator: AdbAuthenticator = async function* (
73
- credentialStore: AdbCredentialStore,
74
- getNextRequest: () => Promise<AdbPacketData>,
75
- ): AsyncIterable<AdbPacketData> {
76
- for await (const key of credentialStore.iterateKeys()) {
77
- const packet = await getNextRequest();
78
-
79
- if (packet.arg0 !== AdbAuthType.Token) {
80
- return;
81
- }
82
-
83
- const signature = rsaSign(key.buffer, packet.payload);
84
- yield {
85
- command: AdbCommand.Auth,
86
- arg0: AdbAuthType.Signature,
87
- arg1: 0,
88
- payload: signature,
89
- };
90
- }
91
- };
92
-
93
- export const AdbPublicKeyAuthenticator: AdbAuthenticator = async function* (
94
- credentialStore: AdbCredentialStore,
95
- getNextRequest: () => Promise<AdbPacketData>,
96
- ): AsyncIterable<AdbPacketData> {
97
- const packet = await getNextRequest();
98
-
99
- if (packet.arg0 !== AdbAuthType.Token) {
100
- return;
101
- }
102
-
103
- let privateKey: AdbPrivateKey | undefined;
104
- for await (const key of credentialStore.iterateKeys()) {
105
- privateKey = key;
106
- break;
107
- }
108
-
109
- if (!privateKey) {
110
- privateKey = await credentialStore.generateKey();
111
- }
112
-
113
- const publicKeyLength = adbGetPublicKeySize();
114
- const [publicKeyBase64Length] =
115
- calculateBase64EncodedLength(publicKeyLength);
116
-
117
- const nameBuffer = privateKey.name?.length
118
- ? encodeUtf8(privateKey.name)
119
- : EmptyUint8Array;
120
- const publicKeyBuffer = new Uint8Array(
121
- publicKeyBase64Length +
122
- (nameBuffer.length ? nameBuffer.length + 1 : 0) + // Space character + name
123
- 1, // Null character
124
- );
125
-
126
- adbGeneratePublicKey(privateKey.buffer, publicKeyBuffer);
127
- encodeBase64(publicKeyBuffer.subarray(0, publicKeyLength), publicKeyBuffer);
128
-
129
- if (nameBuffer.length) {
130
- publicKeyBuffer[publicKeyBase64Length] = 0x20;
131
- publicKeyBuffer.set(nameBuffer, publicKeyBase64Length + 1);
132
- }
133
-
134
- yield {
135
- command: AdbCommand.Auth,
136
- arg0: AdbAuthType.PublicKey,
137
- arg1: 0,
138
- payload: publicKeyBuffer,
139
- };
140
- };
141
-
142
- export const ADB_DEFAULT_AUTHENTICATORS: readonly AdbAuthenticator[] = [
143
- AdbSignatureAuthenticator,
144
- AdbPublicKeyAuthenticator,
145
- ];
146
-
147
- export class AdbAuthenticationProcessor implements Disposable {
148
- readonly authenticators: readonly AdbAuthenticator[];
149
-
150
- readonly #credentialStore: AdbCredentialStore;
151
-
152
- #pendingRequest = new PromiseResolver<AdbPacketData>();
153
- #iterator: AsyncIterator<AdbPacketData, void, void> | undefined;
154
-
155
- constructor(
156
- authenticators: readonly AdbAuthenticator[],
157
- credentialStore: AdbCredentialStore,
158
- ) {
159
- this.authenticators = authenticators;
160
- this.#credentialStore = credentialStore;
161
- }
162
-
163
- #getNextRequest = (): Promise<AdbPacketData> => {
164
- return this.#pendingRequest.promise;
165
- };
166
-
167
- async *#invokeAuthenticator(): AsyncGenerator<AdbPacketData, void, void> {
168
- for (const authenticator of this.authenticators) {
169
- for await (const packet of authenticator(
170
- this.#credentialStore,
171
- this.#getNextRequest,
172
- )) {
173
- // If the authenticator yielded a response
174
- // Prepare `nextRequest` for next authentication request
175
- this.#pendingRequest = new PromiseResolver();
176
-
177
- // Yield the response to outer layer
178
- yield packet;
179
- }
180
-
181
- // If the authenticator returned,
182
- // Next authenticator will be given the same `pendingRequest`
183
- }
184
- }
185
-
186
- async process(packet: AdbPacketData): Promise<AdbPacketData> {
187
- if (!this.#iterator) {
188
- this.#iterator = this.#invokeAuthenticator();
189
- }
190
-
191
- this.#pendingRequest.resolve(packet);
192
-
193
- const result = await this.#iterator.next();
194
- if (result.done) {
195
- throw new Error("No authenticator can handle the request");
196
- }
197
-
198
- return result.value;
199
- }
200
-
201
- dispose() {
202
- void this.#iterator?.return?.();
203
- }
204
- }
@@ -1 +0,0 @@
1
- {"fileNames":["../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/@yume-chan+async@4.1.3/node_modules/@yume-chan/async/dts/async-operation-manager.d.ts","../../node_modules/.pnpm/@yume-chan+async@4.1.3/node_modules/@yume-chan/async/dts/delay.d.ts","../../node_modules/.pnpm/@yume-chan+async@4.1.3/node_modules/@yume-chan/async/dts/maybe-promise.d.ts","../../node_modules/.pnpm/@yume-chan+async@4.1.3/node_modules/@yume-chan/async/dts/promise-resolver.d.ts","../../node_modules/.pnpm/@yume-chan+async@4.1.3/node_modules/@yume-chan/async/dts/index.d.ts","../struct/esm/bipedal.d.ts","../struct/esm/readable.d.ts","../struct/esm/field/types.d.ts","../struct/esm/field/serialize.d.ts","../struct/esm/field/factory.d.ts","../struct/esm/field/index.d.ts","../struct/esm/buffer.d.ts","../struct/esm/types.d.ts","../struct/esm/struct.d.ts","../struct/esm/concat.d.ts","../struct/esm/extend.d.ts","../struct/esm/number.d.ts","../struct/esm/string.d.ts","../struct/esm/utils.d.ts","../struct/esm/index.d.ts","../stream-extra/esm/types.d.ts","../stream-extra/esm/stream.d.ts","../stream-extra/esm/buffered.d.ts","../stream-extra/esm/buffered-transform.d.ts","../stream-extra/esm/concat.d.ts","../stream-extra/esm/consumable/readable.d.ts","../stream-extra/esm/consumable/wrap-byte-readable.d.ts","../stream-extra/esm/consumable/wrap-writable.d.ts","../stream-extra/esm/consumable/writable.d.ts","../stream-extra/esm/consumable/index.d.ts","../stream-extra/esm/consumable.d.ts","../stream-extra/esm/maybe-consumable/utils.d.ts","../stream-extra/esm/maybe-consumable/wrap-writable.d.ts","../stream-extra/esm/maybe-consumable/writable.d.ts","../stream-extra/esm/maybe-consumable/index.d.ts","../stream-extra/esm/maybe-consumable.d.ts","../stream-extra/esm/distribution.d.ts","../stream-extra/esm/wrap-readable.d.ts","../stream-extra/esm/duplex.d.ts","../stream-extra/esm/encoding.d.ts","../stream-extra/esm/inspect.d.ts","../stream-extra/esm/pipe-from.d.ts","../stream-extra/esm/push-readable.d.ts","../stream-extra/esm/split-string.d.ts","../stream-extra/esm/struct-deserialize.d.ts","../stream-extra/esm/struct-serialize.d.ts","../stream-extra/esm/task.d.ts","../stream-extra/esm/try-close.d.ts","../stream-extra/esm/wrap-writable.d.ts","../stream-extra/esm/index.d.ts","./src/features.ts","../event/esm/disposable.d.ts","../event/esm/event.d.ts","../event/esm/event-emitter.d.ts","../event/esm/sticky-event-emitter.d.ts","../event/esm/utils.d.ts","../event/esm/index.d.ts","../no-data-view/esm/int16.d.ts","../no-data-view/esm/int32.d.ts","../no-data-view/esm/int64.d.ts","../no-data-view/esm/int8.d.ts","../no-data-view/esm/uint16.d.ts","../no-data-view/esm/uint32.d.ts","../no-data-view/esm/uint64.d.ts","../no-data-view/esm/index.d.ts","./src/device-observer.ts","./src/utils/array-buffer.ts","./src/utils/auto-reset-event.ts","./src/utils/base64.ts","./src/utils/hex.ts","./src/utils/no-op.ts","./src/utils/ref.ts","./src/utils/sequence-equal.ts","./src/utils/index.ts","./src/server/commands/m-dns.ts","./src/server/stream.ts","./src/server/commands/wireless.ts","./src/server/commands/index.ts","./src/server/observer.ts","./src/server/transport.ts","./src/server/client.ts","./src/banner.ts","./src/commands/base.ts","./src/commands/framebuffer.ts","./src/commands/power.ts","./src/commands/reverse.ts","./src/commands/subprocess/utils.ts","./src/commands/subprocess/none/spawner.ts","./src/commands/subprocess/none/process.ts","./src/commands/subprocess/pty.ts","./src/commands/subprocess/none/pty.ts","./src/commands/subprocess/none/service.ts","./src/commands/subprocess/none/index.ts","./src/commands/subprocess/shell/shared.ts","./src/commands/subprocess/shell/spawner.ts","./src/commands/subprocess/shell/process.ts","./src/commands/subprocess/shell/pty.ts","./src/commands/subprocess/shell/service.ts","./src/commands/subprocess/shell/index.ts","./src/commands/subprocess/service.ts","./src/commands/subprocess/index.ts","./src/commands/sync/response.ts","./src/commands/sync/request.ts","./src/commands/sync/socket.ts","./src/commands/sync/stat.ts","./src/commands/sync/list.ts","./src/commands/sync/pull.ts","./src/commands/sync/push.ts","./src/commands/sync/sync.ts","./src/commands/sync/index.ts","./src/commands/tcpip.ts","./src/commands/index.ts","./src/adb.ts","./src/daemon/crypto.ts","./src/daemon/packet.ts","./src/daemon/auth.ts","./src/daemon/device.ts","./src/daemon/socket.ts","./src/daemon/dispatcher.ts","./src/daemon/transport.ts","./src/daemon/index.ts","./src/server/index.ts","./src/index.ts"],"fileIdsList":[[85,130,131,162,192],[131,161],[137,193],[100,130,193],[163,164,165,166,181,190,191],[163],[100,130,154,163,193],[167,173,179,180],[168,169,171,172],[85,130,168,193],[85,130,170,193],[168,169,171,193],[85,130,167],[85,130],[131,173,179,193],[174,175,176,177,178],[85,100,130,174,175,193],[85,100,130,170,174,193],[131,175,176,177,193],[100],[182,183,184,185,186,187,188,189],[100,182,183,184,185],[100,130,182,183,184],[100,130,154,182,183,184,185],[100,182],[100,145,151],[100,130,154,193],[100,182,183,184],[130,131,181,184,185,186,187,188,193],[85,100,137,154,194,195],[145],[85,130,195],[85,100,130,145,193,195,198],[194,195,196,197,198,199,200],[100,130],[85,100,130,137,193,195,199],[85,100,130,131,162,193,195,196,199],[85,137],[131,146,154,162,192,193,201,202],[85,130,131,137,145,146,154,156,158,159,160,162,193],[155,157],[161],[154,156,161],[156,159,160,161],[137,154,156,161],[85,100,130,154,161],[85,131,161,162,193],[100,147,148,149,150,151,152,153],[132,133],[132],[132,133,134,135,136],[133,134],[133],[138,139,140,141,142,143,144],[85,102,103],[85,100,102],[102],[110],[106,107,108,109],[102,111],[102,116],[85,102,118],[102,103,104,105,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129],[111,115],[112,113,114],[111,116],[101,102],[101],[100,104],[100,102],[102,103],[85,102],[85],[91],[94],[86,87,88,89],[88,89,90],[88],[85,87],[86,87,91,92,93,94,95,96,97,98,99],[91,92],[91,93],[85,87,91],[81,82,83,84]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"4245fee526a7d1754529d19227ecbf3be066ff79ebb6a380d78e41648f2f224d","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"4942ce52738852aac9e3eb7b2743abd920ea3f62dfc930e8ab49db6672c5d292","impliedFormat":99},{"version":"f232c6de4d9dacf27320453a89e04c29b3bcc7a084ee6184de18a15e4a1a3a1d","impliedFormat":99},{"version":"0bbbbb1b5a4f7a77a28dbcd2fc59311affab8cfed9dba97b5d5cf20ae7fbc3f3","impliedFormat":99},{"version":"557a9670c1bb00cdd5eb309ed1e28665fdefe501a4b12eb124dc1bcaa1498328","impliedFormat":99},{"version":"91ef0ad14ba3385732eceb83552b2a01fb9f86e0fa532f11d038368ab2ee4bc9","impliedFormat":99},{"version":"19872606f722ee6d7e7ae009f5e1d5518695d592de0bc88fbecffb09a190f61c","impliedFormat":99},{"version":"87b3f584a85a5c19bbc331b864710b5a17385c555449f10f1172a2fcdd461e80","impliedFormat":99},{"version":"ccf18e79b8dfa269e2e673e910d2f61b00cadfe7debc128bb0208c4b43f76bae","impliedFormat":99},{"version":"f479141fdc9002c67ba83693f4d6b61daecb7af890d5f821dada93894b1c72bf","impliedFormat":99},{"version":"cc3fd3344888f2d160e3ef75189a200fd80e72f4ef4b61455a4474d79477bdeb","impliedFormat":99},{"version":"9ed39feaedfaa6d05973b74694ab07211fff43efb1ca554be3bda00ac86de46d","impliedFormat":99},{"version":"36e65139e176ee9404994d97c8432637f43acb2d21b595dda284c82fb822e518","impliedFormat":99},{"version":"f03d368eceab76c159f7d9649c64aabb9f9c02f46b8d2a2c60a9e9cf4e2053fb","impliedFormat":99},{"version":"ef7f072d2e15105633948858169948be27240829cba599c2fa3d33964093b30d","impliedFormat":99},{"version":"2b8f38a2e51f762168a4ab8a06c92a78240f65ddaed431005b1056df859f1457","impliedFormat":99},{"version":"a55b182059f77da2687ed0e8877fd4e24481e883fcaf311f48b8ad98673e3e74","impliedFormat":99},{"version":"e4a185f4c6aa238c812d3c2ba9746d4bf198a31e70e9fae83d107457f0ab10df","impliedFormat":99},{"version":"910abfd85acbc348dd025d4d661db4625d4458de02c7419d948af152c282e512","impliedFormat":99},{"version":"0e7c5f81cf7dc16c999d304b346382a6002366a59278023907ea8c5685800c03","impliedFormat":99},{"version":"ca896dd22a7f1395338a89d9af4199176e8de935628611e299b218183b0f3e8f","affectsGlobalScope":true,"impliedFormat":99},{"version":"c21c96ef9d44716c3e5b10b331841a8f93bfb1c50d6118d44370792824da6a9b","impliedFormat":99},{"version":"705e82082894a3dc7f6b92b023914e1bf0db10788ddbdf07806002c26a1db3a9","impliedFormat":99},{"version":"93758b16a8798ec0957abf049ef5091497465d024e3b68a2be986ae984b8ebb0","impliedFormat":99},{"version":"233b3ef5dfa40f3459846e94d43c000736582e2ca85d17c496a47e582f79d102","impliedFormat":99},{"version":"256ac5c01fbbd7f17ec5d916b2cf1c4639cef6d5ac2161c82849db6cdc8d0c42","impliedFormat":99},{"version":"0c1970554298bff271f2e9a80e6eefd5f1edd4c359b4c78897729639805b98b1","impliedFormat":99},{"version":"a68d83b9edf5367294014b99d7809f785f1528b1123288694bd419df04c87169","impliedFormat":99},{"version":"65a273d2534e0cceee0a3999e3a586fb0fa4c9ef306b44c131de0c2134444e07","impliedFormat":99},{"version":"8aef166bd0bdf40c1930d01a7dc6e52a6b63203b070507d26780ee4a621de23e","impliedFormat":99},{"version":"fad61016cf71449ce00722a32125c5bbf41ecc1660f3dea1f88a5a0a862029ec","impliedFormat":99},{"version":"0d3f54fc90e087a51221649bf849bd7b5a1612f036889050c7f8a1f059ee17f8","impliedFormat":99},{"version":"07edb55d7f9f9fb492ccf92744f514255b534b1b994f485ff2c82f1414e88f04","impliedFormat":99},{"version":"f41b13b58a957b03fd5d07bfe5d85f4cc9249a117a1b9589d9a2ac4238b39d05","impliedFormat":99},{"version":"b715965f4d903ab130a1886c06f506211c9cbaf87ad3257a71114798475445f0","impliedFormat":99},{"version":"02ba2ea3d47215b8b4374ec4abe73048ac11f4cc2a4e6861b00e166be688c5c5","impliedFormat":99},{"version":"5d6a477460748b6b3434184178718e96bdea9cc32b73808ffc4384b1a0be485e","impliedFormat":99},{"version":"afe4250b9645928151991fd60790a92571d9251b60be91032152b472d6830ebf","impliedFormat":99},{"version":"68cdca7414470b34b6dba8e14fdbf17393148f84944d31e2adf5ed933f3ec8fa","impliedFormat":99},{"version":"0703fbf0cefe3eaa09abff465ad292b89464a2c80bb8d2bb2942fc3dc08e0285","impliedFormat":99},{"version":"d24fed323d65a8d753ff2d0ea105f5d0788a50b585c1a1334d9bd336b2f378c7","impliedFormat":99},{"version":"4ebc57d20caf062019a2b8c9ce1e54602a411022eb4f7fa325888b9bcf63693a","impliedFormat":99},{"version":"52279f70738da349b60a09be1294e3295c7e37189c10deb083ed6b5eb1c86744","impliedFormat":99},{"version":"6fa6950e14d6ca719a29c3ad2fb79d2b03a175af9e3441b3e762cf3b22c92d2b","impliedFormat":99},{"version":"98678d6ac29dfa3f80452de2a87f464dee4908476f817d6f5e0677802ad43f7b","impliedFormat":99},{"version":"b81bc956c1dfc60bfb0513e73aaad2f0331adf19407fdce70379bc7dc02c4e15","impliedFormat":99},{"version":"b96ce25bbc9ee012b65c73821ae59f90a168d1aa62da606948de8bcc561b1fde","impliedFormat":99},{"version":"560a9f24b6bcfc74fc2a18f6e8355aff169d15541c6ebd0ff7e05bdaad2f8949","impliedFormat":99},{"version":"a1a4a427a4fce993dbf7c0aa9af13359920d28ce12f83e9896ec416fbd10edb4","impliedFormat":99},{"version":"370c1b27c11d16c33a1fc96d8304fa7a2d4397cf849c6681e3c45b3818a933d7","impliedFormat":99},{"version":"b3f766182cb2158c59e513af05994dec67564359d841cdcc7dcbcb16aea3974e","impliedFormat":99},{"version":"0a28e7935bed95a6b10bc3b8f54edd00b1d9a539b3606139b1e606baaa2d7f91","signature":"142e20882a4b6555b471993a338c2148f555a3bf566eb99fa35a9cd12a49e10d","impliedFormat":99},{"version":"207ecf493b69ddca525bbbd8f1d120d99d00be1448ae8c0e690526f24dc182ca","impliedFormat":99},{"version":"af6ac8a19dbd05c34feff97d0eae81194fd0be1358bd2366478e9a574492d332","impliedFormat":99},{"version":"346557f6ca397f60089615ebe31c22e9aaa64ed104db53e72858a5b3c97aab66","impliedFormat":99},{"version":"e3427f1af48d46a0ebf78760ab9417773d00be504683ec0dd1c70e6eef3391ba","impliedFormat":99},{"version":"f00b8fc0c970cfd54d4df6047aae216bce4d7a2ceb6610655541a678ac54c57a","impliedFormat":99},{"version":"6006c2501c5f4bd65c31bad2a9ef2895a3c71d9d65a5ded4a85b1c9514c18041","impliedFormat":99},{"version":"ae05f9cd1c16cfc37310497693db5ae2a35187579d5bf1abeb033fc0cef5d711","impliedFormat":99},{"version":"58afd688a095623679cbe3a816936ee0f1dc41e2024f19be5c067594f61fcd87","impliedFormat":99},{"version":"1c7a7a88866d0a65928620cbbdd9f0a5d4e13a7ea9e629e2f26a96cacded7949","impliedFormat":99},{"version":"8d2e1284733147f944b2454b8013aa961527290720988eef4401a763213c03fa","impliedFormat":99},{"version":"e5592d565d21c0dab2769bdffe96ecc3409ab2711e651d277289adaa3e97fa35","impliedFormat":99},{"version":"ec4108b0012c9c2bed8d9c81e09a7d2f039564f9b0245eb7ad1fbc32120c1d96","impliedFormat":99},{"version":"5e56bf79192b77d47153ce8c8f7a2bd13ebcf2733538451d18e5c1edc8bd0f7b","impliedFormat":99},{"version":"5aba1004e83ebe1769f09111717b1d3438232eb659f8751d22c438ff14a001c7","impliedFormat":99},{"version":"81fcba1492e14db03c6386a8140acebdc133df8b531d14031f64d98294ecd549","signature":"43214bffa2a064162dc1c709f7a7b3d0d8fb5aff2267d092e7291b1b044010c6","impliedFormat":99},{"version":"8c76bc948f9e2fbd19e9aad6d7c31da74a4296eecc5fe8c4800d52be25565e91","signature":"d590f3c8e131059a6054a65766b6975770f9609e9ae1db54b54453b7e383e281","impliedFormat":99},{"version":"dd1f9b133995cece4e93a26e92c2ce07d07258ed23b0aeadfc27ad14584e2036","signature":"40471ac4c2b6056bdc7ee09f1f279345d8fcc40b8b326eac38cff2df37ece97a","impliedFormat":99},{"version":"26a22010706549b53c55e1597504ea932b319b083ed3fb9d391b3e83d8803740","signature":"63b5fb65f038a3b29d73792b02fa5ce85e3aa9e9f3a695cdd82ef8515ea58ebf","impliedFormat":99},{"version":"cedfb4bb6e01ece8f40b6937e25477d1454672dbf3da55f65be80bffc58b1647","signature":"6ca4db25e7bb76bda633a36d700bf10a07535a80df1870c375c8469c820448fc","impliedFormat":99},{"version":"dcb76be82a30343aa5b78ae71510f2fad6b133f4d8e960f3823ec40532b8ec0a","signature":"6bfed074c652e8043dfc926842ebc05f81db6c0c45b521e4bedc9dd8998df736","impliedFormat":99},{"version":"d98f338b171a05a50e676908631e564efd45012161a77d9b150df74ade31d262","signature":"61b6076ddd630a3ea556e9836d6b8b46d9b1e30b5d4caa338a7c0162cd148e75","impliedFormat":99},{"version":"fcfa2e8c963d517cba5a9395e03adb4ada0f87bdb34c3a6250d9e951f25a395e","signature":"21f936f4e0645998eb943a0b51ae386fb8c30dc5c2ec3af0202783eb6bc454ff","impliedFormat":99},{"version":"fa763e78a34eb599e5883a13a284135a5169369fb0412fe35ffcb6246b3021e5","impliedFormat":99},{"version":"c059cc4d1f98369ea4ee5638f2c00af1591e312b522605f9e738a153ac02c288","signature":"c3ceb3c63334d4f5f85a03477ca9b91c2580cfd066094a1b58a9139bbe7eacb9","impliedFormat":99},{"version":"eef3779a42897d320cf24a69ec31b76a7102b50c5bfd6507fcd1212707e7ecec","signature":"00a2ff8223ad17bacbce81edb4fbee1ae7d8430c46cf1a86936642c14a6c0407","impliedFormat":99},{"version":"5d26b658404e457925a89969c5be97b54ef735b097aae9e9a1f53efdfcba9d45","signature":"8a6c4b0864ddb785d14b36fd4fba10d56c5207d2951e2309c5616d80636e33a6","impliedFormat":99},{"version":"d44a0baed7a6e69366547f41056652efc7e8f3ba445696daa62469dc9703e3a9","impliedFormat":99},{"version":"75ce19f25cd19fc791fe49b24c10d94edc7d7e2c645e54782ae4ec0ec3f364eb","signature":"51d099f542f4a6040d5bbf85c21f50afd68ff03c357ab01bc9373bd5c81878c7","impliedFormat":99},{"version":"c107a91b4bdf4dbd66fef2be1d7d1408e192e75052f641a5580e2a64bdef3088","signature":"fee95edeeed4515bccf52a2f4e2c53c088e5755ce7747667d0a60abc27c6542f","impliedFormat":99},{"version":"252bda054a87ae7c56a972947f5df6a49e99de86795d5db4fdf5e5345bf7ff0e","signature":"f083f36f2504fe7d9e8c78c926931fcc7196cba21c77c983e59bf61f5a8be488","impliedFormat":99},{"version":"ee98a193baff3a5eb6b923e7ddca8aca2b9fdcd3b7f3d3792b405b93f2fd5631","signature":"d7f24c12553ba7a643d23882e446a427ab08d67c6d6f39bda848551cf6dbc9fa","impliedFormat":99},{"version":"e4f93333addcdb4feb5819ef20a2de5b890e7a9526131e13dce1e99927a495a4","signature":"1a47bba67b1bec83023979d7972c25f286e293902b6f4fd15c6dee8f55eff714","impliedFormat":99},{"version":"9fcb6f8675e6d47c2b11d4be84cc2e417a89b1d6685cabddb200c7864f02d8fd","signature":"09d4077fd1fd4bf639ffacecb0adb3f375ceaf3d3b947d31f30948176f762d76","impliedFormat":99},{"version":"31e3eeea1947f0bd6024dc0dbcd0dd82d09e5e554bebc28ada9effbe5288bce3","signature":"bdb1cfa306afeae93721bab7efe74258761247a644d85a5a10fb739a8606ab14","impliedFormat":99},{"version":"6dfc345a9fde1f093db70deeb3f17bb8c98e6a0ee6ebadaae3d5e74d17ab31f1","signature":"4a28bb9888f0853ad1fb432a2451173f2cfb73bdb57d4f28341bf54f2ce57bc2","impliedFormat":99},{"version":"2fd597ba8b7ccf7460ebf8d5b3f6755060745f4b490078542b301d220a442de9","signature":"9bf6d10700e6702ac26248138a6bbc9f55d582c488be81a41be3b3eadedc936b","impliedFormat":99},{"version":"5869d8bda87f762ad7d0ba408f7b06e93054acfa3629f04a5140947f75238f31","signature":"916ffd5eebeed08d4ed0fb342f40305c2a7ff2663250cbf6a965be1f1e8541e4","impliedFormat":99},{"version":"c8520544f8b942a45cce399c0c34259948a2cd40cd73d97ab60e394ee8ecc097","signature":"ed82977a9c942b909b2996783b9bbe90fe91391a51c511dc69d7bb20e94a8437","impliedFormat":99},{"version":"9b0435333d07f47029e10ce424ab0eda1ba01d3e8a1f86ecd1b96dec02fd0ccd","signature":"85c41b79bab9f8c206d16452e577fcbe186ade544cb526364d7bca5ed9574fcb","impliedFormat":99},{"version":"633389f158f37c1fff4cda000fc8713487091621963202d6999a1e52488c4e35","signature":"45124b54526973bc3aafc573815d1a5cebc683b61c48f35aceccfe16aec2aabc","impliedFormat":99},{"version":"e0a3a71211dee253ae6d2e996d28d34f2271b2a299ece9b898017e15ba0a223d","signature":"5c53e0899c193cd5f80ccb5693a01eba90e17e45cd2248c6412bb2e9825c9e45","impliedFormat":99},{"version":"8f9027142f8676845857e9381a5942f80b1470233ab99e92baa52000d7293af0","impliedFormat":99},{"version":"8fbf509ddac73db7b2cc6496c8df8f6981ba1653d6c9b5d1b672307834e02aac","signature":"232606d9b702acabb28c11ac3096ec8b164abc7025ab970175b2fb0c7e46fed6","impliedFormat":99},{"version":"7503ee47ae1930c27e5f43e34c5fb9cc90fb456abf9777a76b05849d41182eb0","signature":"2eb06cf91facd809e7d7ca413a4f0596e22ad6c009841caa64e5448f248985c1","impliedFormat":99},{"version":"9382b661628f100cd73415fbab7e85132de86db77322a4d974f1eba434618e98","signature":"32a5dd335b39a6ead7f14c9ada92c4293d1d48fd1e9a504db28aa03571071e45","impliedFormat":99},{"version":"ae286c8f240f2298d19ff7537df73cd1cf41ca349cfaefeed5fa213afc1ebf7f","signature":"36bc119be692c5a87c85d755981faa6c83f7cb24918baed60bbd1d0cf958af41","impliedFormat":99},{"version":"38ce9efdea0e6a43ca553742e9331886c5154d27fb582a0b7c54400fc2175759","signature":"1b32ee5b79568242d7a2120006e5fb7b46989f3a86e2c4d609c3e0cd815e7bb1","impliedFormat":99},{"version":"6ed8b6e8060c452971256594b8f874c357a469393296e87bb3c2f1d5b4405bd1","impliedFormat":99},{"version":"f294487d43806aebfac8086267cc312068dff03c9ddb7210e51458dfb29d4e9d","signature":"51b82d4844fc1e4326629d5189ee0306b0e5d8b5986f263572b3056100d411c4","impliedFormat":99},{"version":"07a6c18e08abb31b5e4aa18c945c79195d3f453fc9419e54a75b9491c0a63d5b","impliedFormat":99},{"version":"bd4396e3e4cfe9c6b5e6463ec2903f4d45dfa27c5e80ba9f565ef418c24623da","signature":"1d385ac55b2dfea2248fc155c4a96f7209a157612cdc1ee23d86d0377afb5834","impliedFormat":99},{"version":"a8c48ebb6db88876650d0982e15cc4b2881a2db2ab73bddcd36293f3749c8485","signature":"58b7381ddbfd466a014ad08b174df5efbe10193e297ce9da9d30c8d9cfe2c6eb","impliedFormat":99},{"version":"aedd44827644e7e6da327f8901c73174c314bc4d9a6bad1225b3ea8a3d03b8df","signature":"e0dfc3c48a5eb78ea39a9ae0d17c472e1aeb4ee213b65f6d3b54f145fafbbc42","impliedFormat":99},{"version":"e16c427745e48f5443d2fd2a5614f5ac27ad0f2ef207a40518ea9b0c2d963643","signature":"694249bf032f13738866491f2f15fe984381fb6f45d7be8e29936c2c11f085d5","impliedFormat":99},{"version":"3ba6b14c61f17cf81e272d1bca591294596d3879d0a7695bc7f7e34217549e90","signature":"9b4f6757a9bfca5f00390e50f1b08406e73bc8d1591ec8dd9ff606333f2c5761","impliedFormat":99},{"version":"f9f5edd031d0c4a307988dc05f6a3ed8dd9f29473c7fe6908663c1b6ddcc8dbb","signature":"d70c85a5a0ab30712a9ace0ecb31ff2339cfb3fc209f9a3c578f64f11f7fcd44","impliedFormat":99},{"version":"9d29f1cb3321c1fe13d3be8b758945c21f292a78e500ff7ae19e302d37a49b19","signature":"60dffeffb44ee472d799379d115ef4a5ffb380dd48c45d7bf5e0e3a3224d246e","impliedFormat":99},{"version":"35752e1fc5b325db4bdf9abea27c6539f95ef4b9f6ee686c2a2f70c5ec3c5e57","signature":"4876b5ff21c8d3d161d00608f8022ebbd8ecc57555cf8e765bbc42ce13ddc378","impliedFormat":99},{"version":"eb90fe18be0b3b5b759ff8f055e9ccb19c6a4287c9061c7a4bb9805968e46498","impliedFormat":99},{"version":"99cc8bb173aefc8720bd429c3c00584f7a297156216a85f7b52b1940aca4c5fd","signature":"a8e3ca933f3a58c5a3071761a493c760a55305b8f537a47a47a1c7c421ead6df","impliedFormat":99},{"version":"055d5c58abf9c069d88cd9f62a426008adc38258390ceba978fa527fffa54441","impliedFormat":99},{"version":"2160b4ae53244f576236d8761f848c2d9bf3b8dbc57c0de87835dee3e74ce77b","signature":"9b9bceb1f21669bdf904f3f701497ac6f9bca3af06e6b817ceb7336fe8a13ce5","impliedFormat":99},{"version":"90f681d02448d6f255fd57077b4ad48c2d971815e1c182bb55e5c47b75e515c2","signature":"35ad431bddcdd2734acb5b2b0d0da75aa3eb8b2e16bc83cdc16a3d12b4b9967b","impliedFormat":99},{"version":"9690abee109892ef5b69fdd3ba44ddbc0c84cdc2e81a3b20d8d5c50c8a0f5ee4","signature":"eea976052efa564c8567a9c2905505854e59baea57831348bb97580ec12581aa","impliedFormat":99},{"version":"65e183ba2fc70cafc24aaa8b67513fb5173c50710c17174ae1470bff18b819c5","signature":"3633132e5cf6907c1de6fcceb417ec93ed189f4e44d1592ddfbed15d3028a642","impliedFormat":99},{"version":"fbc705f0519d3ef58d29812d277f27c1464e8bcab7d36c148f12683451d4f7a0","signature":"bdfab105e5c6c095171d0721a84fafab796b301b7f5129158e6e7292b26a4410","impliedFormat":99},{"version":"61b26e4d7a2103f86577a2f188e4543fe07964bb18cbefbdcd77dca9333d66cf","signature":"816958f37db39f1d6352d585cb545c46093b56be9a9f7b49714b4e7fe75af8e1","impliedFormat":99},{"version":"fb9f3aeed51a9951f05371f8bc3cd23d91dc72356660ff511e274367dae86743","signature":"d3f2d733b25bb7dbc29a22679abb5e8bd7235f491aec7c919272b9a824818bfa","impliedFormat":99},{"version":"0573fd79c7c32470836f4151f755d18812e38f33f9e2dc2679913de92c50b09b","signature":"015c3d99325ff0f00694781a49696e232eed7b9e81de17be2df3744fa816f0f4","impliedFormat":99},{"version":"6651e0e8d0a95ccab2cd3b24df4ea6c33da06499f588938f8758d2d3e822090a","impliedFormat":99},{"version":"9794fd5a3d2183b5a987c6b02cf3732fdf1ed97b6f66d1c858b50a318069b637","impliedFormat":99},{"version":"74c194a9e7a5a5880e675fa8c22bc7d06e10c97c868117d145734aacfbda7381","impliedFormat":99}],"root":[131,[146,203]],"options":{"composite":true,"declaration":true,"declarationDir":"./esm","declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":199,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitOverride":true,"noImplicitReturns":true,"noImplicitThis":true,"noUncheckedIndexedAccess":true,"noUncheckedSideEffectImports":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./esm","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"stripInternal":true,"target":99,"verbatimModuleSyntax":true},"referencedMap":[[193,1],[162,2],[163,3],[164,4],[192,5],[165,6],[166,7],[181,8],[173,9],[169,10],[171,11],[172,12],[168,13],[170,14],[180,15],[179,16],[176,17],[177,18],[178,19],[174,20],[175,13],[190,21],[186,22],[187,23],[188,24],[183,25],[182,26],[184,27],[185,28],[189,29],[191,6],[196,30],[194,31],[197,32],[199,33],[201,34],[195,35],[198,36],[200,37],[146,38],[203,39],[161,40],[158,41],[155,42],[157,43],[202,44],[159,45],[156,46],[160,47],[148,38],[154,48],[134,49],[133,50],[137,51],[135,52],[136,53],[145,54],[104,55],[103,56],[105,57],[111,58],[110,59],[106,60],[107,60],[108,60],[109,60],[117,61],[119,62],[120,57],[130,63],[121,57],[116,64],[115,65],[112,66],[113,61],[114,61],[122,67],[123,57],[124,57],[102,68],[125,69],[126,70],[128,71],[118,72],[129,72],[86,73],[92,74],[95,75],[96,75],[90,76],[91,77],[89,78],[88,79],[100,80],[97,74],[87,73],[98,81],[94,82],[93,83],[85,84]],"latestChangedDtsFile":"./esm/index.d.ts","version":"5.9.2"}
File without changes