speaker-calibration 2.1.4 → 2.1.5

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 (432) hide show
  1. package/dist/example/listener.html +29 -39
  2. package/dist/example/server.js +6 -4
  3. package/dist/example/speakerUI.js +5 -1
  4. package/dist/main.js +913 -1
  5. package/dist/node_modules/.bin/mime +12 -0
  6. package/dist/node_modules/.bin/mime.cmd +17 -0
  7. package/dist/node_modules/.bin/mime.ps1 +28 -0
  8. package/dist/node_modules/.package-lock.json +584 -0
  9. package/dist/node_modules/accepts/HISTORY.md +243 -0
  10. package/dist/node_modules/accepts/LICENSE +23 -0
  11. package/dist/node_modules/accepts/README.md +140 -0
  12. package/dist/node_modules/accepts/index.js +238 -0
  13. package/dist/node_modules/accepts/package.json +47 -0
  14. package/dist/node_modules/array-flatten/LICENSE +21 -0
  15. package/dist/node_modules/array-flatten/README.md +43 -0
  16. package/dist/node_modules/array-flatten/array-flatten.js +64 -0
  17. package/dist/node_modules/array-flatten/package.json +39 -0
  18. package/dist/node_modules/body-parser/HISTORY.md +657 -0
  19. package/dist/node_modules/body-parser/LICENSE +23 -0
  20. package/dist/node_modules/body-parser/README.md +464 -0
  21. package/dist/node_modules/body-parser/SECURITY.md +25 -0
  22. package/dist/node_modules/body-parser/index.js +156 -0
  23. package/dist/node_modules/body-parser/lib/read.js +205 -0
  24. package/dist/node_modules/body-parser/lib/types/json.js +236 -0
  25. package/dist/node_modules/body-parser/lib/types/raw.js +101 -0
  26. package/dist/node_modules/body-parser/lib/types/text.js +121 -0
  27. package/dist/node_modules/body-parser/lib/types/urlencoded.js +284 -0
  28. package/dist/node_modules/body-parser/package.json +56 -0
  29. package/dist/node_modules/bytes/History.md +97 -0
  30. package/dist/node_modules/bytes/LICENSE +23 -0
  31. package/dist/node_modules/bytes/Readme.md +152 -0
  32. package/dist/node_modules/bytes/index.js +170 -0
  33. package/dist/node_modules/bytes/package.json +42 -0
  34. package/dist/node_modules/call-bind/.eslintignore +1 -0
  35. package/dist/node_modules/call-bind/.eslintrc +17 -0
  36. package/dist/node_modules/call-bind/.github/FUNDING.yml +12 -0
  37. package/dist/node_modules/call-bind/.nycrc +13 -0
  38. package/dist/node_modules/call-bind/CHANGELOG.md +42 -0
  39. package/dist/node_modules/call-bind/LICENSE +21 -0
  40. package/dist/node_modules/call-bind/README.md +2 -0
  41. package/dist/node_modules/call-bind/callBound.js +15 -0
  42. package/dist/node_modules/call-bind/index.js +47 -0
  43. package/dist/node_modules/call-bind/package.json +80 -0
  44. package/dist/node_modules/call-bind/test/callBound.js +55 -0
  45. package/dist/node_modules/call-bind/test/index.js +66 -0
  46. package/dist/node_modules/content-disposition/HISTORY.md +60 -0
  47. package/dist/node_modules/content-disposition/LICENSE +22 -0
  48. package/dist/node_modules/content-disposition/README.md +142 -0
  49. package/dist/node_modules/content-disposition/index.js +458 -0
  50. package/dist/node_modules/content-disposition/package.json +44 -0
  51. package/dist/node_modules/content-type/HISTORY.md +24 -0
  52. package/dist/node_modules/content-type/LICENSE +22 -0
  53. package/dist/node_modules/content-type/README.md +92 -0
  54. package/dist/node_modules/content-type/index.js +222 -0
  55. package/dist/node_modules/content-type/package.json +40 -0
  56. package/dist/node_modules/cookie/HISTORY.md +142 -0
  57. package/dist/node_modules/cookie/LICENSE +24 -0
  58. package/dist/node_modules/cookie/README.md +302 -0
  59. package/dist/node_modules/cookie/SECURITY.md +25 -0
  60. package/dist/node_modules/cookie/index.js +270 -0
  61. package/dist/node_modules/cookie/package.json +44 -0
  62. package/dist/node_modules/cookie-signature/History.md +38 -0
  63. package/dist/node_modules/cookie-signature/Readme.md +42 -0
  64. package/dist/node_modules/cookie-signature/index.js +51 -0
  65. package/dist/node_modules/cookie-signature/package.json +18 -0
  66. package/dist/node_modules/debug/.coveralls.yml +1 -0
  67. package/dist/node_modules/debug/.eslintrc +11 -0
  68. package/dist/node_modules/debug/.travis.yml +14 -0
  69. package/dist/node_modules/debug/CHANGELOG.md +362 -0
  70. package/dist/node_modules/debug/LICENSE +19 -0
  71. package/dist/node_modules/debug/Makefile +50 -0
  72. package/dist/node_modules/debug/README.md +312 -0
  73. package/dist/node_modules/debug/component.json +19 -0
  74. package/dist/node_modules/debug/karma.conf.js +70 -0
  75. package/dist/node_modules/debug/node.js +1 -0
  76. package/dist/node_modules/debug/package.json +49 -0
  77. package/dist/node_modules/debug/src/browser.js +185 -0
  78. package/dist/node_modules/debug/src/debug.js +202 -0
  79. package/dist/node_modules/debug/src/index.js +10 -0
  80. package/dist/node_modules/debug/src/inspector-log.js +15 -0
  81. package/dist/node_modules/debug/src/node.js +248 -0
  82. package/dist/node_modules/depd/History.md +103 -0
  83. package/dist/node_modules/depd/LICENSE +22 -0
  84. package/dist/node_modules/depd/Readme.md +280 -0
  85. package/dist/node_modules/depd/index.js +538 -0
  86. package/dist/node_modules/depd/lib/browser/index.js +77 -0
  87. package/dist/node_modules/depd/package.json +45 -0
  88. package/dist/node_modules/destroy/LICENSE +23 -0
  89. package/dist/node_modules/destroy/README.md +63 -0
  90. package/dist/node_modules/destroy/index.js +209 -0
  91. package/dist/node_modules/destroy/package.json +48 -0
  92. package/dist/node_modules/ee-first/LICENSE +22 -0
  93. package/dist/node_modules/ee-first/README.md +80 -0
  94. package/dist/node_modules/ee-first/index.js +95 -0
  95. package/dist/node_modules/ee-first/package.json +29 -0
  96. package/dist/node_modules/encodeurl/HISTORY.md +14 -0
  97. package/dist/node_modules/encodeurl/LICENSE +22 -0
  98. package/dist/node_modules/encodeurl/README.md +128 -0
  99. package/dist/node_modules/encodeurl/index.js +60 -0
  100. package/dist/node_modules/encodeurl/package.json +40 -0
  101. package/dist/node_modules/escape-html/LICENSE +24 -0
  102. package/dist/node_modules/escape-html/Readme.md +43 -0
  103. package/dist/node_modules/escape-html/index.js +78 -0
  104. package/dist/node_modules/escape-html/package.json +24 -0
  105. package/dist/node_modules/etag/HISTORY.md +83 -0
  106. package/dist/node_modules/etag/LICENSE +22 -0
  107. package/dist/node_modules/etag/README.md +159 -0
  108. package/dist/node_modules/etag/index.js +131 -0
  109. package/dist/node_modules/etag/package.json +47 -0
  110. package/dist/node_modules/express/History.md +3588 -0
  111. package/dist/node_modules/express/LICENSE +24 -0
  112. package/dist/node_modules/express/Readme.md +166 -0
  113. package/dist/node_modules/express/index.js +11 -0
  114. package/dist/node_modules/express/lib/application.js +661 -0
  115. package/dist/node_modules/express/lib/express.js +116 -0
  116. package/dist/node_modules/express/lib/middleware/init.js +43 -0
  117. package/dist/node_modules/express/lib/middleware/query.js +47 -0
  118. package/dist/node_modules/express/lib/request.js +525 -0
  119. package/dist/node_modules/express/lib/response.js +1169 -0
  120. package/dist/node_modules/express/lib/router/index.js +673 -0
  121. package/dist/node_modules/express/lib/router/layer.js +181 -0
  122. package/dist/node_modules/express/lib/router/route.js +225 -0
  123. package/dist/node_modules/express/lib/utils.js +304 -0
  124. package/dist/node_modules/express/lib/view.js +182 -0
  125. package/dist/node_modules/express/package.json +99 -0
  126. package/dist/node_modules/finalhandler/HISTORY.md +195 -0
  127. package/dist/node_modules/finalhandler/LICENSE +22 -0
  128. package/dist/node_modules/finalhandler/README.md +147 -0
  129. package/dist/node_modules/finalhandler/SECURITY.md +25 -0
  130. package/dist/node_modules/finalhandler/index.js +336 -0
  131. package/dist/node_modules/finalhandler/package.json +46 -0
  132. package/dist/node_modules/forwarded/HISTORY.md +21 -0
  133. package/dist/node_modules/forwarded/LICENSE +22 -0
  134. package/dist/node_modules/forwarded/README.md +57 -0
  135. package/dist/node_modules/forwarded/index.js +90 -0
  136. package/dist/node_modules/forwarded/package.json +45 -0
  137. package/dist/node_modules/fresh/HISTORY.md +70 -0
  138. package/dist/node_modules/fresh/LICENSE +23 -0
  139. package/dist/node_modules/fresh/README.md +119 -0
  140. package/dist/node_modules/fresh/index.js +137 -0
  141. package/dist/node_modules/fresh/package.json +46 -0
  142. package/dist/node_modules/function-bind/.editorconfig +20 -0
  143. package/dist/node_modules/function-bind/.eslintrc +15 -0
  144. package/dist/node_modules/function-bind/.jscs.json +176 -0
  145. package/dist/node_modules/function-bind/.travis.yml +168 -0
  146. package/dist/node_modules/function-bind/LICENSE +20 -0
  147. package/dist/node_modules/function-bind/README.md +48 -0
  148. package/dist/node_modules/function-bind/implementation.js +52 -0
  149. package/dist/node_modules/function-bind/index.js +5 -0
  150. package/dist/node_modules/function-bind/package.json +63 -0
  151. package/dist/node_modules/function-bind/test/.eslintrc +9 -0
  152. package/dist/node_modules/function-bind/test/index.js +252 -0
  153. package/dist/node_modules/get-intrinsic/.eslintrc +37 -0
  154. package/dist/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  155. package/dist/node_modules/get-intrinsic/.nycrc +9 -0
  156. package/dist/node_modules/get-intrinsic/CHANGELOG.md +98 -0
  157. package/dist/node_modules/get-intrinsic/LICENSE +21 -0
  158. package/dist/node_modules/get-intrinsic/README.md +71 -0
  159. package/dist/node_modules/get-intrinsic/index.js +334 -0
  160. package/dist/node_modules/get-intrinsic/package.json +91 -0
  161. package/dist/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  162. package/dist/node_modules/has/LICENSE-MIT +22 -0
  163. package/dist/node_modules/has/README.md +18 -0
  164. package/dist/node_modules/has/package.json +48 -0
  165. package/dist/node_modules/has/src/index.js +5 -0
  166. package/dist/node_modules/has/test/index.js +10 -0
  167. package/dist/node_modules/has-symbols/.eslintrc +11 -0
  168. package/dist/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  169. package/dist/node_modules/has-symbols/.nycrc +9 -0
  170. package/dist/node_modules/has-symbols/CHANGELOG.md +75 -0
  171. package/dist/node_modules/has-symbols/LICENSE +21 -0
  172. package/dist/node_modules/has-symbols/README.md +46 -0
  173. package/dist/node_modules/has-symbols/index.js +13 -0
  174. package/dist/node_modules/has-symbols/package.json +101 -0
  175. package/dist/node_modules/has-symbols/shams.js +42 -0
  176. package/dist/node_modules/has-symbols/test/index.js +22 -0
  177. package/dist/node_modules/has-symbols/test/shams/core-js.js +28 -0
  178. package/dist/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  179. package/dist/node_modules/has-symbols/test/tests.js +56 -0
  180. package/dist/node_modules/http-errors/HISTORY.md +180 -0
  181. package/dist/node_modules/http-errors/LICENSE +23 -0
  182. package/dist/node_modules/http-errors/README.md +169 -0
  183. package/dist/node_modules/http-errors/index.js +289 -0
  184. package/dist/node_modules/http-errors/package.json +50 -0
  185. package/dist/node_modules/iconv-lite/Changelog.md +162 -0
  186. package/dist/node_modules/iconv-lite/LICENSE +21 -0
  187. package/dist/node_modules/iconv-lite/README.md +156 -0
  188. package/dist/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  189. package/dist/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  190. package/dist/node_modules/iconv-lite/encodings/index.js +22 -0
  191. package/dist/node_modules/iconv-lite/encodings/internal.js +188 -0
  192. package/dist/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  193. package/dist/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  194. package/dist/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
  195. package/dist/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  196. package/dist/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  197. package/dist/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  198. package/dist/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  199. package/dist/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  200. package/dist/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  201. package/dist/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  202. package/dist/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  203. package/dist/node_modules/iconv-lite/encodings/utf16.js +177 -0
  204. package/dist/node_modules/iconv-lite/encodings/utf7.js +290 -0
  205. package/dist/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  206. package/dist/node_modules/iconv-lite/lib/extend-node.js +217 -0
  207. package/dist/node_modules/iconv-lite/lib/index.d.ts +24 -0
  208. package/dist/node_modules/iconv-lite/lib/index.js +153 -0
  209. package/dist/node_modules/iconv-lite/lib/streams.js +121 -0
  210. package/dist/node_modules/iconv-lite/package.json +46 -0
  211. package/dist/node_modules/inherits/LICENSE +16 -0
  212. package/dist/node_modules/inherits/README.md +42 -0
  213. package/dist/node_modules/inherits/inherits.js +9 -0
  214. package/dist/node_modules/inherits/inherits_browser.js +27 -0
  215. package/dist/node_modules/inherits/package.json +29 -0
  216. package/dist/node_modules/ipaddr.js/LICENSE +19 -0
  217. package/dist/node_modules/ipaddr.js/README.md +233 -0
  218. package/dist/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  219. package/dist/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  220. package/dist/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  221. package/dist/node_modules/ipaddr.js/package.json +35 -0
  222. package/dist/node_modules/media-typer/HISTORY.md +22 -0
  223. package/dist/node_modules/media-typer/LICENSE +22 -0
  224. package/dist/node_modules/media-typer/README.md +81 -0
  225. package/dist/node_modules/media-typer/index.js +270 -0
  226. package/dist/node_modules/media-typer/package.json +26 -0
  227. package/dist/node_modules/merge-descriptors/HISTORY.md +21 -0
  228. package/dist/node_modules/merge-descriptors/LICENSE +23 -0
  229. package/dist/node_modules/merge-descriptors/README.md +48 -0
  230. package/dist/node_modules/merge-descriptors/index.js +60 -0
  231. package/dist/node_modules/merge-descriptors/package.json +32 -0
  232. package/dist/node_modules/methods/HISTORY.md +29 -0
  233. package/dist/node_modules/methods/LICENSE +24 -0
  234. package/dist/node_modules/methods/README.md +51 -0
  235. package/dist/node_modules/methods/index.js +69 -0
  236. package/dist/node_modules/methods/package.json +36 -0
  237. package/dist/node_modules/mime/CHANGELOG.md +164 -0
  238. package/dist/node_modules/mime/LICENSE +21 -0
  239. package/dist/node_modules/mime/README.md +90 -0
  240. package/dist/node_modules/mime/cli.js +8 -0
  241. package/dist/node_modules/mime/mime.js +108 -0
  242. package/dist/node_modules/mime/package.json +44 -0
  243. package/dist/node_modules/mime/src/build.js +53 -0
  244. package/dist/node_modules/mime/src/test.js +60 -0
  245. package/dist/node_modules/mime/types.json +1 -0
  246. package/dist/node_modules/mime-db/HISTORY.md +507 -0
  247. package/dist/node_modules/mime-db/LICENSE +23 -0
  248. package/dist/node_modules/mime-db/README.md +100 -0
  249. package/dist/node_modules/mime-db/db.json +8519 -0
  250. package/dist/node_modules/mime-db/index.js +12 -0
  251. package/dist/node_modules/mime-db/package.json +60 -0
  252. package/dist/node_modules/mime-types/HISTORY.md +397 -0
  253. package/dist/node_modules/mime-types/LICENSE +23 -0
  254. package/dist/node_modules/mime-types/README.md +113 -0
  255. package/dist/node_modules/mime-types/index.js +188 -0
  256. package/dist/node_modules/mime-types/package.json +44 -0
  257. package/dist/node_modules/ms/index.js +152 -0
  258. package/dist/node_modules/ms/license.md +21 -0
  259. package/dist/node_modules/ms/package.json +37 -0
  260. package/dist/node_modules/ms/readme.md +51 -0
  261. package/dist/node_modules/negotiator/HISTORY.md +108 -0
  262. package/dist/node_modules/negotiator/LICENSE +24 -0
  263. package/dist/node_modules/negotiator/README.md +203 -0
  264. package/dist/node_modules/negotiator/index.js +82 -0
  265. package/dist/node_modules/negotiator/lib/charset.js +169 -0
  266. package/dist/node_modules/negotiator/lib/encoding.js +184 -0
  267. package/dist/node_modules/negotiator/lib/language.js +179 -0
  268. package/dist/node_modules/negotiator/lib/mediaType.js +294 -0
  269. package/dist/node_modules/negotiator/package.json +42 -0
  270. package/dist/node_modules/object-inspect/.eslintrc +53 -0
  271. package/dist/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  272. package/dist/node_modules/object-inspect/.nycrc +13 -0
  273. package/dist/node_modules/object-inspect/CHANGELOG.md +360 -0
  274. package/dist/node_modules/object-inspect/LICENSE +21 -0
  275. package/dist/node_modules/object-inspect/example/all.js +23 -0
  276. package/dist/node_modules/object-inspect/example/circular.js +6 -0
  277. package/dist/node_modules/object-inspect/example/fn.js +5 -0
  278. package/dist/node_modules/object-inspect/example/inspect.js +10 -0
  279. package/dist/node_modules/object-inspect/index.js +512 -0
  280. package/dist/node_modules/object-inspect/package-support.json +20 -0
  281. package/dist/node_modules/object-inspect/package.json +94 -0
  282. package/dist/node_modules/object-inspect/readme.markdown +86 -0
  283. package/dist/node_modules/object-inspect/test/bigint.js +58 -0
  284. package/dist/node_modules/object-inspect/test/browser/dom.js +15 -0
  285. package/dist/node_modules/object-inspect/test/circular.js +16 -0
  286. package/dist/node_modules/object-inspect/test/deep.js +12 -0
  287. package/dist/node_modules/object-inspect/test/element.js +53 -0
  288. package/dist/node_modules/object-inspect/test/err.js +48 -0
  289. package/dist/node_modules/object-inspect/test/fakes.js +29 -0
  290. package/dist/node_modules/object-inspect/test/fn.js +76 -0
  291. package/dist/node_modules/object-inspect/test/has.js +15 -0
  292. package/dist/node_modules/object-inspect/test/holes.js +15 -0
  293. package/dist/node_modules/object-inspect/test/indent-option.js +271 -0
  294. package/dist/node_modules/object-inspect/test/inspect.js +139 -0
  295. package/dist/node_modules/object-inspect/test/lowbyte.js +12 -0
  296. package/dist/node_modules/object-inspect/test/number.js +58 -0
  297. package/dist/node_modules/object-inspect/test/quoteStyle.js +17 -0
  298. package/dist/node_modules/object-inspect/test/toStringTag.js +40 -0
  299. package/dist/node_modules/object-inspect/test/undef.js +12 -0
  300. package/dist/node_modules/object-inspect/test/values.js +211 -0
  301. package/dist/node_modules/object-inspect/test-core-js.js +26 -0
  302. package/dist/node_modules/object-inspect/util.inspect.js +1 -0
  303. package/dist/node_modules/on-finished/HISTORY.md +98 -0
  304. package/dist/node_modules/on-finished/LICENSE +23 -0
  305. package/dist/node_modules/on-finished/README.md +162 -0
  306. package/dist/node_modules/on-finished/index.js +234 -0
  307. package/dist/node_modules/on-finished/package.json +39 -0
  308. package/dist/node_modules/parseurl/HISTORY.md +58 -0
  309. package/dist/node_modules/parseurl/LICENSE +24 -0
  310. package/dist/node_modules/parseurl/README.md +133 -0
  311. package/dist/node_modules/parseurl/index.js +158 -0
  312. package/dist/node_modules/parseurl/package.json +40 -0
  313. package/dist/node_modules/path-to-regexp/History.md +36 -0
  314. package/dist/node_modules/path-to-regexp/LICENSE +21 -0
  315. package/dist/node_modules/path-to-regexp/Readme.md +35 -0
  316. package/dist/node_modules/path-to-regexp/index.js +129 -0
  317. package/dist/node_modules/path-to-regexp/package.json +30 -0
  318. package/dist/node_modules/proxy-addr/HISTORY.md +161 -0
  319. package/dist/node_modules/proxy-addr/LICENSE +22 -0
  320. package/dist/node_modules/proxy-addr/README.md +139 -0
  321. package/dist/node_modules/proxy-addr/index.js +327 -0
  322. package/dist/node_modules/proxy-addr/package.json +47 -0
  323. package/dist/node_modules/qs/.editorconfig +43 -0
  324. package/dist/node_modules/qs/.eslintrc +38 -0
  325. package/dist/node_modules/qs/.github/FUNDING.yml +12 -0
  326. package/dist/node_modules/qs/.nycrc +13 -0
  327. package/dist/node_modules/qs/CHANGELOG.md +546 -0
  328. package/dist/node_modules/qs/LICENSE.md +29 -0
  329. package/dist/node_modules/qs/README.md +625 -0
  330. package/dist/node_modules/qs/dist/qs.js +2054 -0
  331. package/dist/node_modules/qs/lib/formats.js +23 -0
  332. package/dist/node_modules/qs/lib/index.js +11 -0
  333. package/dist/node_modules/qs/lib/parse.js +263 -0
  334. package/dist/node_modules/qs/lib/stringify.js +326 -0
  335. package/dist/node_modules/qs/lib/utils.js +252 -0
  336. package/dist/node_modules/qs/package.json +77 -0
  337. package/dist/node_modules/qs/test/parse.js +855 -0
  338. package/dist/node_modules/qs/test/stringify.js +909 -0
  339. package/dist/node_modules/qs/test/utils.js +136 -0
  340. package/dist/node_modules/range-parser/HISTORY.md +56 -0
  341. package/dist/node_modules/range-parser/LICENSE +23 -0
  342. package/dist/node_modules/range-parser/README.md +84 -0
  343. package/dist/node_modules/range-parser/index.js +162 -0
  344. package/dist/node_modules/range-parser/package.json +44 -0
  345. package/dist/node_modules/raw-body/HISTORY.md +303 -0
  346. package/dist/node_modules/raw-body/LICENSE +22 -0
  347. package/dist/node_modules/raw-body/README.md +223 -0
  348. package/dist/node_modules/raw-body/SECURITY.md +24 -0
  349. package/dist/node_modules/raw-body/index.d.ts +87 -0
  350. package/dist/node_modules/raw-body/index.js +329 -0
  351. package/dist/node_modules/raw-body/package.json +49 -0
  352. package/dist/node_modules/safe-buffer/LICENSE +21 -0
  353. package/dist/node_modules/safe-buffer/README.md +584 -0
  354. package/dist/node_modules/safe-buffer/index.d.ts +187 -0
  355. package/dist/node_modules/safe-buffer/index.js +65 -0
  356. package/dist/node_modules/safe-buffer/package.json +51 -0
  357. package/dist/node_modules/safer-buffer/LICENSE +21 -0
  358. package/dist/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  359. package/dist/node_modules/safer-buffer/Readme.md +156 -0
  360. package/dist/node_modules/safer-buffer/dangerous.js +58 -0
  361. package/dist/node_modules/safer-buffer/package.json +34 -0
  362. package/dist/node_modules/safer-buffer/safer.js +77 -0
  363. package/dist/node_modules/safer-buffer/tests.js +406 -0
  364. package/dist/node_modules/send/HISTORY.md +521 -0
  365. package/dist/node_modules/send/LICENSE +23 -0
  366. package/dist/node_modules/send/README.md +327 -0
  367. package/dist/node_modules/send/SECURITY.md +24 -0
  368. package/dist/node_modules/send/index.js +1143 -0
  369. package/dist/node_modules/send/node_modules/ms/index.js +162 -0
  370. package/dist/node_modules/send/node_modules/ms/license.md +21 -0
  371. package/dist/node_modules/send/node_modules/ms/package.json +38 -0
  372. package/dist/node_modules/send/node_modules/ms/readme.md +59 -0
  373. package/dist/node_modules/send/package.json +62 -0
  374. package/dist/node_modules/serve-static/HISTORY.md +471 -0
  375. package/dist/node_modules/serve-static/LICENSE +25 -0
  376. package/dist/node_modules/serve-static/README.md +257 -0
  377. package/dist/node_modules/serve-static/index.js +210 -0
  378. package/dist/node_modules/serve-static/package.json +42 -0
  379. package/dist/node_modules/setprototypeof/LICENSE +13 -0
  380. package/dist/node_modules/setprototypeof/README.md +31 -0
  381. package/dist/node_modules/setprototypeof/index.d.ts +2 -0
  382. package/dist/node_modules/setprototypeof/index.js +17 -0
  383. package/dist/node_modules/setprototypeof/package.json +38 -0
  384. package/dist/node_modules/setprototypeof/test/index.js +24 -0
  385. package/dist/node_modules/side-channel/.eslintignore +1 -0
  386. package/dist/node_modules/side-channel/.eslintrc +11 -0
  387. package/dist/node_modules/side-channel/.github/FUNDING.yml +12 -0
  388. package/dist/node_modules/side-channel/.nycrc +13 -0
  389. package/dist/node_modules/side-channel/CHANGELOG.md +65 -0
  390. package/dist/node_modules/side-channel/LICENSE +21 -0
  391. package/dist/node_modules/side-channel/README.md +2 -0
  392. package/dist/node_modules/side-channel/index.js +124 -0
  393. package/dist/node_modules/side-channel/package.json +67 -0
  394. package/dist/node_modules/side-channel/test/index.js +78 -0
  395. package/dist/node_modules/statuses/HISTORY.md +82 -0
  396. package/dist/node_modules/statuses/LICENSE +23 -0
  397. package/dist/node_modules/statuses/README.md +136 -0
  398. package/dist/node_modules/statuses/codes.json +65 -0
  399. package/dist/node_modules/statuses/index.js +146 -0
  400. package/dist/node_modules/statuses/package.json +49 -0
  401. package/dist/node_modules/toidentifier/HISTORY.md +9 -0
  402. package/dist/node_modules/toidentifier/LICENSE +21 -0
  403. package/dist/node_modules/toidentifier/README.md +61 -0
  404. package/dist/node_modules/toidentifier/index.js +32 -0
  405. package/dist/node_modules/toidentifier/package.json +38 -0
  406. package/dist/node_modules/type-is/HISTORY.md +259 -0
  407. package/dist/node_modules/type-is/LICENSE +23 -0
  408. package/dist/node_modules/type-is/README.md +170 -0
  409. package/dist/node_modules/type-is/index.js +266 -0
  410. package/dist/node_modules/type-is/package.json +45 -0
  411. package/dist/node_modules/unpipe/HISTORY.md +4 -0
  412. package/dist/node_modules/unpipe/LICENSE +22 -0
  413. package/dist/node_modules/unpipe/README.md +43 -0
  414. package/dist/node_modules/unpipe/index.js +69 -0
  415. package/dist/node_modules/unpipe/package.json +27 -0
  416. package/dist/node_modules/utils-merge/LICENSE +20 -0
  417. package/dist/node_modules/utils-merge/README.md +34 -0
  418. package/dist/node_modules/utils-merge/index.js +23 -0
  419. package/dist/node_modules/utils-merge/package.json +40 -0
  420. package/dist/node_modules/vary/HISTORY.md +39 -0
  421. package/dist/node_modules/vary/LICENSE +22 -0
  422. package/dist/node_modules/vary/README.md +101 -0
  423. package/dist/node_modules/vary/index.js +149 -0
  424. package/dist/node_modules/vary/package.json +43 -0
  425. package/dist/package-lock.json +1018 -0
  426. package/dist/package.json +18 -0
  427. package/makefile +74 -0
  428. package/package.json +1 -1
  429. package/src/peer-connection/speaker.js +1 -1
  430. package/src/tasks/audioCalibrator.js +1 -1
  431. package/src/tasks/volume/volume.js +25 -1
  432. package/.gitignore +0 -78
@@ -0,0 +1,181 @@
1
+ /*!
2
+ * express
3
+ * Copyright(c) 2009-2013 TJ Holowaychuk
4
+ * Copyright(c) 2013 Roman Shtylman
5
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
6
+ * MIT Licensed
7
+ */
8
+
9
+ 'use strict';
10
+
11
+ /**
12
+ * Module dependencies.
13
+ * @private
14
+ */
15
+
16
+ var pathRegexp = require('path-to-regexp');
17
+ var debug = require('debug')('express:router:layer');
18
+
19
+ /**
20
+ * Module variables.
21
+ * @private
22
+ */
23
+
24
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
25
+
26
+ /**
27
+ * Module exports.
28
+ * @public
29
+ */
30
+
31
+ module.exports = Layer;
32
+
33
+ function Layer(path, options, fn) {
34
+ if (!(this instanceof Layer)) {
35
+ return new Layer(path, options, fn);
36
+ }
37
+
38
+ debug('new %o', path)
39
+ var opts = options || {};
40
+
41
+ this.handle = fn;
42
+ this.name = fn.name || '<anonymous>';
43
+ this.params = undefined;
44
+ this.path = undefined;
45
+ this.regexp = pathRegexp(path, this.keys = [], opts);
46
+
47
+ // set fast path flags
48
+ this.regexp.fast_star = path === '*'
49
+ this.regexp.fast_slash = path === '/' && opts.end === false
50
+ }
51
+
52
+ /**
53
+ * Handle the error for the layer.
54
+ *
55
+ * @param {Error} error
56
+ * @param {Request} req
57
+ * @param {Response} res
58
+ * @param {function} next
59
+ * @api private
60
+ */
61
+
62
+ Layer.prototype.handle_error = function handle_error(error, req, res, next) {
63
+ var fn = this.handle;
64
+
65
+ if (fn.length !== 4) {
66
+ // not a standard error handler
67
+ return next(error);
68
+ }
69
+
70
+ try {
71
+ fn(error, req, res, next);
72
+ } catch (err) {
73
+ next(err);
74
+ }
75
+ };
76
+
77
+ /**
78
+ * Handle the request for the layer.
79
+ *
80
+ * @param {Request} req
81
+ * @param {Response} res
82
+ * @param {function} next
83
+ * @api private
84
+ */
85
+
86
+ Layer.prototype.handle_request = function handle(req, res, next) {
87
+ var fn = this.handle;
88
+
89
+ if (fn.length > 3) {
90
+ // not a standard request handler
91
+ return next();
92
+ }
93
+
94
+ try {
95
+ fn(req, res, next);
96
+ } catch (err) {
97
+ next(err);
98
+ }
99
+ };
100
+
101
+ /**
102
+ * Check if this route matches `path`, if so
103
+ * populate `.params`.
104
+ *
105
+ * @param {String} path
106
+ * @return {Boolean}
107
+ * @api private
108
+ */
109
+
110
+ Layer.prototype.match = function match(path) {
111
+ var match
112
+
113
+ if (path != null) {
114
+ // fast path non-ending match for / (any path matches)
115
+ if (this.regexp.fast_slash) {
116
+ this.params = {}
117
+ this.path = ''
118
+ return true
119
+ }
120
+
121
+ // fast path for * (everything matched in a param)
122
+ if (this.regexp.fast_star) {
123
+ this.params = {'0': decode_param(path)}
124
+ this.path = path
125
+ return true
126
+ }
127
+
128
+ // match the path
129
+ match = this.regexp.exec(path)
130
+ }
131
+
132
+ if (!match) {
133
+ this.params = undefined;
134
+ this.path = undefined;
135
+ return false;
136
+ }
137
+
138
+ // store values
139
+ this.params = {};
140
+ this.path = match[0]
141
+
142
+ var keys = this.keys;
143
+ var params = this.params;
144
+
145
+ for (var i = 1; i < match.length; i++) {
146
+ var key = keys[i - 1];
147
+ var prop = key.name;
148
+ var val = decode_param(match[i])
149
+
150
+ if (val !== undefined || !(hasOwnProperty.call(params, prop))) {
151
+ params[prop] = val;
152
+ }
153
+ }
154
+
155
+ return true;
156
+ };
157
+
158
+ /**
159
+ * Decode param value.
160
+ *
161
+ * @param {string} val
162
+ * @return {string}
163
+ * @private
164
+ */
165
+
166
+ function decode_param(val) {
167
+ if (typeof val !== 'string' || val.length === 0) {
168
+ return val;
169
+ }
170
+
171
+ try {
172
+ return decodeURIComponent(val);
173
+ } catch (err) {
174
+ if (err instanceof URIError) {
175
+ err.message = 'Failed to decode param \'' + val + '\'';
176
+ err.status = err.statusCode = 400;
177
+ }
178
+
179
+ throw err;
180
+ }
181
+ }
@@ -0,0 +1,225 @@
1
+ /*!
2
+ * express
3
+ * Copyright(c) 2009-2013 TJ Holowaychuk
4
+ * Copyright(c) 2013 Roman Shtylman
5
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
6
+ * MIT Licensed
7
+ */
8
+
9
+ 'use strict';
10
+
11
+ /**
12
+ * Module dependencies.
13
+ * @private
14
+ */
15
+
16
+ var debug = require('debug')('express:router:route');
17
+ var flatten = require('array-flatten');
18
+ var Layer = require('./layer');
19
+ var methods = require('methods');
20
+
21
+ /**
22
+ * Module variables.
23
+ * @private
24
+ */
25
+
26
+ var slice = Array.prototype.slice;
27
+ var toString = Object.prototype.toString;
28
+
29
+ /**
30
+ * Module exports.
31
+ * @public
32
+ */
33
+
34
+ module.exports = Route;
35
+
36
+ /**
37
+ * Initialize `Route` with the given `path`,
38
+ *
39
+ * @param {String} path
40
+ * @public
41
+ */
42
+
43
+ function Route(path) {
44
+ this.path = path;
45
+ this.stack = [];
46
+
47
+ debug('new %o', path)
48
+
49
+ // route handlers for various http methods
50
+ this.methods = {};
51
+ }
52
+
53
+ /**
54
+ * Determine if the route handles a given method.
55
+ * @private
56
+ */
57
+
58
+ Route.prototype._handles_method = function _handles_method(method) {
59
+ if (this.methods._all) {
60
+ return true;
61
+ }
62
+
63
+ var name = method.toLowerCase();
64
+
65
+ if (name === 'head' && !this.methods['head']) {
66
+ name = 'get';
67
+ }
68
+
69
+ return Boolean(this.methods[name]);
70
+ };
71
+
72
+ /**
73
+ * @return {Array} supported HTTP methods
74
+ * @private
75
+ */
76
+
77
+ Route.prototype._options = function _options() {
78
+ var methods = Object.keys(this.methods);
79
+
80
+ // append automatic head
81
+ if (this.methods.get && !this.methods.head) {
82
+ methods.push('head');
83
+ }
84
+
85
+ for (var i = 0; i < methods.length; i++) {
86
+ // make upper case
87
+ methods[i] = methods[i].toUpperCase();
88
+ }
89
+
90
+ return methods;
91
+ };
92
+
93
+ /**
94
+ * dispatch req, res into this route
95
+ * @private
96
+ */
97
+
98
+ Route.prototype.dispatch = function dispatch(req, res, done) {
99
+ var idx = 0;
100
+ var stack = this.stack;
101
+ var sync = 0
102
+
103
+ if (stack.length === 0) {
104
+ return done();
105
+ }
106
+
107
+ var method = req.method.toLowerCase();
108
+ if (method === 'head' && !this.methods['head']) {
109
+ method = 'get';
110
+ }
111
+
112
+ req.route = this;
113
+
114
+ next();
115
+
116
+ function next(err) {
117
+ // signal to exit route
118
+ if (err && err === 'route') {
119
+ return done();
120
+ }
121
+
122
+ // signal to exit router
123
+ if (err && err === 'router') {
124
+ return done(err)
125
+ }
126
+
127
+ // max sync stack
128
+ if (++sync > 100) {
129
+ return setImmediate(next, err)
130
+ }
131
+
132
+ var layer = stack[idx++]
133
+
134
+ // end of layers
135
+ if (!layer) {
136
+ return done(err)
137
+ }
138
+
139
+ if (layer.method && layer.method !== method) {
140
+ next(err)
141
+ } else if (err) {
142
+ layer.handle_error(err, req, res, next);
143
+ } else {
144
+ layer.handle_request(req, res, next);
145
+ }
146
+
147
+ sync = 0
148
+ }
149
+ };
150
+
151
+ /**
152
+ * Add a handler for all HTTP verbs to this route.
153
+ *
154
+ * Behaves just like middleware and can respond or call `next`
155
+ * to continue processing.
156
+ *
157
+ * You can use multiple `.all` call to add multiple handlers.
158
+ *
159
+ * function check_something(req, res, next){
160
+ * next();
161
+ * };
162
+ *
163
+ * function validate_user(req, res, next){
164
+ * next();
165
+ * };
166
+ *
167
+ * route
168
+ * .all(validate_user)
169
+ * .all(check_something)
170
+ * .get(function(req, res, next){
171
+ * res.send('hello world');
172
+ * });
173
+ *
174
+ * @param {function} handler
175
+ * @return {Route} for chaining
176
+ * @api public
177
+ */
178
+
179
+ Route.prototype.all = function all() {
180
+ var handles = flatten(slice.call(arguments));
181
+
182
+ for (var i = 0; i < handles.length; i++) {
183
+ var handle = handles[i];
184
+
185
+ if (typeof handle !== 'function') {
186
+ var type = toString.call(handle);
187
+ var msg = 'Route.all() requires a callback function but got a ' + type
188
+ throw new TypeError(msg);
189
+ }
190
+
191
+ var layer = Layer('/', {}, handle);
192
+ layer.method = undefined;
193
+
194
+ this.methods._all = true;
195
+ this.stack.push(layer);
196
+ }
197
+
198
+ return this;
199
+ };
200
+
201
+ methods.forEach(function(method){
202
+ Route.prototype[method] = function(){
203
+ var handles = flatten(slice.call(arguments));
204
+
205
+ for (var i = 0; i < handles.length; i++) {
206
+ var handle = handles[i];
207
+
208
+ if (typeof handle !== 'function') {
209
+ var type = toString.call(handle);
210
+ var msg = 'Route.' + method + '() requires a callback function but got a ' + type
211
+ throw new Error(msg);
212
+ }
213
+
214
+ debug('%s %o', method, this.path)
215
+
216
+ var layer = Layer('/', {}, handle);
217
+ layer.method = method;
218
+
219
+ this.methods[method] = true;
220
+ this.stack.push(layer);
221
+ }
222
+
223
+ return this;
224
+ };
225
+ });
@@ -0,0 +1,304 @@
1
+ /*!
2
+ * express
3
+ * Copyright(c) 2009-2013 TJ Holowaychuk
4
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
5
+ * MIT Licensed
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ /**
11
+ * Module dependencies.
12
+ * @api private
13
+ */
14
+
15
+ var Buffer = require('safe-buffer').Buffer
16
+ var contentDisposition = require('content-disposition');
17
+ var contentType = require('content-type');
18
+ var deprecate = require('depd')('express');
19
+ var flatten = require('array-flatten');
20
+ var mime = require('send').mime;
21
+ var etag = require('etag');
22
+ var proxyaddr = require('proxy-addr');
23
+ var qs = require('qs');
24
+ var querystring = require('querystring');
25
+
26
+ /**
27
+ * Return strong ETag for `body`.
28
+ *
29
+ * @param {String|Buffer} body
30
+ * @param {String} [encoding]
31
+ * @return {String}
32
+ * @api private
33
+ */
34
+
35
+ exports.etag = createETagGenerator({ weak: false })
36
+
37
+ /**
38
+ * Return weak ETag for `body`.
39
+ *
40
+ * @param {String|Buffer} body
41
+ * @param {String} [encoding]
42
+ * @return {String}
43
+ * @api private
44
+ */
45
+
46
+ exports.wetag = createETagGenerator({ weak: true })
47
+
48
+ /**
49
+ * Check if `path` looks absolute.
50
+ *
51
+ * @param {String} path
52
+ * @return {Boolean}
53
+ * @api private
54
+ */
55
+
56
+ exports.isAbsolute = function(path){
57
+ if ('/' === path[0]) return true;
58
+ if (':' === path[1] && ('\\' === path[2] || '/' === path[2])) return true; // Windows device path
59
+ if ('\\\\' === path.substring(0, 2)) return true; // Microsoft Azure absolute path
60
+ };
61
+
62
+ /**
63
+ * Flatten the given `arr`.
64
+ *
65
+ * @param {Array} arr
66
+ * @return {Array}
67
+ * @api private
68
+ */
69
+
70
+ exports.flatten = deprecate.function(flatten,
71
+ 'utils.flatten: use array-flatten npm module instead');
72
+
73
+ /**
74
+ * Normalize the given `type`, for example "html" becomes "text/html".
75
+ *
76
+ * @param {String} type
77
+ * @return {Object}
78
+ * @api private
79
+ */
80
+
81
+ exports.normalizeType = function(type){
82
+ return ~type.indexOf('/')
83
+ ? acceptParams(type)
84
+ : { value: mime.lookup(type), params: {} };
85
+ };
86
+
87
+ /**
88
+ * Normalize `types`, for example "html" becomes "text/html".
89
+ *
90
+ * @param {Array} types
91
+ * @return {Array}
92
+ * @api private
93
+ */
94
+
95
+ exports.normalizeTypes = function(types){
96
+ var ret = [];
97
+
98
+ for (var i = 0; i < types.length; ++i) {
99
+ ret.push(exports.normalizeType(types[i]));
100
+ }
101
+
102
+ return ret;
103
+ };
104
+
105
+ /**
106
+ * Generate Content-Disposition header appropriate for the filename.
107
+ * non-ascii filenames are urlencoded and a filename* parameter is added
108
+ *
109
+ * @param {String} filename
110
+ * @return {String}
111
+ * @api private
112
+ */
113
+
114
+ exports.contentDisposition = deprecate.function(contentDisposition,
115
+ 'utils.contentDisposition: use content-disposition npm module instead');
116
+
117
+ /**
118
+ * Parse accept params `str` returning an
119
+ * object with `.value`, `.quality` and `.params`.
120
+ * also includes `.originalIndex` for stable sorting
121
+ *
122
+ * @param {String} str
123
+ * @param {Number} index
124
+ * @return {Object}
125
+ * @api private
126
+ */
127
+
128
+ function acceptParams(str, index) {
129
+ var parts = str.split(/ *; */);
130
+ var ret = { value: parts[0], quality: 1, params: {}, originalIndex: index };
131
+
132
+ for (var i = 1; i < parts.length; ++i) {
133
+ var pms = parts[i].split(/ *= */);
134
+ if ('q' === pms[0]) {
135
+ ret.quality = parseFloat(pms[1]);
136
+ } else {
137
+ ret.params[pms[0]] = pms[1];
138
+ }
139
+ }
140
+
141
+ return ret;
142
+ }
143
+
144
+ /**
145
+ * Compile "etag" value to function.
146
+ *
147
+ * @param {Boolean|String|Function} val
148
+ * @return {Function}
149
+ * @api private
150
+ */
151
+
152
+ exports.compileETag = function(val) {
153
+ var fn;
154
+
155
+ if (typeof val === 'function') {
156
+ return val;
157
+ }
158
+
159
+ switch (val) {
160
+ case true:
161
+ case 'weak':
162
+ fn = exports.wetag;
163
+ break;
164
+ case false:
165
+ break;
166
+ case 'strong':
167
+ fn = exports.etag;
168
+ break;
169
+ default:
170
+ throw new TypeError('unknown value for etag function: ' + val);
171
+ }
172
+
173
+ return fn;
174
+ }
175
+
176
+ /**
177
+ * Compile "query parser" value to function.
178
+ *
179
+ * @param {String|Function} val
180
+ * @return {Function}
181
+ * @api private
182
+ */
183
+
184
+ exports.compileQueryParser = function compileQueryParser(val) {
185
+ var fn;
186
+
187
+ if (typeof val === 'function') {
188
+ return val;
189
+ }
190
+
191
+ switch (val) {
192
+ case true:
193
+ case 'simple':
194
+ fn = querystring.parse;
195
+ break;
196
+ case false:
197
+ fn = newObject;
198
+ break;
199
+ case 'extended':
200
+ fn = parseExtendedQueryString;
201
+ break;
202
+ default:
203
+ throw new TypeError('unknown value for query parser function: ' + val);
204
+ }
205
+
206
+ return fn;
207
+ }
208
+
209
+ /**
210
+ * Compile "proxy trust" value to function.
211
+ *
212
+ * @param {Boolean|String|Number|Array|Function} val
213
+ * @return {Function}
214
+ * @api private
215
+ */
216
+
217
+ exports.compileTrust = function(val) {
218
+ if (typeof val === 'function') return val;
219
+
220
+ if (val === true) {
221
+ // Support plain true/false
222
+ return function(){ return true };
223
+ }
224
+
225
+ if (typeof val === 'number') {
226
+ // Support trusting hop count
227
+ return function(a, i){ return i < val };
228
+ }
229
+
230
+ if (typeof val === 'string') {
231
+ // Support comma-separated values
232
+ val = val.split(',')
233
+ .map(function (v) { return v.trim() })
234
+ }
235
+
236
+ return proxyaddr.compile(val || []);
237
+ }
238
+
239
+ /**
240
+ * Set the charset in a given Content-Type string.
241
+ *
242
+ * @param {String} type
243
+ * @param {String} charset
244
+ * @return {String}
245
+ * @api private
246
+ */
247
+
248
+ exports.setCharset = function setCharset(type, charset) {
249
+ if (!type || !charset) {
250
+ return type;
251
+ }
252
+
253
+ // parse type
254
+ var parsed = contentType.parse(type);
255
+
256
+ // set charset
257
+ parsed.parameters.charset = charset;
258
+
259
+ // format type
260
+ return contentType.format(parsed);
261
+ };
262
+
263
+ /**
264
+ * Create an ETag generator function, generating ETags with
265
+ * the given options.
266
+ *
267
+ * @param {object} options
268
+ * @return {function}
269
+ * @private
270
+ */
271
+
272
+ function createETagGenerator (options) {
273
+ return function generateETag (body, encoding) {
274
+ var buf = !Buffer.isBuffer(body)
275
+ ? Buffer.from(body, encoding)
276
+ : body
277
+
278
+ return etag(buf, options)
279
+ }
280
+ }
281
+
282
+ /**
283
+ * Parse an extended query string with qs.
284
+ *
285
+ * @return {Object}
286
+ * @private
287
+ */
288
+
289
+ function parseExtendedQueryString(str) {
290
+ return qs.parse(str, {
291
+ allowPrototypes: true
292
+ });
293
+ }
294
+
295
+ /**
296
+ * Return new empty object.
297
+ *
298
+ * @return {Object}
299
+ * @api private
300
+ */
301
+
302
+ function newObject() {
303
+ return {};
304
+ }