@pnp/spfx-controls-react 1.21.1-beta.6fa9cb9 → 1.21.3

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 (247) hide show
  1. package/CHANGELOG.JSON +28 -1
  2. package/CHANGELOG.md +38 -0
  3. package/lib/common/telemetry/version.js +1 -1
  4. package/lib/common/telemetry/version.js.map +1 -1
  5. package/lib/common/utilities/LocalesHelper.d.ts +5 -0
  6. package/lib/common/utilities/LocalesHelper.js +76 -0
  7. package/lib/common/utilities/LocalesHelper.js.map +1 -0
  8. package/lib/common/utilities/index.d.ts +1 -0
  9. package/lib/common/utilities/index.js +1 -0
  10. package/lib/common/utilities/index.js.map +1 -1
  11. package/lib/controls/accordion/Accordion.module.css +1 -1
  12. package/lib/controls/accordion/Accordion.module.scss.js +3 -3
  13. package/lib/controls/accordion/Accordion.module.scss.js.map +1 -1
  14. package/lib/controls/carousel/Carousel.module.css +1 -1
  15. package/lib/controls/carousel/Carousel.module.scss.js +35 -35
  16. package/lib/controls/carousel/Carousel.module.scss.js.map +1 -1
  17. package/lib/controls/chartControl/ChartControl.module.css +1 -1
  18. package/lib/controls/chartControl/ChartControl.module.scss.js +3 -3
  19. package/lib/controls/chartControl/ChartControl.module.scss.js.map +1 -1
  20. package/lib/controls/dateTimePicker/DateTimePicker.module.css +1 -1
  21. package/lib/controls/dateTimePicker/DateTimePicker.module.scss.js +10 -10
  22. package/lib/controls/dateTimePicker/DateTimePicker.module.scss.js.map +1 -1
  23. package/lib/controls/errorMessage/ErrorMessage.module.css +1 -1
  24. package/lib/controls/errorMessage/ErrorMessage.module.scss.js +2 -2
  25. package/lib/controls/errorMessage/ErrorMessage.module.scss.js.map +1 -1
  26. package/lib/controls/fieldCollectionData/FieldCollectionData.module.css +1 -1
  27. package/lib/controls/fieldCollectionData/FieldCollectionData.module.scss.js +18 -18
  28. package/lib/controls/fieldCollectionData/FieldCollectionData.module.scss.js.map +1 -1
  29. package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.css +1 -1
  30. package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js +4 -4
  31. package/lib/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.module.scss.js.map +1 -1
  32. package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.css +1 -1
  33. package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.js +4 -4
  34. package/lib/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.module.scss.js.map +1 -1
  35. package/lib/controls/fields/fieldCommon/FieldRenderer.module.css +1 -1
  36. package/lib/controls/fields/fieldCommon/FieldRenderer.module.scss.js +3 -3
  37. package/lib/controls/fields/fieldCommon/FieldRenderer.module.scss.js.map +1 -1
  38. package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.css +1 -1
  39. package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.scss.js +5 -5
  40. package/lib/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.module.scss.js.map +1 -1
  41. package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.css +1 -1
  42. package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.scss.js +5 -5
  43. package/lib/controls/fields/fieldLookupRenderer/FieldLookupRenderer.module.scss.js.map +1 -1
  44. package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.css +1 -1
  45. package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.scss.js +9 -9
  46. package/lib/controls/fields/fieldNameRenderer/FieldNameRenderer.module.scss.js.map +1 -1
  47. package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.css +1 -1
  48. package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.scss.js +4 -4
  49. package/lib/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.module.scss.js.map +1 -1
  50. package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.css +1 -1
  51. package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.scss.js +6 -6
  52. package/lib/controls/fields/fieldTextRenderer/FieldTextRenderer.module.scss.js.map +1 -1
  53. package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.css +1 -1
  54. package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.scss.js +5 -5
  55. package/lib/controls/fields/fieldUrlRenderer/FieldUrlRenderer.module.scss.js.map +1 -1
  56. package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.css +1 -1
  57. package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.scss.js +13 -13
  58. package/lib/controls/fields/fieldUserRenderer/FieldUserRenderer.module.scss.js.map +1 -1
  59. package/lib/controls/filePicker/FilePicker.module.css +1 -1
  60. package/lib/controls/filePicker/FilePicker.module.scss.js +38 -38
  61. package/lib/controls/filePicker/FilePicker.module.scss.js.map +1 -1
  62. package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.css +1 -1
  63. package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.scss.js +41 -41
  64. package/lib/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.module.scss.js.map +1 -1
  65. package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.css +1 -1
  66. package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.scss.js +38 -38
  67. package/lib/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.module.scss.js.map +1 -1
  68. package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.css +1 -1
  69. package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.scss.js +59 -59
  70. package/lib/controls/filePicker/RecentFilesTab/RecentFilesTab.module.scss.js.map +1 -1
  71. package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.css +1 -1
  72. package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.scss.js +38 -38
  73. package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.module.scss.js.map +1 -1
  74. package/lib/controls/filePicker/StockImagesTab/StockImages.module.css +1 -1
  75. package/lib/controls/filePicker/StockImagesTab/StockImages.module.scss.js +40 -40
  76. package/lib/controls/filePicker/StockImagesTab/StockImages.module.scss.js.map +1 -1
  77. package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.css +1 -1
  78. package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.scss.js +43 -43
  79. package/lib/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.module.scss.js.map +1 -1
  80. package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.css +1 -1
  81. package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.scss.js +60 -60
  82. package/lib/controls/filePicker/WebSearchTab/WebSearchTab.module.scss.js.map +1 -1
  83. package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.css +1 -1
  84. package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.scss.js +7 -7
  85. package/lib/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.scss.js.map +1 -1
  86. package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.css +1 -1
  87. package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.scss.js +80 -80
  88. package/lib/controls/filePicker/controls/DocumentTile/DocumentTile.module.scss.js.map +1 -1
  89. package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.css +1 -1
  90. package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.scss.js +38 -38
  91. package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.module.scss.js.map +1 -1
  92. package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.css +1 -1
  93. package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.scss.js +76 -76
  94. package/lib/controls/filePicker/controls/FolderTile/FolderTile.module.scss.js.map +1 -1
  95. package/lib/controls/filePicker/controls/TilesList/TilesList.module.css +1 -1
  96. package/lib/controls/filePicker/controls/TilesList/TilesList.module.scss.js +70 -70
  97. package/lib/controls/filePicker/controls/TilesList/TilesList.module.scss.js.map +1 -1
  98. package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.css +1 -1
  99. package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.scss.js +5 -5
  100. package/lib/controls/folderExplorer/FolderExplorer/FolderExplorer.module.scss.js.map +1 -1
  101. package/lib/controls/folderExplorer/NewFolder/NewFolder.module.css +1 -1
  102. package/lib/controls/folderExplorer/NewFolder/NewFolder.module.scss.js +5 -5
  103. package/lib/controls/folderExplorer/NewFolder/NewFolder.module.scss.js.map +1 -1
  104. package/lib/controls/folderPicker/FolderPicker.module.css +1 -1
  105. package/lib/controls/folderPicker/FolderPicker.module.scss.js +7 -7
  106. package/lib/controls/folderPicker/FolderPicker.module.scss.js.map +1 -1
  107. package/lib/controls/gridLayout/GridLayout.module.css +1 -1
  108. package/lib/controls/gridLayout/GridLayout.module.scss.js +2 -2
  109. package/lib/controls/gridLayout/GridLayout.module.scss.js.map +1 -1
  110. package/lib/controls/iFrameDialog/IFrameDialogContent.module.css +1 -1
  111. package/lib/controls/iFrameDialog/IFrameDialogContent.module.scss.js +2 -2
  112. package/lib/controls/iFrameDialog/IFrameDialogContent.module.scss.js.map +1 -1
  113. package/lib/controls/iFramePanel/IFramePanelContent.module.css +1 -1
  114. package/lib/controls/iFramePanel/IFramePanelContent.module.scss.js +2 -2
  115. package/lib/controls/iFramePanel/IFramePanelContent.module.scss.js.map +1 -1
  116. package/lib/controls/iconPicker/IconPicker.module.css +1 -1
  117. package/lib/controls/iconPicker/IconPicker.module.scss.js +21 -21
  118. package/lib/controls/iconPicker/IconPicker.module.scss.js.map +1 -1
  119. package/lib/controls/listItemAttachments/ListItemAttachments.module.css +1 -1
  120. package/lib/controls/listItemAttachments/ListItemAttachments.module.scss.js +6 -6
  121. package/lib/controls/listItemAttachments/ListItemAttachments.module.scss.js.map +1 -1
  122. package/lib/controls/listItemPicker/ComboBoxListItemPicker.js +6 -3
  123. package/lib/controls/listItemPicker/ComboBoxListItemPicker.js.map +1 -1
  124. package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.css +1 -0
  125. package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.scss.d.ts +5 -0
  126. package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.scss.js +12 -0
  127. package/lib/controls/listItemPicker/ComboBoxListItemPicker.module.scss.js.map +1 -0
  128. package/lib/controls/listItemPicker/IComboBoxListItemPickerProps.d.ts +1 -0
  129. package/lib/controls/listItemPicker/IListItemPickerProps.d.ts +1 -0
  130. package/lib/controls/listItemPicker/ListItemPicker.d.ts +1 -0
  131. package/lib/controls/listItemPicker/ListItemPicker.js +18 -13
  132. package/lib/controls/listItemPicker/ListItemPicker.js.map +1 -1
  133. package/lib/controls/listPicker/ListPicker.module.css +1 -1
  134. package/lib/controls/listPicker/ListPicker.module.scss.js +2 -2
  135. package/lib/controls/listPicker/ListPicker.module.scss.js.map +1 -1
  136. package/lib/controls/listView/ListView.DragDrop.module.css +1 -1
  137. package/lib/controls/listView/ListView.DragDrop.module.scss.js +3 -3
  138. package/lib/controls/listView/ListView.DragDrop.module.scss.js.map +1 -1
  139. package/lib/controls/listView/ListView.js.map +1 -1
  140. package/lib/controls/map/Maps.module.css +1 -1
  141. package/lib/controls/map/Maps.module.scss.js +6 -6
  142. package/lib/controls/map/Maps.module.scss.js.map +1 -1
  143. package/lib/controls/pagination/Pagination.module.css +1 -1
  144. package/lib/controls/pagination/Pagination.module.scss.js +2 -2
  145. package/lib/controls/pagination/Pagination.module.scss.js.map +1 -1
  146. package/lib/controls/peoplepicker/PeoplePickerComponent.module.css +1 -1
  147. package/lib/controls/peoplepicker/PeoplePickerComponent.module.scss.js +3 -3
  148. package/lib/controls/peoplepicker/PeoplePickerComponent.module.scss.js.map +1 -1
  149. package/lib/controls/placeholder/PlaceholderComponent.module.css +1 -1
  150. package/lib/controls/placeholder/PlaceholderComponent.module.scss.js +9 -9
  151. package/lib/controls/placeholder/PlaceholderComponent.module.scss.js.map +1 -1
  152. package/lib/controls/progress/Progress.module.css +1 -1
  153. package/lib/controls/progress/Progress.module.scss.js +19 -19
  154. package/lib/controls/progress/Progress.module.scss.js.map +1 -1
  155. package/lib/controls/richText/RichText.module.css +1 -1
  156. package/lib/controls/richText/RichText.module.scss.js +17 -17
  157. package/lib/controls/richText/RichText.module.scss.js.map +1 -1
  158. package/lib/controls/richText/RichTextPropertyPane.module.css +1 -1
  159. package/lib/controls/richText/RichTextPropertyPane.module.scss.js +8 -8
  160. package/lib/controls/richText/RichTextPropertyPane.module.scss.js.map +1 -1
  161. package/lib/controls/richText/RteColorPicker.module.css +1 -1
  162. package/lib/controls/richText/RteColorPicker.module.scss.js +17 -17
  163. package/lib/controls/richText/RteColorPicker.module.scss.js.map +1 -1
  164. package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.css +1 -1
  165. package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.scss.js +2 -2
  166. package/lib/controls/siteBreadcrumb/SiteBreadcrumb.module.scss.js.map +1 -1
  167. package/lib/controls/taxonomyPicker/ITaxonomyPicker.d.ts +18 -0
  168. package/lib/controls/taxonomyPicker/TaxonomyPicker.d.ts +14 -0
  169. package/lib/controls/taxonomyPicker/TaxonomyPicker.js +148 -11
  170. package/lib/controls/taxonomyPicker/TaxonomyPicker.js.map +1 -1
  171. package/lib/controls/taxonomyPicker/TaxonomyPicker.module.css +1 -1
  172. package/lib/controls/taxonomyPicker/TaxonomyPicker.module.scss.js +21 -21
  173. package/lib/controls/taxonomyPicker/TaxonomyPicker.module.scss.js.map +1 -1
  174. package/lib/controls/taxonomyPicker/TermPicker.d.ts +5 -2
  175. package/lib/controls/taxonomyPicker/TermPicker.js +4 -4
  176. package/lib/controls/taxonomyPicker/TermPicker.js.map +1 -1
  177. package/lib/controls/treeView/TreeView.module.css +1 -1
  178. package/lib/controls/treeView/TreeView.module.scss.js +17 -17
  179. package/lib/controls/treeView/TreeView.module.scss.js.map +1 -1
  180. package/lib/controls/webPartTitle/WebPartTitle.module.css +1 -1
  181. package/lib/controls/webPartTitle/WebPartTitle.module.scss.js +3 -3
  182. package/lib/controls/webPartTitle/WebPartTitle.module.scss.js.map +1 -1
  183. package/lib/loc/bg-bg.js +8 -29
  184. package/lib/loc/bg-bg.js.map +1 -1
  185. package/lib/loc/ca-es.js +11 -32
  186. package/lib/loc/ca-es.js.map +1 -1
  187. package/lib/loc/da-dk.js +11 -32
  188. package/lib/loc/da-dk.js.map +1 -1
  189. package/lib/loc/de-de.js +1 -22
  190. package/lib/loc/de-de.js.map +1 -1
  191. package/lib/loc/el-gr.js +7 -28
  192. package/lib/loc/el-gr.js.map +1 -1
  193. package/lib/loc/en-us.js +1 -0
  194. package/lib/loc/en-us.js.map +1 -1
  195. package/lib/loc/es-es.js +1 -22
  196. package/lib/loc/es-es.js.map +1 -1
  197. package/lib/loc/et-ee.js +8 -29
  198. package/lib/loc/et-ee.js.map +1 -1
  199. package/lib/loc/fi-fi.js +8 -29
  200. package/lib/loc/fi-fi.js.map +1 -1
  201. package/lib/loc/fr-fr.js +11 -32
  202. package/lib/loc/fr-fr.js.map +1 -1
  203. package/lib/loc/it-it.js +3 -24
  204. package/lib/loc/it-it.js.map +1 -1
  205. package/lib/loc/ja-jp.js +10 -31
  206. package/lib/loc/ja-jp.js.map +1 -1
  207. package/lib/loc/lt-lt.js +3 -24
  208. package/lib/loc/lt-lt.js.map +1 -1
  209. package/lib/loc/lv-lv.js +9 -30
  210. package/lib/loc/lv-lv.js.map +1 -1
  211. package/lib/loc/nb-no.js +8 -29
  212. package/lib/loc/nb-no.js.map +1 -1
  213. package/lib/loc/nl-nl.js +9 -30
  214. package/lib/loc/nl-nl.js.map +1 -1
  215. package/lib/loc/pl-pl.js +7 -28
  216. package/lib/loc/pl-pl.js.map +1 -1
  217. package/lib/loc/pt-pt.js +3 -24
  218. package/lib/loc/pt-pt.js.map +1 -1
  219. package/lib/loc/ro-ro.js +9 -30
  220. package/lib/loc/ro-ro.js.map +1 -1
  221. package/lib/loc/ru-ru.js +1 -22
  222. package/lib/loc/ru-ru.js.map +1 -1
  223. package/lib/loc/sk-sk.js +15 -36
  224. package/lib/loc/sk-sk.js.map +1 -1
  225. package/lib/loc/sr-latn-rs.js +2 -23
  226. package/lib/loc/sr-latn-rs.js.map +1 -1
  227. package/lib/loc/sv-se.js +11 -32
  228. package/lib/loc/sv-se.js.map +1 -1
  229. package/lib/loc/tr-tr.js +1 -22
  230. package/lib/loc/tr-tr.js.map +1 -1
  231. package/lib/loc/vi-vn.js +11 -32
  232. package/lib/loc/vi-vn.js.map +1 -1
  233. package/lib/loc/zh-cn.js +1 -22
  234. package/lib/loc/zh-cn.js.map +1 -1
  235. package/lib/loc/zh-tw.js +1 -22
  236. package/lib/loc/zh-tw.js.map +1 -1
  237. package/lib/services/SPTermStorePickerService.d.ts +3 -3
  238. package/lib/services/SPTermStorePickerService.js +46 -15
  239. package/lib/services/SPTermStorePickerService.js.map +1 -1
  240. package/package.json +4 -2
  241. package/sonar-project.properties +0 -3
  242. package/.scannerwork/.sonar_lock +0 -0
  243. package/.scannerwork/css-bundle/bin/server +0 -15
  244. package/.scannerwork/css-bundle/lib/tsconfig.tsbuildinfo +0 -2025
  245. package/.scannerwork/css-bundle/package/package.json +0 -11
  246. package/.scannerwork/css-bundle/stylelintconfig.json +0 -1
  247. package/.scannerwork/report-task.txt +0 -8
@@ -1,2025 +0,0 @@
1
- {
2
- "program": {
3
- "fileInfos": {
4
- "../node_modules/typescript/lib/lib.es5.d.ts": {
5
- "version": "fc43680ad3a1a4ec8c7b8d908af1ec9ddff87845346de5f02c735c9171fa98ea",
6
- "signature": "fc43680ad3a1a4ec8c7b8d908af1ec9ddff87845346de5f02c735c9171fa98ea"
7
- },
8
- "../node_modules/typescript/lib/lib.es2015.d.ts": {
9
- "version": "7994d44005046d1413ea31d046577cdda33b8b2470f30281fd9c8b3c99fe2d96",
10
- "signature": "7994d44005046d1413ea31d046577cdda33b8b2470f30281fd9c8b3c99fe2d96"
11
- },
12
- "../node_modules/typescript/lib/lib.es2016.d.ts": {
13
- "version": "5f217838d25704474d9ef93774f04164889169ca31475fe423a9de6758f058d1",
14
- "signature": "5f217838d25704474d9ef93774f04164889169ca31475fe423a9de6758f058d1"
15
- },
16
- "../node_modules/typescript/lib/lib.es2017.d.ts": {
17
- "version": "459097c7bdd88fc5731367e56591e4f465f2c9de81a35427a7bd473165c34743",
18
- "signature": "459097c7bdd88fc5731367e56591e4f465f2c9de81a35427a7bd473165c34743"
19
- },
20
- "../node_modules/typescript/lib/lib.es2018.d.ts": {
21
- "version": "9c67dcc7ca897b61f58d57d487bc9f07950546e5ac8701cbc41a8a4fec48b091",
22
- "signature": "9c67dcc7ca897b61f58d57d487bc9f07950546e5ac8701cbc41a8a4fec48b091"
23
- },
24
- "../node_modules/typescript/lib/lib.dom.d.ts": {
25
- "version": "d93de5e8a7275cb9d47481410e13b3b1debb997e216490954b5d106e37e086de",
26
- "signature": "d93de5e8a7275cb9d47481410e13b3b1debb997e216490954b5d106e37e086de"
27
- },
28
- "../node_modules/typescript/lib/lib.es2015.core.d.ts": {
29
- "version": "734ddc145e147fbcd55f07d034f50ccff1086f5a880107665ec326fb368876f6",
30
- "signature": "734ddc145e147fbcd55f07d034f50ccff1086f5a880107665ec326fb368876f6"
31
- },
32
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
33
- "version": "4a0862a21f4700de873db3b916f70e41570e2f558da77d2087c9490f5a0615d8",
34
- "signature": "4a0862a21f4700de873db3b916f70e41570e2f558da77d2087c9490f5a0615d8"
35
- },
36
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
37
- "version": "765e0e9c9d74cf4d031ca8b0bdb269a853e7d81eda6354c8510218d03db12122",
38
- "signature": "765e0e9c9d74cf4d031ca8b0bdb269a853e7d81eda6354c8510218d03db12122"
39
- },
40
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
41
- "version": "285958e7699f1babd76d595830207f18d719662a0c30fac7baca7df7162a9210",
42
- "signature": "285958e7699f1babd76d595830207f18d719662a0c30fac7baca7df7162a9210"
43
- },
44
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
45
- "version": "d4deaafbb18680e3143e8b471acd650ed6f72a408a33137f0a0dd104fbe7f8ca",
46
- "signature": "d4deaafbb18680e3143e8b471acd650ed6f72a408a33137f0a0dd104fbe7f8ca"
47
- },
48
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
49
- "version": "5e72f949a89717db444e3bd9433468890068bb21a5638d8ab15a1359e05e54fe",
50
- "signature": "5e72f949a89717db444e3bd9433468890068bb21a5638d8ab15a1359e05e54fe"
51
- },
52
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
53
- "version": "f5b242136ae9bfb1cc99a5971cccc44e99947ae6b5ef6fd8aa54b5ade553b976",
54
- "signature": "f5b242136ae9bfb1cc99a5971cccc44e99947ae6b5ef6fd8aa54b5ade553b976"
55
- },
56
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
57
- "version": "9ae2860252d6b5f16e2026d8a2c2069db7b2a3295e98b6031d01337b96437230",
58
- "signature": "9ae2860252d6b5f16e2026d8a2c2069db7b2a3295e98b6031d01337b96437230"
59
- },
60
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
61
- "version": "3e0a459888f32b42138d5a39f706ff2d55d500ab1031e0988b5568b0f67c2303",
62
- "signature": "3e0a459888f32b42138d5a39f706ff2d55d500ab1031e0988b5568b0f67c2303"
63
- },
64
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
65
- "version": "3f96f1e570aedbd97bf818c246727151e873125d0512e4ae904330286c721bc0",
66
- "signature": "3f96f1e570aedbd97bf818c246727151e873125d0512e4ae904330286c721bc0"
67
- },
68
- "../node_modules/typescript/lib/lib.es2017.object.d.ts": {
69
- "version": "c2d60b2e558d44384e4704b00e6b3d154334721a911f094d3133c35f0917b408",
70
- "signature": "c2d60b2e558d44384e4704b00e6b3d154334721a911f094d3133c35f0917b408"
71
- },
72
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
73
- "version": "b8667586a618c5cf64523d4e500ae39e781428abfb28f3de441fc66b56144b6f",
74
- "signature": "b8667586a618c5cf64523d4e500ae39e781428abfb28f3de441fc66b56144b6f"
75
- },
76
- "../node_modules/typescript/lib/lib.es2017.string.d.ts": {
77
- "version": "21df2e0059f14dcb4c3a0e125859f6b6ff01332ee24b0065a741d121250bc71c",
78
- "signature": "21df2e0059f14dcb4c3a0e125859f6b6ff01332ee24b0065a741d121250bc71c"
79
- },
80
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
81
- "version": "c1759cb171c7619af0d2234f2f8fb2a871ee88e956e2ed91bb61778e41f272c6",
82
- "signature": "c1759cb171c7619af0d2234f2f8fb2a871ee88e956e2ed91bb61778e41f272c6"
83
- },
84
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
85
- "version": "28569d59e07d4378cb3d54979c4c60f9f06305c9bb6999ffe6cab758957adc46",
86
- "signature": "28569d59e07d4378cb3d54979c4c60f9f06305c9bb6999ffe6cab758957adc46"
87
- },
88
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
89
- "version": "2958de3d25bfb0b5cdace0244e11c9637e5988920b99024db705a720ce6348e7",
90
- "signature": "2958de3d25bfb0b5cdace0244e11c9637e5988920b99024db705a720ce6348e7"
91
- },
92
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
93
- "version": "85085a0783532dc04b66894748dc4a49983b2fbccb0679b81356947021d7a215",
94
- "signature": "85085a0783532dc04b66894748dc4a49983b2fbccb0679b81356947021d7a215"
95
- },
96
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
97
- "version": "5494f46d3a8a0329d13ddc37f8759d5288760febb51c92336608d1c06bb18d29",
98
- "signature": "5494f46d3a8a0329d13ddc37f8759d5288760febb51c92336608d1c06bb18d29"
99
- },
100
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
101
- "version": "efe049114bad1035b0aa9a4a0359f50ab776e3897c411521e51d3013079cbd62",
102
- "signature": "efe049114bad1035b0aa9a4a0359f50ab776e3897c411521e51d3013079cbd62"
103
- },
104
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
105
- "version": "e7780d04cd4120ee554c665829db2bbdd6b947cbaa3c150b7d9ea74df3beb2e8",
106
- "signature": "e7780d04cd4120ee554c665829db2bbdd6b947cbaa3c150b7d9ea74df3beb2e8"
107
- },
108
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
109
- "version": "1377923021927244ea19433873b997ad8585533b0a56d5de29cda497f7842756",
110
- "signature": "1377923021927244ea19433873b997ad8585533b0a56d5de29cda497f7842756"
111
- },
112
- "../node_modules/typescript/lib/lib.esnext.bigint.d.ts": {
113
- "version": "0c9ea8c2028047f39a3f66752682604f543c08be8806258c3d95c93e75a43255",
114
- "signature": "0c9ea8c2028047f39a3f66752682604f543c08be8806258c3d95c93e75a43255"
115
- },
116
- "../node_modules/@types/node/globals.d.ts": {
117
- "version": "05c42320698cb6eb4052d68ef35a0f3b88291b9275f13e9a188b96119844c5b6",
118
- "signature": "05c42320698cb6eb4052d68ef35a0f3b88291b9275f13e9a188b96119844c5b6"
119
- },
120
- "../node_modules/@types/node/assert.d.ts": {
121
- "version": "7860312f33f0cf2c93500787d02c4cc43ea3d0c080d4781095ac7715d5da3316",
122
- "signature": "7860312f33f0cf2c93500787d02c4cc43ea3d0c080d4781095ac7715d5da3316"
123
- },
124
- "../node_modules/@types/node/async_hooks.d.ts": {
125
- "version": "1305b079a057355f496bdde048716189178877a6b4fe0e9267a46af67f8c7561",
126
- "signature": "1305b079a057355f496bdde048716189178877a6b4fe0e9267a46af67f8c7561"
127
- },
128
- "../node_modules/@types/node/buffer.d.ts": {
129
- "version": "61215c1a376bbe8f51cab4cc4ddbf3746387015113c37a84d981d4738c21b878",
130
- "signature": "61215c1a376bbe8f51cab4cc4ddbf3746387015113c37a84d981d4738c21b878"
131
- },
132
- "../node_modules/@types/node/child_process.d.ts": {
133
- "version": "4c50c12d023c7ba3b08aed969b723594bf74e5c5a6c80b421d8664bf22c3c072",
134
- "signature": "4c50c12d023c7ba3b08aed969b723594bf74e5c5a6c80b421d8664bf22c3c072"
135
- },
136
- "../node_modules/@types/node/cluster.d.ts": {
137
- "version": "ce629710e5e58724902b753212e97861fd73e2aa09f5d88cb6d55dc763cf8c8a",
138
- "signature": "ce629710e5e58724902b753212e97861fd73e2aa09f5d88cb6d55dc763cf8c8a"
139
- },
140
- "../node_modules/@types/node/console.d.ts": {
141
- "version": "525c8fc510d9632d2a0a9de2d41c3ac1cdd79ff44d3b45c6d81cacabb683528d",
142
- "signature": "525c8fc510d9632d2a0a9de2d41c3ac1cdd79ff44d3b45c6d81cacabb683528d"
143
- },
144
- "../node_modules/@types/node/constants.d.ts": {
145
- "version": "0279383034fae92db8097d0a41350293553599cc9c3c917b60e2542d0dfcbd44",
146
- "signature": "0279383034fae92db8097d0a41350293553599cc9c3c917b60e2542d0dfcbd44"
147
- },
148
- "../node_modules/@types/node/crypto.d.ts": {
149
- "version": "3b6e751fc790e939efc4352e950b59be8c8e23c6e2bca2cf7359788b53f70485",
150
- "signature": "3b6e751fc790e939efc4352e950b59be8c8e23c6e2bca2cf7359788b53f70485"
151
- },
152
- "../node_modules/@types/node/dgram.d.ts": {
153
- "version": "387656ed4d6444031a0042c38701167e77ff5f4698ada32737082fbee76b1db0",
154
- "signature": "387656ed4d6444031a0042c38701167e77ff5f4698ada32737082fbee76b1db0"
155
- },
156
- "../node_modules/@types/node/dns.d.ts": {
157
- "version": "ef226a42de7022eacdfa0f15aabf73b46c47af93044c8ebfab8aa8e3cf6c330c",
158
- "signature": "ef226a42de7022eacdfa0f15aabf73b46c47af93044c8ebfab8aa8e3cf6c330c"
159
- },
160
- "../node_modules/@types/node/domain.d.ts": {
161
- "version": "d5b7c8819ce1bd31a45f7675309e145ec28e3aa1b60a8e0637fd0e8916255baa",
162
- "signature": "d5b7c8819ce1bd31a45f7675309e145ec28e3aa1b60a8e0637fd0e8916255baa"
163
- },
164
- "../node_modules/@types/node/events.d.ts": {
165
- "version": "3ad728027671c2c3c829e21803f8d7a15b29d808293644d50d928213280c072d",
166
- "signature": "3ad728027671c2c3c829e21803f8d7a15b29d808293644d50d928213280c072d"
167
- },
168
- "../node_modules/@types/node/fs.d.ts": {
169
- "version": "21b6d7f47a3c13325fe3a12518c18ed2deac19eca23aa874e1c4fb02b65b0d49",
170
- "signature": "21b6d7f47a3c13325fe3a12518c18ed2deac19eca23aa874e1c4fb02b65b0d49"
171
- },
172
- "../node_modules/@types/node/http.d.ts": {
173
- "version": "4fd41897e21cc6def2735221fa7bd0986b44e44d224939a20f9e173ba2255646",
174
- "signature": "4fd41897e21cc6def2735221fa7bd0986b44e44d224939a20f9e173ba2255646"
175
- },
176
- "../node_modules/@types/node/http2.d.ts": {
177
- "version": "272c8598c3a29a3fa3027bd0a645c5f49b3f7832dfcf8e47b7260843ec8a40f3",
178
- "signature": "272c8598c3a29a3fa3027bd0a645c5f49b3f7832dfcf8e47b7260843ec8a40f3"
179
- },
180
- "../node_modules/@types/node/https.d.ts": {
181
- "version": "dacbe08610729f6343ea9880ea8e737c6d7a6efa4a318d8f6acaf85db4aceed6",
182
- "signature": "dacbe08610729f6343ea9880ea8e737c6d7a6efa4a318d8f6acaf85db4aceed6"
183
- },
184
- "../node_modules/@types/node/inspector.d.ts": {
185
- "version": "4218ced3933a31eed1278d350dd63c5900df0f0904f57d61c054d7a4b83dbe4c",
186
- "signature": "4218ced3933a31eed1278d350dd63c5900df0f0904f57d61c054d7a4b83dbe4c"
187
- },
188
- "../node_modules/@types/node/module.d.ts": {
189
- "version": "03394bf8deb8781b490ae9266a843fbdf00647947d79e25fcbf1d89a9e9c8a66",
190
- "signature": "03394bf8deb8781b490ae9266a843fbdf00647947d79e25fcbf1d89a9e9c8a66"
191
- },
192
- "../node_modules/@types/node/net.d.ts": {
193
- "version": "358398fe4034395d85c87c319cca7a04001434b13dc68d067481ecb374385bfc",
194
- "signature": "358398fe4034395d85c87c319cca7a04001434b13dc68d067481ecb374385bfc"
195
- },
196
- "../node_modules/@types/node/os.d.ts": {
197
- "version": "d9bc6f1917c24d862a68d2633e4a32fd586bfe3e412e5d11fd07d8266b94ced5",
198
- "signature": "d9bc6f1917c24d862a68d2633e4a32fd586bfe3e412e5d11fd07d8266b94ced5"
199
- },
200
- "../node_modules/@types/node/path.d.ts": {
201
- "version": "5fb30076f0e0e5744db8993648bfb67aadd895f439edad5cce039127a87a8a36",
202
- "signature": "5fb30076f0e0e5744db8993648bfb67aadd895f439edad5cce039127a87a8a36"
203
- },
204
- "../node_modules/@types/node/perf_hooks.d.ts": {
205
- "version": "27ef4001526ee9d8afa57687a60bb3b59c52b32d29db0a2260094ab64726164f",
206
- "signature": "27ef4001526ee9d8afa57687a60bb3b59c52b32d29db0a2260094ab64726164f"
207
- },
208
- "../node_modules/@types/node/process.d.ts": {
209
- "version": "0e0d58f5e90c0a270dac052b9c5ad8ccdfc8271118c2105b361063218d528d6e",
210
- "signature": "0e0d58f5e90c0a270dac052b9c5ad8ccdfc8271118c2105b361063218d528d6e"
211
- },
212
- "../node_modules/@types/node/punycode.d.ts": {
213
- "version": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1",
214
- "signature": "30ec6f9c683b988c3cfaa0c4690692049c4e7ed7dc6f6e94f56194c06b86f5e1"
215
- },
216
- "../node_modules/@types/node/querystring.d.ts": {
217
- "version": "5b34786b5d59b4e627c76f1294a00b5e92260a31ca87b29d9b7cb9acd3ba1acc",
218
- "signature": "5b34786b5d59b4e627c76f1294a00b5e92260a31ca87b29d9b7cb9acd3ba1acc"
219
- },
220
- "../node_modules/@types/node/readline.d.ts": {
221
- "version": "d08dfb553aa396ac399e7c67e24f6b964b12a49e99d245009c7c579827f6d5f2",
222
- "signature": "d08dfb553aa396ac399e7c67e24f6b964b12a49e99d245009c7c579827f6d5f2"
223
- },
224
- "../node_modules/@types/node/repl.d.ts": {
225
- "version": "30b9c2c0949e27506c7e751bd51749ca5ecb0d0a3ea854064039ffaa3707fad4",
226
- "signature": "30b9c2c0949e27506c7e751bd51749ca5ecb0d0a3ea854064039ffaa3707fad4"
227
- },
228
- "../node_modules/@types/node/stream.d.ts": {
229
- "version": "87a856ce45263344ebf69270ea1b0fc4eb13236a6194300bd5e99d1f022b0c6e",
230
- "signature": "87a856ce45263344ebf69270ea1b0fc4eb13236a6194300bd5e99d1f022b0c6e"
231
- },
232
- "../node_modules/@types/node/string_decoder.d.ts": {
233
- "version": "7e62aac2cc9c0710d772047ad89e8d7117f52592c791eb995ce1f865fedab432",
234
- "signature": "7e62aac2cc9c0710d772047ad89e8d7117f52592c791eb995ce1f865fedab432"
235
- },
236
- "../node_modules/@types/node/timers.d.ts": {
237
- "version": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9",
238
- "signature": "b40652bf8ce4a18133b31349086523b219724dca8df3448c1a0742528e7ad5b9"
239
- },
240
- "../node_modules/@types/node/tls.d.ts": {
241
- "version": "6ba512fc25cfb3db60007c7b1b4428ce497986ac442c370da879223c3c258872",
242
- "signature": "6ba512fc25cfb3db60007c7b1b4428ce497986ac442c370da879223c3c258872"
243
- },
244
- "../node_modules/@types/node/trace_events.d.ts": {
245
- "version": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638",
246
- "signature": "a77fdb357c78b70142b2fdbbfb72958d69e8f765fd2a3c69946c1018e89d4638"
247
- },
248
- "../node_modules/@types/node/tty.d.ts": {
249
- "version": "df905913ad47e24b6cb41d33f0c1f500bf9c4befe4325413a7644c9eb1e7965c",
250
- "signature": "df905913ad47e24b6cb41d33f0c1f500bf9c4befe4325413a7644c9eb1e7965c"
251
- },
252
- "../node_modules/@types/node/url.d.ts": {
253
- "version": "ae25aec5ed3795a3edfc356a7bc091554917ad0e0009a3cdffd7115ba22bd28d",
254
- "signature": "ae25aec5ed3795a3edfc356a7bc091554917ad0e0009a3cdffd7115ba22bd28d"
255
- },
256
- "../node_modules/@types/node/util.d.ts": {
257
- "version": "bf237fb2ca1ac62fde63e5f8178a9030e4d6b11987744007272f03a9deec6f76",
258
- "signature": "bf237fb2ca1ac62fde63e5f8178a9030e4d6b11987744007272f03a9deec6f76"
259
- },
260
- "../node_modules/@types/node/v8.d.ts": {
261
- "version": "4407bd5f1d6f748590ba125195eb1d7a003c2de2f3b057456d3ac76a742d2561",
262
- "signature": "4407bd5f1d6f748590ba125195eb1d7a003c2de2f3b057456d3ac76a742d2561"
263
- },
264
- "../node_modules/@types/node/vm.d.ts": {
265
- "version": "bf244a366e8ee68acda125761c6e337c8795b37eef05947d62f89b584de926b3",
266
- "signature": "bf244a366e8ee68acda125761c6e337c8795b37eef05947d62f89b584de926b3"
267
- },
268
- "../node_modules/@types/node/worker_threads.d.ts": {
269
- "version": "7780573ed8387aaadcc61d87f3d60d77dabf1e060da252dc72ab1d73401988bb",
270
- "signature": "7780573ed8387aaadcc61d87f3d60d77dabf1e060da252dc72ab1d73401988bb"
271
- },
272
- "../node_modules/@types/node/zlib.d.ts": {
273
- "version": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8",
274
- "signature": "f409183966a1dd93d3a9cd1d54fbeb85c73101e87cd5b19467c5e37b252f3fd8"
275
- },
276
- "../node_modules/@types/node/base.d.ts": {
277
- "version": "6622f76993bdfeaacb947ba7c4cf26f2e5c5194194d02d792c3cba4174cd8fce",
278
- "signature": "6622f76993bdfeaacb947ba7c4cf26f2e5c5194194d02d792c3cba4174cd8fce"
279
- },
280
- "../node_modules/@types/node/ts3.2/fs.d.ts": {
281
- "version": "1ed55651f38540dba21f4a864bd89834ddb552446dce8c8a5f9dc0b44ce0b024",
282
- "signature": "1ed55651f38540dba21f4a864bd89834ddb552446dce8c8a5f9dc0b44ce0b024"
283
- },
284
- "../node_modules/@types/node/ts3.2/util.d.ts": {
285
- "version": "4f54f0a9dd3b644c99ec32b32f8804d5978bc854799b228ae9c467bf3c84c64c",
286
- "signature": "4f54f0a9dd3b644c99ec32b32f8804d5978bc854799b228ae9c467bf3c84c64c"
287
- },
288
- "../node_modules/@types/node/ts3.2/globals.d.ts": {
289
- "version": "4926e99d2ad39c0bbd36f2d37cc8f52756bc7a5661ad7b12815df871a4b07ba1",
290
- "signature": "4926e99d2ad39c0bbd36f2d37cc8f52756bc7a5661ad7b12815df871a4b07ba1"
291
- },
292
- "../node_modules/@types/node/ts3.2/index.d.ts": {
293
- "version": "7c7dabe6de2f88a1b4a4d9a15479c2a99b6f5864b434b9d960fc312ba9498c0a",
294
- "signature": "7c7dabe6de2f88a1b4a4d9a15479c2a99b6f5864b434b9d960fc312ba9498c0a"
295
- },
296
- "../node_modules/@types/range-parser/index.d.ts": {
297
- "version": "4e88b833be14c7f384e0dcd57bb30acd799e8e34d212635d693e41a75a71164b",
298
- "signature": "4e88b833be14c7f384e0dcd57bb30acd799e8e34d212635d693e41a75a71164b"
299
- },
300
- "../node_modules/@types/express-serve-static-core/index.d.ts": {
301
- "version": "88300a14933efa862bf68f8444082c7ce0cfb23f67b3eeaf1575933a1ce84b3d",
302
- "signature": "88300a14933efa862bf68f8444082c7ce0cfb23f67b3eeaf1575933a1ce84b3d"
303
- },
304
- "../node_modules/@types/mime/index.d.ts": {
305
- "version": "be27a64e821a3e5af838650e4aa25805c60f057d0c37a9762c378d19d364b3e6",
306
- "signature": "be27a64e821a3e5af838650e4aa25805c60f057d0c37a9762c378d19d364b3e6"
307
- },
308
- "../node_modules/@types/serve-static/index.d.ts": {
309
- "version": "cdbae5083ef8f786069519405ca1f1e2ce72b9efebdf5e1931584fba747f3bc0",
310
- "signature": "cdbae5083ef8f786069519405ca1f1e2ce72b9efebdf5e1931584fba747f3bc0"
311
- },
312
- "../node_modules/@types/connect/index.d.ts": {
313
- "version": "c3be42b83b5f57ae2f65280fa395f6d31f61304ac1a29b7b406b6a0e71da8c82",
314
- "signature": "c3be42b83b5f57ae2f65280fa395f6d31f61304ac1a29b7b406b6a0e71da8c82"
315
- },
316
- "../node_modules/@types/body-parser/index.d.ts": {
317
- "version": "599abfa56230d73afc30a3bde749c2efd90acb58301b446835d5e235b35e2768",
318
- "signature": "599abfa56230d73afc30a3bde749c2efd90acb58301b446835d5e235b35e2768"
319
- },
320
- "../node_modules/@types/express/index.d.ts": {
321
- "version": "6e1c6fe784daeba017901db7766e6b872f535defe33b0e0196d2a12c26f50517",
322
- "signature": "6e1c6fe784daeba017901db7766e6b872f535defe33b0e0196d2a12c26f50517"
323
- },
324
- "../node_modules/source-map/source-map.d.ts": {
325
- "version": "2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579",
326
- "signature": "2887592574fcdfd087647c539dcb0fbe5af2521270dad4a37f9d17c16190d579"
327
- },
328
- "../node_modules/postcss/lib/postcss.d.ts": {
329
- "version": "72461a7ccc6500ecb4e55ba51e3c8bca075b1bd9ca51ea6caf39d5c941354a47",
330
- "signature": "72461a7ccc6500ecb4e55ba51e3c8bca075b1bd9ca51ea6caf39d5c941354a47"
331
- },
332
- "../node_modules/@types/stylelint/index.d.ts": {
333
- "version": "e32dad799d088c53cbe1da736e34cad03027d56dd2fc77d484a67100278bc4bd",
334
- "signature": "e32dad799d088c53cbe1da736e34cad03027d56dd2fc77d484a67100278bc4bd"
335
- },
336
- "../src/server.ts": {
337
- "version": "7b8304f62bfd9b0f0ac894d40106f591f351f6a335f15757ed8c3b448b1fd3a6",
338
- "signature": "9f93c608a29083fff97bf91941a8cb8a53076a22673a3d4e88f305962a2931ab"
339
- },
340
- "../node_modules/@babel/types/lib/index.d.ts": {
341
- "version": "9cebab89871446e2e9f2c8599cb22696c08207cf5bc21adb8f9752d582c5055e",
342
- "signature": "9cebab89871446e2e9f2c8599cb22696c08207cf5bc21adb8f9752d582c5055e"
343
- },
344
- "../node_modules/@types/babel__generator/index.d.ts": {
345
- "version": "b25c5f2970d06c729f464c0aeaa64b1a5b5f1355aa93554bb5f9c199b8624b1e",
346
- "signature": "b25c5f2970d06c729f464c0aeaa64b1a5b5f1355aa93554bb5f9c199b8624b1e"
347
- },
348
- "../node_modules/@types/babel__traverse/index.d.ts": {
349
- "version": "3db699e002d857ea05942e0b19b5091919fa5d01c21ea789c74763c9a81bb28f",
350
- "signature": "3db699e002d857ea05942e0b19b5091919fa5d01c21ea789c74763c9a81bb28f"
351
- },
352
- "../node_modules/@babel/parser/typings/babel-parser.d.ts": {
353
- "version": "56dede90729ef85351f132d66e05510851211d627e2f2c6621475d4f7938f365",
354
- "signature": "56dede90729ef85351f132d66e05510851211d627e2f2c6621475d4f7938f365"
355
- },
356
- "../node_modules/@types/babel__template/index.d.ts": {
357
- "version": "3e0a34f7207431d967dc32d593d1cda0c23975e9484bc8895b39d96ffca4a0d8",
358
- "signature": "3e0a34f7207431d967dc32d593d1cda0c23975e9484bc8895b39d96ffca4a0d8"
359
- },
360
- "../node_modules/@types/babel__core/index.d.ts": {
361
- "version": "8b6748f9e15ad7bac494dc3cd3b13ba0a8be195aca97f7c10a96b1c74a956f32",
362
- "signature": "8b6748f9e15ad7bac494dc3cd3b13ba0a8be195aca97f7c10a96b1c74a956f32"
363
- },
364
- "../node_modules/@types/color-name/index.d.ts": {
365
- "version": "f0cb4b3ab88193e3e51e9e2622e4c375955003f1f81239d72c5b7a95415dad3e",
366
- "signature": "f0cb4b3ab88193e3e51e9e2622e4c375955003f1f81239d72c5b7a95415dad3e"
367
- },
368
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
369
- "version": "9e951ec338c4232d611552a1be7b4ecec79a8c2307a893ce39701316fe2374bd",
370
- "signature": "9e951ec338c4232d611552a1be7b4ecec79a8c2307a893ce39701316fe2374bd"
371
- },
372
- "../node_modules/@types/istanbul-lib-report/index.d.ts": {
373
- "version": "70c61ff569aabdf2b36220da6c06caaa27e45cd7acac81a1966ab4ee2eadc4f2",
374
- "signature": "70c61ff569aabdf2b36220da6c06caaa27e45cd7acac81a1966ab4ee2eadc4f2"
375
- },
376
- "../node_modules/@types/istanbul-reports/index.d.ts": {
377
- "version": "93b59bc67329d5add033e3198583c39aa939cef891e6a2b763e0bea2b514ea9b",
378
- "signature": "93b59bc67329d5add033e3198583c39aa939cef891e6a2b763e0bea2b514ea9b"
379
- },
380
- "../node_modules/@types/jest/index.d.ts": {
381
- "version": "82584e0ecf375b96f6e601968afd94ec89ecd07bab188bbbcbf8b0faf5d85d09",
382
- "signature": "82584e0ecf375b96f6e601968afd94ec89ecd07bab188bbbcbf8b0faf5d85d09"
383
- },
384
- "../node_modules/@types/minimist/index.d.ts": {
385
- "version": "3602dfff3072caea42f23a9b63fb34a7b0c95a62b93ce2add5fe6b159447845e",
386
- "signature": "3602dfff3072caea42f23a9b63fb34a7b0c95a62b93ce2add5fe6b159447845e"
387
- },
388
- "../node_modules/@types/normalize-package-data/index.d.ts": {
389
- "version": "c9ad058b2cc9ce6dc2ed92960d6d009e8c04bef46d3f5312283debca6869f613",
390
- "signature": "c9ad058b2cc9ce6dc2ed92960d6d009e8c04bef46d3f5312283debca6869f613"
391
- },
392
- "../node_modules/@types/parse-json/index.d.ts": {
393
- "version": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
394
- "signature": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b"
395
- },
396
- "../node_modules/@types/stack-utils/index.d.ts": {
397
- "version": "41422586881bcd739b4e62d9b91cd29909f8572aa3e3cdf316b7c50f14708d49",
398
- "signature": "41422586881bcd739b4e62d9b91cd29909f8572aa3e3cdf316b7c50f14708d49"
399
- },
400
- "../node_modules/@types/unist/index.d.ts": {
401
- "version": "1320ee42b30487cceb6da9f230354fc34826111f76bf12f0ad76c717c12625b0",
402
- "signature": "1320ee42b30487cceb6da9f230354fc34826111f76bf12f0ad76c717c12625b0"
403
- },
404
- "../node_modules/@types/vfile/index.d.ts": {
405
- "version": "6f56706c6828d0299f46f8b1a79ecae0757b91b48e63baf6f0c5292d02037129",
406
- "signature": "6f56706c6828d0299f46f8b1a79ecae0757b91b48e63baf6f0c5292d02037129"
407
- },
408
- "../node_modules/@types/yargs-parser/index.d.ts": {
409
- "version": "e65fca93c26b09681d33dad7b3af32ae42bf0d114d859671ffed30a92691439c",
410
- "signature": "e65fca93c26b09681d33dad7b3af32ae42bf0d114d859671ffed30a92691439c"
411
- },
412
- "../node_modules/@types/yargs/index.d.ts": {
413
- "version": "989ea8e89ef2d6a07a1872fcee14be6b9e1920b04f19a4ab149d673f89af67e6",
414
- "signature": "989ea8e89ef2d6a07a1872fcee14be6b9e1920b04f19a4ab149d673f89af67e6"
415
- }
416
- },
417
- "options": {
418
- "target": 2,
419
- "module": 1,
420
- "lib": [
421
- "lib.dom.d.ts",
422
- "lib.es2017.d.ts"
423
- ],
424
- "declaration": true,
425
- "outDir": "./",
426
- "strict": true,
427
- "sourceMap": true,
428
- "noUnusedLocals": true,
429
- "noUnusedParameters": true,
430
- "allowSyntheticDefaultImports": true,
431
- "composite": true,
432
- "typeRoots": [
433
- "../node_modules/@types"
434
- ],
435
- "skipLibCheck": true,
436
- "configFilePath": "../tsconfig.json"
437
- },
438
- "referencedMap": {
439
- "../node_modules/typescript/lib/lib.es5.d.ts": [
440
- "../node_modules/@types/node/fs.d.ts",
441
- "../node_modules/@types/node/ts3.2/fs.d.ts",
442
- "../node_modules/@types/node/util.d.ts",
443
- "../node_modules/@types/node/ts3.2/util.d.ts"
444
- ],
445
- "../node_modules/typescript/lib/lib.es2015.d.ts": [
446
- "../node_modules/@types/node/fs.d.ts",
447
- "../node_modules/@types/node/ts3.2/fs.d.ts",
448
- "../node_modules/@types/node/util.d.ts",
449
- "../node_modules/@types/node/ts3.2/util.d.ts"
450
- ],
451
- "../node_modules/typescript/lib/lib.es2016.d.ts": [
452
- "../node_modules/@types/node/fs.d.ts",
453
- "../node_modules/@types/node/ts3.2/fs.d.ts",
454
- "../node_modules/@types/node/util.d.ts",
455
- "../node_modules/@types/node/ts3.2/util.d.ts"
456
- ],
457
- "../node_modules/typescript/lib/lib.es2017.d.ts": [
458
- "../node_modules/@types/node/fs.d.ts",
459
- "../node_modules/@types/node/ts3.2/fs.d.ts",
460
- "../node_modules/@types/node/util.d.ts",
461
- "../node_modules/@types/node/ts3.2/util.d.ts"
462
- ],
463
- "../node_modules/typescript/lib/lib.es2018.d.ts": [
464
- "../node_modules/@types/node/fs.d.ts",
465
- "../node_modules/@types/node/ts3.2/fs.d.ts",
466
- "../node_modules/@types/node/util.d.ts",
467
- "../node_modules/@types/node/ts3.2/util.d.ts"
468
- ],
469
- "../node_modules/typescript/lib/lib.dom.d.ts": [
470
- "../node_modules/@types/node/fs.d.ts",
471
- "../node_modules/@types/node/ts3.2/fs.d.ts",
472
- "../node_modules/@types/node/util.d.ts",
473
- "../node_modules/@types/node/ts3.2/util.d.ts"
474
- ],
475
- "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
476
- "../node_modules/@types/node/fs.d.ts",
477
- "../node_modules/@types/node/ts3.2/fs.d.ts",
478
- "../node_modules/@types/node/util.d.ts",
479
- "../node_modules/@types/node/ts3.2/util.d.ts"
480
- ],
481
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
482
- "../node_modules/@types/node/fs.d.ts",
483
- "../node_modules/@types/node/ts3.2/fs.d.ts",
484
- "../node_modules/@types/node/util.d.ts",
485
- "../node_modules/@types/node/ts3.2/util.d.ts"
486
- ],
487
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
488
- "../node_modules/@types/node/fs.d.ts",
489
- "../node_modules/@types/node/ts3.2/fs.d.ts",
490
- "../node_modules/@types/node/util.d.ts",
491
- "../node_modules/@types/node/ts3.2/util.d.ts"
492
- ],
493
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
494
- "../node_modules/@types/node/fs.d.ts",
495
- "../node_modules/@types/node/ts3.2/fs.d.ts",
496
- "../node_modules/@types/node/util.d.ts",
497
- "../node_modules/@types/node/ts3.2/util.d.ts"
498
- ],
499
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
500
- "../node_modules/@types/node/fs.d.ts",
501
- "../node_modules/@types/node/ts3.2/fs.d.ts",
502
- "../node_modules/@types/node/util.d.ts",
503
- "../node_modules/@types/node/ts3.2/util.d.ts"
504
- ],
505
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
506
- "../node_modules/@types/node/fs.d.ts",
507
- "../node_modules/@types/node/ts3.2/fs.d.ts",
508
- "../node_modules/@types/node/util.d.ts",
509
- "../node_modules/@types/node/ts3.2/util.d.ts"
510
- ],
511
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
512
- "../node_modules/@types/node/fs.d.ts",
513
- "../node_modules/@types/node/ts3.2/fs.d.ts",
514
- "../node_modules/@types/node/util.d.ts",
515
- "../node_modules/@types/node/ts3.2/util.d.ts"
516
- ],
517
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
518
- "../node_modules/@types/node/fs.d.ts",
519
- "../node_modules/@types/node/ts3.2/fs.d.ts",
520
- "../node_modules/@types/node/util.d.ts",
521
- "../node_modules/@types/node/ts3.2/util.d.ts"
522
- ],
523
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
524
- "../node_modules/@types/node/fs.d.ts",
525
- "../node_modules/@types/node/ts3.2/fs.d.ts",
526
- "../node_modules/@types/node/util.d.ts",
527
- "../node_modules/@types/node/ts3.2/util.d.ts"
528
- ],
529
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
530
- "../node_modules/@types/node/fs.d.ts",
531
- "../node_modules/@types/node/ts3.2/fs.d.ts",
532
- "../node_modules/@types/node/util.d.ts",
533
- "../node_modules/@types/node/ts3.2/util.d.ts"
534
- ],
535
- "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
536
- "../node_modules/@types/node/fs.d.ts",
537
- "../node_modules/@types/node/ts3.2/fs.d.ts",
538
- "../node_modules/@types/node/util.d.ts",
539
- "../node_modules/@types/node/ts3.2/util.d.ts"
540
- ],
541
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
542
- "../node_modules/@types/node/fs.d.ts",
543
- "../node_modules/@types/node/ts3.2/fs.d.ts",
544
- "../node_modules/@types/node/util.d.ts",
545
- "../node_modules/@types/node/ts3.2/util.d.ts"
546
- ],
547
- "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
548
- "../node_modules/@types/node/fs.d.ts",
549
- "../node_modules/@types/node/ts3.2/fs.d.ts",
550
- "../node_modules/@types/node/util.d.ts",
551
- "../node_modules/@types/node/ts3.2/util.d.ts"
552
- ],
553
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
554
- "../node_modules/@types/node/fs.d.ts",
555
- "../node_modules/@types/node/ts3.2/fs.d.ts",
556
- "../node_modules/@types/node/util.d.ts",
557
- "../node_modules/@types/node/ts3.2/util.d.ts"
558
- ],
559
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
560
- "../node_modules/@types/node/fs.d.ts",
561
- "../node_modules/@types/node/ts3.2/fs.d.ts",
562
- "../node_modules/@types/node/util.d.ts",
563
- "../node_modules/@types/node/ts3.2/util.d.ts"
564
- ],
565
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
566
- "../node_modules/@types/node/fs.d.ts",
567
- "../node_modules/@types/node/ts3.2/fs.d.ts",
568
- "../node_modules/@types/node/util.d.ts",
569
- "../node_modules/@types/node/ts3.2/util.d.ts"
570
- ],
571
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
572
- "../node_modules/@types/node/fs.d.ts",
573
- "../node_modules/@types/node/ts3.2/fs.d.ts",
574
- "../node_modules/@types/node/util.d.ts",
575
- "../node_modules/@types/node/ts3.2/util.d.ts"
576
- ],
577
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
578
- "../node_modules/@types/node/fs.d.ts",
579
- "../node_modules/@types/node/ts3.2/fs.d.ts",
580
- "../node_modules/@types/node/util.d.ts",
581
- "../node_modules/@types/node/ts3.2/util.d.ts"
582
- ],
583
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
584
- "../node_modules/@types/node/fs.d.ts",
585
- "../node_modules/@types/node/ts3.2/fs.d.ts",
586
- "../node_modules/@types/node/util.d.ts",
587
- "../node_modules/@types/node/ts3.2/util.d.ts"
588
- ],
589
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
590
- "../node_modules/@types/node/fs.d.ts",
591
- "../node_modules/@types/node/ts3.2/fs.d.ts",
592
- "../node_modules/@types/node/util.d.ts",
593
- "../node_modules/@types/node/ts3.2/util.d.ts"
594
- ],
595
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
596
- "../node_modules/@types/node/fs.d.ts",
597
- "../node_modules/@types/node/ts3.2/fs.d.ts",
598
- "../node_modules/@types/node/util.d.ts",
599
- "../node_modules/@types/node/ts3.2/util.d.ts"
600
- ],
601
- "../node_modules/typescript/lib/lib.esnext.bigint.d.ts": [
602
- "../node_modules/@types/node/fs.d.ts",
603
- "../node_modules/@types/node/ts3.2/fs.d.ts",
604
- "../node_modules/@types/node/util.d.ts",
605
- "../node_modules/@types/node/ts3.2/util.d.ts"
606
- ],
607
- "../node_modules/@types/node/globals.d.ts": [
608
- "../node_modules/@types/node/fs.d.ts",
609
- "../node_modules/@types/node/ts3.2/fs.d.ts",
610
- "../node_modules/@types/node/util.d.ts",
611
- "../node_modules/@types/node/ts3.2/util.d.ts"
612
- ],
613
- "../node_modules/@types/node/assert.d.ts": [
614
- "../node_modules/@types/node/fs.d.ts",
615
- "../node_modules/@types/node/ts3.2/fs.d.ts",
616
- "../node_modules/@types/node/util.d.ts",
617
- "../node_modules/@types/node/ts3.2/util.d.ts"
618
- ],
619
- "../node_modules/@types/node/async_hooks.d.ts": [
620
- "../node_modules/@types/node/fs.d.ts",
621
- "../node_modules/@types/node/ts3.2/fs.d.ts",
622
- "../node_modules/@types/node/util.d.ts",
623
- "../node_modules/@types/node/ts3.2/util.d.ts"
624
- ],
625
- "../node_modules/@types/node/buffer.d.ts": [
626
- "../node_modules/@types/node/fs.d.ts",
627
- "../node_modules/@types/node/ts3.2/fs.d.ts",
628
- "../node_modules/@types/node/util.d.ts",
629
- "../node_modules/@types/node/ts3.2/util.d.ts"
630
- ],
631
- "../node_modules/@types/node/child_process.d.ts": [
632
- "../node_modules/@types/node/events.d.ts",
633
- "../node_modules/@types/node/net.d.ts",
634
- "../node_modules/@types/node/stream.d.ts",
635
- "../node_modules/@types/node/fs.d.ts",
636
- "../node_modules/@types/node/ts3.2/fs.d.ts",
637
- "../node_modules/@types/node/util.d.ts",
638
- "../node_modules/@types/node/ts3.2/util.d.ts"
639
- ],
640
- "../node_modules/@types/node/cluster.d.ts": [
641
- "../node_modules/@types/node/child_process.d.ts",
642
- "../node_modules/@types/node/events.d.ts",
643
- "../node_modules/@types/node/net.d.ts",
644
- "../node_modules/@types/node/fs.d.ts",
645
- "../node_modules/@types/node/ts3.2/fs.d.ts",
646
- "../node_modules/@types/node/util.d.ts",
647
- "../node_modules/@types/node/ts3.2/util.d.ts"
648
- ],
649
- "../node_modules/@types/node/console.d.ts": [
650
- "../node_modules/@types/node/fs.d.ts",
651
- "../node_modules/@types/node/ts3.2/fs.d.ts",
652
- "../node_modules/@types/node/util.d.ts",
653
- "../node_modules/@types/node/ts3.2/util.d.ts"
654
- ],
655
- "../node_modules/@types/node/constants.d.ts": [
656
- "../node_modules/@types/node/fs.d.ts",
657
- "../node_modules/@types/node/ts3.2/fs.d.ts",
658
- "../node_modules/@types/node/util.d.ts",
659
- "../node_modules/@types/node/ts3.2/util.d.ts"
660
- ],
661
- "../node_modules/@types/node/crypto.d.ts": [
662
- "../node_modules/@types/node/stream.d.ts",
663
- "../node_modules/@types/node/fs.d.ts",
664
- "../node_modules/@types/node/ts3.2/fs.d.ts",
665
- "../node_modules/@types/node/util.d.ts",
666
- "../node_modules/@types/node/ts3.2/util.d.ts"
667
- ],
668
- "../node_modules/@types/node/dgram.d.ts": [
669
- "../node_modules/@types/node/net.d.ts",
670
- "../node_modules/@types/node/dns.d.ts",
671
- "../node_modules/@types/node/events.d.ts",
672
- "../node_modules/@types/node/fs.d.ts",
673
- "../node_modules/@types/node/ts3.2/fs.d.ts",
674
- "../node_modules/@types/node/util.d.ts",
675
- "../node_modules/@types/node/ts3.2/util.d.ts"
676
- ],
677
- "../node_modules/@types/node/dns.d.ts": [
678
- "../node_modules/@types/node/fs.d.ts",
679
- "../node_modules/@types/node/ts3.2/fs.d.ts",
680
- "../node_modules/@types/node/util.d.ts",
681
- "../node_modules/@types/node/ts3.2/util.d.ts"
682
- ],
683
- "../node_modules/@types/node/domain.d.ts": [
684
- "../node_modules/@types/node/events.d.ts",
685
- "../node_modules/@types/node/fs.d.ts",
686
- "../node_modules/@types/node/ts3.2/fs.d.ts",
687
- "../node_modules/@types/node/util.d.ts",
688
- "../node_modules/@types/node/ts3.2/util.d.ts"
689
- ],
690
- "../node_modules/@types/node/events.d.ts": [
691
- "../node_modules/@types/node/fs.d.ts",
692
- "../node_modules/@types/node/ts3.2/fs.d.ts",
693
- "../node_modules/@types/node/util.d.ts",
694
- "../node_modules/@types/node/ts3.2/util.d.ts"
695
- ],
696
- "../node_modules/@types/node/fs.d.ts": [
697
- "../node_modules/@types/node/stream.d.ts",
698
- "../node_modules/@types/node/events.d.ts",
699
- "../node_modules/@types/node/url.d.ts",
700
- "../node_modules/@types/node/ts3.2/fs.d.ts",
701
- "../node_modules/@types/node/util.d.ts",
702
- "../node_modules/@types/node/ts3.2/util.d.ts"
703
- ],
704
- "../node_modules/@types/node/http.d.ts": [
705
- "../node_modules/@types/node/events.d.ts",
706
- "../node_modules/@types/node/stream.d.ts",
707
- "../node_modules/@types/node/url.d.ts",
708
- "../node_modules/@types/node/net.d.ts",
709
- "../node_modules/@types/node/fs.d.ts",
710
- "../node_modules/@types/node/ts3.2/fs.d.ts",
711
- "../node_modules/@types/node/util.d.ts",
712
- "../node_modules/@types/node/ts3.2/util.d.ts"
713
- ],
714
- "../node_modules/@types/node/http2.d.ts": [
715
- "../node_modules/@types/node/events.d.ts",
716
- "../node_modules/@types/node/fs.d.ts",
717
- "../node_modules/@types/node/net.d.ts",
718
- "../node_modules/@types/node/stream.d.ts",
719
- "../node_modules/@types/node/tls.d.ts",
720
- "../node_modules/@types/node/url.d.ts",
721
- "../node_modules/@types/node/http.d.ts",
722
- "../node_modules/@types/node/ts3.2/fs.d.ts",
723
- "../node_modules/@types/node/util.d.ts",
724
- "../node_modules/@types/node/ts3.2/util.d.ts"
725
- ],
726
- "../node_modules/@types/node/https.d.ts": [
727
- "../node_modules/@types/node/tls.d.ts",
728
- "../node_modules/@types/node/events.d.ts",
729
- "../node_modules/@types/node/http.d.ts",
730
- "../node_modules/@types/node/url.d.ts",
731
- "../node_modules/@types/node/fs.d.ts",
732
- "../node_modules/@types/node/ts3.2/fs.d.ts",
733
- "../node_modules/@types/node/util.d.ts",
734
- "../node_modules/@types/node/ts3.2/util.d.ts"
735
- ],
736
- "../node_modules/@types/node/inspector.d.ts": [
737
- "../node_modules/@types/node/events.d.ts",
738
- "../node_modules/@types/node/fs.d.ts",
739
- "../node_modules/@types/node/ts3.2/fs.d.ts",
740
- "../node_modules/@types/node/util.d.ts",
741
- "../node_modules/@types/node/ts3.2/util.d.ts"
742
- ],
743
- "../node_modules/@types/node/module.d.ts": [
744
- "../node_modules/@types/node/fs.d.ts",
745
- "../node_modules/@types/node/ts3.2/fs.d.ts",
746
- "../node_modules/@types/node/util.d.ts",
747
- "../node_modules/@types/node/ts3.2/util.d.ts"
748
- ],
749
- "../node_modules/@types/node/net.d.ts": [
750
- "../node_modules/@types/node/stream.d.ts",
751
- "../node_modules/@types/node/events.d.ts",
752
- "../node_modules/@types/node/dns.d.ts",
753
- "../node_modules/@types/node/fs.d.ts",
754
- "../node_modules/@types/node/ts3.2/fs.d.ts",
755
- "../node_modules/@types/node/util.d.ts",
756
- "../node_modules/@types/node/ts3.2/util.d.ts"
757
- ],
758
- "../node_modules/@types/node/os.d.ts": [
759
- "../node_modules/@types/node/fs.d.ts",
760
- "../node_modules/@types/node/ts3.2/fs.d.ts",
761
- "../node_modules/@types/node/util.d.ts",
762
- "../node_modules/@types/node/ts3.2/util.d.ts"
763
- ],
764
- "../node_modules/@types/node/path.d.ts": [
765
- "../node_modules/@types/node/fs.d.ts",
766
- "../node_modules/@types/node/ts3.2/fs.d.ts",
767
- "../node_modules/@types/node/util.d.ts",
768
- "../node_modules/@types/node/ts3.2/util.d.ts"
769
- ],
770
- "../node_modules/@types/node/perf_hooks.d.ts": [
771
- "../node_modules/@types/node/async_hooks.d.ts",
772
- "../node_modules/@types/node/fs.d.ts",
773
- "../node_modules/@types/node/ts3.2/fs.d.ts",
774
- "../node_modules/@types/node/util.d.ts",
775
- "../node_modules/@types/node/ts3.2/util.d.ts"
776
- ],
777
- "../node_modules/@types/node/process.d.ts": [
778
- "../node_modules/@types/node/tty.d.ts",
779
- "../node_modules/@types/node/fs.d.ts",
780
- "../node_modules/@types/node/ts3.2/fs.d.ts",
781
- "../node_modules/@types/node/util.d.ts",
782
- "../node_modules/@types/node/ts3.2/util.d.ts"
783
- ],
784
- "../node_modules/@types/node/punycode.d.ts": [
785
- "../node_modules/@types/node/fs.d.ts",
786
- "../node_modules/@types/node/ts3.2/fs.d.ts",
787
- "../node_modules/@types/node/util.d.ts",
788
- "../node_modules/@types/node/ts3.2/util.d.ts"
789
- ],
790
- "../node_modules/@types/node/querystring.d.ts": [
791
- "../node_modules/@types/node/fs.d.ts",
792
- "../node_modules/@types/node/ts3.2/fs.d.ts",
793
- "../node_modules/@types/node/util.d.ts",
794
- "../node_modules/@types/node/ts3.2/util.d.ts"
795
- ],
796
- "../node_modules/@types/node/readline.d.ts": [
797
- "../node_modules/@types/node/events.d.ts",
798
- "../node_modules/@types/node/stream.d.ts",
799
- "../node_modules/@types/node/fs.d.ts",
800
- "../node_modules/@types/node/ts3.2/fs.d.ts",
801
- "../node_modules/@types/node/util.d.ts",
802
- "../node_modules/@types/node/ts3.2/util.d.ts"
803
- ],
804
- "../node_modules/@types/node/repl.d.ts": [
805
- "../node_modules/@types/node/readline.d.ts",
806
- "../node_modules/@types/node/vm.d.ts",
807
- "../node_modules/@types/node/util.d.ts",
808
- "../node_modules/@types/node/fs.d.ts",
809
- "../node_modules/@types/node/ts3.2/fs.d.ts",
810
- "../node_modules/@types/node/ts3.2/util.d.ts"
811
- ],
812
- "../node_modules/@types/node/stream.d.ts": [
813
- "../node_modules/@types/node/events.d.ts",
814
- "../node_modules/@types/node/fs.d.ts",
815
- "../node_modules/@types/node/ts3.2/fs.d.ts",
816
- "../node_modules/@types/node/util.d.ts",
817
- "../node_modules/@types/node/ts3.2/util.d.ts"
818
- ],
819
- "../node_modules/@types/node/string_decoder.d.ts": [
820
- "../node_modules/@types/node/fs.d.ts",
821
- "../node_modules/@types/node/ts3.2/fs.d.ts",
822
- "../node_modules/@types/node/util.d.ts",
823
- "../node_modules/@types/node/ts3.2/util.d.ts"
824
- ],
825
- "../node_modules/@types/node/timers.d.ts": [
826
- "../node_modules/@types/node/fs.d.ts",
827
- "../node_modules/@types/node/ts3.2/fs.d.ts",
828
- "../node_modules/@types/node/util.d.ts",
829
- "../node_modules/@types/node/ts3.2/util.d.ts"
830
- ],
831
- "../node_modules/@types/node/tls.d.ts": [
832
- "../node_modules/@types/node/crypto.d.ts",
833
- "../node_modules/@types/node/dns.d.ts",
834
- "../node_modules/@types/node/net.d.ts",
835
- "../node_modules/@types/node/stream.d.ts",
836
- "../node_modules/@types/node/fs.d.ts",
837
- "../node_modules/@types/node/ts3.2/fs.d.ts",
838
- "../node_modules/@types/node/util.d.ts",
839
- "../node_modules/@types/node/ts3.2/util.d.ts"
840
- ],
841
- "../node_modules/@types/node/trace_events.d.ts": [
842
- "../node_modules/@types/node/fs.d.ts",
843
- "../node_modules/@types/node/ts3.2/fs.d.ts",
844
- "../node_modules/@types/node/util.d.ts",
845
- "../node_modules/@types/node/ts3.2/util.d.ts"
846
- ],
847
- "../node_modules/@types/node/tty.d.ts": [
848
- "../node_modules/@types/node/net.d.ts",
849
- "../node_modules/@types/node/fs.d.ts",
850
- "../node_modules/@types/node/ts3.2/fs.d.ts",
851
- "../node_modules/@types/node/util.d.ts",
852
- "../node_modules/@types/node/ts3.2/util.d.ts"
853
- ],
854
- "../node_modules/@types/node/url.d.ts": [
855
- "../node_modules/@types/node/querystring.d.ts",
856
- "../node_modules/@types/node/fs.d.ts",
857
- "../node_modules/@types/node/ts3.2/fs.d.ts",
858
- "../node_modules/@types/node/util.d.ts",
859
- "../node_modules/@types/node/ts3.2/util.d.ts"
860
- ],
861
- "../node_modules/@types/node/util.d.ts": [
862
- "../node_modules/@types/node/fs.d.ts",
863
- "../node_modules/@types/node/ts3.2/fs.d.ts",
864
- "../node_modules/@types/node/ts3.2/util.d.ts"
865
- ],
866
- "../node_modules/@types/node/v8.d.ts": [
867
- "../node_modules/@types/node/stream.d.ts",
868
- "../node_modules/@types/node/fs.d.ts",
869
- "../node_modules/@types/node/ts3.2/fs.d.ts",
870
- "../node_modules/@types/node/util.d.ts",
871
- "../node_modules/@types/node/ts3.2/util.d.ts"
872
- ],
873
- "../node_modules/@types/node/vm.d.ts": [
874
- "../node_modules/@types/node/fs.d.ts",
875
- "../node_modules/@types/node/ts3.2/fs.d.ts",
876
- "../node_modules/@types/node/util.d.ts",
877
- "../node_modules/@types/node/ts3.2/util.d.ts"
878
- ],
879
- "../node_modules/@types/node/worker_threads.d.ts": [
880
- "../node_modules/@types/node/vm.d.ts",
881
- "../node_modules/@types/node/events.d.ts",
882
- "../node_modules/@types/node/stream.d.ts",
883
- "../node_modules/@types/node/fs.d.ts",
884
- "../node_modules/@types/node/ts3.2/fs.d.ts",
885
- "../node_modules/@types/node/util.d.ts",
886
- "../node_modules/@types/node/ts3.2/util.d.ts"
887
- ],
888
- "../node_modules/@types/node/zlib.d.ts": [
889
- "../node_modules/@types/node/stream.d.ts",
890
- "../node_modules/@types/node/fs.d.ts",
891
- "../node_modules/@types/node/ts3.2/fs.d.ts",
892
- "../node_modules/@types/node/util.d.ts",
893
- "../node_modules/@types/node/ts3.2/util.d.ts"
894
- ],
895
- "../node_modules/@types/node/base.d.ts": [
896
- "../node_modules/@types/node/globals.d.ts",
897
- "../node_modules/@types/node/assert.d.ts",
898
- "../node_modules/@types/node/async_hooks.d.ts",
899
- "../node_modules/@types/node/buffer.d.ts",
900
- "../node_modules/@types/node/child_process.d.ts",
901
- "../node_modules/@types/node/cluster.d.ts",
902
- "../node_modules/@types/node/console.d.ts",
903
- "../node_modules/@types/node/constants.d.ts",
904
- "../node_modules/@types/node/crypto.d.ts",
905
- "../node_modules/@types/node/dgram.d.ts",
906
- "../node_modules/@types/node/dns.d.ts",
907
- "../node_modules/@types/node/domain.d.ts",
908
- "../node_modules/@types/node/events.d.ts",
909
- "../node_modules/@types/node/fs.d.ts",
910
- "../node_modules/@types/node/http.d.ts",
911
- "../node_modules/@types/node/http2.d.ts",
912
- "../node_modules/@types/node/https.d.ts",
913
- "../node_modules/@types/node/inspector.d.ts",
914
- "../node_modules/@types/node/module.d.ts",
915
- "../node_modules/@types/node/net.d.ts",
916
- "../node_modules/@types/node/os.d.ts",
917
- "../node_modules/@types/node/path.d.ts",
918
- "../node_modules/@types/node/perf_hooks.d.ts",
919
- "../node_modules/@types/node/process.d.ts",
920
- "../node_modules/@types/node/punycode.d.ts",
921
- "../node_modules/@types/node/querystring.d.ts",
922
- "../node_modules/@types/node/readline.d.ts",
923
- "../node_modules/@types/node/repl.d.ts",
924
- "../node_modules/@types/node/stream.d.ts",
925
- "../node_modules/@types/node/string_decoder.d.ts",
926
- "../node_modules/@types/node/timers.d.ts",
927
- "../node_modules/@types/node/tls.d.ts",
928
- "../node_modules/@types/node/trace_events.d.ts",
929
- "../node_modules/@types/node/tty.d.ts",
930
- "../node_modules/@types/node/url.d.ts",
931
- "../node_modules/@types/node/util.d.ts",
932
- "../node_modules/@types/node/v8.d.ts",
933
- "../node_modules/@types/node/vm.d.ts",
934
- "../node_modules/@types/node/worker_threads.d.ts",
935
- "../node_modules/@types/node/zlib.d.ts",
936
- "../node_modules/@types/node/ts3.2/fs.d.ts",
937
- "../node_modules/@types/node/ts3.2/util.d.ts"
938
- ],
939
- "../node_modules/@types/node/ts3.2/fs.d.ts": [
940
- "../node_modules/@types/node/fs.d.ts",
941
- "../node_modules/@types/node/util.d.ts",
942
- "../node_modules/@types/node/ts3.2/util.d.ts"
943
- ],
944
- "../node_modules/@types/node/ts3.2/util.d.ts": [
945
- "../node_modules/@types/node/util.d.ts",
946
- "../node_modules/@types/node/fs.d.ts",
947
- "../node_modules/@types/node/ts3.2/fs.d.ts"
948
- ],
949
- "../node_modules/@types/node/ts3.2/globals.d.ts": [
950
- "../node_modules/@types/node/globals.d.ts",
951
- "../node_modules/@types/node/fs.d.ts",
952
- "../node_modules/@types/node/ts3.2/fs.d.ts",
953
- "../node_modules/@types/node/util.d.ts",
954
- "../node_modules/@types/node/ts3.2/util.d.ts"
955
- ],
956
- "../node_modules/@types/node/ts3.2/index.d.ts": [
957
- "../node_modules/@types/node/base.d.ts",
958
- "../node_modules/@types/node/ts3.2/fs.d.ts",
959
- "../node_modules/@types/node/ts3.2/util.d.ts",
960
- "../node_modules/@types/node/ts3.2/globals.d.ts",
961
- "../node_modules/@types/node/fs.d.ts",
962
- "../node_modules/@types/node/util.d.ts"
963
- ],
964
- "../node_modules/@types/range-parser/index.d.ts": [
965
- "../node_modules/@types/node/fs.d.ts",
966
- "../node_modules/@types/node/ts3.2/fs.d.ts",
967
- "../node_modules/@types/node/util.d.ts",
968
- "../node_modules/@types/node/ts3.2/util.d.ts"
969
- ],
970
- "../node_modules/@types/express-serve-static-core/index.d.ts": [
971
- "../node_modules/@types/node/http.d.ts",
972
- "../node_modules/@types/node/events.d.ts",
973
- "../node_modules/@types/range-parser/index.d.ts",
974
- "../node_modules/@types/node/ts3.2/index.d.ts",
975
- "../node_modules/@types/node/fs.d.ts",
976
- "../node_modules/@types/node/ts3.2/fs.d.ts",
977
- "../node_modules/@types/node/util.d.ts",
978
- "../node_modules/@types/node/ts3.2/util.d.ts"
979
- ],
980
- "../node_modules/@types/mime/index.d.ts": [
981
- "../node_modules/@types/node/fs.d.ts",
982
- "../node_modules/@types/node/ts3.2/fs.d.ts",
983
- "../node_modules/@types/node/util.d.ts",
984
- "../node_modules/@types/node/ts3.2/util.d.ts"
985
- ],
986
- "../node_modules/@types/serve-static/index.d.ts": [
987
- "../node_modules/@types/express-serve-static-core/index.d.ts",
988
- "../node_modules/@types/mime/index.d.ts",
989
- "../node_modules/@types/node/fs.d.ts",
990
- "../node_modules/@types/node/ts3.2/fs.d.ts",
991
- "../node_modules/@types/node/util.d.ts",
992
- "../node_modules/@types/node/ts3.2/util.d.ts"
993
- ],
994
- "../node_modules/@types/connect/index.d.ts": [
995
- "../node_modules/@types/node/http.d.ts",
996
- "../node_modules/@types/node/ts3.2/index.d.ts",
997
- "../node_modules/@types/node/fs.d.ts",
998
- "../node_modules/@types/node/ts3.2/fs.d.ts",
999
- "../node_modules/@types/node/util.d.ts",
1000
- "../node_modules/@types/node/ts3.2/util.d.ts"
1001
- ],
1002
- "../node_modules/@types/body-parser/index.d.ts": [
1003
- "../node_modules/@types/connect/index.d.ts",
1004
- "../node_modules/@types/node/http.d.ts",
1005
- "../node_modules/@types/node/ts3.2/index.d.ts",
1006
- "../node_modules/@types/node/fs.d.ts",
1007
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1008
- "../node_modules/@types/node/util.d.ts",
1009
- "../node_modules/@types/node/ts3.2/util.d.ts"
1010
- ],
1011
- "../node_modules/@types/express/index.d.ts": [
1012
- "../node_modules/@types/body-parser/index.d.ts",
1013
- "../node_modules/@types/serve-static/index.d.ts",
1014
- "../node_modules/@types/express-serve-static-core/index.d.ts",
1015
- "../node_modules/@types/node/fs.d.ts",
1016
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1017
- "../node_modules/@types/node/util.d.ts",
1018
- "../node_modules/@types/node/ts3.2/util.d.ts"
1019
- ],
1020
- "../node_modules/source-map/source-map.d.ts": [
1021
- "../node_modules/@types/node/fs.d.ts",
1022
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1023
- "../node_modules/@types/node/util.d.ts",
1024
- "../node_modules/@types/node/ts3.2/util.d.ts"
1025
- ],
1026
- "../node_modules/postcss/lib/postcss.d.ts": [
1027
- "../node_modules/source-map/source-map.d.ts",
1028
- "../node_modules/@types/node/fs.d.ts",
1029
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1030
- "../node_modules/@types/node/util.d.ts",
1031
- "../node_modules/@types/node/ts3.2/util.d.ts"
1032
- ],
1033
- "../node_modules/@types/stylelint/index.d.ts": [
1034
- "../node_modules/postcss/lib/postcss.d.ts",
1035
- "../node_modules/@types/node/fs.d.ts",
1036
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1037
- "../node_modules/@types/node/util.d.ts",
1038
- "../node_modules/@types/node/ts3.2/util.d.ts"
1039
- ],
1040
- "../src/server.ts": [
1041
- "../node_modules/@types/node/http.d.ts",
1042
- "../node_modules/@types/express/index.d.ts",
1043
- "../node_modules/@types/node/net.d.ts",
1044
- "../node_modules/@types/stylelint/index.d.ts",
1045
- "../node_modules/@types/node/fs.d.ts",
1046
- "../node_modules/@types/body-parser/index.d.ts",
1047
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1048
- "../node_modules/@types/node/util.d.ts",
1049
- "../node_modules/@types/node/ts3.2/util.d.ts"
1050
- ],
1051
- "../node_modules/@babel/types/lib/index.d.ts": [
1052
- "../node_modules/@types/node/fs.d.ts",
1053
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1054
- "../node_modules/@types/node/util.d.ts",
1055
- "../node_modules/@types/node/ts3.2/util.d.ts"
1056
- ],
1057
- "../node_modules/@types/babel__generator/index.d.ts": [
1058
- "../node_modules/@babel/types/lib/index.d.ts",
1059
- "../node_modules/@types/node/fs.d.ts",
1060
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1061
- "../node_modules/@types/node/util.d.ts",
1062
- "../node_modules/@types/node/ts3.2/util.d.ts"
1063
- ],
1064
- "../node_modules/@types/babel__traverse/index.d.ts": [
1065
- "../node_modules/@babel/types/lib/index.d.ts",
1066
- "../node_modules/@types/node/fs.d.ts",
1067
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1068
- "../node_modules/@types/node/util.d.ts",
1069
- "../node_modules/@types/node/ts3.2/util.d.ts"
1070
- ],
1071
- "../node_modules/@babel/parser/typings/babel-parser.d.ts": [
1072
- "../node_modules/@babel/types/lib/index.d.ts",
1073
- "../node_modules/@types/node/fs.d.ts",
1074
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1075
- "../node_modules/@types/node/util.d.ts",
1076
- "../node_modules/@types/node/ts3.2/util.d.ts"
1077
- ],
1078
- "../node_modules/@types/babel__template/index.d.ts": [
1079
- "../node_modules/@babel/parser/typings/babel-parser.d.ts",
1080
- "../node_modules/@babel/types/lib/index.d.ts",
1081
- "../node_modules/@types/node/fs.d.ts",
1082
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1083
- "../node_modules/@types/node/util.d.ts",
1084
- "../node_modules/@types/node/ts3.2/util.d.ts"
1085
- ],
1086
- "../node_modules/@types/babel__core/index.d.ts": [
1087
- "../node_modules/@types/babel__generator/index.d.ts",
1088
- "../node_modules/@types/babel__traverse/index.d.ts",
1089
- "../node_modules/@types/babel__template/index.d.ts",
1090
- "../node_modules/@babel/types/lib/index.d.ts",
1091
- "../node_modules/@babel/parser/typings/babel-parser.d.ts",
1092
- "../node_modules/@types/node/fs.d.ts",
1093
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1094
- "../node_modules/@types/node/util.d.ts",
1095
- "../node_modules/@types/node/ts3.2/util.d.ts"
1096
- ],
1097
- "../node_modules/@types/color-name/index.d.ts": [
1098
- "../node_modules/@types/node/fs.d.ts",
1099
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1100
- "../node_modules/@types/node/util.d.ts",
1101
- "../node_modules/@types/node/ts3.2/util.d.ts"
1102
- ],
1103
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts": [
1104
- "../node_modules/@types/node/fs.d.ts",
1105
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1106
- "../node_modules/@types/node/util.d.ts",
1107
- "../node_modules/@types/node/ts3.2/util.d.ts"
1108
- ],
1109
- "../node_modules/@types/istanbul-lib-report/index.d.ts": [
1110
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1111
- "../node_modules/@types/node/fs.d.ts",
1112
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1113
- "../node_modules/@types/node/util.d.ts",
1114
- "../node_modules/@types/node/ts3.2/util.d.ts"
1115
- ],
1116
- "../node_modules/@types/istanbul-reports/index.d.ts": [
1117
- "../node_modules/@types/istanbul-lib-report/index.d.ts",
1118
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1119
- "../node_modules/@types/node/fs.d.ts",
1120
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1121
- "../node_modules/@types/node/util.d.ts",
1122
- "../node_modules/@types/node/ts3.2/util.d.ts"
1123
- ],
1124
- "../node_modules/@types/jest/index.d.ts": [
1125
- "../node_modules/@types/node/fs.d.ts",
1126
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1127
- "../node_modules/@types/node/util.d.ts",
1128
- "../node_modules/@types/node/ts3.2/util.d.ts"
1129
- ],
1130
- "../node_modules/@types/minimist/index.d.ts": [
1131
- "../node_modules/@types/node/fs.d.ts",
1132
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1133
- "../node_modules/@types/node/util.d.ts",
1134
- "../node_modules/@types/node/ts3.2/util.d.ts"
1135
- ],
1136
- "../node_modules/@types/normalize-package-data/index.d.ts": [
1137
- "../node_modules/@types/node/fs.d.ts",
1138
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1139
- "../node_modules/@types/node/util.d.ts",
1140
- "../node_modules/@types/node/ts3.2/util.d.ts"
1141
- ],
1142
- "../node_modules/@types/parse-json/index.d.ts": [
1143
- "../node_modules/@types/node/fs.d.ts",
1144
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1145
- "../node_modules/@types/node/util.d.ts",
1146
- "../node_modules/@types/node/ts3.2/util.d.ts"
1147
- ],
1148
- "../node_modules/@types/stack-utils/index.d.ts": [
1149
- "../node_modules/@types/node/fs.d.ts",
1150
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1151
- "../node_modules/@types/node/util.d.ts",
1152
- "../node_modules/@types/node/ts3.2/util.d.ts"
1153
- ],
1154
- "../node_modules/@types/unist/index.d.ts": [
1155
- "../node_modules/@types/node/fs.d.ts",
1156
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1157
- "../node_modules/@types/node/util.d.ts",
1158
- "../node_modules/@types/node/ts3.2/util.d.ts"
1159
- ],
1160
- "../node_modules/@types/vfile/index.d.ts": [
1161
- "../node_modules/@types/unist/index.d.ts",
1162
- "../node_modules/@types/node/ts3.2/index.d.ts",
1163
- "../node_modules/@types/node/fs.d.ts",
1164
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1165
- "../node_modules/@types/node/util.d.ts",
1166
- "../node_modules/@types/node/ts3.2/util.d.ts"
1167
- ],
1168
- "../node_modules/@types/yargs-parser/index.d.ts": [
1169
- "../node_modules/@types/node/fs.d.ts",
1170
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1171
- "../node_modules/@types/node/util.d.ts",
1172
- "../node_modules/@types/node/ts3.2/util.d.ts"
1173
- ],
1174
- "../node_modules/@types/yargs/index.d.ts": [
1175
- "../node_modules/@types/yargs-parser/index.d.ts",
1176
- "../node_modules/@types/node/fs.d.ts",
1177
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1178
- "../node_modules/@types/node/util.d.ts",
1179
- "../node_modules/@types/node/ts3.2/util.d.ts"
1180
- ]
1181
- },
1182
- "exportedModulesMap": {
1183
- "../node_modules/typescript/lib/lib.es5.d.ts": [
1184
- "../node_modules/@types/node/fs.d.ts",
1185
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1186
- "../node_modules/@types/node/util.d.ts",
1187
- "../node_modules/@types/node/ts3.2/util.d.ts"
1188
- ],
1189
- "../node_modules/typescript/lib/lib.es2015.d.ts": [
1190
- "../node_modules/@types/node/fs.d.ts",
1191
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1192
- "../node_modules/@types/node/util.d.ts",
1193
- "../node_modules/@types/node/ts3.2/util.d.ts"
1194
- ],
1195
- "../node_modules/typescript/lib/lib.es2016.d.ts": [
1196
- "../node_modules/@types/node/fs.d.ts",
1197
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1198
- "../node_modules/@types/node/util.d.ts",
1199
- "../node_modules/@types/node/ts3.2/util.d.ts"
1200
- ],
1201
- "../node_modules/typescript/lib/lib.es2017.d.ts": [
1202
- "../node_modules/@types/node/fs.d.ts",
1203
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1204
- "../node_modules/@types/node/util.d.ts",
1205
- "../node_modules/@types/node/ts3.2/util.d.ts"
1206
- ],
1207
- "../node_modules/typescript/lib/lib.es2018.d.ts": [
1208
- "../node_modules/@types/node/fs.d.ts",
1209
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1210
- "../node_modules/@types/node/util.d.ts",
1211
- "../node_modules/@types/node/ts3.2/util.d.ts"
1212
- ],
1213
- "../node_modules/typescript/lib/lib.dom.d.ts": [
1214
- "../node_modules/@types/node/fs.d.ts",
1215
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1216
- "../node_modules/@types/node/util.d.ts",
1217
- "../node_modules/@types/node/ts3.2/util.d.ts"
1218
- ],
1219
- "../node_modules/typescript/lib/lib.es2015.core.d.ts": [
1220
- "../node_modules/@types/node/fs.d.ts",
1221
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1222
- "../node_modules/@types/node/util.d.ts",
1223
- "../node_modules/@types/node/ts3.2/util.d.ts"
1224
- ],
1225
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts": [
1226
- "../node_modules/@types/node/fs.d.ts",
1227
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1228
- "../node_modules/@types/node/util.d.ts",
1229
- "../node_modules/@types/node/ts3.2/util.d.ts"
1230
- ],
1231
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts": [
1232
- "../node_modules/@types/node/fs.d.ts",
1233
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1234
- "../node_modules/@types/node/util.d.ts",
1235
- "../node_modules/@types/node/ts3.2/util.d.ts"
1236
- ],
1237
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts": [
1238
- "../node_modules/@types/node/fs.d.ts",
1239
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1240
- "../node_modules/@types/node/util.d.ts",
1241
- "../node_modules/@types/node/ts3.2/util.d.ts"
1242
- ],
1243
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts": [
1244
- "../node_modules/@types/node/fs.d.ts",
1245
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1246
- "../node_modules/@types/node/util.d.ts",
1247
- "../node_modules/@types/node/ts3.2/util.d.ts"
1248
- ],
1249
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts": [
1250
- "../node_modules/@types/node/fs.d.ts",
1251
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1252
- "../node_modules/@types/node/util.d.ts",
1253
- "../node_modules/@types/node/ts3.2/util.d.ts"
1254
- ],
1255
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts": [
1256
- "../node_modules/@types/node/fs.d.ts",
1257
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1258
- "../node_modules/@types/node/util.d.ts",
1259
- "../node_modules/@types/node/ts3.2/util.d.ts"
1260
- ],
1261
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts": [
1262
- "../node_modules/@types/node/fs.d.ts",
1263
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1264
- "../node_modules/@types/node/util.d.ts",
1265
- "../node_modules/@types/node/ts3.2/util.d.ts"
1266
- ],
1267
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": [
1268
- "../node_modules/@types/node/fs.d.ts",
1269
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1270
- "../node_modules/@types/node/util.d.ts",
1271
- "../node_modules/@types/node/ts3.2/util.d.ts"
1272
- ],
1273
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts": [
1274
- "../node_modules/@types/node/fs.d.ts",
1275
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1276
- "../node_modules/@types/node/util.d.ts",
1277
- "../node_modules/@types/node/ts3.2/util.d.ts"
1278
- ],
1279
- "../node_modules/typescript/lib/lib.es2017.object.d.ts": [
1280
- "../node_modules/@types/node/fs.d.ts",
1281
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1282
- "../node_modules/@types/node/util.d.ts",
1283
- "../node_modules/@types/node/ts3.2/util.d.ts"
1284
- ],
1285
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": [
1286
- "../node_modules/@types/node/fs.d.ts",
1287
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1288
- "../node_modules/@types/node/util.d.ts",
1289
- "../node_modules/@types/node/ts3.2/util.d.ts"
1290
- ],
1291
- "../node_modules/typescript/lib/lib.es2017.string.d.ts": [
1292
- "../node_modules/@types/node/fs.d.ts",
1293
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1294
- "../node_modules/@types/node/util.d.ts",
1295
- "../node_modules/@types/node/ts3.2/util.d.ts"
1296
- ],
1297
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts": [
1298
- "../node_modules/@types/node/fs.d.ts",
1299
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1300
- "../node_modules/@types/node/util.d.ts",
1301
- "../node_modules/@types/node/ts3.2/util.d.ts"
1302
- ],
1303
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": [
1304
- "../node_modules/@types/node/fs.d.ts",
1305
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1306
- "../node_modules/@types/node/util.d.ts",
1307
- "../node_modules/@types/node/ts3.2/util.d.ts"
1308
- ],
1309
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": [
1310
- "../node_modules/@types/node/fs.d.ts",
1311
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1312
- "../node_modules/@types/node/util.d.ts",
1313
- "../node_modules/@types/node/ts3.2/util.d.ts"
1314
- ],
1315
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": [
1316
- "../node_modules/@types/node/fs.d.ts",
1317
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1318
- "../node_modules/@types/node/util.d.ts",
1319
- "../node_modules/@types/node/ts3.2/util.d.ts"
1320
- ],
1321
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts": [
1322
- "../node_modules/@types/node/fs.d.ts",
1323
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1324
- "../node_modules/@types/node/util.d.ts",
1325
- "../node_modules/@types/node/ts3.2/util.d.ts"
1326
- ],
1327
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts": [
1328
- "../node_modules/@types/node/fs.d.ts",
1329
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1330
- "../node_modules/@types/node/util.d.ts",
1331
- "../node_modules/@types/node/ts3.2/util.d.ts"
1332
- ],
1333
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts": [
1334
- "../node_modules/@types/node/fs.d.ts",
1335
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1336
- "../node_modules/@types/node/util.d.ts",
1337
- "../node_modules/@types/node/ts3.2/util.d.ts"
1338
- ],
1339
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts": [
1340
- "../node_modules/@types/node/fs.d.ts",
1341
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1342
- "../node_modules/@types/node/util.d.ts",
1343
- "../node_modules/@types/node/ts3.2/util.d.ts"
1344
- ],
1345
- "../node_modules/typescript/lib/lib.esnext.bigint.d.ts": [
1346
- "../node_modules/@types/node/fs.d.ts",
1347
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1348
- "../node_modules/@types/node/util.d.ts",
1349
- "../node_modules/@types/node/ts3.2/util.d.ts"
1350
- ],
1351
- "../node_modules/@types/node/globals.d.ts": [
1352
- "../node_modules/@types/node/fs.d.ts",
1353
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1354
- "../node_modules/@types/node/util.d.ts",
1355
- "../node_modules/@types/node/ts3.2/util.d.ts"
1356
- ],
1357
- "../node_modules/@types/node/assert.d.ts": [
1358
- "../node_modules/@types/node/fs.d.ts",
1359
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1360
- "../node_modules/@types/node/util.d.ts",
1361
- "../node_modules/@types/node/ts3.2/util.d.ts"
1362
- ],
1363
- "../node_modules/@types/node/base.d.ts": [
1364
- "../node_modules/@types/node/globals.d.ts",
1365
- "../node_modules/@types/node/assert.d.ts",
1366
- "../node_modules/@types/node/async_hooks.d.ts",
1367
- "../node_modules/@types/node/buffer.d.ts",
1368
- "../node_modules/@types/node/child_process.d.ts",
1369
- "../node_modules/@types/node/cluster.d.ts",
1370
- "../node_modules/@types/node/console.d.ts",
1371
- "../node_modules/@types/node/constants.d.ts",
1372
- "../node_modules/@types/node/crypto.d.ts",
1373
- "../node_modules/@types/node/dgram.d.ts",
1374
- "../node_modules/@types/node/dns.d.ts",
1375
- "../node_modules/@types/node/domain.d.ts",
1376
- "../node_modules/@types/node/events.d.ts",
1377
- "../node_modules/@types/node/fs.d.ts",
1378
- "../node_modules/@types/node/http.d.ts",
1379
- "../node_modules/@types/node/http2.d.ts",
1380
- "../node_modules/@types/node/https.d.ts",
1381
- "../node_modules/@types/node/inspector.d.ts",
1382
- "../node_modules/@types/node/module.d.ts",
1383
- "../node_modules/@types/node/net.d.ts",
1384
- "../node_modules/@types/node/os.d.ts",
1385
- "../node_modules/@types/node/path.d.ts",
1386
- "../node_modules/@types/node/perf_hooks.d.ts",
1387
- "../node_modules/@types/node/process.d.ts",
1388
- "../node_modules/@types/node/punycode.d.ts",
1389
- "../node_modules/@types/node/querystring.d.ts",
1390
- "../node_modules/@types/node/readline.d.ts",
1391
- "../node_modules/@types/node/repl.d.ts",
1392
- "../node_modules/@types/node/stream.d.ts",
1393
- "../node_modules/@types/node/string_decoder.d.ts",
1394
- "../node_modules/@types/node/timers.d.ts",
1395
- "../node_modules/@types/node/tls.d.ts",
1396
- "../node_modules/@types/node/trace_events.d.ts",
1397
- "../node_modules/@types/node/tty.d.ts",
1398
- "../node_modules/@types/node/url.d.ts",
1399
- "../node_modules/@types/node/util.d.ts",
1400
- "../node_modules/@types/node/v8.d.ts",
1401
- "../node_modules/@types/node/vm.d.ts",
1402
- "../node_modules/@types/node/worker_threads.d.ts",
1403
- "../node_modules/@types/node/zlib.d.ts",
1404
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1405
- "../node_modules/@types/node/ts3.2/util.d.ts"
1406
- ],
1407
- "../node_modules/@types/node/ts3.2/index.d.ts": [
1408
- "../node_modules/@types/node/base.d.ts",
1409
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1410
- "../node_modules/@types/node/ts3.2/util.d.ts",
1411
- "../node_modules/@types/node/ts3.2/globals.d.ts",
1412
- "../node_modules/@types/node/fs.d.ts",
1413
- "../node_modules/@types/node/util.d.ts"
1414
- ],
1415
- "../node_modules/@types/vfile/index.d.ts": [
1416
- "../node_modules/@types/unist/index.d.ts",
1417
- "../node_modules/@types/node/ts3.2/index.d.ts",
1418
- "../node_modules/@types/node/fs.d.ts",
1419
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1420
- "../node_modules/@types/node/util.d.ts",
1421
- "../node_modules/@types/node/ts3.2/util.d.ts"
1422
- ],
1423
- "../node_modules/@types/body-parser/index.d.ts": [
1424
- "../node_modules/@types/connect/index.d.ts",
1425
- "../node_modules/@types/node/http.d.ts",
1426
- "../node_modules/@types/node/ts3.2/index.d.ts",
1427
- "../node_modules/@types/node/fs.d.ts",
1428
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1429
- "../node_modules/@types/node/util.d.ts",
1430
- "../node_modules/@types/node/ts3.2/util.d.ts"
1431
- ],
1432
- "../src/server.ts": [
1433
- "../node_modules/@types/node/http.d.ts"
1434
- ],
1435
- "../node_modules/@types/express/index.d.ts": [
1436
- "../node_modules/@types/body-parser/index.d.ts",
1437
- "../node_modules/@types/serve-static/index.d.ts",
1438
- "../node_modules/@types/express-serve-static-core/index.d.ts",
1439
- "../node_modules/@types/node/fs.d.ts",
1440
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1441
- "../node_modules/@types/node/util.d.ts",
1442
- "../node_modules/@types/node/ts3.2/util.d.ts"
1443
- ],
1444
- "../node_modules/@types/connect/index.d.ts": [
1445
- "../node_modules/@types/node/http.d.ts",
1446
- "../node_modules/@types/node/ts3.2/index.d.ts",
1447
- "../node_modules/@types/node/fs.d.ts",
1448
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1449
- "../node_modules/@types/node/util.d.ts",
1450
- "../node_modules/@types/node/ts3.2/util.d.ts"
1451
- ],
1452
- "../node_modules/@types/express-serve-static-core/index.d.ts": [
1453
- "../node_modules/@types/node/http.d.ts",
1454
- "../node_modules/@types/node/events.d.ts",
1455
- "../node_modules/@types/range-parser/index.d.ts",
1456
- "../node_modules/@types/node/ts3.2/index.d.ts",
1457
- "../node_modules/@types/node/fs.d.ts",
1458
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1459
- "../node_modules/@types/node/util.d.ts",
1460
- "../node_modules/@types/node/ts3.2/util.d.ts"
1461
- ],
1462
- "../node_modules/@types/serve-static/index.d.ts": [
1463
- "../node_modules/@types/express-serve-static-core/index.d.ts",
1464
- "../node_modules/@types/mime/index.d.ts",
1465
- "../node_modules/@types/node/fs.d.ts",
1466
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1467
- "../node_modules/@types/node/util.d.ts",
1468
- "../node_modules/@types/node/ts3.2/util.d.ts"
1469
- ],
1470
- "../node_modules/@types/node/async_hooks.d.ts": [
1471
- "../node_modules/@types/node/fs.d.ts",
1472
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1473
- "../node_modules/@types/node/util.d.ts",
1474
- "../node_modules/@types/node/ts3.2/util.d.ts"
1475
- ],
1476
- "../node_modules/@types/node/perf_hooks.d.ts": [
1477
- "../node_modules/@types/node/async_hooks.d.ts",
1478
- "../node_modules/@types/node/fs.d.ts",
1479
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1480
- "../node_modules/@types/node/util.d.ts",
1481
- "../node_modules/@types/node/ts3.2/util.d.ts"
1482
- ],
1483
- "../node_modules/@types/node/buffer.d.ts": [
1484
- "../node_modules/@types/node/fs.d.ts",
1485
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1486
- "../node_modules/@types/node/util.d.ts",
1487
- "../node_modules/@types/node/ts3.2/util.d.ts"
1488
- ],
1489
- "../node_modules/@types/node/child_process.d.ts": [
1490
- "../node_modules/@types/node/events.d.ts",
1491
- "../node_modules/@types/node/net.d.ts",
1492
- "../node_modules/@types/node/stream.d.ts",
1493
- "../node_modules/@types/node/fs.d.ts",
1494
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1495
- "../node_modules/@types/node/util.d.ts",
1496
- "../node_modules/@types/node/ts3.2/util.d.ts"
1497
- ],
1498
- "../node_modules/@types/node/cluster.d.ts": [
1499
- "../node_modules/@types/node/child_process.d.ts",
1500
- "../node_modules/@types/node/events.d.ts",
1501
- "../node_modules/@types/node/net.d.ts",
1502
- "../node_modules/@types/node/fs.d.ts",
1503
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1504
- "../node_modules/@types/node/util.d.ts",
1505
- "../node_modules/@types/node/ts3.2/util.d.ts"
1506
- ],
1507
- "../node_modules/@types/node/console.d.ts": [
1508
- "../node_modules/@types/node/fs.d.ts",
1509
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1510
- "../node_modules/@types/node/util.d.ts",
1511
- "../node_modules/@types/node/ts3.2/util.d.ts"
1512
- ],
1513
- "../node_modules/@types/node/constants.d.ts": [
1514
- "../node_modules/@types/node/fs.d.ts",
1515
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1516
- "../node_modules/@types/node/util.d.ts",
1517
- "../node_modules/@types/node/ts3.2/util.d.ts"
1518
- ],
1519
- "../node_modules/@types/node/crypto.d.ts": [
1520
- "../node_modules/@types/node/stream.d.ts",
1521
- "../node_modules/@types/node/fs.d.ts",
1522
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1523
- "../node_modules/@types/node/util.d.ts",
1524
- "../node_modules/@types/node/ts3.2/util.d.ts"
1525
- ],
1526
- "../node_modules/@types/node/tls.d.ts": [
1527
- "../node_modules/@types/node/crypto.d.ts",
1528
- "../node_modules/@types/node/dns.d.ts",
1529
- "../node_modules/@types/node/net.d.ts",
1530
- "../node_modules/@types/node/stream.d.ts",
1531
- "../node_modules/@types/node/fs.d.ts",
1532
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1533
- "../node_modules/@types/node/util.d.ts",
1534
- "../node_modules/@types/node/ts3.2/util.d.ts"
1535
- ],
1536
- "../node_modules/@types/node/https.d.ts": [
1537
- "../node_modules/@types/node/tls.d.ts",
1538
- "../node_modules/@types/node/events.d.ts",
1539
- "../node_modules/@types/node/http.d.ts",
1540
- "../node_modules/@types/node/url.d.ts",
1541
- "../node_modules/@types/node/fs.d.ts",
1542
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1543
- "../node_modules/@types/node/util.d.ts",
1544
- "../node_modules/@types/node/ts3.2/util.d.ts"
1545
- ],
1546
- "../node_modules/@types/node/http2.d.ts": [
1547
- "../node_modules/@types/node/events.d.ts",
1548
- "../node_modules/@types/node/fs.d.ts",
1549
- "../node_modules/@types/node/net.d.ts",
1550
- "../node_modules/@types/node/stream.d.ts",
1551
- "../node_modules/@types/node/tls.d.ts",
1552
- "../node_modules/@types/node/url.d.ts",
1553
- "../node_modules/@types/node/http.d.ts",
1554
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1555
- "../node_modules/@types/node/util.d.ts",
1556
- "../node_modules/@types/node/ts3.2/util.d.ts"
1557
- ],
1558
- "../node_modules/@types/node/dgram.d.ts": [
1559
- "../node_modules/@types/node/net.d.ts",
1560
- "../node_modules/@types/node/dns.d.ts",
1561
- "../node_modules/@types/node/events.d.ts",
1562
- "../node_modules/@types/node/fs.d.ts",
1563
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1564
- "../node_modules/@types/node/util.d.ts",
1565
- "../node_modules/@types/node/ts3.2/util.d.ts"
1566
- ],
1567
- "../node_modules/@types/node/dns.d.ts": [
1568
- "../node_modules/@types/node/fs.d.ts",
1569
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1570
- "../node_modules/@types/node/util.d.ts",
1571
- "../node_modules/@types/node/ts3.2/util.d.ts"
1572
- ],
1573
- "../node_modules/@types/node/net.d.ts": [
1574
- "../node_modules/@types/node/stream.d.ts",
1575
- "../node_modules/@types/node/events.d.ts",
1576
- "../node_modules/@types/node/dns.d.ts",
1577
- "../node_modules/@types/node/fs.d.ts",
1578
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1579
- "../node_modules/@types/node/util.d.ts",
1580
- "../node_modules/@types/node/ts3.2/util.d.ts"
1581
- ],
1582
- "../node_modules/@types/node/tty.d.ts": [
1583
- "../node_modules/@types/node/net.d.ts",
1584
- "../node_modules/@types/node/fs.d.ts",
1585
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1586
- "../node_modules/@types/node/util.d.ts",
1587
- "../node_modules/@types/node/ts3.2/util.d.ts"
1588
- ],
1589
- "../node_modules/@types/node/process.d.ts": [
1590
- "../node_modules/@types/node/tty.d.ts",
1591
- "../node_modules/@types/node/fs.d.ts",
1592
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1593
- "../node_modules/@types/node/util.d.ts",
1594
- "../node_modules/@types/node/ts3.2/util.d.ts"
1595
- ],
1596
- "../node_modules/@types/node/http.d.ts": [
1597
- "../node_modules/@types/node/events.d.ts",
1598
- "../node_modules/@types/node/stream.d.ts",
1599
- "../node_modules/@types/node/url.d.ts",
1600
- "../node_modules/@types/node/net.d.ts",
1601
- "../node_modules/@types/node/fs.d.ts",
1602
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1603
- "../node_modules/@types/node/util.d.ts",
1604
- "../node_modules/@types/node/ts3.2/util.d.ts"
1605
- ],
1606
- "../node_modules/@types/node/domain.d.ts": [
1607
- "../node_modules/@types/node/events.d.ts",
1608
- "../node_modules/@types/node/fs.d.ts",
1609
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1610
- "../node_modules/@types/node/util.d.ts",
1611
- "../node_modules/@types/node/ts3.2/util.d.ts"
1612
- ],
1613
- "../node_modules/@types/node/events.d.ts": [
1614
- "../node_modules/@types/node/fs.d.ts",
1615
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1616
- "../node_modules/@types/node/util.d.ts",
1617
- "../node_modules/@types/node/ts3.2/util.d.ts"
1618
- ],
1619
- "../node_modules/@types/node/worker_threads.d.ts": [
1620
- "../node_modules/@types/node/vm.d.ts",
1621
- "../node_modules/@types/node/events.d.ts",
1622
- "../node_modules/@types/node/stream.d.ts",
1623
- "../node_modules/@types/node/fs.d.ts",
1624
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1625
- "../node_modules/@types/node/util.d.ts",
1626
- "../node_modules/@types/node/ts3.2/util.d.ts"
1627
- ],
1628
- "../node_modules/@types/node/stream.d.ts": [
1629
- "../node_modules/@types/node/events.d.ts",
1630
- "../node_modules/@types/node/fs.d.ts",
1631
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1632
- "../node_modules/@types/node/util.d.ts",
1633
- "../node_modules/@types/node/ts3.2/util.d.ts"
1634
- ],
1635
- "../node_modules/@types/node/zlib.d.ts": [
1636
- "../node_modules/@types/node/stream.d.ts",
1637
- "../node_modules/@types/node/fs.d.ts",
1638
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1639
- "../node_modules/@types/node/util.d.ts",
1640
- "../node_modules/@types/node/ts3.2/util.d.ts"
1641
- ],
1642
- "../node_modules/@types/node/v8.d.ts": [
1643
- "../node_modules/@types/node/stream.d.ts",
1644
- "../node_modules/@types/node/fs.d.ts",
1645
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1646
- "../node_modules/@types/node/util.d.ts",
1647
- "../node_modules/@types/node/ts3.2/util.d.ts"
1648
- ],
1649
- "../node_modules/@types/node/readline.d.ts": [
1650
- "../node_modules/@types/node/events.d.ts",
1651
- "../node_modules/@types/node/stream.d.ts",
1652
- "../node_modules/@types/node/fs.d.ts",
1653
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1654
- "../node_modules/@types/node/util.d.ts",
1655
- "../node_modules/@types/node/ts3.2/util.d.ts"
1656
- ],
1657
- "../node_modules/@types/node/repl.d.ts": [
1658
- "../node_modules/@types/node/readline.d.ts",
1659
- "../node_modules/@types/node/vm.d.ts",
1660
- "../node_modules/@types/node/util.d.ts",
1661
- "../node_modules/@types/node/fs.d.ts",
1662
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1663
- "../node_modules/@types/node/ts3.2/util.d.ts"
1664
- ],
1665
- "../node_modules/@types/node/fs.d.ts": [
1666
- "../node_modules/@types/node/stream.d.ts",
1667
- "../node_modules/@types/node/events.d.ts",
1668
- "../node_modules/@types/node/url.d.ts",
1669
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1670
- "../node_modules/@types/node/util.d.ts",
1671
- "../node_modules/@types/node/ts3.2/util.d.ts"
1672
- ],
1673
- "../node_modules/@types/yargs/index.d.ts": [
1674
- "../node_modules/@types/yargs-parser/index.d.ts",
1675
- "../node_modules/@types/node/fs.d.ts",
1676
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1677
- "../node_modules/@types/node/util.d.ts",
1678
- "../node_modules/@types/node/ts3.2/util.d.ts"
1679
- ],
1680
- "../node_modules/@types/yargs-parser/index.d.ts": [
1681
- "../node_modules/@types/node/fs.d.ts",
1682
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1683
- "../node_modules/@types/node/util.d.ts",
1684
- "../node_modules/@types/node/ts3.2/util.d.ts"
1685
- ],
1686
- "../node_modules/@types/unist/index.d.ts": [
1687
- "../node_modules/@types/node/fs.d.ts",
1688
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1689
- "../node_modules/@types/node/util.d.ts",
1690
- "../node_modules/@types/node/ts3.2/util.d.ts"
1691
- ],
1692
- "../node_modules/@types/stack-utils/index.d.ts": [
1693
- "../node_modules/@types/node/fs.d.ts",
1694
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1695
- "../node_modules/@types/node/util.d.ts",
1696
- "../node_modules/@types/node/ts3.2/util.d.ts"
1697
- ],
1698
- "../node_modules/@types/parse-json/index.d.ts": [
1699
- "../node_modules/@types/node/fs.d.ts",
1700
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1701
- "../node_modules/@types/node/util.d.ts",
1702
- "../node_modules/@types/node/ts3.2/util.d.ts"
1703
- ],
1704
- "../node_modules/@types/normalize-package-data/index.d.ts": [
1705
- "../node_modules/@types/node/fs.d.ts",
1706
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1707
- "../node_modules/@types/node/util.d.ts",
1708
- "../node_modules/@types/node/ts3.2/util.d.ts"
1709
- ],
1710
- "../node_modules/@types/minimist/index.d.ts": [
1711
- "../node_modules/@types/node/fs.d.ts",
1712
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1713
- "../node_modules/@types/node/util.d.ts",
1714
- "../node_modules/@types/node/ts3.2/util.d.ts"
1715
- ],
1716
- "../node_modules/@types/jest/index.d.ts": [
1717
- "../node_modules/@types/node/fs.d.ts",
1718
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1719
- "../node_modules/@types/node/util.d.ts",
1720
- "../node_modules/@types/node/ts3.2/util.d.ts"
1721
- ],
1722
- "../node_modules/@types/istanbul-reports/index.d.ts": [
1723
- "../node_modules/@types/istanbul-lib-report/index.d.ts",
1724
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1725
- "../node_modules/@types/node/fs.d.ts",
1726
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1727
- "../node_modules/@types/node/util.d.ts",
1728
- "../node_modules/@types/node/ts3.2/util.d.ts"
1729
- ],
1730
- "../node_modules/@types/istanbul-lib-report/index.d.ts": [
1731
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1732
- "../node_modules/@types/node/fs.d.ts",
1733
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1734
- "../node_modules/@types/node/util.d.ts",
1735
- "../node_modules/@types/node/ts3.2/util.d.ts"
1736
- ],
1737
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts": [
1738
- "../node_modules/@types/node/fs.d.ts",
1739
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1740
- "../node_modules/@types/node/util.d.ts",
1741
- "../node_modules/@types/node/ts3.2/util.d.ts"
1742
- ],
1743
- "../node_modules/@types/color-name/index.d.ts": [
1744
- "../node_modules/@types/node/fs.d.ts",
1745
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1746
- "../node_modules/@types/node/util.d.ts",
1747
- "../node_modules/@types/node/ts3.2/util.d.ts"
1748
- ],
1749
- "../node_modules/@types/babel__core/index.d.ts": [
1750
- "../node_modules/@types/babel__generator/index.d.ts",
1751
- "../node_modules/@types/babel__traverse/index.d.ts",
1752
- "../node_modules/@types/babel__template/index.d.ts",
1753
- "../node_modules/@babel/types/lib/index.d.ts",
1754
- "../node_modules/@babel/parser/typings/babel-parser.d.ts",
1755
- "../node_modules/@types/node/fs.d.ts",
1756
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1757
- "../node_modules/@types/node/util.d.ts",
1758
- "../node_modules/@types/node/ts3.2/util.d.ts"
1759
- ],
1760
- "../node_modules/@types/babel__template/index.d.ts": [
1761
- "../node_modules/@babel/parser/typings/babel-parser.d.ts",
1762
- "../node_modules/@babel/types/lib/index.d.ts",
1763
- "../node_modules/@types/node/fs.d.ts",
1764
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1765
- "../node_modules/@types/node/util.d.ts",
1766
- "../node_modules/@types/node/ts3.2/util.d.ts"
1767
- ],
1768
- "../node_modules/@babel/parser/typings/babel-parser.d.ts": [
1769
- "../node_modules/@babel/types/lib/index.d.ts",
1770
- "../node_modules/@types/node/fs.d.ts",
1771
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1772
- "../node_modules/@types/node/util.d.ts",
1773
- "../node_modules/@types/node/ts3.2/util.d.ts"
1774
- ],
1775
- "../node_modules/@types/babel__traverse/index.d.ts": [
1776
- "../node_modules/@babel/types/lib/index.d.ts",
1777
- "../node_modules/@types/node/fs.d.ts",
1778
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1779
- "../node_modules/@types/node/util.d.ts",
1780
- "../node_modules/@types/node/ts3.2/util.d.ts"
1781
- ],
1782
- "../node_modules/@types/babel__generator/index.d.ts": [
1783
- "../node_modules/@babel/types/lib/index.d.ts",
1784
- "../node_modules/@types/node/fs.d.ts",
1785
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1786
- "../node_modules/@types/node/util.d.ts",
1787
- "../node_modules/@types/node/ts3.2/util.d.ts"
1788
- ],
1789
- "../node_modules/@babel/types/lib/index.d.ts": [
1790
- "../node_modules/@types/node/fs.d.ts",
1791
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1792
- "../node_modules/@types/node/util.d.ts",
1793
- "../node_modules/@types/node/ts3.2/util.d.ts"
1794
- ],
1795
- "../node_modules/@types/stylelint/index.d.ts": [
1796
- "../node_modules/postcss/lib/postcss.d.ts",
1797
- "../node_modules/@types/node/fs.d.ts",
1798
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1799
- "../node_modules/@types/node/util.d.ts",
1800
- "../node_modules/@types/node/ts3.2/util.d.ts"
1801
- ],
1802
- "../node_modules/postcss/lib/postcss.d.ts": [
1803
- "../node_modules/source-map/source-map.d.ts",
1804
- "../node_modules/@types/node/fs.d.ts",
1805
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1806
- "../node_modules/@types/node/util.d.ts",
1807
- "../node_modules/@types/node/ts3.2/util.d.ts"
1808
- ],
1809
- "../node_modules/source-map/source-map.d.ts": [
1810
- "../node_modules/@types/node/fs.d.ts",
1811
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1812
- "../node_modules/@types/node/util.d.ts",
1813
- "../node_modules/@types/node/ts3.2/util.d.ts"
1814
- ],
1815
- "../node_modules/@types/mime/index.d.ts": [
1816
- "../node_modules/@types/node/fs.d.ts",
1817
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1818
- "../node_modules/@types/node/util.d.ts",
1819
- "../node_modules/@types/node/ts3.2/util.d.ts"
1820
- ],
1821
- "../node_modules/@types/range-parser/index.d.ts": [
1822
- "../node_modules/@types/node/fs.d.ts",
1823
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1824
- "../node_modules/@types/node/util.d.ts",
1825
- "../node_modules/@types/node/ts3.2/util.d.ts"
1826
- ],
1827
- "../node_modules/@types/node/ts3.2/globals.d.ts": [
1828
- "../node_modules/@types/node/globals.d.ts",
1829
- "../node_modules/@types/node/fs.d.ts",
1830
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1831
- "../node_modules/@types/node/util.d.ts",
1832
- "../node_modules/@types/node/ts3.2/util.d.ts"
1833
- ],
1834
- "../node_modules/@types/node/ts3.2/util.d.ts": [
1835
- "../node_modules/@types/node/util.d.ts",
1836
- "../node_modules/@types/node/fs.d.ts",
1837
- "../node_modules/@types/node/ts3.2/fs.d.ts"
1838
- ],
1839
- "../node_modules/@types/node/ts3.2/fs.d.ts": [
1840
- "../node_modules/@types/node/fs.d.ts",
1841
- "../node_modules/@types/node/util.d.ts",
1842
- "../node_modules/@types/node/ts3.2/util.d.ts"
1843
- ],
1844
- "../node_modules/@types/node/vm.d.ts": [
1845
- "../node_modules/@types/node/fs.d.ts",
1846
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1847
- "../node_modules/@types/node/util.d.ts",
1848
- "../node_modules/@types/node/ts3.2/util.d.ts"
1849
- ],
1850
- "../node_modules/@types/node/util.d.ts": [
1851
- "../node_modules/@types/node/fs.d.ts",
1852
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1853
- "../node_modules/@types/node/ts3.2/util.d.ts"
1854
- ],
1855
- "../node_modules/@types/node/url.d.ts": [
1856
- "../node_modules/@types/node/querystring.d.ts",
1857
- "../node_modules/@types/node/fs.d.ts",
1858
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1859
- "../node_modules/@types/node/util.d.ts",
1860
- "../node_modules/@types/node/ts3.2/util.d.ts"
1861
- ],
1862
- "../node_modules/@types/node/trace_events.d.ts": [
1863
- "../node_modules/@types/node/fs.d.ts",
1864
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1865
- "../node_modules/@types/node/util.d.ts",
1866
- "../node_modules/@types/node/ts3.2/util.d.ts"
1867
- ],
1868
- "../node_modules/@types/node/timers.d.ts": [
1869
- "../node_modules/@types/node/fs.d.ts",
1870
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1871
- "../node_modules/@types/node/util.d.ts",
1872
- "../node_modules/@types/node/ts3.2/util.d.ts"
1873
- ],
1874
- "../node_modules/@types/node/string_decoder.d.ts": [
1875
- "../node_modules/@types/node/fs.d.ts",
1876
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1877
- "../node_modules/@types/node/util.d.ts",
1878
- "../node_modules/@types/node/ts3.2/util.d.ts"
1879
- ],
1880
- "../node_modules/@types/node/querystring.d.ts": [
1881
- "../node_modules/@types/node/fs.d.ts",
1882
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1883
- "../node_modules/@types/node/util.d.ts",
1884
- "../node_modules/@types/node/ts3.2/util.d.ts"
1885
- ],
1886
- "../node_modules/@types/node/punycode.d.ts": [
1887
- "../node_modules/@types/node/fs.d.ts",
1888
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1889
- "../node_modules/@types/node/util.d.ts",
1890
- "../node_modules/@types/node/ts3.2/util.d.ts"
1891
- ],
1892
- "../node_modules/@types/node/path.d.ts": [
1893
- "../node_modules/@types/node/fs.d.ts",
1894
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1895
- "../node_modules/@types/node/util.d.ts",
1896
- "../node_modules/@types/node/ts3.2/util.d.ts"
1897
- ],
1898
- "../node_modules/@types/node/os.d.ts": [
1899
- "../node_modules/@types/node/fs.d.ts",
1900
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1901
- "../node_modules/@types/node/util.d.ts",
1902
- "../node_modules/@types/node/ts3.2/util.d.ts"
1903
- ],
1904
- "../node_modules/@types/node/module.d.ts": [
1905
- "../node_modules/@types/node/fs.d.ts",
1906
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1907
- "../node_modules/@types/node/util.d.ts",
1908
- "../node_modules/@types/node/ts3.2/util.d.ts"
1909
- ],
1910
- "../node_modules/@types/node/inspector.d.ts": [
1911
- "../node_modules/@types/node/events.d.ts",
1912
- "../node_modules/@types/node/fs.d.ts",
1913
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1914
- "../node_modules/@types/node/util.d.ts",
1915
- "../node_modules/@types/node/ts3.2/util.d.ts"
1916
- ]
1917
- },
1918
- "semanticDiagnosticsPerFile": [
1919
- "../node_modules/@types/node/globals.d.ts",
1920
- "../node_modules/@types/node/assert.d.ts",
1921
- "../node_modules/@types/node/async_hooks.d.ts",
1922
- "../node_modules/@types/node/buffer.d.ts",
1923
- "../node_modules/@types/node/child_process.d.ts",
1924
- "../node_modules/@types/node/cluster.d.ts",
1925
- "../node_modules/@types/node/console.d.ts",
1926
- "../node_modules/@types/node/constants.d.ts",
1927
- "../node_modules/@types/node/crypto.d.ts",
1928
- "../node_modules/@types/node/dgram.d.ts",
1929
- "../node_modules/@types/node/dns.d.ts",
1930
- "../node_modules/@types/node/domain.d.ts",
1931
- "../node_modules/@types/node/events.d.ts",
1932
- "../node_modules/@types/node/fs.d.ts",
1933
- "../node_modules/@types/node/http.d.ts",
1934
- "../node_modules/@types/node/http2.d.ts",
1935
- "../node_modules/@types/node/https.d.ts",
1936
- "../node_modules/@types/node/inspector.d.ts",
1937
- "../node_modules/@types/node/module.d.ts",
1938
- "../node_modules/@types/node/net.d.ts",
1939
- "../node_modules/@types/node/os.d.ts",
1940
- "../node_modules/@types/node/path.d.ts",
1941
- "../node_modules/@types/node/perf_hooks.d.ts",
1942
- "../node_modules/@types/node/process.d.ts",
1943
- "../node_modules/@types/node/punycode.d.ts",
1944
- "../node_modules/@types/node/querystring.d.ts",
1945
- "../node_modules/@types/node/readline.d.ts",
1946
- "../node_modules/@types/node/repl.d.ts",
1947
- "../node_modules/@types/node/stream.d.ts",
1948
- "../node_modules/@types/node/string_decoder.d.ts",
1949
- "../node_modules/@types/node/timers.d.ts",
1950
- "../node_modules/@types/node/tls.d.ts",
1951
- "../node_modules/@types/node/trace_events.d.ts",
1952
- "../node_modules/@types/node/tty.d.ts",
1953
- "../node_modules/@types/node/url.d.ts",
1954
- "../node_modules/@types/node/util.d.ts",
1955
- "../node_modules/@types/node/v8.d.ts",
1956
- "../node_modules/@types/node/vm.d.ts",
1957
- "../node_modules/@types/node/worker_threads.d.ts",
1958
- "../node_modules/@types/node/zlib.d.ts",
1959
- "../node_modules/@types/node/base.d.ts",
1960
- "../node_modules/@types/node/ts3.2/fs.d.ts",
1961
- "../node_modules/@types/node/ts3.2/util.d.ts",
1962
- "../node_modules/@types/node/ts3.2/globals.d.ts",
1963
- "../node_modules/@types/node/ts3.2/index.d.ts",
1964
- "../node_modules/@types/range-parser/index.d.ts",
1965
- "../node_modules/@types/express-serve-static-core/index.d.ts",
1966
- "../node_modules/@types/mime/index.d.ts",
1967
- "../node_modules/@types/serve-static/index.d.ts",
1968
- "../node_modules/@types/connect/index.d.ts",
1969
- "../node_modules/@types/body-parser/index.d.ts",
1970
- "../node_modules/@types/express/index.d.ts",
1971
- "../node_modules/source-map/source-map.d.ts",
1972
- "../node_modules/postcss/lib/postcss.d.ts",
1973
- "../node_modules/@types/stylelint/index.d.ts",
1974
- "../src/server.ts",
1975
- "../node_modules/@babel/types/lib/index.d.ts",
1976
- "../node_modules/@types/babel__generator/index.d.ts",
1977
- "../node_modules/@types/babel__traverse/index.d.ts",
1978
- "../node_modules/@babel/parser/typings/babel-parser.d.ts",
1979
- "../node_modules/@types/babel__template/index.d.ts",
1980
- "../node_modules/@types/babel__core/index.d.ts",
1981
- "../node_modules/@types/color-name/index.d.ts",
1982
- "../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1983
- "../node_modules/@types/istanbul-lib-report/index.d.ts",
1984
- "../node_modules/@types/istanbul-reports/index.d.ts",
1985
- "../node_modules/@types/jest/index.d.ts",
1986
- "../node_modules/@types/minimist/index.d.ts",
1987
- "../node_modules/@types/normalize-package-data/index.d.ts",
1988
- "../node_modules/@types/parse-json/index.d.ts",
1989
- "../node_modules/@types/stack-utils/index.d.ts",
1990
- "../node_modules/@types/unist/index.d.ts",
1991
- "../node_modules/@types/vfile/index.d.ts",
1992
- "../node_modules/@types/yargs-parser/index.d.ts",
1993
- "../node_modules/@types/yargs/index.d.ts",
1994
- "../node_modules/typescript/lib/lib.es2015.d.ts",
1995
- "../node_modules/typescript/lib/lib.es2016.d.ts",
1996
- "../node_modules/typescript/lib/lib.es2017.d.ts",
1997
- "../node_modules/typescript/lib/lib.es2018.d.ts",
1998
- "../node_modules/typescript/lib/lib.esnext.bigint.d.ts",
1999
- "../node_modules/typescript/lib/lib.esnext.intl.d.ts",
2000
- "../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
2001
- "../node_modules/typescript/lib/lib.es2018.promise.d.ts",
2002
- "../node_modules/typescript/lib/lib.es2018.intl.d.ts",
2003
- "../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
2004
- "../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
2005
- "../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
2006
- "../node_modules/typescript/lib/lib.es2017.intl.d.ts",
2007
- "../node_modules/typescript/lib/lib.es2017.string.d.ts",
2008
- "../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
2009
- "../node_modules/typescript/lib/lib.es2017.object.d.ts",
2010
- "../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
2011
- "../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
2012
- "../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
2013
- "../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
2014
- "../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
2015
- "../node_modules/typescript/lib/lib.es2015.promise.d.ts",
2016
- "../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
2017
- "../node_modules/typescript/lib/lib.es2015.generator.d.ts",
2018
- "../node_modules/typescript/lib/lib.es2015.collection.d.ts",
2019
- "../node_modules/typescript/lib/lib.es2015.core.d.ts",
2020
- "../node_modules/typescript/lib/lib.dom.d.ts",
2021
- "../node_modules/typescript/lib/lib.es5.d.ts"
2022
- ]
2023
- },
2024
- "version": "3.7.3"
2025
- }