@nocobase/plugin-file-manager 2.0.0-alpha.9 → 2.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/dist/client/index.d.ts +1 -1
  2. package/dist/client/index.js +1 -1
  3. package/dist/client/models/DisplayPreviewFieldModel.d.ts +1 -0
  4. package/dist/client/models/UploadActionModel.d.ts +3 -1
  5. package/dist/client/schemas/storageTypes/ali-oss.d.ts +12 -0
  6. package/dist/client/schemas/storageTypes/common.d.ts +12 -0
  7. package/dist/client/schemas/storageTypes/index.d.ts +48 -0
  8. package/dist/client/schemas/storageTypes/local.d.ts +12 -0
  9. package/dist/client/schemas/storageTypes/s3.d.ts +12 -0
  10. package/dist/client/schemas/storageTypes/tx-cos.d.ts +12 -0
  11. package/dist/client/templates/file.d.ts +4 -0
  12. package/dist/common/collections/storages.d.ts +11 -0
  13. package/dist/common/collections/storages.js +6 -0
  14. package/dist/externalVersion.js +8 -8
  15. package/dist/locale/de-DE.json +42 -29
  16. package/dist/locale/en-US.json +43 -30
  17. package/dist/locale/es-ES.json +54 -0
  18. package/dist/locale/fr-FR.json +45 -12
  19. package/dist/locale/hu-HU.json +48 -0
  20. package/dist/locale/id-ID.json +48 -0
  21. package/dist/locale/it-IT.json +43 -28
  22. package/dist/locale/ja-JP.json +43 -30
  23. package/dist/locale/ko-KR.json +46 -24
  24. package/dist/locale/nl-NL.json +53 -39
  25. package/dist/locale/pt-BR.json +54 -0
  26. package/dist/locale/ru-RU.json +47 -11
  27. package/dist/locale/tr-TR.json +47 -10
  28. package/dist/locale/uk-UA.json +54 -0
  29. package/dist/locale/vi-VN.json +48 -0
  30. package/dist/locale/zh-CN.json +41 -31
  31. package/dist/locale/zh-TW.json +54 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  33. package/dist/node_modules/@aws-sdk/lib-storage/LICENSE +201 -0
  34. package/dist/node_modules/{multer-s3 → @aws-sdk/lib-storage/dist-cjs}/index.js +574 -6229
  35. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.browser.js +8 -0
  36. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.js +10 -0
  37. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.native.js +8 -0
  38. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.shared.js +6 -0
  39. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/Upload.js +304 -0
  40. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/bytelength.js +27 -0
  41. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunker.js +24 -0
  42. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getChunkStream.js +24 -0
  43. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getChunkUint8Array.js +19 -0
  44. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getDataReadable.js +11 -0
  45. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getDataReadableStream.js +24 -0
  46. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/index.js +2 -0
  47. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.browser.js +5 -0
  48. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.js +7 -0
  49. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.native.js +5 -0
  50. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.shared.js +3 -0
  51. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/types.js +1 -0
  52. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/Upload.d.ts +59 -0
  53. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/bytelength.d.ts +1 -0
  54. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunker.d.ts +3 -0
  55. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getChunkStream.d.ts +2 -0
  56. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getChunkUint8Array.d.ts +2 -0
  57. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getDataReadable.d.ts +3 -0
  58. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getDataReadableStream.d.ts +1 -0
  59. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/index.d.ts +2 -0
  60. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.browser.d.ts +7 -0
  61. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.d.ts +8 -0
  62. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.native.d.ts +7 -0
  63. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.shared.d.ts +6 -0
  64. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/Upload.d.ts +43 -0
  65. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/bytelength.d.ts +1 -0
  66. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunker.d.ts +6 -0
  67. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getChunkStream.d.ts +6 -0
  68. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getChunkUint8Array.d.ts +5 -0
  69. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getDataReadable.d.ts +4 -0
  70. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getDataReadableStream.d.ts +3 -0
  71. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/index.d.ts +2 -0
  72. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -0
  76. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/types.d.ts +22 -0
  77. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/types.d.ts +51 -0
  78. package/dist/node_modules/@aws-sdk/lib-storage/package.json +1 -0
  79. package/dist/node_modules/{multer-s3 → ali-oss}/LICENSE +1 -2
  80. package/dist/node_modules/ali-oss/dist/aliyun-oss-sdk.js +44018 -0
  81. package/dist/node_modules/ali-oss/dist/aliyun-oss-sdk.min.js +4 -0
  82. package/dist/node_modules/ali-oss/lib/browser/bucket.js +296 -0
  83. package/dist/node_modules/ali-oss/lib/browser/client.js +452 -0
  84. package/dist/node_modules/ali-oss/lib/browser/managed-upload.js +360 -0
  85. package/dist/node_modules/ali-oss/lib/browser/object.js +385 -0
  86. package/dist/node_modules/ali-oss/lib/browser/version.js +1 -0
  87. package/dist/node_modules/ali-oss/lib/browser.js +6 -0
  88. package/dist/node_modules/ali-oss/lib/bucket.js +337 -0
  89. package/dist/node_modules/{multer-aliyun-oss/index.js → ali-oss/lib/client.js} +2 -2
  90. package/dist/node_modules/ali-oss/lib/cluster.js +228 -0
  91. package/dist/node_modules/ali-oss/lib/common/bucket/abortBucketWorm.d.ts +4 -0
  92. package/dist/node_modules/ali-oss/lib/common/bucket/abortBucketWorm.js +14 -0
  93. package/dist/node_modules/ali-oss/lib/common/bucket/abortBucketWorm.ts +12 -0
  94. package/dist/node_modules/ali-oss/lib/common/bucket/completeBucketWorm.d.ts +4 -0
  95. package/dist/node_modules/ali-oss/lib/common/bucket/completeBucketWorm.js +14 -0
  96. package/dist/node_modules/ali-oss/lib/common/bucket/completeBucketWorm.ts +12 -0
  97. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketEncryption.js +20 -0
  98. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketInventory.d.ts +10 -0
  99. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketInventory.js +22 -0
  100. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketInventory.ts +21 -0
  101. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketLifecycle.js +13 -0
  102. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketPolicy.js +21 -0
  103. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketTags.js +21 -0
  104. package/dist/node_modules/ali-oss/lib/common/bucket/deleteBucketWebsite.js +13 -0
  105. package/dist/node_modules/ali-oss/lib/common/bucket/extendBucketWorm.d.ts +4 -0
  106. package/dist/node_modules/ali-oss/lib/common/bucket/extendBucketWorm.js +23 -0
  107. package/dist/node_modules/ali-oss/lib/common/bucket/extendBucketWorm.ts +21 -0
  108. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketEncryption.js +21 -0
  109. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketInventory.d.ts +11 -0
  110. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketInventory.js +25 -0
  111. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketInventory.ts +24 -0
  112. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketLifecycle.js +33 -0
  113. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketPolicy.js +28 -0
  114. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketRequestPayment.js +25 -0
  115. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketStat.d.ts +23 -0
  116. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketStat.js +17 -0
  117. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketStat.ts +34 -0
  118. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketTags.js +23 -0
  119. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketVersioning.js +22 -0
  120. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketWebsite.js +28 -0
  121. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketWorm.d.ts +1 -0
  122. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketWorm.js +20 -0
  123. package/dist/node_modules/ali-oss/lib/common/bucket/getBucketWorm.ts +22 -0
  124. package/dist/node_modules/ali-oss/lib/common/bucket/index.js +34 -0
  125. package/dist/node_modules/ali-oss/lib/common/bucket/initiateBucketWorm.d.ts +5 -0
  126. package/dist/node_modules/ali-oss/lib/common/bucket/initiateBucketWorm.js +24 -0
  127. package/dist/node_modules/ali-oss/lib/common/bucket/initiateBucketWorm.ts +23 -0
  128. package/dist/node_modules/ali-oss/lib/common/bucket/listBucketInventory.d.ts +13 -0
  129. package/dist/node_modules/ali-oss/lib/common/bucket/listBucketInventory.js +29 -0
  130. package/dist/node_modules/ali-oss/lib/common/bucket/listBucketInventory.ts +32 -0
  131. package/dist/node_modules/ali-oss/lib/common/bucket/putBucket.js +31 -0
  132. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketEncryption.js +36 -0
  133. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketInventory.d.ts +36 -0
  134. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketInventory.js +58 -0
  135. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketInventory.ts +84 -0
  136. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketLifecycle.js +127 -0
  137. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketPolicy.js +27 -0
  138. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketRequestPayment.js +40 -0
  139. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketTags.js +39 -0
  140. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketVersioning.js +35 -0
  141. package/dist/node_modules/ali-oss/lib/common/bucket/putBucketWebsite.js +50 -0
  142. package/dist/node_modules/ali-oss/lib/common/callback.js +27 -0
  143. package/dist/node_modules/ali-oss/lib/common/client/getReqUrl.d.ts +1 -0
  144. package/dist/node_modules/ali-oss/lib/common/client/getReqUrl.js +52 -0
  145. package/dist/node_modules/ali-oss/lib/common/client/getReqUrl.ts +51 -0
  146. package/dist/node_modules/ali-oss/lib/common/client/initOptions.js +72 -0
  147. package/dist/node_modules/ali-oss/lib/common/image/index.js +5 -0
  148. package/dist/node_modules/ali-oss/lib/common/image/processObjectSave.js +45 -0
  149. package/dist/node_modules/ali-oss/lib/common/multipart-copy.js +240 -0
  150. package/dist/node_modules/ali-oss/lib/common/multipart.js +271 -0
  151. package/dist/node_modules/ali-oss/lib/common/object/asyncSignatureUrl.js +57 -0
  152. package/dist/node_modules/ali-oss/lib/common/object/calculatePostSignature.js +35 -0
  153. package/dist/node_modules/ali-oss/lib/common/object/copyObject.js +74 -0
  154. package/dist/node_modules/ali-oss/lib/common/object/delete.js +22 -0
  155. package/dist/node_modules/ali-oss/lib/common/object/deleteMulti.js +57 -0
  156. package/dist/node_modules/ali-oss/lib/common/object/deleteObjectTagging.js +22 -0
  157. package/dist/node_modules/ali-oss/lib/common/object/generateObjectUrl.js +28 -0
  158. package/dist/node_modules/ali-oss/lib/common/object/get.js +64 -0
  159. package/dist/node_modules/ali-oss/lib/common/object/getACL.js +30 -0
  160. package/dist/node_modules/ali-oss/lib/common/object/getAsyncFetch.d.ts +1 -0
  161. package/dist/node_modules/ali-oss/lib/common/object/getAsyncFetch.js +26 -0
  162. package/dist/node_modules/ali-oss/lib/common/object/getAsyncFetch.ts +25 -0
  163. package/dist/node_modules/ali-oss/lib/common/object/getBucketVersions.js +98 -0
  164. package/dist/node_modules/ali-oss/lib/common/object/getObjectMeta.js +23 -0
  165. package/dist/node_modules/ali-oss/lib/common/object/getObjectTagging.js +34 -0
  166. package/dist/node_modules/ali-oss/lib/common/object/getObjectUrl.js +21 -0
  167. package/dist/node_modules/ali-oss/lib/common/object/getSymlink.js +23 -0
  168. package/dist/node_modules/ali-oss/lib/common/object/head.js +40 -0
  169. package/dist/node_modules/ali-oss/lib/common/object/index.js +26 -0
  170. package/dist/node_modules/ali-oss/lib/common/object/postAsyncFetch.d.ts +1 -0
  171. package/dist/node_modules/ali-oss/lib/common/object/postAsyncFetch.js +44 -0
  172. package/dist/node_modules/ali-oss/lib/common/object/postAsyncFetch.ts +46 -0
  173. package/dist/node_modules/ali-oss/lib/common/object/putACL.js +27 -0
  174. package/dist/node_modules/ali-oss/lib/common/object/putObjectTagging.js +43 -0
  175. package/dist/node_modules/ali-oss/lib/common/object/putSymlink.js +33 -0
  176. package/dist/node_modules/ali-oss/lib/common/object/signatureUrl.js +52 -0
  177. package/dist/node_modules/ali-oss/lib/common/object/signatureUrlV4.js +70 -0
  178. package/dist/node_modules/ali-oss/lib/common/parallel.js +177 -0
  179. package/dist/node_modules/ali-oss/lib/common/signUtils.js +355 -0
  180. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketName.d.ts +1 -0
  181. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketName.js +9 -0
  182. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketName.ts +6 -0
  183. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketNameTest.d.ts +1 -0
  184. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketNameTest.js +14 -0
  185. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketNameTest.ts +12 -0
  186. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketTag.d.ts +1 -0
  187. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketTag.js +49 -0
  188. package/dist/node_modules/ali-oss/lib/common/utils/checkBucketTag.ts +52 -0
  189. package/dist/node_modules/ali-oss/lib/common/utils/checkConfigValid.d.ts +1 -0
  190. package/dist/node_modules/ali-oss/lib/common/utils/checkConfigValid.js +30 -0
  191. package/dist/node_modules/ali-oss/lib/common/utils/checkConfigValid.ts +27 -0
  192. package/dist/node_modules/ali-oss/lib/common/utils/checkEnv.d.ts +1 -0
  193. package/dist/node_modules/ali-oss/lib/common/utils/checkEnv.js +9 -0
  194. package/dist/node_modules/ali-oss/lib/common/utils/checkEnv.ts +5 -0
  195. package/dist/node_modules/ali-oss/lib/common/utils/checkObjectTag.d.ts +1 -0
  196. package/dist/node_modules/ali-oss/lib/common/utils/checkObjectTag.js +50 -0
  197. package/dist/node_modules/ali-oss/lib/common/utils/checkObjectTag.ts +53 -0
  198. package/dist/node_modules/ali-oss/lib/common/utils/checkUserAgent.d.ts +1 -0
  199. package/dist/node_modules/ali-oss/lib/common/utils/checkUserAgent.js +7 -0
  200. package/dist/node_modules/ali-oss/lib/common/utils/checkUserAgent.ts +4 -0
  201. package/dist/node_modules/ali-oss/lib/common/utils/checkValid.d.ts +1 -0
  202. package/dist/node_modules/ali-oss/lib/common/utils/checkValid.js +14 -0
  203. package/dist/node_modules/ali-oss/lib/common/utils/checkValid.ts +9 -0
  204. package/dist/node_modules/ali-oss/lib/common/utils/createRequest.d.ts +8 -0
  205. package/dist/node_modules/ali-oss/lib/common/utils/createRequest.js +139 -0
  206. package/dist/node_modules/ali-oss/lib/common/utils/createRequest.ts +169 -0
  207. package/dist/node_modules/ali-oss/lib/common/utils/dataFix.d.ts +12 -0
  208. package/dist/node_modules/ali-oss/lib/common/utils/dataFix.js +63 -0
  209. package/dist/node_modules/ali-oss/lib/common/utils/dataFix.ts +78 -0
  210. package/dist/node_modules/ali-oss/lib/common/utils/deepCopy.d.ts +2 -0
  211. package/dist/node_modules/ali-oss/lib/common/utils/deepCopy.js +41 -0
  212. package/dist/node_modules/ali-oss/lib/common/utils/deepCopy.ts +47 -0
  213. package/dist/node_modules/ali-oss/lib/common/utils/encodeString.d.ts +1 -0
  214. package/dist/node_modules/ali-oss/lib/common/utils/encodeString.js +12 -0
  215. package/dist/node_modules/ali-oss/lib/common/utils/encodeString.ts +7 -0
  216. package/dist/node_modules/ali-oss/lib/common/utils/encoder.d.ts +2 -0
  217. package/dist/node_modules/ali-oss/lib/common/utils/encoder.js +9 -0
  218. package/dist/node_modules/ali-oss/lib/common/utils/encoder.ts +6 -0
  219. package/dist/node_modules/ali-oss/lib/common/utils/formatInventoryConfig.d.ts +1 -0
  220. package/dist/node_modules/ali-oss/lib/common/utils/formatInventoryConfig.js +45 -0
  221. package/dist/node_modules/ali-oss/lib/common/utils/formatInventoryConfig.ts +41 -0
  222. package/dist/node_modules/ali-oss/lib/common/utils/formatObjKey.d.ts +6 -0
  223. package/dist/node_modules/ali-oss/lib/common/utils/formatObjKey.js +34 -0
  224. package/dist/node_modules/ali-oss/lib/common/utils/formatObjKey.ts +35 -0
  225. package/dist/node_modules/ali-oss/lib/common/utils/formatTag.d.ts +1 -0
  226. package/dist/node_modules/ali-oss/lib/common/utils/formatTag.js +22 -0
  227. package/dist/node_modules/ali-oss/lib/common/utils/formatTag.ts +20 -0
  228. package/dist/node_modules/ali-oss/lib/common/utils/getStandardRegion.d.ts +1 -0
  229. package/dist/node_modules/ali-oss/lib/common/utils/getStandardRegion.js +7 -0
  230. package/dist/node_modules/ali-oss/lib/common/utils/getStandardRegion.ts +3 -0
  231. package/dist/node_modules/ali-oss/lib/common/utils/getStrBytesCount.d.ts +1 -0
  232. package/dist/node_modules/ali-oss/lib/common/utils/getStrBytesCount.js +17 -0
  233. package/dist/node_modules/ali-oss/lib/common/utils/getStrBytesCount.ts +12 -0
  234. package/dist/node_modules/ali-oss/lib/common/utils/getUserAgent.d.ts +1 -0
  235. package/dist/node_modules/ali-oss/lib/common/utils/getUserAgent.js +18 -0
  236. package/dist/node_modules/ali-oss/lib/common/utils/getUserAgent.ts +14 -0
  237. package/dist/node_modules/ali-oss/lib/common/utils/isArray.d.ts +1 -0
  238. package/dist/node_modules/ali-oss/lib/common/utils/isArray.js +6 -0
  239. package/dist/node_modules/ali-oss/lib/common/utils/isArray.ts +3 -0
  240. package/dist/node_modules/ali-oss/lib/common/utils/isBlob.d.ts +1 -0
  241. package/dist/node_modules/ali-oss/lib/common/utils/isBlob.js +7 -0
  242. package/dist/node_modules/ali-oss/lib/common/utils/isBlob.ts +3 -0
  243. package/dist/node_modules/ali-oss/lib/common/utils/isBuffer.d.ts +1 -0
  244. package/dist/node_modules/ali-oss/lib/common/utils/isBuffer.js +7 -0
  245. package/dist/node_modules/ali-oss/lib/common/utils/isBuffer.ts +3 -0
  246. package/dist/node_modules/ali-oss/lib/common/utils/isDingTalk.d.ts +1 -0
  247. package/dist/node_modules/ali-oss/lib/common/utils/isDingTalk.js +10 -0
  248. package/dist/node_modules/ali-oss/lib/common/utils/isDingTalk.ts +6 -0
  249. package/dist/node_modules/ali-oss/lib/common/utils/isFile.d.ts +1 -0
  250. package/dist/node_modules/ali-oss/lib/common/utils/isFile.js +6 -0
  251. package/dist/node_modules/ali-oss/lib/common/utils/isFile.ts +3 -0
  252. package/dist/node_modules/ali-oss/lib/common/utils/isFunction.d.ts +1 -0
  253. package/dist/node_modules/ali-oss/lib/common/utils/isFunction.js +6 -0
  254. package/dist/node_modules/ali-oss/lib/common/utils/isFunction.ts +3 -0
  255. package/dist/node_modules/ali-oss/lib/common/utils/isIP.d.ts +6 -0
  256. package/dist/node_modules/ali-oss/lib/common/utils/isIP.js +14 -0
  257. package/dist/node_modules/ali-oss/lib/common/utils/isIP.ts +12 -0
  258. package/dist/node_modules/ali-oss/lib/common/utils/isObject.d.ts +1 -0
  259. package/dist/node_modules/ali-oss/lib/common/utils/isObject.js +6 -0
  260. package/dist/node_modules/ali-oss/lib/common/utils/isObject.ts +3 -0
  261. package/dist/node_modules/ali-oss/lib/common/utils/lowercaseKeyHeader.d.ts +1 -0
  262. package/dist/node_modules/ali-oss/lib/common/utils/lowercaseKeyHeader.js +14 -0
  263. package/dist/node_modules/ali-oss/lib/common/utils/lowercaseKeyHeader.ts +11 -0
  264. package/dist/node_modules/ali-oss/lib/common/utils/obj2xml.d.ts +1 -0
  265. package/dist/node_modules/ali-oss/lib/common/utils/obj2xml.js +43 -0
  266. package/dist/node_modules/ali-oss/lib/common/utils/obj2xml.ts +37 -0
  267. package/dist/node_modules/ali-oss/lib/common/utils/omit.d.ts +1 -0
  268. package/dist/node_modules/ali-oss/lib/common/utils/omit.js +11 -0
  269. package/dist/node_modules/ali-oss/lib/common/utils/omit.ts +9 -0
  270. package/dist/node_modules/ali-oss/lib/common/utils/policy2Str.d.ts +1 -0
  271. package/dist/node_modules/ali-oss/lib/common/utils/policy2Str.js +21 -0
  272. package/dist/node_modules/ali-oss/lib/common/utils/policy2Str.ts +15 -0
  273. package/dist/node_modules/ali-oss/lib/common/utils/retry.d.ts +1 -0
  274. package/dist/node_modules/ali-oss/lib/common/utils/retry.js +30 -0
  275. package/dist/node_modules/ali-oss/lib/common/utils/retry.ts +26 -0
  276. package/dist/node_modules/ali-oss/lib/common/utils/setRegion.d.ts +3 -0
  277. package/dist/node_modules/ali-oss/lib/common/utils/setRegion.js +20 -0
  278. package/dist/node_modules/ali-oss/lib/common/utils/setRegion.ts +15 -0
  279. package/dist/node_modules/ali-oss/lib/common/utils/setSTSToken.d.ts +2 -0
  280. package/dist/node_modules/ali-oss/lib/common/utils/setSTSToken.js +36 -0
  281. package/dist/node_modules/ali-oss/lib/common/utils/setSTSToken.ts +32 -0
  282. package/dist/node_modules/ali-oss/lib/global.d.ts +6 -0
  283. package/dist/node_modules/ali-oss/lib/image.js +146 -0
  284. package/dist/node_modules/ali-oss/lib/managed-upload.js +380 -0
  285. package/dist/node_modules/ali-oss/lib/object.js +420 -0
  286. package/dist/node_modules/ali-oss/lib/rtmp.js +295 -0
  287. package/dist/node_modules/ali-oss/lib/setConfig.d.ts +3 -0
  288. package/dist/node_modules/ali-oss/lib/setConfig.js +42 -0
  289. package/dist/node_modules/ali-oss/lib/setConfig.ts +52 -0
  290. package/dist/node_modules/ali-oss/lib/sts.js +156 -0
  291. package/dist/node_modules/ali-oss/lib/types/experimental.d.ts +1 -0
  292. package/dist/node_modules/ali-oss/lib/types/experimental.js +2 -0
  293. package/dist/node_modules/ali-oss/lib/types/experimental.ts +1 -0
  294. package/dist/node_modules/ali-oss/node_modules/bowser/.editorconfig +17 -0
  295. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/.name +1 -0
  296. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/bowser.iml +8 -0
  297. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/encodings.xml +6 -0
  298. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/inspectionProfiles/Project_Default.xml +6 -0
  299. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/jsLibraryMappings.xml +8 -0
  300. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/markdown-exported-files.xml +8 -0
  301. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/markdown-navigator/profiles_settings.xml +3 -0
  302. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/markdown-navigator.xml +67 -0
  303. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/misc.xml +6 -0
  304. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/modules.xml +8 -0
  305. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/vcs.xml +6 -0
  306. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/watcherTasks.xml +4 -0
  307. package/dist/node_modules/ali-oss/node_modules/bowser/.idea/workspace.xml +696 -0
  308. package/dist/node_modules/ali-oss/node_modules/bowser/.travis.yml +8 -0
  309. package/dist/node_modules/ali-oss/node_modules/bowser/bower.json +33 -0
  310. package/dist/node_modules/ali-oss/node_modules/bowser/bowser.js +644 -0
  311. package/dist/node_modules/ali-oss/node_modules/bowser/bowser.min.js +6 -0
  312. package/dist/node_modules/ali-oss/node_modules/bowser/package.json +38 -0
  313. package/dist/node_modules/ali-oss/node_modules/bowser/src/bowser.js +644 -0
  314. package/dist/node_modules/ali-oss/node_modules/bowser/test/test.js +151 -0
  315. package/dist/node_modules/ali-oss/node_modules/bowser/typings.d.ts +115 -0
  316. package/dist/node_modules/ali-oss/node_modules/dateformat/.vs/ProjectSettings.json +3 -0
  317. package/dist/node_modules/ali-oss/node_modules/dateformat/.vs/config/applicationhost.config +1031 -0
  318. package/dist/node_modules/ali-oss/node_modules/dateformat/.vs/node-dateformat/v15/.suo +0 -0
  319. package/dist/node_modules/ali-oss/node_modules/dateformat/.vs/slnx.sqlite +0 -0
  320. package/dist/node_modules/ali-oss/node_modules/dateformat/lib/dateformat.js +226 -0
  321. package/dist/node_modules/ali-oss/node_modules/dateformat/package.json +30 -0
  322. package/dist/node_modules/ali-oss/node_modules/mime/Mime.js +97 -0
  323. package/dist/node_modules/ali-oss/node_modules/mime/cli.js +46 -0
  324. package/dist/node_modules/ali-oss/node_modules/mime/index.js +4 -0
  325. package/dist/node_modules/ali-oss/node_modules/mime/lite.js +4 -0
  326. package/dist/node_modules/ali-oss/node_modules/mime/package.json +52 -0
  327. package/dist/node_modules/ali-oss/node_modules/mime/types/other.js +1 -0
  328. package/dist/node_modules/ali-oss/node_modules/mime/types/standard.js +1 -0
  329. package/dist/node_modules/ali-oss/package.json +1 -0
  330. package/dist/node_modules/ali-oss/shims/crypto/crypto.js +98 -0
  331. package/dist/node_modules/ali-oss/shims/crypto/helpers.js +36 -0
  332. package/dist/node_modules/ali-oss/shims/crypto/md5.js +152 -0
  333. package/dist/node_modules/ali-oss/shims/crypto/sha.js +91 -0
  334. package/dist/node_modules/ali-oss/shims/crypto/sha256.js +163 -0
  335. package/dist/node_modules/ali-oss/shims/debug.js +3 -0
  336. package/dist/node_modules/ali-oss/shims/is-type-of.js +18 -0
  337. package/dist/node_modules/ali-oss/shims/process.js +35 -0
  338. package/dist/node_modules/ali-oss/shims/stream-http/index.js +82 -0
  339. package/dist/node_modules/ali-oss/shims/stream-http/lib/capability.js +72 -0
  340. package/dist/node_modules/ali-oss/shims/stream-http/lib/request.js +320 -0
  341. package/dist/node_modules/ali-oss/shims/stream-http/lib/response.js +217 -0
  342. package/dist/node_modules/ali-oss/shims/url/index.js +696 -0
  343. package/dist/node_modules/ali-oss/shims/url/util.js +16 -0
  344. package/dist/node_modules/ali-oss/shims/utility.js +25 -0
  345. package/dist/node_modules/ali-oss/shims/xhr.js +798 -0
  346. package/dist/node_modules/mime-match/package.json +1 -1
  347. package/dist/node_modules/mime-types/package.json +1 -1
  348. package/dist/node_modules/mkdirp/package.json +1 -1
  349. package/dist/node_modules/multer-cos/package.json +1 -1
  350. package/dist/node_modules/url-join/package.json +1 -1
  351. package/dist/server/actions/storages.js +4 -6
  352. package/dist/server/server.js +1 -0
  353. package/dist/server/storages/ali-oss.d.ts +15 -1
  354. package/dist/server/storages/ali-oss.js +66 -2
  355. package/dist/server/storages/index.d.ts +1 -0
  356. package/dist/server/storages/local.js +1 -1
  357. package/dist/server/storages/s3.d.ts +10 -3
  358. package/dist/server/storages/s3.js +121 -29
  359. package/dist/server/storages/tx-cos.js +1 -1
  360. package/dist/server/utils.d.ts +1 -0
  361. package/dist/server/utils.js +43 -0
  362. package/package.json +7 -3
  363. package/dist/node_modules/multer-aliyun-oss/package.json +0 -1
  364. package/dist/node_modules/multer-s3/.gitattributes +0 -1
  365. package/dist/node_modules/multer-s3/.travis.yml +0 -6
  366. package/dist/node_modules/multer-s3/package.json +0 -1
  367. package/dist/node_modules/multer-s3/test/basic.js +0 -293
  368. package/dist/node_modules/multer-s3/test/files/a.txt +0 -1
  369. package/dist/node_modules/multer-s3/test/files/test.svg +0 -3
  370. package/dist/node_modules/multer-s3/test/files/test2.svg +0 -9
  371. package/dist/node_modules/multer-s3/test/util/mock-s3.js +0 -17
@@ -0,0 +1,696 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="e5d5968a-8f20-496e-9038-3ca60f9ade67" name="Default" comment="" />
5
+ <ignored path="bowser.iws" />
6
+ <ignored path=".idea/workspace.xml" />
7
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
+ <option name="TRACKING_ENABLED" value="true" />
9
+ <option name="SHOW_DIALOG" value="false" />
10
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+ <option name="LAST_RESOLUTION" value="IGNORE" />
13
+ </component>
14
+ <component name="CreatePatchCommitExecutor">
15
+ <option name="PATCH_PATH" value="" />
16
+ </component>
17
+ <component name="FavoritesManager">
18
+ <favorites_list name="bowser" />
19
+ </component>
20
+ <component name="FileEditorManager">
21
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
22
+ <file leaf-file-name="package.json" pinned="false" current-in-tab="true">
23
+ <entry file="file://$PROJECT_DIR$/package.json">
24
+ <provider selected="true" editor-type-id="text-editor">
25
+ <state relative-caret-position="34">
26
+ <caret line="2" column="19" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" />
27
+ </state>
28
+ </provider>
29
+ </entry>
30
+ </file>
31
+ <file leaf-file-name="bowser.js" pinned="false" current-in-tab="false">
32
+ <entry file="file://$PROJECT_DIR$/src/bowser.js">
33
+ <provider selected="true" editor-type-id="text-editor">
34
+ <state relative-caret-position="17">
35
+ <caret line="506" column="5" selection-start-line="506" selection-start-column="5" selection-end-line="506" selection-end-column="5" />
36
+ </state>
37
+ </provider>
38
+ </entry>
39
+ </file>
40
+ </leaf>
41
+ </component>
42
+ <component name="FindInProjectRecents">
43
+ <findStrings>
44
+ <find>chromium: true</find>
45
+ <find>flag</find>
46
+ <find>msedge</find>
47
+ <find>edge</find>
48
+ <find>Mozilla/5.0 (Linux; Android 8.0; Pixel XL Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.0 Mobile Safari/537.36 EdgA/41.1.35.1</find>
49
+ <find>version: &quot;&quot;</find>
50
+ <find>Mozilla/5.0 (iPod touch; CPU iPhone OS 9_3_4 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) OPiOS/14.0.0.104835 Mobile/13G35 Safari/9537.53</find>
51
+ <find>undefi</find>
52
+ <find>ios</find>
53
+ <find>mobi</find>
54
+ <find>husky</find>
55
+ <find>safari</find>
56
+ <find>w</find>
57
+ <find>x</find>
58
+ <find>tablet</find>
59
+ <find>we</find>
60
+ <find>webos</find>
61
+ <find>parse</find>
62
+ <find>parseBrowser</find>
63
+ <find>@priva</find>
64
+ <find>parsedResult</find>
65
+ <find>Parser</find>
66
+ <find>spy</find>
67
+ <find>ge</find>
68
+ <find>parseEngine</find>
69
+ <find>engin</find>
70
+ <find>ava</find>
71
+ <find>getWindowsVersionName</find>
72
+ <find>android</find>
73
+ <find>_parsed</find>
74
+ </findStrings>
75
+ <replaceStrings>
76
+ <replace>descript</replace>
77
+ <replace>describe</replace>
78
+ <replace>(\d+(\.?_?\d+)+)</replace>
79
+ </replaceStrings>
80
+ </component>
81
+ <component name="Git.Settings">
82
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
83
+ </component>
84
+ <component name="IdeDocumentHistory">
85
+ <option name="CHANGED_PATHS">
86
+ <list>
87
+ <option value="$PROJECT_DIR$/.editorconfig" />
88
+ <option value="$PROJECT_DIR$/src/copyright.js" />
89
+ <option value="$PROJECT_DIR$/make/build.js" />
90
+ <option value="$PROJECT_DIR$/ISSUE_TEMPLATE.md" />
91
+ <option value="$PROJECT_DIR$/.testem.json" />
92
+ <option value="$PROJECT_DIR$/transpile-json-to-yaml.js" />
93
+ <option value="$PROJECT_DIR$/src/parser-enignes.js" />
94
+ <option value="$PROJECT_DIR$/src/parser-engines.js" />
95
+ <option value="$PROJECT_DIR$/convert-old-json-to-yaml.js" />
96
+ <option value="$PROJECT_DIR$/src/parsed-object.js" />
97
+ <option value="$PROJECT_DIR$/useragentstrings.yml" />
98
+ <option value="$PROJECT_DIR$/helpers/convert-old-json-to-yaml.js" />
99
+ <option value="$PROJECT_DIR$/test/test.js" />
100
+ <option value="$PROJECT_DIR$/README.md" />
101
+ <option value="$PROJECT_DIR$/test/acceptance/useragentstrings.yml" />
102
+ <option value="$PROJECT_DIR$/src/parser-platforms.js" />
103
+ <option value="$PROJECT_DIR$/.eslintignore" />
104
+ <option value="$PROJECT_DIR$/.eslintrc.yml" />
105
+ <option value="$PROJECT_DIR$/src/parser-browsers.js" />
106
+ <option value="$PROJECT_DIR$/src/new-bowser.js" />
107
+ <option value="$PROJECT_DIR$/typings.d.ts" />
108
+ <option value="$PROJECT_DIR$/test/acceptance/test-list-of-ua.js" />
109
+ <option value="$PROJECT_DIR$/bower.json" />
110
+ <option value="$PROJECT_DIR$/src/useragents.js" />
111
+ <option value="$PROJECT_DIR$/CHANGELOG.md" />
112
+ <option value="$PROJECT_DIR$/test/unit/parser.js" />
113
+ <option value="$PROJECT_DIR$/test/unit/bowser.js" />
114
+ <option value="$PROJECT_DIR$/.coveralls.yml" />
115
+ <option value="$PROJECT_DIR$/.travis.yml" />
116
+ <option value="$PROJECT_DIR$/.npmignore" />
117
+ <option value="$PROJECT_DIR$/.gitignore" />
118
+ <option value="$PROJECT_DIR$/package.json" />
119
+ <option value="$PROJECT_DIR$/src/bowser.js" />
120
+ <option value="$PROJECT_DIR$/.nycrc" />
121
+ <option value="$PROJECT_DIR$/.babelrc" />
122
+ <option value="$PROJECT_DIR$/src/utils.js" />
123
+ <option value="$PROJECT_DIR$/src/parser-os.js" />
124
+ <option value="$PROJECT_DIR$/test/unit/utils.js" />
125
+ <option value="$PROJECT_DIR$/src/parser.js" />
126
+ </list>
127
+ </option>
128
+ </component>
129
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
130
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER">
131
+ <package-json value="$PROJECT_DIR$/package.json" />
132
+ </component>
133
+ <component name="JsFlowSettings">
134
+ <service-enabled>true</service-enabled>
135
+ <exe-path />
136
+ <other-services-enabled>true</other-services-enabled>
137
+ <auto-save>true</auto-save>
138
+ </component>
139
+ <component name="JsGulpfileManager">
140
+ <detection-done>true</detection-done>
141
+ <sorting>DEFINITION_ORDER</sorting>
142
+ </component>
143
+ <component name="NodeModulesDirectoryManager">
144
+ <handled-path value="$PROJECT_DIR$/node_modules" />
145
+ </component>
146
+ <component name="NodePackageJsonFileManager">
147
+ <packageJsonPaths>
148
+ <path value="$PROJECT_DIR$/package.json" />
149
+ </packageJsonPaths>
150
+ </component>
151
+ <component name="ProjectFrameBounds">
152
+ <option name="y" value="22" />
153
+ <option name="width" value="1920" />
154
+ <option name="height" value="1058" />
155
+ </component>
156
+ <component name="ProjectView">
157
+ <navigator proportions="" version="1">
158
+ <autoscrollFromSource ProjectPane="true" />
159
+ <foldersAlwaysOnTop value="true" />
160
+ </navigator>
161
+ <panes>
162
+ <pane id="Scope" />
163
+ <pane id="ProjectPane">
164
+ <subPane>
165
+ <expand>
166
+ <path>
167
+ <item name="bowser" type="b2602c69:ProjectViewProjectNode" />
168
+ <item name="bowser" type="462c0819:PsiDirectoryNode" />
169
+ </path>
170
+ <path>
171
+ <item name="bowser" type="b2602c69:ProjectViewProjectNode" />
172
+ <item name="bowser" type="462c0819:PsiDirectoryNode" />
173
+ <item name="src" type="462c0819:PsiDirectoryNode" />
174
+ </path>
175
+ </expand>
176
+ <select />
177
+ </subPane>
178
+ </pane>
179
+ </panes>
180
+ </component>
181
+ <component name="PropertiesComponent">
182
+ <property name="HbShouldOpenHtmlAsHb" value="" />
183
+ <property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
184
+ <property name="SearchEverywhereHistoryKey" value="plat&#9;FILE&#9;file:///Users/lancedikson/Projects/github/bowser/src/parser-platforms.js" />
185
+ <property name="WebServerToolWindowFactoryState" value="false" />
186
+ <property name="editor.config.accepted" value="true" />
187
+ <property name="javascript.nodejs.core.library.configured.version" value="4.4.7" />
188
+ <property name="js-jscs-nodeInterpreter" value="$USER_HOME$/.nvm/versions/node/v4.2.4/bin/node" />
189
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
190
+ <property name="node.js.detected.package.eslint" value="true" />
191
+ <property name="node.js.detected.package.standard" value="true" />
192
+ <property name="node.js.path.for.package.eslint" value="node" />
193
+ <property name="node.js.path.for.package.standard" value="node" />
194
+ <property name="node.js.selected.package.eslint" value="$PROJECT_DIR$/node_modules/eslint" />
195
+ <property name="node.js.selected.package.standard" value="$PROJECT_DIR$/node_modules/eslint" />
196
+ <property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
197
+ <property name="nodejs_interpreter_path" value="node" />
198
+ <property name="nodejs_package_manager_path" value="npm" />
199
+ <property name="settings.editor.selected.configurable" value="coverage" />
200
+ </component>
201
+ <component name="RecentsManager">
202
+ <key name="MoveFile.RECENT_KEYS">
203
+ <recent name="$PROJECT_DIR$/test/acceptance" />
204
+ <recent name="$PROJECT_DIR$/helpers" />
205
+ <recent name="$PROJECT_DIR$" />
206
+ </key>
207
+ </component>
208
+ <component name="RunDashboard">
209
+ <option name="ruleStates">
210
+ <list>
211
+ <RuleState>
212
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
213
+ </RuleState>
214
+ <RuleState>
215
+ <option name="name" value="StatusDashboardGroupingRule" />
216
+ </RuleState>
217
+ </list>
218
+ </option>
219
+ </component>
220
+ <component name="RunManager" selected="Node.js.watch tests">
221
+ <configuration name="Unnamed" type="ChromiumRemoteDebugType" factoryName="Chromium Remote" port="9229" isV8Legacy="true" />
222
+ <configuration name="watch tests" type="NodeJSConfigurationType" factoryName="Node.js" application-parameters="--verbose" path-to-node="/usr/local/Cellar/node/7.8.0/bin/node" path-to-js-file="node_modules/.bin/ava" working-dir="$PROJECT_DIR$">
223
+ <EXTENSION ID="com.jetbrains.nodejs.run.NodeJSProfilingRunConfigurationExtension">
224
+ <profiling v8-profiler-path="$USER_HOME$/.nvm/versions/node/v4.4.7/lib/node_modules/v8-profiler" />
225
+ </EXTENSION>
226
+ </configuration>
227
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
228
+ <node-interpreter>project</node-interpreter>
229
+ <node-options />
230
+ <gulpfile />
231
+ <tasks />
232
+ <arguments />
233
+ <envs />
234
+ </configuration>
235
+ <configuration name="test" type="js.build_tools.npm" factoryName="npm">
236
+ <package-json value="$PROJECT_DIR$/package.json" />
237
+ <command value="run" />
238
+ <scripts>
239
+ <script value="test" />
240
+ </scripts>
241
+ <arguments value="--inspect-brk" />
242
+ <node-interpreter value="/usr/local/Cellar/node/7.8.0/bin/node" />
243
+ <envs />
244
+ </configuration>
245
+ <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
246
+ <node-interpreter>$USER_HOME$/.nvm/versions/node/v4.2.4/bin/node</node-interpreter>
247
+ <node-options />
248
+ <working-directory>$PROJECT_DIR$</working-directory>
249
+ <pass-parent-env>true</pass-parent-env>
250
+ <ui>bdd</ui>
251
+ <extra-mocha-options />
252
+ <test-kind>DIRECTORY</test-kind>
253
+ <test-directory />
254
+ <recursive>false</recursive>
255
+ </configuration>
256
+ <list>
257
+ <item itemvalue="Attach to Node.js/Chrome.Unnamed" />
258
+ <item itemvalue="Node.js.watch tests" />
259
+ <item itemvalue="npm.test" />
260
+ </list>
261
+ </component>
262
+ <component name="SvnConfiguration">
263
+ <configuration />
264
+ </component>
265
+ <component name="TaskManager">
266
+ <task active="true" id="Default" summary="Default task">
267
+ <changelist id="e5d5968a-8f20-496e-9038-3ca60f9ade67" name="Default" comment="" />
268
+ <created>1460663203148</created>
269
+ <option name="number" value="Default" />
270
+ <option name="presentableId" value="Default" />
271
+ <updated>1460663203148</updated>
272
+ <workItem from="1467903205339" duration="2348000" />
273
+ <workItem from="1469530933856" duration="577000" />
274
+ <workItem from="1469613736440" duration="843000" />
275
+ <workItem from="1470856356825" duration="1760000" />
276
+ <workItem from="1471694116386" duration="3831000" />
277
+ <workItem from="1472504254866" duration="2038000" />
278
+ <workItem from="1472506362075" duration="69000" />
279
+ <workItem from="1472594666841" duration="2699000" />
280
+ <workItem from="1472640870661" duration="1938000" />
281
+ <workItem from="1472806795867" duration="910000" />
282
+ <workItem from="1474185796367" duration="13000" />
283
+ <workItem from="1474188003327" duration="3018000" />
284
+ <workItem from="1474314087540" duration="1938000" />
285
+ <workItem from="1474359763987" duration="11000" />
286
+ <workItem from="1474916352416" duration="284000" />
287
+ <workItem from="1475653755459" duration="30000" />
288
+ <workItem from="1477903203162" duration="2196000" />
289
+ <workItem from="1478186752996" duration="320000" />
290
+ <workItem from="1478187077648" duration="1126000" />
291
+ <workItem from="1478298430363" duration="2567000" />
292
+ <workItem from="1480969963547" duration="957000" />
293
+ <workItem from="1482500551547" duration="211000" />
294
+ <workItem from="1482503774910" duration="735000" />
295
+ <workItem from="1483826622613" duration="503000" />
296
+ <workItem from="1485119874288" duration="3226000" />
297
+ <workItem from="1490357099078" duration="447000" />
298
+ <workItem from="1490993891079" duration="6576000" />
299
+ <workItem from="1491136107895" duration="7722000" />
300
+ <workItem from="1491239706765" duration="714000" />
301
+ <workItem from="1491249803179" duration="1984000" />
302
+ <workItem from="1491336207678" duration="1618000" />
303
+ <workItem from="1491674896468" duration="1676000" />
304
+ <workItem from="1491725583169" duration="20809000" />
305
+ <workItem from="1491825357873" duration="935000" />
306
+ <workItem from="1491858641932" duration="606000" />
307
+ <workItem from="1491933288606" duration="2000" />
308
+ <workItem from="1491935322145" duration="643000" />
309
+ <workItem from="1491936995311" duration="2957000" />
310
+ <workItem from="1492110236327" duration="1850000" />
311
+ <workItem from="1492272289300" duration="985000" />
312
+ <workItem from="1492276168333" duration="10503000" />
313
+ <workItem from="1493559521213" duration="367000" />
314
+ <workItem from="1493573087749" duration="12000" />
315
+ <workItem from="1493573143412" duration="671000" />
316
+ <workItem from="1493712648190" duration="26000" />
317
+ <workItem from="1493983048502" duration="1970000" />
318
+ <workItem from="1495133393210" duration="7807000" />
319
+ <workItem from="1495175490141" duration="467000" />
320
+ <workItem from="1496943656498" duration="13955000" />
321
+ <workItem from="1497033788132" duration="7107000" />
322
+ <workItem from="1497164175401" duration="1361000" />
323
+ <workItem from="1497703951161" duration="3005000" />
324
+ <workItem from="1497790692911" duration="606000" />
325
+ <workItem from="1498335998463" duration="1814000" />
326
+ <workItem from="1499200847143" duration="5483000" />
327
+ <workItem from="1499934318349" duration="520000" />
328
+ <workItem from="1502996571785" duration="7286000" />
329
+ <workItem from="1503159696902" duration="5078000" />
330
+ <workItem from="1503238622588" duration="190000" />
331
+ <workItem from="1503238828060" duration="6025000" />
332
+ <workItem from="1503300520953" duration="12000" />
333
+ <workItem from="1504072300165" duration="742000" />
334
+ <workItem from="1506347153317" duration="355000" />
335
+ <workItem from="1507364593075" duration="2743000" />
336
+ <workItem from="1508265469020" duration="6002000" />
337
+ <workItem from="1508501174027" duration="352000" />
338
+ <workItem from="1509979153403" duration="605000" />
339
+ <workItem from="1513332788354" duration="2020000" />
340
+ <workItem from="1513798033267" duration="6864000" />
341
+ <workItem from="1513956669871" duration="1376000" />
342
+ <workItem from="1514488057505" duration="1107000" />
343
+ <workItem from="1514882737984" duration="222000" />
344
+ <workItem from="1516101669528" duration="38000" />
345
+ <workItem from="1517854586116" duration="940000" />
346
+ <workItem from="1517908003086" duration="91000" />
347
+ <workItem from="1520884638839" duration="1634000" />
348
+ <workItem from="1520949116701" duration="1000" />
349
+ <workItem from="1530113213082" duration="532000" />
350
+ <workItem from="1530126970711" duration="4447000" />
351
+ <workItem from="1530206920060" duration="5405000" />
352
+ <workItem from="1530262456167" duration="106000" />
353
+ <workItem from="1530352808472" duration="13988000" />
354
+ <workItem from="1530395750315" duration="7885000" />
355
+ <workItem from="1530539643434" duration="396000" />
356
+ </task>
357
+ <servers />
358
+ </component>
359
+ <component name="TimeTrackingManager">
360
+ <option name="totallyTimeSpent" value="215788000" />
361
+ </component>
362
+ <component name="TodoView">
363
+ <todo-panel id="selected-file">
364
+ <is-autoscroll-to-source value="true" />
365
+ </todo-panel>
366
+ <todo-panel id="all">
367
+ <are-packages-shown value="true" />
368
+ <is-autoscroll-to-source value="true" />
369
+ </todo-panel>
370
+ </component>
371
+ <component name="ToolWindowManager">
372
+ <frame x="0" y="22" width="1920" height="1058" extended-state="6" />
373
+ <editor active="true" />
374
+ <layout>
375
+ <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.4957265" visible="true" weight="0.16482359" />
376
+ <window_info anchor="bottom" id="TODO" order="6" />
377
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
378
+ <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
379
+ <window_info anchor="bottom" id="Run" order="2" weight="0.353562" />
380
+ <window_info anchor="bottom" id="Version Control" order="7" weight="0.32849604" />
381
+ <window_info id="npm" order="2" side_tool="true" />
382
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
383
+ <window_info anchor="bottom" id="Terminal" order="7" weight="0.26923078" />
384
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.23412699" />
385
+ <window_info id="Favorites" order="2" sideWeight="0.50427353" side_tool="true" weight="0.1790416" />
386
+ <window_info anchor="bottom" id="TypeScript" order="7" />
387
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
388
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
389
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
390
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
391
+ <window_info anchor="bottom" id="Message" order="0" />
392
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
393
+ <window_info anchor="bottom" id="Find" order="1" />
394
+ </layout>
395
+ <layout-to-restore>
396
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
397
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
398
+ <window_info id="npm" order="2" side_tool="true" />
399
+ <window_info anchor="bottom" id="Run" order="2" weight="0.353562" />
400
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
401
+ <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.4957265" visible="true" weight="0.22057787" />
402
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
403
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
404
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
405
+ <window_info anchor="bottom" id="TODO" order="6" />
406
+ <window_info anchor="bottom" id="TypeScript" order="8" />
407
+ <window_info anchor="bottom" id="Find" order="1" />
408
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.23412699" />
409
+ <window_info anchor="bottom" id="Terminal" order="9" weight="0.26923078" />
410
+ <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
411
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
412
+ <window_info anchor="bottom" id="Version Control" order="11" weight="0.32849604" />
413
+ <window_info anchor="bottom" id="Message" order="0" />
414
+ <window_info id="Favorites" order="3" sideWeight="0.50427353" side_tool="true" weight="0.1790416" />
415
+ </layout-to-restore>
416
+ </component>
417
+ <component name="TypeScriptGeneratedFilesManager">
418
+ <option name="version" value="1" />
419
+ </component>
420
+ <component name="Vcs.Log.UiProperties">
421
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
422
+ <collection />
423
+ </option>
424
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
425
+ <collection />
426
+ </option>
427
+ </component>
428
+ <component name="VcsContentAnnotationSettings">
429
+ <option name="myLimit" value="2678400000" />
430
+ </component>
431
+ <component name="XDebuggerManager">
432
+ <breakpoint-manager>
433
+ <option name="time" value="2" />
434
+ </breakpoint-manager>
435
+ <watches-manager>
436
+ <configuration name="NodeJSConfigurationType">
437
+ <watch expression="browsersList" language="JavaScript" />
438
+ </configuration>
439
+ </watches-manager>
440
+ </component>
441
+ <component name="editorHistoryManager">
442
+ <entry file="jar://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/HTML5.js" />
443
+ <entry file="file://$PROJECT_DIR$/node_modules/smoosh/lib/smoosh/index.js" />
444
+ <entry file="file://$PROJECT_DIR$/node_modules/smoosh/index.js" />
445
+ <entry file="file://$PROJECT_DIR$/make/build.js" />
446
+ <entry file="file://$PROJECT_DIR$/node_modules/sinon/lib/sinon.js" />
447
+ <entry file="file://$PROJECT_DIR$/LICENSE">
448
+ <provider selected="true" editor-type-id="text-editor">
449
+ <state relative-caret-position="45">
450
+ <caret line="3" column="11" lean-forward="true" selection-start-line="3" selection-start-column="11" selection-end-line="3" selection-end-column="11" />
451
+ </state>
452
+ </provider>
453
+ </entry>
454
+ <entry file="file://$PROJECT_DIR$/lib/parser.js" />
455
+ <entry file="file://$PROJECT_DIR$/lib/parser-os.js" />
456
+ <entry file="file://$PROJECT_DIR$/ISSUE_TEMPLATE.md" />
457
+ <entry file="file://$PROJECT_DIR$/src/parsed-object.js" />
458
+ <entry file="file://$PROJECT_DIR$/.testem.json" />
459
+ <entry file="file://$PROJECT_DIR$/node_modules/yaml2json/index.js" />
460
+ <entry file="file://$PROJECT_DIR$/node_modules/yamljs/lib/Yaml.js" />
461
+ <entry file="file://$PROJECT_DIR$/Makefile">
462
+ <provider selected="true" editor-type-id="text-editor">
463
+ <state relative-caret-position="255">
464
+ <caret line="15" column="19" lean-forward="true" selection-start-line="15" selection-start-column="19" selection-end-line="15" selection-end-column="19" />
465
+ </state>
466
+ </provider>
467
+ </entry>
468
+ <entry file="file://$PROJECT_DIR$/helpers/convert-old-json-to-yaml.js" />
469
+ <entry file="file://$PROJECT_DIR$/src/old.bowser.js" />
470
+ <entry file="file://$PROJECT_DIR$/.eslintignore" />
471
+ <entry file="file://$PROJECT_DIR$/typings.d.ts">
472
+ <provider selected="true" editor-type-id="text-editor">
473
+ <state relative-caret-position="68">
474
+ <caret line="4" column="9" lean-forward="true" selection-start-line="4" selection-start-column="9" selection-end-line="4" selection-end-column="9" />
475
+ </state>
476
+ </provider>
477
+ </entry>
478
+ <entry file="file://$PROJECT_DIR$/.eslintrc.yml" />
479
+ <entry file="file://$PROJECT_DIR$/src/bowser.js">
480
+ <provider selected="true" editor-type-id="text-editor">
481
+ <state relative-caret-position="170">
482
+ <caret line="10" column="15" lean-forward="true" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
483
+ </state>
484
+ </provider>
485
+ </entry>
486
+ <entry file="file://$PROJECT_DIR$/bowser.js" />
487
+ <entry file="file://$PROJECT_DIR$/bowser.min.js" />
488
+ <entry file="file://$PROJECT_DIR$/test.old.js" />
489
+ <entry file="file://$PROJECT_DIR$/test/acceptance/test-list-of-ua.js" />
490
+ <entry file="file://$PROJECT_DIR$/bower.json">
491
+ <provider selected="true" editor-type-id="text-editor">
492
+ <state relative-caret-position="255">
493
+ <caret line="15" column="14" lean-forward="true" selection-start-line="15" selection-start-column="14" selection-end-line="15" selection-end-column="14" />
494
+ </state>
495
+ </provider>
496
+ </entry>
497
+ <entry file="file://$PROJECT_DIR$/test/test.js" />
498
+ <entry file="file://$PROJECT_DIR$/CHANGELOG.md">
499
+ <provider editor-type-id="text-editor">
500
+ <state relative-caret-position="255">
501
+ <caret line="15" column="23" lean-forward="true" selection-start-line="15" selection-start-column="23" selection-end-line="15" selection-end-column="23" />
502
+ </state>
503
+ </provider>
504
+ <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
505
+ <state split_layout="FIRST">
506
+ <first_editor relative-caret-position="646">
507
+ <caret line="38" selection-start-line="38" selection-end-line="38" />
508
+ </first_editor>
509
+ <second_editor>
510
+ <markdownNavigatorState />
511
+ </second_editor>
512
+ </state>
513
+ </provider>
514
+ </entry>
515
+ <entry file="file://$PROJECT_DIR$/src/useragents.js" />
516
+ <entry file="file://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts">
517
+ <provider selected="true" editor-type-id="text-editor">
518
+ <state relative-caret-position="244">
519
+ <caret line="890" column="4" selection-start-line="890" selection-start-column="4" selection-end-line="890" selection-end-column="4" />
520
+ </state>
521
+ </provider>
522
+ </entry>
523
+ <entry file="file://$PROJECT_DIR$/README.md">
524
+ <provider editor-type-id="text-editor">
525
+ <state relative-caret-position="810">
526
+ <caret line="54" column="43" selection-start-line="54" selection-start-column="43" selection-end-line="54" selection-end-column="43" />
527
+ </state>
528
+ </provider>
529
+ <provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
530
+ <state split_layout="FIRST">
531
+ <first_editor relative-caret-position="-2024">
532
+ <caret line="15" column="3" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" />
533
+ </first_editor>
534
+ <second_editor>
535
+ <markdownNavigatorState />
536
+ </second_editor>
537
+ </state>
538
+ </provider>
539
+ </entry>
540
+ <entry file="file://$PROJECT_DIR$/.coveralls.yml">
541
+ <provider selected="true" editor-type-id="text-editor">
542
+ <state>
543
+ <caret column="45" selection-start-column="45" selection-end-column="45" />
544
+ </state>
545
+ </provider>
546
+ </entry>
547
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
548
+ <provider selected="true" editor-type-id="text-editor">
549
+ <state relative-caret-position="68">
550
+ <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
551
+ </state>
552
+ </provider>
553
+ </entry>
554
+ <entry file="file://$PROJECT_DIR$/coverage/bowser.js.html">
555
+ <provider selected="true" editor-type-id="text-editor">
556
+ <state relative-caret-position="127">
557
+ <caret line="225" column="6" lean-forward="true" selection-start-line="225" selection-start-column="6" selection-end-line="225" selection-end-column="6" />
558
+ </state>
559
+ </provider>
560
+ </entry>
561
+ <entry file="file://$PROJECT_DIR$/.gitignore">
562
+ <provider selected="true" editor-type-id="text-editor">
563
+ <state relative-caret-position="102">
564
+ <caret line="6" column="8" selection-start-line="6" selection-start-column="8" selection-end-line="6" selection-end-column="8" />
565
+ </state>
566
+ </provider>
567
+ </entry>
568
+ <entry file="file://$PROJECT_DIR$/.npmignore">
569
+ <provider selected="true" editor-type-id="text-editor">
570
+ <state relative-caret-position="68">
571
+ <caret line="4" selection-start-line="4" selection-end-line="4" />
572
+ </state>
573
+ </provider>
574
+ </entry>
575
+ <entry file="file://$PROJECT_DIR$/test/acceptance/useragentstrings.yml">
576
+ <provider selected="true" editor-type-id="text-editor">
577
+ <state relative-caret-position="85">
578
+ <caret line="5" column="17" lean-forward="true" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" />
579
+ </state>
580
+ </provider>
581
+ </entry>
582
+ <entry file="file://$PROJECT_DIR$/.nycrc">
583
+ <provider selected="true" editor-type-id="text-editor">
584
+ <state relative-caret-position="34">
585
+ <caret line="2" column="21" selection-start-line="2" selection-start-column="21" selection-end-line="2" selection-end-column="21" />
586
+ </state>
587
+ </provider>
588
+ </entry>
589
+ <entry file="file://$PROJECT_DIR$/.babelrc">
590
+ <provider selected="true" editor-type-id="text-editor">
591
+ <state relative-caret-position="119">
592
+ <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
593
+ </state>
594
+ </provider>
595
+ </entry>
596
+ <entry file="file://$PROJECT_DIR$/coverage/index.html">
597
+ <provider selected="true" editor-type-id="text-editor" />
598
+ </entry>
599
+ <entry file="file://$PROJECT_DIR$/src/utils.js">
600
+ <provider selected="true" editor-type-id="text-editor">
601
+ <state relative-caret-position="221">
602
+ <caret line="13" column="28" selection-start-line="13" selection-start-column="28" selection-end-line="13" selection-end-column="28" />
603
+ </state>
604
+ </provider>
605
+ </entry>
606
+ <entry file="file://$PROJECT_DIR$/test/unit/utils.js">
607
+ <provider selected="true" editor-type-id="text-editor">
608
+ <state relative-caret-position="51">
609
+ <caret line="3" column="24" lean-forward="true" selection-start-line="3" selection-start-column="24" selection-end-line="3" selection-end-column="24" />
610
+ </state>
611
+ </provider>
612
+ </entry>
613
+ <entry file="file://$PROJECT_DIR$/test/unit/parser.js">
614
+ <provider selected="true" editor-type-id="text-editor">
615
+ <state relative-caret-position="-139">
616
+ <caret line="14" lean-forward="true" selection-start-line="14" selection-end-line="14" />
617
+ </state>
618
+ </provider>
619
+ </entry>
620
+ <entry file="file://$PROJECT_DIR$/src/parser-engines.js">
621
+ <provider selected="true" editor-type-id="text-editor">
622
+ <state relative-caret-position="1411">
623
+ <caret line="83" column="16" selection-start-line="83" selection-start-column="16" selection-end-line="83" selection-end-column="16" />
624
+ </state>
625
+ </provider>
626
+ </entry>
627
+ <entry file="file://$PROJECT_DIR$/src/parser-platforms.js">
628
+ <provider selected="true" editor-type-id="text-editor">
629
+ <state relative-caret-position="-1346">
630
+ <caret line="18" column="14" lean-forward="true" selection-start-line="18" selection-start-column="14" selection-end-line="18" selection-end-column="14" />
631
+ </state>
632
+ </provider>
633
+ </entry>
634
+ <entry file="file://$PROJECT_DIR$/src/parser-os.js">
635
+ <provider selected="true" editor-type-id="text-editor">
636
+ <state relative-caret-position="85">
637
+ <caret line="5" column="16" lean-forward="true" selection-start-line="5" selection-start-column="16" selection-end-line="5" selection-end-column="16" />
638
+ <folding>
639
+ <element signature="e#0#68#0" expanded="true" />
640
+ </folding>
641
+ </state>
642
+ </provider>
643
+ </entry>
644
+ <entry file="file://$PROJECT_DIR$/test/unit/bowser.js">
645
+ <provider selected="true" editor-type-id="text-editor">
646
+ <state relative-caret-position="255">
647
+ <caret line="15" column="29" selection-start-line="15" selection-start-column="29" selection-end-line="15" selection-end-column="29" />
648
+ <folding>
649
+ <element signature="e#0#23#0" expanded="true" />
650
+ </folding>
651
+ </state>
652
+ </provider>
653
+ </entry>
654
+ <entry file="file://$PROJECT_DIR$/src/parser-browsers.js">
655
+ <provider selected="true" editor-type-id="text-editor">
656
+ <state relative-caret-position="714">
657
+ <caret line="65" column="4" lean-forward="true" selection-start-line="65" selection-start-column="4" selection-end-line="65" selection-end-column="4" />
658
+ <folding>
659
+ <element signature="e#1322#1383#0" expanded="true" />
660
+ </folding>
661
+ </state>
662
+ </provider>
663
+ </entry>
664
+ <entry file="file://$PROJECT_DIR$/src/parser.js">
665
+ <provider selected="true" editor-type-id="text-editor">
666
+ <state relative-caret-position="687">
667
+ <caret line="312" column="17" lean-forward="true" selection-start-line="312" selection-start-column="17" selection-end-line="312" selection-end-column="17" />
668
+ <folding>
669
+ <element signature="e#0#28#0" expanded="true" />
670
+ </folding>
671
+ </state>
672
+ </provider>
673
+ </entry>
674
+ <entry file="file://$PROJECT_DIR$/package-lock.json">
675
+ <provider selected="true" editor-type-id="text-editor">
676
+ <state relative-caret-position="255">
677
+ <caret line="15" column="40" selection-start-line="15" selection-start-column="40" selection-end-line="15" selection-end-column="40" />
678
+ </state>
679
+ </provider>
680
+ </entry>
681
+ <entry file="file://$PROJECT_DIR$/src/bowser.js">
682
+ <provider selected="true" editor-type-id="text-editor">
683
+ <state relative-caret-position="17">
684
+ <caret line="506" column="5" selection-start-line="506" selection-start-column="5" selection-end-line="506" selection-end-column="5" />
685
+ </state>
686
+ </provider>
687
+ </entry>
688
+ <entry file="file://$PROJECT_DIR$/package.json">
689
+ <provider selected="true" editor-type-id="text-editor">
690
+ <state relative-caret-position="34">
691
+ <caret line="2" column="19" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" />
692
+ </state>
693
+ </provider>
694
+ </entry>
695
+ </component>
696
+ </project>