@futdevpro/fsm-dynamo 1.5.47 → 1.5.50

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 (316) hide show
  1. package/package.json +12 -1
  2. package/src/_collections/_tools/dynamo-log.ts +43 -9
  3. package/src/_collections/_tools/dynamo-regions.ts +9 -9
  4. package/src/_constants/index.ts +1 -0
  5. package/src/_constants/module-settings/custom-data-module-settings.ts +10 -0
  6. package/src/_constants/module-settings/test-module-settings.ts +3 -4
  7. package/src/_constants/module-settings/usage-module-settings.ts +2 -2
  8. package/src/_enums/basic-property-type.enum.ts +9 -0
  9. package/src/_models/control-models/dynamo-daily-usage-data.ts +3 -2
  10. package/src/_models/control-models/{dynamo-nts-data-params.ts → dynamo-data-params.ts} +10 -5
  11. package/src/_models/control-models/{dynamo-nts-data-property-params.ts → dynamo-data-property-params.ts} +11 -10
  12. package/src/_models/control-models/dynamo-error.ts +1 -1
  13. package/src/_models/control-models/dynamo-range-value.ts +15 -0
  14. package/src/_models/control-models/{dynamo-nts-module-settings.ts → dynamo-route-settings.ts} +1 -1
  15. package/src/_models/control-models/dynamo-usage-action.ts +3 -2
  16. package/src/_models/control-models/dynamo-usage-data.ts +3 -2
  17. package/src/_models/data-models/dynamo-custom-data.ts +6 -5
  18. package/src/_models/data-models/dynamo-metadata.ts +7 -3
  19. package/src/_models/data-models/dynamo-usage-session.ts +10 -18
  20. package/src/_models/index.ts +4 -3
  21. package/src/_modules/custom-data-module.index.ts +6 -0
  22. package/src/_modules/data-modules.index.ts +2 -2
  23. package/src/_modules/test-module.index.ts +0 -1
  24. package/lib/_collections/_constants/country-codes-ISO-3166.json +0 -3239
  25. package/lib/_collections/_constants/country-divisions-ISO-3166-all-list.json +0 -19036
  26. package/lib/_collections/_constants/country-iso.d.ts +0 -67
  27. package/lib/_collections/_constants/country-iso.d.ts.map +0 -1
  28. package/lib/_collections/_constants/country-iso.js +0 -47
  29. package/lib/_collections/_constants/country-iso.js.map +0 -1
  30. package/lib/_collections/_constants/country-phone-code.d.ts +0 -6
  31. package/lib/_collections/_constants/country-phone-code.d.ts.map +0 -1
  32. package/lib/_collections/_constants/country-phone-code.js +0 -3
  33. package/lib/_collections/_constants/country-phone-code.js.map +0 -1
  34. package/lib/_collections/_constants/country-phone-codes.json +0 -1202
  35. package/lib/_collections/_constants/country-sub-divisions-ISO-3166.json +0 -4994
  36. package/lib/_collections/_tools/dynamo-location.d.ts +0 -6
  37. package/lib/_collections/_tools/dynamo-location.d.ts.map +0 -1
  38. package/lib/_collections/_tools/dynamo-location.js +0 -40
  39. package/lib/_collections/_tools/dynamo-location.js.map +0 -1
  40. package/lib/_collections/_tools/dynamo-log.d.ts +0 -11
  41. package/lib/_collections/_tools/dynamo-log.d.ts.map +0 -1
  42. package/lib/_collections/_tools/dynamo-log.js +0 -59
  43. package/lib/_collections/_tools/dynamo-log.js.map +0 -1
  44. package/lib/_collections/_tools/dynamo-random.d.ts +0 -8
  45. package/lib/_collections/_tools/dynamo-random.d.ts.map +0 -1
  46. package/lib/_collections/_tools/dynamo-random.js +0 -60
  47. package/lib/_collections/_tools/dynamo-random.js.map +0 -1
  48. package/lib/_collections/_tools/dynamo-regions.d.ts +0 -16
  49. package/lib/_collections/_tools/dynamo-regions.d.ts.map +0 -1
  50. package/lib/_collections/_tools/dynamo-regions.js +0 -68
  51. package/lib/_collections/_tools/dynamo-regions.js.map +0 -1
  52. package/lib/_collections/_tools/dynamo-round-list.d.ts +0 -8
  53. package/lib/_collections/_tools/dynamo-round-list.d.ts.map +0 -1
  54. package/lib/_collections/_tools/dynamo-round-list.js +0 -39
  55. package/lib/_collections/_tools/dynamo-round-list.js.map +0 -1
  56. package/lib/_collections/_tools/dynamo-shared.service.d.ts +0 -73
  57. package/lib/_collections/_tools/dynamo-shared.service.d.ts.map +0 -1
  58. package/lib/_collections/_tools/dynamo-shared.service.js +0 -151
  59. package/lib/_collections/_tools/dynamo-shared.service.js.map +0 -1
  60. package/lib/_collections/_tools/dynamo-time.d.ts +0 -12
  61. package/lib/_collections/_tools/dynamo-time.d.ts.map +0 -1
  62. package/lib/_collections/_tools/dynamo-time.js +0 -41
  63. package/lib/_collections/_tools/dynamo-time.js.map +0 -1
  64. package/lib/_collections/_tools/dynamo-trigonometry.d.ts +0 -43
  65. package/lib/_collections/_tools/dynamo-trigonometry.d.ts.map +0 -1
  66. package/lib/_collections/_tools/dynamo-trigonometry.js +0 -62
  67. package/lib/_collections/_tools/dynamo-trigonometry.js.map +0 -1
  68. package/lib/_collections/_tools/location.d.ts +0 -6
  69. package/lib/_collections/_tools/location.d.ts.map +0 -1
  70. package/lib/_collections/_tools/location.js +0 -40
  71. package/lib/_collections/_tools/location.js.map +0 -1
  72. package/lib/_collections/_tools/log.d.ts +0 -10
  73. package/lib/_collections/_tools/log.d.ts.map +0 -1
  74. package/lib/_collections/_tools/log.js +0 -53
  75. package/lib/_collections/_tools/log.js.map +0 -1
  76. package/lib/_collections/_tools/random.d.ts +0 -8
  77. package/lib/_collections/_tools/random.d.ts.map +0 -1
  78. package/lib/_collections/_tools/random.js +0 -60
  79. package/lib/_collections/_tools/random.js.map +0 -1
  80. package/lib/_collections/_tools/region-translator.d.ts +0 -12
  81. package/lib/_collections/_tools/region-translator.d.ts.map +0 -1
  82. package/lib/_collections/_tools/region-translator.js +0 -48
  83. package/lib/_collections/_tools/region-translator.js.map +0 -1
  84. package/lib/_collections/_tools/round-list.d.ts +0 -8
  85. package/lib/_collections/_tools/round-list.d.ts.map +0 -1
  86. package/lib/_collections/_tools/round-list.js +0 -39
  87. package/lib/_collections/_tools/round-list.js.map +0 -1
  88. package/lib/_collections/_tools/time.d.ts +0 -12
  89. package/lib/_collections/_tools/time.d.ts.map +0 -1
  90. package/lib/_collections/_tools/time.js +0 -41
  91. package/lib/_collections/_tools/time.js.map +0 -1
  92. package/lib/_collections/_tools/trigonometry.d.ts +0 -43
  93. package/lib/_collections/_tools/trigonometry.d.ts.map +0 -1
  94. package/lib/_collections/_tools/trigonometry.js +0 -62
  95. package/lib/_collections/_tools/trigonometry.js.map +0 -1
  96. package/lib/_collections/_tools/utilities.d.ts +0 -32
  97. package/lib/_collections/_tools/utilities.d.ts.map +0 -1
  98. package/lib/_collections/_tools/utilities.js +0 -71
  99. package/lib/_collections/_tools/utilities.js.map +0 -1
  100. package/lib/_collections/_tools/vector.d.ts +0 -38
  101. package/lib/_collections/_tools/vector.d.ts.map +0 -1
  102. package/lib/_collections/_tools/vector.js +0 -107
  103. package/lib/_collections/_tools/vector.js.map +0 -1
  104. package/lib/_collections/dynamo-shared.service.d.ts +0 -87
  105. package/lib/_collections/dynamo-shared.service.d.ts.map +0 -1
  106. package/lib/_collections/dynamo-shared.service.js +0 -261
  107. package/lib/_collections/dynamo-shared.service.js.map +0 -1
  108. package/lib/_collections/index.d.ts +0 -11
  109. package/lib/_collections/index.d.ts.map +0 -1
  110. package/lib/_collections/index.js +0 -15
  111. package/lib/_collections/index.js.map +0 -1
  112. package/lib/_constants/index.d.ts +0 -4
  113. package/lib/_constants/index.d.ts.map +0 -1
  114. package/lib/_constants/index.js +0 -9
  115. package/lib/_constants/index.js.map +0 -1
  116. package/lib/_constants/module-settings/test-module-settings.d.ts +0 -3
  117. package/lib/_constants/module-settings/test-module-settings.d.ts.map +0 -1
  118. package/lib/_constants/module-settings/test-module-settings.js +0 -16
  119. package/lib/_constants/module-settings/test-module-settings.js.map +0 -1
  120. package/lib/_constants/module-settings/usage-module-settings.d.ts +0 -3
  121. package/lib/_constants/module-settings/usage-module-settings.d.ts.map +0 -1
  122. package/lib/_constants/module-settings/usage-module-settings.js +0 -13
  123. package/lib/_constants/module-settings/usage-module-settings.js.map +0 -1
  124. package/lib/_constants/times.d.ts +0 -8
  125. package/lib/_constants/times.d.ts.map +0 -1
  126. package/lib/_constants/times.js +0 -11
  127. package/lib/_constants/times.js.map +0 -1
  128. package/lib/_enums/data-model-type.enum.d.ts +0 -6
  129. package/lib/_enums/data-model-type.enum.d.ts.map +0 -1
  130. package/lib/_enums/data-model-type.enum.js +0 -10
  131. package/lib/_enums/data-model-type.enum.js.map +0 -1
  132. package/lib/_enums/index.d.ts +0 -3
  133. package/lib/_enums/index.d.ts.map +0 -1
  134. package/lib/_enums/index.js +0 -7
  135. package/lib/_enums/index.js.map +0 -1
  136. package/lib/_enums/log-style.enum.d.ts +0 -26
  137. package/lib/_enums/log-style.enum.d.ts.map +0 -1
  138. package/lib/_enums/log-style.enum.js +0 -30
  139. package/lib/_enums/log-style.enum.js.map +0 -1
  140. package/lib/_enums/region.enum.d.ts +0 -8
  141. package/lib/_enums/region.enum.d.ts.map +0 -1
  142. package/lib/_enums/region.enum.js +0 -12
  143. package/lib/_enums/region.enum.js.map +0 -1
  144. package/lib/_enums/sub-region.enum.d.ts +0 -20
  145. package/lib/_enums/sub-region.enum.d.ts.map +0 -1
  146. package/lib/_enums/sub-region.enum.js +0 -24
  147. package/lib/_enums/sub-region.enum.js.map +0 -1
  148. package/lib/_models/control-models/country-division.d.ts +0 -6
  149. package/lib/_models/control-models/country-division.d.ts.map +0 -1
  150. package/lib/_models/control-models/country-division.js +0 -3
  151. package/lib/_models/control-models/country-division.js.map +0 -1
  152. package/lib/_models/control-models/country-iso.d.ts +0 -19
  153. package/lib/_models/control-models/country-iso.d.ts.map +0 -1
  154. package/lib/_models/control-models/country-iso.js +0 -3
  155. package/lib/_models/control-models/country-iso.js.map +0 -1
  156. package/lib/_models/control-models/country-phone-code.d.ts +0 -6
  157. package/lib/_models/control-models/country-phone-code.d.ts.map +0 -1
  158. package/lib/_models/control-models/country-phone-code.js +0 -3
  159. package/lib/_models/control-models/country-phone-code.js.map +0 -1
  160. package/lib/_models/control-models/daily-usage-data.d.ts +0 -18
  161. package/lib/_models/control-models/daily-usage-data.d.ts.map +0 -1
  162. package/lib/_models/control-models/daily-usage-data.js +0 -22
  163. package/lib/_models/control-models/daily-usage-data.js.map +0 -1
  164. package/lib/_models/control-models/division-collection.d.ts +0 -9
  165. package/lib/_models/control-models/division-collection.d.ts.map +0 -1
  166. package/lib/_models/control-models/division-collection.js +0 -3
  167. package/lib/_models/control-models/division-collection.js.map +0 -1
  168. package/lib/_models/control-models/division-region-data.d.ts +0 -45
  169. package/lib/_models/control-models/division-region-data.d.ts.map +0 -1
  170. package/lib/_models/control-models/division-region-data.js +0 -46
  171. package/lib/_models/control-models/division-region-data.js.map +0 -1
  172. package/lib/_models/control-models/dynamo-daily-usage-data.d.ts +0 -18
  173. package/lib/_models/control-models/dynamo-daily-usage-data.d.ts.map +0 -1
  174. package/lib/_models/control-models/dynamo-daily-usage-data.js +0 -22
  175. package/lib/_models/control-models/dynamo-daily-usage-data.js.map +0 -1
  176. package/lib/_models/control-models/dynamo-error.d.ts +0 -263
  177. package/lib/_models/control-models/dynamo-error.d.ts.map +0 -1
  178. package/lib/_models/control-models/dynamo-error.js +0 -114
  179. package/lib/_models/control-models/dynamo-error.js.map +0 -1
  180. package/lib/_models/control-models/dynamo-module-settings.d.ts +0 -7
  181. package/lib/_models/control-models/dynamo-module-settings.d.ts.map +0 -1
  182. package/lib/_models/control-models/dynamo-module-settings.js +0 -3
  183. package/lib/_models/control-models/dynamo-module-settings.js.map +0 -1
  184. package/lib/_models/control-models/dynamo-nts-data-params.d.ts +0 -14
  185. package/lib/_models/control-models/dynamo-nts-data-params.d.ts.map +0 -1
  186. package/lib/_models/control-models/dynamo-nts-data-params.js +0 -19
  187. package/lib/_models/control-models/dynamo-nts-data-params.js.map +0 -1
  188. package/lib/_models/control-models/dynamo-nts-data-property-params.d.ts +0 -45
  189. package/lib/_models/control-models/dynamo-nts-data-property-params.d.ts.map +0 -1
  190. package/lib/_models/control-models/dynamo-nts-data-property-params.js +0 -61
  191. package/lib/_models/control-models/dynamo-nts-data-property-params.js.map +0 -1
  192. package/lib/_models/control-models/dynamo-nts-error.d.ts +0 -19
  193. package/lib/_models/control-models/dynamo-nts-error.d.ts.map +0 -1
  194. package/lib/_models/control-models/dynamo-nts-error.js +0 -190
  195. package/lib/_models/control-models/dynamo-nts-error.js.map +0 -1
  196. package/lib/_models/control-models/dynamo-nts-module-settings.d.ts +0 -7
  197. package/lib/_models/control-models/dynamo-nts-module-settings.d.ts.map +0 -1
  198. package/lib/_models/control-models/dynamo-nts-module-settings.js +0 -3
  199. package/lib/_models/control-models/dynamo-nts-module-settings.js.map +0 -1
  200. package/lib/_models/control-models/dynamo-poll.d.ts +0 -31
  201. package/lib/_models/control-models/dynamo-poll.d.ts.map +0 -1
  202. package/lib/_models/control-models/dynamo-poll.js +0 -90
  203. package/lib/_models/control-models/dynamo-poll.js.map +0 -1
  204. package/lib/_models/control-models/dynamo-usage-action.d.ts +0 -9
  205. package/lib/_models/control-models/dynamo-usage-action.d.ts.map +0 -1
  206. package/lib/_models/control-models/dynamo-usage-action.js +0 -13
  207. package/lib/_models/control-models/dynamo-usage-action.js.map +0 -1
  208. package/lib/_models/control-models/dynamo-usage-data.d.ts +0 -14
  209. package/lib/_models/control-models/dynamo-usage-data.d.ts.map +0 -1
  210. package/lib/_models/control-models/dynamo-usage-data.js +0 -16
  211. package/lib/_models/control-models/dynamo-usage-data.js.map +0 -1
  212. package/lib/_models/control-models/dynamobe-data-params.d.ts +0 -14
  213. package/lib/_models/control-models/dynamobe-data-params.d.ts.map +0 -1
  214. package/lib/_models/control-models/dynamobe-data-params.js +0 -19
  215. package/lib/_models/control-models/dynamobe-data-params.js.map +0 -1
  216. package/lib/_models/control-models/dynamobe-data-property-params.d.ts +0 -28
  217. package/lib/_models/control-models/dynamobe-data-property-params.d.ts.map +0 -1
  218. package/lib/_models/control-models/dynamobe-data-property-params.js +0 -57
  219. package/lib/_models/control-models/dynamobe-data-property-params.js.map +0 -1
  220. package/lib/_models/control-models/dynamobe-error.d.ts +0 -19
  221. package/lib/_models/control-models/dynamobe-error.d.ts.map +0 -1
  222. package/lib/_models/control-models/dynamobe-error.js +0 -188
  223. package/lib/_models/control-models/dynamobe-error.js.map +0 -1
  224. package/lib/_models/control-models/geo-ip-location.d.ts +0 -26
  225. package/lib/_models/control-models/geo-ip-location.d.ts.map +0 -1
  226. package/lib/_models/control-models/geo-ip-location.js +0 -3
  227. package/lib/_models/control-models/geo-ip-location.js.map +0 -1
  228. package/lib/_models/control-models/location-coordinates.d.ts +0 -5
  229. package/lib/_models/control-models/location-coordinates.d.ts.map +0 -1
  230. package/lib/_models/control-models/location-coordinates.js +0 -3
  231. package/lib/_models/control-models/location-coordinates.js.map +0 -1
  232. package/lib/_models/control-models/random-weight.d.ts +0 -5
  233. package/lib/_models/control-models/random-weight.d.ts.map +0 -1
  234. package/lib/_models/control-models/random-weight.js +0 -3
  235. package/lib/_models/control-models/random-weight.js.map +0 -1
  236. package/lib/_models/control-models/subdivision-collection.d.ts +0 -9
  237. package/lib/_models/control-models/subdivision-collection.d.ts.map +0 -1
  238. package/lib/_models/control-models/subdivision-collection.js +0 -3
  239. package/lib/_models/control-models/subdivision-collection.js.map +0 -1
  240. package/lib/_models/control-models/subdivision-region-data.d.ts +0 -45
  241. package/lib/_models/control-models/subdivision-region-data.d.ts.map +0 -1
  242. package/lib/_models/control-models/subdivision-region-data.js +0 -46
  243. package/lib/_models/control-models/subdivision-region-data.js.map +0 -1
  244. package/lib/_models/control-models/usage-action.d.ts +0 -9
  245. package/lib/_models/control-models/usage-action.d.ts.map +0 -1
  246. package/lib/_models/control-models/usage-action.js +0 -13
  247. package/lib/_models/control-models/usage-action.js.map +0 -1
  248. package/lib/_models/control-models/usage-data.d.ts +0 -14
  249. package/lib/_models/control-models/usage-data.d.ts.map +0 -1
  250. package/lib/_models/control-models/usage-data.js +0 -16
  251. package/lib/_models/control-models/usage-data.js.map +0 -1
  252. package/lib/_models/data-models/custom-data.d.ts +0 -16
  253. package/lib/_models/data-models/custom-data.d.ts.map +0 -1
  254. package/lib/_models/data-models/custom-data.js +0 -28
  255. package/lib/_models/data-models/custom-data.js.map +0 -1
  256. package/lib/_models/data-models/dynamo-custom-data.d.ts +0 -16
  257. package/lib/_models/data-models/dynamo-custom-data.d.ts.map +0 -1
  258. package/lib/_models/data-models/dynamo-custom-data.js +0 -28
  259. package/lib/_models/data-models/dynamo-custom-data.js.map +0 -1
  260. package/lib/_models/data-models/dynamo-metadata.d.ts +0 -17
  261. package/lib/_models/data-models/dynamo-metadata.d.ts.map +0 -1
  262. package/lib/_models/data-models/dynamo-metadata.js +0 -17
  263. package/lib/_models/data-models/dynamo-metadata.js.map +0 -1
  264. package/lib/_models/data-models/dynamo-usage-session.d.ts +0 -34
  265. package/lib/_models/data-models/dynamo-usage-session.d.ts.map +0 -1
  266. package/lib/_models/data-models/dynamo-usage-session.js +0 -53
  267. package/lib/_models/data-models/dynamo-usage-session.js.map +0 -1
  268. package/lib/_models/data-models/metadata.d.ts +0 -17
  269. package/lib/_models/data-models/metadata.d.ts.map +0 -1
  270. package/lib/_models/data-models/metadata.js +0 -17
  271. package/lib/_models/data-models/metadata.js.map +0 -1
  272. package/lib/_models/data-models/usage-session.d.ts +0 -34
  273. package/lib/_models/data-models/usage-session.d.ts.map +0 -1
  274. package/lib/_models/data-models/usage-session.js +0 -53
  275. package/lib/_models/data-models/usage-session.js.map +0 -1
  276. package/lib/_models/index.d.ts +0 -19
  277. package/lib/_models/index.d.ts.map +0 -1
  278. package/lib/_models/index.js +0 -25
  279. package/lib/_models/index.js.map +0 -1
  280. package/lib/_modules/data-models.index.d.ts +0 -3
  281. package/lib/_modules/data-models.index.d.ts.map +0 -1
  282. package/lib/_modules/data-models.index.js +0 -7
  283. package/lib/_modules/data-models.index.js.map +0 -1
  284. package/lib/_modules/data-module.index.d.ts +0 -5
  285. package/lib/_modules/data-module.index.d.ts.map +0 -1
  286. package/lib/_modules/data-module.index.js +0 -9
  287. package/lib/_modules/data-module.index.js.map +0 -1
  288. package/lib/_modules/data-modules.index.d.ts +0 -6
  289. package/lib/_modules/data-modules.index.d.ts.map +0 -1
  290. package/lib/_modules/data-modules.index.js +0 -10
  291. package/lib/_modules/data-modules.index.js.map +0 -1
  292. package/lib/_modules/error-module.index.d.ts +0 -2
  293. package/lib/_modules/error-module.index.d.ts.map +0 -1
  294. package/lib/_modules/error-module.index.js +0 -6
  295. package/lib/_modules/error-module.index.js.map +0 -1
  296. package/lib/_modules/shared-service.index.d.ts +0 -8
  297. package/lib/_modules/shared-service.index.d.ts.map +0 -1
  298. package/lib/_modules/shared-service.index.js +0 -12
  299. package/lib/_modules/shared-service.index.js.map +0 -1
  300. package/lib/_modules/test-module.index.d.ts +0 -3
  301. package/lib/_modules/test-module.index.d.ts.map +0 -1
  302. package/lib/_modules/test-module.index.js +0 -7
  303. package/lib/_modules/test-module.index.js.map +0 -1
  304. package/lib/_modules/usage-module.index.d.ts +0 -6
  305. package/lib/_modules/usage-module.index.d.ts.map +0 -1
  306. package/lib/_modules/usage-module.index.js +0 -10
  307. package/lib/_modules/usage-module.index.js.map +0 -1
  308. package/lib/data-models.d.ts +0 -3
  309. package/lib/data-models.d.ts.map +0 -1
  310. package/lib/data-models.js +0 -7
  311. package/lib/data-models.js.map +0 -1
  312. package/lib/index.d.ts +0 -5
  313. package/lib/index.d.ts.map +0 -1
  314. package/lib/index.js +0 -12
  315. package/lib/index.js.map +0 -1
  316. package/lib/tsconfig.tsbuildinfo +0 -3104
@@ -1,3104 +0,0 @@
1
- {
2
- "program": {
3
- "fileInfos": {
4
- "../node_modules/typescript/lib/lib.es5.d.ts": {
5
- "version": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
6
- "signature": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
7
- "affectsGlobalScope": true
8
- },
9
- "../node_modules/typescript/lib/lib.es2015.d.ts": {
10
- "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
11
- "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
12
- "affectsGlobalScope": false
13
- },
14
- "../node_modules/typescript/lib/lib.es2016.d.ts": {
15
- "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
16
- "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
17
- "affectsGlobalScope": false
18
- },
19
- "../node_modules/typescript/lib/lib.es2017.d.ts": {
20
- "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
21
- "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
22
- "affectsGlobalScope": false
23
- },
24
- "../node_modules/typescript/lib/lib.es2018.d.ts": {
25
- "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
26
- "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
27
- "affectsGlobalScope": false
28
- },
29
- "../node_modules/typescript/lib/lib.es2019.d.ts": {
30
- "version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
31
- "signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
32
- "affectsGlobalScope": false
33
- },
34
- "../node_modules/typescript/lib/lib.es2020.d.ts": {
35
- "version": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
36
- "signature": "94b4108552f078722078d7c4a010ca4851063882f6c0c51a1468aa7a39aed4b3",
37
- "affectsGlobalScope": false
38
- },
39
- "../node_modules/typescript/lib/lib.dom.d.ts": {
40
- "version": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
41
- "signature": "9affb0a2ddc57df5b8174c0af96c288d697a262e5bc9ca1f544c999dc64a91e6",
42
- "affectsGlobalScope": true
43
- },
44
- "../node_modules/typescript/lib/lib.es2015.core.d.ts": {
45
- "version": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
46
- "signature": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
47
- "affectsGlobalScope": true
48
- },
49
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
50
- "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
51
- "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
52
- "affectsGlobalScope": true
53
- },
54
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
55
- "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
56
- "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
57
- "affectsGlobalScope": true
58
- },
59
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
60
- "version": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
61
- "signature": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
62
- "affectsGlobalScope": true
63
- },
64
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
65
- "version": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
66
- "signature": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
67
- "affectsGlobalScope": true
68
- },
69
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
70
- "version": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
71
- "signature": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
72
- "affectsGlobalScope": true
73
- },
74
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
75
- "version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
76
- "signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
77
- "affectsGlobalScope": true
78
- },
79
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
80
- "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
81
- "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
82
- "affectsGlobalScope": true
83
- },
84
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
85
- "version": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
86
- "signature": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
87
- "affectsGlobalScope": true
88
- },
89
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
90
- "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
91
- "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
92
- "affectsGlobalScope": true
93
- },
94
- "../node_modules/typescript/lib/lib.es2017.object.d.ts": {
95
- "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
96
- "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
97
- "affectsGlobalScope": true
98
- },
99
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
100
- "version": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
101
- "signature": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
102
- "affectsGlobalScope": true
103
- },
104
- "../node_modules/typescript/lib/lib.es2017.string.d.ts": {
105
- "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
106
- "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
107
- "affectsGlobalScope": true
108
- },
109
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
110
- "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
111
- "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
112
- "affectsGlobalScope": true
113
- },
114
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
115
- "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
116
- "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
117
- "affectsGlobalScope": true
118
- },
119
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
120
- "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
121
- "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
122
- "affectsGlobalScope": true
123
- },
124
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
125
- "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
126
- "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
127
- "affectsGlobalScope": true
128
- },
129
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
130
- "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
131
- "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
132
- "affectsGlobalScope": true
133
- },
134
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
135
- "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
136
- "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
137
- "affectsGlobalScope": true
138
- },
139
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
140
- "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
141
- "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
142
- "affectsGlobalScope": true
143
- },
144
- "../node_modules/typescript/lib/lib.es2019.array.d.ts": {
145
- "version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
146
- "signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
147
- "affectsGlobalScope": true
148
- },
149
- "../node_modules/typescript/lib/lib.es2019.object.d.ts": {
150
- "version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
151
- "signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
152
- "affectsGlobalScope": true
153
- },
154
- "../node_modules/typescript/lib/lib.es2019.string.d.ts": {
155
- "version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
156
- "signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
157
- "affectsGlobalScope": true
158
- },
159
- "../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
160
- "version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
161
- "signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
162
- "affectsGlobalScope": true
163
- },
164
- "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
165
- "version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
166
- "signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
167
- "affectsGlobalScope": true
168
- },
169
- "../node_modules/typescript/lib/lib.es2020.promise.d.ts": {
170
- "version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
171
- "signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
172
- "affectsGlobalScope": true
173
- },
174
- "../node_modules/typescript/lib/lib.es2020.string.d.ts": {
175
- "version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
176
- "signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
177
- "affectsGlobalScope": true
178
- },
179
- "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
180
- "version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
181
- "signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
182
- "affectsGlobalScope": true
183
- },
184
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
185
- "version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
186
- "signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
187
- "affectsGlobalScope": true
188
- },
189
- "../node_modules/tslib/tslib.d.ts": {
190
- "version": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
191
- "signature": "9eb0ae9fa333acfc2dcbe6a7eaa2ab8be46b97ca259982c797c39167823235d5",
192
- "affectsGlobalScope": false
193
- },
194
- "../src/_models/control-models/dynamo-error.ts": {
195
- "version": "64fb891cff7f6b8ca888cba4431ca54e624856186bcccddfa4bfc4defca7dbee",
196
- "signature": "c9452272d22647bca29dc5a2c731717d9c93f39202432a550ca4566a860f3356",
197
- "affectsGlobalScope": false
198
- },
199
- "../src/_models/control-models/location-coordinates.ts": {
200
- "version": "c67beb74dd95cd9d0b08e98e0fb3d7b0f94d04834069a0f9d585e8c1dc14d8e7",
201
- "signature": "ce6d673d643e705c8fa8695de2d9ca91985a8826db38718b48ac4b27806fd10c",
202
- "affectsGlobalScope": false
203
- },
204
- "../src/_collections/_tools/dynamo-trigonometry.ts": {
205
- "version": "3509501de71429d46e6553c5c7efac1489bfa358c24d08ebb5d2f47468586bb2",
206
- "signature": "e6816471edde3faf73173539935673d5f213263af269228b446ca417a14adc15",
207
- "affectsGlobalScope": false
208
- },
209
- "../src/_collections/_tools/dynamo-location.ts": {
210
- "version": "a30826b251bb558bd7584142546d9cec8a0b2d9b1f1b687609fa28fb8a908523",
211
- "signature": "1d30e7d3b03f9ec683121444c3085e9e20bf845400f160bdce26ee5db018add1",
212
- "affectsGlobalScope": false
213
- },
214
- "../src/_enums/log-style.enum.ts": {
215
- "version": "27f6c4b16a83f0eb1cb5cfd59e0e525bc046a1c03b5e87655631fb4ab589a197",
216
- "signature": "c26555c149dcd8b1647cce3f4bc4fbf2e14a0cdc63151dbb2cba5355c7409979",
217
- "affectsGlobalScope": false
218
- },
219
- "../src/_collections/_tools/dynamo-log.ts": {
220
- "version": "d1f46236794c59b4e3e12a6b79319401b945f774be3344cb86e3d878a33b62e0",
221
- "signature": "690e5514145bb0064948f6a657b05a94195ec635ee6ec857a3d3499bcca41366",
222
- "affectsGlobalScope": false
223
- },
224
- "../src/_models/control-models/random-weight.ts": {
225
- "version": "3f2ad6cef2cd1dc79686060e3c6fd534cc08d598a08e1a3451e8bf83f2eabdc2",
226
- "signature": "110e4dd7d41c662e8ed3a75fa8599cadcde65d00f4c71ecd42e9742458babfd8",
227
- "affectsGlobalScope": false
228
- },
229
- "../src/_collections/_tools/dynamo-random.ts": {
230
- "version": "6a98b0b0d3dd187e7ab1f518da0c1af129685b157f68e2114799c300305c0f8a",
231
- "signature": "caef57a57d2240cfc0be0782790b905d2f74b224f2d7e8f64175447037f0965d",
232
- "affectsGlobalScope": false
233
- },
234
- "../src/_collections/_constants/country-codes-iso-3166.json": {
235
- "version": "2693530e2233c1aa19e0dfe51be3390bb51bd80cb8ca5e7d0020c0ee2994ae8c",
236
- "affectsGlobalScope": true
237
- },
238
- "../src/_collections/_constants/country-phone-codes.json": {
239
- "version": "61990d32d0aef9f9cbd24424259153db2b0e5efd907731a7eb4c1c2d9f230a78",
240
- "affectsGlobalScope": true
241
- },
242
- "../src/_collections/_constants/country-divisions-iso-3166-all-list.json": {
243
- "version": "655a65edc1a6e27c5932801a4166a70b47e8b61bcc72a07189f8beae907cc0f9",
244
- "affectsGlobalScope": true
245
- },
246
- "../src/_enums/region.enum.ts": {
247
- "version": "181dd7364387e230cca43e229176e3c395c2eefda9614f3b8b28fc6e6feaddac",
248
- "signature": "0214f07365e8160e5026520ce807723f64a04657bf531fd02dbe63b7f7fbec2a",
249
- "affectsGlobalScope": false
250
- },
251
- "../src/_enums/sub-region.enum.ts": {
252
- "version": "3556c577c0da371bc1a0b7b93316d03f237164094fd2f40718a4df6bd08ff466",
253
- "signature": "17608fe2d6fe8aa2d7e51cf74d9cebdfde008a68b03e7f7f3fec8b379d07e26e",
254
- "affectsGlobalScope": false
255
- },
256
- "../src/_models/control-models/country-division.ts": {
257
- "version": "9ae296016d25b6b1dd025e7435dab95ae1da1d9fbf58213a9838ae2bf333dbdf",
258
- "signature": "0143c055d45712565d641cab8aea86c1003296802d83ec4fd7eea930bc28a943",
259
- "affectsGlobalScope": false
260
- },
261
- "../src/_models/control-models/country-iso.ts": {
262
- "version": "8c0298ea9dd48e39ff0c642b175e7dc98c1db9d2570812223d6d9e199d3b0a7a",
263
- "signature": "d3c7fc134640daf93b0370c928276065fb8fa377fb21afee62cfbeafb29eb383",
264
- "affectsGlobalScope": false
265
- },
266
- "../src/_models/control-models/country-phone-code.ts": {
267
- "version": "cb037f3aa4a83456413664d2a473d99bbdeef943f8e4a28848b22981926b9f91",
268
- "signature": "b0cb73a2ab74948e0452ce27a72425e81ff83b6598809d72486fb4aa516af691",
269
- "affectsGlobalScope": false
270
- },
271
- "../src/_models/control-models/geo-ip-location.ts": {
272
- "version": "b8d36b7c50887f1a2bcd802c388d89983be5eb85f88e67e69d7febe849e63ee9",
273
- "signature": "634f58c42bbb700eeb2c5741eb0ab67b21452cf98bfdfa733d61d087c1c75db4",
274
- "affectsGlobalScope": false
275
- },
276
- "../src/_models/data-models/dynamo-metadata.ts": {
277
- "version": "bd99388a4281b4ad46b60eaeca4bdecd76d5fcb7ce4c590eeaa1a2c2d2de8194",
278
- "signature": "c263d41ea824bf660f41fe045e05ffaccde487a5a6952b3cdc1c3d1b9f3a1520",
279
- "affectsGlobalScope": false
280
- },
281
- "../src/_models/control-models/dynamo-usage-action.ts": {
282
- "version": "8d007e80aa238081422f51ebf02c8ee19f35fdf54dcfdd77eb83cc2d20dbf20c",
283
- "signature": "75f00d7e494fd9da9827d957a64662946fa40b4e97c7ccec298f75a29536a51c",
284
- "affectsGlobalScope": false
285
- },
286
- "../src/_models/control-models/dynamo-usage-data.ts": {
287
- "version": "5861e6a81f5cd514aa429d60366682d236199d08017e6834c31f0e2fd53ed126",
288
- "signature": "8446e4132717771142e979ebb3b9c5ef430cab0049d3585af933fdf660cf9837",
289
- "affectsGlobalScope": false
290
- },
291
- "../src/_enums/data-model-type.enum.ts": {
292
- "version": "17d3b646a98bd788ea718b31249b4d3f53d37be1c18890520f940658d2d45b45",
293
- "signature": "58db1bde43f232985d47f296cec0e0c9e09b30c2a24d28a0aee8d4dfc25f1de8",
294
- "affectsGlobalScope": false
295
- },
296
- "../src/_enums/index.ts": {
297
- "version": "ea7fa08f77aa12c9d3a5e00dfa06683e8cf749b5f3e5c9218caf5819986dc7b1",
298
- "signature": "0a0de3e6103d13f5f8c51f71f6eee0d03de3b688ba92ef59d12192fb26d83fc8",
299
- "affectsGlobalScope": false
300
- },
301
- "../src/_models/control-models/dynamo-nts-data-property-params.ts": {
302
- "version": "171c543942a9174602a3604289929312e2803b6a1be218a2c756725c188e58a9",
303
- "signature": "d0da540c9fe46cf3c73367dd1ac0070424e6acb7869b9baaf6cdf1b3dad1634d",
304
- "affectsGlobalScope": false
305
- },
306
- "../src/_models/control-models/dynamo-nts-data-params.ts": {
307
- "version": "07aeedf9df9e6437b6788d4117d6ec5f202ee23123e5c5996533e4b9f6967e0e",
308
- "signature": "202153fe2fd0e80041e39b4536397b78c3de0cc187354805f6b07efe70076db7",
309
- "affectsGlobalScope": false
310
- },
311
- "../src/_models/data-models/dynamo-usage-session.ts": {
312
- "version": "9bd44d027181d2752e1d4474b4ea53bd5f7921e2f6ffc8291661073ed90ad08d",
313
- "signature": "6dd6530d2b8572b52bbda043ccc3e15e67a9041d16ef2482c384190a84fb4eea",
314
- "affectsGlobalScope": false
315
- },
316
- "../src/_models/control-models/dynamo-daily-usage-data.ts": {
317
- "version": "9644c8a761c960a499fb868b9c48a3c2e735c4ed9bc82846f5a5fd1ff8457ade",
318
- "signature": "4012393afd1547934ca7a8191b2de3add676e7c9d142f7eb8d5562fde3b95809",
319
- "affectsGlobalScope": false
320
- },
321
- "../src/_models/control-models/dynamo-nts-module-settings.ts": {
322
- "version": "cdfcb779ab2b8a8ebbf17540162e3d9653e6643dd574550bb992ec4ddf1e2fc0",
323
- "signature": "7346417aefe8fe985d0cf0b864c4527c6f84c1fa8f56d405d2b17c1ad904e98c",
324
- "affectsGlobalScope": false
325
- },
326
- "../src/_models/control-models/dynamo-poll.ts": {
327
- "version": "a4ca515258e44d24501c21614b7ef3b9d7fdf59a1f9daa8dfa17fca236b5dc02",
328
- "signature": "894e4fd6a899a6372b36fb53affad0df7aec42e11a1c1f0927f6f98be2ee0435",
329
- "affectsGlobalScope": false
330
- },
331
- "../src/_models/control-models/division-collection.ts": {
332
- "version": "06e58ab6673f3bbb63435c0c130a3f66e67705fe65f7641c32a32d7976253c2a",
333
- "signature": "6bd244743da2d16c295917988eb069555040c81748afd1b8f9f01a822eab9250",
334
- "affectsGlobalScope": false
335
- },
336
- "../src/_models/control-models/division-region-data.ts": {
337
- "version": "fb9991e07020e1c56ea5013d3b3f0c2698c5bb9da8f0dd971e850dbab0ed578a",
338
- "signature": "8eae7fb785b008bca558ce97cd66595bad899911199397173ade4c94e4202ba6",
339
- "affectsGlobalScope": false
340
- },
341
- "../src/_models/data-models/dynamo-custom-data.ts": {
342
- "version": "f52b7c924030cde818bf11138e200cebd4ef061509c3b7d9448d56d123030f87",
343
- "signature": "a646e2e3763cffffb27f18cb49e4d4e34253e58c72d56582f2c5c336c8f58ec6",
344
- "affectsGlobalScope": false
345
- },
346
- "../src/_models/index.ts": {
347
- "version": "3182864937facf6b8ccdf70157287d5a1722b5803ad6b99caf29410d09eb1f29",
348
- "signature": "2f3ae92637c74330fb209015d2776d0fc61f3adb4fd6277b4f23ee542b0156a8",
349
- "affectsGlobalScope": false
350
- },
351
- "../src/_collections/_tools/utilities.ts": {
352
- "version": "e23006f3a774d5e9bee82837bdd4c68d25e23f7401fda64f85543d535ac137a2",
353
- "signature": "e2fdbe876869662ab4a22f146b4c372bda7c609b60f18ba19c78d73e9e235f44",
354
- "affectsGlobalScope": false
355
- },
356
- "../src/_collections/_tools/dynamo-regions.ts": {
357
- "version": "8d79ee7ce33ca6d54503cf06ea9f7ea1c7e5b52b4caa823e0727c53334611244",
358
- "signature": "f662b500409c01305a995b33e6e071bc53b50d0c752649ec8cb2915764f3d12f",
359
- "affectsGlobalScope": false
360
- },
361
- "../src/_collections/_tools/dynamo-round-list.ts": {
362
- "version": "c35f6ae85d007e9337d0a5c6ed782b44924475faa39169e6bd8be32a1ab9d621",
363
- "signature": "1ae4f1873d3c516db3b3034309bf935e0ca1ab0aa6a7c0cb66cb4af515f1e8d4",
364
- "affectsGlobalScope": false
365
- },
366
- "../src/_collections/_tools/dynamo-shared.service.ts": {
367
- "version": "bfc64b72fc0d98ba243e74943271488b1ec8f19056e4161da117b87170b838e2",
368
- "signature": "5d74dc2ba2259e6dd85fc106bf19781266858136333a6c11b64dd1d45e2a1384",
369
- "affectsGlobalScope": false
370
- },
371
- "../src/_constants/times.ts": {
372
- "version": "47dadc52b4ae7850a822786f403d3d8f14fb5a85c188e51301d418d63ba24d6e",
373
- "signature": "23550ca7aef25dfa8dc22d24e60c391af2c6a5ae53ae76524f42ec3cb69e7f04",
374
- "affectsGlobalScope": false
375
- },
376
- "../src/_collections/_tools/dynamo-time.ts": {
377
- "version": "b535d0e6e50a6c9b07209d9cbe5f2473b3d09c20b9074fb212051e53df6e869c",
378
- "signature": "4853d1e25f39c1fe36865b95fa1471389219c1a58ebc0a2840fd535c842f08c7",
379
- "affectsGlobalScope": false
380
- },
381
- "../src/_collections/_tools/vector.ts": {
382
- "version": "7383caf9ddc8062637abc1e25aadef8d52286177f4f43a301b2cc3f2c4d79002",
383
- "signature": "265e649ac19ef28bf67cbfba459d71f09f72aaf32e1cee1404e5c09ea4292f1c",
384
- "affectsGlobalScope": false
385
- },
386
- "../src/_collections/index.ts": {
387
- "version": "8ef00b330d13ddf5a6ed289498c9dfb182acb38150852979bf9f80a34bb0935f",
388
- "signature": "3b7830e8b446d694fa3f25795607e5ca2367b6fd42c2c9052f4873b93c35f57c",
389
- "affectsGlobalScope": false
390
- },
391
- "../src/_constants/module-settings/test-module-settings.ts": {
392
- "version": "3c30a557a154d87d1d5127a2700d36009158866853cca5bac2d469acc98cd89f",
393
- "signature": "4be1deaa125fb8c9b1e5e3fe35c416784fee1dafdd8fa4b73c7ab35b79ad7042",
394
- "affectsGlobalScope": false
395
- },
396
- "../src/_constants/module-settings/usage-module-settings.ts": {
397
- "version": "441c1bb17e9dec9c17d7e434f6d9237f0505d91f27728b11540f2952a5c4ecc1",
398
- "signature": "314ff0a777d8897b99ef8a5fd25c6ddf6c69eb767a0dd058bb5bd3608aca72cb",
399
- "affectsGlobalScope": false
400
- },
401
- "../src/_constants/index.ts": {
402
- "version": "9d083671cedd884c2f618eb8985de03830ae790617f5399eeb241761417e264f",
403
- "signature": "d6e99be47f32f113288c380db1a9121e2108af49a9ccb2f88f8544ede80fa647",
404
- "affectsGlobalScope": false
405
- },
406
- "../src/index.ts": {
407
- "version": "ba8b7bbed12ecc2d8dc0e55cbdc2227c84ee47b88839f427b963c2319da74df9",
408
- "signature": "6f1ffe5cb4ccf3b72dcece8806aab32bd9a0c3280c131cc61a663b8b851d4c1a",
409
- "affectsGlobalScope": false
410
- },
411
- "../src/_modules/data-modules.index.ts": {
412
- "version": "d57d54fefd1b280126e595afd4f15ded4de3f50970b12974337d33b3e7b14a1c",
413
- "signature": "3a7ea3b998a62cab00acbe30aef7e7284d3a0b5a01abad64b0921f03904e2662",
414
- "affectsGlobalScope": false
415
- },
416
- "../src/_modules/error-module.index.ts": {
417
- "version": "581270789670b72e9953be950e153009ff6f85226da25e9932390a35f27be5d0",
418
- "signature": "9a37d4db47691dcc27633baa8d9c4510f599be5b8b6f108bf9a2abff99a12ab4",
419
- "affectsGlobalScope": false
420
- },
421
- "../src/_modules/shared-service.index.ts": {
422
- "version": "40da9b4d9ed40d9d1bdf34f9a45cbee3d29c3faebd973bf771f070fd50602258",
423
- "signature": "a175c0974fe2d1d9738111461981615c80f4eed03a71c6dc807d9f0de0225f74",
424
- "affectsGlobalScope": false
425
- },
426
- "../src/_modules/test-module.index.ts": {
427
- "version": "a1e3b0c6a1e7eeda64c1ed66b278c0d37067de64971f9aa529f2714e7ad420ee",
428
- "signature": "00597b0c281918dd478e2f553ad50d0a352b15366120d1e0cf6ddc062d6851e5",
429
- "affectsGlobalScope": false
430
- },
431
- "../src/_modules/usage-module.index.ts": {
432
- "version": "de0b420bedff025068e0a41946746a320484ff428654bc25f7e48af31d8d8462",
433
- "signature": "c3519074c1105c4aca13ae0c66b08430ee09bd38ba32bee3a16785ced7a45b7b",
434
- "affectsGlobalScope": false
435
- },
436
- "../node_modules/@types/node/globals.d.ts": {
437
- "version": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
438
- "signature": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
439
- "affectsGlobalScope": true
440
- },
441
- "../node_modules/@types/node/async_hooks.d.ts": {
442
- "version": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
443
- "signature": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
444
- "affectsGlobalScope": false
445
- },
446
- "../node_modules/@types/node/buffer.d.ts": {
447
- "version": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
448
- "signature": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
449
- "affectsGlobalScope": false
450
- },
451
- "../node_modules/@types/node/child_process.d.ts": {
452
- "version": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
453
- "signature": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
454
- "affectsGlobalScope": false
455
- },
456
- "../node_modules/@types/node/cluster.d.ts": {
457
- "version": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
458
- "signature": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
459
- "affectsGlobalScope": false
460
- },
461
- "../node_modules/@types/node/console.d.ts": {
462
- "version": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
463
- "signature": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
464
- "affectsGlobalScope": true
465
- },
466
- "../node_modules/@types/node/constants.d.ts": {
467
- "version": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
468
- "signature": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
469
- "affectsGlobalScope": false
470
- },
471
- "../node_modules/@types/node/crypto.d.ts": {
472
- "version": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
473
- "signature": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
474
- "affectsGlobalScope": false
475
- },
476
- "../node_modules/@types/node/dgram.d.ts": {
477
- "version": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
478
- "signature": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
479
- "affectsGlobalScope": false
480
- },
481
- "../node_modules/@types/node/dns.d.ts": {
482
- "version": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
483
- "signature": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
484
- "affectsGlobalScope": false
485
- },
486
- "../node_modules/@types/node/domain.d.ts": {
487
- "version": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
488
- "signature": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
489
- "affectsGlobalScope": true
490
- },
491
- "../node_modules/@types/node/events.d.ts": {
492
- "version": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
493
- "signature": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
494
- "affectsGlobalScope": true
495
- },
496
- "../node_modules/@types/node/fs.d.ts": {
497
- "version": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
498
- "signature": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
499
- "affectsGlobalScope": false
500
- },
501
- "../node_modules/@types/node/fs/promises.d.ts": {
502
- "version": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
503
- "signature": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
504
- "affectsGlobalScope": false
505
- },
506
- "../node_modules/@types/node/http.d.ts": {
507
- "version": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
508
- "signature": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
509
- "affectsGlobalScope": false
510
- },
511
- "../node_modules/@types/node/http2.d.ts": {
512
- "version": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
513
- "signature": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
514
- "affectsGlobalScope": false
515
- },
516
- "../node_modules/@types/node/https.d.ts": {
517
- "version": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
518
- "signature": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
519
- "affectsGlobalScope": false
520
- },
521
- "../node_modules/@types/node/inspector.d.ts": {
522
- "version": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
523
- "signature": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
524
- "affectsGlobalScope": false
525
- },
526
- "../node_modules/@types/node/module.d.ts": {
527
- "version": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
528
- "signature": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
529
- "affectsGlobalScope": false
530
- },
531
- "../node_modules/@types/node/net.d.ts": {
532
- "version": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
533
- "signature": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
534
- "affectsGlobalScope": false
535
- },
536
- "../node_modules/@types/node/os.d.ts": {
537
- "version": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
538
- "signature": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
539
- "affectsGlobalScope": false
540
- },
541
- "../node_modules/@types/node/path.d.ts": {
542
- "version": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
543
- "signature": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
544
- "affectsGlobalScope": false
545
- },
546
- "../node_modules/@types/node/perf_hooks.d.ts": {
547
- "version": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
548
- "signature": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
549
- "affectsGlobalScope": false
550
- },
551
- "../node_modules/@types/node/process.d.ts": {
552
- "version": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
553
- "signature": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
554
- "affectsGlobalScope": true
555
- },
556
- "../node_modules/@types/node/punycode.d.ts": {
557
- "version": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
558
- "signature": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
559
- "affectsGlobalScope": false
560
- },
561
- "../node_modules/@types/node/querystring.d.ts": {
562
- "version": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
563
- "signature": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
564
- "affectsGlobalScope": false
565
- },
566
- "../node_modules/@types/node/readline.d.ts": {
567
- "version": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
568
- "signature": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
569
- "affectsGlobalScope": false
570
- },
571
- "../node_modules/@types/node/repl.d.ts": {
572
- "version": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
573
- "signature": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
574
- "affectsGlobalScope": false
575
- },
576
- "../node_modules/@types/node/stream.d.ts": {
577
- "version": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
578
- "signature": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
579
- "affectsGlobalScope": false
580
- },
581
- "../node_modules/@types/node/string_decoder.d.ts": {
582
- "version": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
583
- "signature": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
584
- "affectsGlobalScope": false
585
- },
586
- "../node_modules/@types/node/timers.d.ts": {
587
- "version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
588
- "signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
589
- "affectsGlobalScope": false
590
- },
591
- "../node_modules/@types/node/tls.d.ts": {
592
- "version": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
593
- "signature": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
594
- "affectsGlobalScope": false
595
- },
596
- "../node_modules/@types/node/trace_events.d.ts": {
597
- "version": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
598
- "signature": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
599
- "affectsGlobalScope": false
600
- },
601
- "../node_modules/@types/node/tty.d.ts": {
602
- "version": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
603
- "signature": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
604
- "affectsGlobalScope": false
605
- },
606
- "../node_modules/@types/node/url.d.ts": {
607
- "version": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
608
- "signature": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
609
- "affectsGlobalScope": false
610
- },
611
- "../node_modules/@types/node/util.d.ts": {
612
- "version": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
613
- "signature": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
614
- "affectsGlobalScope": false
615
- },
616
- "../node_modules/@types/node/v8.d.ts": {
617
- "version": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
618
- "signature": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
619
- "affectsGlobalScope": false
620
- },
621
- "../node_modules/@types/node/vm.d.ts": {
622
- "version": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
623
- "signature": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
624
- "affectsGlobalScope": false
625
- },
626
- "../node_modules/@types/node/worker_threads.d.ts": {
627
- "version": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
628
- "signature": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
629
- "affectsGlobalScope": false
630
- },
631
- "../node_modules/@types/node/zlib.d.ts": {
632
- "version": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
633
- "signature": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
634
- "affectsGlobalScope": false
635
- },
636
- "../node_modules/@types/node/base.d.ts": {
637
- "version": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
638
- "signature": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
639
- "affectsGlobalScope": false
640
- },
641
- "../node_modules/@types/node/ts3.2/fs.d.ts": {
642
- "version": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
643
- "signature": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
644
- "affectsGlobalScope": false
645
- },
646
- "../node_modules/@types/node/ts3.2/process.d.ts": {
647
- "version": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
648
- "signature": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
649
- "affectsGlobalScope": true
650
- },
651
- "../node_modules/@types/node/ts3.2/util.d.ts": {
652
- "version": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
653
- "signature": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
654
- "affectsGlobalScope": false
655
- },
656
- "../node_modules/@types/node/ts3.2/globals.d.ts": {
657
- "version": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
658
- "signature": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
659
- "affectsGlobalScope": true
660
- },
661
- "../node_modules/@types/node/ts3.2/base.d.ts": {
662
- "version": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
663
- "signature": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
664
- "affectsGlobalScope": false
665
- },
666
- "../node_modules/@types/node/ts3.5/globals.global.d.ts": {
667
- "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
668
- "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
669
- "affectsGlobalScope": true
670
- },
671
- "../node_modules/@types/node/ts3.5/wasi.d.ts": {
672
- "version": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
673
- "signature": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
674
- "affectsGlobalScope": false
675
- },
676
- "../node_modules/@types/node/ts3.5/base.d.ts": {
677
- "version": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
678
- "signature": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
679
- "affectsGlobalScope": false
680
- },
681
- "../node_modules/@types/node/ts3.7/assert.d.ts": {
682
- "version": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
683
- "signature": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
684
- "affectsGlobalScope": false
685
- },
686
- "../node_modules/@types/node/ts3.7/base.d.ts": {
687
- "version": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
688
- "signature": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
689
- "affectsGlobalScope": false
690
- },
691
- "../node_modules/@types/node/ts3.7/index.d.ts": {
692
- "version": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
693
- "signature": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
694
- "affectsGlobalScope": false
695
- }
696
- },
697
- "options": {
698
- "incremental": true,
699
- "target": 2,
700
- "module": 1,
701
- "lib": [
702
- "lib.es2015.d.ts",
703
- "lib.es2018.d.ts",
704
- "lib.es2020.d.ts",
705
- "lib.dom.d.ts"
706
- ],
707
- "allowJs": true,
708
- "declaration": true,
709
- "declarationMap": true,
710
- "sourceMap": true,
711
- "outDir": "./",
712
- "importHelpers": true,
713
- "moduleResolution": 2,
714
- "esModuleInterop": true,
715
- "skipLibCheck": true,
716
- "forceConsistentCasingInFileNames": true,
717
- "resolveJsonModule": true,
718
- "configFilePath": "../tsconfig.json"
719
- },
720
- "referencedMap": {
721
- "../node_modules/@types/node/async_hooks.d.ts": [
722
- "../node_modules/@types/node/fs.d.ts",
723
- "../node_modules/@types/node/process.d.ts",
724
- "../node_modules/@types/node/ts3.2/fs.d.ts",
725
- "../node_modules/@types/node/ts3.2/process.d.ts",
726
- "../node_modules/@types/node/ts3.2/util.d.ts",
727
- "../node_modules/@types/node/util.d.ts"
728
- ],
729
- "../node_modules/@types/node/base.d.ts": [
730
- "../node_modules/@types/node/async_hooks.d.ts",
731
- "../node_modules/@types/node/buffer.d.ts",
732
- "../node_modules/@types/node/child_process.d.ts",
733
- "../node_modules/@types/node/cluster.d.ts",
734
- "../node_modules/@types/node/console.d.ts",
735
- "../node_modules/@types/node/constants.d.ts",
736
- "../node_modules/@types/node/crypto.d.ts",
737
- "../node_modules/@types/node/dgram.d.ts",
738
- "../node_modules/@types/node/dns.d.ts",
739
- "../node_modules/@types/node/domain.d.ts",
740
- "../node_modules/@types/node/events.d.ts",
741
- "../node_modules/@types/node/fs.d.ts",
742
- "../node_modules/@types/node/fs/promises.d.ts",
743
- "../node_modules/@types/node/globals.d.ts",
744
- "../node_modules/@types/node/http.d.ts",
745
- "../node_modules/@types/node/http2.d.ts",
746
- "../node_modules/@types/node/https.d.ts",
747
- "../node_modules/@types/node/inspector.d.ts",
748
- "../node_modules/@types/node/module.d.ts",
749
- "../node_modules/@types/node/net.d.ts",
750
- "../node_modules/@types/node/os.d.ts",
751
- "../node_modules/@types/node/path.d.ts",
752
- "../node_modules/@types/node/perf_hooks.d.ts",
753
- "../node_modules/@types/node/process.d.ts",
754
- "../node_modules/@types/node/punycode.d.ts",
755
- "../node_modules/@types/node/querystring.d.ts",
756
- "../node_modules/@types/node/readline.d.ts",
757
- "../node_modules/@types/node/repl.d.ts",
758
- "../node_modules/@types/node/stream.d.ts",
759
- "../node_modules/@types/node/string_decoder.d.ts",
760
- "../node_modules/@types/node/timers.d.ts",
761
- "../node_modules/@types/node/tls.d.ts",
762
- "../node_modules/@types/node/trace_events.d.ts",
763
- "../node_modules/@types/node/ts3.2/fs.d.ts",
764
- "../node_modules/@types/node/ts3.2/process.d.ts",
765
- "../node_modules/@types/node/ts3.2/util.d.ts",
766
- "../node_modules/@types/node/tty.d.ts",
767
- "../node_modules/@types/node/url.d.ts",
768
- "../node_modules/@types/node/util.d.ts",
769
- "../node_modules/@types/node/v8.d.ts",
770
- "../node_modules/@types/node/vm.d.ts",
771
- "../node_modules/@types/node/worker_threads.d.ts",
772
- "../node_modules/@types/node/zlib.d.ts"
773
- ],
774
- "../node_modules/@types/node/buffer.d.ts": [
775
- "../node_modules/@types/node/fs.d.ts",
776
- "../node_modules/@types/node/process.d.ts",
777
- "../node_modules/@types/node/ts3.2/fs.d.ts",
778
- "../node_modules/@types/node/ts3.2/process.d.ts",
779
- "../node_modules/@types/node/ts3.2/util.d.ts",
780
- "../node_modules/@types/node/util.d.ts"
781
- ],
782
- "../node_modules/@types/node/child_process.d.ts": [
783
- "../node_modules/@types/node/events.d.ts",
784
- "../node_modules/@types/node/fs.d.ts",
785
- "../node_modules/@types/node/net.d.ts",
786
- "../node_modules/@types/node/process.d.ts",
787
- "../node_modules/@types/node/stream.d.ts",
788
- "../node_modules/@types/node/ts3.2/fs.d.ts",
789
- "../node_modules/@types/node/ts3.2/process.d.ts",
790
- "../node_modules/@types/node/ts3.2/util.d.ts",
791
- "../node_modules/@types/node/util.d.ts"
792
- ],
793
- "../node_modules/@types/node/cluster.d.ts": [
794
- "../node_modules/@types/node/child_process.d.ts",
795
- "../node_modules/@types/node/events.d.ts",
796
- "../node_modules/@types/node/fs.d.ts",
797
- "../node_modules/@types/node/net.d.ts",
798
- "../node_modules/@types/node/process.d.ts",
799
- "../node_modules/@types/node/ts3.2/fs.d.ts",
800
- "../node_modules/@types/node/ts3.2/process.d.ts",
801
- "../node_modules/@types/node/ts3.2/util.d.ts",
802
- "../node_modules/@types/node/util.d.ts"
803
- ],
804
- "../node_modules/@types/node/console.d.ts": [
805
- "../node_modules/@types/node/fs.d.ts",
806
- "../node_modules/@types/node/process.d.ts",
807
- "../node_modules/@types/node/ts3.2/fs.d.ts",
808
- "../node_modules/@types/node/ts3.2/process.d.ts",
809
- "../node_modules/@types/node/ts3.2/util.d.ts",
810
- "../node_modules/@types/node/util.d.ts"
811
- ],
812
- "../node_modules/@types/node/constants.d.ts": [
813
- "../node_modules/@types/node/crypto.d.ts",
814
- "../node_modules/@types/node/fs.d.ts",
815
- "../node_modules/@types/node/os.d.ts",
816
- "../node_modules/@types/node/process.d.ts",
817
- "../node_modules/@types/node/ts3.2/fs.d.ts",
818
- "../node_modules/@types/node/ts3.2/process.d.ts",
819
- "../node_modules/@types/node/ts3.2/util.d.ts",
820
- "../node_modules/@types/node/util.d.ts"
821
- ],
822
- "../node_modules/@types/node/crypto.d.ts": [
823
- "../node_modules/@types/node/fs.d.ts",
824
- "../node_modules/@types/node/process.d.ts",
825
- "../node_modules/@types/node/stream.d.ts",
826
- "../node_modules/@types/node/ts3.2/fs.d.ts",
827
- "../node_modules/@types/node/ts3.2/process.d.ts",
828
- "../node_modules/@types/node/ts3.2/util.d.ts",
829
- "../node_modules/@types/node/util.d.ts"
830
- ],
831
- "../node_modules/@types/node/dgram.d.ts": [
832
- "../node_modules/@types/node/dns.d.ts",
833
- "../node_modules/@types/node/events.d.ts",
834
- "../node_modules/@types/node/fs.d.ts",
835
- "../node_modules/@types/node/net.d.ts",
836
- "../node_modules/@types/node/process.d.ts",
837
- "../node_modules/@types/node/ts3.2/fs.d.ts",
838
- "../node_modules/@types/node/ts3.2/process.d.ts",
839
- "../node_modules/@types/node/ts3.2/util.d.ts",
840
- "../node_modules/@types/node/util.d.ts"
841
- ],
842
- "../node_modules/@types/node/dns.d.ts": [
843
- "../node_modules/@types/node/fs.d.ts",
844
- "../node_modules/@types/node/process.d.ts",
845
- "../node_modules/@types/node/ts3.2/fs.d.ts",
846
- "../node_modules/@types/node/ts3.2/process.d.ts",
847
- "../node_modules/@types/node/ts3.2/util.d.ts",
848
- "../node_modules/@types/node/util.d.ts"
849
- ],
850
- "../node_modules/@types/node/domain.d.ts": [
851
- "../node_modules/@types/node/events.d.ts",
852
- "../node_modules/@types/node/fs.d.ts",
853
- "../node_modules/@types/node/process.d.ts",
854
- "../node_modules/@types/node/ts3.2/fs.d.ts",
855
- "../node_modules/@types/node/ts3.2/process.d.ts",
856
- "../node_modules/@types/node/ts3.2/util.d.ts",
857
- "../node_modules/@types/node/util.d.ts"
858
- ],
859
- "../node_modules/@types/node/events.d.ts": [
860
- "../node_modules/@types/node/fs.d.ts",
861
- "../node_modules/@types/node/process.d.ts",
862
- "../node_modules/@types/node/ts3.2/fs.d.ts",
863
- "../node_modules/@types/node/ts3.2/process.d.ts",
864
- "../node_modules/@types/node/ts3.2/util.d.ts",
865
- "../node_modules/@types/node/util.d.ts"
866
- ],
867
- "../node_modules/@types/node/fs.d.ts": [
868
- "../node_modules/@types/node/events.d.ts",
869
- "../node_modules/@types/node/fs/promises.d.ts",
870
- "../node_modules/@types/node/process.d.ts",
871
- "../node_modules/@types/node/stream.d.ts",
872
- "../node_modules/@types/node/ts3.2/fs.d.ts",
873
- "../node_modules/@types/node/ts3.2/process.d.ts",
874
- "../node_modules/@types/node/ts3.2/util.d.ts",
875
- "../node_modules/@types/node/url.d.ts",
876
- "../node_modules/@types/node/util.d.ts"
877
- ],
878
- "../node_modules/@types/node/fs/promises.d.ts": [
879
- "../node_modules/@types/node/fs.d.ts",
880
- "../node_modules/@types/node/process.d.ts",
881
- "../node_modules/@types/node/ts3.2/fs.d.ts",
882
- "../node_modules/@types/node/ts3.2/process.d.ts",
883
- "../node_modules/@types/node/ts3.2/util.d.ts",
884
- "../node_modules/@types/node/util.d.ts"
885
- ],
886
- "../node_modules/@types/node/globals.d.ts": [
887
- "../node_modules/@types/node/fs.d.ts",
888
- "../node_modules/@types/node/process.d.ts",
889
- "../node_modules/@types/node/ts3.2/fs.d.ts",
890
- "../node_modules/@types/node/ts3.2/process.d.ts",
891
- "../node_modules/@types/node/ts3.2/util.d.ts",
892
- "../node_modules/@types/node/util.d.ts"
893
- ],
894
- "../node_modules/@types/node/http.d.ts": [
895
- "../node_modules/@types/node/fs.d.ts",
896
- "../node_modules/@types/node/net.d.ts",
897
- "../node_modules/@types/node/process.d.ts",
898
- "../node_modules/@types/node/stream.d.ts",
899
- "../node_modules/@types/node/ts3.2/fs.d.ts",
900
- "../node_modules/@types/node/ts3.2/process.d.ts",
901
- "../node_modules/@types/node/ts3.2/util.d.ts",
902
- "../node_modules/@types/node/url.d.ts",
903
- "../node_modules/@types/node/util.d.ts"
904
- ],
905
- "../node_modules/@types/node/http2.d.ts": [
906
- "../node_modules/@types/node/events.d.ts",
907
- "../node_modules/@types/node/fs.d.ts",
908
- "../node_modules/@types/node/http.d.ts",
909
- "../node_modules/@types/node/net.d.ts",
910
- "../node_modules/@types/node/process.d.ts",
911
- "../node_modules/@types/node/stream.d.ts",
912
- "../node_modules/@types/node/tls.d.ts",
913
- "../node_modules/@types/node/ts3.2/fs.d.ts",
914
- "../node_modules/@types/node/ts3.2/process.d.ts",
915
- "../node_modules/@types/node/ts3.2/util.d.ts",
916
- "../node_modules/@types/node/url.d.ts",
917
- "../node_modules/@types/node/util.d.ts"
918
- ],
919
- "../node_modules/@types/node/https.d.ts": [
920
- "../node_modules/@types/node/events.d.ts",
921
- "../node_modules/@types/node/fs.d.ts",
922
- "../node_modules/@types/node/http.d.ts",
923
- "../node_modules/@types/node/process.d.ts",
924
- "../node_modules/@types/node/tls.d.ts",
925
- "../node_modules/@types/node/ts3.2/fs.d.ts",
926
- "../node_modules/@types/node/ts3.2/process.d.ts",
927
- "../node_modules/@types/node/ts3.2/util.d.ts",
928
- "../node_modules/@types/node/url.d.ts",
929
- "../node_modules/@types/node/util.d.ts"
930
- ],
931
- "../node_modules/@types/node/inspector.d.ts": [
932
- "../node_modules/@types/node/events.d.ts",
933
- "../node_modules/@types/node/fs.d.ts",
934
- "../node_modules/@types/node/process.d.ts",
935
- "../node_modules/@types/node/ts3.2/fs.d.ts",
936
- "../node_modules/@types/node/ts3.2/process.d.ts",
937
- "../node_modules/@types/node/ts3.2/util.d.ts",
938
- "../node_modules/@types/node/util.d.ts"
939
- ],
940
- "../node_modules/@types/node/module.d.ts": [
941
- "../node_modules/@types/node/fs.d.ts",
942
- "../node_modules/@types/node/process.d.ts",
943
- "../node_modules/@types/node/ts3.2/fs.d.ts",
944
- "../node_modules/@types/node/ts3.2/process.d.ts",
945
- "../node_modules/@types/node/ts3.2/util.d.ts",
946
- "../node_modules/@types/node/url.d.ts",
947
- "../node_modules/@types/node/util.d.ts"
948
- ],
949
- "../node_modules/@types/node/net.d.ts": [
950
- "../node_modules/@types/node/dns.d.ts",
951
- "../node_modules/@types/node/events.d.ts",
952
- "../node_modules/@types/node/fs.d.ts",
953
- "../node_modules/@types/node/process.d.ts",
954
- "../node_modules/@types/node/stream.d.ts",
955
- "../node_modules/@types/node/ts3.2/fs.d.ts",
956
- "../node_modules/@types/node/ts3.2/process.d.ts",
957
- "../node_modules/@types/node/ts3.2/util.d.ts",
958
- "../node_modules/@types/node/util.d.ts"
959
- ],
960
- "../node_modules/@types/node/os.d.ts": [
961
- "../node_modules/@types/node/fs.d.ts",
962
- "../node_modules/@types/node/process.d.ts",
963
- "../node_modules/@types/node/ts3.2/fs.d.ts",
964
- "../node_modules/@types/node/ts3.2/process.d.ts",
965
- "../node_modules/@types/node/ts3.2/util.d.ts",
966
- "../node_modules/@types/node/util.d.ts"
967
- ],
968
- "../node_modules/@types/node/path.d.ts": [
969
- "../node_modules/@types/node/fs.d.ts",
970
- "../node_modules/@types/node/process.d.ts",
971
- "../node_modules/@types/node/ts3.2/fs.d.ts",
972
- "../node_modules/@types/node/ts3.2/process.d.ts",
973
- "../node_modules/@types/node/ts3.2/util.d.ts",
974
- "../node_modules/@types/node/util.d.ts"
975
- ],
976
- "../node_modules/@types/node/perf_hooks.d.ts": [
977
- "../node_modules/@types/node/async_hooks.d.ts",
978
- "../node_modules/@types/node/fs.d.ts",
979
- "../node_modules/@types/node/process.d.ts",
980
- "../node_modules/@types/node/ts3.2/fs.d.ts",
981
- "../node_modules/@types/node/ts3.2/process.d.ts",
982
- "../node_modules/@types/node/ts3.2/util.d.ts",
983
- "../node_modules/@types/node/util.d.ts"
984
- ],
985
- "../node_modules/@types/node/process.d.ts": [
986
- "../node_modules/@types/node/fs.d.ts",
987
- "../node_modules/@types/node/ts3.2/fs.d.ts",
988
- "../node_modules/@types/node/ts3.2/process.d.ts",
989
- "../node_modules/@types/node/ts3.2/util.d.ts",
990
- "../node_modules/@types/node/tty.d.ts",
991
- "../node_modules/@types/node/util.d.ts"
992
- ],
993
- "../node_modules/@types/node/punycode.d.ts": [
994
- "../node_modules/@types/node/fs.d.ts",
995
- "../node_modules/@types/node/process.d.ts",
996
- "../node_modules/@types/node/ts3.2/fs.d.ts",
997
- "../node_modules/@types/node/ts3.2/process.d.ts",
998
- "../node_modules/@types/node/ts3.2/util.d.ts",
999
- "../node_modules/@types/node/util.d.ts"
1000
- ],
1001
- "../node_modules/@types/node/querystring.d.ts": [
1002
- "../node_modules/@types/node/fs.d.ts",
1003
- "../node_modules/@types/node/process.d.ts",
1004
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1005
- "../node_modules/@types/node/ts3.2/process.d.ts",
1006
- "../node_modules/@types/node/ts3.2/util.d.ts",
1007
- "../node_modules/@types/node/util.d.ts"
1008
- ],
1009
- "../node_modules/@types/node/readline.d.ts": [
1010
- "../node_modules/@types/node/events.d.ts",
1011
- "../node_modules/@types/node/fs.d.ts",
1012
- "../node_modules/@types/node/process.d.ts",
1013
- "../node_modules/@types/node/stream.d.ts",
1014
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1015
- "../node_modules/@types/node/ts3.2/process.d.ts",
1016
- "../node_modules/@types/node/ts3.2/util.d.ts",
1017
- "../node_modules/@types/node/util.d.ts"
1018
- ],
1019
- "../node_modules/@types/node/repl.d.ts": [
1020
- "../node_modules/@types/node/fs.d.ts",
1021
- "../node_modules/@types/node/process.d.ts",
1022
- "../node_modules/@types/node/readline.d.ts",
1023
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1024
- "../node_modules/@types/node/ts3.2/process.d.ts",
1025
- "../node_modules/@types/node/ts3.2/util.d.ts",
1026
- "../node_modules/@types/node/util.d.ts",
1027
- "../node_modules/@types/node/vm.d.ts"
1028
- ],
1029
- "../node_modules/@types/node/stream.d.ts": [
1030
- "../node_modules/@types/node/events.d.ts",
1031
- "../node_modules/@types/node/fs.d.ts",
1032
- "../node_modules/@types/node/process.d.ts",
1033
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1034
- "../node_modules/@types/node/ts3.2/process.d.ts",
1035
- "../node_modules/@types/node/ts3.2/util.d.ts",
1036
- "../node_modules/@types/node/util.d.ts"
1037
- ],
1038
- "../node_modules/@types/node/string_decoder.d.ts": [
1039
- "../node_modules/@types/node/fs.d.ts",
1040
- "../node_modules/@types/node/process.d.ts",
1041
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1042
- "../node_modules/@types/node/ts3.2/process.d.ts",
1043
- "../node_modules/@types/node/ts3.2/util.d.ts",
1044
- "../node_modules/@types/node/util.d.ts"
1045
- ],
1046
- "../node_modules/@types/node/timers.d.ts": [
1047
- "../node_modules/@types/node/fs.d.ts",
1048
- "../node_modules/@types/node/process.d.ts",
1049
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1050
- "../node_modules/@types/node/ts3.2/process.d.ts",
1051
- "../node_modules/@types/node/ts3.2/util.d.ts",
1052
- "../node_modules/@types/node/util.d.ts"
1053
- ],
1054
- "../node_modules/@types/node/tls.d.ts": [
1055
- "../node_modules/@types/node/crypto.d.ts",
1056
- "../node_modules/@types/node/dns.d.ts",
1057
- "../node_modules/@types/node/fs.d.ts",
1058
- "../node_modules/@types/node/net.d.ts",
1059
- "../node_modules/@types/node/process.d.ts",
1060
- "../node_modules/@types/node/stream.d.ts",
1061
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1062
- "../node_modules/@types/node/ts3.2/process.d.ts",
1063
- "../node_modules/@types/node/ts3.2/util.d.ts",
1064
- "../node_modules/@types/node/util.d.ts"
1065
- ],
1066
- "../node_modules/@types/node/trace_events.d.ts": [
1067
- "../node_modules/@types/node/fs.d.ts",
1068
- "../node_modules/@types/node/process.d.ts",
1069
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1070
- "../node_modules/@types/node/ts3.2/process.d.ts",
1071
- "../node_modules/@types/node/ts3.2/util.d.ts",
1072
- "../node_modules/@types/node/util.d.ts"
1073
- ],
1074
- "../node_modules/@types/node/ts3.2/base.d.ts": [
1075
- "../node_modules/@types/node/base.d.ts",
1076
- "../node_modules/@types/node/fs.d.ts",
1077
- "../node_modules/@types/node/process.d.ts",
1078
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1079
- "../node_modules/@types/node/ts3.2/globals.d.ts",
1080
- "../node_modules/@types/node/ts3.2/process.d.ts",
1081
- "../node_modules/@types/node/ts3.2/util.d.ts",
1082
- "../node_modules/@types/node/util.d.ts"
1083
- ],
1084
- "../node_modules/@types/node/ts3.2/fs.d.ts": [
1085
- "../node_modules/@types/node/fs.d.ts",
1086
- "../node_modules/@types/node/process.d.ts",
1087
- "../node_modules/@types/node/ts3.2/process.d.ts",
1088
- "../node_modules/@types/node/ts3.2/util.d.ts",
1089
- "../node_modules/@types/node/util.d.ts"
1090
- ],
1091
- "../node_modules/@types/node/ts3.2/globals.d.ts": [
1092
- "../node_modules/@types/node/fs.d.ts",
1093
- "../node_modules/@types/node/globals.d.ts",
1094
- "../node_modules/@types/node/process.d.ts",
1095
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1096
- "../node_modules/@types/node/ts3.2/process.d.ts",
1097
- "../node_modules/@types/node/ts3.2/util.d.ts",
1098
- "../node_modules/@types/node/util.d.ts"
1099
- ],
1100
- "../node_modules/@types/node/ts3.2/process.d.ts": [
1101
- "../node_modules/@types/node/fs.d.ts",
1102
- "../node_modules/@types/node/process.d.ts",
1103
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1104
- "../node_modules/@types/node/ts3.2/util.d.ts",
1105
- "../node_modules/@types/node/util.d.ts"
1106
- ],
1107
- "../node_modules/@types/node/ts3.2/util.d.ts": [
1108
- "../node_modules/@types/node/fs.d.ts",
1109
- "../node_modules/@types/node/process.d.ts",
1110
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1111
- "../node_modules/@types/node/ts3.2/process.d.ts",
1112
- "../node_modules/@types/node/util.d.ts"
1113
- ],
1114
- "../node_modules/@types/node/ts3.5/base.d.ts": [
1115
- "../node_modules/@types/node/fs.d.ts",
1116
- "../node_modules/@types/node/process.d.ts",
1117
- "../node_modules/@types/node/ts3.2/base.d.ts",
1118
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1119
- "../node_modules/@types/node/ts3.2/process.d.ts",
1120
- "../node_modules/@types/node/ts3.2/util.d.ts",
1121
- "../node_modules/@types/node/ts3.5/globals.global.d.ts",
1122
- "../node_modules/@types/node/ts3.5/wasi.d.ts",
1123
- "../node_modules/@types/node/util.d.ts"
1124
- ],
1125
- "../node_modules/@types/node/ts3.5/globals.global.d.ts": [
1126
- "../node_modules/@types/node/fs.d.ts",
1127
- "../node_modules/@types/node/process.d.ts",
1128
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1129
- "../node_modules/@types/node/ts3.2/process.d.ts",
1130
- "../node_modules/@types/node/ts3.2/util.d.ts",
1131
- "../node_modules/@types/node/util.d.ts"
1132
- ],
1133
- "../node_modules/@types/node/ts3.5/wasi.d.ts": [
1134
- "../node_modules/@types/node/fs.d.ts",
1135
- "../node_modules/@types/node/process.d.ts",
1136
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1137
- "../node_modules/@types/node/ts3.2/process.d.ts",
1138
- "../node_modules/@types/node/ts3.2/util.d.ts",
1139
- "../node_modules/@types/node/util.d.ts"
1140
- ],
1141
- "../node_modules/@types/node/ts3.7/assert.d.ts": [
1142
- "../node_modules/@types/node/fs.d.ts",
1143
- "../node_modules/@types/node/process.d.ts",
1144
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1145
- "../node_modules/@types/node/ts3.2/process.d.ts",
1146
- "../node_modules/@types/node/ts3.2/util.d.ts",
1147
- "../node_modules/@types/node/util.d.ts"
1148
- ],
1149
- "../node_modules/@types/node/ts3.7/base.d.ts": [
1150
- "../node_modules/@types/node/fs.d.ts",
1151
- "../node_modules/@types/node/process.d.ts",
1152
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1153
- "../node_modules/@types/node/ts3.2/process.d.ts",
1154
- "../node_modules/@types/node/ts3.2/util.d.ts",
1155
- "../node_modules/@types/node/ts3.5/base.d.ts",
1156
- "../node_modules/@types/node/ts3.7/assert.d.ts",
1157
- "../node_modules/@types/node/util.d.ts"
1158
- ],
1159
- "../node_modules/@types/node/ts3.7/index.d.ts": [
1160
- "../node_modules/@types/node/fs.d.ts",
1161
- "../node_modules/@types/node/process.d.ts",
1162
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1163
- "../node_modules/@types/node/ts3.2/process.d.ts",
1164
- "../node_modules/@types/node/ts3.2/util.d.ts",
1165
- "../node_modules/@types/node/ts3.7/base.d.ts",
1166
- "../node_modules/@types/node/util.d.ts"
1167
- ],
1168
- "../node_modules/@types/node/tty.d.ts": [
1169
- "../node_modules/@types/node/fs.d.ts",
1170
- "../node_modules/@types/node/net.d.ts",
1171
- "../node_modules/@types/node/process.d.ts",
1172
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1173
- "../node_modules/@types/node/ts3.2/process.d.ts",
1174
- "../node_modules/@types/node/ts3.2/util.d.ts",
1175
- "../node_modules/@types/node/util.d.ts"
1176
- ],
1177
- "../node_modules/@types/node/url.d.ts": [
1178
- "../node_modules/@types/node/fs.d.ts",
1179
- "../node_modules/@types/node/process.d.ts",
1180
- "../node_modules/@types/node/querystring.d.ts",
1181
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1182
- "../node_modules/@types/node/ts3.2/process.d.ts",
1183
- "../node_modules/@types/node/ts3.2/util.d.ts",
1184
- "../node_modules/@types/node/util.d.ts"
1185
- ],
1186
- "../node_modules/@types/node/util.d.ts": [
1187
- "../node_modules/@types/node/fs.d.ts",
1188
- "../node_modules/@types/node/process.d.ts",
1189
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1190
- "../node_modules/@types/node/ts3.2/process.d.ts",
1191
- "../node_modules/@types/node/ts3.2/util.d.ts"
1192
- ],
1193
- "../node_modules/@types/node/v8.d.ts": [
1194
- "../node_modules/@types/node/fs.d.ts",
1195
- "../node_modules/@types/node/process.d.ts",
1196
- "../node_modules/@types/node/stream.d.ts",
1197
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1198
- "../node_modules/@types/node/ts3.2/process.d.ts",
1199
- "../node_modules/@types/node/ts3.2/util.d.ts",
1200
- "../node_modules/@types/node/util.d.ts"
1201
- ],
1202
- "../node_modules/@types/node/vm.d.ts": [
1203
- "../node_modules/@types/node/fs.d.ts",
1204
- "../node_modules/@types/node/process.d.ts",
1205
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1206
- "../node_modules/@types/node/ts3.2/process.d.ts",
1207
- "../node_modules/@types/node/ts3.2/util.d.ts",
1208
- "../node_modules/@types/node/util.d.ts"
1209
- ],
1210
- "../node_modules/@types/node/worker_threads.d.ts": [
1211
- "../node_modules/@types/node/events.d.ts",
1212
- "../node_modules/@types/node/fs.d.ts",
1213
- "../node_modules/@types/node/process.d.ts",
1214
- "../node_modules/@types/node/stream.d.ts",
1215
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1216
- "../node_modules/@types/node/ts3.2/process.d.ts",
1217
- "../node_modules/@types/node/ts3.2/util.d.ts",
1218
- "../node_modules/@types/node/url.d.ts",
1219
- "../node_modules/@types/node/util.d.ts",
1220
- "../node_modules/@types/node/vm.d.ts"
1221
- ],
1222
- "../node_modules/@types/node/zlib.d.ts": [
1223
- "../node_modules/@types/node/fs.d.ts",
1224
- "../node_modules/@types/node/process.d.ts",
1225
- "../node_modules/@types/node/stream.d.ts",
1226
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1227
- "../node_modules/@types/node/ts3.2/process.d.ts",
1228
- "../node_modules/@types/node/ts3.2/util.d.ts",
1229
- "../node_modules/@types/node/util.d.ts"
1230
- ],
1231
- "../node_modules/tslib/tslib.d.ts": [
1232
- "../node_modules/@types/node/fs.d.ts",
1233
- "../node_modules/@types/node/process.d.ts",
1234
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1235
- "../node_modules/@types/node/ts3.2/process.d.ts",
1236
- "../node_modules/@types/node/ts3.2/util.d.ts",
1237
- "../node_modules/@types/node/util.d.ts"
1238
- ],
1239
- "../node_modules/typescript/lib/lib.dom.d.ts": [
1240
- "../node_modules/@types/node/fs.d.ts",
1241
- "../node_modules/@types/node/process.d.ts",
1242
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1243
- "../node_modules/@types/node/ts3.2/process.d.ts",
1244
- "../node_modules/@types/node/ts3.2/util.d.ts",
1245
- "../node_modules/@types/node/util.d.ts"
1246
- ],
1247
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
1248
- "../node_modules/@types/node/fs.d.ts",
1249
- "../node_modules/@types/node/process.d.ts",
1250
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1251
- "../node_modules/@types/node/ts3.2/process.d.ts",
1252
- "../node_modules/@types/node/ts3.2/util.d.ts",
1253
- "../node_modules/@types/node/util.d.ts"
1254
- ],
1255
- "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
1256
- "../node_modules/@types/node/fs.d.ts",
1257
- "../node_modules/@types/node/process.d.ts",
1258
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1259
- "../node_modules/@types/node/ts3.2/process.d.ts",
1260
- "../node_modules/@types/node/ts3.2/util.d.ts",
1261
- "../node_modules/@types/node/util.d.ts"
1262
- ],
1263
- "../node_modules/typescript/lib/lib.es2015.d.ts": [
1264
- "../node_modules/@types/node/fs.d.ts",
1265
- "../node_modules/@types/node/process.d.ts",
1266
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1267
- "../node_modules/@types/node/ts3.2/process.d.ts",
1268
- "../node_modules/@types/node/ts3.2/util.d.ts",
1269
- "../node_modules/@types/node/util.d.ts"
1270
- ],
1271
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
1272
- "../node_modules/@types/node/fs.d.ts",
1273
- "../node_modules/@types/node/process.d.ts",
1274
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1275
- "../node_modules/@types/node/ts3.2/process.d.ts",
1276
- "../node_modules/@types/node/ts3.2/util.d.ts",
1277
- "../node_modules/@types/node/util.d.ts"
1278
- ],
1279
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
1280
- "../node_modules/@types/node/fs.d.ts",
1281
- "../node_modules/@types/node/process.d.ts",
1282
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1283
- "../node_modules/@types/node/ts3.2/process.d.ts",
1284
- "../node_modules/@types/node/ts3.2/util.d.ts",
1285
- "../node_modules/@types/node/util.d.ts"
1286
- ],
1287
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
1288
- "../node_modules/@types/node/fs.d.ts",
1289
- "../node_modules/@types/node/process.d.ts",
1290
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1291
- "../node_modules/@types/node/ts3.2/process.d.ts",
1292
- "../node_modules/@types/node/ts3.2/util.d.ts",
1293
- "../node_modules/@types/node/util.d.ts"
1294
- ],
1295
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
1296
- "../node_modules/@types/node/fs.d.ts",
1297
- "../node_modules/@types/node/process.d.ts",
1298
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1299
- "../node_modules/@types/node/ts3.2/process.d.ts",
1300
- "../node_modules/@types/node/ts3.2/util.d.ts",
1301
- "../node_modules/@types/node/util.d.ts"
1302
- ],
1303
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
1304
- "../node_modules/@types/node/fs.d.ts",
1305
- "../node_modules/@types/node/process.d.ts",
1306
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1307
- "../node_modules/@types/node/ts3.2/process.d.ts",
1308
- "../node_modules/@types/node/ts3.2/util.d.ts",
1309
- "../node_modules/@types/node/util.d.ts"
1310
- ],
1311
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
1312
- "../node_modules/@types/node/fs.d.ts",
1313
- "../node_modules/@types/node/process.d.ts",
1314
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1315
- "../node_modules/@types/node/ts3.2/process.d.ts",
1316
- "../node_modules/@types/node/ts3.2/util.d.ts",
1317
- "../node_modules/@types/node/util.d.ts"
1318
- ],
1319
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
1320
- "../node_modules/@types/node/fs.d.ts",
1321
- "../node_modules/@types/node/process.d.ts",
1322
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1323
- "../node_modules/@types/node/ts3.2/process.d.ts",
1324
- "../node_modules/@types/node/ts3.2/util.d.ts",
1325
- "../node_modules/@types/node/util.d.ts"
1326
- ],
1327
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
1328
- "../node_modules/@types/node/fs.d.ts",
1329
- "../node_modules/@types/node/process.d.ts",
1330
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1331
- "../node_modules/@types/node/ts3.2/process.d.ts",
1332
- "../node_modules/@types/node/ts3.2/util.d.ts",
1333
- "../node_modules/@types/node/util.d.ts"
1334
- ],
1335
- "../node_modules/typescript/lib/lib.es2016.d.ts": [
1336
- "../node_modules/@types/node/fs.d.ts",
1337
- "../node_modules/@types/node/process.d.ts",
1338
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1339
- "../node_modules/@types/node/ts3.2/process.d.ts",
1340
- "../node_modules/@types/node/ts3.2/util.d.ts",
1341
- "../node_modules/@types/node/util.d.ts"
1342
- ],
1343
- "../node_modules/typescript/lib/lib.es2017.d.ts": [
1344
- "../node_modules/@types/node/fs.d.ts",
1345
- "../node_modules/@types/node/process.d.ts",
1346
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1347
- "../node_modules/@types/node/ts3.2/process.d.ts",
1348
- "../node_modules/@types/node/ts3.2/util.d.ts",
1349
- "../node_modules/@types/node/util.d.ts"
1350
- ],
1351
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
1352
- "../node_modules/@types/node/fs.d.ts",
1353
- "../node_modules/@types/node/process.d.ts",
1354
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1355
- "../node_modules/@types/node/ts3.2/process.d.ts",
1356
- "../node_modules/@types/node/ts3.2/util.d.ts",
1357
- "../node_modules/@types/node/util.d.ts"
1358
- ],
1359
- "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
1360
- "../node_modules/@types/node/fs.d.ts",
1361
- "../node_modules/@types/node/process.d.ts",
1362
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1363
- "../node_modules/@types/node/ts3.2/process.d.ts",
1364
- "../node_modules/@types/node/ts3.2/util.d.ts",
1365
- "../node_modules/@types/node/util.d.ts"
1366
- ],
1367
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
1368
- "../node_modules/@types/node/fs.d.ts",
1369
- "../node_modules/@types/node/process.d.ts",
1370
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1371
- "../node_modules/@types/node/ts3.2/process.d.ts",
1372
- "../node_modules/@types/node/ts3.2/util.d.ts",
1373
- "../node_modules/@types/node/util.d.ts"
1374
- ],
1375
- "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
1376
- "../node_modules/@types/node/fs.d.ts",
1377
- "../node_modules/@types/node/process.d.ts",
1378
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1379
- "../node_modules/@types/node/ts3.2/process.d.ts",
1380
- "../node_modules/@types/node/ts3.2/util.d.ts",
1381
- "../node_modules/@types/node/util.d.ts"
1382
- ],
1383
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
1384
- "../node_modules/@types/node/fs.d.ts",
1385
- "../node_modules/@types/node/process.d.ts",
1386
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1387
- "../node_modules/@types/node/ts3.2/process.d.ts",
1388
- "../node_modules/@types/node/ts3.2/util.d.ts",
1389
- "../node_modules/@types/node/util.d.ts"
1390
- ],
1391
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
1392
- "../node_modules/@types/node/fs.d.ts",
1393
- "../node_modules/@types/node/process.d.ts",
1394
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1395
- "../node_modules/@types/node/ts3.2/process.d.ts",
1396
- "../node_modules/@types/node/ts3.2/util.d.ts",
1397
- "../node_modules/@types/node/util.d.ts"
1398
- ],
1399
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
1400
- "../node_modules/@types/node/fs.d.ts",
1401
- "../node_modules/@types/node/process.d.ts",
1402
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1403
- "../node_modules/@types/node/ts3.2/process.d.ts",
1404
- "../node_modules/@types/node/ts3.2/util.d.ts",
1405
- "../node_modules/@types/node/util.d.ts"
1406
- ],
1407
- "../node_modules/typescript/lib/lib.es2018.d.ts": [
1408
- "../node_modules/@types/node/fs.d.ts",
1409
- "../node_modules/@types/node/process.d.ts",
1410
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1411
- "../node_modules/@types/node/ts3.2/process.d.ts",
1412
- "../node_modules/@types/node/ts3.2/util.d.ts",
1413
- "../node_modules/@types/node/util.d.ts"
1414
- ],
1415
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
1416
- "../node_modules/@types/node/fs.d.ts",
1417
- "../node_modules/@types/node/process.d.ts",
1418
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1419
- "../node_modules/@types/node/ts3.2/process.d.ts",
1420
- "../node_modules/@types/node/ts3.2/util.d.ts",
1421
- "../node_modules/@types/node/util.d.ts"
1422
- ],
1423
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
1424
- "../node_modules/@types/node/fs.d.ts",
1425
- "../node_modules/@types/node/process.d.ts",
1426
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1427
- "../node_modules/@types/node/ts3.2/process.d.ts",
1428
- "../node_modules/@types/node/ts3.2/util.d.ts",
1429
- "../node_modules/@types/node/util.d.ts"
1430
- ],
1431
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
1432
- "../node_modules/@types/node/fs.d.ts",
1433
- "../node_modules/@types/node/process.d.ts",
1434
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1435
- "../node_modules/@types/node/ts3.2/process.d.ts",
1436
- "../node_modules/@types/node/ts3.2/util.d.ts",
1437
- "../node_modules/@types/node/util.d.ts"
1438
- ],
1439
- "../node_modules/typescript/lib/lib.es2019.array.d.ts": [
1440
- "../node_modules/@types/node/fs.d.ts",
1441
- "../node_modules/@types/node/process.d.ts",
1442
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1443
- "../node_modules/@types/node/ts3.2/process.d.ts",
1444
- "../node_modules/@types/node/ts3.2/util.d.ts",
1445
- "../node_modules/@types/node/util.d.ts"
1446
- ],
1447
- "../node_modules/typescript/lib/lib.es2019.d.ts": [
1448
- "../node_modules/@types/node/fs.d.ts",
1449
- "../node_modules/@types/node/process.d.ts",
1450
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1451
- "../node_modules/@types/node/ts3.2/process.d.ts",
1452
- "../node_modules/@types/node/ts3.2/util.d.ts",
1453
- "../node_modules/@types/node/util.d.ts"
1454
- ],
1455
- "../node_modules/typescript/lib/lib.es2019.object.d.ts": [
1456
- "../node_modules/@types/node/fs.d.ts",
1457
- "../node_modules/@types/node/process.d.ts",
1458
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1459
- "../node_modules/@types/node/ts3.2/process.d.ts",
1460
- "../node_modules/@types/node/ts3.2/util.d.ts",
1461
- "../node_modules/@types/node/util.d.ts"
1462
- ],
1463
- "../node_modules/typescript/lib/lib.es2019.string.d.ts": [
1464
- "../node_modules/@types/node/fs.d.ts",
1465
- "../node_modules/@types/node/process.d.ts",
1466
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1467
- "../node_modules/@types/node/ts3.2/process.d.ts",
1468
- "../node_modules/@types/node/ts3.2/util.d.ts",
1469
- "../node_modules/@types/node/util.d.ts"
1470
- ],
1471
- "../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
1472
- "../node_modules/@types/node/fs.d.ts",
1473
- "../node_modules/@types/node/process.d.ts",
1474
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1475
- "../node_modules/@types/node/ts3.2/process.d.ts",
1476
- "../node_modules/@types/node/ts3.2/util.d.ts",
1477
- "../node_modules/@types/node/util.d.ts"
1478
- ],
1479
- "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
1480
- "../node_modules/@types/node/fs.d.ts",
1481
- "../node_modules/@types/node/process.d.ts",
1482
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1483
- "../node_modules/@types/node/ts3.2/process.d.ts",
1484
- "../node_modules/@types/node/ts3.2/util.d.ts",
1485
- "../node_modules/@types/node/util.d.ts"
1486
- ],
1487
- "../node_modules/typescript/lib/lib.es2020.d.ts": [
1488
- "../node_modules/@types/node/fs.d.ts",
1489
- "../node_modules/@types/node/process.d.ts",
1490
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1491
- "../node_modules/@types/node/ts3.2/process.d.ts",
1492
- "../node_modules/@types/node/ts3.2/util.d.ts",
1493
- "../node_modules/@types/node/util.d.ts"
1494
- ],
1495
- "../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
1496
- "../node_modules/@types/node/fs.d.ts",
1497
- "../node_modules/@types/node/process.d.ts",
1498
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1499
- "../node_modules/@types/node/ts3.2/process.d.ts",
1500
- "../node_modules/@types/node/ts3.2/util.d.ts",
1501
- "../node_modules/@types/node/util.d.ts"
1502
- ],
1503
- "../node_modules/typescript/lib/lib.es2020.string.d.ts": [
1504
- "../node_modules/@types/node/fs.d.ts",
1505
- "../node_modules/@types/node/process.d.ts",
1506
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1507
- "../node_modules/@types/node/ts3.2/process.d.ts",
1508
- "../node_modules/@types/node/ts3.2/util.d.ts",
1509
- "../node_modules/@types/node/util.d.ts"
1510
- ],
1511
- "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
1512
- "../node_modules/@types/node/fs.d.ts",
1513
- "../node_modules/@types/node/process.d.ts",
1514
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1515
- "../node_modules/@types/node/ts3.2/process.d.ts",
1516
- "../node_modules/@types/node/ts3.2/util.d.ts",
1517
- "../node_modules/@types/node/util.d.ts"
1518
- ],
1519
- "../node_modules/typescript/lib/lib.es5.d.ts": [
1520
- "../node_modules/@types/node/fs.d.ts",
1521
- "../node_modules/@types/node/process.d.ts",
1522
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1523
- "../node_modules/@types/node/ts3.2/process.d.ts",
1524
- "../node_modules/@types/node/ts3.2/util.d.ts",
1525
- "../node_modules/@types/node/util.d.ts"
1526
- ],
1527
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
1528
- "../node_modules/@types/node/fs.d.ts",
1529
- "../node_modules/@types/node/process.d.ts",
1530
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1531
- "../node_modules/@types/node/ts3.2/process.d.ts",
1532
- "../node_modules/@types/node/ts3.2/util.d.ts",
1533
- "../node_modules/@types/node/util.d.ts"
1534
- ],
1535
- "../src/_collections/_constants/country-codes-iso-3166.json": [
1536
- "../node_modules/@types/node/fs.d.ts",
1537
- "../node_modules/@types/node/process.d.ts",
1538
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1539
- "../node_modules/@types/node/ts3.2/process.d.ts",
1540
- "../node_modules/@types/node/ts3.2/util.d.ts",
1541
- "../node_modules/@types/node/util.d.ts"
1542
- ],
1543
- "../src/_collections/_constants/country-divisions-iso-3166-all-list.json": [
1544
- "../node_modules/@types/node/fs.d.ts",
1545
- "../node_modules/@types/node/process.d.ts",
1546
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1547
- "../node_modules/@types/node/ts3.2/process.d.ts",
1548
- "../node_modules/@types/node/ts3.2/util.d.ts",
1549
- "../node_modules/@types/node/util.d.ts"
1550
- ],
1551
- "../src/_collections/_constants/country-phone-codes.json": [
1552
- "../node_modules/@types/node/fs.d.ts",
1553
- "../node_modules/@types/node/process.d.ts",
1554
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1555
- "../node_modules/@types/node/ts3.2/process.d.ts",
1556
- "../node_modules/@types/node/ts3.2/util.d.ts",
1557
- "../node_modules/@types/node/util.d.ts"
1558
- ],
1559
- "../src/_collections/_tools/dynamo-location.ts": [
1560
- "../node_modules/@types/node/fs.d.ts",
1561
- "../node_modules/@types/node/process.d.ts",
1562
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1563
- "../node_modules/@types/node/ts3.2/process.d.ts",
1564
- "../node_modules/@types/node/ts3.2/util.d.ts",
1565
- "../node_modules/@types/node/util.d.ts",
1566
- "../src/_collections/_tools/dynamo-trigonometry.ts",
1567
- "../src/_models/control-models/dynamo-error.ts",
1568
- "../src/_models/control-models/location-coordinates.ts"
1569
- ],
1570
- "../src/_collections/_tools/dynamo-log.ts": [
1571
- "../node_modules/@types/node/fs.d.ts",
1572
- "../node_modules/@types/node/process.d.ts",
1573
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1574
- "../node_modules/@types/node/ts3.2/process.d.ts",
1575
- "../node_modules/@types/node/ts3.2/util.d.ts",
1576
- "../node_modules/@types/node/util.d.ts",
1577
- "../src/_enums/log-style.enum.ts"
1578
- ],
1579
- "../src/_collections/_tools/dynamo-random.ts": [
1580
- "../node_modules/@types/node/fs.d.ts",
1581
- "../node_modules/@types/node/process.d.ts",
1582
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1583
- "../node_modules/@types/node/ts3.2/process.d.ts",
1584
- "../node_modules/@types/node/ts3.2/util.d.ts",
1585
- "../node_modules/@types/node/util.d.ts",
1586
- "../src/_models/control-models/random-weight.ts"
1587
- ],
1588
- "../src/_collections/_tools/dynamo-regions.ts": [
1589
- "../node_modules/@types/node/fs.d.ts",
1590
- "../node_modules/@types/node/process.d.ts",
1591
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1592
- "../node_modules/@types/node/ts3.2/process.d.ts",
1593
- "../node_modules/@types/node/ts3.2/util.d.ts",
1594
- "../node_modules/@types/node/util.d.ts",
1595
- "../src/_collections/_constants/country-codes-iso-3166.json",
1596
- "../src/_collections/_constants/country-divisions-iso-3166-all-list.json",
1597
- "../src/_collections/_constants/country-phone-codes.json",
1598
- "../src/_collections/_tools/utilities.ts",
1599
- "../src/_enums/region.enum.ts",
1600
- "../src/_models/control-models/country-division.ts",
1601
- "../src/_models/control-models/country-iso.ts",
1602
- "../src/_models/control-models/country-phone-code.ts",
1603
- "../src/_models/index.ts"
1604
- ],
1605
- "../src/_collections/_tools/dynamo-round-list.ts": [
1606
- "../node_modules/@types/node/fs.d.ts",
1607
- "../node_modules/@types/node/process.d.ts",
1608
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1609
- "../node_modules/@types/node/ts3.2/process.d.ts",
1610
- "../node_modules/@types/node/ts3.2/util.d.ts",
1611
- "../node_modules/@types/node/util.d.ts"
1612
- ],
1613
- "../src/_collections/_tools/dynamo-shared.service.ts": [
1614
- "../node_modules/@types/node/fs.d.ts",
1615
- "../node_modules/@types/node/process.d.ts",
1616
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1617
- "../node_modules/@types/node/ts3.2/process.d.ts",
1618
- "../node_modules/@types/node/ts3.2/util.d.ts",
1619
- "../node_modules/@types/node/util.d.ts",
1620
- "../src/_collections/_tools/utilities.ts"
1621
- ],
1622
- "../src/_collections/_tools/dynamo-time.ts": [
1623
- "../node_modules/@types/node/fs.d.ts",
1624
- "../node_modules/@types/node/process.d.ts",
1625
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1626
- "../node_modules/@types/node/ts3.2/process.d.ts",
1627
- "../node_modules/@types/node/ts3.2/util.d.ts",
1628
- "../node_modules/@types/node/util.d.ts",
1629
- "../src/_constants/times.ts"
1630
- ],
1631
- "../src/_collections/_tools/dynamo-trigonometry.ts": [
1632
- "../node_modules/@types/node/fs.d.ts",
1633
- "../node_modules/@types/node/process.d.ts",
1634
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1635
- "../node_modules/@types/node/ts3.2/process.d.ts",
1636
- "../node_modules/@types/node/ts3.2/util.d.ts",
1637
- "../node_modules/@types/node/util.d.ts"
1638
- ],
1639
- "../src/_collections/_tools/utilities.ts": [
1640
- "../node_modules/@types/node/fs.d.ts",
1641
- "../node_modules/@types/node/process.d.ts",
1642
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1643
- "../node_modules/@types/node/ts3.2/process.d.ts",
1644
- "../node_modules/@types/node/ts3.2/util.d.ts",
1645
- "../node_modules/@types/node/util.d.ts"
1646
- ],
1647
- "../src/_collections/_tools/vector.ts": [
1648
- "../node_modules/@types/node/fs.d.ts",
1649
- "../node_modules/@types/node/process.d.ts",
1650
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1651
- "../node_modules/@types/node/ts3.2/process.d.ts",
1652
- "../node_modules/@types/node/ts3.2/util.d.ts",
1653
- "../node_modules/@types/node/util.d.ts",
1654
- "../src/_collections/_tools/dynamo-trigonometry.ts"
1655
- ],
1656
- "../src/_collections/index.ts": [
1657
- "../node_modules/@types/node/fs.d.ts",
1658
- "../node_modules/@types/node/process.d.ts",
1659
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1660
- "../node_modules/@types/node/ts3.2/process.d.ts",
1661
- "../node_modules/@types/node/ts3.2/util.d.ts",
1662
- "../node_modules/@types/node/util.d.ts",
1663
- "../src/_collections/_tools/dynamo-location.ts",
1664
- "../src/_collections/_tools/dynamo-log.ts",
1665
- "../src/_collections/_tools/dynamo-random.ts",
1666
- "../src/_collections/_tools/dynamo-regions.ts",
1667
- "../src/_collections/_tools/dynamo-round-list.ts",
1668
- "../src/_collections/_tools/dynamo-shared.service.ts",
1669
- "../src/_collections/_tools/dynamo-time.ts",
1670
- "../src/_collections/_tools/dynamo-trigonometry.ts",
1671
- "../src/_collections/_tools/utilities.ts",
1672
- "../src/_collections/_tools/vector.ts"
1673
- ],
1674
- "../src/_constants/index.ts": [
1675
- "../node_modules/@types/node/fs.d.ts",
1676
- "../node_modules/@types/node/process.d.ts",
1677
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1678
- "../node_modules/@types/node/ts3.2/process.d.ts",
1679
- "../node_modules/@types/node/ts3.2/util.d.ts",
1680
- "../node_modules/@types/node/util.d.ts",
1681
- "../src/_constants/module-settings/test-module-settings.ts",
1682
- "../src/_constants/module-settings/usage-module-settings.ts",
1683
- "../src/_constants/times.ts"
1684
- ],
1685
- "../src/_constants/module-settings/test-module-settings.ts": [
1686
- "../node_modules/@types/node/fs.d.ts",
1687
- "../node_modules/@types/node/process.d.ts",
1688
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1689
- "../node_modules/@types/node/ts3.2/process.d.ts",
1690
- "../node_modules/@types/node/ts3.2/util.d.ts",
1691
- "../node_modules/@types/node/util.d.ts",
1692
- "../src/_models/control-models/dynamo-nts-module-settings.ts"
1693
- ],
1694
- "../src/_constants/module-settings/usage-module-settings.ts": [
1695
- "../node_modules/@types/node/fs.d.ts",
1696
- "../node_modules/@types/node/process.d.ts",
1697
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1698
- "../node_modules/@types/node/ts3.2/process.d.ts",
1699
- "../node_modules/@types/node/ts3.2/util.d.ts",
1700
- "../node_modules/@types/node/util.d.ts",
1701
- "../src/_models/control-models/dynamo-nts-module-settings.ts"
1702
- ],
1703
- "../src/_constants/times.ts": [
1704
- "../node_modules/@types/node/fs.d.ts",
1705
- "../node_modules/@types/node/process.d.ts",
1706
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1707
- "../node_modules/@types/node/ts3.2/process.d.ts",
1708
- "../node_modules/@types/node/ts3.2/util.d.ts",
1709
- "../node_modules/@types/node/util.d.ts"
1710
- ],
1711
- "../src/_enums/data-model-type.enum.ts": [
1712
- "../node_modules/@types/node/fs.d.ts",
1713
- "../node_modules/@types/node/process.d.ts",
1714
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1715
- "../node_modules/@types/node/ts3.2/process.d.ts",
1716
- "../node_modules/@types/node/ts3.2/util.d.ts",
1717
- "../node_modules/@types/node/util.d.ts"
1718
- ],
1719
- "../src/_enums/index.ts": [
1720
- "../node_modules/@types/node/fs.d.ts",
1721
- "../node_modules/@types/node/process.d.ts",
1722
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1723
- "../node_modules/@types/node/ts3.2/process.d.ts",
1724
- "../node_modules/@types/node/ts3.2/util.d.ts",
1725
- "../node_modules/@types/node/util.d.ts",
1726
- "../src/_enums/data-model-type.enum.ts",
1727
- "../src/_enums/log-style.enum.ts"
1728
- ],
1729
- "../src/_enums/log-style.enum.ts": [
1730
- "../node_modules/@types/node/fs.d.ts",
1731
- "../node_modules/@types/node/process.d.ts",
1732
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1733
- "../node_modules/@types/node/ts3.2/process.d.ts",
1734
- "../node_modules/@types/node/ts3.2/util.d.ts",
1735
- "../node_modules/@types/node/util.d.ts"
1736
- ],
1737
- "../src/_enums/region.enum.ts": [
1738
- "../node_modules/@types/node/fs.d.ts",
1739
- "../node_modules/@types/node/process.d.ts",
1740
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1741
- "../node_modules/@types/node/ts3.2/process.d.ts",
1742
- "../node_modules/@types/node/ts3.2/util.d.ts",
1743
- "../node_modules/@types/node/util.d.ts"
1744
- ],
1745
- "../src/_enums/sub-region.enum.ts": [
1746
- "../node_modules/@types/node/fs.d.ts",
1747
- "../node_modules/@types/node/process.d.ts",
1748
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1749
- "../node_modules/@types/node/ts3.2/process.d.ts",
1750
- "../node_modules/@types/node/ts3.2/util.d.ts",
1751
- "../node_modules/@types/node/util.d.ts"
1752
- ],
1753
- "../src/_models/control-models/country-division.ts": [
1754
- "../node_modules/@types/node/fs.d.ts",
1755
- "../node_modules/@types/node/process.d.ts",
1756
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1757
- "../node_modules/@types/node/ts3.2/process.d.ts",
1758
- "../node_modules/@types/node/ts3.2/util.d.ts",
1759
- "../node_modules/@types/node/util.d.ts"
1760
- ],
1761
- "../src/_models/control-models/country-iso.ts": [
1762
- "../node_modules/@types/node/fs.d.ts",
1763
- "../node_modules/@types/node/process.d.ts",
1764
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1765
- "../node_modules/@types/node/ts3.2/process.d.ts",
1766
- "../node_modules/@types/node/ts3.2/util.d.ts",
1767
- "../node_modules/@types/node/util.d.ts",
1768
- "../src/_enums/region.enum.ts",
1769
- "../src/_enums/sub-region.enum.ts",
1770
- "../src/_models/control-models/country-division.ts"
1771
- ],
1772
- "../src/_models/control-models/country-phone-code.ts": [
1773
- "../node_modules/@types/node/fs.d.ts",
1774
- "../node_modules/@types/node/process.d.ts",
1775
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1776
- "../node_modules/@types/node/ts3.2/process.d.ts",
1777
- "../node_modules/@types/node/ts3.2/util.d.ts",
1778
- "../node_modules/@types/node/util.d.ts"
1779
- ],
1780
- "../src/_models/control-models/division-collection.ts": [
1781
- "../node_modules/@types/node/fs.d.ts",
1782
- "../node_modules/@types/node/process.d.ts",
1783
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1784
- "../node_modules/@types/node/ts3.2/process.d.ts",
1785
- "../node_modules/@types/node/ts3.2/util.d.ts",
1786
- "../node_modules/@types/node/util.d.ts"
1787
- ],
1788
- "../src/_models/control-models/division-region-data.ts": [
1789
- "../node_modules/@types/node/fs.d.ts",
1790
- "../node_modules/@types/node/process.d.ts",
1791
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1792
- "../node_modules/@types/node/ts3.2/process.d.ts",
1793
- "../node_modules/@types/node/ts3.2/util.d.ts",
1794
- "../node_modules/@types/node/util.d.ts",
1795
- "../src/_models/control-models/country-iso.ts"
1796
- ],
1797
- "../src/_models/control-models/dynamo-daily-usage-data.ts": [
1798
- "../node_modules/@types/node/fs.d.ts",
1799
- "../node_modules/@types/node/process.d.ts",
1800
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1801
- "../node_modules/@types/node/ts3.2/process.d.ts",
1802
- "../node_modules/@types/node/ts3.2/util.d.ts",
1803
- "../node_modules/@types/node/util.d.ts",
1804
- "../src/_models/data-models/dynamo-usage-session.ts"
1805
- ],
1806
- "../src/_models/control-models/dynamo-error.ts": [
1807
- "../node_modules/@types/node/fs.d.ts",
1808
- "../node_modules/@types/node/process.d.ts",
1809
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1810
- "../node_modules/@types/node/ts3.2/process.d.ts",
1811
- "../node_modules/@types/node/ts3.2/util.d.ts",
1812
- "../node_modules/@types/node/util.d.ts"
1813
- ],
1814
- "../src/_models/control-models/dynamo-nts-data-params.ts": [
1815
- "../node_modules/@types/node/fs.d.ts",
1816
- "../node_modules/@types/node/process.d.ts",
1817
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1818
- "../node_modules/@types/node/ts3.2/process.d.ts",
1819
- "../node_modules/@types/node/ts3.2/util.d.ts",
1820
- "../node_modules/@types/node/util.d.ts",
1821
- "../src/_enums/index.ts",
1822
- "../src/_models/control-models/dynamo-nts-data-property-params.ts"
1823
- ],
1824
- "../src/_models/control-models/dynamo-nts-data-property-params.ts": [
1825
- "../node_modules/@types/node/fs.d.ts",
1826
- "../node_modules/@types/node/process.d.ts",
1827
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1828
- "../node_modules/@types/node/ts3.2/process.d.ts",
1829
- "../node_modules/@types/node/ts3.2/util.d.ts",
1830
- "../node_modules/@types/node/util.d.ts"
1831
- ],
1832
- "../src/_models/control-models/dynamo-nts-module-settings.ts": [
1833
- "../node_modules/@types/node/fs.d.ts",
1834
- "../node_modules/@types/node/process.d.ts",
1835
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1836
- "../node_modules/@types/node/ts3.2/process.d.ts",
1837
- "../node_modules/@types/node/ts3.2/util.d.ts",
1838
- "../node_modules/@types/node/util.d.ts"
1839
- ],
1840
- "../src/_models/control-models/dynamo-poll.ts": [
1841
- "../node_modules/@types/node/fs.d.ts",
1842
- "../node_modules/@types/node/process.d.ts",
1843
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1844
- "../node_modules/@types/node/ts3.2/process.d.ts",
1845
- "../node_modules/@types/node/ts3.2/util.d.ts",
1846
- "../node_modules/@types/node/util.d.ts",
1847
- "../src/_models/control-models/dynamo-error.ts"
1848
- ],
1849
- "../src/_models/control-models/dynamo-usage-action.ts": [
1850
- "../node_modules/@types/node/fs.d.ts",
1851
- "../node_modules/@types/node/process.d.ts",
1852
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1853
- "../node_modules/@types/node/ts3.2/process.d.ts",
1854
- "../node_modules/@types/node/ts3.2/util.d.ts",
1855
- "../node_modules/@types/node/util.d.ts"
1856
- ],
1857
- "../src/_models/control-models/dynamo-usage-data.ts": [
1858
- "../node_modules/@types/node/fs.d.ts",
1859
- "../node_modules/@types/node/process.d.ts",
1860
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1861
- "../node_modules/@types/node/ts3.2/process.d.ts",
1862
- "../node_modules/@types/node/ts3.2/util.d.ts",
1863
- "../node_modules/@types/node/util.d.ts",
1864
- "../src/_models/control-models/dynamo-usage-action.ts"
1865
- ],
1866
- "../src/_models/control-models/geo-ip-location.ts": [
1867
- "../node_modules/@types/node/fs.d.ts",
1868
- "../node_modules/@types/node/process.d.ts",
1869
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1870
- "../node_modules/@types/node/ts3.2/process.d.ts",
1871
- "../node_modules/@types/node/ts3.2/util.d.ts",
1872
- "../node_modules/@types/node/util.d.ts"
1873
- ],
1874
- "../src/_models/control-models/location-coordinates.ts": [
1875
- "../node_modules/@types/node/fs.d.ts",
1876
- "../node_modules/@types/node/process.d.ts",
1877
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1878
- "../node_modules/@types/node/ts3.2/process.d.ts",
1879
- "../node_modules/@types/node/ts3.2/util.d.ts",
1880
- "../node_modules/@types/node/util.d.ts"
1881
- ],
1882
- "../src/_models/control-models/random-weight.ts": [
1883
- "../node_modules/@types/node/fs.d.ts",
1884
- "../node_modules/@types/node/process.d.ts",
1885
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1886
- "../node_modules/@types/node/ts3.2/process.d.ts",
1887
- "../node_modules/@types/node/ts3.2/util.d.ts",
1888
- "../node_modules/@types/node/util.d.ts"
1889
- ],
1890
- "../src/_models/data-models/dynamo-custom-data.ts": [
1891
- "../node_modules/@types/node/fs.d.ts",
1892
- "../node_modules/@types/node/process.d.ts",
1893
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1894
- "../node_modules/@types/node/ts3.2/process.d.ts",
1895
- "../node_modules/@types/node/ts3.2/util.d.ts",
1896
- "../node_modules/@types/node/util.d.ts",
1897
- "../src/_models/control-models/dynamo-nts-data-params.ts",
1898
- "../src/_models/data-models/dynamo-metadata.ts"
1899
- ],
1900
- "../src/_models/data-models/dynamo-metadata.ts": [
1901
- "../node_modules/@types/node/fs.d.ts",
1902
- "../node_modules/@types/node/process.d.ts",
1903
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1904
- "../node_modules/@types/node/ts3.2/process.d.ts",
1905
- "../node_modules/@types/node/ts3.2/util.d.ts",
1906
- "../node_modules/@types/node/util.d.ts"
1907
- ],
1908
- "../src/_models/data-models/dynamo-usage-session.ts": [
1909
- "../node_modules/@types/node/fs.d.ts",
1910
- "../node_modules/@types/node/process.d.ts",
1911
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1912
- "../node_modules/@types/node/ts3.2/process.d.ts",
1913
- "../node_modules/@types/node/ts3.2/util.d.ts",
1914
- "../node_modules/@types/node/util.d.ts",
1915
- "../src/_models/control-models/dynamo-nts-data-params.ts",
1916
- "../src/_models/control-models/dynamo-usage-data.ts",
1917
- "../src/_models/control-models/geo-ip-location.ts",
1918
- "../src/_models/data-models/dynamo-metadata.ts"
1919
- ],
1920
- "../src/_models/index.ts": [
1921
- "../node_modules/@types/node/fs.d.ts",
1922
- "../node_modules/@types/node/process.d.ts",
1923
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1924
- "../node_modules/@types/node/ts3.2/process.d.ts",
1925
- "../node_modules/@types/node/ts3.2/util.d.ts",
1926
- "../node_modules/@types/node/util.d.ts",
1927
- "../src/_models/control-models/country-iso.ts",
1928
- "../src/_models/control-models/country-phone-code.ts",
1929
- "../src/_models/control-models/division-collection.ts",
1930
- "../src/_models/control-models/division-region-data.ts",
1931
- "../src/_models/control-models/dynamo-daily-usage-data.ts",
1932
- "../src/_models/control-models/dynamo-error.ts",
1933
- "../src/_models/control-models/dynamo-nts-data-params.ts",
1934
- "../src/_models/control-models/dynamo-nts-data-property-params.ts",
1935
- "../src/_models/control-models/dynamo-nts-module-settings.ts",
1936
- "../src/_models/control-models/dynamo-poll.ts",
1937
- "../src/_models/control-models/dynamo-usage-action.ts",
1938
- "../src/_models/control-models/dynamo-usage-data.ts",
1939
- "../src/_models/control-models/geo-ip-location.ts",
1940
- "../src/_models/control-models/location-coordinates.ts",
1941
- "../src/_models/control-models/random-weight.ts",
1942
- "../src/_models/data-models/dynamo-custom-data.ts",
1943
- "../src/_models/data-models/dynamo-metadata.ts",
1944
- "../src/_models/data-models/dynamo-usage-session.ts"
1945
- ],
1946
- "../src/_modules/data-modules.index.ts": [
1947
- "../node_modules/@types/node/fs.d.ts",
1948
- "../node_modules/@types/node/process.d.ts",
1949
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1950
- "../node_modules/@types/node/ts3.2/process.d.ts",
1951
- "../node_modules/@types/node/ts3.2/util.d.ts",
1952
- "../node_modules/@types/node/util.d.ts",
1953
- "../src/_enums/data-model-type.enum.ts",
1954
- "../src/_models/control-models/dynamo-error.ts",
1955
- "../src/_models/control-models/dynamo-nts-data-params.ts",
1956
- "../src/_models/control-models/dynamo-nts-data-property-params.ts",
1957
- "../src/_models/data-models/dynamo-metadata.ts"
1958
- ],
1959
- "../src/_modules/error-module.index.ts": [
1960
- "../node_modules/@types/node/fs.d.ts",
1961
- "../node_modules/@types/node/process.d.ts",
1962
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1963
- "../node_modules/@types/node/ts3.2/process.d.ts",
1964
- "../node_modules/@types/node/ts3.2/util.d.ts",
1965
- "../node_modules/@types/node/util.d.ts",
1966
- "../src/_models/control-models/dynamo-error.ts"
1967
- ],
1968
- "../src/_modules/shared-service.index.ts": [
1969
- "../node_modules/@types/node/fs.d.ts",
1970
- "../node_modules/@types/node/process.d.ts",
1971
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1972
- "../node_modules/@types/node/ts3.2/process.d.ts",
1973
- "../node_modules/@types/node/ts3.2/util.d.ts",
1974
- "../node_modules/@types/node/util.d.ts",
1975
- "../src/_collections/_tools/dynamo-shared.service.ts",
1976
- "../src/_constants/times.ts",
1977
- "../src/_enums/log-style.enum.ts",
1978
- "../src/_models/control-models/dynamo-error.ts",
1979
- "../src/_models/control-models/dynamo-poll.ts",
1980
- "../src/_models/control-models/geo-ip-location.ts",
1981
- "../src/_models/control-models/location-coordinates.ts"
1982
- ],
1983
- "../src/_modules/test-module.index.ts": [
1984
- "../node_modules/@types/node/fs.d.ts",
1985
- "../node_modules/@types/node/process.d.ts",
1986
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1987
- "../node_modules/@types/node/ts3.2/process.d.ts",
1988
- "../node_modules/@types/node/ts3.2/util.d.ts",
1989
- "../node_modules/@types/node/util.d.ts",
1990
- "../src/_constants/module-settings/test-module-settings.ts",
1991
- "../src/_models/data-models/dynamo-custom-data.ts"
1992
- ],
1993
- "../src/_modules/usage-module.index.ts": [
1994
- "../node_modules/@types/node/fs.d.ts",
1995
- "../node_modules/@types/node/process.d.ts",
1996
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1997
- "../node_modules/@types/node/ts3.2/process.d.ts",
1998
- "../node_modules/@types/node/ts3.2/util.d.ts",
1999
- "../node_modules/@types/node/util.d.ts",
2000
- "../src/_constants/module-settings/usage-module-settings.ts",
2001
- "../src/_models/control-models/dynamo-daily-usage-data.ts",
2002
- "../src/_models/control-models/dynamo-usage-action.ts",
2003
- "../src/_models/control-models/dynamo-usage-data.ts",
2004
- "../src/_models/data-models/dynamo-usage-session.ts"
2005
- ],
2006
- "../src/index.ts": [
2007
- "../node_modules/@types/node/fs.d.ts",
2008
- "../node_modules/@types/node/process.d.ts",
2009
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2010
- "../node_modules/@types/node/ts3.2/process.d.ts",
2011
- "../node_modules/@types/node/ts3.2/util.d.ts",
2012
- "../node_modules/@types/node/util.d.ts",
2013
- "../src/_collections/index.ts",
2014
- "../src/_constants/index.ts",
2015
- "../src/_enums/index.ts",
2016
- "../src/_models/index.ts"
2017
- ]
2018
- },
2019
- "exportedModulesMap": {
2020
- "../node_modules/@types/node/async_hooks.d.ts": [
2021
- "../node_modules/@types/node/fs.d.ts",
2022
- "../node_modules/@types/node/process.d.ts",
2023
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2024
- "../node_modules/@types/node/ts3.2/process.d.ts",
2025
- "../node_modules/@types/node/ts3.2/util.d.ts",
2026
- "../node_modules/@types/node/util.d.ts"
2027
- ],
2028
- "../node_modules/@types/node/base.d.ts": [
2029
- "../node_modules/@types/node/async_hooks.d.ts",
2030
- "../node_modules/@types/node/buffer.d.ts",
2031
- "../node_modules/@types/node/child_process.d.ts",
2032
- "../node_modules/@types/node/cluster.d.ts",
2033
- "../node_modules/@types/node/console.d.ts",
2034
- "../node_modules/@types/node/constants.d.ts",
2035
- "../node_modules/@types/node/crypto.d.ts",
2036
- "../node_modules/@types/node/dgram.d.ts",
2037
- "../node_modules/@types/node/dns.d.ts",
2038
- "../node_modules/@types/node/domain.d.ts",
2039
- "../node_modules/@types/node/events.d.ts",
2040
- "../node_modules/@types/node/fs.d.ts",
2041
- "../node_modules/@types/node/fs/promises.d.ts",
2042
- "../node_modules/@types/node/globals.d.ts",
2043
- "../node_modules/@types/node/http.d.ts",
2044
- "../node_modules/@types/node/http2.d.ts",
2045
- "../node_modules/@types/node/https.d.ts",
2046
- "../node_modules/@types/node/inspector.d.ts",
2047
- "../node_modules/@types/node/module.d.ts",
2048
- "../node_modules/@types/node/net.d.ts",
2049
- "../node_modules/@types/node/os.d.ts",
2050
- "../node_modules/@types/node/path.d.ts",
2051
- "../node_modules/@types/node/perf_hooks.d.ts",
2052
- "../node_modules/@types/node/process.d.ts",
2053
- "../node_modules/@types/node/punycode.d.ts",
2054
- "../node_modules/@types/node/querystring.d.ts",
2055
- "../node_modules/@types/node/readline.d.ts",
2056
- "../node_modules/@types/node/repl.d.ts",
2057
- "../node_modules/@types/node/stream.d.ts",
2058
- "../node_modules/@types/node/string_decoder.d.ts",
2059
- "../node_modules/@types/node/timers.d.ts",
2060
- "../node_modules/@types/node/tls.d.ts",
2061
- "../node_modules/@types/node/trace_events.d.ts",
2062
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2063
- "../node_modules/@types/node/ts3.2/process.d.ts",
2064
- "../node_modules/@types/node/ts3.2/util.d.ts",
2065
- "../node_modules/@types/node/tty.d.ts",
2066
- "../node_modules/@types/node/url.d.ts",
2067
- "../node_modules/@types/node/util.d.ts",
2068
- "../node_modules/@types/node/v8.d.ts",
2069
- "../node_modules/@types/node/vm.d.ts",
2070
- "../node_modules/@types/node/worker_threads.d.ts",
2071
- "../node_modules/@types/node/zlib.d.ts"
2072
- ],
2073
- "../node_modules/@types/node/buffer.d.ts": [
2074
- "../node_modules/@types/node/fs.d.ts",
2075
- "../node_modules/@types/node/process.d.ts",
2076
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2077
- "../node_modules/@types/node/ts3.2/process.d.ts",
2078
- "../node_modules/@types/node/ts3.2/util.d.ts",
2079
- "../node_modules/@types/node/util.d.ts"
2080
- ],
2081
- "../node_modules/@types/node/child_process.d.ts": [
2082
- "../node_modules/@types/node/events.d.ts",
2083
- "../node_modules/@types/node/fs.d.ts",
2084
- "../node_modules/@types/node/net.d.ts",
2085
- "../node_modules/@types/node/process.d.ts",
2086
- "../node_modules/@types/node/stream.d.ts",
2087
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2088
- "../node_modules/@types/node/ts3.2/process.d.ts",
2089
- "../node_modules/@types/node/ts3.2/util.d.ts",
2090
- "../node_modules/@types/node/util.d.ts"
2091
- ],
2092
- "../node_modules/@types/node/cluster.d.ts": [
2093
- "../node_modules/@types/node/child_process.d.ts",
2094
- "../node_modules/@types/node/events.d.ts",
2095
- "../node_modules/@types/node/fs.d.ts",
2096
- "../node_modules/@types/node/net.d.ts",
2097
- "../node_modules/@types/node/process.d.ts",
2098
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2099
- "../node_modules/@types/node/ts3.2/process.d.ts",
2100
- "../node_modules/@types/node/ts3.2/util.d.ts",
2101
- "../node_modules/@types/node/util.d.ts"
2102
- ],
2103
- "../node_modules/@types/node/console.d.ts": [
2104
- "../node_modules/@types/node/fs.d.ts",
2105
- "../node_modules/@types/node/process.d.ts",
2106
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2107
- "../node_modules/@types/node/ts3.2/process.d.ts",
2108
- "../node_modules/@types/node/ts3.2/util.d.ts",
2109
- "../node_modules/@types/node/util.d.ts"
2110
- ],
2111
- "../node_modules/@types/node/constants.d.ts": [
2112
- "../node_modules/@types/node/crypto.d.ts",
2113
- "../node_modules/@types/node/fs.d.ts",
2114
- "../node_modules/@types/node/os.d.ts",
2115
- "../node_modules/@types/node/process.d.ts",
2116
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2117
- "../node_modules/@types/node/ts3.2/process.d.ts",
2118
- "../node_modules/@types/node/ts3.2/util.d.ts",
2119
- "../node_modules/@types/node/util.d.ts"
2120
- ],
2121
- "../node_modules/@types/node/crypto.d.ts": [
2122
- "../node_modules/@types/node/fs.d.ts",
2123
- "../node_modules/@types/node/process.d.ts",
2124
- "../node_modules/@types/node/stream.d.ts",
2125
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2126
- "../node_modules/@types/node/ts3.2/process.d.ts",
2127
- "../node_modules/@types/node/ts3.2/util.d.ts",
2128
- "../node_modules/@types/node/util.d.ts"
2129
- ],
2130
- "../node_modules/@types/node/dgram.d.ts": [
2131
- "../node_modules/@types/node/dns.d.ts",
2132
- "../node_modules/@types/node/events.d.ts",
2133
- "../node_modules/@types/node/fs.d.ts",
2134
- "../node_modules/@types/node/net.d.ts",
2135
- "../node_modules/@types/node/process.d.ts",
2136
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2137
- "../node_modules/@types/node/ts3.2/process.d.ts",
2138
- "../node_modules/@types/node/ts3.2/util.d.ts",
2139
- "../node_modules/@types/node/util.d.ts"
2140
- ],
2141
- "../node_modules/@types/node/dns.d.ts": [
2142
- "../node_modules/@types/node/fs.d.ts",
2143
- "../node_modules/@types/node/process.d.ts",
2144
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2145
- "../node_modules/@types/node/ts3.2/process.d.ts",
2146
- "../node_modules/@types/node/ts3.2/util.d.ts",
2147
- "../node_modules/@types/node/util.d.ts"
2148
- ],
2149
- "../node_modules/@types/node/domain.d.ts": [
2150
- "../node_modules/@types/node/events.d.ts",
2151
- "../node_modules/@types/node/fs.d.ts",
2152
- "../node_modules/@types/node/process.d.ts",
2153
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2154
- "../node_modules/@types/node/ts3.2/process.d.ts",
2155
- "../node_modules/@types/node/ts3.2/util.d.ts",
2156
- "../node_modules/@types/node/util.d.ts"
2157
- ],
2158
- "../node_modules/@types/node/events.d.ts": [
2159
- "../node_modules/@types/node/fs.d.ts",
2160
- "../node_modules/@types/node/process.d.ts",
2161
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2162
- "../node_modules/@types/node/ts3.2/process.d.ts",
2163
- "../node_modules/@types/node/ts3.2/util.d.ts",
2164
- "../node_modules/@types/node/util.d.ts"
2165
- ],
2166
- "../node_modules/@types/node/fs.d.ts": [
2167
- "../node_modules/@types/node/events.d.ts",
2168
- "../node_modules/@types/node/fs/promises.d.ts",
2169
- "../node_modules/@types/node/process.d.ts",
2170
- "../node_modules/@types/node/stream.d.ts",
2171
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2172
- "../node_modules/@types/node/ts3.2/process.d.ts",
2173
- "../node_modules/@types/node/ts3.2/util.d.ts",
2174
- "../node_modules/@types/node/url.d.ts",
2175
- "../node_modules/@types/node/util.d.ts"
2176
- ],
2177
- "../node_modules/@types/node/fs/promises.d.ts": [
2178
- "../node_modules/@types/node/fs.d.ts",
2179
- "../node_modules/@types/node/process.d.ts",
2180
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2181
- "../node_modules/@types/node/ts3.2/process.d.ts",
2182
- "../node_modules/@types/node/ts3.2/util.d.ts",
2183
- "../node_modules/@types/node/util.d.ts"
2184
- ],
2185
- "../node_modules/@types/node/globals.d.ts": [
2186
- "../node_modules/@types/node/fs.d.ts",
2187
- "../node_modules/@types/node/process.d.ts",
2188
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2189
- "../node_modules/@types/node/ts3.2/process.d.ts",
2190
- "../node_modules/@types/node/ts3.2/util.d.ts",
2191
- "../node_modules/@types/node/util.d.ts"
2192
- ],
2193
- "../node_modules/@types/node/http.d.ts": [
2194
- "../node_modules/@types/node/fs.d.ts",
2195
- "../node_modules/@types/node/net.d.ts",
2196
- "../node_modules/@types/node/process.d.ts",
2197
- "../node_modules/@types/node/stream.d.ts",
2198
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2199
- "../node_modules/@types/node/ts3.2/process.d.ts",
2200
- "../node_modules/@types/node/ts3.2/util.d.ts",
2201
- "../node_modules/@types/node/url.d.ts",
2202
- "../node_modules/@types/node/util.d.ts"
2203
- ],
2204
- "../node_modules/@types/node/http2.d.ts": [
2205
- "../node_modules/@types/node/events.d.ts",
2206
- "../node_modules/@types/node/fs.d.ts",
2207
- "../node_modules/@types/node/http.d.ts",
2208
- "../node_modules/@types/node/net.d.ts",
2209
- "../node_modules/@types/node/process.d.ts",
2210
- "../node_modules/@types/node/stream.d.ts",
2211
- "../node_modules/@types/node/tls.d.ts",
2212
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2213
- "../node_modules/@types/node/ts3.2/process.d.ts",
2214
- "../node_modules/@types/node/ts3.2/util.d.ts",
2215
- "../node_modules/@types/node/url.d.ts",
2216
- "../node_modules/@types/node/util.d.ts"
2217
- ],
2218
- "../node_modules/@types/node/https.d.ts": [
2219
- "../node_modules/@types/node/events.d.ts",
2220
- "../node_modules/@types/node/fs.d.ts",
2221
- "../node_modules/@types/node/http.d.ts",
2222
- "../node_modules/@types/node/process.d.ts",
2223
- "../node_modules/@types/node/tls.d.ts",
2224
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2225
- "../node_modules/@types/node/ts3.2/process.d.ts",
2226
- "../node_modules/@types/node/ts3.2/util.d.ts",
2227
- "../node_modules/@types/node/url.d.ts",
2228
- "../node_modules/@types/node/util.d.ts"
2229
- ],
2230
- "../node_modules/@types/node/inspector.d.ts": [
2231
- "../node_modules/@types/node/events.d.ts",
2232
- "../node_modules/@types/node/fs.d.ts",
2233
- "../node_modules/@types/node/process.d.ts",
2234
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2235
- "../node_modules/@types/node/ts3.2/process.d.ts",
2236
- "../node_modules/@types/node/ts3.2/util.d.ts",
2237
- "../node_modules/@types/node/util.d.ts"
2238
- ],
2239
- "../node_modules/@types/node/module.d.ts": [
2240
- "../node_modules/@types/node/fs.d.ts",
2241
- "../node_modules/@types/node/process.d.ts",
2242
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2243
- "../node_modules/@types/node/ts3.2/process.d.ts",
2244
- "../node_modules/@types/node/ts3.2/util.d.ts",
2245
- "../node_modules/@types/node/url.d.ts",
2246
- "../node_modules/@types/node/util.d.ts"
2247
- ],
2248
- "../node_modules/@types/node/net.d.ts": [
2249
- "../node_modules/@types/node/dns.d.ts",
2250
- "../node_modules/@types/node/events.d.ts",
2251
- "../node_modules/@types/node/fs.d.ts",
2252
- "../node_modules/@types/node/process.d.ts",
2253
- "../node_modules/@types/node/stream.d.ts",
2254
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2255
- "../node_modules/@types/node/ts3.2/process.d.ts",
2256
- "../node_modules/@types/node/ts3.2/util.d.ts",
2257
- "../node_modules/@types/node/util.d.ts"
2258
- ],
2259
- "../node_modules/@types/node/os.d.ts": [
2260
- "../node_modules/@types/node/fs.d.ts",
2261
- "../node_modules/@types/node/process.d.ts",
2262
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2263
- "../node_modules/@types/node/ts3.2/process.d.ts",
2264
- "../node_modules/@types/node/ts3.2/util.d.ts",
2265
- "../node_modules/@types/node/util.d.ts"
2266
- ],
2267
- "../node_modules/@types/node/path.d.ts": [
2268
- "../node_modules/@types/node/fs.d.ts",
2269
- "../node_modules/@types/node/process.d.ts",
2270
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2271
- "../node_modules/@types/node/ts3.2/process.d.ts",
2272
- "../node_modules/@types/node/ts3.2/util.d.ts",
2273
- "../node_modules/@types/node/util.d.ts"
2274
- ],
2275
- "../node_modules/@types/node/perf_hooks.d.ts": [
2276
- "../node_modules/@types/node/async_hooks.d.ts",
2277
- "../node_modules/@types/node/fs.d.ts",
2278
- "../node_modules/@types/node/process.d.ts",
2279
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2280
- "../node_modules/@types/node/ts3.2/process.d.ts",
2281
- "../node_modules/@types/node/ts3.2/util.d.ts",
2282
- "../node_modules/@types/node/util.d.ts"
2283
- ],
2284
- "../node_modules/@types/node/process.d.ts": [
2285
- "../node_modules/@types/node/fs.d.ts",
2286
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2287
- "../node_modules/@types/node/ts3.2/process.d.ts",
2288
- "../node_modules/@types/node/ts3.2/util.d.ts",
2289
- "../node_modules/@types/node/tty.d.ts",
2290
- "../node_modules/@types/node/util.d.ts"
2291
- ],
2292
- "../node_modules/@types/node/punycode.d.ts": [
2293
- "../node_modules/@types/node/fs.d.ts",
2294
- "../node_modules/@types/node/process.d.ts",
2295
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2296
- "../node_modules/@types/node/ts3.2/process.d.ts",
2297
- "../node_modules/@types/node/ts3.2/util.d.ts",
2298
- "../node_modules/@types/node/util.d.ts"
2299
- ],
2300
- "../node_modules/@types/node/querystring.d.ts": [
2301
- "../node_modules/@types/node/fs.d.ts",
2302
- "../node_modules/@types/node/process.d.ts",
2303
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2304
- "../node_modules/@types/node/ts3.2/process.d.ts",
2305
- "../node_modules/@types/node/ts3.2/util.d.ts",
2306
- "../node_modules/@types/node/util.d.ts"
2307
- ],
2308
- "../node_modules/@types/node/readline.d.ts": [
2309
- "../node_modules/@types/node/events.d.ts",
2310
- "../node_modules/@types/node/fs.d.ts",
2311
- "../node_modules/@types/node/process.d.ts",
2312
- "../node_modules/@types/node/stream.d.ts",
2313
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2314
- "../node_modules/@types/node/ts3.2/process.d.ts",
2315
- "../node_modules/@types/node/ts3.2/util.d.ts",
2316
- "../node_modules/@types/node/util.d.ts"
2317
- ],
2318
- "../node_modules/@types/node/repl.d.ts": [
2319
- "../node_modules/@types/node/fs.d.ts",
2320
- "../node_modules/@types/node/process.d.ts",
2321
- "../node_modules/@types/node/readline.d.ts",
2322
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2323
- "../node_modules/@types/node/ts3.2/process.d.ts",
2324
- "../node_modules/@types/node/ts3.2/util.d.ts",
2325
- "../node_modules/@types/node/util.d.ts",
2326
- "../node_modules/@types/node/vm.d.ts"
2327
- ],
2328
- "../node_modules/@types/node/stream.d.ts": [
2329
- "../node_modules/@types/node/events.d.ts",
2330
- "../node_modules/@types/node/fs.d.ts",
2331
- "../node_modules/@types/node/process.d.ts",
2332
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2333
- "../node_modules/@types/node/ts3.2/process.d.ts",
2334
- "../node_modules/@types/node/ts3.2/util.d.ts",
2335
- "../node_modules/@types/node/util.d.ts"
2336
- ],
2337
- "../node_modules/@types/node/string_decoder.d.ts": [
2338
- "../node_modules/@types/node/fs.d.ts",
2339
- "../node_modules/@types/node/process.d.ts",
2340
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2341
- "../node_modules/@types/node/ts3.2/process.d.ts",
2342
- "../node_modules/@types/node/ts3.2/util.d.ts",
2343
- "../node_modules/@types/node/util.d.ts"
2344
- ],
2345
- "../node_modules/@types/node/timers.d.ts": [
2346
- "../node_modules/@types/node/fs.d.ts",
2347
- "../node_modules/@types/node/process.d.ts",
2348
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2349
- "../node_modules/@types/node/ts3.2/process.d.ts",
2350
- "../node_modules/@types/node/ts3.2/util.d.ts",
2351
- "../node_modules/@types/node/util.d.ts"
2352
- ],
2353
- "../node_modules/@types/node/tls.d.ts": [
2354
- "../node_modules/@types/node/crypto.d.ts",
2355
- "../node_modules/@types/node/dns.d.ts",
2356
- "../node_modules/@types/node/fs.d.ts",
2357
- "../node_modules/@types/node/net.d.ts",
2358
- "../node_modules/@types/node/process.d.ts",
2359
- "../node_modules/@types/node/stream.d.ts",
2360
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2361
- "../node_modules/@types/node/ts3.2/process.d.ts",
2362
- "../node_modules/@types/node/ts3.2/util.d.ts",
2363
- "../node_modules/@types/node/util.d.ts"
2364
- ],
2365
- "../node_modules/@types/node/trace_events.d.ts": [
2366
- "../node_modules/@types/node/fs.d.ts",
2367
- "../node_modules/@types/node/process.d.ts",
2368
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2369
- "../node_modules/@types/node/ts3.2/process.d.ts",
2370
- "../node_modules/@types/node/ts3.2/util.d.ts",
2371
- "../node_modules/@types/node/util.d.ts"
2372
- ],
2373
- "../node_modules/@types/node/ts3.2/base.d.ts": [
2374
- "../node_modules/@types/node/base.d.ts",
2375
- "../node_modules/@types/node/fs.d.ts",
2376
- "../node_modules/@types/node/process.d.ts",
2377
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2378
- "../node_modules/@types/node/ts3.2/globals.d.ts",
2379
- "../node_modules/@types/node/ts3.2/process.d.ts",
2380
- "../node_modules/@types/node/ts3.2/util.d.ts",
2381
- "../node_modules/@types/node/util.d.ts"
2382
- ],
2383
- "../node_modules/@types/node/ts3.2/fs.d.ts": [
2384
- "../node_modules/@types/node/fs.d.ts",
2385
- "../node_modules/@types/node/process.d.ts",
2386
- "../node_modules/@types/node/ts3.2/process.d.ts",
2387
- "../node_modules/@types/node/ts3.2/util.d.ts",
2388
- "../node_modules/@types/node/util.d.ts"
2389
- ],
2390
- "../node_modules/@types/node/ts3.2/globals.d.ts": [
2391
- "../node_modules/@types/node/fs.d.ts",
2392
- "../node_modules/@types/node/globals.d.ts",
2393
- "../node_modules/@types/node/process.d.ts",
2394
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2395
- "../node_modules/@types/node/ts3.2/process.d.ts",
2396
- "../node_modules/@types/node/ts3.2/util.d.ts",
2397
- "../node_modules/@types/node/util.d.ts"
2398
- ],
2399
- "../node_modules/@types/node/ts3.2/process.d.ts": [
2400
- "../node_modules/@types/node/fs.d.ts",
2401
- "../node_modules/@types/node/process.d.ts",
2402
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2403
- "../node_modules/@types/node/ts3.2/util.d.ts",
2404
- "../node_modules/@types/node/util.d.ts"
2405
- ],
2406
- "../node_modules/@types/node/ts3.2/util.d.ts": [
2407
- "../node_modules/@types/node/fs.d.ts",
2408
- "../node_modules/@types/node/process.d.ts",
2409
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2410
- "../node_modules/@types/node/ts3.2/process.d.ts",
2411
- "../node_modules/@types/node/util.d.ts"
2412
- ],
2413
- "../node_modules/@types/node/ts3.5/base.d.ts": [
2414
- "../node_modules/@types/node/fs.d.ts",
2415
- "../node_modules/@types/node/process.d.ts",
2416
- "../node_modules/@types/node/ts3.2/base.d.ts",
2417
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2418
- "../node_modules/@types/node/ts3.2/process.d.ts",
2419
- "../node_modules/@types/node/ts3.2/util.d.ts",
2420
- "../node_modules/@types/node/ts3.5/globals.global.d.ts",
2421
- "../node_modules/@types/node/ts3.5/wasi.d.ts",
2422
- "../node_modules/@types/node/util.d.ts"
2423
- ],
2424
- "../node_modules/@types/node/ts3.5/globals.global.d.ts": [
2425
- "../node_modules/@types/node/fs.d.ts",
2426
- "../node_modules/@types/node/process.d.ts",
2427
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2428
- "../node_modules/@types/node/ts3.2/process.d.ts",
2429
- "../node_modules/@types/node/ts3.2/util.d.ts",
2430
- "../node_modules/@types/node/util.d.ts"
2431
- ],
2432
- "../node_modules/@types/node/ts3.5/wasi.d.ts": [
2433
- "../node_modules/@types/node/fs.d.ts",
2434
- "../node_modules/@types/node/process.d.ts",
2435
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2436
- "../node_modules/@types/node/ts3.2/process.d.ts",
2437
- "../node_modules/@types/node/ts3.2/util.d.ts",
2438
- "../node_modules/@types/node/util.d.ts"
2439
- ],
2440
- "../node_modules/@types/node/ts3.7/assert.d.ts": [
2441
- "../node_modules/@types/node/fs.d.ts",
2442
- "../node_modules/@types/node/process.d.ts",
2443
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2444
- "../node_modules/@types/node/ts3.2/process.d.ts",
2445
- "../node_modules/@types/node/ts3.2/util.d.ts",
2446
- "../node_modules/@types/node/util.d.ts"
2447
- ],
2448
- "../node_modules/@types/node/ts3.7/base.d.ts": [
2449
- "../node_modules/@types/node/fs.d.ts",
2450
- "../node_modules/@types/node/process.d.ts",
2451
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2452
- "../node_modules/@types/node/ts3.2/process.d.ts",
2453
- "../node_modules/@types/node/ts3.2/util.d.ts",
2454
- "../node_modules/@types/node/ts3.5/base.d.ts",
2455
- "../node_modules/@types/node/ts3.7/assert.d.ts",
2456
- "../node_modules/@types/node/util.d.ts"
2457
- ],
2458
- "../node_modules/@types/node/ts3.7/index.d.ts": [
2459
- "../node_modules/@types/node/fs.d.ts",
2460
- "../node_modules/@types/node/process.d.ts",
2461
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2462
- "../node_modules/@types/node/ts3.2/process.d.ts",
2463
- "../node_modules/@types/node/ts3.2/util.d.ts",
2464
- "../node_modules/@types/node/ts3.7/base.d.ts",
2465
- "../node_modules/@types/node/util.d.ts"
2466
- ],
2467
- "../node_modules/@types/node/tty.d.ts": [
2468
- "../node_modules/@types/node/fs.d.ts",
2469
- "../node_modules/@types/node/net.d.ts",
2470
- "../node_modules/@types/node/process.d.ts",
2471
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2472
- "../node_modules/@types/node/ts3.2/process.d.ts",
2473
- "../node_modules/@types/node/ts3.2/util.d.ts",
2474
- "../node_modules/@types/node/util.d.ts"
2475
- ],
2476
- "../node_modules/@types/node/url.d.ts": [
2477
- "../node_modules/@types/node/fs.d.ts",
2478
- "../node_modules/@types/node/process.d.ts",
2479
- "../node_modules/@types/node/querystring.d.ts",
2480
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2481
- "../node_modules/@types/node/ts3.2/process.d.ts",
2482
- "../node_modules/@types/node/ts3.2/util.d.ts",
2483
- "../node_modules/@types/node/util.d.ts"
2484
- ],
2485
- "../node_modules/@types/node/util.d.ts": [
2486
- "../node_modules/@types/node/fs.d.ts",
2487
- "../node_modules/@types/node/process.d.ts",
2488
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2489
- "../node_modules/@types/node/ts3.2/process.d.ts",
2490
- "../node_modules/@types/node/ts3.2/util.d.ts"
2491
- ],
2492
- "../node_modules/@types/node/v8.d.ts": [
2493
- "../node_modules/@types/node/fs.d.ts",
2494
- "../node_modules/@types/node/process.d.ts",
2495
- "../node_modules/@types/node/stream.d.ts",
2496
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2497
- "../node_modules/@types/node/ts3.2/process.d.ts",
2498
- "../node_modules/@types/node/ts3.2/util.d.ts",
2499
- "../node_modules/@types/node/util.d.ts"
2500
- ],
2501
- "../node_modules/@types/node/vm.d.ts": [
2502
- "../node_modules/@types/node/fs.d.ts",
2503
- "../node_modules/@types/node/process.d.ts",
2504
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2505
- "../node_modules/@types/node/ts3.2/process.d.ts",
2506
- "../node_modules/@types/node/ts3.2/util.d.ts",
2507
- "../node_modules/@types/node/util.d.ts"
2508
- ],
2509
- "../node_modules/@types/node/worker_threads.d.ts": [
2510
- "../node_modules/@types/node/events.d.ts",
2511
- "../node_modules/@types/node/fs.d.ts",
2512
- "../node_modules/@types/node/process.d.ts",
2513
- "../node_modules/@types/node/stream.d.ts",
2514
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2515
- "../node_modules/@types/node/ts3.2/process.d.ts",
2516
- "../node_modules/@types/node/ts3.2/util.d.ts",
2517
- "../node_modules/@types/node/url.d.ts",
2518
- "../node_modules/@types/node/util.d.ts",
2519
- "../node_modules/@types/node/vm.d.ts"
2520
- ],
2521
- "../node_modules/@types/node/zlib.d.ts": [
2522
- "../node_modules/@types/node/fs.d.ts",
2523
- "../node_modules/@types/node/process.d.ts",
2524
- "../node_modules/@types/node/stream.d.ts",
2525
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2526
- "../node_modules/@types/node/ts3.2/process.d.ts",
2527
- "../node_modules/@types/node/ts3.2/util.d.ts",
2528
- "../node_modules/@types/node/util.d.ts"
2529
- ],
2530
- "../node_modules/tslib/tslib.d.ts": [
2531
- "../node_modules/@types/node/fs.d.ts",
2532
- "../node_modules/@types/node/process.d.ts",
2533
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2534
- "../node_modules/@types/node/ts3.2/process.d.ts",
2535
- "../node_modules/@types/node/ts3.2/util.d.ts",
2536
- "../node_modules/@types/node/util.d.ts"
2537
- ],
2538
- "../node_modules/typescript/lib/lib.dom.d.ts": [
2539
- "../node_modules/@types/node/fs.d.ts",
2540
- "../node_modules/@types/node/process.d.ts",
2541
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2542
- "../node_modules/@types/node/ts3.2/process.d.ts",
2543
- "../node_modules/@types/node/ts3.2/util.d.ts",
2544
- "../node_modules/@types/node/util.d.ts"
2545
- ],
2546
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
2547
- "../node_modules/@types/node/fs.d.ts",
2548
- "../node_modules/@types/node/process.d.ts",
2549
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2550
- "../node_modules/@types/node/ts3.2/process.d.ts",
2551
- "../node_modules/@types/node/ts3.2/util.d.ts",
2552
- "../node_modules/@types/node/util.d.ts"
2553
- ],
2554
- "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
2555
- "../node_modules/@types/node/fs.d.ts",
2556
- "../node_modules/@types/node/process.d.ts",
2557
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2558
- "../node_modules/@types/node/ts3.2/process.d.ts",
2559
- "../node_modules/@types/node/ts3.2/util.d.ts",
2560
- "../node_modules/@types/node/util.d.ts"
2561
- ],
2562
- "../node_modules/typescript/lib/lib.es2015.d.ts": [
2563
- "../node_modules/@types/node/fs.d.ts",
2564
- "../node_modules/@types/node/process.d.ts",
2565
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2566
- "../node_modules/@types/node/ts3.2/process.d.ts",
2567
- "../node_modules/@types/node/ts3.2/util.d.ts",
2568
- "../node_modules/@types/node/util.d.ts"
2569
- ],
2570
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
2571
- "../node_modules/@types/node/fs.d.ts",
2572
- "../node_modules/@types/node/process.d.ts",
2573
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2574
- "../node_modules/@types/node/ts3.2/process.d.ts",
2575
- "../node_modules/@types/node/ts3.2/util.d.ts",
2576
- "../node_modules/@types/node/util.d.ts"
2577
- ],
2578
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
2579
- "../node_modules/@types/node/fs.d.ts",
2580
- "../node_modules/@types/node/process.d.ts",
2581
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2582
- "../node_modules/@types/node/ts3.2/process.d.ts",
2583
- "../node_modules/@types/node/ts3.2/util.d.ts",
2584
- "../node_modules/@types/node/util.d.ts"
2585
- ],
2586
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
2587
- "../node_modules/@types/node/fs.d.ts",
2588
- "../node_modules/@types/node/process.d.ts",
2589
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2590
- "../node_modules/@types/node/ts3.2/process.d.ts",
2591
- "../node_modules/@types/node/ts3.2/util.d.ts",
2592
- "../node_modules/@types/node/util.d.ts"
2593
- ],
2594
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
2595
- "../node_modules/@types/node/fs.d.ts",
2596
- "../node_modules/@types/node/process.d.ts",
2597
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2598
- "../node_modules/@types/node/ts3.2/process.d.ts",
2599
- "../node_modules/@types/node/ts3.2/util.d.ts",
2600
- "../node_modules/@types/node/util.d.ts"
2601
- ],
2602
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
2603
- "../node_modules/@types/node/fs.d.ts",
2604
- "../node_modules/@types/node/process.d.ts",
2605
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2606
- "../node_modules/@types/node/ts3.2/process.d.ts",
2607
- "../node_modules/@types/node/ts3.2/util.d.ts",
2608
- "../node_modules/@types/node/util.d.ts"
2609
- ],
2610
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
2611
- "../node_modules/@types/node/fs.d.ts",
2612
- "../node_modules/@types/node/process.d.ts",
2613
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2614
- "../node_modules/@types/node/ts3.2/process.d.ts",
2615
- "../node_modules/@types/node/ts3.2/util.d.ts",
2616
- "../node_modules/@types/node/util.d.ts"
2617
- ],
2618
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
2619
- "../node_modules/@types/node/fs.d.ts",
2620
- "../node_modules/@types/node/process.d.ts",
2621
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2622
- "../node_modules/@types/node/ts3.2/process.d.ts",
2623
- "../node_modules/@types/node/ts3.2/util.d.ts",
2624
- "../node_modules/@types/node/util.d.ts"
2625
- ],
2626
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
2627
- "../node_modules/@types/node/fs.d.ts",
2628
- "../node_modules/@types/node/process.d.ts",
2629
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2630
- "../node_modules/@types/node/ts3.2/process.d.ts",
2631
- "../node_modules/@types/node/ts3.2/util.d.ts",
2632
- "../node_modules/@types/node/util.d.ts"
2633
- ],
2634
- "../node_modules/typescript/lib/lib.es2016.d.ts": [
2635
- "../node_modules/@types/node/fs.d.ts",
2636
- "../node_modules/@types/node/process.d.ts",
2637
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2638
- "../node_modules/@types/node/ts3.2/process.d.ts",
2639
- "../node_modules/@types/node/ts3.2/util.d.ts",
2640
- "../node_modules/@types/node/util.d.ts"
2641
- ],
2642
- "../node_modules/typescript/lib/lib.es2017.d.ts": [
2643
- "../node_modules/@types/node/fs.d.ts",
2644
- "../node_modules/@types/node/process.d.ts",
2645
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2646
- "../node_modules/@types/node/ts3.2/process.d.ts",
2647
- "../node_modules/@types/node/ts3.2/util.d.ts",
2648
- "../node_modules/@types/node/util.d.ts"
2649
- ],
2650
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
2651
- "../node_modules/@types/node/fs.d.ts",
2652
- "../node_modules/@types/node/process.d.ts",
2653
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2654
- "../node_modules/@types/node/ts3.2/process.d.ts",
2655
- "../node_modules/@types/node/ts3.2/util.d.ts",
2656
- "../node_modules/@types/node/util.d.ts"
2657
- ],
2658
- "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
2659
- "../node_modules/@types/node/fs.d.ts",
2660
- "../node_modules/@types/node/process.d.ts",
2661
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2662
- "../node_modules/@types/node/ts3.2/process.d.ts",
2663
- "../node_modules/@types/node/ts3.2/util.d.ts",
2664
- "../node_modules/@types/node/util.d.ts"
2665
- ],
2666
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
2667
- "../node_modules/@types/node/fs.d.ts",
2668
- "../node_modules/@types/node/process.d.ts",
2669
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2670
- "../node_modules/@types/node/ts3.2/process.d.ts",
2671
- "../node_modules/@types/node/ts3.2/util.d.ts",
2672
- "../node_modules/@types/node/util.d.ts"
2673
- ],
2674
- "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
2675
- "../node_modules/@types/node/fs.d.ts",
2676
- "../node_modules/@types/node/process.d.ts",
2677
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2678
- "../node_modules/@types/node/ts3.2/process.d.ts",
2679
- "../node_modules/@types/node/ts3.2/util.d.ts",
2680
- "../node_modules/@types/node/util.d.ts"
2681
- ],
2682
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
2683
- "../node_modules/@types/node/fs.d.ts",
2684
- "../node_modules/@types/node/process.d.ts",
2685
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2686
- "../node_modules/@types/node/ts3.2/process.d.ts",
2687
- "../node_modules/@types/node/ts3.2/util.d.ts",
2688
- "../node_modules/@types/node/util.d.ts"
2689
- ],
2690
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
2691
- "../node_modules/@types/node/fs.d.ts",
2692
- "../node_modules/@types/node/process.d.ts",
2693
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2694
- "../node_modules/@types/node/ts3.2/process.d.ts",
2695
- "../node_modules/@types/node/ts3.2/util.d.ts",
2696
- "../node_modules/@types/node/util.d.ts"
2697
- ],
2698
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
2699
- "../node_modules/@types/node/fs.d.ts",
2700
- "../node_modules/@types/node/process.d.ts",
2701
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2702
- "../node_modules/@types/node/ts3.2/process.d.ts",
2703
- "../node_modules/@types/node/ts3.2/util.d.ts",
2704
- "../node_modules/@types/node/util.d.ts"
2705
- ],
2706
- "../node_modules/typescript/lib/lib.es2018.d.ts": [
2707
- "../node_modules/@types/node/fs.d.ts",
2708
- "../node_modules/@types/node/process.d.ts",
2709
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2710
- "../node_modules/@types/node/ts3.2/process.d.ts",
2711
- "../node_modules/@types/node/ts3.2/util.d.ts",
2712
- "../node_modules/@types/node/util.d.ts"
2713
- ],
2714
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
2715
- "../node_modules/@types/node/fs.d.ts",
2716
- "../node_modules/@types/node/process.d.ts",
2717
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2718
- "../node_modules/@types/node/ts3.2/process.d.ts",
2719
- "../node_modules/@types/node/ts3.2/util.d.ts",
2720
- "../node_modules/@types/node/util.d.ts"
2721
- ],
2722
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
2723
- "../node_modules/@types/node/fs.d.ts",
2724
- "../node_modules/@types/node/process.d.ts",
2725
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2726
- "../node_modules/@types/node/ts3.2/process.d.ts",
2727
- "../node_modules/@types/node/ts3.2/util.d.ts",
2728
- "../node_modules/@types/node/util.d.ts"
2729
- ],
2730
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
2731
- "../node_modules/@types/node/fs.d.ts",
2732
- "../node_modules/@types/node/process.d.ts",
2733
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2734
- "../node_modules/@types/node/ts3.2/process.d.ts",
2735
- "../node_modules/@types/node/ts3.2/util.d.ts",
2736
- "../node_modules/@types/node/util.d.ts"
2737
- ],
2738
- "../node_modules/typescript/lib/lib.es2019.array.d.ts": [
2739
- "../node_modules/@types/node/fs.d.ts",
2740
- "../node_modules/@types/node/process.d.ts",
2741
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2742
- "../node_modules/@types/node/ts3.2/process.d.ts",
2743
- "../node_modules/@types/node/ts3.2/util.d.ts",
2744
- "../node_modules/@types/node/util.d.ts"
2745
- ],
2746
- "../node_modules/typescript/lib/lib.es2019.d.ts": [
2747
- "../node_modules/@types/node/fs.d.ts",
2748
- "../node_modules/@types/node/process.d.ts",
2749
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2750
- "../node_modules/@types/node/ts3.2/process.d.ts",
2751
- "../node_modules/@types/node/ts3.2/util.d.ts",
2752
- "../node_modules/@types/node/util.d.ts"
2753
- ],
2754
- "../node_modules/typescript/lib/lib.es2019.object.d.ts": [
2755
- "../node_modules/@types/node/fs.d.ts",
2756
- "../node_modules/@types/node/process.d.ts",
2757
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2758
- "../node_modules/@types/node/ts3.2/process.d.ts",
2759
- "../node_modules/@types/node/ts3.2/util.d.ts",
2760
- "../node_modules/@types/node/util.d.ts"
2761
- ],
2762
- "../node_modules/typescript/lib/lib.es2019.string.d.ts": [
2763
- "../node_modules/@types/node/fs.d.ts",
2764
- "../node_modules/@types/node/process.d.ts",
2765
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2766
- "../node_modules/@types/node/ts3.2/process.d.ts",
2767
- "../node_modules/@types/node/ts3.2/util.d.ts",
2768
- "../node_modules/@types/node/util.d.ts"
2769
- ],
2770
- "../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
2771
- "../node_modules/@types/node/fs.d.ts",
2772
- "../node_modules/@types/node/process.d.ts",
2773
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2774
- "../node_modules/@types/node/ts3.2/process.d.ts",
2775
- "../node_modules/@types/node/ts3.2/util.d.ts",
2776
- "../node_modules/@types/node/util.d.ts"
2777
- ],
2778
- "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
2779
- "../node_modules/@types/node/fs.d.ts",
2780
- "../node_modules/@types/node/process.d.ts",
2781
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2782
- "../node_modules/@types/node/ts3.2/process.d.ts",
2783
- "../node_modules/@types/node/ts3.2/util.d.ts",
2784
- "../node_modules/@types/node/util.d.ts"
2785
- ],
2786
- "../node_modules/typescript/lib/lib.es2020.d.ts": [
2787
- "../node_modules/@types/node/fs.d.ts",
2788
- "../node_modules/@types/node/process.d.ts",
2789
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2790
- "../node_modules/@types/node/ts3.2/process.d.ts",
2791
- "../node_modules/@types/node/ts3.2/util.d.ts",
2792
- "../node_modules/@types/node/util.d.ts"
2793
- ],
2794
- "../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
2795
- "../node_modules/@types/node/fs.d.ts",
2796
- "../node_modules/@types/node/process.d.ts",
2797
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2798
- "../node_modules/@types/node/ts3.2/process.d.ts",
2799
- "../node_modules/@types/node/ts3.2/util.d.ts",
2800
- "../node_modules/@types/node/util.d.ts"
2801
- ],
2802
- "../node_modules/typescript/lib/lib.es2020.string.d.ts": [
2803
- "../node_modules/@types/node/fs.d.ts",
2804
- "../node_modules/@types/node/process.d.ts",
2805
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2806
- "../node_modules/@types/node/ts3.2/process.d.ts",
2807
- "../node_modules/@types/node/ts3.2/util.d.ts",
2808
- "../node_modules/@types/node/util.d.ts"
2809
- ],
2810
- "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
2811
- "../node_modules/@types/node/fs.d.ts",
2812
- "../node_modules/@types/node/process.d.ts",
2813
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2814
- "../node_modules/@types/node/ts3.2/process.d.ts",
2815
- "../node_modules/@types/node/ts3.2/util.d.ts",
2816
- "../node_modules/@types/node/util.d.ts"
2817
- ],
2818
- "../node_modules/typescript/lib/lib.es5.d.ts": [
2819
- "../node_modules/@types/node/fs.d.ts",
2820
- "../node_modules/@types/node/process.d.ts",
2821
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2822
- "../node_modules/@types/node/ts3.2/process.d.ts",
2823
- "../node_modules/@types/node/ts3.2/util.d.ts",
2824
- "../node_modules/@types/node/util.d.ts"
2825
- ],
2826
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
2827
- "../node_modules/@types/node/fs.d.ts",
2828
- "../node_modules/@types/node/process.d.ts",
2829
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2830
- "../node_modules/@types/node/ts3.2/process.d.ts",
2831
- "../node_modules/@types/node/ts3.2/util.d.ts",
2832
- "../node_modules/@types/node/util.d.ts"
2833
- ],
2834
- "../src/_collections/_tools/dynamo-location.ts": [
2835
- "../src/_models/control-models/location-coordinates.ts"
2836
- ],
2837
- "../src/_collections/_tools/dynamo-log.ts": [
2838
- "../src/_enums/log-style.enum.ts"
2839
- ],
2840
- "../src/_collections/_tools/dynamo-random.ts": [
2841
- "../src/_models/control-models/random-weight.ts"
2842
- ],
2843
- "../src/_collections/_tools/dynamo-regions.ts": [
2844
- "../src/_enums/region.enum.ts",
2845
- "../src/_models/control-models/country-division.ts",
2846
- "../src/_models/control-models/country-iso.ts",
2847
- "../src/_models/control-models/country-phone-code.ts"
2848
- ],
2849
- "../src/_collections/index.ts": [
2850
- "../src/_collections/_tools/dynamo-location.ts",
2851
- "../src/_collections/_tools/dynamo-log.ts",
2852
- "../src/_collections/_tools/dynamo-random.ts",
2853
- "../src/_collections/_tools/dynamo-regions.ts",
2854
- "../src/_collections/_tools/dynamo-round-list.ts",
2855
- "../src/_collections/_tools/dynamo-shared.service.ts",
2856
- "../src/_collections/_tools/dynamo-time.ts",
2857
- "../src/_collections/_tools/dynamo-trigonometry.ts",
2858
- "../src/_collections/_tools/utilities.ts",
2859
- "../src/_collections/_tools/vector.ts"
2860
- ],
2861
- "../src/_constants/index.ts": [
2862
- "../src/_constants/module-settings/test-module-settings.ts",
2863
- "../src/_constants/module-settings/usage-module-settings.ts",
2864
- "../src/_constants/times.ts"
2865
- ],
2866
- "../src/_constants/module-settings/test-module-settings.ts": [
2867
- "../src/_models/control-models/dynamo-nts-module-settings.ts"
2868
- ],
2869
- "../src/_constants/module-settings/usage-module-settings.ts": [
2870
- "../src/_models/control-models/dynamo-nts-module-settings.ts"
2871
- ],
2872
- "../src/_enums/index.ts": [
2873
- "../src/_enums/data-model-type.enum.ts",
2874
- "../src/_enums/log-style.enum.ts"
2875
- ],
2876
- "../src/_models/control-models/country-iso.ts": [
2877
- "../src/_enums/region.enum.ts",
2878
- "../src/_enums/sub-region.enum.ts",
2879
- "../src/_models/control-models/country-division.ts"
2880
- ],
2881
- "../src/_models/control-models/division-region-data.ts": [
2882
- "../src/_models/control-models/country-iso.ts"
2883
- ],
2884
- "../src/_models/control-models/dynamo-daily-usage-data.ts": [
2885
- "../src/_models/data-models/dynamo-usage-session.ts"
2886
- ],
2887
- "../src/_models/control-models/dynamo-nts-data-params.ts": [
2888
- "../src/_enums/index.ts",
2889
- "../src/_models/control-models/dynamo-nts-data-property-params.ts"
2890
- ],
2891
- "../src/_models/control-models/dynamo-usage-data.ts": [
2892
- "../src/_models/control-models/dynamo-usage-action.ts"
2893
- ],
2894
- "../src/_models/data-models/dynamo-custom-data.ts": [
2895
- "../src/_models/control-models/dynamo-nts-data-params.ts",
2896
- "../src/_models/data-models/dynamo-metadata.ts"
2897
- ],
2898
- "../src/_models/data-models/dynamo-usage-session.ts": [
2899
- "../src/_models/control-models/dynamo-nts-data-params.ts",
2900
- "../src/_models/control-models/dynamo-usage-data.ts",
2901
- "../src/_models/control-models/geo-ip-location.ts",
2902
- "../src/_models/data-models/dynamo-metadata.ts"
2903
- ],
2904
- "../src/_models/index.ts": [
2905
- "../src/_models/control-models/country-iso.ts",
2906
- "../src/_models/control-models/country-phone-code.ts",
2907
- "../src/_models/control-models/division-collection.ts",
2908
- "../src/_models/control-models/division-region-data.ts",
2909
- "../src/_models/control-models/dynamo-daily-usage-data.ts",
2910
- "../src/_models/control-models/dynamo-error.ts",
2911
- "../src/_models/control-models/dynamo-nts-data-params.ts",
2912
- "../src/_models/control-models/dynamo-nts-data-property-params.ts",
2913
- "../src/_models/control-models/dynamo-nts-module-settings.ts",
2914
- "../src/_models/control-models/dynamo-poll.ts",
2915
- "../src/_models/control-models/dynamo-usage-action.ts",
2916
- "../src/_models/control-models/dynamo-usage-data.ts",
2917
- "../src/_models/control-models/geo-ip-location.ts",
2918
- "../src/_models/control-models/location-coordinates.ts",
2919
- "../src/_models/control-models/random-weight.ts",
2920
- "../src/_models/data-models/dynamo-custom-data.ts",
2921
- "../src/_models/data-models/dynamo-metadata.ts",
2922
- "../src/_models/data-models/dynamo-usage-session.ts"
2923
- ],
2924
- "../src/_modules/data-modules.index.ts": [
2925
- "../src/_enums/data-model-type.enum.ts",
2926
- "../src/_models/control-models/dynamo-error.ts",
2927
- "../src/_models/control-models/dynamo-nts-data-params.ts",
2928
- "../src/_models/control-models/dynamo-nts-data-property-params.ts",
2929
- "../src/_models/data-models/dynamo-metadata.ts"
2930
- ],
2931
- "../src/_modules/error-module.index.ts": [
2932
- "../src/_models/control-models/dynamo-error.ts"
2933
- ],
2934
- "../src/_modules/shared-service.index.ts": [
2935
- "../src/_collections/_tools/dynamo-shared.service.ts",
2936
- "../src/_constants/times.ts",
2937
- "../src/_enums/log-style.enum.ts",
2938
- "../src/_models/control-models/dynamo-error.ts",
2939
- "../src/_models/control-models/dynamo-poll.ts",
2940
- "../src/_models/control-models/geo-ip-location.ts",
2941
- "../src/_models/control-models/location-coordinates.ts"
2942
- ],
2943
- "../src/_modules/test-module.index.ts": [
2944
- "../src/_constants/module-settings/test-module-settings.ts",
2945
- "../src/_models/data-models/dynamo-custom-data.ts"
2946
- ],
2947
- "../src/_modules/usage-module.index.ts": [
2948
- "../src/_constants/module-settings/usage-module-settings.ts",
2949
- "../src/_models/control-models/dynamo-daily-usage-data.ts",
2950
- "../src/_models/control-models/dynamo-usage-action.ts",
2951
- "../src/_models/control-models/dynamo-usage-data.ts",
2952
- "../src/_models/data-models/dynamo-usage-session.ts"
2953
- ],
2954
- "../src/index.ts": [
2955
- "../src/_collections/index.ts",
2956
- "../src/_constants/index.ts",
2957
- "../src/_enums/index.ts",
2958
- "../src/_models/index.ts"
2959
- ]
2960
- },
2961
- "semanticDiagnosticsPerFile": [
2962
- "../node_modules/@types/node/async_hooks.d.ts",
2963
- "../node_modules/@types/node/base.d.ts",
2964
- "../node_modules/@types/node/buffer.d.ts",
2965
- "../node_modules/@types/node/child_process.d.ts",
2966
- "../node_modules/@types/node/cluster.d.ts",
2967
- "../node_modules/@types/node/console.d.ts",
2968
- "../node_modules/@types/node/constants.d.ts",
2969
- "../node_modules/@types/node/crypto.d.ts",
2970
- "../node_modules/@types/node/dgram.d.ts",
2971
- "../node_modules/@types/node/dns.d.ts",
2972
- "../node_modules/@types/node/domain.d.ts",
2973
- "../node_modules/@types/node/events.d.ts",
2974
- "../node_modules/@types/node/fs.d.ts",
2975
- "../node_modules/@types/node/fs/promises.d.ts",
2976
- "../node_modules/@types/node/globals.d.ts",
2977
- "../node_modules/@types/node/http.d.ts",
2978
- "../node_modules/@types/node/http2.d.ts",
2979
- "../node_modules/@types/node/https.d.ts",
2980
- "../node_modules/@types/node/inspector.d.ts",
2981
- "../node_modules/@types/node/module.d.ts",
2982
- "../node_modules/@types/node/net.d.ts",
2983
- "../node_modules/@types/node/os.d.ts",
2984
- "../node_modules/@types/node/path.d.ts",
2985
- "../node_modules/@types/node/perf_hooks.d.ts",
2986
- "../node_modules/@types/node/process.d.ts",
2987
- "../node_modules/@types/node/punycode.d.ts",
2988
- "../node_modules/@types/node/querystring.d.ts",
2989
- "../node_modules/@types/node/readline.d.ts",
2990
- "../node_modules/@types/node/repl.d.ts",
2991
- "../node_modules/@types/node/stream.d.ts",
2992
- "../node_modules/@types/node/string_decoder.d.ts",
2993
- "../node_modules/@types/node/timers.d.ts",
2994
- "../node_modules/@types/node/tls.d.ts",
2995
- "../node_modules/@types/node/trace_events.d.ts",
2996
- "../node_modules/@types/node/ts3.2/base.d.ts",
2997
- "../node_modules/@types/node/ts3.2/fs.d.ts",
2998
- "../node_modules/@types/node/ts3.2/globals.d.ts",
2999
- "../node_modules/@types/node/ts3.2/process.d.ts",
3000
- "../node_modules/@types/node/ts3.2/util.d.ts",
3001
- "../node_modules/@types/node/ts3.5/base.d.ts",
3002
- "../node_modules/@types/node/ts3.5/globals.global.d.ts",
3003
- "../node_modules/@types/node/ts3.5/wasi.d.ts",
3004
- "../node_modules/@types/node/ts3.7/assert.d.ts",
3005
- "../node_modules/@types/node/ts3.7/base.d.ts",
3006
- "../node_modules/@types/node/ts3.7/index.d.ts",
3007
- "../node_modules/@types/node/tty.d.ts",
3008
- "../node_modules/@types/node/url.d.ts",
3009
- "../node_modules/@types/node/util.d.ts",
3010
- "../node_modules/@types/node/v8.d.ts",
3011
- "../node_modules/@types/node/vm.d.ts",
3012
- "../node_modules/@types/node/worker_threads.d.ts",
3013
- "../node_modules/@types/node/zlib.d.ts",
3014
- "../node_modules/tslib/tslib.d.ts",
3015
- "../node_modules/typescript/lib/lib.dom.d.ts",
3016
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts",
3017
- "../node_modules/typescript/lib/lib.es2015.core.d.ts",
3018
- "../node_modules/typescript/lib/lib.es2015.d.ts",
3019
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts",
3020
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
3021
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts",
3022
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
3023
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
3024
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
3025
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3026
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
3027
- "../node_modules/typescript/lib/lib.es2016.d.ts",
3028
- "../node_modules/typescript/lib/lib.es2017.d.ts",
3029
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts",
3030
- "../node_modules/typescript/lib/lib.es2017.object.d.ts",
3031
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
3032
- "../node_modules/typescript/lib/lib.es2017.string.d.ts",
3033
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
3034
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
3035
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
3036
- "../node_modules/typescript/lib/lib.es2018.d.ts",
3037
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts",
3038
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts",
3039
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
3040
- "../node_modules/typescript/lib/lib.es2019.array.d.ts",
3041
- "../node_modules/typescript/lib/lib.es2019.d.ts",
3042
- "../node_modules/typescript/lib/lib.es2019.object.d.ts",
3043
- "../node_modules/typescript/lib/lib.es2019.string.d.ts",
3044
- "../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
3045
- "../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
3046
- "../node_modules/typescript/lib/lib.es2020.d.ts",
3047
- "../node_modules/typescript/lib/lib.es2020.promise.d.ts",
3048
- "../node_modules/typescript/lib/lib.es2020.string.d.ts",
3049
- "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
3050
- "../node_modules/typescript/lib/lib.es5.d.ts",
3051
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts",
3052
- "../src/_collections/_constants/country-codes-iso-3166.json",
3053
- "../src/_collections/_constants/country-divisions-iso-3166-all-list.json",
3054
- "../src/_collections/_constants/country-phone-codes.json",
3055
- "../src/_collections/_tools/dynamo-location.ts",
3056
- "../src/_collections/_tools/dynamo-log.ts",
3057
- "../src/_collections/_tools/dynamo-random.ts",
3058
- "../src/_collections/_tools/dynamo-regions.ts",
3059
- "../src/_collections/_tools/dynamo-round-list.ts",
3060
- "../src/_collections/_tools/dynamo-shared.service.ts",
3061
- "../src/_collections/_tools/dynamo-time.ts",
3062
- "../src/_collections/_tools/dynamo-trigonometry.ts",
3063
- "../src/_collections/_tools/utilities.ts",
3064
- "../src/_collections/_tools/vector.ts",
3065
- "../src/_collections/index.ts",
3066
- "../src/_constants/index.ts",
3067
- "../src/_constants/module-settings/test-module-settings.ts",
3068
- "../src/_constants/module-settings/usage-module-settings.ts",
3069
- "../src/_constants/times.ts",
3070
- "../src/_enums/data-model-type.enum.ts",
3071
- "../src/_enums/index.ts",
3072
- "../src/_enums/log-style.enum.ts",
3073
- "../src/_enums/region.enum.ts",
3074
- "../src/_enums/sub-region.enum.ts",
3075
- "../src/_models/control-models/country-division.ts",
3076
- "../src/_models/control-models/country-iso.ts",
3077
- "../src/_models/control-models/country-phone-code.ts",
3078
- "../src/_models/control-models/division-collection.ts",
3079
- "../src/_models/control-models/division-region-data.ts",
3080
- "../src/_models/control-models/dynamo-daily-usage-data.ts",
3081
- "../src/_models/control-models/dynamo-error.ts",
3082
- "../src/_models/control-models/dynamo-nts-data-params.ts",
3083
- "../src/_models/control-models/dynamo-nts-data-property-params.ts",
3084
- "../src/_models/control-models/dynamo-nts-module-settings.ts",
3085
- "../src/_models/control-models/dynamo-poll.ts",
3086
- "../src/_models/control-models/dynamo-usage-action.ts",
3087
- "../src/_models/control-models/dynamo-usage-data.ts",
3088
- "../src/_models/control-models/geo-ip-location.ts",
3089
- "../src/_models/control-models/location-coordinates.ts",
3090
- "../src/_models/control-models/random-weight.ts",
3091
- "../src/_models/data-models/dynamo-custom-data.ts",
3092
- "../src/_models/data-models/dynamo-metadata.ts",
3093
- "../src/_models/data-models/dynamo-usage-session.ts",
3094
- "../src/_models/index.ts",
3095
- "../src/_modules/data-modules.index.ts",
3096
- "../src/_modules/error-module.index.ts",
3097
- "../src/_modules/shared-service.index.ts",
3098
- "../src/_modules/test-module.index.ts",
3099
- "../src/_modules/usage-module.index.ts",
3100
- "../src/index.ts"
3101
- ]
3102
- },
3103
- "version": "3.9.10"
3104
- }