@futdevpro/fsm-dynamo 1.5.50 → 1.5.55

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 (523) hide show
  1. package/lib/_constants/index.d.ts +3 -0
  2. package/lib/_constants/index.d.ts.map +1 -0
  3. package/lib/_constants/index.js +8 -0
  4. package/lib/_constants/index.js.map +1 -0
  5. package/lib/_constants/location/country-codes-ISO-3166.json +3239 -0
  6. package/lib/_constants/location/country-divisions-ISO-3166-all-list.json +19036 -0
  7. package/lib/_constants/location/country-phone-codes.json +1202 -0
  8. package/lib/_constants/module-settings/custom-data-module-settings.const.d.ts +3 -0
  9. package/lib/_constants/module-settings/custom-data-module-settings.const.d.ts.map +1 -0
  10. package/lib/_constants/module-settings/custom-data-module-settings.const.js +11 -0
  11. package/lib/_constants/module-settings/custom-data-module-settings.const.js.map +1 -0
  12. package/lib/_constants/module-settings/index.d.ts +4 -0
  13. package/lib/_constants/module-settings/index.d.ts.map +1 -0
  14. package/lib/_constants/module-settings/index.js +8 -0
  15. package/lib/_constants/module-settings/index.js.map +1 -0
  16. package/lib/_constants/module-settings/test-module-settings.const.d.ts +3 -0
  17. package/lib/_constants/module-settings/test-module-settings.const.d.ts.map +1 -0
  18. package/lib/_constants/module-settings/test-module-settings.const.js +15 -0
  19. package/lib/_constants/module-settings/test-module-settings.const.js.map +1 -0
  20. package/lib/_constants/module-settings/usage-module-settings.const.d.ts +3 -0
  21. package/lib/_constants/module-settings/usage-module-settings.const.d.ts.map +1 -0
  22. package/lib/_constants/module-settings/usage-module-settings.const.js +13 -0
  23. package/lib/_constants/module-settings/usage-module-settings.const.js.map +1 -0
  24. package/lib/_constants/times.const.d.ts +8 -0
  25. package/lib/_constants/times.const.d.ts.map +1 -0
  26. package/lib/_constants/times.const.js +11 -0
  27. package/lib/_constants/times.const.js.map +1 -0
  28. package/lib/_enums/basic-property-type.enum.d.ts +8 -0
  29. package/lib/_enums/basic-property-type.enum.d.ts.map +1 -0
  30. package/lib/_enums/basic-property-type.enum.js +12 -0
  31. package/lib/_enums/basic-property-type.enum.js.map +1 -0
  32. package/lib/_enums/data-model-type.enum.d.ts +6 -0
  33. package/lib/_enums/data-model-type.enum.d.ts.map +1 -0
  34. package/lib/_enums/data-model-type.enum.js +10 -0
  35. package/lib/_enums/data-model-type.enum.js.map +1 -0
  36. package/lib/_enums/index.d.ts +7 -0
  37. package/lib/_enums/index.d.ts.map +1 -0
  38. package/lib/_enums/index.js +11 -0
  39. package/lib/_enums/index.js.map +1 -0
  40. package/lib/_enums/log-style.enum.d.ts +26 -0
  41. package/lib/_enums/log-style.enum.d.ts.map +1 -0
  42. package/lib/_enums/log-style.enum.js +30 -0
  43. package/lib/_enums/log-style.enum.js.map +1 -0
  44. package/lib/_enums/region.enum.d.ts +8 -0
  45. package/lib/_enums/region.enum.d.ts.map +1 -0
  46. package/lib/_enums/region.enum.js +12 -0
  47. package/lib/_enums/region.enum.js.map +1 -0
  48. package/lib/_enums/sub-region.enum.d.ts +20 -0
  49. package/lib/_enums/sub-region.enum.d.ts.map +1 -0
  50. package/lib/_enums/sub-region.enum.js +24 -0
  51. package/lib/_enums/sub-region.enum.js.map +1 -0
  52. package/lib/_enums/subdivision-region-type.enum.d.ts +41 -0
  53. package/lib/_enums/subdivision-region-type.enum.d.ts.map +1 -0
  54. package/lib/_enums/subdivision-region-type.enum.js +46 -0
  55. package/lib/_enums/subdivision-region-type.enum.js.map +1 -0
  56. package/lib/_models/control-models/daily-usage-data.control-model.d.ts +12 -0
  57. package/lib/_models/control-models/daily-usage-data.control-model.d.ts.map +1 -0
  58. package/lib/_models/control-models/daily-usage-data.control-model.js +17 -0
  59. package/lib/_models/control-models/daily-usage-data.control-model.js.map +1 -0
  60. package/lib/_models/control-models/data-params.control-model.d.ts +13 -0
  61. package/lib/_models/control-models/data-params.control-model.d.ts.map +1 -0
  62. package/lib/_models/control-models/data-params.control-model.js +20 -0
  63. package/lib/_models/control-models/data-params.control-model.js.map +1 -0
  64. package/lib/_models/control-models/data-property-params.control-model.d.ts +29 -0
  65. package/lib/_models/control-models/data-property-params.control-model.d.ts.map +1 -0
  66. package/lib/_models/control-models/data-property-params.control-model.js +55 -0
  67. package/lib/_models/control-models/data-property-params.control-model.js.map +1 -0
  68. package/lib/_models/control-models/error.control-model.d.ts +264 -0
  69. package/lib/_models/control-models/error.control-model.d.ts.map +1 -0
  70. package/lib/_models/control-models/error.control-model.js +114 -0
  71. package/lib/_models/control-models/error.control-model.js.map +1 -0
  72. package/lib/_models/control-models/index.d.ts +10 -0
  73. package/lib/_models/control-models/index.d.ts.map +1 -0
  74. package/lib/_models/control-models/index.js +14 -0
  75. package/lib/_models/control-models/index.js.map +1 -0
  76. package/lib/_models/control-models/poll.control-model.d.ts +32 -0
  77. package/lib/_models/control-models/poll.control-model.d.ts.map +1 -0
  78. package/lib/_models/control-models/poll.control-model.js +90 -0
  79. package/lib/_models/control-models/poll.control-model.js.map +1 -0
  80. package/lib/_models/control-models/range-value.control-model.d.ts +8 -0
  81. package/lib/_models/control-models/range-value.control-model.d.ts.map +1 -0
  82. package/lib/_models/control-models/range-value.control-model.js +11 -0
  83. package/lib/_models/control-models/range-value.control-model.js.map +1 -0
  84. package/lib/_models/control-models/usage-action.control-model.d.ts +7 -0
  85. package/lib/_models/control-models/usage-action.control-model.d.ts.map +1 -0
  86. package/lib/_models/control-models/usage-action.control-model.js +13 -0
  87. package/lib/_models/control-models/usage-action.control-model.js.map +1 -0
  88. package/lib/_models/control-models/usage-data.control-model.d.ts +11 -0
  89. package/lib/_models/control-models/usage-data.control-model.d.ts.map +1 -0
  90. package/lib/_models/control-models/usage-data.control-model.js +13 -0
  91. package/lib/_models/control-models/usage-data.control-model.js.map +1 -0
  92. package/lib/_models/data-models/custom-data.data-model.d.ts +10 -0
  93. package/lib/_models/data-models/custom-data.data-model.d.ts.map +1 -0
  94. package/lib/_models/data-models/custom-data.data-model.js +21 -0
  95. package/lib/_models/data-models/custom-data.data-model.js.map +1 -0
  96. package/lib/_models/data-models/index.d.ts +4 -0
  97. package/lib/_models/data-models/index.d.ts.map +1 -0
  98. package/lib/_models/data-models/index.js +8 -0
  99. package/lib/_models/data-models/index.js.map +1 -0
  100. package/lib/_models/data-models/metadata.data-model.d.ts +12 -0
  101. package/lib/_models/data-models/metadata.data-model.d.ts.map +1 -0
  102. package/lib/_models/data-models/metadata.data-model.js +15 -0
  103. package/lib/_models/data-models/metadata.data-model.js.map +1 -0
  104. package/lib/_models/data-models/usage-session.data-model.d.ts +19 -0
  105. package/lib/_models/data-models/usage-session.data-model.d.ts.map +1 -0
  106. package/lib/_models/data-models/usage-session.data-model.js +37 -0
  107. package/lib/_models/data-models/usage-session.data-model.js.map +1 -0
  108. package/lib/_models/index.d.ts +4 -0
  109. package/lib/_models/index.d.ts.map +1 -0
  110. package/lib/_models/index.js +11 -0
  111. package/lib/_models/index.js.map +1 -0
  112. package/lib/_models/interfaces/index.d.ts +4 -0
  113. package/lib/_models/interfaces/index.d.ts.map +1 -0
  114. package/lib/_models/interfaces/index.js +9 -0
  115. package/lib/_models/interfaces/index.js.map +1 -0
  116. package/lib/_models/interfaces/location/country-division.interface.d.ts +6 -0
  117. package/lib/_models/interfaces/location/country-division.interface.d.ts.map +1 -0
  118. package/lib/_models/interfaces/location/country-division.interface.js +3 -0
  119. package/lib/_models/interfaces/location/country-division.interface.js.map +1 -0
  120. package/lib/_models/interfaces/location/country-iso.interface.d.ts +19 -0
  121. package/lib/_models/interfaces/location/country-iso.interface.d.ts.map +1 -0
  122. package/lib/_models/interfaces/location/country-iso.interface.js +3 -0
  123. package/lib/_models/interfaces/location/country-iso.interface.js.map +1 -0
  124. package/lib/_models/interfaces/location/country-phone-code.interface.d.ts +6 -0
  125. package/lib/_models/interfaces/location/country-phone-code.interface.d.ts.map +1 -0
  126. package/lib/_models/interfaces/location/country-phone-code.interface.js +3 -0
  127. package/lib/_models/interfaces/location/country-phone-code.interface.js.map +1 -0
  128. package/lib/_models/interfaces/location/division-collection.interface.d.ts +9 -0
  129. package/lib/_models/interfaces/location/division-collection.interface.d.ts.map +1 -0
  130. package/lib/_models/interfaces/location/division-collection.interface.js +3 -0
  131. package/lib/_models/interfaces/location/division-collection.interface.js.map +1 -0
  132. package/lib/_models/interfaces/location/division-region-data.interface.d.ts +6 -0
  133. package/lib/_models/interfaces/location/division-region-data.interface.d.ts.map +1 -0
  134. package/lib/_models/interfaces/location/division-region-data.interface.js +3 -0
  135. package/lib/_models/interfaces/location/division-region-data.interface.js.map +1 -0
  136. package/lib/_models/interfaces/location/geo-ip-location.interface.d.ts +26 -0
  137. package/lib/_models/interfaces/location/geo-ip-location.interface.d.ts.map +1 -0
  138. package/lib/_models/interfaces/location/geo-ip-location.interface.js +3 -0
  139. package/lib/_models/interfaces/location/geo-ip-location.interface.js.map +1 -0
  140. package/lib/_models/interfaces/location/index.d.ts +8 -0
  141. package/lib/_models/interfaces/location/index.d.ts.map +1 -0
  142. package/lib/_models/interfaces/location/index.js +12 -0
  143. package/lib/_models/interfaces/location/index.js.map +1 -0
  144. package/lib/_models/interfaces/location/location-coordinates.interface.d.ts +5 -0
  145. package/lib/_models/interfaces/location/location-coordinates.interface.d.ts.map +1 -0
  146. package/lib/_models/interfaces/location/location-coordinates.interface.js +3 -0
  147. package/lib/_models/interfaces/location/location-coordinates.interface.js.map +1 -0
  148. package/lib/_models/interfaces/random-weight.interface.d.ts +5 -0
  149. package/lib/_models/interfaces/random-weight.interface.d.ts.map +1 -0
  150. package/lib/_models/interfaces/random-weight.interface.js +3 -0
  151. package/lib/_models/interfaces/random-weight.interface.js.map +1 -0
  152. package/lib/_models/interfaces/route-settings.interface.d.ts +9 -0
  153. package/lib/_models/interfaces/route-settings.interface.d.ts.map +1 -0
  154. package/lib/_models/interfaces/route-settings.interface.js +3 -0
  155. package/lib/_models/interfaces/route-settings.interface.js.map +1 -0
  156. package/lib/_modules/collections.index.d.ts +2 -0
  157. package/lib/_modules/collections.index.d.ts.map +1 -0
  158. package/lib/_modules/collections.index.js +5 -0
  159. package/lib/_modules/collections.index.js.map +1 -0
  160. package/lib/_modules/constants.index.d.ts +2 -0
  161. package/lib/_modules/constants.index.d.ts.map +1 -0
  162. package/lib/_modules/constants.index.js +5 -0
  163. package/lib/_modules/constants.index.js.map +1 -0
  164. package/lib/_modules/custom-data-module.index.d.ts +3 -0
  165. package/lib/_modules/custom-data-module.index.d.ts.map +1 -0
  166. package/lib/_modules/custom-data-module.index.js +7 -0
  167. package/lib/_modules/custom-data-module.index.js.map +1 -0
  168. package/lib/_modules/data-modules.index.d.ts +6 -0
  169. package/lib/_modules/data-modules.index.d.ts.map +1 -0
  170. package/lib/_modules/data-modules.index.js +10 -0
  171. package/lib/_modules/data-modules.index.js.map +1 -0
  172. package/lib/_modules/enums.index.d.ts +2 -0
  173. package/lib/_modules/enums.index.d.ts.map +1 -0
  174. package/lib/_modules/enums.index.js +5 -0
  175. package/lib/_modules/enums.index.js.map +1 -0
  176. package/lib/_modules/error-module.index.d.ts +2 -0
  177. package/lib/_modules/error-module.index.d.ts.map +1 -0
  178. package/lib/_modules/error-module.index.js +6 -0
  179. package/lib/_modules/error-module.index.js.map +1 -0
  180. package/lib/_modules/models.index.d.ts +2 -0
  181. package/lib/_modules/models.index.d.ts.map +1 -0
  182. package/lib/_modules/models.index.js +5 -0
  183. package/lib/_modules/models.index.js.map +1 -0
  184. package/lib/_modules/shared-service.index.d.ts +8 -0
  185. package/lib/_modules/shared-service.index.d.ts.map +1 -0
  186. package/lib/_modules/shared-service.index.js +12 -0
  187. package/lib/_modules/shared-service.index.js.map +1 -0
  188. package/lib/_modules/test-module.index.d.ts +2 -0
  189. package/lib/_modules/test-module.index.d.ts.map +1 -0
  190. package/lib/_modules/test-module.index.js +6 -0
  191. package/lib/_modules/test-module.index.js.map +1 -0
  192. package/lib/_modules/usage-module.index.d.ts +6 -0
  193. package/lib/_modules/usage-module.index.d.ts.map +1 -0
  194. package/lib/_modules/usage-module.index.js +10 -0
  195. package/lib/_modules/usage-module.index.js.map +1 -0
  196. package/lib/_utils/array.util.d.ts +6 -0
  197. package/lib/_utils/array.util.d.ts.map +1 -0
  198. package/lib/_utils/array.util.js +24 -0
  199. package/lib/_utils/array.util.js.map +1 -0
  200. package/lib/_utils/array.util.spec.d.ts +2 -0
  201. package/lib/_utils/array.util.spec.d.ts.map +1 -0
  202. package/lib/_utils/array.util.spec.js +31 -0
  203. package/lib/_utils/array.util.spec.js.map +1 -0
  204. package/lib/_utils/index.d.ts +12 -0
  205. package/lib/_utils/index.d.ts.map +1 -0
  206. package/lib/_utils/index.js +16 -0
  207. package/lib/_utils/index.js.map +1 -0
  208. package/lib/_utils/location.util.d.ts +7 -0
  209. package/lib/_utils/location.util.d.ts.map +1 -0
  210. package/lib/_utils/location.util.js +40 -0
  211. package/lib/_utils/location.util.js.map +1 -0
  212. package/lib/_utils/log.util.d.ts +34 -0
  213. package/lib/_utils/log.util.d.ts.map +1 -0
  214. package/lib/_utils/log.util.js +105 -0
  215. package/lib/_utils/log.util.js.map +1 -0
  216. package/lib/_utils/random.util.d.ts +9 -0
  217. package/lib/_utils/random.util.d.ts.map +1 -0
  218. package/lib/_utils/random.util.js +60 -0
  219. package/lib/_utils/random.util.js.map +1 -0
  220. package/lib/_utils/regions.util.d.ts +17 -0
  221. package/lib/_utils/regions.util.d.ts.map +1 -0
  222. package/lib/_utils/regions.util.js +68 -0
  223. package/lib/_utils/regions.util.js.map +1 -0
  224. package/lib/_utils/round-list.util.d.ts +9 -0
  225. package/lib/_utils/round-list.util.d.ts.map +1 -0
  226. package/lib/_utils/round-list.util.js +39 -0
  227. package/lib/_utils/round-list.util.js.map +1 -0
  228. package/lib/_utils/shared.static-service.d.ts +74 -0
  229. package/lib/_utils/shared.static-service.d.ts.map +1 -0
  230. package/lib/_utils/shared.static-service.js +151 -0
  231. package/lib/_utils/shared.static-service.js.map +1 -0
  232. package/lib/_utils/time.util.d.ts +14 -0
  233. package/lib/_utils/time.util.d.ts.map +1 -0
  234. package/lib/_utils/time.util.js +41 -0
  235. package/lib/_utils/time.util.js.map +1 -0
  236. package/lib/_utils/trigonometry.util.d.ts +46 -0
  237. package/lib/_utils/trigonometry.util.d.ts.map +1 -0
  238. package/lib/_utils/trigonometry.util.js +62 -0
  239. package/lib/_utils/trigonometry.util.js.map +1 -0
  240. package/lib/_utils/utilities.util.d.ts +33 -0
  241. package/lib/_utils/utilities.util.d.ts.map +1 -0
  242. package/lib/_utils/utilities.util.js +91 -0
  243. package/lib/_utils/utilities.util.js.map +1 -0
  244. package/lib/_utils/vector.util.d.ts +38 -0
  245. package/lib/_utils/vector.util.d.ts.map +1 -0
  246. package/lib/_utils/vector.util.js +107 -0
  247. package/lib/_utils/vector.util.js.map +1 -0
  248. package/lib/index.d.ts +5 -0
  249. package/lib/index.d.ts.map +1 -0
  250. package/lib/index.js +12 -0
  251. package/lib/index.js.map +1 -0
  252. package/lib/tsconfig.tsbuildinfo +3420 -0
  253. package/package.json +16 -17
  254. package/spec/support/jasmine.json +16 -0
  255. package/src/_constants/index.ts +5 -5
  256. package/src/_constants/module-settings/{custom-data-module-settings.ts → custom-data-module-settings.const.ts} +1 -1
  257. package/src/_constants/module-settings/index.ts +8 -0
  258. package/src/_constants/module-settings/{test-module-settings.ts → test-module-settings.const.ts} +1 -1
  259. package/src/_constants/module-settings/{usage-module-settings.ts → usage-module-settings.const.ts} +1 -1
  260. package/src/_enums/index.ts +5 -1
  261. package/src/{_models/control-models/division-region-data.ts → _enums/subdivision-region-type.enum.ts} +0 -5
  262. package/src/_models/control-models/daily-usage-data.control-model.ts +21 -0
  263. package/src/_models/control-models/data-params.control-model.ts +27 -0
  264. package/src/_models/control-models/data-property-params.control-model.ts +84 -0
  265. package/src/_models/control-models/{dynamo-error.ts → error.control-model.ts} +2 -1
  266. package/src/_models/control-models/index.ts +11 -0
  267. package/src/_models/control-models/{dynamo-poll.ts → poll.control-model.ts} +2 -1
  268. package/src/_models/control-models/{dynamo-range-value.ts → range-value.control-model.ts} +2 -1
  269. package/src/_models/control-models/usage-action.control-model.ts +15 -0
  270. package/src/_models/control-models/usage-data.control-model.ts +20 -0
  271. package/src/_models/data-models/custom-data.data-model.ts +27 -0
  272. package/src/_models/data-models/index.ts +5 -0
  273. package/src/_models/data-models/metadata.data-model.ts +25 -0
  274. package/src/_models/data-models/usage-session.data-model.ts +52 -0
  275. package/src/_models/index.ts +9 -21
  276. package/src/_models/interfaces/index.ts +7 -0
  277. package/src/_models/{control-models/country-iso.ts → interfaces/location/country-iso.interface.ts} +5 -3
  278. package/src/_models/interfaces/location/division-region-data.interface.ts +8 -0
  279. package/src/_models/interfaces/location/index.ts +10 -0
  280. package/src/_models/{control-models/dynamo-route-settings.ts → interfaces/route-settings.interface.ts} +2 -0
  281. package/src/_modules/collections.index.ts +2 -0
  282. package/src/_modules/constants.index.ts +2 -0
  283. package/src/_modules/custom-data-module.index.ts +2 -2
  284. package/src/_modules/data-modules.index.ts +4 -4
  285. package/src/_modules/enums.index.ts +2 -0
  286. package/src/_modules/error-module.index.ts +1 -1
  287. package/src/_modules/models.index.ts +2 -0
  288. package/src/_modules/shared-service.index.ts +6 -6
  289. package/src/_modules/test-module.index.ts +1 -1
  290. package/src/_modules/usage-module.index.ts +5 -5
  291. package/src/_utils/array.util.spec.ts +38 -0
  292. package/src/_utils/array.util.ts +19 -0
  293. package/src/_utils/index.ts +15 -0
  294. package/src/{_collections/_tools/dynamo-location.ts → _utils/location.util.ts} +4 -3
  295. package/src/{_collections/_tools/dynamo-log.ts → _utils/log.util.ts} +21 -2
  296. package/src/{_collections/_tools/dynamo-random.ts → _utils/random.util.ts} +2 -1
  297. package/src/{_collections/_tools/dynamo-regions.ts → _utils/regions.util.ts} +15 -10
  298. package/src/{_collections/_tools/dynamo-round-list.ts → _utils/round-list.util.ts} +1 -0
  299. package/src/{_collections/_tools/dynamo-shared.service.ts → _utils/shared.static-service.ts} +2 -1
  300. package/src/{_collections/_tools/dynamo-time.ts → _utils/time.util.ts} +3 -1
  301. package/src/{_collections/_tools/dynamo-trigonometry.ts → _utils/trigonometry.util.ts} +4 -1
  302. package/src/{_collections/_tools/utilities.ts → _utils/utilities.util.ts} +19 -1
  303. package/src/{_collections/_tools/vector.ts → _utils/vector.util.ts} +1 -1
  304. package/src/index.ts +1 -1
  305. package/src/_collections/index.ts +0 -14
  306. package/src/_models/control-models/dynamo-daily-usage-data.ts +0 -35
  307. package/src/_models/control-models/dynamo-data-params.ts +0 -32
  308. package/src/_models/control-models/dynamo-data-property-params.ts +0 -106
  309. package/src/_models/control-models/dynamo-usage-action.ts +0 -19
  310. package/src/_models/control-models/dynamo-usage-data.ts +0 -27
  311. package/src/_models/data-models/dynamo-custom-data.ts +0 -42
  312. package/src/_models/data-models/dynamo-metadata.ts +0 -37
  313. package/src/_models/data-models/dynamo-usage-session.ts +0 -77
  314. /package/src/{_collections/_constants → _constants/location}/country-codes-ISO-3166.json +0 -0
  315. /package/src/{_collections/_constants → _constants/location}/country-divisions-ISO-3166-all-list.json +0 -0
  316. /package/src/{_collections/_constants → _constants/location}/country-divisions-ISO-3166.json +0 -0
  317. /package/src/{_collections/_constants → _constants/location}/country-phone-codes.json +0 -0
  318. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/afghanistan.json +0 -0
  319. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/albania.json +0 -0
  320. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/algeria.json +0 -0
  321. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/andorra.json +0 -0
  322. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/angola.json +0 -0
  323. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/antigua-and-barbuda.json +0 -0
  324. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/argentina.json +0 -0
  325. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/armenia.json +0 -0
  326. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/australia.json +0 -0
  327. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/austria.json +0 -0
  328. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/azerbaijan.json +0 -0
  329. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bahamas.json +0 -0
  330. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bahrain.json +0 -0
  331. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bangladesh.json +0 -0
  332. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/barbados.json +0 -0
  333. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/belarus.json +0 -0
  334. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/belgium.json +0 -0
  335. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/belize.json +0 -0
  336. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/benin.json +0 -0
  337. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bhutan.json +0 -0
  338. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bolivia.json +0 -0
  339. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bosnia-and-herzegovina.json +0 -0
  340. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/botswana.json +0 -0
  341. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/brazil.json +0 -0
  342. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/brunei-darussalam.json +0 -0
  343. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/bulgaria.json +0 -0
  344. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/burkina-faso.json +0 -0
  345. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/burundi.json +0 -0
  346. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/cambodia.json +0 -0
  347. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/cameroon.json +0 -0
  348. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/canada.json +0 -0
  349. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/cape-verde.json +0 -0
  350. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/central-african-republic.json +0 -0
  351. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/chad.json +0 -0
  352. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/chile.json +0 -0
  353. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/china.json +0 -0
  354. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/colombia.json +0 -0
  355. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/comoros.json +0 -0
  356. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/congo-the-democratic-republic-of-the.json +0 -0
  357. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/congo.json +0 -0
  358. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/costa-rica.json +0 -0
  359. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/cote-d-ivoire-republic-of.json +0 -0
  360. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/croatia.json +0 -0
  361. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/cuba.json +0 -0
  362. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/cyprus.json +0 -0
  363. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/czech-republic.json +0 -0
  364. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/denmark.json +0 -0
  365. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/djibouti.json +0 -0
  366. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/dominica.json +0 -0
  367. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/dominican-republic.json +0 -0
  368. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/ecuador.json +0 -0
  369. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/egypt.json +0 -0
  370. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/el-salvador.json +0 -0
  371. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/equatorial-guinea.json +0 -0
  372. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/eritrea.json +0 -0
  373. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/estonia.json +0 -0
  374. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/ethiopia.json +0 -0
  375. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/fiji.json +0 -0
  376. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/finland.json +0 -0
  377. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/france.json +0 -0
  378. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/gabon.json +0 -0
  379. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/gambia.json +0 -0
  380. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/georgia.json +0 -0
  381. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/germany.json +0 -0
  382. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/ghana.json +0 -0
  383. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/greece.json +0 -0
  384. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/greenland.json +0 -0
  385. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/grenada.json +0 -0
  386. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/guatemala.json +0 -0
  387. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/guinea-bissau.json +0 -0
  388. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/guinea.json +0 -0
  389. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/guyana.json +0 -0
  390. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/haiti.json +0 -0
  391. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/honduras.json +0 -0
  392. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/hong-kong.json +0 -0
  393. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/hungary.json +0 -0
  394. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/iceland.json +0 -0
  395. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/india.json +0 -0
  396. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/indonesia.json +0 -0
  397. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/iran-islamic-republic-of.json +0 -0
  398. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/iraq.json +0 -0
  399. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/ireland.json +0 -0
  400. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/israel.json +0 -0
  401. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/italy.json +0 -0
  402. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/jamaica.json +0 -0
  403. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/japan.json +0 -0
  404. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/jordan.json +0 -0
  405. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/kazakhstan.json +0 -0
  406. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/kenya.json +0 -0
  407. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/kiribati.json +0 -0
  408. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/korea-democratic-people-s-republic-of.json +0 -0
  409. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/korea-republic-of.json +0 -0
  410. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/kuwait.json +0 -0
  411. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/kyrgyzstan.json +0 -0
  412. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/lao-people-s-democratic-republic.json +0 -0
  413. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/latvia.json +0 -0
  414. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/lebanon.json +0 -0
  415. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/lesotho.json +0 -0
  416. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/liberia.json +0 -0
  417. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/libyan-arab-jamahiriya.json +0 -0
  418. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/liechtenstein.json +0 -0
  419. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/lithuania.json +0 -0
  420. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/luxembourg.json +0 -0
  421. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/macedonia-the-former-yugoslav-republic-of.json +0 -0
  422. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/madagascar.json +0 -0
  423. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/malawi.json +0 -0
  424. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/malaysia.json +0 -0
  425. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/maldives.json +0 -0
  426. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/mali.json +0 -0
  427. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/malta.json +0 -0
  428. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/marshall-islands.json +0 -0
  429. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/mauritania.json +0 -0
  430. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/mauritius.json +0 -0
  431. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/mexico.json +0 -0
  432. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/micronesia-federated-states-of.json +0 -0
  433. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/moldova-republic-of.json +0 -0
  434. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/monaco.json +0 -0
  435. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/mongolia.json +0 -0
  436. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/montenegro.json +0 -0
  437. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/morocco.json +0 -0
  438. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/mozambique.json +0 -0
  439. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/myanmar.json +0 -0
  440. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/namibia.json +0 -0
  441. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/nauru.json +0 -0
  442. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/nepal.json +0 -0
  443. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/netherlands.json +0 -0
  444. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/new-zealand.json +0 -0
  445. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/nicaragua.json +0 -0
  446. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/niger.json +0 -0
  447. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/nigeria.json +0 -0
  448. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/norway.json +0 -0
  449. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/oman.json +0 -0
  450. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/pakistan.json +0 -0
  451. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/palau.json +0 -0
  452. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/palestinian-territory-occupied.json +0 -0
  453. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/panama.json +0 -0
  454. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/papua-new-guinea.json +0 -0
  455. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/paraguay.json +0 -0
  456. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/peru.json +0 -0
  457. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/philippines.json +0 -0
  458. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/poland.json +0 -0
  459. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/portugal.json +0 -0
  460. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/qatar.json +0 -0
  461. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/romania.json +0 -0
  462. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/russian-federation.json +0 -0
  463. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/rwanda.json +0 -0
  464. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/saint-helena-ascension-and-tristan-da-cunha.json +0 -0
  465. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/saint-kitts-and-nevis.json +0 -0
  466. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/saint-lucia.json +0 -0
  467. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/saint-vincent-and-the-grenadines.json +0 -0
  468. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/samoa.json +0 -0
  469. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/san-marino.json +0 -0
  470. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/sao-tome-and-principe.json +0 -0
  471. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/saudi-arabia.json +0 -0
  472. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/senegal.json +0 -0
  473. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/serbia.json +0 -0
  474. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/seychelles.json +0 -0
  475. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/sierra-leone.json +0 -0
  476. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/singapore.json +0 -0
  477. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/slovakia.json +0 -0
  478. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/slovenia.json +0 -0
  479. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/solomon-islands.json +0 -0
  480. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/somalia.json +0 -0
  481. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/south-africa.json +0 -0
  482. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/south-sudan.json +0 -0
  483. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/spain.json +0 -0
  484. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/sri-lanka.json +0 -0
  485. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/sudan.json +0 -0
  486. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/suriname.json +0 -0
  487. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/swaziland.json +0 -0
  488. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/sweden.json +0 -0
  489. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/switzerland.json +0 -0
  490. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/syrian-arab-republic.json +0 -0
  491. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/taiwan-province-of-china.json +0 -0
  492. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/tajikistan.json +0 -0
  493. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/tanzania-united-republic-of.json +0 -0
  494. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/thailand.json +0 -0
  495. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/timor-leste.json +0 -0
  496. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/togo.json +0 -0
  497. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/tonga.json +0 -0
  498. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/trinidad-and-tobago.json +0 -0
  499. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/tunisia.json +0 -0
  500. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/turkey.json +0 -0
  501. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/turkmenistan.json +0 -0
  502. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/tuvalu.json +0 -0
  503. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/uganda.json +0 -0
  504. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/ukraine.json +0 -0
  505. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/united-arab-emirates.json +0 -0
  506. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/united-kingdom.json +0 -0
  507. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/united-states-minor-outlying-islands.json +0 -0
  508. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/united-states.json +0 -0
  509. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/uruguay.json +0 -0
  510. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/uzbekistan.json +0 -0
  511. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/vanuatu.json +0 -0
  512. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/venezuela.json +0 -0
  513. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/viet-nam.json +0 -0
  514. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/yemen.json +0 -0
  515. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/zambia.json +0 -0
  516. /package/src/{_collections/_constants → _constants/location}/country-subdivisions/zimbabwe.json +0 -0
  517. /package/src/_constants/{times.ts → times.const.ts} +0 -0
  518. /package/src/_models/{control-models/country-division.ts → interfaces/location/country-division.interface.ts} +0 -0
  519. /package/src/_models/{control-models/country-phone-code.ts → interfaces/location/country-phone-code.interface.ts} +0 -0
  520. /package/src/_models/{control-models/division-collection.ts → interfaces/location/division-collection.interface.ts} +0 -0
  521. /package/src/_models/{control-models/geo-ip-location.ts → interfaces/location/geo-ip-location.interface.ts} +0 -0
  522. /package/src/_models/{control-models/location-coordinates.ts → interfaces/location/location-coordinates.interface.ts} +0 -0
  523. /package/src/_models/{control-models/random-weight.ts → interfaces/random-weight.interface.ts} +0 -0
@@ -0,0 +1,3420 @@
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/_utils/array.util.ts": {
195
+ "version": "0f941f75df984e512876f100282ac3bd60fa236b37bad35f916a4b891bedad06",
196
+ "signature": "f453ec87f528502609ed7b1bcfb35571f50ccd43a5b43b6ed42a9677b993a697",
197
+ "affectsGlobalScope": false
198
+ },
199
+ "../src/_models/control-models/error.control-model.ts": {
200
+ "version": "5ce7bed3a733894397385298a6b2718627869f74cce64748741bc37ba142e946",
201
+ "signature": "be2812cf8ce9a8216046de6fb8a6451db13a545a88388d91b53fe74c5b7a8e6e",
202
+ "affectsGlobalScope": false
203
+ },
204
+ "../src/_utils/trigonometry.util.ts": {
205
+ "version": "149b0f97d61fb926261656b6525f0e915c15a65819298d6a6d32b461ecbf8eae",
206
+ "signature": "c65d6f02824edf02134f5db6e9b691f58236f6ba47d7efbbd86d3551cdbd91a8",
207
+ "affectsGlobalScope": false
208
+ },
209
+ "../src/_models/interfaces/location/location-coordinates.interface.ts": {
210
+ "version": "c67beb74dd95cd9d0b08e98e0fb3d7b0f94d04834069a0f9d585e8c1dc14d8e7",
211
+ "signature": "17cb2487a3c785ae22460e5ff8288a2e03906a8d5313bded909ad857ae717115",
212
+ "affectsGlobalScope": false
213
+ },
214
+ "../src/_utils/location.util.ts": {
215
+ "version": "3ea1df442f1af4b92965b2bf7fcd174303dca7b8ac2dde06af08cd17046effec",
216
+ "signature": "82f5cb8dbfcebe1cc820abf289bbc43e687e0240f15dacacfb73fe66d675157f",
217
+ "affectsGlobalScope": false
218
+ },
219
+ "../src/_enums/log-style.enum.ts": {
220
+ "version": "27f6c4b16a83f0eb1cb5cfd59e0e525bc046a1c03b5e87655631fb4ab589a197",
221
+ "signature": "c26555c149dcd8b1647cce3f4bc4fbf2e14a0cdc63151dbb2cba5355c7409979",
222
+ "affectsGlobalScope": false
223
+ },
224
+ "../src/_utils/log.util.ts": {
225
+ "version": "e9924fba4ac0509fd2eb9d7088a133270d5588fa5ac587163ad291932515f7c1",
226
+ "signature": "535c3b79a0dbc497f9f193a621a81b62ff60ffb6bda70b3a4d8a8ded8d681344",
227
+ "affectsGlobalScope": false
228
+ },
229
+ "../src/_models/interfaces/random-weight.interface.ts": {
230
+ "version": "3f2ad6cef2cd1dc79686060e3c6fd534cc08d598a08e1a3451e8bf83f2eabdc2",
231
+ "signature": "d6b6d73b12f447862f270c672f6f5b93592b01792faea69dac1b019e9ac6b245",
232
+ "affectsGlobalScope": false
233
+ },
234
+ "../src/_utils/random.util.ts": {
235
+ "version": "4ef93bb3691ecc1fbeb389d7de5558eab0f3434051746976d3ad5597f3546779",
236
+ "signature": "3337be05ec648eee266e4be3e687fcb326873acdd00c5b57f8f839e443918f41",
237
+ "affectsGlobalScope": false
238
+ },
239
+ "../src/_constants/location/country-codes-iso-3166.json": {
240
+ "version": "2693530e2233c1aa19e0dfe51be3390bb51bd80cb8ca5e7d0020c0ee2994ae8c",
241
+ "affectsGlobalScope": true
242
+ },
243
+ "../src/_constants/location/country-phone-codes.json": {
244
+ "version": "61990d32d0aef9f9cbd24424259153db2b0e5efd907731a7eb4c1c2d9f230a78",
245
+ "affectsGlobalScope": true
246
+ },
247
+ "../src/_constants/location/country-divisions-iso-3166-all-list.json": {
248
+ "version": "655a65edc1a6e27c5932801a4166a70b47e8b61bcc72a07189f8beae907cc0f9",
249
+ "affectsGlobalScope": true
250
+ },
251
+ "../src/_enums/region.enum.ts": {
252
+ "version": "181dd7364387e230cca43e229176e3c395c2eefda9614f3b8b28fc6e6feaddac",
253
+ "signature": "0214f07365e8160e5026520ce807723f64a04657bf531fd02dbe63b7f7fbec2a",
254
+ "affectsGlobalScope": false
255
+ },
256
+ "../src/_models/data-models/metadata.data-model.ts": {
257
+ "version": "24be59f99d952e3bcce1acf20acc8ebef9da685cebba8f5544b6e52d5f569c4d",
258
+ "signature": "15deb80204b5975d54c1e7b9fa55998bdd9b8610a35c646a22be429e56652d79",
259
+ "affectsGlobalScope": false
260
+ },
261
+ "../src/_models/control-models/usage-action.control-model.ts": {
262
+ "version": "e245282977231bce7061dfd2687e12c80e85c1c6dab71e0b2d390895e0ee22b1",
263
+ "signature": "59df92e715df410e8a180be39468d0ccccefde41a975a241537da0ed28bd2dea",
264
+ "affectsGlobalScope": false
265
+ },
266
+ "../src/_models/control-models/usage-data.control-model.ts": {
267
+ "version": "b7f1b834c25b388abb18cf8534c29e5195eeb585fb89ef92196bb90e4e21037d",
268
+ "signature": "282b19013b0cdbddcf60bf5f457ca69df3aefa1438a8cfcbcaf0efef72135b2c",
269
+ "affectsGlobalScope": false
270
+ },
271
+ "../src/_enums/basic-property-type.enum.ts": {
272
+ "version": "46bc4221997296d109a87a96c686dc36a9ca889a746bf183218afb2d27133357",
273
+ "signature": "29f4c165b616a722eabb509de023568b43b0dc7f9c3d4d7dd1dd315ef4332e08",
274
+ "affectsGlobalScope": false
275
+ },
276
+ "../src/_enums/data-model-type.enum.ts": {
277
+ "version": "17d3b646a98bd788ea718b31249b4d3f53d37be1c18890520f940658d2d45b45",
278
+ "signature": "58db1bde43f232985d47f296cec0e0c9e09b30c2a24d28a0aee8d4dfc25f1de8",
279
+ "affectsGlobalScope": false
280
+ },
281
+ "../src/_enums/sub-region.enum.ts": {
282
+ "version": "3556c577c0da371bc1a0b7b93316d03f237164094fd2f40718a4df6bd08ff466",
283
+ "signature": "17608fe2d6fe8aa2d7e51cf74d9cebdfde008a68b03e7f7f3fec8b379d07e26e",
284
+ "affectsGlobalScope": false
285
+ },
286
+ "../src/_enums/subdivision-region-type.enum.ts": {
287
+ "version": "6157b37c8a533d1f1b0ea868a249073a4cf44036739ee65ba103eb885fd9f7bd",
288
+ "signature": "627497edce6ab46b16bab151c2a1c230992f0163cc37a89da0367aad2d39edb0",
289
+ "affectsGlobalScope": false
290
+ },
291
+ "../src/_enums/index.ts": {
292
+ "version": "9ee96cb0937b97bfef9aeca223e7e06ab46af6e88749abc1d2dba2183a2c792b",
293
+ "signature": "5e1df7aa973423d61b5934a737b887b32a066bdc9ab88889ec908175052bc82f",
294
+ "affectsGlobalScope": false
295
+ },
296
+ "../src/_models/control-models/data-property-params.control-model.ts": {
297
+ "version": "bec73644828cefe354512632e037cf062c6906a709535d880b21b4f7e7d122e1",
298
+ "signature": "14b6872d724e5938b157387134766489268799d1ff5a41c95565b9d60a7554e5",
299
+ "affectsGlobalScope": false
300
+ },
301
+ "../src/_models/control-models/data-params.control-model.ts": {
302
+ "version": "71df2f4b52ba818de7e09e8a22014bf2ab74687734ddeb4364c570f54582bc8b",
303
+ "signature": "15052b83f7d175cfa3528fb58aef75eb2e4407bb61d52d45c80540a37ae7f44f",
304
+ "affectsGlobalScope": false
305
+ },
306
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts": {
307
+ "version": "b8d36b7c50887f1a2bcd802c388d89983be5eb85f88e67e69d7febe849e63ee9",
308
+ "signature": "b46b52c63f16d121eb342e0545ef1d982b5e3ad21d19282b9722d5d9693bad3d",
309
+ "affectsGlobalScope": false
310
+ },
311
+ "../src/_models/data-models/usage-session.data-model.ts": {
312
+ "version": "3959d7f389abaf152b254a16fe22b65ce9a953c27b2376bef0d26c829e0108b8",
313
+ "signature": "6a3b102c08b371c9928335b33d6f50a855a0df90f0ee49399eb87ed6204765c0",
314
+ "affectsGlobalScope": false
315
+ },
316
+ "../src/_models/control-models/daily-usage-data.control-model.ts": {
317
+ "version": "677ac65227159a1eb515abc3a5704e375b84b2376b74567ce281ac0e65489253",
318
+ "signature": "5ab9c735aad45ac76196d142a4ebd4a897bd556ab06ccded0ae98d1a3fb2d46b",
319
+ "affectsGlobalScope": false
320
+ },
321
+ "../src/_models/control-models/poll.control-model.ts": {
322
+ "version": "af22a575f6f27fcc3991af7c5a46c58e04da42a58a72cdf83e20908f69c8e81a",
323
+ "signature": "a0581ae99d2fdec46ad32a9c1ba5268912517e413b322ab7c32269cde3d53db0",
324
+ "affectsGlobalScope": false
325
+ },
326
+ "../src/_models/control-models/range-value.control-model.ts": {
327
+ "version": "4e3e17d8693e35e8aa3657360af12e67c98b46bb41b984c8ed3b031d5d0d3ebb",
328
+ "signature": "f4d1de1c4b46f58cf69e79088c76df290f4c060875fbb6de775db05b49ce5ab6",
329
+ "affectsGlobalScope": false
330
+ },
331
+ "../src/_models/interfaces/route-settings.interface.ts": {
332
+ "version": "005753df6fbcb78d022cdfcc1be05fcb65abb8574f78e999112842f011a0cd62",
333
+ "signature": "479a99562f2ac5255c28bc60914fb5a16045c3cc7cba1ff17c3672e1a99a2dbd",
334
+ "affectsGlobalScope": false
335
+ },
336
+ "../src/_models/control-models/index.ts": {
337
+ "version": "ecd9e4102c5993a650f4862054d9113ef7682ce0213be13bb85a9e684ac3eb98",
338
+ "signature": "be81d041fac552992a6eab1b9d137f4c4d971cbfa1ed9ba1a51e9bab9cb58ee8",
339
+ "affectsGlobalScope": false
340
+ },
341
+ "../src/_models/data-models/custom-data.data-model.ts": {
342
+ "version": "8de2286959268d5a83ce6f3b4e1a5595c0f2c34480e80c966af6ff4b9b0775f9",
343
+ "signature": "604dbe5ff0397f295ef523db7951e31584b038b176267c57267a0a22d0926196",
344
+ "affectsGlobalScope": false
345
+ },
346
+ "../src/_models/data-models/index.ts": {
347
+ "version": "03c3c039d3cec3bb15cd383402695e2eb6f63b9a22d99fbab96ec6bcc4decb26",
348
+ "signature": "a46c4d4ac00012b53f8db74415e29b2239ab514fc9403f649c82457c08507fdc",
349
+ "affectsGlobalScope": false
350
+ },
351
+ "../src/_models/interfaces/location/country-division.interface.ts": {
352
+ "version": "9ae296016d25b6b1dd025e7435dab95ae1da1d9fbf58213a9838ae2bf333dbdf",
353
+ "signature": "56a3d6f1a2f60fe88e1dbe18beea255a72f66467560b4bbc1fdb41162db99d58",
354
+ "affectsGlobalScope": false
355
+ },
356
+ "../src/_models/interfaces/location/country-iso.interface.ts": {
357
+ "version": "2e7dd455d4be3bd06f33b207ca2c35542bdb74de3be68cb12d3b8ad8fbf430e6",
358
+ "signature": "eda1e81916d86223b28c4165592d91c01d83461eabbbfc1fcf09843ca5aa2d9b",
359
+ "affectsGlobalScope": false
360
+ },
361
+ "../src/_models/interfaces/location/country-phone-code.interface.ts": {
362
+ "version": "cb037f3aa4a83456413664d2a473d99bbdeef943f8e4a28848b22981926b9f91",
363
+ "signature": "5ea92216482ed06c7aefd755f26d0a8afe842d4e00e6f4a0b9a76fe178872b9f",
364
+ "affectsGlobalScope": false
365
+ },
366
+ "../src/_models/interfaces/location/division-collection.interface.ts": {
367
+ "version": "06e58ab6673f3bbb63435c0c130a3f66e67705fe65f7641c32a32d7976253c2a",
368
+ "signature": "bd483b223e99a2386ffec95dec31146cf8b31f3e8d83aaa79778ecd3416c4296",
369
+ "affectsGlobalScope": false
370
+ },
371
+ "../src/_models/interfaces/location/division-region-data.interface.ts": {
372
+ "version": "cd14b2cfc39d590246b530aa5c4b016ccecdff4e4a79c510d3a7a15dab697d8b",
373
+ "signature": "604ab6aa1edb0d61f0f173834185dd133a4cbd87cf2357ab54d4a6590f6f62c7",
374
+ "affectsGlobalScope": false
375
+ },
376
+ "../src/_models/interfaces/location/index.ts": {
377
+ "version": "6d8a1d03be0731a4a2130ca9824580e1b6497d5d46772391ce307506c6c79ef4",
378
+ "signature": "9354f7f5ffdc3fdc0a9f529162b106b0effd2c1f23a0361a16970c253826d4c9",
379
+ "affectsGlobalScope": false
380
+ },
381
+ "../src/_models/interfaces/index.ts": {
382
+ "version": "49851082a60dbfdae67e44ff2bd1d4641d1ed5240698145bee3b84710e67c7ba",
383
+ "signature": "782c065efc55c416da3ffb583e3cdceab25f777c2b006cf88151caadd3a5e69b",
384
+ "affectsGlobalScope": false
385
+ },
386
+ "../src/_models/index.ts": {
387
+ "version": "8a7214d38bd1b45a33c0989c7a89c9ce9cccb482b5ba60e61b4477d4831453b7",
388
+ "signature": "43eb12228a106f3e62022ef8e47db28465bbb1a4526ef237ce2a8ea0c0829ace",
389
+ "affectsGlobalScope": false
390
+ },
391
+ "../src/_utils/utilities.util.ts": {
392
+ "version": "015b0e4619ec91540439426f5e42e6041391284068a078500b7225afd0a97d84",
393
+ "signature": "bbea0306c597f32178b146f0e3b2faed80b80da86518fd7555ba63f89d76907e",
394
+ "affectsGlobalScope": false
395
+ },
396
+ "../src/_utils/regions.util.ts": {
397
+ "version": "7c9a83e4ecbc17500f707d3eec166f1f527aed39915979384d5b6f0a995fca12",
398
+ "signature": "7eebaf6ae5a51e04fa6cb69a56f437de384d0390a61563db8b8924229c456af2",
399
+ "affectsGlobalScope": false
400
+ },
401
+ "../src/_utils/round-list.util.ts": {
402
+ "version": "8ebcf7b78e992784870cbbbd8f2b432e5120e3da7307c36646e4217ad1ab8136",
403
+ "signature": "9411c936a1c6378bc2a5be4297924043adc3cb5d65c81d412b353bdf027861a6",
404
+ "affectsGlobalScope": false
405
+ },
406
+ "../src/_utils/shared.static-service.ts": {
407
+ "version": "1332adf79c1a3119746c651aec4178c7480d06172b810cc0a12609a7fc581d1a",
408
+ "signature": "813193783bb80d7f0b9a5d6800d1c89ff782c4d7ffd3bc0d357ddf214266f054",
409
+ "affectsGlobalScope": false
410
+ },
411
+ "../src/_constants/times.const.ts": {
412
+ "version": "47dadc52b4ae7850a822786f403d3d8f14fb5a85c188e51301d418d63ba24d6e",
413
+ "signature": "3b169b9e06d7091a3c57254fc2ede91c9fb36e1ff8c5c80932f24dc35cbace9b",
414
+ "affectsGlobalScope": false
415
+ },
416
+ "../src/_utils/time.util.ts": {
417
+ "version": "04e6caf08bd652c541b8b334b94443a758ecf503b370c21fbd848f4bfde5a79d",
418
+ "signature": "b9dbe9868636e3d28e247a4ba130b97a21824f5874e788ebf5f76614676b4f17",
419
+ "affectsGlobalScope": false
420
+ },
421
+ "../src/_utils/vector.util.ts": {
422
+ "version": "a8763faef235ab2e7c2671815a3075ab9a48311d57dad8720b5e37633fedbdc9",
423
+ "signature": "055ed136e0a40d521870ede060b4337851428824431ff8b8dcb2dd268ff7df55",
424
+ "affectsGlobalScope": false
425
+ },
426
+ "../src/_utils/index.ts": {
427
+ "version": "09878c5b7e8a7cabc455348959d58eb8393acd4d24068113608ff49c08bd4a12",
428
+ "signature": "e64266e5aadd59c1d8ac8a3949150ddd48395bb140cbce3fb6dca84468b4fce9",
429
+ "affectsGlobalScope": false
430
+ },
431
+ "../src/_constants/module-settings/test-module-settings.const.ts": {
432
+ "version": "40c735085d39632012531c1dc13002dcbb56aed0cf33ebfbd67be916215497b8",
433
+ "signature": "be21fee96297f1b3c0cbd554fb696c1abdb15fdb805b1d3f06a1a1d8ff5d4551",
434
+ "affectsGlobalScope": false
435
+ },
436
+ "../src/_constants/module-settings/usage-module-settings.const.ts": {
437
+ "version": "0cdd1fbfc9acf92f14ee42ffce9157f5a575e5f28c5e7abb8a999c2cd0590309",
438
+ "signature": "ab0207875b497ea783c85b11184b11d91af7abbd8a8affe7913461bcfd389b2c",
439
+ "affectsGlobalScope": false
440
+ },
441
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts": {
442
+ "version": "58776ef1ded04affa14e53da6cf133af31ed74f92283cc03defb3438b63a997c",
443
+ "signature": "668a972f2fa0fb2da6049ca9fcf561fc047fdd2bcb17f82bc3920665a4b40da8",
444
+ "affectsGlobalScope": false
445
+ },
446
+ "../src/_constants/module-settings/index.ts": {
447
+ "version": "e6daecffcb80a5c8dcbfc20af92473ecc6b7a86981ff7d137a25fbea45f269a9",
448
+ "signature": "b71f05145c5cd36e7ffe19ca26f269c0545107d0de76ae714fe48dd03d3099cc",
449
+ "affectsGlobalScope": false
450
+ },
451
+ "../src/_constants/index.ts": {
452
+ "version": "e6299a440daf026661fe4fc75e1c05eca7a3b9d5f4bf9510c02a2702ae9b27b0",
453
+ "signature": "8c061726c17caa8c2b62071a453173bf207403e5cdc9a6d64b10f7fdd15cc65d",
454
+ "affectsGlobalScope": false
455
+ },
456
+ "../src/index.ts": {
457
+ "version": "d967489317c104cc95b96fe71c80adc4fbd50e8fe72bfcd7ac1237ad31ade8ae",
458
+ "signature": "01d44aa21fbc76b600a261de74643e4a9d97c9a6c45c31a8b58abc5f002f6336",
459
+ "affectsGlobalScope": false
460
+ },
461
+ "../src/_modules/collections.index.ts": {
462
+ "version": "ba405519f96629179b583176ab8519051093f3b9ef086ec0e201084f33d73bbe",
463
+ "signature": "4b198c9fc062f7d6fba9ebf230797cc319f0a9cc878cad4e496016abb6cfd19f",
464
+ "affectsGlobalScope": false
465
+ },
466
+ "../src/_modules/constants.index.ts": {
467
+ "version": "11ccc828c7bcedefbca8c71482e31aff9a3918931e0c8e10ac352bd736a2609c",
468
+ "signature": "86af630288922490065548e4f24b9f4474b2587d36c0a803220009f7e5b77e67",
469
+ "affectsGlobalScope": false
470
+ },
471
+ "../src/_modules/custom-data-module.index.ts": {
472
+ "version": "4313445c2e2e1a2f1bc91b4a4104410cdda339f5708e342b627a2ff75478ffba",
473
+ "signature": "dbe3f0129d9e56a7ac32957e704173949075e374709f36fa5cb8d2f884ad57bf",
474
+ "affectsGlobalScope": false
475
+ },
476
+ "../src/_modules/data-modules.index.ts": {
477
+ "version": "0694f6fe949636e33b36232ca9c34d3bbf2fde2ee20cb53c3236ad9b9640e3b9",
478
+ "signature": "b5d546adf15649c1f9186f8023317c06046270334798c75c451fcd3e98e28e77",
479
+ "affectsGlobalScope": false
480
+ },
481
+ "../src/_modules/enums.index.ts": {
482
+ "version": "e8960d153d6de3f0d982b180cedb9c3c72a3810c602b879eb54d81995ca9a661",
483
+ "signature": "1cfb740421a76cf8a34c7d60ca3bc218a2af3a6c631078a1589fa8b1607e95a6",
484
+ "affectsGlobalScope": false
485
+ },
486
+ "../src/_modules/error-module.index.ts": {
487
+ "version": "f96b259207c4bf4a86f3a25a9c23fca9db1b5c7edc1486b662ada17eeaa0c6a1",
488
+ "signature": "700ed969b3d548db8ee1bdbc0b929b061eca2a12ed6d5ae6b63367a36932f4c0",
489
+ "affectsGlobalScope": false
490
+ },
491
+ "../src/_modules/models.index.ts": {
492
+ "version": "d2b8313e82b81c80ef45c1eddda8c12fac1be2584675873982909ce08cbd4697",
493
+ "signature": "46f7d9ec5eb331a3a6669d7937b99d532b236d91e2beaef9fb047ccb79e8e811",
494
+ "affectsGlobalScope": false
495
+ },
496
+ "../src/_modules/shared-service.index.ts": {
497
+ "version": "025c9fc25fec805b55c142d8156e25b40ad5823bf422feb298bc8fa2a3aab7d6",
498
+ "signature": "dca0cba39c22866a15717f1be6ed215912640818fc03e7d5184ebd0ec173b2c2",
499
+ "affectsGlobalScope": false
500
+ },
501
+ "../src/_modules/test-module.index.ts": {
502
+ "version": "8cb609b5442253ec4c8cc0b21ad7e55975b5b67894c74cff4edd088555657020",
503
+ "signature": "0fa4899e22291088162b9d5417ec6020b69f0f957743511b420bc27a8db2e041",
504
+ "affectsGlobalScope": false
505
+ },
506
+ "../src/_modules/usage-module.index.ts": {
507
+ "version": "0ca955694441fb8ded14823a7ec47c6f9b4d740c313a78a59813b7637c3c2ff3",
508
+ "signature": "69117ea20bbb235dcc47da9ccc7ad979d6afe8b2f6218c0c451baa1e08f882fd",
509
+ "affectsGlobalScope": false
510
+ },
511
+ "../src/_utils/array.util.spec.ts": {
512
+ "version": "58ccc8c0fe0a1b1deca8cac78a3cfd6b1392fee193b0d6d6c8130414405e2299",
513
+ "signature": "10bfef28f6503df9ffe6f1a46aa91aea8de4f1f476ef48d8c6d37b90460c7152",
514
+ "affectsGlobalScope": false
515
+ },
516
+ "../node_modules/@types/jasmine/index.d.ts": {
517
+ "version": "7b47206a5c05de001334573d5786cd200c7c37b915ba805ffb6c464512481bb3",
518
+ "signature": "7b47206a5c05de001334573d5786cd200c7c37b915ba805ffb6c464512481bb3",
519
+ "affectsGlobalScope": true
520
+ },
521
+ "../node_modules/@types/node/globals.d.ts": {
522
+ "version": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
523
+ "signature": "6fc83519155969f2457d2454908d68830a6f6480974914c024eaf4e3248a2fd1",
524
+ "affectsGlobalScope": true
525
+ },
526
+ "../node_modules/@types/node/async_hooks.d.ts": {
527
+ "version": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
528
+ "signature": "4ed9f71ddbb5753771ee391f64297078a88f7dfd1480646dcf08c31395778682",
529
+ "affectsGlobalScope": false
530
+ },
531
+ "../node_modules/@types/node/buffer.d.ts": {
532
+ "version": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
533
+ "signature": "bc6a78961535181265845bf9b9e8a147ffd0ca275097ceb670a9b92afa825152",
534
+ "affectsGlobalScope": false
535
+ },
536
+ "../node_modules/@types/node/child_process.d.ts": {
537
+ "version": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
538
+ "signature": "714e21572208da98a16594de5e42ee54dbbebca7e69e956d2dac010564378c45",
539
+ "affectsGlobalScope": false
540
+ },
541
+ "../node_modules/@types/node/cluster.d.ts": {
542
+ "version": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
543
+ "signature": "123ec69e4b3a686eb49afd94ebe3292a5c84a867ecbcb6bb84bdd720a12af803",
544
+ "affectsGlobalScope": false
545
+ },
546
+ "../node_modules/@types/node/console.d.ts": {
547
+ "version": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
548
+ "signature": "51851805d06a6878796c3a00ccf0839fe18111a38d1bae84964c269f16bcc2b7",
549
+ "affectsGlobalScope": true
550
+ },
551
+ "../node_modules/@types/node/constants.d.ts": {
552
+ "version": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
553
+ "signature": "90c85ddbb8de82cd19198bda062065fc51b7407c0f206f2e399e65a52e979720",
554
+ "affectsGlobalScope": false
555
+ },
556
+ "../node_modules/@types/node/crypto.d.ts": {
557
+ "version": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
558
+ "signature": "bc99370962c617000b3f66ba97426142bf49daa5467c081c64a57ad7bc6bcc14",
559
+ "affectsGlobalScope": false
560
+ },
561
+ "../node_modules/@types/node/dgram.d.ts": {
562
+ "version": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
563
+ "signature": "7ecfe97b43aa6c8b8f90caa599d5648bb559962e74e6f038f73a77320569dd78",
564
+ "affectsGlobalScope": false
565
+ },
566
+ "../node_modules/@types/node/dns.d.ts": {
567
+ "version": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
568
+ "signature": "7db7569fbb3e2b01ba8751c761cdd3f0debd104170d5665b7dc20a11630df3a9",
569
+ "affectsGlobalScope": false
570
+ },
571
+ "../node_modules/@types/node/domain.d.ts": {
572
+ "version": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
573
+ "signature": "cde4d7f6274468180fa39847b183aec22626e8212ff885d535c53f4cd7c225fd",
574
+ "affectsGlobalScope": true
575
+ },
576
+ "../node_modules/@types/node/events.d.ts": {
577
+ "version": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
578
+ "signature": "072b0ac82ae8fe05b0d4f2eadb7f6edd0ebd84175ecad2f9e09261290a86bcee",
579
+ "affectsGlobalScope": true
580
+ },
581
+ "../node_modules/@types/node/fs.d.ts": {
582
+ "version": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
583
+ "signature": "5a1eba6d050430241b27463e4917e1d30d3f5e242f47cab42619e4f7c5dea486",
584
+ "affectsGlobalScope": false
585
+ },
586
+ "../node_modules/@types/node/fs/promises.d.ts": {
587
+ "version": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
588
+ "signature": "fb28748ff8d015f52e99daee4f454e57cec1a22141f1257c317f3630a15edeb7",
589
+ "affectsGlobalScope": false
590
+ },
591
+ "../node_modules/@types/node/http.d.ts": {
592
+ "version": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
593
+ "signature": "27534007150d3d80f12fe48dc815b32bf9b92a7de058b52bfc21a256e9d18966",
594
+ "affectsGlobalScope": false
595
+ },
596
+ "../node_modules/@types/node/http2.d.ts": {
597
+ "version": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
598
+ "signature": "5d9394b829cfd504b2fe17287aaad8ce1dcfb2a2183c962a90a85b96da2c1c90",
599
+ "affectsGlobalScope": false
600
+ },
601
+ "../node_modules/@types/node/https.d.ts": {
602
+ "version": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
603
+ "signature": "c969bf4c7cdfe4d5dd28aa09432f99d09ad1d8d8b839959646579521d0467d1a",
604
+ "affectsGlobalScope": false
605
+ },
606
+ "../node_modules/@types/node/inspector.d.ts": {
607
+ "version": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
608
+ "signature": "6c3857edaeeaaf43812f527830ebeece9266b6e8eb5271ab6d2f0008306c9947",
609
+ "affectsGlobalScope": false
610
+ },
611
+ "../node_modules/@types/node/module.d.ts": {
612
+ "version": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
613
+ "signature": "bc6a77e750f4d34584e46b1405b771fb69a224197dd6bafe5b0392a29a70b665",
614
+ "affectsGlobalScope": false
615
+ },
616
+ "../node_modules/@types/node/net.d.ts": {
617
+ "version": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
618
+ "signature": "46cac76114704902baa535b30fb66a26aeaf9430f3b3ab44746e329f12e85498",
619
+ "affectsGlobalScope": false
620
+ },
621
+ "../node_modules/@types/node/os.d.ts": {
622
+ "version": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
623
+ "signature": "ed4ae81196cccc10f297d228bca8d02e31058e6d723a3c5bc4be5fb3c61c6a34",
624
+ "affectsGlobalScope": false
625
+ },
626
+ "../node_modules/@types/node/path.d.ts": {
627
+ "version": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
628
+ "signature": "84044697c8b3e08ef24e4b32cfe6440143d07e469a5e34bda0635276d32d9f35",
629
+ "affectsGlobalScope": false
630
+ },
631
+ "../node_modules/@types/node/perf_hooks.d.ts": {
632
+ "version": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
633
+ "signature": "0b6098fedb648cab8091cca2b022a5c729b6ef18da923852033f495907cb1a45",
634
+ "affectsGlobalScope": false
635
+ },
636
+ "../node_modules/@types/node/process.d.ts": {
637
+ "version": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
638
+ "signature": "6eaee45c02a226f96d34e0c6a7542873d0160af179bbf9ead42e05f6fc36f9e5",
639
+ "affectsGlobalScope": true
640
+ },
641
+ "../node_modules/@types/node/punycode.d.ts": {
642
+ "version": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
643
+ "signature": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
644
+ "affectsGlobalScope": false
645
+ },
646
+ "../node_modules/@types/node/querystring.d.ts": {
647
+ "version": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
648
+ "signature": "884560fda6c3868f925f022adc3a1289fe6507bbb45adb10fa1bbcc73a941bb0",
649
+ "affectsGlobalScope": false
650
+ },
651
+ "../node_modules/@types/node/readline.d.ts": {
652
+ "version": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
653
+ "signature": "6b2bb67b0942bcfce93e1d6fad5f70afd54940a2b13df7f311201fba54b2cbe9",
654
+ "affectsGlobalScope": false
655
+ },
656
+ "../node_modules/@types/node/repl.d.ts": {
657
+ "version": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
658
+ "signature": "dd3706b25d06fe23c73d16079e8c66ac775831ef419da00716bf2aee530a04a4",
659
+ "affectsGlobalScope": false
660
+ },
661
+ "../node_modules/@types/node/stream.d.ts": {
662
+ "version": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
663
+ "signature": "1298327149e93a60c24a3b5db6048f7cc8fd4e3259e91d05fc44306a04b1b873",
664
+ "affectsGlobalScope": false
665
+ },
666
+ "../node_modules/@types/node/string_decoder.d.ts": {
667
+ "version": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
668
+ "signature": "d67e08745494b000da9410c1ae2fdc9965fc6d593fe0f381a47491f75417d457",
669
+ "affectsGlobalScope": false
670
+ },
671
+ "../node_modules/@types/node/timers.d.ts": {
672
+ "version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
673
+ "signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
674
+ "affectsGlobalScope": false
675
+ },
676
+ "../node_modules/@types/node/tls.d.ts": {
677
+ "version": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
678
+ "signature": "b268804feea68616eb0daad944359f46a2eac9b53a72a3d12bf328ef01207805",
679
+ "affectsGlobalScope": false
680
+ },
681
+ "../node_modules/@types/node/trace_events.d.ts": {
682
+ "version": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
683
+ "signature": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
684
+ "affectsGlobalScope": false
685
+ },
686
+ "../node_modules/@types/node/tty.d.ts": {
687
+ "version": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
688
+ "signature": "3c2ac350c3baa61fd2b1925844109e098f4376d0768a4643abc82754fd752748",
689
+ "affectsGlobalScope": false
690
+ },
691
+ "../node_modules/@types/node/url.d.ts": {
692
+ "version": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
693
+ "signature": "826d48e49c905cedb906cbde6ccaf758827ff5867d4daa006b5a79e0fb489357",
694
+ "affectsGlobalScope": false
695
+ },
696
+ "../node_modules/@types/node/util.d.ts": {
697
+ "version": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
698
+ "signature": "baa711b17f67390c60eac3c70a1391b23a8e3833cb723b2d7336d4817a22455c",
699
+ "affectsGlobalScope": false
700
+ },
701
+ "../node_modules/@types/node/v8.d.ts": {
702
+ "version": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
703
+ "signature": "289be113bad7ee27ee7fa5b1e373c964c9789a5e9ed7db5ddcb631371120b953",
704
+ "affectsGlobalScope": false
705
+ },
706
+ "../node_modules/@types/node/vm.d.ts": {
707
+ "version": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
708
+ "signature": "e4abb8eaa8a7d78236be0f8342404aab076668d20590209e32fdeb924588531e",
709
+ "affectsGlobalScope": false
710
+ },
711
+ "../node_modules/@types/node/worker_threads.d.ts": {
712
+ "version": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
713
+ "signature": "086bfc0710b044ce1586108ee56c6e1c0d9ca2d325c153bb026cbc850169f593",
714
+ "affectsGlobalScope": false
715
+ },
716
+ "../node_modules/@types/node/zlib.d.ts": {
717
+ "version": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
718
+ "signature": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
719
+ "affectsGlobalScope": false
720
+ },
721
+ "../node_modules/@types/node/base.d.ts": {
722
+ "version": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
723
+ "signature": "b46af749e3574b83bccc0ec829322b15e834ae90b45760eebc75a189c28c0868",
724
+ "affectsGlobalScope": false
725
+ },
726
+ "../node_modules/@types/node/ts3.2/fs.d.ts": {
727
+ "version": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
728
+ "signature": "12b2608d6074167c331c9c3c6994a57819f6ff934c7fd4527e23aabf56d4c8d1",
729
+ "affectsGlobalScope": false
730
+ },
731
+ "../node_modules/@types/node/ts3.2/process.d.ts": {
732
+ "version": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
733
+ "signature": "ed9a167405a95168481b8b3ca6934565c8ed59de52f06e08b4c8b547e16b1257",
734
+ "affectsGlobalScope": true
735
+ },
736
+ "../node_modules/@types/node/ts3.2/util.d.ts": {
737
+ "version": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
738
+ "signature": "ffc1cd688606ad1ddb59a40e8f3defbde907af2a3402d1d9ddf69accb2903f07",
739
+ "affectsGlobalScope": false
740
+ },
741
+ "../node_modules/@types/node/ts3.2/globals.d.ts": {
742
+ "version": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
743
+ "signature": "0bd12336f0f61303a1f71e1ab0b2ae325489eb9c7896cd49eb96edc9f182cf07",
744
+ "affectsGlobalScope": true
745
+ },
746
+ "../node_modules/@types/node/ts3.2/base.d.ts": {
747
+ "version": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
748
+ "signature": "bf7aafaeb6b90aaad61e446a8ad36eb30f6ea0292953eefcb7fdca95582d5c98",
749
+ "affectsGlobalScope": false
750
+ },
751
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts": {
752
+ "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
753
+ "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
754
+ "affectsGlobalScope": true
755
+ },
756
+ "../node_modules/@types/node/ts3.5/wasi.d.ts": {
757
+ "version": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
758
+ "signature": "0b3fef11ea6208c4cb3715c9aa108766ce98fc726bfba68cc23b25ce944ce9c0",
759
+ "affectsGlobalScope": false
760
+ },
761
+ "../node_modules/@types/node/ts3.5/base.d.ts": {
762
+ "version": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
763
+ "signature": "255dbc5a5acef2b83b47145042aa0127ebf7fe24cd5ce6afaaaf5c8fc2c5eb96",
764
+ "affectsGlobalScope": false
765
+ },
766
+ "../node_modules/@types/node/ts3.7/assert.d.ts": {
767
+ "version": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
768
+ "signature": "a8b842671d535d14f533fd8dbfacebceacf5195069d720425d572d5cc5ab3dc4",
769
+ "affectsGlobalScope": false
770
+ },
771
+ "../node_modules/@types/node/ts3.7/base.d.ts": {
772
+ "version": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
773
+ "signature": "9779312cffccce68e3ffbaa3a876381dc54a8240d9bdaa448f7eba222ec19392",
774
+ "affectsGlobalScope": false
775
+ },
776
+ "../node_modules/@types/node/ts3.7/index.d.ts": {
777
+ "version": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
778
+ "signature": "d522314e80ed71b57e3c2939d3c9594eaae63a4adf028559e6574f6b270b0fee",
779
+ "affectsGlobalScope": false
780
+ }
781
+ },
782
+ "options": {
783
+ "incremental": true,
784
+ "target": 2,
785
+ "module": 1,
786
+ "lib": [
787
+ "lib.es2015.d.ts",
788
+ "lib.es2018.d.ts",
789
+ "lib.es2020.d.ts",
790
+ "lib.dom.d.ts"
791
+ ],
792
+ "allowJs": true,
793
+ "declaration": true,
794
+ "declarationMap": true,
795
+ "sourceMap": true,
796
+ "outDir": "./",
797
+ "importHelpers": true,
798
+ "moduleResolution": 2,
799
+ "esModuleInterop": true,
800
+ "skipLibCheck": true,
801
+ "forceConsistentCasingInFileNames": true,
802
+ "resolveJsonModule": true,
803
+ "configFilePath": "../tsconfig.json"
804
+ },
805
+ "referencedMap": {
806
+ "../node_modules/@types/jasmine/index.d.ts": [
807
+ "../node_modules/@types/node/fs.d.ts",
808
+ "../node_modules/@types/node/process.d.ts",
809
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
810
+ "../node_modules/@types/node/ts3.2/process.d.ts",
811
+ "../node_modules/@types/node/ts3.2/util.d.ts",
812
+ "../node_modules/@types/node/util.d.ts"
813
+ ],
814
+ "../node_modules/@types/node/async_hooks.d.ts": [
815
+ "../node_modules/@types/node/fs.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/base.d.ts": [
823
+ "../node_modules/@types/node/async_hooks.d.ts",
824
+ "../node_modules/@types/node/buffer.d.ts",
825
+ "../node_modules/@types/node/child_process.d.ts",
826
+ "../node_modules/@types/node/cluster.d.ts",
827
+ "../node_modules/@types/node/console.d.ts",
828
+ "../node_modules/@types/node/constants.d.ts",
829
+ "../node_modules/@types/node/crypto.d.ts",
830
+ "../node_modules/@types/node/dgram.d.ts",
831
+ "../node_modules/@types/node/dns.d.ts",
832
+ "../node_modules/@types/node/domain.d.ts",
833
+ "../node_modules/@types/node/events.d.ts",
834
+ "../node_modules/@types/node/fs.d.ts",
835
+ "../node_modules/@types/node/fs/promises.d.ts",
836
+ "../node_modules/@types/node/globals.d.ts",
837
+ "../node_modules/@types/node/http.d.ts",
838
+ "../node_modules/@types/node/http2.d.ts",
839
+ "../node_modules/@types/node/https.d.ts",
840
+ "../node_modules/@types/node/inspector.d.ts",
841
+ "../node_modules/@types/node/module.d.ts",
842
+ "../node_modules/@types/node/net.d.ts",
843
+ "../node_modules/@types/node/os.d.ts",
844
+ "../node_modules/@types/node/path.d.ts",
845
+ "../node_modules/@types/node/perf_hooks.d.ts",
846
+ "../node_modules/@types/node/process.d.ts",
847
+ "../node_modules/@types/node/punycode.d.ts",
848
+ "../node_modules/@types/node/querystring.d.ts",
849
+ "../node_modules/@types/node/readline.d.ts",
850
+ "../node_modules/@types/node/repl.d.ts",
851
+ "../node_modules/@types/node/stream.d.ts",
852
+ "../node_modules/@types/node/string_decoder.d.ts",
853
+ "../node_modules/@types/node/timers.d.ts",
854
+ "../node_modules/@types/node/tls.d.ts",
855
+ "../node_modules/@types/node/trace_events.d.ts",
856
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
857
+ "../node_modules/@types/node/ts3.2/process.d.ts",
858
+ "../node_modules/@types/node/ts3.2/util.d.ts",
859
+ "../node_modules/@types/node/tty.d.ts",
860
+ "../node_modules/@types/node/url.d.ts",
861
+ "../node_modules/@types/node/util.d.ts",
862
+ "../node_modules/@types/node/v8.d.ts",
863
+ "../node_modules/@types/node/vm.d.ts",
864
+ "../node_modules/@types/node/worker_threads.d.ts",
865
+ "../node_modules/@types/node/zlib.d.ts"
866
+ ],
867
+ "../node_modules/@types/node/buffer.d.ts": [
868
+ "../node_modules/@types/node/fs.d.ts",
869
+ "../node_modules/@types/node/process.d.ts",
870
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
871
+ "../node_modules/@types/node/ts3.2/process.d.ts",
872
+ "../node_modules/@types/node/ts3.2/util.d.ts",
873
+ "../node_modules/@types/node/util.d.ts"
874
+ ],
875
+ "../node_modules/@types/node/child_process.d.ts": [
876
+ "../node_modules/@types/node/events.d.ts",
877
+ "../node_modules/@types/node/fs.d.ts",
878
+ "../node_modules/@types/node/net.d.ts",
879
+ "../node_modules/@types/node/process.d.ts",
880
+ "../node_modules/@types/node/stream.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/cluster.d.ts": [
887
+ "../node_modules/@types/node/child_process.d.ts",
888
+ "../node_modules/@types/node/events.d.ts",
889
+ "../node_modules/@types/node/fs.d.ts",
890
+ "../node_modules/@types/node/net.d.ts",
891
+ "../node_modules/@types/node/process.d.ts",
892
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
893
+ "../node_modules/@types/node/ts3.2/process.d.ts",
894
+ "../node_modules/@types/node/ts3.2/util.d.ts",
895
+ "../node_modules/@types/node/util.d.ts"
896
+ ],
897
+ "../node_modules/@types/node/console.d.ts": [
898
+ "../node_modules/@types/node/fs.d.ts",
899
+ "../node_modules/@types/node/process.d.ts",
900
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
901
+ "../node_modules/@types/node/ts3.2/process.d.ts",
902
+ "../node_modules/@types/node/ts3.2/util.d.ts",
903
+ "../node_modules/@types/node/util.d.ts"
904
+ ],
905
+ "../node_modules/@types/node/constants.d.ts": [
906
+ "../node_modules/@types/node/crypto.d.ts",
907
+ "../node_modules/@types/node/fs.d.ts",
908
+ "../node_modules/@types/node/os.d.ts",
909
+ "../node_modules/@types/node/process.d.ts",
910
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
911
+ "../node_modules/@types/node/ts3.2/process.d.ts",
912
+ "../node_modules/@types/node/ts3.2/util.d.ts",
913
+ "../node_modules/@types/node/util.d.ts"
914
+ ],
915
+ "../node_modules/@types/node/crypto.d.ts": [
916
+ "../node_modules/@types/node/fs.d.ts",
917
+ "../node_modules/@types/node/process.d.ts",
918
+ "../node_modules/@types/node/stream.d.ts",
919
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
920
+ "../node_modules/@types/node/ts3.2/process.d.ts",
921
+ "../node_modules/@types/node/ts3.2/util.d.ts",
922
+ "../node_modules/@types/node/util.d.ts"
923
+ ],
924
+ "../node_modules/@types/node/dgram.d.ts": [
925
+ "../node_modules/@types/node/dns.d.ts",
926
+ "../node_modules/@types/node/events.d.ts",
927
+ "../node_modules/@types/node/fs.d.ts",
928
+ "../node_modules/@types/node/net.d.ts",
929
+ "../node_modules/@types/node/process.d.ts",
930
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
931
+ "../node_modules/@types/node/ts3.2/process.d.ts",
932
+ "../node_modules/@types/node/ts3.2/util.d.ts",
933
+ "../node_modules/@types/node/util.d.ts"
934
+ ],
935
+ "../node_modules/@types/node/dns.d.ts": [
936
+ "../node_modules/@types/node/fs.d.ts",
937
+ "../node_modules/@types/node/process.d.ts",
938
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
939
+ "../node_modules/@types/node/ts3.2/process.d.ts",
940
+ "../node_modules/@types/node/ts3.2/util.d.ts",
941
+ "../node_modules/@types/node/util.d.ts"
942
+ ],
943
+ "../node_modules/@types/node/domain.d.ts": [
944
+ "../node_modules/@types/node/events.d.ts",
945
+ "../node_modules/@types/node/fs.d.ts",
946
+ "../node_modules/@types/node/process.d.ts",
947
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
948
+ "../node_modules/@types/node/ts3.2/process.d.ts",
949
+ "../node_modules/@types/node/ts3.2/util.d.ts",
950
+ "../node_modules/@types/node/util.d.ts"
951
+ ],
952
+ "../node_modules/@types/node/events.d.ts": [
953
+ "../node_modules/@types/node/fs.d.ts",
954
+ "../node_modules/@types/node/process.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/fs.d.ts": [
961
+ "../node_modules/@types/node/events.d.ts",
962
+ "../node_modules/@types/node/fs/promises.d.ts",
963
+ "../node_modules/@types/node/process.d.ts",
964
+ "../node_modules/@types/node/stream.d.ts",
965
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
966
+ "../node_modules/@types/node/ts3.2/process.d.ts",
967
+ "../node_modules/@types/node/ts3.2/util.d.ts",
968
+ "../node_modules/@types/node/url.d.ts",
969
+ "../node_modules/@types/node/util.d.ts"
970
+ ],
971
+ "../node_modules/@types/node/fs/promises.d.ts": [
972
+ "../node_modules/@types/node/fs.d.ts",
973
+ "../node_modules/@types/node/process.d.ts",
974
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
975
+ "../node_modules/@types/node/ts3.2/process.d.ts",
976
+ "../node_modules/@types/node/ts3.2/util.d.ts",
977
+ "../node_modules/@types/node/util.d.ts"
978
+ ],
979
+ "../node_modules/@types/node/globals.d.ts": [
980
+ "../node_modules/@types/node/fs.d.ts",
981
+ "../node_modules/@types/node/process.d.ts",
982
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
983
+ "../node_modules/@types/node/ts3.2/process.d.ts",
984
+ "../node_modules/@types/node/ts3.2/util.d.ts",
985
+ "../node_modules/@types/node/util.d.ts"
986
+ ],
987
+ "../node_modules/@types/node/http.d.ts": [
988
+ "../node_modules/@types/node/fs.d.ts",
989
+ "../node_modules/@types/node/net.d.ts",
990
+ "../node_modules/@types/node/process.d.ts",
991
+ "../node_modules/@types/node/stream.d.ts",
992
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
993
+ "../node_modules/@types/node/ts3.2/process.d.ts",
994
+ "../node_modules/@types/node/ts3.2/util.d.ts",
995
+ "../node_modules/@types/node/url.d.ts",
996
+ "../node_modules/@types/node/util.d.ts"
997
+ ],
998
+ "../node_modules/@types/node/http2.d.ts": [
999
+ "../node_modules/@types/node/events.d.ts",
1000
+ "../node_modules/@types/node/fs.d.ts",
1001
+ "../node_modules/@types/node/http.d.ts",
1002
+ "../node_modules/@types/node/net.d.ts",
1003
+ "../node_modules/@types/node/process.d.ts",
1004
+ "../node_modules/@types/node/stream.d.ts",
1005
+ "../node_modules/@types/node/tls.d.ts",
1006
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1007
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1008
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1009
+ "../node_modules/@types/node/url.d.ts",
1010
+ "../node_modules/@types/node/util.d.ts"
1011
+ ],
1012
+ "../node_modules/@types/node/https.d.ts": [
1013
+ "../node_modules/@types/node/events.d.ts",
1014
+ "../node_modules/@types/node/fs.d.ts",
1015
+ "../node_modules/@types/node/http.d.ts",
1016
+ "../node_modules/@types/node/process.d.ts",
1017
+ "../node_modules/@types/node/tls.d.ts",
1018
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1019
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1020
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1021
+ "../node_modules/@types/node/url.d.ts",
1022
+ "../node_modules/@types/node/util.d.ts"
1023
+ ],
1024
+ "../node_modules/@types/node/inspector.d.ts": [
1025
+ "../node_modules/@types/node/events.d.ts",
1026
+ "../node_modules/@types/node/fs.d.ts",
1027
+ "../node_modules/@types/node/process.d.ts",
1028
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1029
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1030
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1031
+ "../node_modules/@types/node/util.d.ts"
1032
+ ],
1033
+ "../node_modules/@types/node/module.d.ts": [
1034
+ "../node_modules/@types/node/fs.d.ts",
1035
+ "../node_modules/@types/node/process.d.ts",
1036
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1037
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1038
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1039
+ "../node_modules/@types/node/url.d.ts",
1040
+ "../node_modules/@types/node/util.d.ts"
1041
+ ],
1042
+ "../node_modules/@types/node/net.d.ts": [
1043
+ "../node_modules/@types/node/dns.d.ts",
1044
+ "../node_modules/@types/node/events.d.ts",
1045
+ "../node_modules/@types/node/fs.d.ts",
1046
+ "../node_modules/@types/node/process.d.ts",
1047
+ "../node_modules/@types/node/stream.d.ts",
1048
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1049
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1050
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1051
+ "../node_modules/@types/node/util.d.ts"
1052
+ ],
1053
+ "../node_modules/@types/node/os.d.ts": [
1054
+ "../node_modules/@types/node/fs.d.ts",
1055
+ "../node_modules/@types/node/process.d.ts",
1056
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1057
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1058
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1059
+ "../node_modules/@types/node/util.d.ts"
1060
+ ],
1061
+ "../node_modules/@types/node/path.d.ts": [
1062
+ "../node_modules/@types/node/fs.d.ts",
1063
+ "../node_modules/@types/node/process.d.ts",
1064
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1065
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1066
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1067
+ "../node_modules/@types/node/util.d.ts"
1068
+ ],
1069
+ "../node_modules/@types/node/perf_hooks.d.ts": [
1070
+ "../node_modules/@types/node/async_hooks.d.ts",
1071
+ "../node_modules/@types/node/fs.d.ts",
1072
+ "../node_modules/@types/node/process.d.ts",
1073
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1074
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1075
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1076
+ "../node_modules/@types/node/util.d.ts"
1077
+ ],
1078
+ "../node_modules/@types/node/process.d.ts": [
1079
+ "../node_modules/@types/node/fs.d.ts",
1080
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1081
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1082
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1083
+ "../node_modules/@types/node/tty.d.ts",
1084
+ "../node_modules/@types/node/util.d.ts"
1085
+ ],
1086
+ "../node_modules/@types/node/punycode.d.ts": [
1087
+ "../node_modules/@types/node/fs.d.ts",
1088
+ "../node_modules/@types/node/process.d.ts",
1089
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1090
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1091
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1092
+ "../node_modules/@types/node/util.d.ts"
1093
+ ],
1094
+ "../node_modules/@types/node/querystring.d.ts": [
1095
+ "../node_modules/@types/node/fs.d.ts",
1096
+ "../node_modules/@types/node/process.d.ts",
1097
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1098
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1099
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1100
+ "../node_modules/@types/node/util.d.ts"
1101
+ ],
1102
+ "../node_modules/@types/node/readline.d.ts": [
1103
+ "../node_modules/@types/node/events.d.ts",
1104
+ "../node_modules/@types/node/fs.d.ts",
1105
+ "../node_modules/@types/node/process.d.ts",
1106
+ "../node_modules/@types/node/stream.d.ts",
1107
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1108
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1109
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1110
+ "../node_modules/@types/node/util.d.ts"
1111
+ ],
1112
+ "../node_modules/@types/node/repl.d.ts": [
1113
+ "../node_modules/@types/node/fs.d.ts",
1114
+ "../node_modules/@types/node/process.d.ts",
1115
+ "../node_modules/@types/node/readline.d.ts",
1116
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1117
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1118
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1119
+ "../node_modules/@types/node/util.d.ts",
1120
+ "../node_modules/@types/node/vm.d.ts"
1121
+ ],
1122
+ "../node_modules/@types/node/stream.d.ts": [
1123
+ "../node_modules/@types/node/events.d.ts",
1124
+ "../node_modules/@types/node/fs.d.ts",
1125
+ "../node_modules/@types/node/process.d.ts",
1126
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1127
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1128
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1129
+ "../node_modules/@types/node/util.d.ts"
1130
+ ],
1131
+ "../node_modules/@types/node/string_decoder.d.ts": [
1132
+ "../node_modules/@types/node/fs.d.ts",
1133
+ "../node_modules/@types/node/process.d.ts",
1134
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1135
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1136
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1137
+ "../node_modules/@types/node/util.d.ts"
1138
+ ],
1139
+ "../node_modules/@types/node/timers.d.ts": [
1140
+ "../node_modules/@types/node/fs.d.ts",
1141
+ "../node_modules/@types/node/process.d.ts",
1142
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1143
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1144
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1145
+ "../node_modules/@types/node/util.d.ts"
1146
+ ],
1147
+ "../node_modules/@types/node/tls.d.ts": [
1148
+ "../node_modules/@types/node/crypto.d.ts",
1149
+ "../node_modules/@types/node/dns.d.ts",
1150
+ "../node_modules/@types/node/fs.d.ts",
1151
+ "../node_modules/@types/node/net.d.ts",
1152
+ "../node_modules/@types/node/process.d.ts",
1153
+ "../node_modules/@types/node/stream.d.ts",
1154
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1155
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1156
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1157
+ "../node_modules/@types/node/util.d.ts"
1158
+ ],
1159
+ "../node_modules/@types/node/trace_events.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/util.d.ts"
1166
+ ],
1167
+ "../node_modules/@types/node/ts3.2/base.d.ts": [
1168
+ "../node_modules/@types/node/base.d.ts",
1169
+ "../node_modules/@types/node/fs.d.ts",
1170
+ "../node_modules/@types/node/process.d.ts",
1171
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1172
+ "../node_modules/@types/node/ts3.2/globals.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/ts3.2/fs.d.ts": [
1178
+ "../node_modules/@types/node/fs.d.ts",
1179
+ "../node_modules/@types/node/process.d.ts",
1180
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1181
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1182
+ "../node_modules/@types/node/util.d.ts"
1183
+ ],
1184
+ "../node_modules/@types/node/ts3.2/globals.d.ts": [
1185
+ "../node_modules/@types/node/fs.d.ts",
1186
+ "../node_modules/@types/node/globals.d.ts",
1187
+ "../node_modules/@types/node/process.d.ts",
1188
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1189
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1190
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1191
+ "../node_modules/@types/node/util.d.ts"
1192
+ ],
1193
+ "../node_modules/@types/node/ts3.2/process.d.ts": [
1194
+ "../node_modules/@types/node/fs.d.ts",
1195
+ "../node_modules/@types/node/process.d.ts",
1196
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1197
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1198
+ "../node_modules/@types/node/util.d.ts"
1199
+ ],
1200
+ "../node_modules/@types/node/ts3.2/util.d.ts": [
1201
+ "../node_modules/@types/node/fs.d.ts",
1202
+ "../node_modules/@types/node/process.d.ts",
1203
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1204
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1205
+ "../node_modules/@types/node/util.d.ts"
1206
+ ],
1207
+ "../node_modules/@types/node/ts3.5/base.d.ts": [
1208
+ "../node_modules/@types/node/fs.d.ts",
1209
+ "../node_modules/@types/node/process.d.ts",
1210
+ "../node_modules/@types/node/ts3.2/base.d.ts",
1211
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1212
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1213
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1214
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts",
1215
+ "../node_modules/@types/node/ts3.5/wasi.d.ts",
1216
+ "../node_modules/@types/node/util.d.ts"
1217
+ ],
1218
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts": [
1219
+ "../node_modules/@types/node/fs.d.ts",
1220
+ "../node_modules/@types/node/process.d.ts",
1221
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1222
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1223
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1224
+ "../node_modules/@types/node/util.d.ts"
1225
+ ],
1226
+ "../node_modules/@types/node/ts3.5/wasi.d.ts": [
1227
+ "../node_modules/@types/node/fs.d.ts",
1228
+ "../node_modules/@types/node/process.d.ts",
1229
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1230
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1231
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1232
+ "../node_modules/@types/node/util.d.ts"
1233
+ ],
1234
+ "../node_modules/@types/node/ts3.7/assert.d.ts": [
1235
+ "../node_modules/@types/node/fs.d.ts",
1236
+ "../node_modules/@types/node/process.d.ts",
1237
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1238
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1239
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1240
+ "../node_modules/@types/node/util.d.ts"
1241
+ ],
1242
+ "../node_modules/@types/node/ts3.7/base.d.ts": [
1243
+ "../node_modules/@types/node/fs.d.ts",
1244
+ "../node_modules/@types/node/process.d.ts",
1245
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1246
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1247
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1248
+ "../node_modules/@types/node/ts3.5/base.d.ts",
1249
+ "../node_modules/@types/node/ts3.7/assert.d.ts",
1250
+ "../node_modules/@types/node/util.d.ts"
1251
+ ],
1252
+ "../node_modules/@types/node/ts3.7/index.d.ts": [
1253
+ "../node_modules/@types/node/fs.d.ts",
1254
+ "../node_modules/@types/node/process.d.ts",
1255
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1256
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1257
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1258
+ "../node_modules/@types/node/ts3.7/base.d.ts",
1259
+ "../node_modules/@types/node/util.d.ts"
1260
+ ],
1261
+ "../node_modules/@types/node/tty.d.ts": [
1262
+ "../node_modules/@types/node/fs.d.ts",
1263
+ "../node_modules/@types/node/net.d.ts",
1264
+ "../node_modules/@types/node/process.d.ts",
1265
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1266
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1267
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1268
+ "../node_modules/@types/node/util.d.ts"
1269
+ ],
1270
+ "../node_modules/@types/node/url.d.ts": [
1271
+ "../node_modules/@types/node/fs.d.ts",
1272
+ "../node_modules/@types/node/process.d.ts",
1273
+ "../node_modules/@types/node/querystring.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/@types/node/util.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
+ ],
1286
+ "../node_modules/@types/node/v8.d.ts": [
1287
+ "../node_modules/@types/node/fs.d.ts",
1288
+ "../node_modules/@types/node/process.d.ts",
1289
+ "../node_modules/@types/node/stream.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/@types/node/vm.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/@types/node/worker_threads.d.ts": [
1304
+ "../node_modules/@types/node/events.d.ts",
1305
+ "../node_modules/@types/node/fs.d.ts",
1306
+ "../node_modules/@types/node/process.d.ts",
1307
+ "../node_modules/@types/node/stream.d.ts",
1308
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1309
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1310
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1311
+ "../node_modules/@types/node/url.d.ts",
1312
+ "../node_modules/@types/node/util.d.ts",
1313
+ "../node_modules/@types/node/vm.d.ts"
1314
+ ],
1315
+ "../node_modules/@types/node/zlib.d.ts": [
1316
+ "../node_modules/@types/node/fs.d.ts",
1317
+ "../node_modules/@types/node/process.d.ts",
1318
+ "../node_modules/@types/node/stream.d.ts",
1319
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1320
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1321
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1322
+ "../node_modules/@types/node/util.d.ts"
1323
+ ],
1324
+ "../node_modules/tslib/tslib.d.ts": [
1325
+ "../node_modules/@types/node/fs.d.ts",
1326
+ "../node_modules/@types/node/process.d.ts",
1327
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1328
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1329
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1330
+ "../node_modules/@types/node/util.d.ts"
1331
+ ],
1332
+ "../node_modules/typescript/lib/lib.dom.d.ts": [
1333
+ "../node_modules/@types/node/fs.d.ts",
1334
+ "../node_modules/@types/node/process.d.ts",
1335
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1336
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1337
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1338
+ "../node_modules/@types/node/util.d.ts"
1339
+ ],
1340
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
1341
+ "../node_modules/@types/node/fs.d.ts",
1342
+ "../node_modules/@types/node/process.d.ts",
1343
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1344
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1345
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1346
+ "../node_modules/@types/node/util.d.ts"
1347
+ ],
1348
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
1349
+ "../node_modules/@types/node/fs.d.ts",
1350
+ "../node_modules/@types/node/process.d.ts",
1351
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1352
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1353
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1354
+ "../node_modules/@types/node/util.d.ts"
1355
+ ],
1356
+ "../node_modules/typescript/lib/lib.es2015.d.ts": [
1357
+ "../node_modules/@types/node/fs.d.ts",
1358
+ "../node_modules/@types/node/process.d.ts",
1359
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1360
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1361
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1362
+ "../node_modules/@types/node/util.d.ts"
1363
+ ],
1364
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
1365
+ "../node_modules/@types/node/fs.d.ts",
1366
+ "../node_modules/@types/node/process.d.ts",
1367
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1368
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1369
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1370
+ "../node_modules/@types/node/util.d.ts"
1371
+ ],
1372
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
1373
+ "../node_modules/@types/node/fs.d.ts",
1374
+ "../node_modules/@types/node/process.d.ts",
1375
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1376
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1377
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1378
+ "../node_modules/@types/node/util.d.ts"
1379
+ ],
1380
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
1381
+ "../node_modules/@types/node/fs.d.ts",
1382
+ "../node_modules/@types/node/process.d.ts",
1383
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1384
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1385
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1386
+ "../node_modules/@types/node/util.d.ts"
1387
+ ],
1388
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
1389
+ "../node_modules/@types/node/fs.d.ts",
1390
+ "../node_modules/@types/node/process.d.ts",
1391
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1392
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1393
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1394
+ "../node_modules/@types/node/util.d.ts"
1395
+ ],
1396
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
1397
+ "../node_modules/@types/node/fs.d.ts",
1398
+ "../node_modules/@types/node/process.d.ts",
1399
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1400
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1401
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1402
+ "../node_modules/@types/node/util.d.ts"
1403
+ ],
1404
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
1405
+ "../node_modules/@types/node/fs.d.ts",
1406
+ "../node_modules/@types/node/process.d.ts",
1407
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1408
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1409
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1410
+ "../node_modules/@types/node/util.d.ts"
1411
+ ],
1412
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
1413
+ "../node_modules/@types/node/fs.d.ts",
1414
+ "../node_modules/@types/node/process.d.ts",
1415
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1416
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1417
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1418
+ "../node_modules/@types/node/util.d.ts"
1419
+ ],
1420
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
1421
+ "../node_modules/@types/node/fs.d.ts",
1422
+ "../node_modules/@types/node/process.d.ts",
1423
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1424
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1425
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1426
+ "../node_modules/@types/node/util.d.ts"
1427
+ ],
1428
+ "../node_modules/typescript/lib/lib.es2016.d.ts": [
1429
+ "../node_modules/@types/node/fs.d.ts",
1430
+ "../node_modules/@types/node/process.d.ts",
1431
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1432
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1433
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1434
+ "../node_modules/@types/node/util.d.ts"
1435
+ ],
1436
+ "../node_modules/typescript/lib/lib.es2017.d.ts": [
1437
+ "../node_modules/@types/node/fs.d.ts",
1438
+ "../node_modules/@types/node/process.d.ts",
1439
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1440
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1441
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1442
+ "../node_modules/@types/node/util.d.ts"
1443
+ ],
1444
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
1445
+ "../node_modules/@types/node/fs.d.ts",
1446
+ "../node_modules/@types/node/process.d.ts",
1447
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1448
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1449
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1450
+ "../node_modules/@types/node/util.d.ts"
1451
+ ],
1452
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
1453
+ "../node_modules/@types/node/fs.d.ts",
1454
+ "../node_modules/@types/node/process.d.ts",
1455
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1456
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1457
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1458
+ "../node_modules/@types/node/util.d.ts"
1459
+ ],
1460
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
1461
+ "../node_modules/@types/node/fs.d.ts",
1462
+ "../node_modules/@types/node/process.d.ts",
1463
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1464
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1465
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1466
+ "../node_modules/@types/node/util.d.ts"
1467
+ ],
1468
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
1469
+ "../node_modules/@types/node/fs.d.ts",
1470
+ "../node_modules/@types/node/process.d.ts",
1471
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1472
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1473
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1474
+ "../node_modules/@types/node/util.d.ts"
1475
+ ],
1476
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
1477
+ "../node_modules/@types/node/fs.d.ts",
1478
+ "../node_modules/@types/node/process.d.ts",
1479
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1480
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1481
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1482
+ "../node_modules/@types/node/util.d.ts"
1483
+ ],
1484
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
1485
+ "../node_modules/@types/node/fs.d.ts",
1486
+ "../node_modules/@types/node/process.d.ts",
1487
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1488
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1489
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1490
+ "../node_modules/@types/node/util.d.ts"
1491
+ ],
1492
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
1493
+ "../node_modules/@types/node/fs.d.ts",
1494
+ "../node_modules/@types/node/process.d.ts",
1495
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1496
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1497
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1498
+ "../node_modules/@types/node/util.d.ts"
1499
+ ],
1500
+ "../node_modules/typescript/lib/lib.es2018.d.ts": [
1501
+ "../node_modules/@types/node/fs.d.ts",
1502
+ "../node_modules/@types/node/process.d.ts",
1503
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1504
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1505
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1506
+ "../node_modules/@types/node/util.d.ts"
1507
+ ],
1508
+ "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
1509
+ "../node_modules/@types/node/fs.d.ts",
1510
+ "../node_modules/@types/node/process.d.ts",
1511
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1512
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1513
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1514
+ "../node_modules/@types/node/util.d.ts"
1515
+ ],
1516
+ "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
1517
+ "../node_modules/@types/node/fs.d.ts",
1518
+ "../node_modules/@types/node/process.d.ts",
1519
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1520
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1521
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1522
+ "../node_modules/@types/node/util.d.ts"
1523
+ ],
1524
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
1525
+ "../node_modules/@types/node/fs.d.ts",
1526
+ "../node_modules/@types/node/process.d.ts",
1527
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1528
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1529
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1530
+ "../node_modules/@types/node/util.d.ts"
1531
+ ],
1532
+ "../node_modules/typescript/lib/lib.es2019.array.d.ts": [
1533
+ "../node_modules/@types/node/fs.d.ts",
1534
+ "../node_modules/@types/node/process.d.ts",
1535
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1536
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1537
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1538
+ "../node_modules/@types/node/util.d.ts"
1539
+ ],
1540
+ "../node_modules/typescript/lib/lib.es2019.d.ts": [
1541
+ "../node_modules/@types/node/fs.d.ts",
1542
+ "../node_modules/@types/node/process.d.ts",
1543
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1544
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1545
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1546
+ "../node_modules/@types/node/util.d.ts"
1547
+ ],
1548
+ "../node_modules/typescript/lib/lib.es2019.object.d.ts": [
1549
+ "../node_modules/@types/node/fs.d.ts",
1550
+ "../node_modules/@types/node/process.d.ts",
1551
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1552
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1553
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1554
+ "../node_modules/@types/node/util.d.ts"
1555
+ ],
1556
+ "../node_modules/typescript/lib/lib.es2019.string.d.ts": [
1557
+ "../node_modules/@types/node/fs.d.ts",
1558
+ "../node_modules/@types/node/process.d.ts",
1559
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1560
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1561
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1562
+ "../node_modules/@types/node/util.d.ts"
1563
+ ],
1564
+ "../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
1565
+ "../node_modules/@types/node/fs.d.ts",
1566
+ "../node_modules/@types/node/process.d.ts",
1567
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1568
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1569
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1570
+ "../node_modules/@types/node/util.d.ts"
1571
+ ],
1572
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
1573
+ "../node_modules/@types/node/fs.d.ts",
1574
+ "../node_modules/@types/node/process.d.ts",
1575
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1576
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1577
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1578
+ "../node_modules/@types/node/util.d.ts"
1579
+ ],
1580
+ "../node_modules/typescript/lib/lib.es2020.d.ts": [
1581
+ "../node_modules/@types/node/fs.d.ts",
1582
+ "../node_modules/@types/node/process.d.ts",
1583
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1584
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1585
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1586
+ "../node_modules/@types/node/util.d.ts"
1587
+ ],
1588
+ "../node_modules/typescript/lib/lib.es2020.promise.d.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
+ ],
1596
+ "../node_modules/typescript/lib/lib.es2020.string.d.ts": [
1597
+ "../node_modules/@types/node/fs.d.ts",
1598
+ "../node_modules/@types/node/process.d.ts",
1599
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1600
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1601
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1602
+ "../node_modules/@types/node/util.d.ts"
1603
+ ],
1604
+ "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
1605
+ "../node_modules/@types/node/fs.d.ts",
1606
+ "../node_modules/@types/node/process.d.ts",
1607
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1608
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1609
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1610
+ "../node_modules/@types/node/util.d.ts"
1611
+ ],
1612
+ "../node_modules/typescript/lib/lib.es5.d.ts": [
1613
+ "../node_modules/@types/node/fs.d.ts",
1614
+ "../node_modules/@types/node/process.d.ts",
1615
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1616
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1617
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1618
+ "../node_modules/@types/node/util.d.ts"
1619
+ ],
1620
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
1621
+ "../node_modules/@types/node/fs.d.ts",
1622
+ "../node_modules/@types/node/process.d.ts",
1623
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1624
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1625
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1626
+ "../node_modules/@types/node/util.d.ts"
1627
+ ],
1628
+ "../src/_constants/index.ts": [
1629
+ "../node_modules/@types/node/fs.d.ts",
1630
+ "../node_modules/@types/node/process.d.ts",
1631
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1632
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1633
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1634
+ "../node_modules/@types/node/util.d.ts",
1635
+ "../src/_constants/module-settings/index.ts",
1636
+ "../src/_constants/times.const.ts"
1637
+ ],
1638
+ "../src/_constants/location/country-codes-iso-3166.json": [
1639
+ "../node_modules/@types/node/fs.d.ts",
1640
+ "../node_modules/@types/node/process.d.ts",
1641
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1642
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1643
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1644
+ "../node_modules/@types/node/util.d.ts"
1645
+ ],
1646
+ "../src/_constants/location/country-divisions-iso-3166-all-list.json": [
1647
+ "../node_modules/@types/node/fs.d.ts",
1648
+ "../node_modules/@types/node/process.d.ts",
1649
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1650
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1651
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1652
+ "../node_modules/@types/node/util.d.ts"
1653
+ ],
1654
+ "../src/_constants/location/country-phone-codes.json": [
1655
+ "../node_modules/@types/node/fs.d.ts",
1656
+ "../node_modules/@types/node/process.d.ts",
1657
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1658
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1659
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1660
+ "../node_modules/@types/node/util.d.ts"
1661
+ ],
1662
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts": [
1663
+ "../node_modules/@types/node/fs.d.ts",
1664
+ "../node_modules/@types/node/process.d.ts",
1665
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1666
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1667
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1668
+ "../node_modules/@types/node/util.d.ts",
1669
+ "../src/_models/interfaces/route-settings.interface.ts"
1670
+ ],
1671
+ "../src/_constants/module-settings/index.ts": [
1672
+ "../node_modules/@types/node/fs.d.ts",
1673
+ "../node_modules/@types/node/process.d.ts",
1674
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1675
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1676
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1677
+ "../node_modules/@types/node/util.d.ts",
1678
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts",
1679
+ "../src/_constants/module-settings/test-module-settings.const.ts",
1680
+ "../src/_constants/module-settings/usage-module-settings.const.ts"
1681
+ ],
1682
+ "../src/_constants/module-settings/test-module-settings.const.ts": [
1683
+ "../node_modules/@types/node/fs.d.ts",
1684
+ "../node_modules/@types/node/process.d.ts",
1685
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1686
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1687
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1688
+ "../node_modules/@types/node/util.d.ts",
1689
+ "../src/_models/interfaces/route-settings.interface.ts"
1690
+ ],
1691
+ "../src/_constants/module-settings/usage-module-settings.const.ts": [
1692
+ "../node_modules/@types/node/fs.d.ts",
1693
+ "../node_modules/@types/node/process.d.ts",
1694
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1695
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1696
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1697
+ "../node_modules/@types/node/util.d.ts",
1698
+ "../src/_models/interfaces/route-settings.interface.ts"
1699
+ ],
1700
+ "../src/_constants/times.const.ts": [
1701
+ "../node_modules/@types/node/fs.d.ts",
1702
+ "../node_modules/@types/node/process.d.ts",
1703
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1704
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1705
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1706
+ "../node_modules/@types/node/util.d.ts"
1707
+ ],
1708
+ "../src/_enums/basic-property-type.enum.ts": [
1709
+ "../node_modules/@types/node/fs.d.ts",
1710
+ "../node_modules/@types/node/process.d.ts",
1711
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1712
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1713
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1714
+ "../node_modules/@types/node/util.d.ts"
1715
+ ],
1716
+ "../src/_enums/data-model-type.enum.ts": [
1717
+ "../node_modules/@types/node/fs.d.ts",
1718
+ "../node_modules/@types/node/process.d.ts",
1719
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1720
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1721
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1722
+ "../node_modules/@types/node/util.d.ts"
1723
+ ],
1724
+ "../src/_enums/index.ts": [
1725
+ "../node_modules/@types/node/fs.d.ts",
1726
+ "../node_modules/@types/node/process.d.ts",
1727
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1728
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1729
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1730
+ "../node_modules/@types/node/util.d.ts",
1731
+ "../src/_enums/basic-property-type.enum.ts",
1732
+ "../src/_enums/data-model-type.enum.ts",
1733
+ "../src/_enums/log-style.enum.ts",
1734
+ "../src/_enums/region.enum.ts",
1735
+ "../src/_enums/sub-region.enum.ts",
1736
+ "../src/_enums/subdivision-region-type.enum.ts"
1737
+ ],
1738
+ "../src/_enums/log-style.enum.ts": [
1739
+ "../node_modules/@types/node/fs.d.ts",
1740
+ "../node_modules/@types/node/process.d.ts",
1741
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1742
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1743
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1744
+ "../node_modules/@types/node/util.d.ts"
1745
+ ],
1746
+ "../src/_enums/region.enum.ts": [
1747
+ "../node_modules/@types/node/fs.d.ts",
1748
+ "../node_modules/@types/node/process.d.ts",
1749
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1750
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1751
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1752
+ "../node_modules/@types/node/util.d.ts"
1753
+ ],
1754
+ "../src/_enums/sub-region.enum.ts": [
1755
+ "../node_modules/@types/node/fs.d.ts",
1756
+ "../node_modules/@types/node/process.d.ts",
1757
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1758
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1759
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1760
+ "../node_modules/@types/node/util.d.ts"
1761
+ ],
1762
+ "../src/_enums/subdivision-region-type.enum.ts": [
1763
+ "../node_modules/@types/node/fs.d.ts",
1764
+ "../node_modules/@types/node/process.d.ts",
1765
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1766
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1767
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1768
+ "../node_modules/@types/node/util.d.ts"
1769
+ ],
1770
+ "../src/_models/control-models/daily-usage-data.control-model.ts": [
1771
+ "../node_modules/@types/node/fs.d.ts",
1772
+ "../node_modules/@types/node/process.d.ts",
1773
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1774
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1775
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1776
+ "../node_modules/@types/node/util.d.ts",
1777
+ "../src/_models/data-models/usage-session.data-model.ts"
1778
+ ],
1779
+ "../src/_models/control-models/data-params.control-model.ts": [
1780
+ "../node_modules/@types/node/fs.d.ts",
1781
+ "../node_modules/@types/node/process.d.ts",
1782
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1783
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1784
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1785
+ "../node_modules/@types/node/util.d.ts",
1786
+ "../src/_enums/index.ts",
1787
+ "../src/_models/control-models/data-property-params.control-model.ts"
1788
+ ],
1789
+ "../src/_models/control-models/data-property-params.control-model.ts": [
1790
+ "../node_modules/@types/node/fs.d.ts",
1791
+ "../node_modules/@types/node/process.d.ts",
1792
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1793
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1794
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1795
+ "../node_modules/@types/node/util.d.ts",
1796
+ "../src/_enums/basic-property-type.enum.ts"
1797
+ ],
1798
+ "../src/_models/control-models/error.control-model.ts": [
1799
+ "../node_modules/@types/node/fs.d.ts",
1800
+ "../node_modules/@types/node/process.d.ts",
1801
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1802
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1803
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1804
+ "../node_modules/@types/node/util.d.ts"
1805
+ ],
1806
+ "../src/_models/control-models/index.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
+ "../src/_models/control-models/daily-usage-data.control-model.ts",
1814
+ "../src/_models/control-models/data-params.control-model.ts",
1815
+ "../src/_models/control-models/data-property-params.control-model.ts",
1816
+ "../src/_models/control-models/error.control-model.ts",
1817
+ "../src/_models/control-models/poll.control-model.ts",
1818
+ "../src/_models/control-models/range-value.control-model.ts",
1819
+ "../src/_models/control-models/usage-action.control-model.ts",
1820
+ "../src/_models/control-models/usage-data.control-model.ts",
1821
+ "../src/_models/interfaces/route-settings.interface.ts"
1822
+ ],
1823
+ "../src/_models/control-models/poll.control-model.ts": [
1824
+ "../node_modules/@types/node/fs.d.ts",
1825
+ "../node_modules/@types/node/process.d.ts",
1826
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1827
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1828
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1829
+ "../node_modules/@types/node/util.d.ts",
1830
+ "../src/_models/control-models/error.control-model.ts"
1831
+ ],
1832
+ "../src/_models/control-models/range-value.control-model.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/usage-action.control-model.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
+ ],
1848
+ "../src/_models/control-models/usage-data.control-model.ts": [
1849
+ "../node_modules/@types/node/fs.d.ts",
1850
+ "../node_modules/@types/node/process.d.ts",
1851
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1852
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1853
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1854
+ "../node_modules/@types/node/util.d.ts",
1855
+ "../src/_models/control-models/usage-action.control-model.ts"
1856
+ ],
1857
+ "../src/_models/data-models/custom-data.data-model.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/data-params.control-model.ts",
1865
+ "../src/_models/data-models/metadata.data-model.ts"
1866
+ ],
1867
+ "../src/_models/data-models/index.ts": [
1868
+ "../node_modules/@types/node/fs.d.ts",
1869
+ "../node_modules/@types/node/process.d.ts",
1870
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1871
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1872
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1873
+ "../node_modules/@types/node/util.d.ts",
1874
+ "../src/_models/data-models/custom-data.data-model.ts",
1875
+ "../src/_models/data-models/metadata.data-model.ts",
1876
+ "../src/_models/data-models/usage-session.data-model.ts"
1877
+ ],
1878
+ "../src/_models/data-models/metadata.data-model.ts": [
1879
+ "../node_modules/@types/node/fs.d.ts",
1880
+ "../node_modules/@types/node/process.d.ts",
1881
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1882
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1883
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1884
+ "../node_modules/@types/node/util.d.ts"
1885
+ ],
1886
+ "../src/_models/data-models/usage-session.data-model.ts": [
1887
+ "../node_modules/@types/node/fs.d.ts",
1888
+ "../node_modules/@types/node/process.d.ts",
1889
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1890
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1891
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1892
+ "../node_modules/@types/node/util.d.ts",
1893
+ "../src/_models/control-models/data-params.control-model.ts",
1894
+ "../src/_models/control-models/usage-data.control-model.ts",
1895
+ "../src/_models/data-models/metadata.data-model.ts",
1896
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts"
1897
+ ],
1898
+ "../src/_models/index.ts": [
1899
+ "../node_modules/@types/node/fs.d.ts",
1900
+ "../node_modules/@types/node/process.d.ts",
1901
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1902
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1903
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1904
+ "../node_modules/@types/node/util.d.ts",
1905
+ "../src/_models/control-models/index.ts",
1906
+ "../src/_models/data-models/index.ts",
1907
+ "../src/_models/interfaces/index.ts"
1908
+ ],
1909
+ "../src/_models/interfaces/index.ts": [
1910
+ "../node_modules/@types/node/fs.d.ts",
1911
+ "../node_modules/@types/node/process.d.ts",
1912
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1913
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1914
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1915
+ "../node_modules/@types/node/util.d.ts",
1916
+ "../src/_models/interfaces/location/index.ts",
1917
+ "../src/_models/interfaces/random-weight.interface.ts",
1918
+ "../src/_models/interfaces/route-settings.interface.ts"
1919
+ ],
1920
+ "../src/_models/interfaces/location/country-division.interface.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
+ ],
1928
+ "../src/_models/interfaces/location/country-iso.interface.ts": [
1929
+ "../node_modules/@types/node/fs.d.ts",
1930
+ "../node_modules/@types/node/process.d.ts",
1931
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1932
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1933
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1934
+ "../node_modules/@types/node/util.d.ts",
1935
+ "../src/_enums/region.enum.ts",
1936
+ "../src/_enums/sub-region.enum.ts",
1937
+ "../src/_models/interfaces/location/country-division.interface.ts"
1938
+ ],
1939
+ "../src/_models/interfaces/location/country-phone-code.interface.ts": [
1940
+ "../node_modules/@types/node/fs.d.ts",
1941
+ "../node_modules/@types/node/process.d.ts",
1942
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1943
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1944
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1945
+ "../node_modules/@types/node/util.d.ts"
1946
+ ],
1947
+ "../src/_models/interfaces/location/division-collection.interface.ts": [
1948
+ "../node_modules/@types/node/fs.d.ts",
1949
+ "../node_modules/@types/node/process.d.ts",
1950
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1951
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1952
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1953
+ "../node_modules/@types/node/util.d.ts"
1954
+ ],
1955
+ "../src/_models/interfaces/location/division-region-data.interface.ts": [
1956
+ "../node_modules/@types/node/fs.d.ts",
1957
+ "../node_modules/@types/node/process.d.ts",
1958
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1959
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1960
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1961
+ "../node_modules/@types/node/util.d.ts",
1962
+ "../src/_enums/subdivision-region-type.enum.ts",
1963
+ "../src/_models/interfaces/location/country-iso.interface.ts"
1964
+ ],
1965
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts": [
1966
+ "../node_modules/@types/node/fs.d.ts",
1967
+ "../node_modules/@types/node/process.d.ts",
1968
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1969
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1970
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1971
+ "../node_modules/@types/node/util.d.ts"
1972
+ ],
1973
+ "../src/_models/interfaces/location/index.ts": [
1974
+ "../node_modules/@types/node/fs.d.ts",
1975
+ "../node_modules/@types/node/process.d.ts",
1976
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1977
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1978
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1979
+ "../node_modules/@types/node/util.d.ts",
1980
+ "../src/_models/interfaces/location/country-division.interface.ts",
1981
+ "../src/_models/interfaces/location/country-iso.interface.ts",
1982
+ "../src/_models/interfaces/location/country-phone-code.interface.ts",
1983
+ "../src/_models/interfaces/location/division-collection.interface.ts",
1984
+ "../src/_models/interfaces/location/division-region-data.interface.ts",
1985
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts",
1986
+ "../src/_models/interfaces/location/location-coordinates.interface.ts"
1987
+ ],
1988
+ "../src/_models/interfaces/location/location-coordinates.interface.ts": [
1989
+ "../node_modules/@types/node/fs.d.ts",
1990
+ "../node_modules/@types/node/process.d.ts",
1991
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
1992
+ "../node_modules/@types/node/ts3.2/process.d.ts",
1993
+ "../node_modules/@types/node/ts3.2/util.d.ts",
1994
+ "../node_modules/@types/node/util.d.ts"
1995
+ ],
1996
+ "../src/_models/interfaces/random-weight.interface.ts": [
1997
+ "../node_modules/@types/node/fs.d.ts",
1998
+ "../node_modules/@types/node/process.d.ts",
1999
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2000
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2001
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2002
+ "../node_modules/@types/node/util.d.ts"
2003
+ ],
2004
+ "../src/_models/interfaces/route-settings.interface.ts": [
2005
+ "../node_modules/@types/node/fs.d.ts",
2006
+ "../node_modules/@types/node/process.d.ts",
2007
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2008
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2009
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2010
+ "../node_modules/@types/node/util.d.ts"
2011
+ ],
2012
+ "../src/_modules/collections.index.ts": [
2013
+ "../node_modules/@types/node/fs.d.ts",
2014
+ "../node_modules/@types/node/process.d.ts",
2015
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2016
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2017
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2018
+ "../node_modules/@types/node/util.d.ts",
2019
+ "../src/_utils/index.ts"
2020
+ ],
2021
+ "../src/_modules/constants.index.ts": [
2022
+ "../node_modules/@types/node/fs.d.ts",
2023
+ "../node_modules/@types/node/process.d.ts",
2024
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2025
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2026
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2027
+ "../node_modules/@types/node/util.d.ts",
2028
+ "../src/_constants/index.ts"
2029
+ ],
2030
+ "../src/_modules/custom-data-module.index.ts": [
2031
+ "../node_modules/@types/node/fs.d.ts",
2032
+ "../node_modules/@types/node/process.d.ts",
2033
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2034
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2035
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2036
+ "../node_modules/@types/node/util.d.ts",
2037
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts",
2038
+ "../src/_models/data-models/custom-data.data-model.ts"
2039
+ ],
2040
+ "../src/_modules/data-modules.index.ts": [
2041
+ "../node_modules/@types/node/fs.d.ts",
2042
+ "../node_modules/@types/node/process.d.ts",
2043
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2044
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2045
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2046
+ "../node_modules/@types/node/util.d.ts",
2047
+ "../src/_enums/data-model-type.enum.ts",
2048
+ "../src/_models/control-models/data-params.control-model.ts",
2049
+ "../src/_models/control-models/data-property-params.control-model.ts",
2050
+ "../src/_models/control-models/error.control-model.ts",
2051
+ "../src/_models/data-models/metadata.data-model.ts"
2052
+ ],
2053
+ "../src/_modules/enums.index.ts": [
2054
+ "../node_modules/@types/node/fs.d.ts",
2055
+ "../node_modules/@types/node/process.d.ts",
2056
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2057
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2058
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2059
+ "../node_modules/@types/node/util.d.ts",
2060
+ "../src/_enums/index.ts"
2061
+ ],
2062
+ "../src/_modules/error-module.index.ts": [
2063
+ "../node_modules/@types/node/fs.d.ts",
2064
+ "../node_modules/@types/node/process.d.ts",
2065
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2066
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2067
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2068
+ "../node_modules/@types/node/util.d.ts",
2069
+ "../src/_models/control-models/error.control-model.ts"
2070
+ ],
2071
+ "../src/_modules/models.index.ts": [
2072
+ "../node_modules/@types/node/fs.d.ts",
2073
+ "../node_modules/@types/node/process.d.ts",
2074
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2075
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2076
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2077
+ "../node_modules/@types/node/util.d.ts",
2078
+ "../src/_models/index.ts"
2079
+ ],
2080
+ "../src/_modules/shared-service.index.ts": [
2081
+ "../node_modules/@types/node/fs.d.ts",
2082
+ "../node_modules/@types/node/process.d.ts",
2083
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2084
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2085
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2086
+ "../node_modules/@types/node/util.d.ts",
2087
+ "../src/_constants/times.const.ts",
2088
+ "../src/_enums/log-style.enum.ts",
2089
+ "../src/_models/control-models/error.control-model.ts",
2090
+ "../src/_models/control-models/poll.control-model.ts",
2091
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts",
2092
+ "../src/_models/interfaces/location/location-coordinates.interface.ts",
2093
+ "../src/_utils/shared.static-service.ts"
2094
+ ],
2095
+ "../src/_modules/test-module.index.ts": [
2096
+ "../node_modules/@types/node/fs.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
+ "../src/_constants/module-settings/test-module-settings.const.ts"
2103
+ ],
2104
+ "../src/_modules/usage-module.index.ts": [
2105
+ "../node_modules/@types/node/fs.d.ts",
2106
+ "../node_modules/@types/node/process.d.ts",
2107
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2108
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2109
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2110
+ "../node_modules/@types/node/util.d.ts",
2111
+ "../src/_constants/module-settings/usage-module-settings.const.ts",
2112
+ "../src/_models/control-models/daily-usage-data.control-model.ts",
2113
+ "../src/_models/control-models/usage-action.control-model.ts",
2114
+ "../src/_models/control-models/usage-data.control-model.ts",
2115
+ "../src/_models/data-models/usage-session.data-model.ts"
2116
+ ],
2117
+ "../src/_utils/array.util.spec.ts": [
2118
+ "../node_modules/@types/node/fs.d.ts",
2119
+ "../node_modules/@types/node/process.d.ts",
2120
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2121
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2122
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2123
+ "../node_modules/@types/node/util.d.ts",
2124
+ "../src/_utils/array.util.ts",
2125
+ "../src/_utils/utilities.util.ts"
2126
+ ],
2127
+ "../src/_utils/array.util.ts": [
2128
+ "../node_modules/@types/node/fs.d.ts",
2129
+ "../node_modules/@types/node/process.d.ts",
2130
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2131
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2132
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2133
+ "../node_modules/@types/node/util.d.ts"
2134
+ ],
2135
+ "../src/_utils/index.ts": [
2136
+ "../node_modules/@types/node/fs.d.ts",
2137
+ "../node_modules/@types/node/process.d.ts",
2138
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2139
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2140
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2141
+ "../node_modules/@types/node/util.d.ts",
2142
+ "../src/_utils/array.util.ts",
2143
+ "../src/_utils/location.util.ts",
2144
+ "../src/_utils/log.util.ts",
2145
+ "../src/_utils/random.util.ts",
2146
+ "../src/_utils/regions.util.ts",
2147
+ "../src/_utils/round-list.util.ts",
2148
+ "../src/_utils/shared.static-service.ts",
2149
+ "../src/_utils/time.util.ts",
2150
+ "../src/_utils/trigonometry.util.ts",
2151
+ "../src/_utils/utilities.util.ts",
2152
+ "../src/_utils/vector.util.ts"
2153
+ ],
2154
+ "../src/_utils/location.util.ts": [
2155
+ "../node_modules/@types/node/fs.d.ts",
2156
+ "../node_modules/@types/node/process.d.ts",
2157
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2158
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2159
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2160
+ "../node_modules/@types/node/util.d.ts",
2161
+ "../src/_models/control-models/error.control-model.ts",
2162
+ "../src/_models/interfaces/location/location-coordinates.interface.ts",
2163
+ "../src/_utils/trigonometry.util.ts"
2164
+ ],
2165
+ "../src/_utils/log.util.ts": [
2166
+ "../node_modules/@types/node/fs.d.ts",
2167
+ "../node_modules/@types/node/process.d.ts",
2168
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2169
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2170
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2171
+ "../node_modules/@types/node/util.d.ts",
2172
+ "../src/_enums/log-style.enum.ts"
2173
+ ],
2174
+ "../src/_utils/random.util.ts": [
2175
+ "../node_modules/@types/node/fs.d.ts",
2176
+ "../node_modules/@types/node/process.d.ts",
2177
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2178
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2179
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2180
+ "../node_modules/@types/node/util.d.ts",
2181
+ "../src/_models/interfaces/random-weight.interface.ts"
2182
+ ],
2183
+ "../src/_utils/regions.util.ts": [
2184
+ "../node_modules/@types/node/fs.d.ts",
2185
+ "../node_modules/@types/node/process.d.ts",
2186
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2187
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2188
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2189
+ "../node_modules/@types/node/util.d.ts",
2190
+ "../src/_constants/location/country-codes-iso-3166.json",
2191
+ "../src/_constants/location/country-divisions-iso-3166-all-list.json",
2192
+ "../src/_constants/location/country-phone-codes.json",
2193
+ "../src/_enums/region.enum.ts",
2194
+ "../src/_models/index.ts",
2195
+ "../src/_models/interfaces/location/country-division.interface.ts",
2196
+ "../src/_models/interfaces/location/country-iso.interface.ts",
2197
+ "../src/_models/interfaces/location/country-phone-code.interface.ts",
2198
+ "../src/_utils/utilities.util.ts"
2199
+ ],
2200
+ "../src/_utils/round-list.util.ts": [
2201
+ "../node_modules/@types/node/fs.d.ts",
2202
+ "../node_modules/@types/node/process.d.ts",
2203
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2204
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2205
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2206
+ "../node_modules/@types/node/util.d.ts"
2207
+ ],
2208
+ "../src/_utils/shared.static-service.ts": [
2209
+ "../node_modules/@types/node/fs.d.ts",
2210
+ "../node_modules/@types/node/process.d.ts",
2211
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2212
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2213
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2214
+ "../node_modules/@types/node/util.d.ts",
2215
+ "../src/_utils/utilities.util.ts"
2216
+ ],
2217
+ "../src/_utils/time.util.ts": [
2218
+ "../node_modules/@types/node/fs.d.ts",
2219
+ "../node_modules/@types/node/process.d.ts",
2220
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2221
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2222
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2223
+ "../node_modules/@types/node/util.d.ts",
2224
+ "../src/_constants/times.const.ts"
2225
+ ],
2226
+ "../src/_utils/trigonometry.util.ts": [
2227
+ "../node_modules/@types/node/fs.d.ts",
2228
+ "../node_modules/@types/node/process.d.ts",
2229
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2230
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2231
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2232
+ "../node_modules/@types/node/util.d.ts"
2233
+ ],
2234
+ "../src/_utils/utilities.util.ts": [
2235
+ "../node_modules/@types/node/fs.d.ts",
2236
+ "../node_modules/@types/node/process.d.ts",
2237
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2238
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2239
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2240
+ "../node_modules/@types/node/util.d.ts"
2241
+ ],
2242
+ "../src/_utils/vector.util.ts": [
2243
+ "../node_modules/@types/node/fs.d.ts",
2244
+ "../node_modules/@types/node/process.d.ts",
2245
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2246
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2247
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2248
+ "../node_modules/@types/node/util.d.ts",
2249
+ "../src/_utils/trigonometry.util.ts"
2250
+ ],
2251
+ "../src/index.ts": [
2252
+ "../node_modules/@types/node/fs.d.ts",
2253
+ "../node_modules/@types/node/process.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
+ "../src/_constants/index.ts",
2259
+ "../src/_enums/index.ts",
2260
+ "../src/_models/index.ts",
2261
+ "../src/_utils/index.ts"
2262
+ ]
2263
+ },
2264
+ "exportedModulesMap": {
2265
+ "../node_modules/@types/jasmine/index.d.ts": [
2266
+ "../node_modules/@types/node/fs.d.ts",
2267
+ "../node_modules/@types/node/process.d.ts",
2268
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2269
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2270
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2271
+ "../node_modules/@types/node/util.d.ts"
2272
+ ],
2273
+ "../node_modules/@types/node/async_hooks.d.ts": [
2274
+ "../node_modules/@types/node/fs.d.ts",
2275
+ "../node_modules/@types/node/process.d.ts",
2276
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2277
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2278
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2279
+ "../node_modules/@types/node/util.d.ts"
2280
+ ],
2281
+ "../node_modules/@types/node/base.d.ts": [
2282
+ "../node_modules/@types/node/async_hooks.d.ts",
2283
+ "../node_modules/@types/node/buffer.d.ts",
2284
+ "../node_modules/@types/node/child_process.d.ts",
2285
+ "../node_modules/@types/node/cluster.d.ts",
2286
+ "../node_modules/@types/node/console.d.ts",
2287
+ "../node_modules/@types/node/constants.d.ts",
2288
+ "../node_modules/@types/node/crypto.d.ts",
2289
+ "../node_modules/@types/node/dgram.d.ts",
2290
+ "../node_modules/@types/node/dns.d.ts",
2291
+ "../node_modules/@types/node/domain.d.ts",
2292
+ "../node_modules/@types/node/events.d.ts",
2293
+ "../node_modules/@types/node/fs.d.ts",
2294
+ "../node_modules/@types/node/fs/promises.d.ts",
2295
+ "../node_modules/@types/node/globals.d.ts",
2296
+ "../node_modules/@types/node/http.d.ts",
2297
+ "../node_modules/@types/node/http2.d.ts",
2298
+ "../node_modules/@types/node/https.d.ts",
2299
+ "../node_modules/@types/node/inspector.d.ts",
2300
+ "../node_modules/@types/node/module.d.ts",
2301
+ "../node_modules/@types/node/net.d.ts",
2302
+ "../node_modules/@types/node/os.d.ts",
2303
+ "../node_modules/@types/node/path.d.ts",
2304
+ "../node_modules/@types/node/perf_hooks.d.ts",
2305
+ "../node_modules/@types/node/process.d.ts",
2306
+ "../node_modules/@types/node/punycode.d.ts",
2307
+ "../node_modules/@types/node/querystring.d.ts",
2308
+ "../node_modules/@types/node/readline.d.ts",
2309
+ "../node_modules/@types/node/repl.d.ts",
2310
+ "../node_modules/@types/node/stream.d.ts",
2311
+ "../node_modules/@types/node/string_decoder.d.ts",
2312
+ "../node_modules/@types/node/timers.d.ts",
2313
+ "../node_modules/@types/node/tls.d.ts",
2314
+ "../node_modules/@types/node/trace_events.d.ts",
2315
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2316
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2317
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2318
+ "../node_modules/@types/node/tty.d.ts",
2319
+ "../node_modules/@types/node/url.d.ts",
2320
+ "../node_modules/@types/node/util.d.ts",
2321
+ "../node_modules/@types/node/v8.d.ts",
2322
+ "../node_modules/@types/node/vm.d.ts",
2323
+ "../node_modules/@types/node/worker_threads.d.ts",
2324
+ "../node_modules/@types/node/zlib.d.ts"
2325
+ ],
2326
+ "../node_modules/@types/node/buffer.d.ts": [
2327
+ "../node_modules/@types/node/fs.d.ts",
2328
+ "../node_modules/@types/node/process.d.ts",
2329
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2330
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2331
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2332
+ "../node_modules/@types/node/util.d.ts"
2333
+ ],
2334
+ "../node_modules/@types/node/child_process.d.ts": [
2335
+ "../node_modules/@types/node/events.d.ts",
2336
+ "../node_modules/@types/node/fs.d.ts",
2337
+ "../node_modules/@types/node/net.d.ts",
2338
+ "../node_modules/@types/node/process.d.ts",
2339
+ "../node_modules/@types/node/stream.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/cluster.d.ts": [
2346
+ "../node_modules/@types/node/child_process.d.ts",
2347
+ "../node_modules/@types/node/events.d.ts",
2348
+ "../node_modules/@types/node/fs.d.ts",
2349
+ "../node_modules/@types/node/net.d.ts",
2350
+ "../node_modules/@types/node/process.d.ts",
2351
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2352
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2353
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2354
+ "../node_modules/@types/node/util.d.ts"
2355
+ ],
2356
+ "../node_modules/@types/node/console.d.ts": [
2357
+ "../node_modules/@types/node/fs.d.ts",
2358
+ "../node_modules/@types/node/process.d.ts",
2359
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2360
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2361
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2362
+ "../node_modules/@types/node/util.d.ts"
2363
+ ],
2364
+ "../node_modules/@types/node/constants.d.ts": [
2365
+ "../node_modules/@types/node/crypto.d.ts",
2366
+ "../node_modules/@types/node/fs.d.ts",
2367
+ "../node_modules/@types/node/os.d.ts",
2368
+ "../node_modules/@types/node/process.d.ts",
2369
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2370
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2371
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2372
+ "../node_modules/@types/node/util.d.ts"
2373
+ ],
2374
+ "../node_modules/@types/node/crypto.d.ts": [
2375
+ "../node_modules/@types/node/fs.d.ts",
2376
+ "../node_modules/@types/node/process.d.ts",
2377
+ "../node_modules/@types/node/stream.d.ts",
2378
+ "../node_modules/@types/node/ts3.2/fs.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/dgram.d.ts": [
2384
+ "../node_modules/@types/node/dns.d.ts",
2385
+ "../node_modules/@types/node/events.d.ts",
2386
+ "../node_modules/@types/node/fs.d.ts",
2387
+ "../node_modules/@types/node/net.d.ts",
2388
+ "../node_modules/@types/node/process.d.ts",
2389
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2390
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2391
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2392
+ "../node_modules/@types/node/util.d.ts"
2393
+ ],
2394
+ "../node_modules/@types/node/dns.d.ts": [
2395
+ "../node_modules/@types/node/fs.d.ts",
2396
+ "../node_modules/@types/node/process.d.ts",
2397
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2398
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2399
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2400
+ "../node_modules/@types/node/util.d.ts"
2401
+ ],
2402
+ "../node_modules/@types/node/domain.d.ts": [
2403
+ "../node_modules/@types/node/events.d.ts",
2404
+ "../node_modules/@types/node/fs.d.ts",
2405
+ "../node_modules/@types/node/process.d.ts",
2406
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2407
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2408
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2409
+ "../node_modules/@types/node/util.d.ts"
2410
+ ],
2411
+ "../node_modules/@types/node/events.d.ts": [
2412
+ "../node_modules/@types/node/fs.d.ts",
2413
+ "../node_modules/@types/node/process.d.ts",
2414
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2415
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2416
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2417
+ "../node_modules/@types/node/util.d.ts"
2418
+ ],
2419
+ "../node_modules/@types/node/fs.d.ts": [
2420
+ "../node_modules/@types/node/events.d.ts",
2421
+ "../node_modules/@types/node/fs/promises.d.ts",
2422
+ "../node_modules/@types/node/process.d.ts",
2423
+ "../node_modules/@types/node/stream.d.ts",
2424
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2425
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2426
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2427
+ "../node_modules/@types/node/url.d.ts",
2428
+ "../node_modules/@types/node/util.d.ts"
2429
+ ],
2430
+ "../node_modules/@types/node/fs/promises.d.ts": [
2431
+ "../node_modules/@types/node/fs.d.ts",
2432
+ "../node_modules/@types/node/process.d.ts",
2433
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2434
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2435
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2436
+ "../node_modules/@types/node/util.d.ts"
2437
+ ],
2438
+ "../node_modules/@types/node/globals.d.ts": [
2439
+ "../node_modules/@types/node/fs.d.ts",
2440
+ "../node_modules/@types/node/process.d.ts",
2441
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2442
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2443
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2444
+ "../node_modules/@types/node/util.d.ts"
2445
+ ],
2446
+ "../node_modules/@types/node/http.d.ts": [
2447
+ "../node_modules/@types/node/fs.d.ts",
2448
+ "../node_modules/@types/node/net.d.ts",
2449
+ "../node_modules/@types/node/process.d.ts",
2450
+ "../node_modules/@types/node/stream.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/url.d.ts",
2455
+ "../node_modules/@types/node/util.d.ts"
2456
+ ],
2457
+ "../node_modules/@types/node/http2.d.ts": [
2458
+ "../node_modules/@types/node/events.d.ts",
2459
+ "../node_modules/@types/node/fs.d.ts",
2460
+ "../node_modules/@types/node/http.d.ts",
2461
+ "../node_modules/@types/node/net.d.ts",
2462
+ "../node_modules/@types/node/process.d.ts",
2463
+ "../node_modules/@types/node/stream.d.ts",
2464
+ "../node_modules/@types/node/tls.d.ts",
2465
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2466
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2467
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2468
+ "../node_modules/@types/node/url.d.ts",
2469
+ "../node_modules/@types/node/util.d.ts"
2470
+ ],
2471
+ "../node_modules/@types/node/https.d.ts": [
2472
+ "../node_modules/@types/node/events.d.ts",
2473
+ "../node_modules/@types/node/fs.d.ts",
2474
+ "../node_modules/@types/node/http.d.ts",
2475
+ "../node_modules/@types/node/process.d.ts",
2476
+ "../node_modules/@types/node/tls.d.ts",
2477
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2478
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2479
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2480
+ "../node_modules/@types/node/url.d.ts",
2481
+ "../node_modules/@types/node/util.d.ts"
2482
+ ],
2483
+ "../node_modules/@types/node/inspector.d.ts": [
2484
+ "../node_modules/@types/node/events.d.ts",
2485
+ "../node_modules/@types/node/fs.d.ts",
2486
+ "../node_modules/@types/node/process.d.ts",
2487
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2488
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2489
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2490
+ "../node_modules/@types/node/util.d.ts"
2491
+ ],
2492
+ "../node_modules/@types/node/module.d.ts": [
2493
+ "../node_modules/@types/node/fs.d.ts",
2494
+ "../node_modules/@types/node/process.d.ts",
2495
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2496
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2497
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2498
+ "../node_modules/@types/node/url.d.ts",
2499
+ "../node_modules/@types/node/util.d.ts"
2500
+ ],
2501
+ "../node_modules/@types/node/net.d.ts": [
2502
+ "../node_modules/@types/node/dns.d.ts",
2503
+ "../node_modules/@types/node/events.d.ts",
2504
+ "../node_modules/@types/node/fs.d.ts",
2505
+ "../node_modules/@types/node/process.d.ts",
2506
+ "../node_modules/@types/node/stream.d.ts",
2507
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2508
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2509
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2510
+ "../node_modules/@types/node/util.d.ts"
2511
+ ],
2512
+ "../node_modules/@types/node/os.d.ts": [
2513
+ "../node_modules/@types/node/fs.d.ts",
2514
+ "../node_modules/@types/node/process.d.ts",
2515
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2516
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2517
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2518
+ "../node_modules/@types/node/util.d.ts"
2519
+ ],
2520
+ "../node_modules/@types/node/path.d.ts": [
2521
+ "../node_modules/@types/node/fs.d.ts",
2522
+ "../node_modules/@types/node/process.d.ts",
2523
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2524
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2525
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2526
+ "../node_modules/@types/node/util.d.ts"
2527
+ ],
2528
+ "../node_modules/@types/node/perf_hooks.d.ts": [
2529
+ "../node_modules/@types/node/async_hooks.d.ts",
2530
+ "../node_modules/@types/node/fs.d.ts",
2531
+ "../node_modules/@types/node/process.d.ts",
2532
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2533
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2534
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2535
+ "../node_modules/@types/node/util.d.ts"
2536
+ ],
2537
+ "../node_modules/@types/node/process.d.ts": [
2538
+ "../node_modules/@types/node/fs.d.ts",
2539
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2540
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2541
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2542
+ "../node_modules/@types/node/tty.d.ts",
2543
+ "../node_modules/@types/node/util.d.ts"
2544
+ ],
2545
+ "../node_modules/@types/node/punycode.d.ts": [
2546
+ "../node_modules/@types/node/fs.d.ts",
2547
+ "../node_modules/@types/node/process.d.ts",
2548
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2549
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2550
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2551
+ "../node_modules/@types/node/util.d.ts"
2552
+ ],
2553
+ "../node_modules/@types/node/querystring.d.ts": [
2554
+ "../node_modules/@types/node/fs.d.ts",
2555
+ "../node_modules/@types/node/process.d.ts",
2556
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2557
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2558
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2559
+ "../node_modules/@types/node/util.d.ts"
2560
+ ],
2561
+ "../node_modules/@types/node/readline.d.ts": [
2562
+ "../node_modules/@types/node/events.d.ts",
2563
+ "../node_modules/@types/node/fs.d.ts",
2564
+ "../node_modules/@types/node/process.d.ts",
2565
+ "../node_modules/@types/node/stream.d.ts",
2566
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2567
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2568
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2569
+ "../node_modules/@types/node/util.d.ts"
2570
+ ],
2571
+ "../node_modules/@types/node/repl.d.ts": [
2572
+ "../node_modules/@types/node/fs.d.ts",
2573
+ "../node_modules/@types/node/process.d.ts",
2574
+ "../node_modules/@types/node/readline.d.ts",
2575
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2576
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2577
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2578
+ "../node_modules/@types/node/util.d.ts",
2579
+ "../node_modules/@types/node/vm.d.ts"
2580
+ ],
2581
+ "../node_modules/@types/node/stream.d.ts": [
2582
+ "../node_modules/@types/node/events.d.ts",
2583
+ "../node_modules/@types/node/fs.d.ts",
2584
+ "../node_modules/@types/node/process.d.ts",
2585
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2586
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2587
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2588
+ "../node_modules/@types/node/util.d.ts"
2589
+ ],
2590
+ "../node_modules/@types/node/string_decoder.d.ts": [
2591
+ "../node_modules/@types/node/fs.d.ts",
2592
+ "../node_modules/@types/node/process.d.ts",
2593
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2594
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2595
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2596
+ "../node_modules/@types/node/util.d.ts"
2597
+ ],
2598
+ "../node_modules/@types/node/timers.d.ts": [
2599
+ "../node_modules/@types/node/fs.d.ts",
2600
+ "../node_modules/@types/node/process.d.ts",
2601
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2602
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2603
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2604
+ "../node_modules/@types/node/util.d.ts"
2605
+ ],
2606
+ "../node_modules/@types/node/tls.d.ts": [
2607
+ "../node_modules/@types/node/crypto.d.ts",
2608
+ "../node_modules/@types/node/dns.d.ts",
2609
+ "../node_modules/@types/node/fs.d.ts",
2610
+ "../node_modules/@types/node/net.d.ts",
2611
+ "../node_modules/@types/node/process.d.ts",
2612
+ "../node_modules/@types/node/stream.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/@types/node/trace_events.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/@types/node/ts3.2/base.d.ts": [
2627
+ "../node_modules/@types/node/base.d.ts",
2628
+ "../node_modules/@types/node/fs.d.ts",
2629
+ "../node_modules/@types/node/process.d.ts",
2630
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2631
+ "../node_modules/@types/node/ts3.2/globals.d.ts",
2632
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2633
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2634
+ "../node_modules/@types/node/util.d.ts"
2635
+ ],
2636
+ "../node_modules/@types/node/ts3.2/fs.d.ts": [
2637
+ "../node_modules/@types/node/fs.d.ts",
2638
+ "../node_modules/@types/node/process.d.ts",
2639
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2640
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2641
+ "../node_modules/@types/node/util.d.ts"
2642
+ ],
2643
+ "../node_modules/@types/node/ts3.2/globals.d.ts": [
2644
+ "../node_modules/@types/node/fs.d.ts",
2645
+ "../node_modules/@types/node/globals.d.ts",
2646
+ "../node_modules/@types/node/process.d.ts",
2647
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2648
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2649
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2650
+ "../node_modules/@types/node/util.d.ts"
2651
+ ],
2652
+ "../node_modules/@types/node/ts3.2/process.d.ts": [
2653
+ "../node_modules/@types/node/fs.d.ts",
2654
+ "../node_modules/@types/node/process.d.ts",
2655
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2656
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2657
+ "../node_modules/@types/node/util.d.ts"
2658
+ ],
2659
+ "../node_modules/@types/node/ts3.2/util.d.ts": [
2660
+ "../node_modules/@types/node/fs.d.ts",
2661
+ "../node_modules/@types/node/process.d.ts",
2662
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2663
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2664
+ "../node_modules/@types/node/util.d.ts"
2665
+ ],
2666
+ "../node_modules/@types/node/ts3.5/base.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/base.d.ts",
2670
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2671
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2672
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2673
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts",
2674
+ "../node_modules/@types/node/ts3.5/wasi.d.ts",
2675
+ "../node_modules/@types/node/util.d.ts"
2676
+ ],
2677
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts": [
2678
+ "../node_modules/@types/node/fs.d.ts",
2679
+ "../node_modules/@types/node/process.d.ts",
2680
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2681
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2682
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2683
+ "../node_modules/@types/node/util.d.ts"
2684
+ ],
2685
+ "../node_modules/@types/node/ts3.5/wasi.d.ts": [
2686
+ "../node_modules/@types/node/fs.d.ts",
2687
+ "../node_modules/@types/node/process.d.ts",
2688
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2689
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2690
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2691
+ "../node_modules/@types/node/util.d.ts"
2692
+ ],
2693
+ "../node_modules/@types/node/ts3.7/assert.d.ts": [
2694
+ "../node_modules/@types/node/fs.d.ts",
2695
+ "../node_modules/@types/node/process.d.ts",
2696
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2697
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2698
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2699
+ "../node_modules/@types/node/util.d.ts"
2700
+ ],
2701
+ "../node_modules/@types/node/ts3.7/base.d.ts": [
2702
+ "../node_modules/@types/node/fs.d.ts",
2703
+ "../node_modules/@types/node/process.d.ts",
2704
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2705
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2706
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2707
+ "../node_modules/@types/node/ts3.5/base.d.ts",
2708
+ "../node_modules/@types/node/ts3.7/assert.d.ts",
2709
+ "../node_modules/@types/node/util.d.ts"
2710
+ ],
2711
+ "../node_modules/@types/node/ts3.7/index.d.ts": [
2712
+ "../node_modules/@types/node/fs.d.ts",
2713
+ "../node_modules/@types/node/process.d.ts",
2714
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2715
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2716
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2717
+ "../node_modules/@types/node/ts3.7/base.d.ts",
2718
+ "../node_modules/@types/node/util.d.ts"
2719
+ ],
2720
+ "../node_modules/@types/node/tty.d.ts": [
2721
+ "../node_modules/@types/node/fs.d.ts",
2722
+ "../node_modules/@types/node/net.d.ts",
2723
+ "../node_modules/@types/node/process.d.ts",
2724
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2725
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2726
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2727
+ "../node_modules/@types/node/util.d.ts"
2728
+ ],
2729
+ "../node_modules/@types/node/url.d.ts": [
2730
+ "../node_modules/@types/node/fs.d.ts",
2731
+ "../node_modules/@types/node/process.d.ts",
2732
+ "../node_modules/@types/node/querystring.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/@types/node/util.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
+ ],
2745
+ "../node_modules/@types/node/v8.d.ts": [
2746
+ "../node_modules/@types/node/fs.d.ts",
2747
+ "../node_modules/@types/node/process.d.ts",
2748
+ "../node_modules/@types/node/stream.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/@types/node/vm.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/@types/node/worker_threads.d.ts": [
2763
+ "../node_modules/@types/node/events.d.ts",
2764
+ "../node_modules/@types/node/fs.d.ts",
2765
+ "../node_modules/@types/node/process.d.ts",
2766
+ "../node_modules/@types/node/stream.d.ts",
2767
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2768
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2769
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2770
+ "../node_modules/@types/node/url.d.ts",
2771
+ "../node_modules/@types/node/util.d.ts",
2772
+ "../node_modules/@types/node/vm.d.ts"
2773
+ ],
2774
+ "../node_modules/@types/node/zlib.d.ts": [
2775
+ "../node_modules/@types/node/fs.d.ts",
2776
+ "../node_modules/@types/node/process.d.ts",
2777
+ "../node_modules/@types/node/stream.d.ts",
2778
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2779
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2780
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2781
+ "../node_modules/@types/node/util.d.ts"
2782
+ ],
2783
+ "../node_modules/tslib/tslib.d.ts": [
2784
+ "../node_modules/@types/node/fs.d.ts",
2785
+ "../node_modules/@types/node/process.d.ts",
2786
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2787
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2788
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2789
+ "../node_modules/@types/node/util.d.ts"
2790
+ ],
2791
+ "../node_modules/typescript/lib/lib.dom.d.ts": [
2792
+ "../node_modules/@types/node/fs.d.ts",
2793
+ "../node_modules/@types/node/process.d.ts",
2794
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2795
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2796
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2797
+ "../node_modules/@types/node/util.d.ts"
2798
+ ],
2799
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
2800
+ "../node_modules/@types/node/fs.d.ts",
2801
+ "../node_modules/@types/node/process.d.ts",
2802
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2803
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2804
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2805
+ "../node_modules/@types/node/util.d.ts"
2806
+ ],
2807
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
2808
+ "../node_modules/@types/node/fs.d.ts",
2809
+ "../node_modules/@types/node/process.d.ts",
2810
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2811
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2812
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2813
+ "../node_modules/@types/node/util.d.ts"
2814
+ ],
2815
+ "../node_modules/typescript/lib/lib.es2015.d.ts": [
2816
+ "../node_modules/@types/node/fs.d.ts",
2817
+ "../node_modules/@types/node/process.d.ts",
2818
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2819
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2820
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2821
+ "../node_modules/@types/node/util.d.ts"
2822
+ ],
2823
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
2824
+ "../node_modules/@types/node/fs.d.ts",
2825
+ "../node_modules/@types/node/process.d.ts",
2826
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2827
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2828
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2829
+ "../node_modules/@types/node/util.d.ts"
2830
+ ],
2831
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
2832
+ "../node_modules/@types/node/fs.d.ts",
2833
+ "../node_modules/@types/node/process.d.ts",
2834
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2835
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2836
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2837
+ "../node_modules/@types/node/util.d.ts"
2838
+ ],
2839
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
2840
+ "../node_modules/@types/node/fs.d.ts",
2841
+ "../node_modules/@types/node/process.d.ts",
2842
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2843
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2844
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2845
+ "../node_modules/@types/node/util.d.ts"
2846
+ ],
2847
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
2848
+ "../node_modules/@types/node/fs.d.ts",
2849
+ "../node_modules/@types/node/process.d.ts",
2850
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2851
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2852
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2853
+ "../node_modules/@types/node/util.d.ts"
2854
+ ],
2855
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
2856
+ "../node_modules/@types/node/fs.d.ts",
2857
+ "../node_modules/@types/node/process.d.ts",
2858
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2859
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2860
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2861
+ "../node_modules/@types/node/util.d.ts"
2862
+ ],
2863
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
2864
+ "../node_modules/@types/node/fs.d.ts",
2865
+ "../node_modules/@types/node/process.d.ts",
2866
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2867
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2868
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2869
+ "../node_modules/@types/node/util.d.ts"
2870
+ ],
2871
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
2872
+ "../node_modules/@types/node/fs.d.ts",
2873
+ "../node_modules/@types/node/process.d.ts",
2874
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2875
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2876
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2877
+ "../node_modules/@types/node/util.d.ts"
2878
+ ],
2879
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
2880
+ "../node_modules/@types/node/fs.d.ts",
2881
+ "../node_modules/@types/node/process.d.ts",
2882
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2883
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2884
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2885
+ "../node_modules/@types/node/util.d.ts"
2886
+ ],
2887
+ "../node_modules/typescript/lib/lib.es2016.d.ts": [
2888
+ "../node_modules/@types/node/fs.d.ts",
2889
+ "../node_modules/@types/node/process.d.ts",
2890
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2891
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2892
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2893
+ "../node_modules/@types/node/util.d.ts"
2894
+ ],
2895
+ "../node_modules/typescript/lib/lib.es2017.d.ts": [
2896
+ "../node_modules/@types/node/fs.d.ts",
2897
+ "../node_modules/@types/node/process.d.ts",
2898
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2899
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2900
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2901
+ "../node_modules/@types/node/util.d.ts"
2902
+ ],
2903
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
2904
+ "../node_modules/@types/node/fs.d.ts",
2905
+ "../node_modules/@types/node/process.d.ts",
2906
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2907
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2908
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2909
+ "../node_modules/@types/node/util.d.ts"
2910
+ ],
2911
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
2912
+ "../node_modules/@types/node/fs.d.ts",
2913
+ "../node_modules/@types/node/process.d.ts",
2914
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2915
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2916
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2917
+ "../node_modules/@types/node/util.d.ts"
2918
+ ],
2919
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
2920
+ "../node_modules/@types/node/fs.d.ts",
2921
+ "../node_modules/@types/node/process.d.ts",
2922
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2923
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2924
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2925
+ "../node_modules/@types/node/util.d.ts"
2926
+ ],
2927
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
2928
+ "../node_modules/@types/node/fs.d.ts",
2929
+ "../node_modules/@types/node/process.d.ts",
2930
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2931
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2932
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2933
+ "../node_modules/@types/node/util.d.ts"
2934
+ ],
2935
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
2936
+ "../node_modules/@types/node/fs.d.ts",
2937
+ "../node_modules/@types/node/process.d.ts",
2938
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2939
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2940
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2941
+ "../node_modules/@types/node/util.d.ts"
2942
+ ],
2943
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
2944
+ "../node_modules/@types/node/fs.d.ts",
2945
+ "../node_modules/@types/node/process.d.ts",
2946
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2947
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2948
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2949
+ "../node_modules/@types/node/util.d.ts"
2950
+ ],
2951
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
2952
+ "../node_modules/@types/node/fs.d.ts",
2953
+ "../node_modules/@types/node/process.d.ts",
2954
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2955
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2956
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2957
+ "../node_modules/@types/node/util.d.ts"
2958
+ ],
2959
+ "../node_modules/typescript/lib/lib.es2018.d.ts": [
2960
+ "../node_modules/@types/node/fs.d.ts",
2961
+ "../node_modules/@types/node/process.d.ts",
2962
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2963
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2964
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2965
+ "../node_modules/@types/node/util.d.ts"
2966
+ ],
2967
+ "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
2968
+ "../node_modules/@types/node/fs.d.ts",
2969
+ "../node_modules/@types/node/process.d.ts",
2970
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2971
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2972
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2973
+ "../node_modules/@types/node/util.d.ts"
2974
+ ],
2975
+ "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
2976
+ "../node_modules/@types/node/fs.d.ts",
2977
+ "../node_modules/@types/node/process.d.ts",
2978
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2979
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2980
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2981
+ "../node_modules/@types/node/util.d.ts"
2982
+ ],
2983
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
2984
+ "../node_modules/@types/node/fs.d.ts",
2985
+ "../node_modules/@types/node/process.d.ts",
2986
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2987
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2988
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2989
+ "../node_modules/@types/node/util.d.ts"
2990
+ ],
2991
+ "../node_modules/typescript/lib/lib.es2019.array.d.ts": [
2992
+ "../node_modules/@types/node/fs.d.ts",
2993
+ "../node_modules/@types/node/process.d.ts",
2994
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
2995
+ "../node_modules/@types/node/ts3.2/process.d.ts",
2996
+ "../node_modules/@types/node/ts3.2/util.d.ts",
2997
+ "../node_modules/@types/node/util.d.ts"
2998
+ ],
2999
+ "../node_modules/typescript/lib/lib.es2019.d.ts": [
3000
+ "../node_modules/@types/node/fs.d.ts",
3001
+ "../node_modules/@types/node/process.d.ts",
3002
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3003
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3004
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3005
+ "../node_modules/@types/node/util.d.ts"
3006
+ ],
3007
+ "../node_modules/typescript/lib/lib.es2019.object.d.ts": [
3008
+ "../node_modules/@types/node/fs.d.ts",
3009
+ "../node_modules/@types/node/process.d.ts",
3010
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3011
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3012
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3013
+ "../node_modules/@types/node/util.d.ts"
3014
+ ],
3015
+ "../node_modules/typescript/lib/lib.es2019.string.d.ts": [
3016
+ "../node_modules/@types/node/fs.d.ts",
3017
+ "../node_modules/@types/node/process.d.ts",
3018
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3019
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3020
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3021
+ "../node_modules/@types/node/util.d.ts"
3022
+ ],
3023
+ "../node_modules/typescript/lib/lib.es2019.symbol.d.ts": [
3024
+ "../node_modules/@types/node/fs.d.ts",
3025
+ "../node_modules/@types/node/process.d.ts",
3026
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3027
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3028
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3029
+ "../node_modules/@types/node/util.d.ts"
3030
+ ],
3031
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts": [
3032
+ "../node_modules/@types/node/fs.d.ts",
3033
+ "../node_modules/@types/node/process.d.ts",
3034
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3035
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3036
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3037
+ "../node_modules/@types/node/util.d.ts"
3038
+ ],
3039
+ "../node_modules/typescript/lib/lib.es2020.d.ts": [
3040
+ "../node_modules/@types/node/fs.d.ts",
3041
+ "../node_modules/@types/node/process.d.ts",
3042
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3043
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3044
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3045
+ "../node_modules/@types/node/util.d.ts"
3046
+ ],
3047
+ "../node_modules/typescript/lib/lib.es2020.promise.d.ts": [
3048
+ "../node_modules/@types/node/fs.d.ts",
3049
+ "../node_modules/@types/node/process.d.ts",
3050
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3051
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3052
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3053
+ "../node_modules/@types/node/util.d.ts"
3054
+ ],
3055
+ "../node_modules/typescript/lib/lib.es2020.string.d.ts": [
3056
+ "../node_modules/@types/node/fs.d.ts",
3057
+ "../node_modules/@types/node/process.d.ts",
3058
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3059
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3060
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3061
+ "../node_modules/@types/node/util.d.ts"
3062
+ ],
3063
+ "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": [
3064
+ "../node_modules/@types/node/fs.d.ts",
3065
+ "../node_modules/@types/node/process.d.ts",
3066
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3067
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3068
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3069
+ "../node_modules/@types/node/util.d.ts"
3070
+ ],
3071
+ "../node_modules/typescript/lib/lib.es5.d.ts": [
3072
+ "../node_modules/@types/node/fs.d.ts",
3073
+ "../node_modules/@types/node/process.d.ts",
3074
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3075
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3076
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3077
+ "../node_modules/@types/node/util.d.ts"
3078
+ ],
3079
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
3080
+ "../node_modules/@types/node/fs.d.ts",
3081
+ "../node_modules/@types/node/process.d.ts",
3082
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3083
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3084
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3085
+ "../node_modules/@types/node/util.d.ts"
3086
+ ],
3087
+ "../src/_constants/index.ts": [
3088
+ "../src/_constants/module-settings/index.ts",
3089
+ "../src/_constants/times.const.ts"
3090
+ ],
3091
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts": [
3092
+ "../src/_models/interfaces/route-settings.interface.ts"
3093
+ ],
3094
+ "../src/_constants/module-settings/index.ts": [
3095
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts",
3096
+ "../src/_constants/module-settings/test-module-settings.const.ts",
3097
+ "../src/_constants/module-settings/usage-module-settings.const.ts"
3098
+ ],
3099
+ "../src/_constants/module-settings/test-module-settings.const.ts": [
3100
+ "../src/_models/interfaces/route-settings.interface.ts"
3101
+ ],
3102
+ "../src/_constants/module-settings/usage-module-settings.const.ts": [
3103
+ "../src/_models/interfaces/route-settings.interface.ts"
3104
+ ],
3105
+ "../src/_enums/index.ts": [
3106
+ "../src/_enums/basic-property-type.enum.ts",
3107
+ "../src/_enums/data-model-type.enum.ts",
3108
+ "../src/_enums/log-style.enum.ts",
3109
+ "../src/_enums/region.enum.ts",
3110
+ "../src/_enums/sub-region.enum.ts",
3111
+ "../src/_enums/subdivision-region-type.enum.ts"
3112
+ ],
3113
+ "../src/_models/control-models/daily-usage-data.control-model.ts": [
3114
+ "../src/_models/data-models/usage-session.data-model.ts"
3115
+ ],
3116
+ "../src/_models/control-models/data-params.control-model.ts": [
3117
+ "../src/_enums/index.ts",
3118
+ "../src/_models/control-models/data-property-params.control-model.ts"
3119
+ ],
3120
+ "../src/_models/control-models/data-property-params.control-model.ts": [
3121
+ "../src/_enums/basic-property-type.enum.ts"
3122
+ ],
3123
+ "../src/_models/control-models/index.ts": [
3124
+ "../src/_models/control-models/daily-usage-data.control-model.ts",
3125
+ "../src/_models/control-models/data-params.control-model.ts",
3126
+ "../src/_models/control-models/data-property-params.control-model.ts",
3127
+ "../src/_models/control-models/error.control-model.ts",
3128
+ "../src/_models/control-models/poll.control-model.ts",
3129
+ "../src/_models/control-models/range-value.control-model.ts",
3130
+ "../src/_models/control-models/usage-action.control-model.ts",
3131
+ "../src/_models/control-models/usage-data.control-model.ts",
3132
+ "../src/_models/interfaces/route-settings.interface.ts"
3133
+ ],
3134
+ "../src/_models/control-models/usage-data.control-model.ts": [
3135
+ "../src/_models/control-models/usage-action.control-model.ts"
3136
+ ],
3137
+ "../src/_models/data-models/custom-data.data-model.ts": [
3138
+ "../src/_models/control-models/data-params.control-model.ts",
3139
+ "../src/_models/data-models/metadata.data-model.ts"
3140
+ ],
3141
+ "../src/_models/data-models/index.ts": [
3142
+ "../src/_models/data-models/custom-data.data-model.ts",
3143
+ "../src/_models/data-models/metadata.data-model.ts",
3144
+ "../src/_models/data-models/usage-session.data-model.ts"
3145
+ ],
3146
+ "../src/_models/data-models/usage-session.data-model.ts": [
3147
+ "../src/_models/control-models/data-params.control-model.ts",
3148
+ "../src/_models/control-models/usage-data.control-model.ts",
3149
+ "../src/_models/data-models/metadata.data-model.ts",
3150
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts"
3151
+ ],
3152
+ "../src/_models/index.ts": [
3153
+ "../src/_models/control-models/index.ts",
3154
+ "../src/_models/data-models/index.ts",
3155
+ "../src/_models/interfaces/index.ts"
3156
+ ],
3157
+ "../src/_models/interfaces/index.ts": [
3158
+ "../src/_models/interfaces/location/index.ts",
3159
+ "../src/_models/interfaces/random-weight.interface.ts",
3160
+ "../src/_models/interfaces/route-settings.interface.ts"
3161
+ ],
3162
+ "../src/_models/interfaces/location/country-iso.interface.ts": [
3163
+ "../src/_enums/region.enum.ts",
3164
+ "../src/_enums/sub-region.enum.ts",
3165
+ "../src/_models/interfaces/location/country-division.interface.ts"
3166
+ ],
3167
+ "../src/_models/interfaces/location/division-region-data.interface.ts": [
3168
+ "../src/_enums/subdivision-region-type.enum.ts",
3169
+ "../src/_models/interfaces/location/country-iso.interface.ts"
3170
+ ],
3171
+ "../src/_models/interfaces/location/index.ts": [
3172
+ "../src/_models/interfaces/location/country-division.interface.ts",
3173
+ "../src/_models/interfaces/location/country-iso.interface.ts",
3174
+ "../src/_models/interfaces/location/country-phone-code.interface.ts",
3175
+ "../src/_models/interfaces/location/division-collection.interface.ts",
3176
+ "../src/_models/interfaces/location/division-region-data.interface.ts",
3177
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts",
3178
+ "../src/_models/interfaces/location/location-coordinates.interface.ts"
3179
+ ],
3180
+ "../src/_modules/collections.index.ts": [
3181
+ "../src/_utils/index.ts"
3182
+ ],
3183
+ "../src/_modules/constants.index.ts": [
3184
+ "../src/_constants/index.ts"
3185
+ ],
3186
+ "../src/_modules/custom-data-module.index.ts": [
3187
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts",
3188
+ "../src/_models/data-models/custom-data.data-model.ts"
3189
+ ],
3190
+ "../src/_modules/data-modules.index.ts": [
3191
+ "../src/_enums/data-model-type.enum.ts",
3192
+ "../src/_models/control-models/data-params.control-model.ts",
3193
+ "../src/_models/control-models/data-property-params.control-model.ts",
3194
+ "../src/_models/control-models/error.control-model.ts",
3195
+ "../src/_models/data-models/metadata.data-model.ts"
3196
+ ],
3197
+ "../src/_modules/enums.index.ts": [
3198
+ "../src/_enums/index.ts"
3199
+ ],
3200
+ "../src/_modules/error-module.index.ts": [
3201
+ "../src/_models/control-models/error.control-model.ts"
3202
+ ],
3203
+ "../src/_modules/models.index.ts": [
3204
+ "../src/_models/index.ts"
3205
+ ],
3206
+ "../src/_modules/shared-service.index.ts": [
3207
+ "../src/_constants/times.const.ts",
3208
+ "../src/_enums/log-style.enum.ts",
3209
+ "../src/_models/control-models/error.control-model.ts",
3210
+ "../src/_models/control-models/poll.control-model.ts",
3211
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts",
3212
+ "../src/_models/interfaces/location/location-coordinates.interface.ts",
3213
+ "../src/_utils/shared.static-service.ts"
3214
+ ],
3215
+ "../src/_modules/test-module.index.ts": [
3216
+ "../src/_constants/module-settings/test-module-settings.const.ts"
3217
+ ],
3218
+ "../src/_modules/usage-module.index.ts": [
3219
+ "../src/_constants/module-settings/usage-module-settings.const.ts",
3220
+ "../src/_models/control-models/daily-usage-data.control-model.ts",
3221
+ "../src/_models/control-models/usage-action.control-model.ts",
3222
+ "../src/_models/control-models/usage-data.control-model.ts",
3223
+ "../src/_models/data-models/usage-session.data-model.ts"
3224
+ ],
3225
+ "../src/_utils/index.ts": [
3226
+ "../src/_utils/array.util.ts",
3227
+ "../src/_utils/location.util.ts",
3228
+ "../src/_utils/log.util.ts",
3229
+ "../src/_utils/random.util.ts",
3230
+ "../src/_utils/regions.util.ts",
3231
+ "../src/_utils/round-list.util.ts",
3232
+ "../src/_utils/shared.static-service.ts",
3233
+ "../src/_utils/time.util.ts",
3234
+ "../src/_utils/trigonometry.util.ts",
3235
+ "../src/_utils/utilities.util.ts",
3236
+ "../src/_utils/vector.util.ts"
3237
+ ],
3238
+ "../src/_utils/location.util.ts": [
3239
+ "../src/_models/interfaces/location/location-coordinates.interface.ts"
3240
+ ],
3241
+ "../src/_utils/log.util.ts": [
3242
+ "../src/_enums/log-style.enum.ts"
3243
+ ],
3244
+ "../src/_utils/random.util.ts": [
3245
+ "../src/_models/interfaces/random-weight.interface.ts"
3246
+ ],
3247
+ "../src/_utils/regions.util.ts": [
3248
+ "../src/_enums/region.enum.ts",
3249
+ "../src/_models/interfaces/location/country-division.interface.ts",
3250
+ "../src/_models/interfaces/location/country-iso.interface.ts",
3251
+ "../src/_models/interfaces/location/country-phone-code.interface.ts"
3252
+ ],
3253
+ "../src/index.ts": [
3254
+ "../src/_constants/index.ts",
3255
+ "../src/_enums/index.ts",
3256
+ "../src/_models/index.ts",
3257
+ "../src/_utils/index.ts"
3258
+ ]
3259
+ },
3260
+ "semanticDiagnosticsPerFile": [
3261
+ "../node_modules/@types/jasmine/index.d.ts",
3262
+ "../node_modules/@types/node/async_hooks.d.ts",
3263
+ "../node_modules/@types/node/base.d.ts",
3264
+ "../node_modules/@types/node/buffer.d.ts",
3265
+ "../node_modules/@types/node/child_process.d.ts",
3266
+ "../node_modules/@types/node/cluster.d.ts",
3267
+ "../node_modules/@types/node/console.d.ts",
3268
+ "../node_modules/@types/node/constants.d.ts",
3269
+ "../node_modules/@types/node/crypto.d.ts",
3270
+ "../node_modules/@types/node/dgram.d.ts",
3271
+ "../node_modules/@types/node/dns.d.ts",
3272
+ "../node_modules/@types/node/domain.d.ts",
3273
+ "../node_modules/@types/node/events.d.ts",
3274
+ "../node_modules/@types/node/fs.d.ts",
3275
+ "../node_modules/@types/node/fs/promises.d.ts",
3276
+ "../node_modules/@types/node/globals.d.ts",
3277
+ "../node_modules/@types/node/http.d.ts",
3278
+ "../node_modules/@types/node/http2.d.ts",
3279
+ "../node_modules/@types/node/https.d.ts",
3280
+ "../node_modules/@types/node/inspector.d.ts",
3281
+ "../node_modules/@types/node/module.d.ts",
3282
+ "../node_modules/@types/node/net.d.ts",
3283
+ "../node_modules/@types/node/os.d.ts",
3284
+ "../node_modules/@types/node/path.d.ts",
3285
+ "../node_modules/@types/node/perf_hooks.d.ts",
3286
+ "../node_modules/@types/node/process.d.ts",
3287
+ "../node_modules/@types/node/punycode.d.ts",
3288
+ "../node_modules/@types/node/querystring.d.ts",
3289
+ "../node_modules/@types/node/readline.d.ts",
3290
+ "../node_modules/@types/node/repl.d.ts",
3291
+ "../node_modules/@types/node/stream.d.ts",
3292
+ "../node_modules/@types/node/string_decoder.d.ts",
3293
+ "../node_modules/@types/node/timers.d.ts",
3294
+ "../node_modules/@types/node/tls.d.ts",
3295
+ "../node_modules/@types/node/trace_events.d.ts",
3296
+ "../node_modules/@types/node/ts3.2/base.d.ts",
3297
+ "../node_modules/@types/node/ts3.2/fs.d.ts",
3298
+ "../node_modules/@types/node/ts3.2/globals.d.ts",
3299
+ "../node_modules/@types/node/ts3.2/process.d.ts",
3300
+ "../node_modules/@types/node/ts3.2/util.d.ts",
3301
+ "../node_modules/@types/node/ts3.5/base.d.ts",
3302
+ "../node_modules/@types/node/ts3.5/globals.global.d.ts",
3303
+ "../node_modules/@types/node/ts3.5/wasi.d.ts",
3304
+ "../node_modules/@types/node/ts3.7/assert.d.ts",
3305
+ "../node_modules/@types/node/ts3.7/base.d.ts",
3306
+ "../node_modules/@types/node/ts3.7/index.d.ts",
3307
+ "../node_modules/@types/node/tty.d.ts",
3308
+ "../node_modules/@types/node/url.d.ts",
3309
+ "../node_modules/@types/node/util.d.ts",
3310
+ "../node_modules/@types/node/v8.d.ts",
3311
+ "../node_modules/@types/node/vm.d.ts",
3312
+ "../node_modules/@types/node/worker_threads.d.ts",
3313
+ "../node_modules/@types/node/zlib.d.ts",
3314
+ "../node_modules/tslib/tslib.d.ts",
3315
+ "../node_modules/typescript/lib/lib.dom.d.ts",
3316
+ "../node_modules/typescript/lib/lib.es2015.collection.d.ts",
3317
+ "../node_modules/typescript/lib/lib.es2015.core.d.ts",
3318
+ "../node_modules/typescript/lib/lib.es2015.d.ts",
3319
+ "../node_modules/typescript/lib/lib.es2015.generator.d.ts",
3320
+ "../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
3321
+ "../node_modules/typescript/lib/lib.es2015.promise.d.ts",
3322
+ "../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
3323
+ "../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
3324
+ "../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
3325
+ "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
3326
+ "../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
3327
+ "../node_modules/typescript/lib/lib.es2016.d.ts",
3328
+ "../node_modules/typescript/lib/lib.es2017.d.ts",
3329
+ "../node_modules/typescript/lib/lib.es2017.intl.d.ts",
3330
+ "../node_modules/typescript/lib/lib.es2017.object.d.ts",
3331
+ "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
3332
+ "../node_modules/typescript/lib/lib.es2017.string.d.ts",
3333
+ "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
3334
+ "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
3335
+ "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
3336
+ "../node_modules/typescript/lib/lib.es2018.d.ts",
3337
+ "../node_modules/typescript/lib/lib.es2018.intl.d.ts",
3338
+ "../node_modules/typescript/lib/lib.es2018.promise.d.ts",
3339
+ "../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
3340
+ "../node_modules/typescript/lib/lib.es2019.array.d.ts",
3341
+ "../node_modules/typescript/lib/lib.es2019.d.ts",
3342
+ "../node_modules/typescript/lib/lib.es2019.object.d.ts",
3343
+ "../node_modules/typescript/lib/lib.es2019.string.d.ts",
3344
+ "../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
3345
+ "../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
3346
+ "../node_modules/typescript/lib/lib.es2020.d.ts",
3347
+ "../node_modules/typescript/lib/lib.es2020.promise.d.ts",
3348
+ "../node_modules/typescript/lib/lib.es2020.string.d.ts",
3349
+ "../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
3350
+ "../node_modules/typescript/lib/lib.es5.d.ts",
3351
+ "../node_modules/typescript/lib/lib.esnext.intl.d.ts",
3352
+ "../src/_constants/index.ts",
3353
+ "../src/_constants/location/country-codes-iso-3166.json",
3354
+ "../src/_constants/location/country-divisions-iso-3166-all-list.json",
3355
+ "../src/_constants/location/country-phone-codes.json",
3356
+ "../src/_constants/module-settings/custom-data-module-settings.const.ts",
3357
+ "../src/_constants/module-settings/index.ts",
3358
+ "../src/_constants/module-settings/test-module-settings.const.ts",
3359
+ "../src/_constants/module-settings/usage-module-settings.const.ts",
3360
+ "../src/_constants/times.const.ts",
3361
+ "../src/_enums/basic-property-type.enum.ts",
3362
+ "../src/_enums/data-model-type.enum.ts",
3363
+ "../src/_enums/index.ts",
3364
+ "../src/_enums/log-style.enum.ts",
3365
+ "../src/_enums/region.enum.ts",
3366
+ "../src/_enums/sub-region.enum.ts",
3367
+ "../src/_enums/subdivision-region-type.enum.ts",
3368
+ "../src/_models/control-models/daily-usage-data.control-model.ts",
3369
+ "../src/_models/control-models/data-params.control-model.ts",
3370
+ "../src/_models/control-models/data-property-params.control-model.ts",
3371
+ "../src/_models/control-models/error.control-model.ts",
3372
+ "../src/_models/control-models/index.ts",
3373
+ "../src/_models/control-models/poll.control-model.ts",
3374
+ "../src/_models/control-models/range-value.control-model.ts",
3375
+ "../src/_models/control-models/usage-action.control-model.ts",
3376
+ "../src/_models/control-models/usage-data.control-model.ts",
3377
+ "../src/_models/data-models/custom-data.data-model.ts",
3378
+ "../src/_models/data-models/index.ts",
3379
+ "../src/_models/data-models/metadata.data-model.ts",
3380
+ "../src/_models/data-models/usage-session.data-model.ts",
3381
+ "../src/_models/index.ts",
3382
+ "../src/_models/interfaces/index.ts",
3383
+ "../src/_models/interfaces/location/country-division.interface.ts",
3384
+ "../src/_models/interfaces/location/country-iso.interface.ts",
3385
+ "../src/_models/interfaces/location/country-phone-code.interface.ts",
3386
+ "../src/_models/interfaces/location/division-collection.interface.ts",
3387
+ "../src/_models/interfaces/location/division-region-data.interface.ts",
3388
+ "../src/_models/interfaces/location/geo-ip-location.interface.ts",
3389
+ "../src/_models/interfaces/location/index.ts",
3390
+ "../src/_models/interfaces/location/location-coordinates.interface.ts",
3391
+ "../src/_models/interfaces/random-weight.interface.ts",
3392
+ "../src/_models/interfaces/route-settings.interface.ts",
3393
+ "../src/_modules/collections.index.ts",
3394
+ "../src/_modules/constants.index.ts",
3395
+ "../src/_modules/custom-data-module.index.ts",
3396
+ "../src/_modules/data-modules.index.ts",
3397
+ "../src/_modules/enums.index.ts",
3398
+ "../src/_modules/error-module.index.ts",
3399
+ "../src/_modules/models.index.ts",
3400
+ "../src/_modules/shared-service.index.ts",
3401
+ "../src/_modules/test-module.index.ts",
3402
+ "../src/_modules/usage-module.index.ts",
3403
+ "../src/_utils/array.util.spec.ts",
3404
+ "../src/_utils/array.util.ts",
3405
+ "../src/_utils/index.ts",
3406
+ "../src/_utils/location.util.ts",
3407
+ "../src/_utils/log.util.ts",
3408
+ "../src/_utils/random.util.ts",
3409
+ "../src/_utils/regions.util.ts",
3410
+ "../src/_utils/round-list.util.ts",
3411
+ "../src/_utils/shared.static-service.ts",
3412
+ "../src/_utils/time.util.ts",
3413
+ "../src/_utils/trigonometry.util.ts",
3414
+ "../src/_utils/utilities.util.ts",
3415
+ "../src/_utils/vector.util.ts",
3416
+ "../src/index.ts"
3417
+ ]
3418
+ },
3419
+ "version": "3.9.10"
3420
+ }