@mavogel/awscdk-rootmail 0.0.334 → 0.0.335

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 (393) hide show
  1. package/.jsii +2 -4
  2. package/CLAUDE.md +14 -30
  3. package/cdk.json +0 -1
  4. package/lib/rootmail.js +1 -1
  5. package/lib/ses-receive.js +1 -1
  6. package/package.json +1 -10
  7. package/lib/index-cli-synth.d.ts +0 -1
  8. package/lib/index-cli-synth.js +0 -68
  9. package/lib/scripts/publish-assets.d.ts +0 -1
  10. package/lib/scripts/publish-assets.js +0 -39
  11. package/node_modules/async-retry/LICENSE.md +0 -21
  12. package/node_modules/async-retry/README.md +0 -53
  13. package/node_modules/async-retry/lib/index.js +0 -61
  14. package/node_modules/async-retry/package.json +0 -55
  15. package/node_modules/asynckit/LICENSE +0 -21
  16. package/node_modules/asynckit/README.md +0 -233
  17. package/node_modules/asynckit/bench.js +0 -76
  18. package/node_modules/asynckit/index.js +0 -6
  19. package/node_modules/asynckit/lib/abort.js +0 -29
  20. package/node_modules/asynckit/lib/async.js +0 -34
  21. package/node_modules/asynckit/lib/defer.js +0 -26
  22. package/node_modules/asynckit/lib/iterate.js +0 -75
  23. package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
  24. package/node_modules/asynckit/lib/readable_parallel.js +0 -25
  25. package/node_modules/asynckit/lib/readable_serial.js +0 -25
  26. package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
  27. package/node_modules/asynckit/lib/state.js +0 -37
  28. package/node_modules/asynckit/lib/streamify.js +0 -141
  29. package/node_modules/asynckit/lib/terminator.js +0 -29
  30. package/node_modules/asynckit/package.json +0 -63
  31. package/node_modules/asynckit/parallel.js +0 -43
  32. package/node_modules/asynckit/serial.js +0 -17
  33. package/node_modules/asynckit/serialOrdered.js +0 -75
  34. package/node_modules/asynckit/stream.js +0 -21
  35. package/node_modules/axios/CHANGELOG.md +0 -1416
  36. package/node_modules/axios/LICENSE +0 -7
  37. package/node_modules/axios/MIGRATION_GUIDE.md +0 -877
  38. package/node_modules/axios/README.md +0 -2019
  39. package/node_modules/axios/dist/axios.js +0 -4494
  40. package/node_modules/axios/dist/axios.js.map +0 -1
  41. package/node_modules/axios/dist/axios.min.js +0 -5
  42. package/node_modules/axios/dist/axios.min.js.map +0 -1
  43. package/node_modules/axios/dist/browser/axios.cjs +0 -4273
  44. package/node_modules/axios/dist/browser/axios.cjs.map +0 -1
  45. package/node_modules/axios/dist/esm/axios.js +0 -4293
  46. package/node_modules/axios/dist/esm/axios.js.map +0 -1
  47. package/node_modules/axios/dist/esm/axios.min.js +0 -3
  48. package/node_modules/axios/dist/esm/axios.min.js.map +0 -1
  49. package/node_modules/axios/dist/node/axios.cjs +0 -4811
  50. package/node_modules/axios/dist/node/axios.cjs.map +0 -1
  51. package/node_modules/axios/index.d.cts +0 -716
  52. package/node_modules/axios/index.d.ts +0 -810
  53. package/node_modules/axios/index.js +0 -43
  54. package/node_modules/axios/lib/adapters/README.md +0 -36
  55. package/node_modules/axios/lib/adapters/adapters.js +0 -130
  56. package/node_modules/axios/lib/adapters/fetch.js +0 -338
  57. package/node_modules/axios/lib/adapters/http.js +0 -954
  58. package/node_modules/axios/lib/adapters/xhr.js +0 -222
  59. package/node_modules/axios/lib/axios.js +0 -89
  60. package/node_modules/axios/lib/cancel/CancelToken.js +0 -135
  61. package/node_modules/axios/lib/cancel/CanceledError.js +0 -22
  62. package/node_modules/axios/lib/cancel/isCancel.js +0 -5
  63. package/node_modules/axios/lib/core/Axios.js +0 -277
  64. package/node_modules/axios/lib/core/AxiosError.js +0 -90
  65. package/node_modules/axios/lib/core/AxiosHeaders.js +0 -378
  66. package/node_modules/axios/lib/core/InterceptorManager.js +0 -72
  67. package/node_modules/axios/lib/core/README.md +0 -8
  68. package/node_modules/axios/lib/core/buildFullPath.js +0 -22
  69. package/node_modules/axios/lib/core/dispatchRequest.js +0 -77
  70. package/node_modules/axios/lib/core/mergeConfig.js +0 -107
  71. package/node_modules/axios/lib/core/settle.js +0 -31
  72. package/node_modules/axios/lib/core/transformData.js +0 -28
  73. package/node_modules/axios/lib/defaults/index.js +0 -172
  74. package/node_modules/axios/lib/defaults/transitional.js +0 -8
  75. package/node_modules/axios/lib/env/README.md +0 -3
  76. package/node_modules/axios/lib/env/classes/FormData.js +0 -2
  77. package/node_modules/axios/lib/env/data.js +0 -1
  78. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -156
  79. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -62
  80. package/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
  81. package/node_modules/axios/lib/helpers/README.md +0 -7
  82. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -29
  83. package/node_modules/axios/lib/helpers/bind.js +0 -14
  84. package/node_modules/axios/lib/helpers/buildURL.js +0 -66
  85. package/node_modules/axios/lib/helpers/callbackify.js +0 -18
  86. package/node_modules/axios/lib/helpers/combineURLs.js +0 -15
  87. package/node_modules/axios/lib/helpers/composeSignals.js +0 -56
  88. package/node_modules/axios/lib/helpers/cookies.js +0 -48
  89. package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -31
  90. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -73
  91. package/node_modules/axios/lib/helpers/formDataToJSON.js +0 -95
  92. package/node_modules/axios/lib/helpers/formDataToStream.js +0 -118
  93. package/node_modules/axios/lib/helpers/fromDataURI.js +0 -53
  94. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -19
  95. package/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
  96. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -16
  97. package/node_modules/axios/lib/helpers/null.js +0 -2
  98. package/node_modules/axios/lib/helpers/parseHeaders.js +0 -69
  99. package/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
  100. package/node_modules/axios/lib/helpers/progressEventReducer.js +0 -51
  101. package/node_modules/axios/lib/helpers/readBlob.js +0 -15
  102. package/node_modules/axios/lib/helpers/resolveConfig.js +0 -70
  103. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +0 -106
  104. package/node_modules/axios/lib/helpers/speedometer.js +0 -55
  105. package/node_modules/axios/lib/helpers/spread.js +0 -28
  106. package/node_modules/axios/lib/helpers/throttle.js +0 -44
  107. package/node_modules/axios/lib/helpers/toFormData.js +0 -241
  108. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
  109. package/node_modules/axios/lib/helpers/trackStream.js +0 -89
  110. package/node_modules/axios/lib/helpers/validator.js +0 -110
  111. package/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
  112. package/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
  113. package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
  114. package/node_modules/axios/lib/platform/browser/index.js +0 -13
  115. package/node_modules/axios/lib/platform/common/utils.js +0 -52
  116. package/node_modules/axios/lib/platform/index.js +0 -7
  117. package/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
  118. package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
  119. package/node_modules/axios/lib/platform/node/index.js +0 -37
  120. package/node_modules/axios/lib/utils.js +0 -919
  121. package/node_modules/axios/package.json +0 -190
  122. package/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  123. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  124. package/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  125. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  126. package/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  127. package/node_modules/call-bind-apply-helpers/README.md +0 -62
  128. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  129. package/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  130. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  131. package/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  132. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  133. package/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  134. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  135. package/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  136. package/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  137. package/node_modules/call-bind-apply-helpers/index.js +0 -15
  138. package/node_modules/call-bind-apply-helpers/package.json +0 -85
  139. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  140. package/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  141. package/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  142. package/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  143. package/node_modules/combined-stream/License +0 -19
  144. package/node_modules/combined-stream/Readme.md +0 -138
  145. package/node_modules/combined-stream/lib/combined_stream.js +0 -208
  146. package/node_modules/combined-stream/package.json +0 -25
  147. package/node_modules/delayed-stream/.npmignore +0 -1
  148. package/node_modules/delayed-stream/License +0 -19
  149. package/node_modules/delayed-stream/Makefile +0 -7
  150. package/node_modules/delayed-stream/Readme.md +0 -141
  151. package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
  152. package/node_modules/delayed-stream/package.json +0 -27
  153. package/node_modules/dunder-proto/.eslintrc +0 -5
  154. package/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  155. package/node_modules/dunder-proto/.nycrc +0 -13
  156. package/node_modules/dunder-proto/CHANGELOG.md +0 -24
  157. package/node_modules/dunder-proto/LICENSE +0 -21
  158. package/node_modules/dunder-proto/README.md +0 -54
  159. package/node_modules/dunder-proto/get.d.ts +0 -5
  160. package/node_modules/dunder-proto/get.js +0 -30
  161. package/node_modules/dunder-proto/package.json +0 -76
  162. package/node_modules/dunder-proto/set.d.ts +0 -5
  163. package/node_modules/dunder-proto/set.js +0 -35
  164. package/node_modules/dunder-proto/test/get.js +0 -34
  165. package/node_modules/dunder-proto/test/index.js +0 -4
  166. package/node_modules/dunder-proto/test/set.js +0 -50
  167. package/node_modules/dunder-proto/tsconfig.json +0 -9
  168. package/node_modules/es-define-property/.eslintrc +0 -13
  169. package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  170. package/node_modules/es-define-property/.nycrc +0 -9
  171. package/node_modules/es-define-property/CHANGELOG.md +0 -29
  172. package/node_modules/es-define-property/LICENSE +0 -21
  173. package/node_modules/es-define-property/README.md +0 -49
  174. package/node_modules/es-define-property/index.d.ts +0 -3
  175. package/node_modules/es-define-property/index.js +0 -14
  176. package/node_modules/es-define-property/package.json +0 -81
  177. package/node_modules/es-define-property/test/index.js +0 -56
  178. package/node_modules/es-define-property/tsconfig.json +0 -10
  179. package/node_modules/es-errors/.eslintrc +0 -5
  180. package/node_modules/es-errors/.github/FUNDING.yml +0 -12
  181. package/node_modules/es-errors/CHANGELOG.md +0 -40
  182. package/node_modules/es-errors/LICENSE +0 -21
  183. package/node_modules/es-errors/README.md +0 -55
  184. package/node_modules/es-errors/eval.d.ts +0 -3
  185. package/node_modules/es-errors/eval.js +0 -4
  186. package/node_modules/es-errors/index.d.ts +0 -3
  187. package/node_modules/es-errors/index.js +0 -4
  188. package/node_modules/es-errors/package.json +0 -80
  189. package/node_modules/es-errors/range.d.ts +0 -3
  190. package/node_modules/es-errors/range.js +0 -4
  191. package/node_modules/es-errors/ref.d.ts +0 -3
  192. package/node_modules/es-errors/ref.js +0 -4
  193. package/node_modules/es-errors/syntax.d.ts +0 -3
  194. package/node_modules/es-errors/syntax.js +0 -4
  195. package/node_modules/es-errors/test/index.js +0 -19
  196. package/node_modules/es-errors/tsconfig.json +0 -49
  197. package/node_modules/es-errors/type.d.ts +0 -3
  198. package/node_modules/es-errors/type.js +0 -4
  199. package/node_modules/es-errors/uri.d.ts +0 -3
  200. package/node_modules/es-errors/uri.js +0 -4
  201. package/node_modules/es-object-atoms/.eslintrc +0 -16
  202. package/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  203. package/node_modules/es-object-atoms/CHANGELOG.md +0 -37
  204. package/node_modules/es-object-atoms/LICENSE +0 -21
  205. package/node_modules/es-object-atoms/README.md +0 -63
  206. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  207. package/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  208. package/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  209. package/node_modules/es-object-atoms/ToObject.js +0 -10
  210. package/node_modules/es-object-atoms/index.d.ts +0 -3
  211. package/node_modules/es-object-atoms/index.js +0 -4
  212. package/node_modules/es-object-atoms/isObject.d.ts +0 -3
  213. package/node_modules/es-object-atoms/isObject.js +0 -6
  214. package/node_modules/es-object-atoms/package.json +0 -80
  215. package/node_modules/es-object-atoms/test/index.js +0 -38
  216. package/node_modules/es-object-atoms/tsconfig.json +0 -6
  217. package/node_modules/es-set-tostringtag/.eslintrc +0 -13
  218. package/node_modules/es-set-tostringtag/.nycrc +0 -9
  219. package/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
  220. package/node_modules/es-set-tostringtag/LICENSE +0 -21
  221. package/node_modules/es-set-tostringtag/README.md +0 -53
  222. package/node_modules/es-set-tostringtag/index.d.ts +0 -10
  223. package/node_modules/es-set-tostringtag/index.js +0 -35
  224. package/node_modules/es-set-tostringtag/package.json +0 -78
  225. package/node_modules/es-set-tostringtag/test/index.js +0 -85
  226. package/node_modules/es-set-tostringtag/tsconfig.json +0 -9
  227. package/node_modules/follow-redirects/LICENSE +0 -18
  228. package/node_modules/follow-redirects/README.md +0 -155
  229. package/node_modules/follow-redirects/debug.js +0 -15
  230. package/node_modules/follow-redirects/http.js +0 -1
  231. package/node_modules/follow-redirects/https.js +0 -1
  232. package/node_modules/follow-redirects/index.js +0 -686
  233. package/node_modules/follow-redirects/package.json +0 -58
  234. package/node_modules/form-data/CHANGELOG.md +0 -659
  235. package/node_modules/form-data/License +0 -19
  236. package/node_modules/form-data/README.md +0 -355
  237. package/node_modules/form-data/index.d.ts +0 -62
  238. package/node_modules/form-data/lib/browser.js +0 -4
  239. package/node_modules/form-data/lib/form_data.js +0 -494
  240. package/node_modules/form-data/lib/populate.js +0 -10
  241. package/node_modules/form-data/package.json +0 -82
  242. package/node_modules/function-bind/.eslintrc +0 -21
  243. package/node_modules/function-bind/.github/FUNDING.yml +0 -12
  244. package/node_modules/function-bind/.github/SECURITY.md +0 -3
  245. package/node_modules/function-bind/.nycrc +0 -13
  246. package/node_modules/function-bind/CHANGELOG.md +0 -136
  247. package/node_modules/function-bind/LICENSE +0 -20
  248. package/node_modules/function-bind/README.md +0 -46
  249. package/node_modules/function-bind/implementation.js +0 -84
  250. package/node_modules/function-bind/index.js +0 -5
  251. package/node_modules/function-bind/package.json +0 -87
  252. package/node_modules/function-bind/test/.eslintrc +0 -9
  253. package/node_modules/function-bind/test/index.js +0 -252
  254. package/node_modules/get-intrinsic/.eslintrc +0 -42
  255. package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  256. package/node_modules/get-intrinsic/.nycrc +0 -9
  257. package/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  258. package/node_modules/get-intrinsic/LICENSE +0 -21
  259. package/node_modules/get-intrinsic/README.md +0 -71
  260. package/node_modules/get-intrinsic/index.js +0 -378
  261. package/node_modules/get-intrinsic/package.json +0 -97
  262. package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  263. package/node_modules/get-proto/.eslintrc +0 -10
  264. package/node_modules/get-proto/.github/FUNDING.yml +0 -12
  265. package/node_modules/get-proto/.nycrc +0 -9
  266. package/node_modules/get-proto/CHANGELOG.md +0 -21
  267. package/node_modules/get-proto/LICENSE +0 -21
  268. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  269. package/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  270. package/node_modules/get-proto/README.md +0 -50
  271. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  272. package/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  273. package/node_modules/get-proto/index.d.ts +0 -5
  274. package/node_modules/get-proto/index.js +0 -27
  275. package/node_modules/get-proto/package.json +0 -81
  276. package/node_modules/get-proto/test/index.js +0 -68
  277. package/node_modules/get-proto/tsconfig.json +0 -9
  278. package/node_modules/gopd/.eslintrc +0 -16
  279. package/node_modules/gopd/.github/FUNDING.yml +0 -12
  280. package/node_modules/gopd/CHANGELOG.md +0 -45
  281. package/node_modules/gopd/LICENSE +0 -21
  282. package/node_modules/gopd/README.md +0 -40
  283. package/node_modules/gopd/gOPD.d.ts +0 -1
  284. package/node_modules/gopd/gOPD.js +0 -4
  285. package/node_modules/gopd/index.d.ts +0 -5
  286. package/node_modules/gopd/index.js +0 -15
  287. package/node_modules/gopd/package.json +0 -77
  288. package/node_modules/gopd/test/index.js +0 -36
  289. package/node_modules/gopd/tsconfig.json +0 -9
  290. package/node_modules/has-symbols/.eslintrc +0 -11
  291. package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  292. package/node_modules/has-symbols/.nycrc +0 -9
  293. package/node_modules/has-symbols/CHANGELOG.md +0 -91
  294. package/node_modules/has-symbols/LICENSE +0 -21
  295. package/node_modules/has-symbols/README.md +0 -46
  296. package/node_modules/has-symbols/index.d.ts +0 -3
  297. package/node_modules/has-symbols/index.js +0 -14
  298. package/node_modules/has-symbols/package.json +0 -111
  299. package/node_modules/has-symbols/shams.d.ts +0 -3
  300. package/node_modules/has-symbols/shams.js +0 -45
  301. package/node_modules/has-symbols/test/index.js +0 -22
  302. package/node_modules/has-symbols/test/shams/core-js.js +0 -29
  303. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  304. package/node_modules/has-symbols/test/tests.js +0 -58
  305. package/node_modules/has-symbols/tsconfig.json +0 -10
  306. package/node_modules/has-tostringtag/.eslintrc +0 -5
  307. package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
  308. package/node_modules/has-tostringtag/.nycrc +0 -13
  309. package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
  310. package/node_modules/has-tostringtag/LICENSE +0 -21
  311. package/node_modules/has-tostringtag/README.md +0 -46
  312. package/node_modules/has-tostringtag/index.d.ts +0 -3
  313. package/node_modules/has-tostringtag/index.js +0 -8
  314. package/node_modules/has-tostringtag/package.json +0 -108
  315. package/node_modules/has-tostringtag/shams.d.ts +0 -3
  316. package/node_modules/has-tostringtag/shams.js +0 -8
  317. package/node_modules/has-tostringtag/test/index.js +0 -21
  318. package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
  319. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
  320. package/node_modules/has-tostringtag/test/tests.js +0 -15
  321. package/node_modules/has-tostringtag/tsconfig.json +0 -49
  322. package/node_modules/hasown/.eslintrc +0 -5
  323. package/node_modules/hasown/.github/FUNDING.yml +0 -12
  324. package/node_modules/hasown/.nycrc +0 -13
  325. package/node_modules/hasown/CHANGELOG.md +0 -40
  326. package/node_modules/hasown/LICENSE +0 -21
  327. package/node_modules/hasown/README.md +0 -40
  328. package/node_modules/hasown/index.d.ts +0 -3
  329. package/node_modules/hasown/index.js +0 -8
  330. package/node_modules/hasown/package.json +0 -92
  331. package/node_modules/hasown/tsconfig.json +0 -6
  332. package/node_modules/math-intrinsics/.eslintrc +0 -16
  333. package/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  334. package/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  335. package/node_modules/math-intrinsics/LICENSE +0 -21
  336. package/node_modules/math-intrinsics/README.md +0 -50
  337. package/node_modules/math-intrinsics/abs.d.ts +0 -1
  338. package/node_modules/math-intrinsics/abs.js +0 -4
  339. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  340. package/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  341. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  342. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  343. package/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  344. package/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  345. package/node_modules/math-intrinsics/floor.d.ts +0 -1
  346. package/node_modules/math-intrinsics/floor.js +0 -4
  347. package/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  348. package/node_modules/math-intrinsics/isFinite.js +0 -12
  349. package/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  350. package/node_modules/math-intrinsics/isInteger.js +0 -16
  351. package/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  352. package/node_modules/math-intrinsics/isNaN.js +0 -6
  353. package/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  354. package/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  355. package/node_modules/math-intrinsics/max.d.ts +0 -1
  356. package/node_modules/math-intrinsics/max.js +0 -4
  357. package/node_modules/math-intrinsics/min.d.ts +0 -1
  358. package/node_modules/math-intrinsics/min.js +0 -4
  359. package/node_modules/math-intrinsics/mod.d.ts +0 -3
  360. package/node_modules/math-intrinsics/mod.js +0 -9
  361. package/node_modules/math-intrinsics/package.json +0 -86
  362. package/node_modules/math-intrinsics/pow.d.ts +0 -1
  363. package/node_modules/math-intrinsics/pow.js +0 -4
  364. package/node_modules/math-intrinsics/round.d.ts +0 -1
  365. package/node_modules/math-intrinsics/round.js +0 -4
  366. package/node_modules/math-intrinsics/sign.d.ts +0 -3
  367. package/node_modules/math-intrinsics/sign.js +0 -11
  368. package/node_modules/math-intrinsics/test/index.js +0 -192
  369. package/node_modules/math-intrinsics/tsconfig.json +0 -3
  370. package/node_modules/mime-db/HISTORY.md +0 -507
  371. package/node_modules/mime-db/LICENSE +0 -23
  372. package/node_modules/mime-db/README.md +0 -100
  373. package/node_modules/mime-db/db.json +0 -8519
  374. package/node_modules/mime-db/index.js +0 -12
  375. package/node_modules/mime-db/package.json +0 -60
  376. package/node_modules/mime-types/HISTORY.md +0 -397
  377. package/node_modules/mime-types/LICENSE +0 -23
  378. package/node_modules/mime-types/README.md +0 -113
  379. package/node_modules/mime-types/index.js +0 -188
  380. package/node_modules/mime-types/package.json +0 -44
  381. package/node_modules/proxy-from-env/LICENSE +0 -20
  382. package/node_modules/proxy-from-env/README.md +0 -163
  383. package/node_modules/proxy-from-env/index.cjs +0 -105
  384. package/node_modules/proxy-from-env/index.js +0 -103
  385. package/node_modules/proxy-from-env/package.json +0 -43
  386. package/node_modules/retry/License +0 -21
  387. package/node_modules/retry/README.md +0 -227
  388. package/node_modules/retry/example/dns.js +0 -31
  389. package/node_modules/retry/example/stop.js +0 -40
  390. package/node_modules/retry/index.js +0 -1
  391. package/node_modules/retry/lib/retry.js +0 -100
  392. package/node_modules/retry/lib/retry_operation.js +0 -162
  393. package/node_modules/retry/package.json +0 -36
@@ -1,494 +0,0 @@
1
- 'use strict';
2
-
3
- var CombinedStream = require('combined-stream');
4
- var util = require('util');
5
- var path = require('path');
6
- var http = require('http');
7
- var https = require('https');
8
- var parseUrl = require('url').parse;
9
- var fs = require('fs');
10
- var Stream = require('stream').Stream;
11
- var crypto = require('crypto');
12
- var mime = require('mime-types');
13
- var asynckit = require('asynckit');
14
- var setToStringTag = require('es-set-tostringtag');
15
- var hasOwn = require('hasown');
16
- var populate = require('./populate.js');
17
-
18
- /**
19
- * Create readable "multipart/form-data" streams.
20
- * Can be used to submit forms
21
- * and file uploads to other web applications.
22
- *
23
- * @constructor
24
- * @param {object} options - Properties to be added/overriden for FormData and CombinedStream
25
- */
26
- function FormData(options) {
27
- if (!(this instanceof FormData)) {
28
- return new FormData(options);
29
- }
30
-
31
- this._overheadLength = 0;
32
- this._valueLength = 0;
33
- this._valuesToMeasure = [];
34
-
35
- CombinedStream.call(this);
36
-
37
- options = options || {}; // eslint-disable-line no-param-reassign
38
- for (var option in options) { // eslint-disable-line no-restricted-syntax
39
- this[option] = options[option];
40
- }
41
- }
42
-
43
- // make it a Stream
44
- util.inherits(FormData, CombinedStream);
45
-
46
- FormData.LINE_BREAK = '\r\n';
47
- FormData.DEFAULT_CONTENT_TYPE = 'application/octet-stream';
48
-
49
- FormData.prototype.append = function (field, value, options) {
50
- options = options || {}; // eslint-disable-line no-param-reassign
51
-
52
- // allow filename as single option
53
- if (typeof options === 'string') {
54
- options = { filename: options }; // eslint-disable-line no-param-reassign
55
- }
56
-
57
- var append = CombinedStream.prototype.append.bind(this);
58
-
59
- // all that streamy business can't handle numbers
60
- if (typeof value === 'number' || value == null) {
61
- value = String(value); // eslint-disable-line no-param-reassign
62
- }
63
-
64
- // https://github.com/felixge/node-form-data/issues/38
65
- if (Array.isArray(value)) {
66
- /*
67
- * Please convert your array into string
68
- * the way web server expects it
69
- */
70
- this._error(new Error('Arrays are not supported.'));
71
- return;
72
- }
73
-
74
- var header = this._multiPartHeader(field, value, options);
75
- var footer = this._multiPartFooter();
76
-
77
- append(header);
78
- append(value);
79
- append(footer);
80
-
81
- // pass along options.knownLength
82
- this._trackLength(header, value, options);
83
- };
84
-
85
- FormData.prototype._trackLength = function (header, value, options) {
86
- var valueLength = 0;
87
-
88
- /*
89
- * used w/ getLengthSync(), when length is known.
90
- * e.g. for streaming directly from a remote server,
91
- * w/ a known file a size, and not wanting to wait for
92
- * incoming file to finish to get its size.
93
- */
94
- if (options.knownLength != null) {
95
- valueLength += Number(options.knownLength);
96
- } else if (Buffer.isBuffer(value)) {
97
- valueLength = value.length;
98
- } else if (typeof value === 'string') {
99
- valueLength = Buffer.byteLength(value);
100
- }
101
-
102
- this._valueLength += valueLength;
103
-
104
- // @check why add CRLF? does this account for custom/multiple CRLFs?
105
- this._overheadLength += Buffer.byteLength(header) + FormData.LINE_BREAK.length;
106
-
107
- // empty or either doesn't have path or not an http response or not a stream
108
- if (!value || (!value.path && !(value.readable && hasOwn(value, 'httpVersion')) && !(value instanceof Stream))) {
109
- return;
110
- }
111
-
112
- // no need to bother with the length
113
- if (!options.knownLength) {
114
- this._valuesToMeasure.push(value);
115
- }
116
- };
117
-
118
- FormData.prototype._lengthRetriever = function (value, callback) {
119
- if (hasOwn(value, 'fd')) {
120
- // take read range into a account
121
- // `end` = Infinity –> read file till the end
122
- //
123
- // TODO: Looks like there is bug in Node fs.createReadStream
124
- // it doesn't respect `end` options without `start` options
125
- // Fix it when node fixes it.
126
- // https://github.com/joyent/node/issues/7819
127
- if (value.end != undefined && value.end != Infinity && value.start != undefined) {
128
- // when end specified
129
- // no need to calculate range
130
- // inclusive, starts with 0
131
- callback(null, value.end + 1 - (value.start ? value.start : 0)); // eslint-disable-line callback-return
132
-
133
- // not that fast snoopy
134
- } else {
135
- // still need to fetch file size from fs
136
- fs.stat(value.path, function (err, stat) {
137
- if (err) {
138
- callback(err);
139
- return;
140
- }
141
-
142
- // update final size based on the range options
143
- var fileSize = stat.size - (value.start ? value.start : 0);
144
- callback(null, fileSize);
145
- });
146
- }
147
-
148
- // or http response
149
- } else if (hasOwn(value, 'httpVersion')) {
150
- callback(null, Number(value.headers['content-length'])); // eslint-disable-line callback-return
151
-
152
- // or request stream http://github.com/mikeal/request
153
- } else if (hasOwn(value, 'httpModule')) {
154
- // wait till response come back
155
- value.on('response', function (response) {
156
- value.pause();
157
- callback(null, Number(response.headers['content-length']));
158
- });
159
- value.resume();
160
-
161
- // something else
162
- } else {
163
- callback('Unknown stream'); // eslint-disable-line callback-return
164
- }
165
- };
166
-
167
- FormData.prototype._multiPartHeader = function (field, value, options) {
168
- /*
169
- * custom header specified (as string)?
170
- * it becomes responsible for boundary
171
- * (e.g. to handle extra CRLFs on .NET servers)
172
- */
173
- if (typeof options.header === 'string') {
174
- return options.header;
175
- }
176
-
177
- var contentDisposition = this._getContentDisposition(value, options);
178
- var contentType = this._getContentType(value, options);
179
-
180
- var contents = '';
181
- var headers = {
182
- // add custom disposition as third element or keep it two elements if not
183
- 'Content-Disposition': ['form-data', 'name="' + field + '"'].concat(contentDisposition || []),
184
- // if no content type. allow it to be empty array
185
- 'Content-Type': [].concat(contentType || [])
186
- };
187
-
188
- // allow custom headers.
189
- if (typeof options.header === 'object') {
190
- populate(headers, options.header);
191
- }
192
-
193
- var header;
194
- for (var prop in headers) { // eslint-disable-line no-restricted-syntax
195
- if (hasOwn(headers, prop)) {
196
- header = headers[prop];
197
-
198
- // skip nullish headers.
199
- if (header == null) {
200
- continue; // eslint-disable-line no-restricted-syntax, no-continue
201
- }
202
-
203
- // convert all headers to arrays.
204
- if (!Array.isArray(header)) {
205
- header = [header];
206
- }
207
-
208
- // add non-empty headers.
209
- if (header.length) {
210
- contents += prop + ': ' + header.join('; ') + FormData.LINE_BREAK;
211
- }
212
- }
213
- }
214
-
215
- return '--' + this.getBoundary() + FormData.LINE_BREAK + contents + FormData.LINE_BREAK;
216
- };
217
-
218
- FormData.prototype._getContentDisposition = function (value, options) { // eslint-disable-line consistent-return
219
- var filename;
220
-
221
- if (typeof options.filepath === 'string') {
222
- // custom filepath for relative paths
223
- filename = path.normalize(options.filepath).replace(/\\/g, '/');
224
- } else if (options.filename || (value && (value.name || value.path))) {
225
- /*
226
- * custom filename take precedence
227
- * formidable and the browser add a name property
228
- * fs- and request- streams have path property
229
- */
230
- filename = path.basename(options.filename || (value && (value.name || value.path)));
231
- } else if (value && value.readable && hasOwn(value, 'httpVersion')) {
232
- // or try http response
233
- filename = path.basename(value.client._httpMessage.path || '');
234
- }
235
-
236
- if (filename) {
237
- return 'filename="' + filename + '"';
238
- }
239
- };
240
-
241
- FormData.prototype._getContentType = function (value, options) {
242
- // use custom content-type above all
243
- var contentType = options.contentType;
244
-
245
- // or try `name` from formidable, browser
246
- if (!contentType && value && value.name) {
247
- contentType = mime.lookup(value.name);
248
- }
249
-
250
- // or try `path` from fs-, request- streams
251
- if (!contentType && value && value.path) {
252
- contentType = mime.lookup(value.path);
253
- }
254
-
255
- // or if it's http-reponse
256
- if (!contentType && value && value.readable && hasOwn(value, 'httpVersion')) {
257
- contentType = value.headers['content-type'];
258
- }
259
-
260
- // or guess it from the filepath or filename
261
- if (!contentType && (options.filepath || options.filename)) {
262
- contentType = mime.lookup(options.filepath || options.filename);
263
- }
264
-
265
- // fallback to the default content type if `value` is not simple value
266
- if (!contentType && value && typeof value === 'object') {
267
- contentType = FormData.DEFAULT_CONTENT_TYPE;
268
- }
269
-
270
- return contentType;
271
- };
272
-
273
- FormData.prototype._multiPartFooter = function () {
274
- return function (next) {
275
- var footer = FormData.LINE_BREAK;
276
-
277
- var lastPart = this._streams.length === 0;
278
- if (lastPart) {
279
- footer += this._lastBoundary();
280
- }
281
-
282
- next(footer);
283
- }.bind(this);
284
- };
285
-
286
- FormData.prototype._lastBoundary = function () {
287
- return '--' + this.getBoundary() + '--' + FormData.LINE_BREAK;
288
- };
289
-
290
- FormData.prototype.getHeaders = function (userHeaders) {
291
- var header;
292
- var formHeaders = {
293
- 'content-type': 'multipart/form-data; boundary=' + this.getBoundary()
294
- };
295
-
296
- for (header in userHeaders) { // eslint-disable-line no-restricted-syntax
297
- if (hasOwn(userHeaders, header)) {
298
- formHeaders[header.toLowerCase()] = userHeaders[header];
299
- }
300
- }
301
-
302
- return formHeaders;
303
- };
304
-
305
- FormData.prototype.setBoundary = function (boundary) {
306
- if (typeof boundary !== 'string') {
307
- throw new TypeError('FormData boundary must be a string');
308
- }
309
- this._boundary = boundary;
310
- };
311
-
312
- FormData.prototype.getBoundary = function () {
313
- if (!this._boundary) {
314
- this._generateBoundary();
315
- }
316
-
317
- return this._boundary;
318
- };
319
-
320
- FormData.prototype.getBuffer = function () {
321
- var dataBuffer = new Buffer.alloc(0); // eslint-disable-line new-cap
322
- var boundary = this.getBoundary();
323
-
324
- // Create the form content. Add Line breaks to the end of data.
325
- for (var i = 0, len = this._streams.length; i < len; i++) {
326
- if (typeof this._streams[i] !== 'function') {
327
- // Add content to the buffer.
328
- if (Buffer.isBuffer(this._streams[i])) {
329
- dataBuffer = Buffer.concat([dataBuffer, this._streams[i]]);
330
- } else {
331
- dataBuffer = Buffer.concat([dataBuffer, Buffer.from(this._streams[i])]);
332
- }
333
-
334
- // Add break after content.
335
- if (typeof this._streams[i] !== 'string' || this._streams[i].substring(2, boundary.length + 2) !== boundary) {
336
- dataBuffer = Buffer.concat([dataBuffer, Buffer.from(FormData.LINE_BREAK)]);
337
- }
338
- }
339
- }
340
-
341
- // Add the footer and return the Buffer object.
342
- return Buffer.concat([dataBuffer, Buffer.from(this._lastBoundary())]);
343
- };
344
-
345
- FormData.prototype._generateBoundary = function () {
346
- // This generates a 50 character boundary similar to those used by Firefox.
347
-
348
- // They are optimized for boyer-moore parsing.
349
- this._boundary = '--------------------------' + crypto.randomBytes(12).toString('hex');
350
- };
351
-
352
- // Note: getLengthSync DOESN'T calculate streams length
353
- // As workaround one can calculate file size manually and add it as knownLength option
354
- FormData.prototype.getLengthSync = function () {
355
- var knownLength = this._overheadLength + this._valueLength;
356
-
357
- // Don't get confused, there are 3 "internal" streams for each keyval pair so it basically checks if there is any value added to the form
358
- if (this._streams.length) {
359
- knownLength += this._lastBoundary().length;
360
- }
361
-
362
- // https://github.com/form-data/form-data/issues/40
363
- if (!this.hasKnownLength()) {
364
- /*
365
- * Some async length retrievers are present
366
- * therefore synchronous length calculation is false.
367
- * Please use getLength(callback) to get proper length
368
- */
369
- this._error(new Error('Cannot calculate proper length in synchronous way.'));
370
- }
371
-
372
- return knownLength;
373
- };
374
-
375
- // Public API to check if length of added values is known
376
- // https://github.com/form-data/form-data/issues/196
377
- // https://github.com/form-data/form-data/issues/262
378
- FormData.prototype.hasKnownLength = function () {
379
- var hasKnownLength = true;
380
-
381
- if (this._valuesToMeasure.length) {
382
- hasKnownLength = false;
383
- }
384
-
385
- return hasKnownLength;
386
- };
387
-
388
- FormData.prototype.getLength = function (cb) {
389
- var knownLength = this._overheadLength + this._valueLength;
390
-
391
- if (this._streams.length) {
392
- knownLength += this._lastBoundary().length;
393
- }
394
-
395
- if (!this._valuesToMeasure.length) {
396
- process.nextTick(cb.bind(this, null, knownLength));
397
- return;
398
- }
399
-
400
- asynckit.parallel(this._valuesToMeasure, this._lengthRetriever, function (err, values) {
401
- if (err) {
402
- cb(err);
403
- return;
404
- }
405
-
406
- values.forEach(function (length) {
407
- knownLength += length;
408
- });
409
-
410
- cb(null, knownLength);
411
- });
412
- };
413
-
414
- FormData.prototype.submit = function (params, cb) {
415
- var request;
416
- var options;
417
- var defaults = { method: 'post' };
418
-
419
- // parse provided url if it's string or treat it as options object
420
- if (typeof params === 'string') {
421
- params = parseUrl(params); // eslint-disable-line no-param-reassign
422
- /* eslint sort-keys: 0 */
423
- options = populate({
424
- port: params.port,
425
- path: params.pathname,
426
- host: params.hostname,
427
- protocol: params.protocol
428
- }, defaults);
429
- } else { // use custom params
430
- options = populate(params, defaults);
431
- // if no port provided use default one
432
- if (!options.port) {
433
- options.port = options.protocol === 'https:' ? 443 : 80;
434
- }
435
- }
436
-
437
- // put that good code in getHeaders to some use
438
- options.headers = this.getHeaders(params.headers);
439
-
440
- // https if specified, fallback to http in any other case
441
- if (options.protocol === 'https:') {
442
- request = https.request(options);
443
- } else {
444
- request = http.request(options);
445
- }
446
-
447
- // get content length and fire away
448
- this.getLength(function (err, length) {
449
- if (err && err !== 'Unknown stream') {
450
- this._error(err);
451
- return;
452
- }
453
-
454
- // add content length
455
- if (length) {
456
- request.setHeader('Content-Length', length);
457
- }
458
-
459
- this.pipe(request);
460
- if (cb) {
461
- var onResponse;
462
-
463
- var callback = function (error, responce) {
464
- request.removeListener('error', callback);
465
- request.removeListener('response', onResponse);
466
-
467
- return cb.call(this, error, responce);
468
- };
469
-
470
- onResponse = callback.bind(this, null);
471
-
472
- request.on('error', callback);
473
- request.on('response', onResponse);
474
- }
475
- }.bind(this));
476
-
477
- return request;
478
- };
479
-
480
- FormData.prototype._error = function (err) {
481
- if (!this.error) {
482
- this.error = err;
483
- this.pause();
484
- this.emit('error', err);
485
- }
486
- };
487
-
488
- FormData.prototype.toString = function () {
489
- return '[object FormData]';
490
- };
491
- setToStringTag(FormData.prototype, 'FormData');
492
-
493
- // Public API
494
- module.exports = FormData;
@@ -1,10 +0,0 @@
1
- 'use strict';
2
-
3
- // populates missing values
4
- module.exports = function (dst, src) {
5
- Object.keys(src).forEach(function (prop) {
6
- dst[prop] = dst[prop] || src[prop]; // eslint-disable-line no-param-reassign
7
- });
8
-
9
- return dst;
10
- };
@@ -1,82 +0,0 @@
1
- {
2
- "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
3
- "name": "form-data",
4
- "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
5
- "version": "4.0.5",
6
- "repository": {
7
- "type": "git",
8
- "url": "git://github.com/form-data/form-data.git"
9
- },
10
- "main": "./lib/form_data",
11
- "browser": "./lib/browser",
12
- "typings": "./index.d.ts",
13
- "scripts": {
14
- "pretest": "npm run lint",
15
- "pretests-only": "rimraf coverage test/tmp",
16
- "tests-only": "istanbul cover test/run.js",
17
- "posttests-only": "istanbul report lcov text",
18
- "test": "npm run tests-only",
19
- "posttest": "npx npm@'>=10.2' audit --production",
20
- "lint": "eslint --ext=js,mjs .",
21
- "report": "istanbul report lcov text",
22
- "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
23
- "ci-test": "npm run tests-only && npm run browser && npm run report",
24
- "predebug": "rimraf coverage test/tmp",
25
- "debug": "verbose=1 ./test/run.js",
26
- "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
27
- "check": "istanbul check-coverage coverage/coverage*.json",
28
- "files": "pkgfiles --sort=name",
29
- "get-version": "node -e \"console.log(require('./package.json').version)\"",
30
- "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md",
31
- "postupdate-readme": "mv README.md.bak READ.ME.md.bak",
32
- "restore-readme": "mv READ.ME.md.bak README.md",
33
- "prepublish": "not-in-publish || npm run prepublishOnly",
34
- "prepack": "npm run update-readme",
35
- "postpack": "npm run restore-readme",
36
- "version": "auto-changelog && git add CHANGELOG.md",
37
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
38
- },
39
- "engines": {
40
- "node": ">= 6"
41
- },
42
- "dependencies": {
43
- "asynckit": "^0.4.0",
44
- "combined-stream": "^1.0.8",
45
- "es-set-tostringtag": "^2.1.0",
46
- "hasown": "^2.0.2",
47
- "mime-types": "^2.1.12"
48
- },
49
- "devDependencies": {
50
- "@ljharb/eslint-config": "^21.4.0",
51
- "auto-changelog": "^2.5.0",
52
- "browserify": "^13.3.0",
53
- "browserify-istanbul": "^2.0.0",
54
- "coveralls": "^3.1.1",
55
- "cross-spawn": "^6.0.6",
56
- "eslint": "^8.57.1",
57
- "fake": "^0.2.2",
58
- "far": "^0.0.7",
59
- "formidable": "^1.2.6",
60
- "in-publish": "^2.0.1",
61
- "is-node-modern": "^1.0.0",
62
- "istanbul": "^0.4.5",
63
- "js-randomness-predictor": "^1.5.5",
64
- "obake": "^0.1.2",
65
- "pkgfiles": "^2.3.2",
66
- "pre-commit": "^1.2.2",
67
- "puppeteer": "^1.20.0",
68
- "request": "~2.87.0",
69
- "rimraf": "^2.7.1",
70
- "semver": "^6.3.1",
71
- "tape": "^5.9.0"
72
- },
73
- "license": "MIT",
74
- "auto-changelog": {
75
- "output": "CHANGELOG.md",
76
- "template": "keepachangelog",
77
- "unreleased": false,
78
- "commitLimit": false,
79
- "backfillLimit": false,
80
- "hideCredit": true
81
- }
82
- }
@@ -1,21 +0,0 @@
1
- {
2
- "root": true,
3
-
4
- "extends": "@ljharb",
5
-
6
- "rules": {
7
- "func-name-matching": 0,
8
- "indent": [2, 4],
9
- "no-new-func": [1],
10
- },
11
-
12
- "overrides": [
13
- {
14
- "files": "test/**",
15
- "rules": {
16
- "max-lines-per-function": 0,
17
- "strict": [0]
18
- },
19
- },
20
- ],
21
- }
@@ -1,12 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: [ljharb]
4
- patreon: # Replace with a single Patreon username
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: # Replace with a single Ko-fi username
7
- tidelift: npm/function-bind
8
- community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- liberapay: # Replace with a single Liberapay username
10
- issuehunt: # Replace with a single IssueHunt username
11
- otechie: # Replace with a single Otechie username
12
- custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -1,3 +0,0 @@
1
- # Security
2
-
3
- Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
@@ -1,13 +0,0 @@
1
- {
2
- "all": true,
3
- "check-coverage": false,
4
- "reporter": ["text-summary", "text", "html", "json"],
5
- "lines": 86,
6
- "statements": 85.93,
7
- "functions": 82.43,
8
- "branches": 76.06,
9
- "exclude": [
10
- "coverage",
11
- "test"
12
- ]
13
- }