Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

tsconfig.tsbuildinfo 87KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800
  1. {
  2. "program": {
  3. "fileInfos": {
  4. "./node_modules/typescript/lib/lib.es5.d.ts": {
  5. "version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
  6. "signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
  7. "affectsGlobalScope": true
  8. },
  9. "./node_modules/typescript/lib/lib.es2015.d.ts": {
  10. "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
  11. "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
  12. "affectsGlobalScope": false
  13. },
  14. "./node_modules/typescript/lib/lib.es2016.d.ts": {
  15. "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
  16. "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
  17. "affectsGlobalScope": false
  18. },
  19. "./node_modules/typescript/lib/lib.es2017.d.ts": {
  20. "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
  21. "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
  22. "affectsGlobalScope": false
  23. },
  24. "./node_modules/typescript/lib/lib.es2018.d.ts": {
  25. "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
  26. "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
  27. "affectsGlobalScope": false
  28. },
  29. "./node_modules/typescript/lib/lib.es2019.d.ts": {
  30. "version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
  31. "signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
  32. "affectsGlobalScope": false
  33. },
  34. "./node_modules/typescript/lib/lib.es2020.d.ts": {
  35. "version": "e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",
  36. "signature": "e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",
  37. "affectsGlobalScope": false
  38. },
  39. "./node_modules/typescript/lib/lib.esnext.d.ts": {
  40. "version": "fc7a21dd3ee27fd0a9ff1c46534efcd9c3cec51a445b479bb326d871c0aa8302",
  41. "signature": "fc7a21dd3ee27fd0a9ff1c46534efcd9c3cec51a445b479bb326d871c0aa8302",
  42. "affectsGlobalScope": false
  43. },
  44. "./node_modules/typescript/lib/lib.dom.d.ts": {
  45. "version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
  46. "signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
  47. "affectsGlobalScope": true
  48. },
  49. "./node_modules/typescript/lib/lib.es2015.core.d.ts": {
  50. "version": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
  51. "signature": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
  52. "affectsGlobalScope": true
  53. },
  54. "./node_modules/typescript/lib/lib.es2015.collection.d.ts": {
  55. "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
  56. "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
  57. "affectsGlobalScope": true
  58. },
  59. "./node_modules/typescript/lib/lib.es2015.generator.d.ts": {
  60. "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
  61. "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
  62. "affectsGlobalScope": true
  63. },
  64. "./node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
  65. "version": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
  66. "signature": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
  67. "affectsGlobalScope": true
  68. },
  69. "./node_modules/typescript/lib/lib.es2015.promise.d.ts": {
  70. "version": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
  71. "signature": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
  72. "affectsGlobalScope": true
  73. },
  74. "./node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
  75. "version": "810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357",
  76. "signature": "810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357",
  77. "affectsGlobalScope": true
  78. },
  79. "./node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
  80. "version": "62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6",
  81. "signature": "62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6",
  82. "affectsGlobalScope": true
  83. },
  84. "./node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
  85. "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
  86. "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
  87. "affectsGlobalScope": true
  88. },
  89. "./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
  90. "version": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
  91. "signature": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
  92. "affectsGlobalScope": true
  93. },
  94. "./node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
  95. "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
  96. "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
  97. "affectsGlobalScope": true
  98. },
  99. "./node_modules/typescript/lib/lib.es2017.object.d.ts": {
  100. "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
  101. "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
  102. "affectsGlobalScope": true
  103. },
  104. "./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
  105. "version": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
  106. "signature": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
  107. "affectsGlobalScope": true
  108. },
  109. "./node_modules/typescript/lib/lib.es2017.string.d.ts": {
  110. "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
  111. "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
  112. "affectsGlobalScope": true
  113. },
  114. "./node_modules/typescript/lib/lib.es2017.intl.d.ts": {
  115. "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
  116. "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
  117. "affectsGlobalScope": true
  118. },
  119. "./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
  120. "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
  121. "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
  122. "affectsGlobalScope": true
  123. },
  124. "./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
  125. "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
  126. "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
  127. "affectsGlobalScope": true
  128. },
  129. "./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
  130. "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
  131. "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
  132. "affectsGlobalScope": true
  133. },
  134. "./node_modules/typescript/lib/lib.es2018.intl.d.ts": {
  135. "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
  136. "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
  137. "affectsGlobalScope": true
  138. },
  139. "./node_modules/typescript/lib/lib.es2018.promise.d.ts": {
  140. "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
  141. "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
  142. "affectsGlobalScope": true
  143. },
  144. "./node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
  145. "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
  146. "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
  147. "affectsGlobalScope": true
  148. },
  149. "./node_modules/typescript/lib/lib.es2019.array.d.ts": {
  150. "version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
  151. "signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
  152. "affectsGlobalScope": true
  153. },
  154. "./node_modules/typescript/lib/lib.es2019.object.d.ts": {
  155. "version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
  156. "signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
  157. "affectsGlobalScope": true
  158. },
  159. "./node_modules/typescript/lib/lib.es2019.string.d.ts": {
  160. "version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
  161. "signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
  162. "affectsGlobalScope": true
  163. },
  164. "./node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
  165. "version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
  166. "signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
  167. "affectsGlobalScope": true
  168. },
  169. "./node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
  170. "version": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
  171. "signature": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
  172. "affectsGlobalScope": true
  173. },
  174. "./node_modules/typescript/lib/lib.es2020.promise.d.ts": {
  175. "version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
  176. "signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
  177. "affectsGlobalScope": true
  178. },
  179. "./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts": {
  180. "version": "e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40",
  181. "signature": "e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40",
  182. "affectsGlobalScope": true
  183. },
  184. "./node_modules/typescript/lib/lib.es2020.string.d.ts": {
  185. "version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
  186. "signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
  187. "affectsGlobalScope": true
  188. },
  189. "./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
  190. "version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
  191. "signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
  192. "affectsGlobalScope": true
  193. },
  194. "./node_modules/typescript/lib/lib.es2020.intl.d.ts": {
  195. "version": "e79ca55569f09a5dc3354be04dba4ae85865b1dce98bf46738ffe231c669621f",
  196. "signature": "e79ca55569f09a5dc3354be04dba4ae85865b1dce98bf46738ffe231c669621f",
  197. "affectsGlobalScope": true
  198. },
  199. "./node_modules/typescript/lib/lib.esnext.intl.d.ts": {
  200. "version": "506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e",
  201. "signature": "506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e",
  202. "affectsGlobalScope": true
  203. },
  204. "./node_modules/typescript/lib/lib.esnext.string.d.ts": {
  205. "version": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
  206. "signature": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
  207. "affectsGlobalScope": true
  208. },
  209. "./node_modules/typescript/lib/lib.esnext.promise.d.ts": {
  210. "version": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
  211. "signature": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
  212. "affectsGlobalScope": true
  213. },
  214. "./node_modules/typescript/lib/lib.esnext.weakref.d.ts": {
  215. "version": "1e61418f41d404e744b6536af9f8c6f6674dd4d54c12335cd0c4f7eded69cf3f",
  216. "signature": "1e61418f41d404e744b6536af9f8c6f6674dd4d54c12335cd0c4f7eded69cf3f",
  217. "affectsGlobalScope": true
  218. },
  219. "../../node_modules/tslib/tslib.d.ts": {
  220. "version": "12f4cfe2fe60b810c3174537bc2ddb20c1067b7768643d12cb1266fd183afb75",
  221. "signature": "12f4cfe2fe60b810c3174537bc2ddb20c1067b7768643d12cb1266fd183afb75",
  222. "affectsGlobalScope": false
  223. },
  224. "../../node_modules/@types/react/global.d.ts": {
  225. "version": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
  226. "signature": "ecf78e637f710f340ec08d5d92b3f31b134a46a4fcf2e758690d8c46ce62cba6",
  227. "affectsGlobalScope": true
  228. },
  229. "../../node_modules/csstype/index.d.ts": {
  230. "version": "4ee363f83d7be2202f34fcd84c44da71bf3a9329fee8a05f976f75083a52ea94",
  231. "signature": "4ee363f83d7be2202f34fcd84c44da71bf3a9329fee8a05f976f75083a52ea94",
  232. "affectsGlobalScope": false
  233. },
  234. "../../node_modules/@types/prop-types/index.d.ts": {
  235. "version": "f7b46d22a307739c145e5fddf537818038fdfffd580d79ed717f4d4d37249380",
  236. "signature": "f7b46d22a307739c145e5fddf537818038fdfffd580d79ed717f4d4d37249380",
  237. "affectsGlobalScope": false
  238. },
  239. "../../node_modules/@types/scheduler/tracing.d.ts": {
  240. "version": "f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",
  241. "signature": "f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",
  242. "affectsGlobalScope": false
  243. },
  244. "../../node_modules/@types/react/index.d.ts": {
  245. "version": "adf1bb8820af989bb0de3c7c6cb9d7b7dbe208d06028e6113f160447a04e21a8",
  246. "signature": "adf1bb8820af989bb0de3c7c6cb9d7b7dbe208d06028e6113f160447a04e21a8",
  247. "affectsGlobalScope": true
  248. },
  249. "../../node_modules/@types/history/domutils.d.ts": {
  250. "version": "271cde49dfd9b398ccc91bb3aaa43854cf76f4d14e10fed91cbac649aa6cbc63",
  251. "signature": "271cde49dfd9b398ccc91bb3aaa43854cf76f4d14e10fed91cbac649aa6cbc63",
  252. "affectsGlobalScope": true
  253. },
  254. "../../node_modules/@types/history/createbrowserhistory.d.ts": {
  255. "version": "2bcecd31f1b4281710c666843fc55133a0ee25b143e59f35f49c62e168123f4b",
  256. "signature": "2bcecd31f1b4281710c666843fc55133a0ee25b143e59f35f49c62e168123f4b",
  257. "affectsGlobalScope": false
  258. },
  259. "../../node_modules/@types/history/createhashhistory.d.ts": {
  260. "version": "a6273756fa05f794b64fe1aff45f4371d444f51ed0257f9364a8b25f3501915d",
  261. "signature": "a6273756fa05f794b64fe1aff45f4371d444f51ed0257f9364a8b25f3501915d",
  262. "affectsGlobalScope": false
  263. },
  264. "../../node_modules/@types/history/creatememoryhistory.d.ts": {
  265. "version": "2374e4ddc628bd0af8ce7578621f1b9d08ab183f4dbacb8749eabb1a85018196",
  266. "signature": "2374e4ddc628bd0af8ce7578621f1b9d08ab183f4dbacb8749eabb1a85018196",
  267. "affectsGlobalScope": false
  268. },
  269. "../../node_modules/@types/history/locationutils.d.ts": {
  270. "version": "25d91fb9ed77a828cc6c7a863236fb712dafcd52f816eec481bd0c1f589f4404",
  271. "signature": "25d91fb9ed77a828cc6c7a863236fb712dafcd52f816eec481bd0c1f589f4404",
  272. "affectsGlobalScope": false
  273. },
  274. "../../node_modules/@types/history/pathutils.d.ts": {
  275. "version": "4cd14cea22eed1bfb0dc76183e56989f897ac5b14c0e2a819e5162eafdcfe243",
  276. "signature": "4cd14cea22eed1bfb0dc76183e56989f897ac5b14c0e2a819e5162eafdcfe243",
  277. "affectsGlobalScope": false
  278. },
  279. "../../node_modules/@types/history/index.d.ts": {
  280. "version": "ab35d08aa06a7615f06dad04db7e88f27d623220f05de68a94f16d5d22e6aaea",
  281. "signature": "ab35d08aa06a7615f06dad04db7e88f27d623220f05de68a94f16d5d22e6aaea",
  282. "affectsGlobalScope": false
  283. },
  284. "../../node_modules/@types/react-router/index.d.ts": {
  285. "version": "f8116d99ea6244e8b1492a9229b5d7e46e66f3fa21691d356ff173f03a14b6c9",
  286. "signature": "f8116d99ea6244e8b1492a9229b5d7e46e66f3fa21691d356ff173f03a14b6c9",
  287. "affectsGlobalScope": false
  288. },
  289. "../../node_modules/@types/react-router-dom/index.d.ts": {
  290. "version": "791da337747613f208302f66336cd238717afa0a8dbe25d7dcaf3d93b9928971",
  291. "signature": "791da337747613f208302f66336cd238717afa0a8dbe25d7dcaf3d93b9928971",
  292. "affectsGlobalScope": false
  293. },
  294. "../core/dist/types/types.d.ts": {
  295. "version": "80121fa9e616111cbcc495b7e6c3d2880de4b1fe0a1ac0504485deec94769f5e",
  296. "signature": "80121fa9e616111cbcc495b7e6c3d2880de4b1fe0a1ac0504485deec94769f5e",
  297. "affectsGlobalScope": false
  298. },
  299. "../core/dist/types/components/renderer/renderer.d.ts": {
  300. "version": "5d28b14173e55b7fdf836cdd4bb6c1176ba1bcc689994611cd117771d226b8ac",
  301. "signature": "5d28b14173e55b7fdf836cdd4bb6c1176ba1bcc689994611cd117771d226b8ac",
  302. "affectsGlobalScope": false
  303. },
  304. "../core/dist/types/components/renderer/index.d.ts": {
  305. "version": "b838a4df8b7dcf7fb18c31548f6df2db3557bb0e61ebfcfcb5dc630a5bb9f57e",
  306. "signature": "b838a4df8b7dcf7fb18c31548f6df2db3557bb0e61ebfcfcb5dc630a5bb9f57e",
  307. "affectsGlobalScope": false
  308. },
  309. "../core/dist/types/components/brush/brushupdater.d.ts": {
  310. "version": "0c8c2a5d7036374002bc399b41cac0e1be8f7a6d703ce3aadb6a81d8bbbe1ad9",
  311. "signature": "0c8c2a5d7036374002bc399b41cac0e1be8f7a6d703ce3aadb6a81d8bbbe1ad9",
  312. "affectsGlobalScope": false
  313. },
  314. "../core/dist/types/components/brush/brush.d.ts": {
  315. "version": "f5950879bd8d3b947e4c8b502f0bf8f623685787df418f7a3394b9b35b71a3e6",
  316. "signature": "f5950879bd8d3b947e4c8b502f0bf8f623685787df418f7a3394b9b35b71a3e6",
  317. "affectsGlobalScope": false
  318. },
  319. "../core/dist/types/components/brush/index.d.ts": {
  320. "version": "2541d288e2ab69f4c813b165fdcfea7e35b1858ae28731d47136306575c677d7",
  321. "signature": "2541d288e2ab69f4c813b165fdcfea7e35b1858ae28731d47136306575c677d7",
  322. "affectsGlobalScope": false
  323. },
  324. "../core/dist/types/components/index.d.ts": {
  325. "version": "9d7e8428f02e199561a6b17ed57c051a999954cce282bea45a886808fc42620e",
  326. "signature": "9d7e8428f02e199561a6b17ed57c051a999954cce282bea45a886808fc42620e",
  327. "affectsGlobalScope": false
  328. },
  329. "../core/dist/types/utils/polyfills.d.ts": {
  330. "version": "e0cf19f141c3b2632d9fc02d65a753864304fd6cc4391fcb532844356399519f",
  331. "signature": "e0cf19f141c3b2632d9fc02d65a753864304fd6cc4391fcb532844356399519f",
  332. "affectsGlobalScope": false
  333. },
  334. "../core/dist/types/utils/utils.d.ts": {
  335. "version": "0bea66a0c4bc572f6cdd0ed72fa9cd5981823d90e1bd032751c616d068e83dbe",
  336. "signature": "0bea66a0c4bc572f6cdd0ed72fa9cd5981823d90e1bd032751c616d068e83dbe",
  337. "affectsGlobalScope": false
  338. },
  339. "../core/dist/types/utils/intersect.d.ts": {
  340. "version": "4853dcad8dee51622d7ceb1211a131f32aac2dbd84962a660cd638943928181e",
  341. "signature": "4853dcad8dee51622d7ceb1211a131f32aac2dbd84962a660cd638943928181e",
  342. "affectsGlobalScope": false
  343. },
  344. "../core/dist/types/utils/svg.d.ts": {
  345. "version": "9e4e91969e82c8fabbd27ef0539e4c9489221ede2157aff91dc0cfeff866f011",
  346. "signature": "9e4e91969e82c8fabbd27ef0539e4c9489221ede2157aff91dc0cfeff866f011",
  347. "affectsGlobalScope": false
  348. },
  349. "../core/dist/types/utils/vec.d.ts": {
  350. "version": "954360f47ffacaea1c304ff8e5db6e2457c72facf1d7f6ea2629b1605f20853b",
  351. "signature": "954360f47ffacaea1c304ff8e5db6e2457c72facf1d7f6ea2629b1605f20853b",
  352. "affectsGlobalScope": false
  353. },
  354. "../core/dist/types/utils/index.d.ts": {
  355. "version": "8d9f4e84eff6f5fee54ba4da3470f17ef3e6754f55e4c1431b030061d02aea31",
  356. "signature": "8d9f4e84eff6f5fee54ba4da3470f17ef3e6754f55e4c1431b030061d02aea31",
  357. "affectsGlobalScope": false
  358. },
  359. "../core/dist/types/inputs.d.ts": {
  360. "version": "c46f6b1bf9297efa4b25ec60544c562e1fcb08da02a23569b2fa860e77088d0c",
  361. "signature": "c46f6b1bf9297efa4b25ec60544c562e1fcb08da02a23569b2fa860e77088d0c",
  362. "affectsGlobalScope": false
  363. },
  364. "../core/dist/types/index.d.ts": {
  365. "version": "062065318d8acc40912798a5fde2c4ba54092da26be305c245cfa47b088ca39e",
  366. "signature": "062065318d8acc40912798a5fde2c4ba54092da26be305c245cfa47b088ca39e",
  367. "affectsGlobalScope": false
  368. },
  369. "../../node_modules/zustand/vanilla.d.ts": {
  370. "version": "5a7e08d1f741929f219121fd5adb83b12bdf6b4ed3c2e4179daf5e1e0be6fd4d",
  371. "signature": "5a7e08d1f741929f219121fd5adb83b12bdf6b4ed3c2e4179daf5e1e0be6fd4d",
  372. "affectsGlobalScope": false
  373. },
  374. "../../node_modules/zustand/index.d.ts": {
  375. "version": "2f97c19039ae92c31b5e5044832b26c06d9d256d4ee62f2018e264062c3ffddb",
  376. "signature": "2f97c19039ae92c31b5e5044832b26c06d9d256d4ee62f2018e264062c3ffddb",
  377. "affectsGlobalScope": false
  378. },
  379. "../../node_modules/rko/dist/types/types.d.ts": {
  380. "version": "33560081b50664c17b8c668a9fe5c9ba5e703ff3a2dd0765f5b077acf076d705",
  381. "signature": "33560081b50664c17b8c668a9fe5c9ba5e703ff3a2dd0765f5b077acf076d705",
  382. "affectsGlobalScope": false
  383. },
  384. "../../node_modules/rko/dist/types/state-manager.d.ts": {
  385. "version": "6a8f250dc78450c1d52bd6b3f5806970cbd60e1261b28663fd26437e1210b56a",
  386. "signature": "6a8f250dc78450c1d52bd6b3f5806970cbd60e1261b28663fd26437e1210b56a",
  387. "affectsGlobalScope": false
  388. },
  389. "../../node_modules/rko/dist/types/index.d.ts": {
  390. "version": "f39e8c8f9631babb647ee57a7512af0924d6267925462ed01bd8b8bcaec6be90",
  391. "signature": "f39e8c8f9631babb647ee57a7512af0924d6267925462ed01bd8b8bcaec6be90",
  392. "affectsGlobalScope": false
  393. },
  394. "../tldraw/dist/types/types.d.ts": {
  395. "version": "1444afb2d3c50b5a15354934187d75bc9a7ca2d10bf20fe9c79cbcd1f8548549",
  396. "signature": "1444afb2d3c50b5a15354934187d75bc9a7ca2d10bf20fe9c79cbcd1f8548549",
  397. "affectsGlobalScope": false
  398. },
  399. "../tldraw/dist/types/state/state.d.ts": {
  400. "version": "3a31dc5b6306ee6cff5e03e4a3ab1eda22f07231bc207f77807915e7c01a96a9",
  401. "signature": "3a31dc5b6306ee6cff5e03e4a3ab1eda22f07231bc207f77807915e7c01a96a9",
  402. "affectsGlobalScope": false
  403. },
  404. "../tldraw/dist/types/state/index.d.ts": {
  405. "version": "56b752fe566b359f9c427203926281aa0e00e6439352a73ed4dda507f7ddf184",
  406. "signature": "56b752fe566b359f9c427203926281aa0e00e6439352a73ed4dda507f7ddf184",
  407. "affectsGlobalScope": false
  408. },
  409. "../tldraw/dist/types/components/tldraw/tldraw.d.ts": {
  410. "version": "43feed94e4697175cf0e8629b92dd131ca1663a757145478fc862e0636e8d897",
  411. "signature": "43feed94e4697175cf0e8629b92dd131ca1663a757145478fc862e0636e8d897",
  412. "affectsGlobalScope": false
  413. },
  414. "../tldraw/dist/types/components/tldraw/index.d.ts": {
  415. "version": "4f6226dd2d225493041ebe92bd792b3db8dc6df9440ce44ea11b5c6144d3a5e8",
  416. "signature": "4f6226dd2d225493041ebe92bd792b3db8dc6df9440ce44ea11b5c6144d3a5e8",
  417. "affectsGlobalScope": false
  418. },
  419. "../tldraw/dist/types/shape/shape-utils.d.ts": {
  420. "version": "d38050604ddb18035dbb3dbca1c8de57e857046ad940d7acc32d6bba70f5c4ca",
  421. "signature": "d38050604ddb18035dbb3dbca1c8de57e857046ad940d7acc32d6bba70f5c4ca",
  422. "affectsGlobalScope": false
  423. },
  424. "../tldraw/dist/types/shape/shape-styles.d.ts": {
  425. "version": "c78af8cbda6b66a04321b33d62aa4662c91aa5e82c49263362c0285aa0bac080",
  426. "signature": "c78af8cbda6b66a04321b33d62aa4662c91aa5e82c49263362c0285aa0bac080",
  427. "affectsGlobalScope": false
  428. },
  429. "../tldraw/dist/types/shape/index.d.ts": {
  430. "version": "6086684b3bcdaad070547a18b7a87e5aa29a73ecea6f8198ee5394fb9f937172",
  431. "signature": "6086684b3bcdaad070547a18b7a87e5aa29a73ecea6f8198ee5394fb9f937172",
  432. "affectsGlobalScope": false
  433. },
  434. "../tldraw/dist/types/index.d.ts": {
  435. "version": "66e917fa49cb1ad4bdbdc5e497487a75c2d8a44309799d5b207bc8ad4a19590f",
  436. "signature": "66e917fa49cb1ad4bdbdc5e497487a75c2d8a44309799d5b207bc8ad4a19590f",
  437. "affectsGlobalScope": false
  438. },
  439. "./src/components/editor.tsx": {
  440. "version": "1aacedaf4adc01e5d1bb6ee9ca764da7a1468bc89b4e969616dfc315a0f4ed50",
  441. "signature": "f8331731fc5382268d4a685f4120ca5d5985399a04d4cdfdcf703718aaa046fb",
  442. "affectsGlobalScope": false
  443. },
  444. "./src/basic.tsx": {
  445. "version": "d3b651559568a52bdd170f58af454616552ba0ab61e4065b1b268cef65870e7e",
  446. "signature": "f51284cc1fe76dd333d222b211e634eaf464e6ee9d6b96cdea3311eb99c95af0",
  447. "affectsGlobalScope": false
  448. },
  449. "./src/controlled.tsx": {
  450. "version": "97cfea694b471615a3758e0a1ff72c9e23705c74679dc9a509837c9a3313d04c",
  451. "signature": "9d834ab271c77c54a2415a668db1703b0d6cb84f800134a69b7c9f58c11cef2e",
  452. "affectsGlobalScope": false
  453. },
  454. "./src/imperative.tsx": {
  455. "version": "9d4ff3e296b50cd7d8273840a17204137965ddb5d2d9663bb07802a687bf0978",
  456. "signature": "51bfe953d45d75a699c449072c10c497eaa14ae791c92f2ab96f9883e862c9cf",
  457. "affectsGlobalScope": false
  458. },
  459. "./src/embedded.tsx": {
  460. "version": "4448effea95fc7b87ffffe866859c671717280e1ec2adc2bbf9c34da78d536a4",
  461. "signature": "e48661ad8d58cfca4b7a2764942cf4553064099cc12080b998732b9686c1c43b",
  462. "affectsGlobalScope": false
  463. },
  464. "./src/changing-id.tsx": {
  465. "version": "d03121515e54fb4689d84ad856867c64da621407e4a569fe86f5043859b3fb17",
  466. "signature": "fd6e23d2e60ed580dd3c705d917b199d1169fd293ef7dd50d440ee3c0fcafc96",
  467. "affectsGlobalScope": false
  468. },
  469. "./src/app.tsx": {
  470. "version": "4baaa16c2a157fe034e377b849bfe924037955215ba3942e3390440e16dbf615",
  471. "signature": "2f43750b5e9778d6c056c90ff24fed4f3dd3f8f65b5f181c1eb24a5f6d22696b",
  472. "affectsGlobalScope": false
  473. },
  474. "../../node_modules/@types/react-dom/index.d.ts": {
  475. "version": "b4dfafe583b829a382edccbe32303535d0785f0c02ba7f04418e2a81de97af8a",
  476. "signature": "b4dfafe583b829a382edccbe32303535d0785f0c02ba7f04418e2a81de97af8a",
  477. "affectsGlobalScope": false
  478. },
  479. "./src/index.tsx": {
  480. "version": "79f8132bc9ca255d1fae9860313b96f95c9f0201f5881a0f69553fa761782722",
  481. "signature": "f667f6b1d66ba55f0dcd27f5ff050063fecfe289bad00e8c5d48344a775c1439",
  482. "affectsGlobalScope": false
  483. },
  484. "../../node_modules/@types/node/assert/strict.d.ts": {
  485. "version": "c7bdc99177a2a94d25fb13722adaaf5b3291bf70b4d1b27584ba189dd3889ba3",
  486. "signature": "c7bdc99177a2a94d25fb13722adaaf5b3291bf70b4d1b27584ba189dd3889ba3",
  487. "affectsGlobalScope": false
  488. },
  489. "../../node_modules/@types/node/globals.d.ts": {
  490. "version": "d1c92b66c4105659fcad4eb76a1481f7311033e117d0678a1ec545e8ddb8d4c6",
  491. "signature": "d1c92b66c4105659fcad4eb76a1481f7311033e117d0678a1ec545e8ddb8d4c6",
  492. "affectsGlobalScope": true
  493. },
  494. "../../node_modules/@types/node/async_hooks.d.ts": {
  495. "version": "e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec",
  496. "signature": "e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec",
  497. "affectsGlobalScope": false
  498. },
  499. "../../node_modules/@types/node/buffer.d.ts": {
  500. "version": "dee93c07b4df5e26010dc9ec4cdf4d6e4076bb4474d2a8371529217c8b2740a4",
  501. "signature": "dee93c07b4df5e26010dc9ec4cdf4d6e4076bb4474d2a8371529217c8b2740a4",
  502. "affectsGlobalScope": false
  503. },
  504. "../../node_modules/@types/node/child_process.d.ts": {
  505. "version": "ed40f2f184db052dc8df62d1f199823c8bbccc487c0a2a7c54eeea0badcf4378",
  506. "signature": "ed40f2f184db052dc8df62d1f199823c8bbccc487c0a2a7c54eeea0badcf4378",
  507. "affectsGlobalScope": false
  508. },
  509. "../../node_modules/@types/node/cluster.d.ts": {
  510. "version": "04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",
  511. "signature": "04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",
  512. "affectsGlobalScope": false
  513. },
  514. "../../node_modules/@types/node/console.d.ts": {
  515. "version": "c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870",
  516. "signature": "c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870",
  517. "affectsGlobalScope": true
  518. },
  519. "../../node_modules/@types/node/constants.d.ts": {
  520. "version": "45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491",
  521. "signature": "45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491",
  522. "affectsGlobalScope": false
  523. },
  524. "../../node_modules/@types/node/crypto.d.ts": {
  525. "version": "dfc747ab8dd5f623055a4c26fd35e8cceca869fd3f1cf09701c941ca3679665a",
  526. "signature": "dfc747ab8dd5f623055a4c26fd35e8cceca869fd3f1cf09701c941ca3679665a",
  527. "affectsGlobalScope": false
  528. },
  529. "../../node_modules/@types/node/dgram.d.ts": {
  530. "version": "c9f5f2920ff61d7158417b8440d5181ddc34a3dfef811a5677dd8a9fb91471e9",
  531. "signature": "c9f5f2920ff61d7158417b8440d5181ddc34a3dfef811a5677dd8a9fb91471e9",
  532. "affectsGlobalScope": false
  533. },
  534. "../../node_modules/@types/node/diagnostic_channel.d.ts": {
  535. "version": "5cc0a492da3602510b8f5ed1852b1e0390002780d8758fbc8c0cd023ca7085f8",
  536. "signature": "5cc0a492da3602510b8f5ed1852b1e0390002780d8758fbc8c0cd023ca7085f8",
  537. "affectsGlobalScope": false
  538. },
  539. "../../node_modules/@types/node/dns.d.ts": {
  540. "version": "ec7dafafe751a5121f8f1c80201ebe7e7238c47e6329280a73c4d1ca4bb7fa28",
  541. "signature": "ec7dafafe751a5121f8f1c80201ebe7e7238c47e6329280a73c4d1ca4bb7fa28",
  542. "affectsGlobalScope": false
  543. },
  544. "../../node_modules/@types/node/dns/promises.d.ts": {
  545. "version": "64debeb10e4b7ae4ec9e89bfb4e04c6101ab98c3cc806d14e5488607cfec2753",
  546. "signature": "64debeb10e4b7ae4ec9e89bfb4e04c6101ab98c3cc806d14e5488607cfec2753",
  547. "affectsGlobalScope": false
  548. },
  549. "../../node_modules/@types/node/domain.d.ts": {
  550. "version": "2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5",
  551. "signature": "2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5",
  552. "affectsGlobalScope": true
  553. },
  554. "../../node_modules/@types/node/events.d.ts": {
  555. "version": "a5782d6cea81fe43d2db7ed41e789458c933ab3ab60602f7b5b14c4da3370496",
  556. "signature": "a5782d6cea81fe43d2db7ed41e789458c933ab3ab60602f7b5b14c4da3370496",
  557. "affectsGlobalScope": true
  558. },
  559. "../../node_modules/@types/node/fs.d.ts": {
  560. "version": "f258ba66915f0196ec344bc53afe1888240bbcc855ebd151b6cc072275533319",
  561. "signature": "f258ba66915f0196ec344bc53afe1888240bbcc855ebd151b6cc072275533319",
  562. "affectsGlobalScope": false
  563. },
  564. "../../node_modules/@types/node/fs/promises.d.ts": {
  565. "version": "6194335ee3353f7226ba31f31d6301d0c6be87228419c0a08976ccd9d4f1213e",
  566. "signature": "6194335ee3353f7226ba31f31d6301d0c6be87228419c0a08976ccd9d4f1213e",
  567. "affectsGlobalScope": false
  568. },
  569. "../../node_modules/@types/node/http.d.ts": {
  570. "version": "3ac12a54cfaa84683506db8d4cf779135a271d9f0ec18930cf53e61fbeea0c5d",
  571. "signature": "3ac12a54cfaa84683506db8d4cf779135a271d9f0ec18930cf53e61fbeea0c5d",
  572. "affectsGlobalScope": false
  573. },
  574. "../../node_modules/@types/node/http2.d.ts": {
  575. "version": "cf3d3b087d1a8a3355eec47d206162c75e912315b9b5c1cd49fda93e948fb80a",
  576. "signature": "cf3d3b087d1a8a3355eec47d206162c75e912315b9b5c1cd49fda93e948fb80a",
  577. "affectsGlobalScope": false
  578. },
  579. "../../node_modules/@types/node/https.d.ts": {
  580. "version": "36f316c066c4a72dd6f19fec49a074f935744fc9ccbe75c87ebc07fb2feb9062",
  581. "signature": "36f316c066c4a72dd6f19fec49a074f935744fc9ccbe75c87ebc07fb2feb9062",
  582. "affectsGlobalScope": false
  583. },
  584. "../../node_modules/@types/node/inspector.d.ts": {
  585. "version": "42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8",
  586. "signature": "42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8",
  587. "affectsGlobalScope": false
  588. },
  589. "../../node_modules/@types/node/module.d.ts": {
  590. "version": "0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d",
  591. "signature": "0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d",
  592. "affectsGlobalScope": false
  593. },
  594. "../../node_modules/@types/node/net.d.ts": {
  595. "version": "ec70fd6f8a9a83f850dab2960a6789e93d5b034b354a16814cad5daabf62a360",
  596. "signature": "ec70fd6f8a9a83f850dab2960a6789e93d5b034b354a16814cad5daabf62a360",
  597. "affectsGlobalScope": false
  598. },
  599. "../../node_modules/@types/node/os.d.ts": {
  600. "version": "e2236264a811ed1d09a2487a433e8f5216ae62378cf233954ae220cf886f6717",
  601. "signature": "e2236264a811ed1d09a2487a433e8f5216ae62378cf233954ae220cf886f6717",
  602. "affectsGlobalScope": false
  603. },
  604. "../../node_modules/@types/node/path.d.ts": {
  605. "version": "3ec1e108d587a5661ec790db607f482605ba9f3830e118ce578e3ffa3c42e22b",
  606. "signature": "3ec1e108d587a5661ec790db607f482605ba9f3830e118ce578e3ffa3c42e22b",
  607. "affectsGlobalScope": false
  608. },
  609. "../../node_modules/@types/node/perf_hooks.d.ts": {
  610. "version": "100b3bb9d39d2b1b5340f1bf45a52e94ef1692b45232b4ba00fac5c3cc56d331",
  611. "signature": "100b3bb9d39d2b1b5340f1bf45a52e94ef1692b45232b4ba00fac5c3cc56d331",
  612. "affectsGlobalScope": false
  613. },
  614. "../../node_modules/@types/node/process.d.ts": {
  615. "version": "04fe7e7d8008887943260af1fde2bfd4877e0dc57bf634e0f0b2f3d1794dfd11",
  616. "signature": "04fe7e7d8008887943260af1fde2bfd4877e0dc57bf634e0f0b2f3d1794dfd11",
  617. "affectsGlobalScope": true
  618. },
  619. "../../node_modules/@types/node/punycode.d.ts": {
  620. "version": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
  621. "signature": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
  622. "affectsGlobalScope": false
  623. },
  624. "../../node_modules/@types/node/querystring.d.ts": {
  625. "version": "992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58",
  626. "signature": "992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58",
  627. "affectsGlobalScope": false
  628. },
  629. "../../node_modules/@types/node/readline.d.ts": {
  630. "version": "2597718d91e306949d89e285bf34c44192014ef541c3bd7cbb825c022749e974",
  631. "signature": "2597718d91e306949d89e285bf34c44192014ef541c3bd7cbb825c022749e974",
  632. "affectsGlobalScope": false
  633. },
  634. "../../node_modules/@types/node/repl.d.ts": {
  635. "version": "a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e",
  636. "signature": "a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e",
  637. "affectsGlobalScope": false
  638. },
  639. "../../node_modules/@types/node/stream.d.ts": {
  640. "version": "ac4801ebc2355ba32329070123b1cd15891bf71b41dcaf9e75b4744832126a59",
  641. "signature": "ac4801ebc2355ba32329070123b1cd15891bf71b41dcaf9e75b4744832126a59",
  642. "affectsGlobalScope": false
  643. },
  644. "../../node_modules/@types/node/stream/promises.d.ts": {
  645. "version": "fd2298fba0640e7295e7bd545e2dfbfcccbb00c27019e501c87965a02bbdebf6",
  646. "signature": "fd2298fba0640e7295e7bd545e2dfbfcccbb00c27019e501c87965a02bbdebf6",
  647. "affectsGlobalScope": false
  648. },
  649. "../../node_modules/@types/node/string_decoder.d.ts": {
  650. "version": "4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50",
  651. "signature": "4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50",
  652. "affectsGlobalScope": false
  653. },
  654. "../../node_modules/@types/node/timers.d.ts": {
  655. "version": "71ddd49185b68f27bfac127ef5d22cb2672c278e53e5370d9020ef50ca9c377d",
  656. "signature": "71ddd49185b68f27bfac127ef5d22cb2672c278e53e5370d9020ef50ca9c377d",
  657. "affectsGlobalScope": false
  658. },
  659. "../../node_modules/@types/node/timers/promises.d.ts": {
  660. "version": "b1ea7a6eaa7608e0e0529aebd323b526a79c6c05a4e519ae5c779675004dcdf1",
  661. "signature": "b1ea7a6eaa7608e0e0529aebd323b526a79c6c05a4e519ae5c779675004dcdf1",
  662. "affectsGlobalScope": false
  663. },
  664. "../../node_modules/@types/node/tls.d.ts": {
  665. "version": "9fcb033a6208485d8f3fadde31eb5cbcaf99149cff3e40c0dc53ebc6d0dff4e9",
  666. "signature": "9fcb033a6208485d8f3fadde31eb5cbcaf99149cff3e40c0dc53ebc6d0dff4e9",
  667. "affectsGlobalScope": false
  668. },
  669. "../../node_modules/@types/node/trace_events.d.ts": {
  670. "version": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
  671. "signature": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
  672. "affectsGlobalScope": false
  673. },
  674. "../../node_modules/@types/node/tty.d.ts": {
  675. "version": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
  676. "signature": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
  677. "affectsGlobalScope": false
  678. },
  679. "../../node_modules/querystring/decode.d.ts": {
  680. "version": "ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa",
  681. "signature": "ad7e61eca7f2f8bf47e72695f9f6663b75e41d87ef49abdb17c0cb843862f8aa",
  682. "affectsGlobalScope": false
  683. },
  684. "../../node_modules/querystring/encode.d.ts": {
  685. "version": "ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26",
  686. "signature": "ecba2e44af95b0599c269a92628cec22e752868bce37396740deb51a5c547a26",
  687. "affectsGlobalScope": false
  688. },
  689. "../../node_modules/querystring/index.d.ts": {
  690. "version": "46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f",
  691. "signature": "46a9fb41a8f3bc7539eeebc15a6e04b9e55d7537a081615ad3614220d34c3e0f",
  692. "affectsGlobalScope": false
  693. },
  694. "../../node_modules/@types/node/url.d.ts": {
  695. "version": "dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9",
  696. "signature": "dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9",
  697. "affectsGlobalScope": false
  698. },
  699. "../../node_modules/@types/node/util.d.ts": {
  700. "version": "f4149f1aa299474c7040a35fe8f8ac2ad078cc1b190415adc1fff3ed52d490ea",
  701. "signature": "f4149f1aa299474c7040a35fe8f8ac2ad078cc1b190415adc1fff3ed52d490ea",
  702. "affectsGlobalScope": false
  703. },
  704. "../../node_modules/@types/node/util/types.d.ts": {
  705. "version": "3730099ed008776216268a97771de31753ef71e0a7d0ec650f588cba2a06ce44",
  706. "signature": "3730099ed008776216268a97771de31753ef71e0a7d0ec650f588cba2a06ce44",
  707. "affectsGlobalScope": false
  708. },
  709. "../../node_modules/@types/node/v8.d.ts": {
  710. "version": "8d649dbc429d7139a1d9a14ea2bf8af1dc089e0a879447539587463d4b6c248c",
  711. "signature": "8d649dbc429d7139a1d9a14ea2bf8af1dc089e0a879447539587463d4b6c248c",
  712. "affectsGlobalScope": false
  713. },
  714. "../../node_modules/@types/node/vm.d.ts": {
  715. "version": "60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39",
  716. "signature": "60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39",
  717. "affectsGlobalScope": false
  718. },
  719. "../../node_modules/@types/node/worker_threads.d.ts": {
  720. "version": "e361aecf17fc4034b4c122a1564471cdcd22ef3a51407803cb5a5fc020c04d02",
  721. "signature": "e361aecf17fc4034b4c122a1564471cdcd22ef3a51407803cb5a5fc020c04d02",
  722. "affectsGlobalScope": false
  723. },
  724. "../../node_modules/@types/node/zlib.d.ts": {
  725. "version": "4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",
  726. "signature": "4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",
  727. "affectsGlobalScope": false
  728. },
  729. "../../node_modules/@types/node/globals.global.d.ts": {
  730. "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
  731. "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
  732. "affectsGlobalScope": true
  733. },
  734. "../../node_modules/@types/node/wasi.d.ts": {
  735. "version": "fc0ae4a8ad3c762b96f9d2c3700cb879a373458cb0bf3175478e3b4f85f7ef2f",
  736. "signature": "fc0ae4a8ad3c762b96f9d2c3700cb879a373458cb0bf3175478e3b4f85f7ef2f",
  737. "affectsGlobalScope": false
  738. },
  739. "../../node_modules/@types/node/ts3.6/base.d.ts": {
  740. "version": "fabbec378e1ddd86fcf2662e716c2b8318acedb664ee3a4cba6f9e8ee8269cf1",
  741. "signature": "fabbec378e1ddd86fcf2662e716c2b8318acedb664ee3a4cba6f9e8ee8269cf1",
  742. "affectsGlobalScope": false
  743. },
  744. "../../node_modules/@types/node/assert.d.ts": {
  745. "version": "b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76",
  746. "signature": "b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76",
  747. "affectsGlobalScope": false
  748. },
  749. "../../node_modules/@types/node/base.d.ts": {
  750. "version": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
  751. "signature": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
  752. "affectsGlobalScope": false
  753. },
  754. "../../node_modules/@types/node/index.d.ts": {
  755. "version": "efd55e8ca79171bf26c0d0e30221cb8ee1f5a31dd0c791ec4b2e886f42bab124",
  756. "signature": "efd55e8ca79171bf26c0d0e30221cb8ee1f5a31dd0c791ec4b2e886f42bab124",
  757. "affectsGlobalScope": false
  758. },
  759. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts": {
  760. "version": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
  761. "signature": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
  762. "affectsGlobalScope": false
  763. },
  764. "../../node_modules/jest-diff/build/types.d.ts": {
  765. "version": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
  766. "signature": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
  767. "affectsGlobalScope": false
  768. },
  769. "../../node_modules/jest-diff/build/difflines.d.ts": {
  770. "version": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
  771. "signature": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
  772. "affectsGlobalScope": false
  773. },
  774. "../../node_modules/jest-diff/build/printdiffs.d.ts": {
  775. "version": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
  776. "signature": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
  777. "affectsGlobalScope": false
  778. },
  779. "../../node_modules/jest-diff/build/index.d.ts": {
  780. "version": "8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190",
  781. "signature": "8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190",
  782. "affectsGlobalScope": false
  783. },
  784. "../../node_modules/pretty-format/build/types.d.ts": {
  785. "version": "f014d6d053cb1840965952268a589c9e2a74d66c8c88286562d5699350e28e19",
  786. "signature": "f014d6d053cb1840965952268a589c9e2a74d66c8c88286562d5699350e28e19",
  787. "affectsGlobalScope": false
  788. },
  789. "../../node_modules/pretty-format/build/index.d.ts": {
  790. "version": "66851b263230decb3684072b2cb777f70ea3e52d4489b88f78f185618d4d398e",
  791. "signature": "66851b263230decb3684072b2cb777f70ea3e52d4489b88f78f185618d4d398e",
  792. "affectsGlobalScope": false
  793. },
  794. "../../node_modules/@types/jest/index.d.ts": {
  795. "version": "3a3b67317eaa3b7fac600760815a3f308ff14275e73636bc359926371d46c3a0",
  796. "signature": "3a3b67317eaa3b7fac600760815a3f308ff14275e73636bc359926371d46c3a0",
  797. "affectsGlobalScope": true
  798. }
  799. },
  800. "options": {
  801. "declaration": true,
  802. "declarationMap": true,
  803. "sourceMap": true,
  804. "allowSyntheticDefaultImports": true,
  805. "esModuleInterop": true,
  806. "experimentalDecorators": true,
  807. "forceConsistentCasingInFileNames": true,
  808. "importHelpers": true,
  809. "importsNotUsedAsValues": 2,
  810. "incremental": true,
  811. "jsx": 1,
  812. "lib": [
  813. "lib.dom.d.ts",
  814. "lib.esnext.d.ts"
  815. ],
  816. "module": 99,
  817. "moduleResolution": 2,
  818. "noFallthroughCasesInSwitch": true,
  819. "noImplicitAny": true,
  820. "noImplicitReturns": true,
  821. "noUnusedLocals": false,
  822. "noUnusedParameters": false,
  823. "skipLibCheck": true,
  824. "strict": true,
  825. "strictFunctionTypes": true,
  826. "strictNullChecks": true,
  827. "stripInternal": true,
  828. "target": 2,
  829. "typeRoots": [
  830. "../../node_modules/@types",
  831. "../../node_modules/jest"
  832. ],
  833. "types": [
  834. "node",
  835. "jest"
  836. ],
  837. "composite": true,
  838. "watch": true,
  839. "configFilePath": "./tsconfig.json"
  840. },
  841. "referencedMap": {
  842. "../../node_modules/@types/history/createbrowserhistory.d.ts": [
  843. "../../node_modules/@types/history/domutils.d.ts",
  844. "../../node_modules/@types/history/index.d.ts"
  845. ],
  846. "../../node_modules/@types/history/createhashhistory.d.ts": [
  847. "../../node_modules/@types/history/domutils.d.ts",
  848. "../../node_modules/@types/history/index.d.ts"
  849. ],
  850. "../../node_modules/@types/history/creatememoryhistory.d.ts": [
  851. "../../node_modules/@types/history/domutils.d.ts",
  852. "../../node_modules/@types/history/index.d.ts"
  853. ],
  854. "../../node_modules/@types/history/index.d.ts": [
  855. "../../node_modules/@types/history/createbrowserhistory.d.ts",
  856. "../../node_modules/@types/history/createhashhistory.d.ts",
  857. "../../node_modules/@types/history/creatememoryhistory.d.ts",
  858. "../../node_modules/@types/history/locationutils.d.ts",
  859. "../../node_modules/@types/history/pathutils.d.ts"
  860. ],
  861. "../../node_modules/@types/history/locationutils.d.ts": [
  862. "../../node_modules/@types/history/index.d.ts"
  863. ],
  864. "../../node_modules/@types/history/pathutils.d.ts": [
  865. "../../node_modules/@types/history/index.d.ts"
  866. ],
  867. "../../node_modules/@types/jest/index.d.ts": [
  868. "../../node_modules/jest-diff/build/index.d.ts",
  869. "../../node_modules/pretty-format/build/index.d.ts"
  870. ],
  871. "../../node_modules/@types/node/assert/strict.d.ts": [
  872. "../../node_modules/@types/node/assert.d.ts"
  873. ],
  874. "../../node_modules/@types/node/base.d.ts": [
  875. "../../node_modules/@types/node/assert.d.ts",
  876. "../../node_modules/@types/node/ts3.6/base.d.ts"
  877. ],
  878. "../../node_modules/@types/node/buffer.d.ts": [
  879. "../../node_modules/@types/node/buffer.d.ts",
  880. "../../node_modules/@types/node/crypto.d.ts"
  881. ],
  882. "../../node_modules/@types/node/child_process.d.ts": [
  883. "../../node_modules/@types/node/events.d.ts",
  884. "../../node_modules/@types/node/fs.d.ts",
  885. "../../node_modules/@types/node/net.d.ts",
  886. "../../node_modules/@types/node/stream.d.ts"
  887. ],
  888. "../../node_modules/@types/node/cluster.d.ts": [
  889. "../../node_modules/@types/node/child_process.d.ts",
  890. "../../node_modules/@types/node/events.d.ts",
  891. "../../node_modules/@types/node/net.d.ts"
  892. ],
  893. "../../node_modules/@types/node/console.d.ts": [
  894. "../../node_modules/@types/node/util.d.ts"
  895. ],
  896. "../../node_modules/@types/node/constants.d.ts": [
  897. "../../node_modules/@types/node/crypto.d.ts",
  898. "../../node_modules/@types/node/fs.d.ts",
  899. "../../node_modules/@types/node/os.d.ts"
  900. ],
  901. "../../node_modules/@types/node/crypto.d.ts": [
  902. "../../node_modules/@types/node/stream.d.ts",
  903. "../../node_modules/@types/node/tls.d.ts"
  904. ],
  905. "../../node_modules/@types/node/dgram.d.ts": [
  906. "../../node_modules/@types/node/dns.d.ts",
  907. "../../node_modules/@types/node/events.d.ts",
  908. "../../node_modules/@types/node/net.d.ts"
  909. ],
  910. "../../node_modules/@types/node/dns.d.ts": [
  911. "../../node_modules/@types/node/dns/promises.d.ts"
  912. ],
  913. "../../node_modules/@types/node/dns/promises.d.ts": [
  914. "../../node_modules/@types/node/dns.d.ts"
  915. ],
  916. "../../node_modules/@types/node/domain.d.ts": [
  917. "../../node_modules/@types/node/events.d.ts"
  918. ],
  919. "../../node_modules/@types/node/events.d.ts": [
  920. "../../node_modules/@types/node/events.d.ts"
  921. ],
  922. "../../node_modules/@types/node/fs.d.ts": [
  923. "../../node_modules/@types/node/events.d.ts",
  924. "../../node_modules/@types/node/fs/promises.d.ts",
  925. "../../node_modules/@types/node/stream.d.ts",
  926. "../../node_modules/@types/node/url.d.ts"
  927. ],
  928. "../../node_modules/@types/node/fs/promises.d.ts": [
  929. "../../node_modules/@types/node/events.d.ts",
  930. "../../node_modules/@types/node/fs.d.ts",
  931. "../../node_modules/@types/node/stream.d.ts"
  932. ],
  933. "../../node_modules/@types/node/http.d.ts": [
  934. "../../node_modules/@types/node/net.d.ts",
  935. "../../node_modules/@types/node/stream.d.ts",
  936. "../../node_modules/@types/node/url.d.ts"
  937. ],
  938. "../../node_modules/@types/node/http2.d.ts": [
  939. "../../node_modules/@types/node/events.d.ts",
  940. "../../node_modules/@types/node/fs.d.ts",
  941. "../../node_modules/@types/node/http.d.ts",
  942. "../../node_modules/@types/node/net.d.ts",
  943. "../../node_modules/@types/node/stream.d.ts",
  944. "../../node_modules/@types/node/tls.d.ts",
  945. "../../node_modules/@types/node/url.d.ts"
  946. ],
  947. "../../node_modules/@types/node/https.d.ts": [
  948. "../../node_modules/@types/node/http.d.ts",
  949. "../../node_modules/@types/node/stream.d.ts",
  950. "../../node_modules/@types/node/tls.d.ts",
  951. "../../node_modules/@types/node/url.d.ts"
  952. ],
  953. "../../node_modules/@types/node/index.d.ts": [
  954. "../../node_modules/@types/node/base.d.ts"
  955. ],
  956. "../../node_modules/@types/node/inspector.d.ts": [
  957. "../../node_modules/@types/node/events.d.ts"
  958. ],
  959. "../../node_modules/@types/node/module.d.ts": [
  960. "../../node_modules/@types/node/url.d.ts"
  961. ],
  962. "../../node_modules/@types/node/net.d.ts": [
  963. "../../node_modules/@types/node/dns.d.ts",
  964. "../../node_modules/@types/node/events.d.ts",
  965. "../../node_modules/@types/node/stream.d.ts"
  966. ],
  967. "../../node_modules/@types/node/path.d.ts": [
  968. "../../node_modules/@types/node/path.d.ts"
  969. ],
  970. "../../node_modules/@types/node/perf_hooks.d.ts": [
  971. "../../node_modules/@types/node/async_hooks.d.ts"
  972. ],
  973. "../../node_modules/@types/node/process.d.ts": [
  974. "../../node_modules/@types/node/tty.d.ts"
  975. ],
  976. "../../node_modules/@types/node/readline.d.ts": [
  977. "../../node_modules/@types/node/events.d.ts"
  978. ],
  979. "../../node_modules/@types/node/repl.d.ts": [
  980. "../../node_modules/@types/node/readline.d.ts",
  981. "../../node_modules/@types/node/util.d.ts",
  982. "../../node_modules/@types/node/vm.d.ts"
  983. ],
  984. "../../node_modules/@types/node/stream.d.ts": [
  985. "../../node_modules/@types/node/events.d.ts",
  986. "../../node_modules/@types/node/stream/promises.d.ts"
  987. ],
  988. "../../node_modules/@types/node/stream/promises.d.ts": [
  989. "../../node_modules/@types/node/stream.d.ts"
  990. ],
  991. "../../node_modules/@types/node/timers.d.ts": [
  992. "../../node_modules/@types/node/events.d.ts"
  993. ],
  994. "../../node_modules/@types/node/timers/promises.d.ts": [
  995. "../../node_modules/@types/node/timers.d.ts"
  996. ],
  997. "../../node_modules/@types/node/tls.d.ts": [
  998. "../../node_modules/@types/node/crypto.d.ts",
  999. "../../node_modules/@types/node/net.d.ts"
  1000. ],
  1001. "../../node_modules/@types/node/ts3.6/base.d.ts": [
  1002. "../../node_modules/@types/node/assert/strict.d.ts",
  1003. "../../node_modules/@types/node/async_hooks.d.ts",
  1004. "../../node_modules/@types/node/buffer.d.ts",
  1005. "../../node_modules/@types/node/child_process.d.ts",
  1006. "../../node_modules/@types/node/cluster.d.ts",
  1007. "../../node_modules/@types/node/console.d.ts",
  1008. "../../node_modules/@types/node/constants.d.ts",
  1009. "../../node_modules/@types/node/crypto.d.ts",
  1010. "../../node_modules/@types/node/dgram.d.ts",
  1011. "../../node_modules/@types/node/diagnostic_channel.d.ts",
  1012. "../../node_modules/@types/node/dns.d.ts",
  1013. "../../node_modules/@types/node/dns/promises.d.ts",
  1014. "../../node_modules/@types/node/domain.d.ts",
  1015. "../../node_modules/@types/node/events.d.ts",
  1016. "../../node_modules/@types/node/fs.d.ts",
  1017. "../../node_modules/@types/node/fs/promises.d.ts",
  1018. "../../node_modules/@types/node/globals.d.ts",
  1019. "../../node_modules/@types/node/globals.global.d.ts",
  1020. "../../node_modules/@types/node/http.d.ts",
  1021. "../../node_modules/@types/node/http2.d.ts",
  1022. "../../node_modules/@types/node/https.d.ts",
  1023. "../../node_modules/@types/node/inspector.d.ts",
  1024. "../../node_modules/@types/node/module.d.ts",
  1025. "../../node_modules/@types/node/net.d.ts",
  1026. "../../node_modules/@types/node/os.d.ts",
  1027. "../../node_modules/@types/node/path.d.ts",
  1028. "../../node_modules/@types/node/perf_hooks.d.ts",
  1029. "../../node_modules/@types/node/process.d.ts",
  1030. "../../node_modules/@types/node/punycode.d.ts",
  1031. "../../node_modules/@types/node/querystring.d.ts",
  1032. "../../node_modules/@types/node/readline.d.ts",
  1033. "../../node_modules/@types/node/repl.d.ts",
  1034. "../../node_modules/@types/node/stream.d.ts",
  1035. "../../node_modules/@types/node/stream/promises.d.ts",
  1036. "../../node_modules/@types/node/string_decoder.d.ts",
  1037. "../../node_modules/@types/node/timers.d.ts",
  1038. "../../node_modules/@types/node/timers/promises.d.ts",
  1039. "../../node_modules/@types/node/tls.d.ts",
  1040. "../../node_modules/@types/node/trace_events.d.ts",
  1041. "../../node_modules/@types/node/tty.d.ts",
  1042. "../../node_modules/@types/node/url.d.ts",
  1043. "../../node_modules/@types/node/util.d.ts",
  1044. "../../node_modules/@types/node/util/types.d.ts",
  1045. "../../node_modules/@types/node/v8.d.ts",
  1046. "../../node_modules/@types/node/vm.d.ts",
  1047. "../../node_modules/@types/node/wasi.d.ts",
  1048. "../../node_modules/@types/node/worker_threads.d.ts",
  1049. "../../node_modules/@types/node/zlib.d.ts"
  1050. ],
  1051. "../../node_modules/@types/node/tty.d.ts": [
  1052. "../../node_modules/@types/node/net.d.ts"
  1053. ],
  1054. "../../node_modules/@types/node/url.d.ts": [
  1055. "../../node_modules/@types/node/querystring.d.ts"
  1056. ],
  1057. "../../node_modules/@types/node/util.d.ts": [
  1058. "../../node_modules/@types/node/util/types.d.ts"
  1059. ],
  1060. "../../node_modules/@types/node/v8.d.ts": [
  1061. "../../node_modules/@types/node/stream.d.ts"
  1062. ],
  1063. "../../node_modules/@types/node/worker_threads.d.ts": [
  1064. "../../node_modules/@types/node/buffer.d.ts",
  1065. "../../node_modules/@types/node/crypto.d.ts",
  1066. "../../node_modules/@types/node/events.d.ts",
  1067. "../../node_modules/@types/node/fs/promises.d.ts",
  1068. "../../node_modules/@types/node/perf_hooks.d.ts",
  1069. "../../node_modules/@types/node/stream.d.ts",
  1070. "../../node_modules/@types/node/url.d.ts",
  1071. "../../node_modules/@types/node/vm.d.ts"
  1072. ],
  1073. "../../node_modules/@types/node/zlib.d.ts": [
  1074. "../../node_modules/@types/node/stream.d.ts"
  1075. ],
  1076. "../../node_modules/@types/react-dom/index.d.ts": [
  1077. "../../node_modules/@types/react/index.d.ts"
  1078. ],
  1079. "../../node_modules/@types/react-router-dom/index.d.ts": [
  1080. "../../node_modules/@types/history/index.d.ts",
  1081. "../../node_modules/@types/react-router/index.d.ts",
  1082. "../../node_modules/@types/react/index.d.ts"
  1083. ],
  1084. "../../node_modules/@types/react-router/index.d.ts": [
  1085. "../../node_modules/@types/history/index.d.ts",
  1086. "../../node_modules/@types/react/index.d.ts"
  1087. ],
  1088. "../../node_modules/@types/react/index.d.ts": [
  1089. "../../node_modules/@types/prop-types/index.d.ts",
  1090. "../../node_modules/@types/react/global.d.ts",
  1091. "../../node_modules/@types/scheduler/tracing.d.ts",
  1092. "../../node_modules/csstype/index.d.ts"
  1093. ],
  1094. "../../node_modules/jest-diff/build/difflines.d.ts": [
  1095. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1096. "../../node_modules/jest-diff/build/types.d.ts"
  1097. ],
  1098. "../../node_modules/jest-diff/build/index.d.ts": [
  1099. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1100. "../../node_modules/jest-diff/build/difflines.d.ts",
  1101. "../../node_modules/jest-diff/build/printdiffs.d.ts",
  1102. "../../node_modules/jest-diff/build/types.d.ts"
  1103. ],
  1104. "../../node_modules/jest-diff/build/printdiffs.d.ts": [
  1105. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1106. "../../node_modules/jest-diff/build/types.d.ts"
  1107. ],
  1108. "../../node_modules/pretty-format/build/index.d.ts": [
  1109. "../../node_modules/pretty-format/build/types.d.ts"
  1110. ],
  1111. "../../node_modules/querystring/index.d.ts": [
  1112. "../../node_modules/querystring/decode.d.ts",
  1113. "../../node_modules/querystring/encode.d.ts"
  1114. ],
  1115. "../../node_modules/rko/dist/types/index.d.ts": [
  1116. "../../node_modules/rko/dist/types/state-manager.d.ts",
  1117. "../../node_modules/rko/dist/types/types.d.ts"
  1118. ],
  1119. "../../node_modules/rko/dist/types/state-manager.d.ts": [
  1120. "../../node_modules/rko/dist/types/types.d.ts",
  1121. "../../node_modules/zustand/index.d.ts"
  1122. ],
  1123. "../../node_modules/zustand/index.d.ts": [
  1124. "../../node_modules/zustand/vanilla.d.ts"
  1125. ],
  1126. "../core/dist/types/components/brush/brush.d.ts": [
  1127. "../../node_modules/@types/react/index.d.ts",
  1128. "../core/dist/types/components/brush/brushupdater.d.ts"
  1129. ],
  1130. "../core/dist/types/components/brush/brushupdater.d.ts": [
  1131. "../../node_modules/@types/react/index.d.ts",
  1132. "../core/dist/types/types.d.ts"
  1133. ],
  1134. "../core/dist/types/components/brush/index.d.ts": [
  1135. "../core/dist/types/components/brush/brush.d.ts",
  1136. "../core/dist/types/components/brush/brushupdater.d.ts"
  1137. ],
  1138. "../core/dist/types/components/index.d.ts": [
  1139. "../core/dist/types/components/brush/index.d.ts",
  1140. "../core/dist/types/components/renderer/index.d.ts"
  1141. ],
  1142. "../core/dist/types/components/renderer/index.d.ts": [
  1143. "../core/dist/types/components/renderer/renderer.d.ts"
  1144. ],
  1145. "../core/dist/types/components/renderer/renderer.d.ts": [
  1146. "../../node_modules/@types/react/index.d.ts",
  1147. "../core/dist/types/types.d.ts"
  1148. ],
  1149. "../core/dist/types/index.d.ts": [
  1150. "../core/dist/types/components/index.d.ts",
  1151. "../core/dist/types/inputs.d.ts",
  1152. "../core/dist/types/types.d.ts",
  1153. "../core/dist/types/utils/index.d.ts"
  1154. ],
  1155. "../core/dist/types/inputs.d.ts": [
  1156. "../../node_modules/@types/react/index.d.ts",
  1157. "../core/dist/types/types.d.ts"
  1158. ],
  1159. "../core/dist/types/types.d.ts": [
  1160. "../../node_modules/@types/react/index.d.ts"
  1161. ],
  1162. "../core/dist/types/utils/index.d.ts": [
  1163. "../core/dist/types/utils/intersect.d.ts",
  1164. "../core/dist/types/utils/svg.d.ts",
  1165. "../core/dist/types/utils/utils.d.ts",
  1166. "../core/dist/types/utils/vec.d.ts"
  1167. ],
  1168. "../core/dist/types/utils/intersect.d.ts": [
  1169. "../core/dist/types/types.d.ts"
  1170. ],
  1171. "../core/dist/types/utils/utils.d.ts": [
  1172. "../../node_modules/@types/react/index.d.ts",
  1173. "../core/dist/types/index.d.ts",
  1174. "../core/dist/types/types.d.ts"
  1175. ],
  1176. "./src/app.tsx": [
  1177. "../../node_modules/@types/react-router-dom/index.d.ts",
  1178. "../../node_modules/@types/react/index.d.ts",
  1179. "../../node_modules/tslib/tslib.d.ts",
  1180. "./src/basic.tsx",
  1181. "./src/changing-id.tsx",
  1182. "./src/controlled.tsx",
  1183. "./src/embedded.tsx",
  1184. "./src/imperative.tsx"
  1185. ],
  1186. "./src/basic.tsx": [
  1187. "../../node_modules/@types/react/index.d.ts",
  1188. "../../node_modules/tslib/tslib.d.ts",
  1189. "./src/components/editor.tsx"
  1190. ],
  1191. "./src/changing-id.tsx": [
  1192. "../../node_modules/@types/react/index.d.ts",
  1193. "../../node_modules/tslib/tslib.d.ts",
  1194. "../tldraw/dist/types/index.d.ts"
  1195. ],
  1196. "./src/components/editor.tsx": [
  1197. "../../node_modules/@types/react/index.d.ts",
  1198. "../../node_modules/tslib/tslib.d.ts",
  1199. "../tldraw/dist/types/index.d.ts"
  1200. ],
  1201. "./src/controlled.tsx": [
  1202. "../../node_modules/@types/react/index.d.ts",
  1203. "../../node_modules/tslib/tslib.d.ts",
  1204. "../tldraw/dist/types/index.d.ts"
  1205. ],
  1206. "./src/embedded.tsx": [
  1207. "../../node_modules/@types/react/index.d.ts",
  1208. "../../node_modules/tslib/tslib.d.ts",
  1209. "../tldraw/dist/types/index.d.ts"
  1210. ],
  1211. "./src/imperative.tsx": [
  1212. "../../node_modules/@types/react/index.d.ts",
  1213. "../../node_modules/tslib/tslib.d.ts",
  1214. "../tldraw/dist/types/index.d.ts"
  1215. ],
  1216. "./src/index.tsx": [
  1217. "../../node_modules/@types/react-dom/index.d.ts",
  1218. "../../node_modules/@types/react-router-dom/index.d.ts",
  1219. "../../node_modules/@types/react/index.d.ts",
  1220. "../../node_modules/tslib/tslib.d.ts",
  1221. "./src/app.tsx"
  1222. ],
  1223. "../tldraw/dist/types/components/tldraw/index.d.ts": [
  1224. "../tldraw/dist/types/components/tldraw/tldraw.d.ts"
  1225. ],
  1226. "../tldraw/dist/types/components/tldraw/tldraw.d.ts": [
  1227. "../../node_modules/@types/react/index.d.ts",
  1228. "../tldraw/dist/types/state/index.d.ts",
  1229. "../tldraw/dist/types/types.d.ts"
  1230. ],
  1231. "../tldraw/dist/types/index.d.ts": [
  1232. "../tldraw/dist/types/components/tldraw/index.d.ts",
  1233. "../tldraw/dist/types/shape/index.d.ts",
  1234. "../tldraw/dist/types/state/index.d.ts",
  1235. "../tldraw/dist/types/types.d.ts"
  1236. ],
  1237. "../tldraw/dist/types/shape/index.d.ts": [
  1238. "../tldraw/dist/types/shape/shape-styles.d.ts",
  1239. "../tldraw/dist/types/shape/shape-utils.d.ts"
  1240. ],
  1241. "../tldraw/dist/types/shape/shape-styles.d.ts": [
  1242. "../tldraw/dist/types/types.d.ts"
  1243. ],
  1244. "../tldraw/dist/types/shape/shape-utils.d.ts": [
  1245. "../tldraw/dist/types/types.d.ts"
  1246. ],
  1247. "../tldraw/dist/types/state/index.d.ts": [
  1248. "../tldraw/dist/types/state/state.d.ts"
  1249. ],
  1250. "../tldraw/dist/types/state/state.d.ts": [
  1251. "../../node_modules/rko/dist/types/index.d.ts",
  1252. "../core/dist/types/index.d.ts",
  1253. "../tldraw/dist/types/types.d.ts"
  1254. ],
  1255. "../tldraw/dist/types/types.d.ts": [
  1256. "../../node_modules/rko/dist/types/index.d.ts",
  1257. "../../node_modules/zustand/index.d.ts",
  1258. "../core/dist/types/index.d.ts"
  1259. ]
  1260. },
  1261. "exportedModulesMap": {
  1262. "../../node_modules/@types/history/createbrowserhistory.d.ts": [
  1263. "../../node_modules/@types/history/domutils.d.ts",
  1264. "../../node_modules/@types/history/index.d.ts"
  1265. ],
  1266. "../../node_modules/@types/history/createhashhistory.d.ts": [
  1267. "../../node_modules/@types/history/domutils.d.ts",
  1268. "../../node_modules/@types/history/index.d.ts"
  1269. ],
  1270. "../../node_modules/@types/history/creatememoryhistory.d.ts": [
  1271. "../../node_modules/@types/history/domutils.d.ts",
  1272. "../../node_modules/@types/history/index.d.ts"
  1273. ],
  1274. "../../node_modules/@types/history/index.d.ts": [
  1275. "../../node_modules/@types/history/createbrowserhistory.d.ts",
  1276. "../../node_modules/@types/history/createhashhistory.d.ts",
  1277. "../../node_modules/@types/history/creatememoryhistory.d.ts",
  1278. "../../node_modules/@types/history/locationutils.d.ts",
  1279. "../../node_modules/@types/history/pathutils.d.ts"
  1280. ],
  1281. "../../node_modules/@types/history/locationutils.d.ts": [
  1282. "../../node_modules/@types/history/index.d.ts"
  1283. ],
  1284. "../../node_modules/@types/history/pathutils.d.ts": [
  1285. "../../node_modules/@types/history/index.d.ts"
  1286. ],
  1287. "../../node_modules/@types/jest/index.d.ts": [
  1288. "../../node_modules/jest-diff/build/index.d.ts",
  1289. "../../node_modules/pretty-format/build/index.d.ts"
  1290. ],
  1291. "../../node_modules/@types/node/assert/strict.d.ts": [
  1292. "../../node_modules/@types/node/assert.d.ts"
  1293. ],
  1294. "../../node_modules/@types/node/base.d.ts": [
  1295. "../../node_modules/@types/node/assert.d.ts",
  1296. "../../node_modules/@types/node/ts3.6/base.d.ts"
  1297. ],
  1298. "../../node_modules/@types/node/buffer.d.ts": [
  1299. "../../node_modules/@types/node/buffer.d.ts",
  1300. "../../node_modules/@types/node/crypto.d.ts"
  1301. ],
  1302. "../../node_modules/@types/node/child_process.d.ts": [
  1303. "../../node_modules/@types/node/events.d.ts",
  1304. "../../node_modules/@types/node/fs.d.ts",
  1305. "../../node_modules/@types/node/net.d.ts",
  1306. "../../node_modules/@types/node/stream.d.ts"
  1307. ],
  1308. "../../node_modules/@types/node/cluster.d.ts": [
  1309. "../../node_modules/@types/node/child_process.d.ts",
  1310. "../../node_modules/@types/node/events.d.ts",
  1311. "../../node_modules/@types/node/net.d.ts"
  1312. ],
  1313. "../../node_modules/@types/node/console.d.ts": [
  1314. "../../node_modules/@types/node/util.d.ts"
  1315. ],
  1316. "../../node_modules/@types/node/constants.d.ts": [
  1317. "../../node_modules/@types/node/crypto.d.ts",
  1318. "../../node_modules/@types/node/fs.d.ts",
  1319. "../../node_modules/@types/node/os.d.ts"
  1320. ],
  1321. "../../node_modules/@types/node/crypto.d.ts": [
  1322. "../../node_modules/@types/node/stream.d.ts",
  1323. "../../node_modules/@types/node/tls.d.ts"
  1324. ],
  1325. "../../node_modules/@types/node/dgram.d.ts": [
  1326. "../../node_modules/@types/node/dns.d.ts",
  1327. "../../node_modules/@types/node/events.d.ts",
  1328. "../../node_modules/@types/node/net.d.ts"
  1329. ],
  1330. "../../node_modules/@types/node/dns.d.ts": [
  1331. "../../node_modules/@types/node/dns/promises.d.ts"
  1332. ],
  1333. "../../node_modules/@types/node/dns/promises.d.ts": [
  1334. "../../node_modules/@types/node/dns.d.ts"
  1335. ],
  1336. "../../node_modules/@types/node/domain.d.ts": [
  1337. "../../node_modules/@types/node/events.d.ts"
  1338. ],
  1339. "../../node_modules/@types/node/events.d.ts": [
  1340. "../../node_modules/@types/node/events.d.ts"
  1341. ],
  1342. "../../node_modules/@types/node/fs.d.ts": [
  1343. "../../node_modules/@types/node/events.d.ts",
  1344. "../../node_modules/@types/node/fs/promises.d.ts",
  1345. "../../node_modules/@types/node/stream.d.ts",
  1346. "../../node_modules/@types/node/url.d.ts"
  1347. ],
  1348. "../../node_modules/@types/node/fs/promises.d.ts": [
  1349. "../../node_modules/@types/node/events.d.ts",
  1350. "../../node_modules/@types/node/fs.d.ts",
  1351. "../../node_modules/@types/node/stream.d.ts"
  1352. ],
  1353. "../../node_modules/@types/node/http.d.ts": [
  1354. "../../node_modules/@types/node/net.d.ts",
  1355. "../../node_modules/@types/node/stream.d.ts",
  1356. "../../node_modules/@types/node/url.d.ts"
  1357. ],
  1358. "../../node_modules/@types/node/http2.d.ts": [
  1359. "../../node_modules/@types/node/events.d.ts",
  1360. "../../node_modules/@types/node/fs.d.ts",
  1361. "../../node_modules/@types/node/http.d.ts",
  1362. "../../node_modules/@types/node/net.d.ts",
  1363. "../../node_modules/@types/node/stream.d.ts",
  1364. "../../node_modules/@types/node/tls.d.ts",
  1365. "../../node_modules/@types/node/url.d.ts"
  1366. ],
  1367. "../../node_modules/@types/node/https.d.ts": [
  1368. "../../node_modules/@types/node/http.d.ts",
  1369. "../../node_modules/@types/node/stream.d.ts",
  1370. "../../node_modules/@types/node/tls.d.ts",
  1371. "../../node_modules/@types/node/url.d.ts"
  1372. ],
  1373. "../../node_modules/@types/node/index.d.ts": [
  1374. "../../node_modules/@types/node/base.d.ts"
  1375. ],
  1376. "../../node_modules/@types/node/inspector.d.ts": [
  1377. "../../node_modules/@types/node/events.d.ts"
  1378. ],
  1379. "../../node_modules/@types/node/module.d.ts": [
  1380. "../../node_modules/@types/node/url.d.ts"
  1381. ],
  1382. "../../node_modules/@types/node/net.d.ts": [
  1383. "../../node_modules/@types/node/dns.d.ts",
  1384. "../../node_modules/@types/node/events.d.ts",
  1385. "../../node_modules/@types/node/stream.d.ts"
  1386. ],
  1387. "../../node_modules/@types/node/path.d.ts": [
  1388. "../../node_modules/@types/node/path.d.ts"
  1389. ],
  1390. "../../node_modules/@types/node/perf_hooks.d.ts": [
  1391. "../../node_modules/@types/node/async_hooks.d.ts"
  1392. ],
  1393. "../../node_modules/@types/node/process.d.ts": [
  1394. "../../node_modules/@types/node/tty.d.ts"
  1395. ],
  1396. "../../node_modules/@types/node/readline.d.ts": [
  1397. "../../node_modules/@types/node/events.d.ts"
  1398. ],
  1399. "../../node_modules/@types/node/repl.d.ts": [
  1400. "../../node_modules/@types/node/readline.d.ts",
  1401. "../../node_modules/@types/node/util.d.ts",
  1402. "../../node_modules/@types/node/vm.d.ts"
  1403. ],
  1404. "../../node_modules/@types/node/stream.d.ts": [
  1405. "../../node_modules/@types/node/events.d.ts",
  1406. "../../node_modules/@types/node/stream/promises.d.ts"
  1407. ],
  1408. "../../node_modules/@types/node/stream/promises.d.ts": [
  1409. "../../node_modules/@types/node/stream.d.ts"
  1410. ],
  1411. "../../node_modules/@types/node/timers.d.ts": [
  1412. "../../node_modules/@types/node/events.d.ts"
  1413. ],
  1414. "../../node_modules/@types/node/timers/promises.d.ts": [
  1415. "../../node_modules/@types/node/timers.d.ts"
  1416. ],
  1417. "../../node_modules/@types/node/tls.d.ts": [
  1418. "../../node_modules/@types/node/crypto.d.ts",
  1419. "../../node_modules/@types/node/net.d.ts"
  1420. ],
  1421. "../../node_modules/@types/node/ts3.6/base.d.ts": [
  1422. "../../node_modules/@types/node/assert/strict.d.ts",
  1423. "../../node_modules/@types/node/async_hooks.d.ts",
  1424. "../../node_modules/@types/node/buffer.d.ts",
  1425. "../../node_modules/@types/node/child_process.d.ts",
  1426. "../../node_modules/@types/node/cluster.d.ts",
  1427. "../../node_modules/@types/node/console.d.ts",
  1428. "../../node_modules/@types/node/constants.d.ts",
  1429. "../../node_modules/@types/node/crypto.d.ts",
  1430. "../../node_modules/@types/node/dgram.d.ts",
  1431. "../../node_modules/@types/node/diagnostic_channel.d.ts",
  1432. "../../node_modules/@types/node/dns.d.ts",
  1433. "../../node_modules/@types/node/dns/promises.d.ts",
  1434. "../../node_modules/@types/node/domain.d.ts",
  1435. "../../node_modules/@types/node/events.d.ts",
  1436. "../../node_modules/@types/node/fs.d.ts",
  1437. "../../node_modules/@types/node/fs/promises.d.ts",
  1438. "../../node_modules/@types/node/globals.d.ts",
  1439. "../../node_modules/@types/node/globals.global.d.ts",
  1440. "../../node_modules/@types/node/http.d.ts",
  1441. "../../node_modules/@types/node/http2.d.ts",
  1442. "../../node_modules/@types/node/https.d.ts",
  1443. "../../node_modules/@types/node/inspector.d.ts",
  1444. "../../node_modules/@types/node/module.d.ts",
  1445. "../../node_modules/@types/node/net.d.ts",
  1446. "../../node_modules/@types/node/os.d.ts",
  1447. "../../node_modules/@types/node/path.d.ts",
  1448. "../../node_modules/@types/node/perf_hooks.d.ts",
  1449. "../../node_modules/@types/node/process.d.ts",
  1450. "../../node_modules/@types/node/punycode.d.ts",
  1451. "../../node_modules/@types/node/querystring.d.ts",
  1452. "../../node_modules/@types/node/readline.d.ts",
  1453. "../../node_modules/@types/node/repl.d.ts",
  1454. "../../node_modules/@types/node/stream.d.ts",
  1455. "../../node_modules/@types/node/stream/promises.d.ts",
  1456. "../../node_modules/@types/node/string_decoder.d.ts",
  1457. "../../node_modules/@types/node/timers.d.ts",
  1458. "../../node_modules/@types/node/timers/promises.d.ts",
  1459. "../../node_modules/@types/node/tls.d.ts",
  1460. "../../node_modules/@types/node/trace_events.d.ts",
  1461. "../../node_modules/@types/node/tty.d.ts",
  1462. "../../node_modules/@types/node/url.d.ts",
  1463. "../../node_modules/@types/node/util.d.ts",
  1464. "../../node_modules/@types/node/util/types.d.ts",
  1465. "../../node_modules/@types/node/v8.d.ts",
  1466. "../../node_modules/@types/node/vm.d.ts",
  1467. "../../node_modules/@types/node/wasi.d.ts",
  1468. "../../node_modules/@types/node/worker_threads.d.ts",
  1469. "../../node_modules/@types/node/zlib.d.ts"
  1470. ],
  1471. "../../node_modules/@types/node/tty.d.ts": [
  1472. "../../node_modules/@types/node/net.d.ts"
  1473. ],
  1474. "../../node_modules/@types/node/url.d.ts": [
  1475. "../../node_modules/@types/node/querystring.d.ts"
  1476. ],
  1477. "../../node_modules/@types/node/util.d.ts": [
  1478. "../../node_modules/@types/node/util/types.d.ts"
  1479. ],
  1480. "../../node_modules/@types/node/v8.d.ts": [
  1481. "../../node_modules/@types/node/stream.d.ts"
  1482. ],
  1483. "../../node_modules/@types/node/worker_threads.d.ts": [
  1484. "../../node_modules/@types/node/buffer.d.ts",
  1485. "../../node_modules/@types/node/crypto.d.ts",
  1486. "../../node_modules/@types/node/events.d.ts",
  1487. "../../node_modules/@types/node/fs/promises.d.ts",
  1488. "../../node_modules/@types/node/perf_hooks.d.ts",
  1489. "../../node_modules/@types/node/stream.d.ts",
  1490. "../../node_modules/@types/node/url.d.ts",
  1491. "../../node_modules/@types/node/vm.d.ts"
  1492. ],
  1493. "../../node_modules/@types/node/zlib.d.ts": [
  1494. "../../node_modules/@types/node/stream.d.ts"
  1495. ],
  1496. "../../node_modules/@types/react-dom/index.d.ts": [
  1497. "../../node_modules/@types/react/index.d.ts"
  1498. ],
  1499. "../../node_modules/@types/react-router-dom/index.d.ts": [
  1500. "../../node_modules/@types/history/index.d.ts",
  1501. "../../node_modules/@types/react-router/index.d.ts",
  1502. "../../node_modules/@types/react/index.d.ts"
  1503. ],
  1504. "../../node_modules/@types/react-router/index.d.ts": [
  1505. "../../node_modules/@types/history/index.d.ts",
  1506. "../../node_modules/@types/react/index.d.ts"
  1507. ],
  1508. "../../node_modules/@types/react/index.d.ts": [
  1509. "../../node_modules/@types/prop-types/index.d.ts",
  1510. "../../node_modules/@types/react/global.d.ts",
  1511. "../../node_modules/@types/scheduler/tracing.d.ts",
  1512. "../../node_modules/csstype/index.d.ts"
  1513. ],
  1514. "../../node_modules/jest-diff/build/difflines.d.ts": [
  1515. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1516. "../../node_modules/jest-diff/build/types.d.ts"
  1517. ],
  1518. "../../node_modules/jest-diff/build/index.d.ts": [
  1519. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1520. "../../node_modules/jest-diff/build/difflines.d.ts",
  1521. "../../node_modules/jest-diff/build/printdiffs.d.ts",
  1522. "../../node_modules/jest-diff/build/types.d.ts"
  1523. ],
  1524. "../../node_modules/jest-diff/build/printdiffs.d.ts": [
  1525. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1526. "../../node_modules/jest-diff/build/types.d.ts"
  1527. ],
  1528. "../../node_modules/pretty-format/build/index.d.ts": [
  1529. "../../node_modules/pretty-format/build/types.d.ts"
  1530. ],
  1531. "../../node_modules/querystring/index.d.ts": [
  1532. "../../node_modules/querystring/decode.d.ts",
  1533. "../../node_modules/querystring/encode.d.ts"
  1534. ],
  1535. "../../node_modules/rko/dist/types/index.d.ts": [
  1536. "../../node_modules/rko/dist/types/state-manager.d.ts",
  1537. "../../node_modules/rko/dist/types/types.d.ts"
  1538. ],
  1539. "../../node_modules/rko/dist/types/state-manager.d.ts": [
  1540. "../../node_modules/rko/dist/types/types.d.ts",
  1541. "../../node_modules/zustand/index.d.ts"
  1542. ],
  1543. "../../node_modules/zustand/index.d.ts": [
  1544. "../../node_modules/zustand/vanilla.d.ts"
  1545. ],
  1546. "../core/dist/types/components/brush/brush.d.ts": [
  1547. "../../node_modules/@types/react/index.d.ts",
  1548. "../core/dist/types/components/brush/brushupdater.d.ts"
  1549. ],
  1550. "../core/dist/types/components/brush/brushupdater.d.ts": [
  1551. "../../node_modules/@types/react/index.d.ts",
  1552. "../core/dist/types/types.d.ts"
  1553. ],
  1554. "../core/dist/types/components/brush/index.d.ts": [
  1555. "../core/dist/types/components/brush/brush.d.ts",
  1556. "../core/dist/types/components/brush/brushupdater.d.ts"
  1557. ],
  1558. "../core/dist/types/components/index.d.ts": [
  1559. "../core/dist/types/components/brush/index.d.ts",
  1560. "../core/dist/types/components/renderer/index.d.ts"
  1561. ],
  1562. "../core/dist/types/components/renderer/index.d.ts": [
  1563. "../core/dist/types/components/renderer/renderer.d.ts"
  1564. ],
  1565. "../core/dist/types/components/renderer/renderer.d.ts": [
  1566. "../../node_modules/@types/react/index.d.ts",
  1567. "../core/dist/types/types.d.ts"
  1568. ],
  1569. "../core/dist/types/index.d.ts": [
  1570. "../core/dist/types/components/index.d.ts",
  1571. "../core/dist/types/inputs.d.ts",
  1572. "../core/dist/types/types.d.ts",
  1573. "../core/dist/types/utils/index.d.ts"
  1574. ],
  1575. "../core/dist/types/inputs.d.ts": [
  1576. "../../node_modules/@types/react/index.d.ts",
  1577. "../core/dist/types/types.d.ts"
  1578. ],
  1579. "../core/dist/types/types.d.ts": [
  1580. "../../node_modules/@types/react/index.d.ts"
  1581. ],
  1582. "../core/dist/types/utils/index.d.ts": [
  1583. "../core/dist/types/utils/intersect.d.ts",
  1584. "../core/dist/types/utils/svg.d.ts",
  1585. "../core/dist/types/utils/utils.d.ts",
  1586. "../core/dist/types/utils/vec.d.ts"
  1587. ],
  1588. "../core/dist/types/utils/intersect.d.ts": [
  1589. "../core/dist/types/types.d.ts"
  1590. ],
  1591. "../core/dist/types/utils/utils.d.ts": [
  1592. "../../node_modules/@types/react/index.d.ts",
  1593. "../core/dist/types/index.d.ts",
  1594. "../core/dist/types/types.d.ts"
  1595. ],
  1596. "./src/components/editor.tsx": [
  1597. "../tldraw/dist/types/index.d.ts"
  1598. ],
  1599. "../tldraw/dist/types/components/tldraw/index.d.ts": [
  1600. "../tldraw/dist/types/components/tldraw/tldraw.d.ts"
  1601. ],
  1602. "../tldraw/dist/types/components/tldraw/tldraw.d.ts": [
  1603. "../../node_modules/@types/react/index.d.ts",
  1604. "../tldraw/dist/types/state/index.d.ts",
  1605. "../tldraw/dist/types/types.d.ts"
  1606. ],
  1607. "../tldraw/dist/types/index.d.ts": [
  1608. "../tldraw/dist/types/components/tldraw/index.d.ts",
  1609. "../tldraw/dist/types/shape/index.d.ts",
  1610. "../tldraw/dist/types/state/index.d.ts",
  1611. "../tldraw/dist/types/types.d.ts"
  1612. ],
  1613. "../tldraw/dist/types/shape/index.d.ts": [
  1614. "../tldraw/dist/types/shape/shape-styles.d.ts",
  1615. "../tldraw/dist/types/shape/shape-utils.d.ts"
  1616. ],
  1617. "../tldraw/dist/types/shape/shape-styles.d.ts": [
  1618. "../tldraw/dist/types/types.d.ts"
  1619. ],
  1620. "../tldraw/dist/types/shape/shape-utils.d.ts": [
  1621. "../tldraw/dist/types/types.d.ts"
  1622. ],
  1623. "../tldraw/dist/types/state/index.d.ts": [
  1624. "../tldraw/dist/types/state/state.d.ts"
  1625. ],
  1626. "../tldraw/dist/types/state/state.d.ts": [
  1627. "../../node_modules/rko/dist/types/index.d.ts",
  1628. "../core/dist/types/index.d.ts",
  1629. "../tldraw/dist/types/types.d.ts"
  1630. ],
  1631. "../tldraw/dist/types/types.d.ts": [
  1632. "../../node_modules/rko/dist/types/index.d.ts",
  1633. "../../node_modules/zustand/index.d.ts",
  1634. "../core/dist/types/index.d.ts"
  1635. ]
  1636. },
  1637. "semanticDiagnosticsPerFile": [
  1638. "../../node_modules/@types/history/createbrowserhistory.d.ts",
  1639. "../../node_modules/@types/history/createhashhistory.d.ts",
  1640. "../../node_modules/@types/history/creatememoryhistory.d.ts",
  1641. "../../node_modules/@types/history/domutils.d.ts",
  1642. "../../node_modules/@types/history/index.d.ts",
  1643. "../../node_modules/@types/history/locationutils.d.ts",
  1644. "../../node_modules/@types/history/pathutils.d.ts",
  1645. "../../node_modules/@types/jest/index.d.ts",
  1646. "../../node_modules/@types/node/assert.d.ts",
  1647. "../../node_modules/@types/node/assert/strict.d.ts",
  1648. "../../node_modules/@types/node/async_hooks.d.ts",
  1649. "../../node_modules/@types/node/base.d.ts",
  1650. "../../node_modules/@types/node/buffer.d.ts",
  1651. "../../node_modules/@types/node/child_process.d.ts",
  1652. "../../node_modules/@types/node/cluster.d.ts",
  1653. "../../node_modules/@types/node/console.d.ts",
  1654. "../../node_modules/@types/node/constants.d.ts",
  1655. "../../node_modules/@types/node/crypto.d.ts",
  1656. "../../node_modules/@types/node/dgram.d.ts",
  1657. "../../node_modules/@types/node/diagnostic_channel.d.ts",
  1658. "../../node_modules/@types/node/dns.d.ts",
  1659. "../../node_modules/@types/node/dns/promises.d.ts",
  1660. "../../node_modules/@types/node/domain.d.ts",
  1661. "../../node_modules/@types/node/events.d.ts",
  1662. "../../node_modules/@types/node/fs.d.ts",
  1663. "../../node_modules/@types/node/fs/promises.d.ts",
  1664. "../../node_modules/@types/node/globals.d.ts",
  1665. "../../node_modules/@types/node/globals.global.d.ts",
  1666. "../../node_modules/@types/node/http.d.ts",
  1667. "../../node_modules/@types/node/http2.d.ts",
  1668. "../../node_modules/@types/node/https.d.ts",
  1669. "../../node_modules/@types/node/index.d.ts",
  1670. "../../node_modules/@types/node/inspector.d.ts",
  1671. "../../node_modules/@types/node/module.d.ts",
  1672. "../../node_modules/@types/node/net.d.ts",
  1673. "../../node_modules/@types/node/os.d.ts",
  1674. "../../node_modules/@types/node/path.d.ts",
  1675. "../../node_modules/@types/node/perf_hooks.d.ts",
  1676. "../../node_modules/@types/node/process.d.ts",
  1677. "../../node_modules/@types/node/punycode.d.ts",
  1678. "../../node_modules/@types/node/querystring.d.ts",
  1679. "../../node_modules/@types/node/readline.d.ts",
  1680. "../../node_modules/@types/node/repl.d.ts",
  1681. "../../node_modules/@types/node/stream.d.ts",
  1682. "../../node_modules/@types/node/stream/promises.d.ts",
  1683. "../../node_modules/@types/node/string_decoder.d.ts",
  1684. "../../node_modules/@types/node/timers.d.ts",
  1685. "../../node_modules/@types/node/timers/promises.d.ts",
  1686. "../../node_modules/@types/node/tls.d.ts",
  1687. "../../node_modules/@types/node/trace_events.d.ts",
  1688. "../../node_modules/@types/node/ts3.6/base.d.ts",
  1689. "../../node_modules/@types/node/tty.d.ts",
  1690. "../../node_modules/@types/node/url.d.ts",
  1691. "../../node_modules/@types/node/util.d.ts",
  1692. "../../node_modules/@types/node/util/types.d.ts",
  1693. "../../node_modules/@types/node/v8.d.ts",
  1694. "../../node_modules/@types/node/vm.d.ts",
  1695. "../../node_modules/@types/node/wasi.d.ts",
  1696. "../../node_modules/@types/node/worker_threads.d.ts",
  1697. "../../node_modules/@types/node/zlib.d.ts",
  1698. "../../node_modules/@types/prop-types/index.d.ts",
  1699. "../../node_modules/@types/react-dom/index.d.ts",
  1700. "../../node_modules/@types/react-router-dom/index.d.ts",
  1701. "../../node_modules/@types/react-router/index.d.ts",
  1702. "../../node_modules/@types/react/global.d.ts",
  1703. "../../node_modules/@types/react/index.d.ts",
  1704. "../../node_modules/@types/scheduler/tracing.d.ts",
  1705. "../../node_modules/csstype/index.d.ts",
  1706. "../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
  1707. "../../node_modules/jest-diff/build/difflines.d.ts",
  1708. "../../node_modules/jest-diff/build/index.d.ts",
  1709. "../../node_modules/jest-diff/build/printdiffs.d.ts",
  1710. "../../node_modules/jest-diff/build/types.d.ts",
  1711. "../../node_modules/pretty-format/build/index.d.ts",
  1712. "../../node_modules/pretty-format/build/types.d.ts",
  1713. "../../node_modules/querystring/decode.d.ts",
  1714. "../../node_modules/querystring/encode.d.ts",
  1715. "../../node_modules/querystring/index.d.ts",
  1716. "../../node_modules/rko/dist/types/index.d.ts",
  1717. "../../node_modules/rko/dist/types/state-manager.d.ts",
  1718. "../../node_modules/rko/dist/types/types.d.ts",
  1719. "../../node_modules/tslib/tslib.d.ts",
  1720. "../../node_modules/zustand/index.d.ts",
  1721. "../../node_modules/zustand/vanilla.d.ts",
  1722. "../core/dist/types/components/brush/brush.d.ts",
  1723. "../core/dist/types/components/brush/brushupdater.d.ts",
  1724. "../core/dist/types/components/brush/index.d.ts",
  1725. "../core/dist/types/components/index.d.ts",
  1726. "../core/dist/types/components/renderer/index.d.ts",
  1727. "../core/dist/types/components/renderer/renderer.d.ts",
  1728. "../core/dist/types/index.d.ts",
  1729. "../core/dist/types/inputs.d.ts",
  1730. "../core/dist/types/types.d.ts",
  1731. "../core/dist/types/utils/index.d.ts",
  1732. "../core/dist/types/utils/intersect.d.ts",
  1733. "../core/dist/types/utils/polyfills.d.ts",
  1734. "../core/dist/types/utils/svg.d.ts",
  1735. "../core/dist/types/utils/utils.d.ts",
  1736. "../core/dist/types/utils/vec.d.ts",
  1737. "./node_modules/typescript/lib/lib.dom.d.ts",
  1738. "./node_modules/typescript/lib/lib.es2015.collection.d.ts",
  1739. "./node_modules/typescript/lib/lib.es2015.core.d.ts",
  1740. "./node_modules/typescript/lib/lib.es2015.d.ts",
  1741. "./node_modules/typescript/lib/lib.es2015.generator.d.ts",
  1742. "./node_modules/typescript/lib/lib.es2015.iterable.d.ts",
  1743. "./node_modules/typescript/lib/lib.es2015.promise.d.ts",
  1744. "./node_modules/typescript/lib/lib.es2015.proxy.d.ts",
  1745. "./node_modules/typescript/lib/lib.es2015.reflect.d.ts",
  1746. "./node_modules/typescript/lib/lib.es2015.symbol.d.ts",
  1747. "./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
  1748. "./node_modules/typescript/lib/lib.es2016.array.include.d.ts",
  1749. "./node_modules/typescript/lib/lib.es2016.d.ts",
  1750. "./node_modules/typescript/lib/lib.es2017.d.ts",
  1751. "./node_modules/typescript/lib/lib.es2017.intl.d.ts",
  1752. "./node_modules/typescript/lib/lib.es2017.object.d.ts",
  1753. "./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
  1754. "./node_modules/typescript/lib/lib.es2017.string.d.ts",
  1755. "./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
  1756. "./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
  1757. "./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
  1758. "./node_modules/typescript/lib/lib.es2018.d.ts",
  1759. "./node_modules/typescript/lib/lib.es2018.intl.d.ts",
  1760. "./node_modules/typescript/lib/lib.es2018.promise.d.ts",
  1761. "./node_modules/typescript/lib/lib.es2018.regexp.d.ts",
  1762. "./node_modules/typescript/lib/lib.es2019.array.d.ts",
  1763. "./node_modules/typescript/lib/lib.es2019.d.ts",
  1764. "./node_modules/typescript/lib/lib.es2019.object.d.ts",
  1765. "./node_modules/typescript/lib/lib.es2019.string.d.ts",
  1766. "./node_modules/typescript/lib/lib.es2019.symbol.d.ts",
  1767. "./node_modules/typescript/lib/lib.es2020.bigint.d.ts",
  1768. "./node_modules/typescript/lib/lib.es2020.d.ts",
  1769. "./node_modules/typescript/lib/lib.es2020.intl.d.ts",
  1770. "./node_modules/typescript/lib/lib.es2020.promise.d.ts",
  1771. "./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts",
  1772. "./node_modules/typescript/lib/lib.es2020.string.d.ts",
  1773. "./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
  1774. "./node_modules/typescript/lib/lib.es5.d.ts",
  1775. "./node_modules/typescript/lib/lib.esnext.d.ts",
  1776. "./node_modules/typescript/lib/lib.esnext.intl.d.ts",
  1777. "./node_modules/typescript/lib/lib.esnext.promise.d.ts",
  1778. "./node_modules/typescript/lib/lib.esnext.string.d.ts",
  1779. "./node_modules/typescript/lib/lib.esnext.weakref.d.ts",
  1780. "./src/app.tsx",
  1781. "./src/basic.tsx",
  1782. "./src/changing-id.tsx",
  1783. "./src/components/editor.tsx",
  1784. "./src/controlled.tsx",
  1785. "./src/embedded.tsx",
  1786. "./src/imperative.tsx",
  1787. "./src/index.tsx",
  1788. "../tldraw/dist/types/components/tldraw/index.d.ts",
  1789. "../tldraw/dist/types/components/tldraw/tldraw.d.ts",
  1790. "../tldraw/dist/types/index.d.ts",
  1791. "../tldraw/dist/types/shape/index.d.ts",
  1792. "../tldraw/dist/types/shape/shape-styles.d.ts",
  1793. "../tldraw/dist/types/shape/shape-utils.d.ts",
  1794. "../tldraw/dist/types/state/index.d.ts",
  1795. "../tldraw/dist/types/state/state.d.ts",
  1796. "../tldraw/dist/types/types.d.ts"
  1797. ]
  1798. },
  1799. "version": "4.2.3"
  1800. }