@corellium/corellium-cli 1.4.0 → 1.5.1

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 (640) hide show
  1. package/.eslintrc.js +12 -16
  2. package/.gitlab-ci.yml +13 -13
  3. package/.nvmrc +1 -1
  4. package/.nycrc +14 -14
  5. package/.prettierrc.js +8 -7
  6. package/README.md +13 -6
  7. package/docs/OVERVIEW.md +57 -27
  8. package/index.js +8 -8
  9. package/lint-staged.config.js +3 -6
  10. package/node_modules/@babel/cli/README.md +1 -1
  11. package/node_modules/@babel/cli/bin/babel-external-helpers.mjs +3 -0
  12. package/node_modules/@babel/cli/bin/babel.mjs +3 -0
  13. package/node_modules/@babel/cli/lib/babel/dir.js +23 -73
  14. package/node_modules/@babel/cli/lib/babel/dir.js.map +1 -0
  15. package/node_modules/@babel/cli/lib/babel/file.js +27 -72
  16. package/node_modules/@babel/cli/lib/babel/file.js.map +1 -0
  17. package/node_modules/@babel/cli/lib/babel/index.js +6 -8
  18. package/node_modules/@babel/cli/lib/babel/index.js.map +1 -0
  19. package/node_modules/@babel/cli/lib/babel/options.js +70 -143
  20. package/node_modules/@babel/cli/lib/babel/options.js.map +1 -0
  21. package/node_modules/@babel/cli/lib/babel/util.js +39 -59
  22. package/node_modules/@babel/cli/lib/babel/util.js.map +1 -0
  23. package/node_modules/@babel/cli/lib/babel/watcher.js +19 -52
  24. package/node_modules/@babel/cli/lib/babel/watcher.js.map +1 -0
  25. package/node_modules/@babel/cli/lib/babel-external-helpers.js +14 -21
  26. package/node_modules/@babel/cli/lib/babel-external-helpers.js.map +1 -0
  27. package/node_modules/@babel/cli/package.json +11 -9
  28. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +19 -29
  29. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -1
  30. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +19 -29
  31. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -1
  32. package/node_modules/@jridgewell/resolve-uri/package.json +2 -2
  33. package/node_modules/@jridgewell/sourcemap-codec/README.md +147 -83
  34. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +351 -91
  35. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -1
  36. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +354 -90
  37. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -1
  38. package/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
  39. package/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +2 -0
  40. package/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
  41. package/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
  42. package/node_modules/@jridgewell/sourcemap-codec/package.json +7 -7
  43. package/node_modules/@jridgewell/trace-mapping/README.md +5 -0
  44. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +202 -174
  45. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -1
  46. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +216 -182
  47. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -1
  48. package/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +1 -1
  49. package/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +1 -1
  50. package/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +1 -1
  51. package/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +8 -8
  52. package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +33 -28
  53. package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +23 -16
  54. package/node_modules/@jridgewell/trace-mapping/package.json +20 -18
  55. package/node_modules/anymatch/index.d.ts +1 -0
  56. package/node_modules/anymatch/index.js +1 -1
  57. package/node_modules/anymatch/package.json +1 -1
  58. package/node_modules/{form-data/README.md.bak → axios/node_modules/form-data/Readme.md} +4 -4
  59. package/node_modules/{superagent → axios}/node_modules/form-data/lib/form_data.js +31 -26
  60. package/node_modules/{superagent → axios}/node_modules/form-data/package.json +25 -19
  61. package/node_modules/binary-extensions/binary-extensions.json +3 -0
  62. package/node_modules/binary-extensions/license +2 -1
  63. package/node_modules/binary-extensions/package.json +4 -2
  64. package/node_modules/binary-extensions/readme.md +2 -18
  65. package/node_modules/braces/LICENSE +1 -1
  66. package/node_modules/braces/README.md +91 -98
  67. package/node_modules/braces/index.js +3 -3
  68. package/node_modules/braces/lib/compile.js +14 -11
  69. package/node_modules/braces/lib/constants.js +1 -1
  70. package/node_modules/braces/lib/expand.js +9 -9
  71. package/node_modules/braces/lib/parse.js +14 -16
  72. package/node_modules/braces/lib/stringify.js +4 -4
  73. package/node_modules/braces/lib/utils.js +13 -3
  74. package/node_modules/braces/package.json +2 -2
  75. package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +1 -1
  76. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  77. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  78. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  79. package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
  80. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  81. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  82. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  83. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  84. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  85. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  86. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  87. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  88. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  89. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  90. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  91. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  92. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  93. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  94. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  95. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  96. package/node_modules/call-bound/.eslintrc +13 -0
  97. package/node_modules/call-bound/.github/FUNDING.yml +12 -0
  98. package/node_modules/call-bound/.nycrc +9 -0
  99. package/node_modules/call-bound/CHANGELOG.md +34 -0
  100. package/node_modules/call-bound/LICENSE +21 -0
  101. package/node_modules/call-bound/README.md +53 -0
  102. package/node_modules/call-bound/index.d.ts +13 -0
  103. package/node_modules/call-bound/index.js +18 -0
  104. package/node_modules/call-bound/package.json +99 -0
  105. package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -2
  106. package/node_modules/call-bound/tsconfig.json +9 -0
  107. package/node_modules/chokidar/README.md +1 -1
  108. package/node_modules/chokidar/index.js +1 -1
  109. package/node_modules/chokidar/lib/constants.js +1 -0
  110. package/node_modules/chokidar/lib/fsevents-handler.js +2 -0
  111. package/node_modules/chokidar/package.json +5 -20
  112. package/node_modules/chokidar/types/index.d.ts +4 -0
  113. package/node_modules/cliui/CHANGELOG.md +18 -0
  114. package/node_modules/cliui/build/index.d.cts +43 -0
  115. package/node_modules/cliui/package.json +6 -6
  116. package/node_modules/commander/CHANGELOG.md +361 -0
  117. package/node_modules/{@babel/cli/node_modules/commander → commander}/Readme.md +243 -165
  118. package/node_modules/commander/index.js +1881 -0
  119. package/node_modules/{@babel/cli/node_modules/commander → commander}/package.json +19 -9
  120. package/node_modules/commander/typings/index.d.ts +410 -0
  121. package/node_modules/component-emitter/LICENSE +24 -24
  122. package/node_modules/component-emitter/Readme.md +74 -74
  123. package/node_modules/component-emitter/index.js +175 -175
  124. package/node_modules/component-emitter/package.json +3 -2
  125. package/node_modules/convert-source-map/README.md +97 -11
  126. package/node_modules/convert-source-map/index.js +127 -30
  127. package/node_modules/convert-source-map/package.json +3 -9
  128. package/node_modules/cookiejar/cookiejar.js +5 -0
  129. package/node_modules/cookiejar/package.json +1 -1
  130. package/node_modules/debug/README.md +1 -1
  131. package/node_modules/debug/package.json +10 -4
  132. package/node_modules/debug/src/browser.js +4 -1
  133. package/node_modules/debug/src/common.js +57 -39
  134. package/node_modules/debug/src/node.js +2 -2
  135. package/node_modules/dotenv/CHANGELOG.md +133 -1
  136. package/node_modules/dotenv/README-es.md +448 -0
  137. package/node_modules/dotenv/README.md +309 -66
  138. package/node_modules/dotenv/lib/cli-options.js +1 -1
  139. package/node_modules/dotenv/lib/env-options.js +4 -0
  140. package/node_modules/dotenv/lib/main.d.ts +85 -5
  141. package/node_modules/dotenv/lib/main.js +287 -35
  142. package/node_modules/dotenv/package.json +19 -14
  143. package/node_modules/dunder-proto/.eslintrc +5 -0
  144. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  145. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  146. package/node_modules/dunder-proto/LICENSE +21 -0
  147. package/node_modules/dunder-proto/README.md +54 -0
  148. package/node_modules/dunder-proto/get.d.ts +5 -0
  149. package/node_modules/dunder-proto/get.js +30 -0
  150. package/node_modules/dunder-proto/package.json +76 -0
  151. package/node_modules/dunder-proto/set.d.ts +5 -0
  152. package/node_modules/dunder-proto/set.js +35 -0
  153. package/node_modules/dunder-proto/test/get.js +34 -0
  154. package/node_modules/dunder-proto/test/index.js +4 -0
  155. package/node_modules/dunder-proto/test/set.js +50 -0
  156. package/node_modules/dunder-proto/tsconfig.json +9 -0
  157. package/node_modules/es-define-property/.eslintrc +13 -0
  158. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  159. package/node_modules/es-define-property/.nycrc +9 -0
  160. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  161. package/node_modules/es-define-property/LICENSE +21 -0
  162. package/node_modules/es-define-property/README.md +49 -0
  163. package/node_modules/es-define-property/index.d.ts +3 -0
  164. package/node_modules/es-define-property/index.js +14 -0
  165. package/node_modules/es-define-property/package.json +81 -0
  166. package/node_modules/es-define-property/test/index.js +56 -0
  167. package/node_modules/es-define-property/tsconfig.json +10 -0
  168. package/node_modules/es-errors/.eslintrc +5 -0
  169. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  170. package/node_modules/es-errors/CHANGELOG.md +40 -0
  171. package/node_modules/es-errors/LICENSE +21 -0
  172. package/node_modules/es-errors/README.md +55 -0
  173. package/node_modules/es-errors/eval.d.ts +3 -0
  174. package/node_modules/es-errors/eval.js +4 -0
  175. package/node_modules/es-errors/index.d.ts +3 -0
  176. package/node_modules/es-errors/index.js +4 -0
  177. package/node_modules/es-errors/package.json +80 -0
  178. package/node_modules/es-errors/range.d.ts +3 -0
  179. package/node_modules/es-errors/range.js +4 -0
  180. package/node_modules/es-errors/ref.d.ts +3 -0
  181. package/node_modules/es-errors/ref.js +4 -0
  182. package/node_modules/es-errors/syntax.d.ts +3 -0
  183. package/node_modules/es-errors/syntax.js +4 -0
  184. package/node_modules/es-errors/test/index.js +19 -0
  185. package/node_modules/es-errors/tsconfig.json +49 -0
  186. package/node_modules/es-errors/type.d.ts +3 -0
  187. package/node_modules/es-errors/type.js +4 -0
  188. package/node_modules/es-errors/uri.d.ts +3 -0
  189. package/node_modules/es-errors/uri.js +4 -0
  190. package/node_modules/es-object-atoms/.eslintrc +16 -0
  191. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  192. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  193. package/node_modules/es-object-atoms/LICENSE +21 -0
  194. package/node_modules/es-object-atoms/README.md +63 -0
  195. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  196. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  197. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  198. package/node_modules/es-object-atoms/ToObject.js +10 -0
  199. package/node_modules/es-object-atoms/index.d.ts +3 -0
  200. package/node_modules/es-object-atoms/index.js +4 -0
  201. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  202. package/node_modules/es-object-atoms/isObject.js +6 -0
  203. package/node_modules/es-object-atoms/package.json +80 -0
  204. package/node_modules/es-object-atoms/test/index.js +38 -0
  205. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  206. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  207. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  208. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  209. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  210. package/node_modules/es-set-tostringtag/README.md +53 -0
  211. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  212. package/node_modules/es-set-tostringtag/index.js +35 -0
  213. package/node_modules/es-set-tostringtag/package.json +78 -0
  214. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  215. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  216. package/node_modules/escalade/index.d.mts +11 -0
  217. package/node_modules/escalade/index.d.ts +14 -2
  218. package/node_modules/escalade/package.json +18 -5
  219. package/node_modules/escalade/readme.md +1 -1
  220. package/node_modules/escalade/sync/index.d.mts +9 -0
  221. package/node_modules/escalade/sync/index.d.ts +13 -2
  222. package/node_modules/fill-range/index.js +4 -5
  223. package/node_modules/fill-range/package.json +8 -3
  224. package/node_modules/follow-redirects/index.js +186 -98
  225. package/node_modules/follow-redirects/package.json +3 -4
  226. package/node_modules/form-data/Readme.md +5 -7
  227. package/node_modules/form-data/lib/form_data.js +27 -28
  228. package/node_modules/form-data/package.json +24 -20
  229. package/node_modules/function-bind/.eslintrc +11 -5
  230. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  231. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  232. package/node_modules/function-bind/.nycrc +13 -0
  233. package/node_modules/function-bind/CHANGELOG.md +136 -0
  234. package/node_modules/function-bind/README.md +25 -27
  235. package/node_modules/function-bind/implementation.js +44 -12
  236. package/node_modules/function-bind/package.json +38 -14
  237. package/node_modules/get-intrinsic/.eslintrc +1 -0
  238. package/node_modules/get-intrinsic/CHANGELOG.md +87 -0
  239. package/node_modules/get-intrinsic/index.js +75 -32
  240. package/node_modules/get-intrinsic/package.json +31 -22
  241. package/node_modules/get-intrinsic/test/GetIntrinsic.js +3 -3
  242. package/node_modules/get-proto/.eslintrc +10 -0
  243. package/node_modules/{call-bind → get-proto}/.github/FUNDING.yml +1 -1
  244. package/node_modules/get-proto/.nycrc +9 -0
  245. package/node_modules/get-proto/CHANGELOG.md +21 -0
  246. package/node_modules/get-proto/LICENSE +21 -0
  247. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  248. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  249. package/node_modules/get-proto/README.md +50 -0
  250. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  251. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  252. package/node_modules/get-proto/index.d.ts +5 -0
  253. package/node_modules/get-proto/index.js +27 -0
  254. package/node_modules/get-proto/package.json +81 -0
  255. package/node_modules/get-proto/test/index.js +68 -0
  256. package/node_modules/get-proto/tsconfig.json +9 -0
  257. package/node_modules/gopd/.eslintrc +16 -0
  258. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  259. package/node_modules/gopd/CHANGELOG.md +45 -0
  260. package/node_modules/gopd/LICENSE +21 -0
  261. package/node_modules/gopd/README.md +40 -0
  262. package/node_modules/gopd/gOPD.d.ts +1 -0
  263. package/node_modules/gopd/gOPD.js +4 -0
  264. package/node_modules/gopd/index.d.ts +5 -0
  265. package/node_modules/gopd/index.js +15 -0
  266. package/node_modules/gopd/package.json +77 -0
  267. package/node_modules/gopd/test/index.js +36 -0
  268. package/node_modules/gopd/tsconfig.json +9 -0
  269. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  270. package/node_modules/has-symbols/index.d.ts +3 -0
  271. package/node_modules/has-symbols/index.js +1 -0
  272. package/node_modules/has-symbols/package.json +19 -9
  273. package/node_modules/has-symbols/shams.d.ts +3 -0
  274. package/node_modules/has-symbols/shams.js +5 -2
  275. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  276. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  277. package/node_modules/has-symbols/test/tests.js +4 -2
  278. package/node_modules/has-symbols/tsconfig.json +10 -0
  279. package/node_modules/has-tostringtag/.eslintrc +5 -0
  280. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  281. package/node_modules/has-tostringtag/.nycrc +13 -0
  282. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  283. package/node_modules/has-tostringtag/LICENSE +21 -0
  284. package/node_modules/has-tostringtag/README.md +46 -0
  285. package/node_modules/has-tostringtag/index.d.ts +3 -0
  286. package/node_modules/has-tostringtag/index.js +8 -0
  287. package/node_modules/has-tostringtag/package.json +108 -0
  288. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  289. package/node_modules/has-tostringtag/shams.js +8 -0
  290. package/node_modules/has-tostringtag/test/index.js +21 -0
  291. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  292. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  293. package/node_modules/has-tostringtag/test/tests.js +15 -0
  294. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  295. package/node_modules/hasown/.eslintrc +5 -0
  296. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  297. package/node_modules/hasown/.nycrc +13 -0
  298. package/node_modules/hasown/CHANGELOG.md +40 -0
  299. package/node_modules/hasown/LICENSE +21 -0
  300. package/node_modules/hasown/README.md +40 -0
  301. package/node_modules/hasown/index.d.ts +3 -0
  302. package/node_modules/hasown/index.js +8 -0
  303. package/node_modules/hasown/package.json +92 -0
  304. package/node_modules/hasown/tsconfig.json +6 -0
  305. package/node_modules/make-dir/node_modules/semver/package.json +38 -0
  306. package/node_modules/{@babel/cli → make-dir}/node_modules/semver/semver.js +68 -26
  307. package/node_modules/math-intrinsics/.eslintrc +16 -0
  308. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  309. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  310. package/node_modules/math-intrinsics/LICENSE +21 -0
  311. package/node_modules/math-intrinsics/README.md +50 -0
  312. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  313. package/node_modules/math-intrinsics/abs.js +4 -0
  314. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  315. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  316. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  317. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  318. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  319. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  320. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  321. package/node_modules/math-intrinsics/floor.js +4 -0
  322. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  323. package/node_modules/math-intrinsics/isFinite.js +12 -0
  324. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  325. package/node_modules/math-intrinsics/isInteger.js +16 -0
  326. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  327. package/node_modules/math-intrinsics/isNaN.js +6 -0
  328. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  329. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  330. package/node_modules/math-intrinsics/max.d.ts +1 -0
  331. package/node_modules/math-intrinsics/max.js +4 -0
  332. package/node_modules/math-intrinsics/min.d.ts +1 -0
  333. package/node_modules/math-intrinsics/min.js +4 -0
  334. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  335. package/node_modules/math-intrinsics/mod.js +9 -0
  336. package/node_modules/math-intrinsics/package.json +86 -0
  337. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  338. package/node_modules/math-intrinsics/pow.js +4 -0
  339. package/node_modules/math-intrinsics/round.d.ts +1 -0
  340. package/node_modules/math-intrinsics/round.js +4 -0
  341. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  342. package/node_modules/math-intrinsics/sign.js +11 -0
  343. package/node_modules/math-intrinsics/test/index.js +192 -0
  344. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  345. package/node_modules/ms/index.js +1 -1
  346. package/node_modules/ms/license.md +1 -1
  347. package/node_modules/ms/package.json +5 -4
  348. package/node_modules/ms/readme.md +1 -2
  349. package/node_modules/object-inspect/CHANGELOG.md +64 -0
  350. package/node_modules/object-inspect/index.js +48 -16
  351. package/node_modules/object-inspect/package.json +25 -14
  352. package/node_modules/object-inspect/readme.markdown +9 -11
  353. package/node_modules/object-inspect/test/global.js +17 -0
  354. package/node_modules/object-inspect/test/quoteStyle.js +9 -0
  355. package/node_modules/object-inspect/test/values.js +50 -0
  356. package/node_modules/qs/.editorconfig +3 -0
  357. package/node_modules/qs/.eslintrc +3 -2
  358. package/node_modules/qs/CHANGELOG.md +81 -5
  359. package/node_modules/qs/README.md +158 -50
  360. package/node_modules/qs/dist/qs.js +90 -2003
  361. package/node_modules/qs/lib/parse.js +89 -24
  362. package/node_modules/qs/lib/stringify.js +61 -31
  363. package/node_modules/qs/lib/utils.js +54 -38
  364. package/node_modules/qs/package.json +29 -13
  365. package/node_modules/qs/test/empty-keys-cases.js +267 -0
  366. package/node_modules/qs/test/parse.js +468 -47
  367. package/node_modules/qs/test/stringify.js +454 -57
  368. package/node_modules/qs/test/utils.js +126 -0
  369. package/node_modules/side-channel/.editorconfig +9 -0
  370. package/node_modules/side-channel/.eslintrc +2 -1
  371. package/node_modules/side-channel/CHANGELOG.md +45 -0
  372. package/node_modules/side-channel/README.md +60 -1
  373. package/node_modules/side-channel/index.d.ts +14 -0
  374. package/node_modules/side-channel/index.js +21 -102
  375. package/node_modules/side-channel/package.json +40 -22
  376. package/node_modules/side-channel/test/index.js +78 -52
  377. package/node_modules/side-channel/tsconfig.json +9 -0
  378. package/node_modules/{function-bind → side-channel-list}/.editorconfig +3 -14
  379. package/node_modules/side-channel-list/.eslintrc +11 -0
  380. package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  381. package/node_modules/side-channel-list/.nycrc +13 -0
  382. package/node_modules/side-channel-list/CHANGELOG.md +15 -0
  383. package/node_modules/side-channel-list/LICENSE +21 -0
  384. package/node_modules/side-channel-list/README.md +62 -0
  385. package/node_modules/side-channel-list/index.d.ts +13 -0
  386. package/node_modules/side-channel-list/index.js +113 -0
  387. package/node_modules/side-channel-list/list.d.ts +14 -0
  388. package/node_modules/side-channel-list/package.json +77 -0
  389. package/node_modules/side-channel-list/test/index.js +104 -0
  390. package/node_modules/side-channel-list/tsconfig.json +9 -0
  391. package/node_modules/side-channel-map/.editorconfig +9 -0
  392. package/node_modules/side-channel-map/.eslintrc +11 -0
  393. package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  394. package/node_modules/side-channel-map/.nycrc +13 -0
  395. package/node_modules/side-channel-map/CHANGELOG.md +22 -0
  396. package/node_modules/side-channel-map/LICENSE +21 -0
  397. package/node_modules/side-channel-map/README.md +62 -0
  398. package/node_modules/side-channel-map/index.d.ts +15 -0
  399. package/node_modules/side-channel-map/index.js +68 -0
  400. package/node_modules/side-channel-map/package.json +80 -0
  401. package/node_modules/side-channel-map/test/index.js +114 -0
  402. package/node_modules/side-channel-map/tsconfig.json +9 -0
  403. package/node_modules/side-channel-weakmap/.editorconfig +9 -0
  404. package/node_modules/side-channel-weakmap/.eslintrc +12 -0
  405. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  406. package/node_modules/side-channel-weakmap/.nycrc +13 -0
  407. package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  408. package/node_modules/side-channel-weakmap/LICENSE +21 -0
  409. package/node_modules/side-channel-weakmap/README.md +62 -0
  410. package/node_modules/side-channel-weakmap/index.d.ts +15 -0
  411. package/node_modules/side-channel-weakmap/index.js +84 -0
  412. package/node_modules/side-channel-weakmap/package.json +87 -0
  413. package/node_modules/side-channel-weakmap/test/index.js +114 -0
  414. package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  415. package/node_modules/superagent/node_modules/readable-stream/README.md +1 -1
  416. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_duplex.js +12 -25
  417. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_passthrough.js +2 -4
  418. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_readable.js +176 -273
  419. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_transform.js +26 -37
  420. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_writable.js +118 -174
  421. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +10 -37
  422. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +20 -47
  423. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/destroy.js +8 -17
  424. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +1 -19
  425. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/from.js +12 -24
  426. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/pipeline.js +5 -16
  427. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/state.js +2 -7
  428. package/node_modules/superagent/node_modules/readable-stream/package.json +1 -1
  429. package/node_modules/{semver → superagent/node_modules/semver}/README.md +132 -36
  430. package/node_modules/{semver → superagent/node_modules/semver}/bin/semver.js +22 -16
  431. package/node_modules/{semver → superagent/node_modules/semver}/classes/comparator.js +39 -34
  432. package/node_modules/{semver → superagent/node_modules/semver}/classes/range.js +72 -37
  433. package/node_modules/{semver → superagent/node_modules/semver}/classes/semver.js +50 -19
  434. package/node_modules/{semver → superagent/node_modules/semver}/functions/coerce.js +14 -6
  435. package/node_modules/superagent/node_modules/semver/functions/diff.js +58 -0
  436. package/node_modules/{semver → superagent/node_modules/semver}/functions/inc.js +3 -2
  437. package/node_modules/superagent/node_modules/semver/functions/parse.js +16 -0
  438. package/node_modules/superagent/node_modules/semver/index.js +89 -0
  439. package/node_modules/{semver → superagent/node_modules/semver}/internal/constants.js +20 -2
  440. package/node_modules/superagent/node_modules/semver/internal/lrucache.js +40 -0
  441. package/node_modules/superagent/node_modules/semver/internal/parse-options.js +15 -0
  442. package/node_modules/{semver → superagent/node_modules/semver}/internal/re.js +43 -6
  443. package/node_modules/{semver → superagent/node_modules/semver}/package.json +29 -26
  444. package/node_modules/{semver → superagent/node_modules/semver}/ranges/intersects.js +1 -1
  445. package/node_modules/{semver → superagent/node_modules/semver}/ranges/subset.js +6 -3
  446. package/node_modules/yargs/browser.d.ts +5 -0
  447. package/node_modules/yargs/build/index.cjs +1 -1
  448. package/node_modules/yargs/build/lib/command.js +2 -0
  449. package/node_modules/yargs/build/lib/completion.js +19 -12
  450. package/node_modules/yargs/build/lib/usage.js +9 -4
  451. package/node_modules/yargs/build/lib/yargs-factory.js +18 -3
  452. package/node_modules/yargs/locales/cs.json +51 -0
  453. package/node_modules/yargs/locales/en.json +4 -0
  454. package/node_modules/yargs/locales/fi.json +1 -1
  455. package/node_modules/yargs/package.json +4 -4
  456. package/node_modules/yargs-parser/CHANGELOG.md +21 -0
  457. package/node_modules/yargs-parser/build/index.cjs +6 -4
  458. package/node_modules/yargs-parser/build/lib/index.js +4 -2
  459. package/node_modules/yargs-parser/build/lib/yargs-parser.js +2 -2
  460. package/node_modules/yargs-parser/package.json +10 -6
  461. package/package.json +1 -1
  462. package/renovate.json +11 -58
  463. package/src/clients/Agent.js +40 -37
  464. package/src/clients/Client.js +42 -40
  465. package/src/clients/Instance.js +24 -24
  466. package/src/clients/Webplayer.js +23 -24
  467. package/src/commands/extensions/delete.js +26 -26
  468. package/src/commands/extensions/index.js +6 -11
  469. package/src/commands/extensions/list.js +25 -25
  470. package/src/commands/extensions/load.js +51 -50
  471. package/src/commands/extensions/validate.js +33 -38
  472. package/src/commands/firmware/index.js +6 -9
  473. package/src/commands/firmware/list.js +49 -38
  474. package/src/commands/firmware/load.js +45 -42
  475. package/src/commands/images/create.js +30 -29
  476. package/src/commands/images/delete.js +21 -21
  477. package/src/commands/images/index.js +6 -10
  478. package/src/commands/images/list.js +21 -20
  479. package/src/commands/index.js +2 -2
  480. package/src/commands/instances/apps/index.js +26 -23
  481. package/src/commands/instances/apps/install.js +14 -14
  482. package/src/commands/instances/apps/open.js +17 -17
  483. package/src/commands/instances/create.js +35 -38
  484. package/src/commands/instances/delete.js +24 -25
  485. package/src/commands/instances/file.js +36 -32
  486. package/src/commands/instances/get.js +23 -16
  487. package/src/commands/instances/index.js +8 -8
  488. package/src/commands/instances/input.js +16 -17
  489. package/src/commands/instances/list.js +38 -28
  490. package/src/commands/instances/netmon/disable.js +17 -15
  491. package/src/commands/instances/netmon/download.js +18 -16
  492. package/src/commands/instances/netmon/enable.js +30 -23
  493. package/src/commands/instances/netmon/index.js +6 -11
  494. package/src/commands/instances/netmon/stream.js +18 -16
  495. package/src/commands/instances/ready.js +30 -27
  496. package/src/commands/instances/restoreBackup.js +39 -36
  497. package/src/commands/instances/rotate.js +20 -21
  498. package/src/commands/instances/start.js +23 -24
  499. package/src/commands/instances/stop.js +20 -21
  500. package/src/commands/instances/unlock.js +17 -19
  501. package/src/commands/instances/upgrade.js +38 -34
  502. package/src/commands/login.js +67 -67
  503. package/src/commands/logout.js +10 -12
  504. package/src/commands/mast/constants.js +2 -2
  505. package/src/commands/mast/create-assessment.js +16 -16
  506. package/src/commands/mast/delete-assessment.js +15 -15
  507. package/src/commands/mast/download-report.js +18 -15
  508. package/src/commands/mast/get-assessment.js +14 -14
  509. package/src/commands/mast/get-assessments.js +13 -13
  510. package/src/commands/mast/index.js +7 -7
  511. package/src/commands/mast/start-monitor.js +15 -15
  512. package/src/commands/mast/stop-monitor.js +15 -15
  513. package/src/commands/mast/test.js +19 -16
  514. package/src/commands/projects/create.js +33 -32
  515. package/src/commands/projects/delete.js +26 -26
  516. package/src/commands/projects/index.js +6 -11
  517. package/src/commands/projects/list.js +21 -19
  518. package/src/commands/projects/vpnConfig.js +29 -26
  519. package/src/commands/webplayer/create.js +57 -50
  520. package/src/commands/webplayer/destroy.js +31 -28
  521. package/src/commands/webplayer/index.js +6 -11
  522. package/src/commands/webplayer/list.js +41 -42
  523. package/src/commands/webplayer/login.js +31 -28
  524. package/src/corellium-api.js +11 -11
  525. package/src/error.js +20 -18
  526. package/src/logging.js +15 -15
  527. package/src/profile.js +22 -22
  528. package/src/progress.js +6 -6
  529. package/src/resumable.js +606 -664
  530. package/src/table.js +20 -22
  531. package/src/upload.js +38 -38
  532. package/src/utils.js +63 -64
  533. package/test/test.js +47 -48
  534. package/coverage/cobertura-coverage.xml +0 -9
  535. package/coverage/lcov-report/base.css +0 -224
  536. package/coverage/lcov-report/block-navigation.js +0 -87
  537. package/coverage/lcov-report/favicon.png +0 -0
  538. package/coverage/lcov-report/index.html +0 -101
  539. package/coverage/lcov-report/prettify.css +0 -1
  540. package/coverage/lcov-report/prettify.js +0 -2
  541. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  542. package/coverage/lcov-report/sorter.js +0 -196
  543. package/coverage/lcov.info +0 -0
  544. package/node_modules/@babel/cli/node_modules/commander/CHANGELOG.md +0 -436
  545. package/node_modules/@babel/cli/node_modules/commander/index.js +0 -1649
  546. package/node_modules/@babel/cli/node_modules/commander/typings/index.d.ts +0 -311
  547. package/node_modules/@babel/cli/node_modules/semver/CHANGELOG.md +0 -39
  548. package/node_modules/@babel/cli/node_modules/semver/package.json +0 -28
  549. package/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
  550. package/node_modules/braces/CHANGELOG.md +0 -184
  551. package/node_modules/call-bind/.eslintignore +0 -1
  552. package/node_modules/call-bind/CHANGELOG.md +0 -42
  553. package/node_modules/call-bind/README.md +0 -2
  554. package/node_modules/call-bind/callBound.js +0 -15
  555. package/node_modules/call-bind/index.js +0 -47
  556. package/node_modules/call-bind/package.json +0 -80
  557. package/node_modules/call-bind/test/index.js +0 -66
  558. package/node_modules/component-emitter/History.md +0 -75
  559. package/node_modules/function-bind/.jscs.json +0 -176
  560. package/node_modules/function-bind/.npmignore +0 -22
  561. package/node_modules/function-bind/.travis.yml +0 -168
  562. package/node_modules/has/LICENSE-MIT +0 -22
  563. package/node_modules/has/README.md +0 -18
  564. package/node_modules/has/package.json +0 -48
  565. package/node_modules/has/src/index.js +0 -5
  566. package/node_modules/has/test/index.js +0 -10
  567. package/node_modules/lru-cache/README.md +0 -166
  568. package/node_modules/lru-cache/index.js +0 -334
  569. package/node_modules/lru-cache/package.json +0 -34
  570. package/node_modules/semver/LICENSE +0 -15
  571. package/node_modules/semver/functions/diff.js +0 -23
  572. package/node_modules/semver/functions/parse.js +0 -33
  573. package/node_modules/semver/index.js +0 -48
  574. package/node_modules/semver/internal/parse-options.js +0 -11
  575. package/node_modules/side-channel/.eslintignore +0 -1
  576. package/node_modules/superagent/node_modules/form-data/README.md.bak +0 -356
  577. package/node_modules/superagent/node_modules/form-data/Readme.md +0 -356
  578. package/node_modules/yallist/LICENSE +0 -15
  579. package/node_modules/yallist/README.md +0 -204
  580. package/node_modules/yallist/iterator.js +0 -8
  581. package/node_modules/yallist/package.json +0 -29
  582. package/node_modules/yallist/yallist.js +0 -426
  583. /package/node_modules/{superagent → axios}/node_modules/form-data/License +0 -0
  584. /package/node_modules/{superagent → axios}/node_modules/form-data/index.d.ts +0 -0
  585. /package/node_modules/{superagent → axios}/node_modules/form-data/lib/browser.js +0 -0
  586. /package/node_modules/{superagent → axios}/node_modules/form-data/lib/populate.js +0 -0
  587. /package/node_modules/{@babel/cli/node_modules/commander → commander}/LICENSE +0 -0
  588. /package/node_modules/{call-bind → dunder-proto}/.nycrc +0 -0
  589. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.d.ts +0 -0
  590. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.js +0 -0
  591. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/license +0 -0
  592. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/LICENSE +0 -0
  593. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/README.md +0 -0
  594. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/bin/semver +0 -0
  595. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/range.bnf +0 -0
  596. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/package.json +0 -0
  597. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/readme.md +0 -0
  598. /package/node_modules/{@babel/cli/node_modules/pify → pify}/index.js +0 -0
  599. /package/node_modules/{@babel/cli/node_modules/pify → pify}/license +0 -0
  600. /package/node_modules/{@babel/cli/node_modules/pify → pify}/package.json +0 -0
  601. /package/node_modules/{@babel/cli/node_modules/pify → pify}/readme.md +0 -0
  602. /package/node_modules/{@babel/cli/node_modules/slash → slash}/index.js +0 -0
  603. /package/node_modules/{@babel/cli/node_modules/slash → slash}/license +0 -0
  604. /package/node_modules/{@babel/cli/node_modules/slash → slash}/package.json +0 -0
  605. /package/node_modules/{@babel/cli/node_modules/slash → slash}/readme.md +0 -0
  606. /package/node_modules/{lru-cache → superagent/node_modules/semver}/LICENSE +0 -0
  607. /package/node_modules/{semver → superagent/node_modules/semver}/classes/index.js +0 -0
  608. /package/node_modules/{semver → superagent/node_modules/semver}/functions/clean.js +0 -0
  609. /package/node_modules/{semver → superagent/node_modules/semver}/functions/cmp.js +0 -0
  610. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-build.js +0 -0
  611. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-loose.js +0 -0
  612. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare.js +0 -0
  613. /package/node_modules/{semver → superagent/node_modules/semver}/functions/eq.js +0 -0
  614. /package/node_modules/{semver → superagent/node_modules/semver}/functions/gt.js +0 -0
  615. /package/node_modules/{semver → superagent/node_modules/semver}/functions/gte.js +0 -0
  616. /package/node_modules/{semver → superagent/node_modules/semver}/functions/lt.js +0 -0
  617. /package/node_modules/{semver → superagent/node_modules/semver}/functions/lte.js +0 -0
  618. /package/node_modules/{semver → superagent/node_modules/semver}/functions/major.js +0 -0
  619. /package/node_modules/{semver → superagent/node_modules/semver}/functions/minor.js +0 -0
  620. /package/node_modules/{semver → superagent/node_modules/semver}/functions/neq.js +0 -0
  621. /package/node_modules/{semver → superagent/node_modules/semver}/functions/patch.js +0 -0
  622. /package/node_modules/{semver → superagent/node_modules/semver}/functions/prerelease.js +0 -0
  623. /package/node_modules/{semver → superagent/node_modules/semver}/functions/rcompare.js +0 -0
  624. /package/node_modules/{semver → superagent/node_modules/semver}/functions/rsort.js +0 -0
  625. /package/node_modules/{semver → superagent/node_modules/semver}/functions/satisfies.js +0 -0
  626. /package/node_modules/{semver → superagent/node_modules/semver}/functions/sort.js +0 -0
  627. /package/node_modules/{semver → superagent/node_modules/semver}/functions/valid.js +0 -0
  628. /package/node_modules/{semver → superagent/node_modules/semver}/internal/debug.js +0 -0
  629. /package/node_modules/{semver → superagent/node_modules/semver}/internal/identifiers.js +0 -0
  630. /package/node_modules/{semver → superagent/node_modules/semver}/preload.js +0 -0
  631. /package/node_modules/{semver → superagent/node_modules/semver}/range.bnf +0 -0
  632. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/gtr.js +0 -0
  633. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/ltr.js +0 -0
  634. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/max-satisfying.js +0 -0
  635. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-satisfying.js +0 -0
  636. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-version.js +0 -0
  637. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/outside.js +0 -0
  638. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/simplify.js +0 -0
  639. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/to-comparators.js +0 -0
  640. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/valid.js +0 -0
@@ -1,10 +1,18 @@
1
1
  'use strict';
2
2
 
3
3
  var test = require('tape');
4
- var qs = require('../');
5
- var utils = require('../lib/utils');
4
+ var hasPropertyDescriptors = require('has-property-descriptors')();
6
5
  var iconv = require('iconv-lite');
6
+ var mockProperty = require('mock-property');
7
+ var hasOverrideMistake = require('has-override-mistake')();
7
8
  var SaferBuffer = require('safer-buffer').Buffer;
9
+ var v = require('es-value-fixtures');
10
+ var inspect = require('object-inspect');
11
+ var emptyTestCases = require('./empty-keys-cases').emptyTestCases;
12
+ var hasProto = require('has-proto')();
13
+
14
+ var qs = require('../');
15
+ var utils = require('../lib/utils');
8
16
 
9
17
  test('parse()', function (t) {
10
18
  t.test('parses a simple string', function (st) {
@@ -32,41 +40,156 @@ test('parse()', function (t) {
32
40
  st.end();
33
41
  });
34
42
 
35
- t.test('arrayFormat: brackets allows only explicit arrays', function (st) {
36
- st.deepEqual(qs.parse('a[]=b&a[]=c', { arrayFormat: 'brackets' }), { a: ['b', 'c'] });
37
- st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayFormat: 'brackets' }), { a: ['b', 'c'] });
38
- st.deepEqual(qs.parse('a=b,c', { arrayFormat: 'brackets' }), { a: 'b,c' });
39
- st.deepEqual(qs.parse('a=b&a=c', { arrayFormat: 'brackets' }), { a: ['b', 'c'] });
43
+ t.test('comma: false', function (st) {
44
+ st.deepEqual(qs.parse('a[]=b&a[]=c'), { a: ['b', 'c'] });
45
+ st.deepEqual(qs.parse('a[0]=b&a[1]=c'), { a: ['b', 'c'] });
46
+ st.deepEqual(qs.parse('a=b,c'), { a: 'b,c' });
47
+ st.deepEqual(qs.parse('a=b&a=c'), { a: ['b', 'c'] });
40
48
  st.end();
41
49
  });
42
50
 
43
- t.test('arrayFormat: indices allows only indexed arrays', function (st) {
44
- st.deepEqual(qs.parse('a[]=b&a[]=c', { arrayFormat: 'indices' }), { a: ['b', 'c'] });
45
- st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayFormat: 'indices' }), { a: ['b', 'c'] });
46
- st.deepEqual(qs.parse('a=b,c', { arrayFormat: 'indices' }), { a: 'b,c' });
47
- st.deepEqual(qs.parse('a=b&a=c', { arrayFormat: 'indices' }), { a: ['b', 'c'] });
51
+ t.test('comma: true', function (st) {
52
+ st.deepEqual(qs.parse('a[]=b&a[]=c', { comma: true }), { a: ['b', 'c'] });
53
+ st.deepEqual(qs.parse('a[0]=b&a[1]=c', { comma: true }), { a: ['b', 'c'] });
54
+ st.deepEqual(qs.parse('a=b,c', { comma: true }), { a: ['b', 'c'] });
55
+ st.deepEqual(qs.parse('a=b&a=c', { comma: true }), { a: ['b', 'c'] });
56
+ st.end();
57
+ });
58
+
59
+ t.test('allows enabling dot notation', function (st) {
60
+ st.deepEqual(qs.parse('a.b=c'), { 'a.b': 'c' });
61
+ st.deepEqual(qs.parse('a.b=c', { allowDots: true }), { a: { b: 'c' } });
62
+
63
+ st.end();
64
+ });
65
+
66
+ t.test('decode dot keys correctly', function (st) {
67
+ st.deepEqual(
68
+ qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: false, decodeDotInKeys: false }),
69
+ { 'name%2Eobj.first': 'John', 'name%2Eobj.last': 'Doe' },
70
+ 'with allowDots false and decodeDotInKeys false'
71
+ );
72
+ st.deepEqual(
73
+ qs.parse('name.obj.first=John&name.obj.last=Doe', { allowDots: true, decodeDotInKeys: false }),
74
+ { name: { obj: { first: 'John', last: 'Doe' } } },
75
+ 'with allowDots false and decodeDotInKeys false'
76
+ );
77
+ st.deepEqual(
78
+ qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: true, decodeDotInKeys: false }),
79
+ { 'name%2Eobj': { first: 'John', last: 'Doe' } },
80
+ 'with allowDots true and decodeDotInKeys false'
81
+ );
82
+ st.deepEqual(
83
+ qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: true, decodeDotInKeys: true }),
84
+ { 'name.obj': { first: 'John', last: 'Doe' } },
85
+ 'with allowDots true and decodeDotInKeys true'
86
+ );
87
+
88
+ st.deepEqual(
89
+ qs.parse(
90
+ 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
91
+ { allowDots: false, decodeDotInKeys: false }
92
+ ),
93
+ { 'name%2Eobj%2Esubobject.first%2Egodly%2Ename': 'John', 'name%2Eobj%2Esubobject.last': 'Doe' },
94
+ 'with allowDots false and decodeDotInKeys false'
95
+ );
96
+ st.deepEqual(
97
+ qs.parse(
98
+ 'name.obj.subobject.first.godly.name=John&name.obj.subobject.last=Doe',
99
+ { allowDots: true, decodeDotInKeys: false }
100
+ ),
101
+ { name: { obj: { subobject: { first: { godly: { name: 'John' } }, last: 'Doe' } } } },
102
+ 'with allowDots true and decodeDotInKeys false'
103
+ );
104
+ st.deepEqual(
105
+ qs.parse(
106
+ 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
107
+ { allowDots: true, decodeDotInKeys: true }
108
+ ),
109
+ { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } },
110
+ 'with allowDots true and decodeDotInKeys true'
111
+ );
112
+ st.deepEqual(
113
+ qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe'),
114
+ { 'name%2Eobj.first': 'John', 'name%2Eobj.last': 'Doe' },
115
+ 'with allowDots and decodeDotInKeys undefined'
116
+ );
117
+
48
118
  st.end();
49
119
  });
50
120
 
51
- t.test('arrayFormat: comma allows only comma-separated arrays', function (st) {
52
- st.deepEqual(qs.parse('a[]=b&a[]=c', { arrayFormat: 'comma' }), { a: ['b', 'c'] });
53
- st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayFormat: 'comma' }), { a: ['b', 'c'] });
54
- st.deepEqual(qs.parse('a=b,c', { arrayFormat: 'comma' }), { a: 'b,c' });
55
- st.deepEqual(qs.parse('a=b&a=c', { arrayFormat: 'comma' }), { a: ['b', 'c'] });
121
+ t.test('decodes dot in key of object, and allow enabling dot notation when decodeDotInKeys is set to true and allowDots is undefined', function (st) {
122
+ st.deepEqual(
123
+ qs.parse(
124
+ 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
125
+ { decodeDotInKeys: true }
126
+ ),
127
+ { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } },
128
+ 'with allowDots undefined and decodeDotInKeys true'
129
+ );
130
+
56
131
  st.end();
57
132
  });
58
133
 
59
- t.test('arrayFormat: repeat allows only repeated values', function (st) {
60
- st.deepEqual(qs.parse('a[]=b&a[]=c', { arrayFormat: 'repeat' }), { a: ['b', 'c'] });
61
- st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayFormat: 'repeat' }), { a: ['b', 'c'] });
62
- st.deepEqual(qs.parse('a=b,c', { arrayFormat: 'repeat' }), { a: 'b,c' });
63
- st.deepEqual(qs.parse('a=b&a=c', { arrayFormat: 'repeat' }), { a: ['b', 'c'] });
134
+ t.test('throws when decodeDotInKeys is not of type boolean', function (st) {
135
+ st['throws'](
136
+ function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 'foobar' }); },
137
+ TypeError
138
+ );
139
+
140
+ st['throws'](
141
+ function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 0 }); },
142
+ TypeError
143
+ );
144
+ st['throws'](
145
+ function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: NaN }); },
146
+ TypeError
147
+ );
148
+
149
+ st['throws'](
150
+ function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: null }); },
151
+ TypeError
152
+ );
153
+
64
154
  st.end();
65
155
  });
66
156
 
67
- t.test('allows enabling dot notation', function (st) {
68
- st.deepEqual(qs.parse('a.b=c'), { 'a.b': 'c' });
69
- st.deepEqual(qs.parse('a.b=c', { allowDots: true }), { a: { b: 'c' } });
157
+ t.test('allows empty arrays in obj values', function (st) {
158
+ st.deepEqual(qs.parse('foo[]&bar=baz', { allowEmptyArrays: true }), { foo: [], bar: 'baz' });
159
+ st.deepEqual(qs.parse('foo[]&bar=baz', { allowEmptyArrays: false }), { foo: [''], bar: 'baz' });
160
+
161
+ st.end();
162
+ });
163
+
164
+ t.test('throws when allowEmptyArrays is not of type boolean', function (st) {
165
+ st['throws'](
166
+ function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 'foobar' }); },
167
+ TypeError
168
+ );
169
+
170
+ st['throws'](
171
+ function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 0 }); },
172
+ TypeError
173
+ );
174
+ st['throws'](
175
+ function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: NaN }); },
176
+ TypeError
177
+ );
178
+
179
+ st['throws'](
180
+ function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: null }); },
181
+ TypeError
182
+ );
183
+
184
+ st.end();
185
+ });
186
+
187
+ t.test('allowEmptyArrays + strictNullHandling', function (st) {
188
+ st.deepEqual(
189
+ qs.parse('testEmptyArray[]', { strictNullHandling: true, allowEmptyArrays: true }),
190
+ { testEmptyArray: [] }
191
+ );
192
+
70
193
  st.end();
71
194
  });
72
195
 
@@ -321,15 +444,15 @@ test('parse()', function (t) {
321
444
  st.end();
322
445
  });
323
446
 
324
- t.test('should not throw when a native prototype has an enumerable property', function (st) {
325
- Object.prototype.crash = '';
326
- Array.prototype.crash = '';
447
+ t.test('does not throw when a native prototype has an enumerable property', function (st) {
448
+ st.intercept(Object.prototype, 'crash', { value: '' });
449
+ st.intercept(Array.prototype, 'crash', { value: '' });
450
+
327
451
  st.doesNotThrow(qs.parse.bind(null, 'a=b'));
328
452
  st.deepEqual(qs.parse('a=b'), { a: 'b' });
329
453
  st.doesNotThrow(qs.parse.bind(null, 'a[][b]=c'));
330
454
  st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] });
331
- delete Object.prototype.crash;
332
- delete Array.prototype.crash;
455
+
333
456
  st.end();
334
457
  });
335
458
 
@@ -360,8 +483,14 @@ test('parse()', function (t) {
360
483
 
361
484
  t.test('allows overriding array limit', function (st) {
362
485
  st.deepEqual(qs.parse('a[0]=b', { arrayLimit: -1 }), { a: { 0: 'b' } });
486
+ st.deepEqual(qs.parse('a[0]=b', { arrayLimit: 0 }), { a: ['b'] });
487
+
363
488
  st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: -1 }), { a: { '-1': 'b' } });
489
+ st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: 0 }), { a: { '-1': 'b' } });
490
+
491
+ st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: -1 }), { a: { 0: 'b', 1: 'c' } });
364
492
  st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: 0 }), { a: { 0: 'b', 1: 'c' } });
493
+
365
494
  st.end();
366
495
  });
367
496
 
@@ -452,6 +581,15 @@ test('parse()', function (t) {
452
581
  st.end();
453
582
  });
454
583
 
584
+ t.test('parses url-encoded brackets holds array of arrays when having two parts of strings with comma as array divider', function (st) {
585
+ st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=4,5,6', { comma: true }), { foo: [['1', '2', '3'], ['4', '5', '6']] });
586
+ st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=', { comma: true }), { foo: [['1', '2', '3'], ''] });
587
+ st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=,', { comma: true }), { foo: [['1', '2', '3'], ['', '']] });
588
+ st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=a', { comma: true }), { foo: [['1', '2', '3'], 'a'] });
589
+
590
+ st.end();
591
+ });
592
+
455
593
  t.test('parses comma delimited array while having percent-encoded comma treated as normal text', function (st) {
456
594
  st.deepEqual(qs.parse('foo=a%2Cb', { comma: true }), { foo: 'a,b' });
457
595
  st.deepEqual(qs.parse('foo=a%2C%20b,d', { comma: true }), { foo: ['a, b', 'd'] });
@@ -499,10 +637,12 @@ test('parse()', function (t) {
499
637
  });
500
638
 
501
639
  t.test('does not blow up when Buffer global is missing', function (st) {
502
- var tempBuffer = global.Buffer;
503
- delete global.Buffer;
640
+ var restore = mockProperty(global, 'Buffer', { 'delete': true });
641
+
504
642
  var result = qs.parse('a=b&c=d');
505
- global.Buffer = tempBuffer;
643
+
644
+ restore();
645
+
506
646
  st.deepEqual(result, { a: 'b', c: 'd' });
507
647
  st.end();
508
648
  });
@@ -552,9 +692,8 @@ test('parse()', function (t) {
552
692
  st.end();
553
693
  });
554
694
 
555
- t.test('parses null objects correctly', { skip: !Object.create }, function (st) {
556
- var a = Object.create(null);
557
- a.b = 'c';
695
+ t.test('parses null objects correctly', { skip: !hasProto }, function (st) {
696
+ var a = { __proto__: null, b: 'c' };
558
697
 
559
698
  st.deepEqual(qs.parse(a), { b: 'c' });
560
699
  var result = qs.parse({ a: a });
@@ -601,6 +740,34 @@ test('parse()', function (t) {
601
740
  st.end();
602
741
  });
603
742
 
743
+ t.test('does not crash when the global Object prototype is frozen', { skip: !hasPropertyDescriptors || !hasOverrideMistake }, function (st) {
744
+ // We can't actually freeze the global Object prototype as that will interfere with other tests, and once an object is frozen, it
745
+ // can't be unfrozen. Instead, we add a new non-writable property to simulate this.
746
+ st.teardown(mockProperty(Object.prototype, 'frozenProp', { value: 'foo', nonWritable: true, nonEnumerable: true }));
747
+
748
+ st['throws'](
749
+ function () {
750
+ var obj = {};
751
+ obj.frozenProp = 'bar';
752
+ },
753
+ // node < 6 has a different error message
754
+ /^TypeError: Cannot assign to read only property 'frozenProp' of (?:object '#<Object>'|#<Object>)/,
755
+ 'regular assignment of an inherited non-writable property throws'
756
+ );
757
+
758
+ var parsed;
759
+ st.doesNotThrow(
760
+ function () {
761
+ parsed = qs.parse('frozenProp', { allowPrototypes: false });
762
+ },
763
+ 'parsing a nonwritable Object.prototype property does not throw'
764
+ );
765
+
766
+ st.deepEqual(parsed, {}, 'bare "frozenProp" results in {}');
767
+
768
+ st.end();
769
+ });
770
+
604
771
  t.test('params starting with a closing bracket', function (st) {
605
772
  st.deepEqual(qs.parse(']=toString'), { ']': 'toString' });
606
773
  st.deepEqual(qs.parse(']]=toString'), { ']]': 'toString' });
@@ -703,17 +870,25 @@ test('parse()', function (t) {
703
870
  st.end();
704
871
  });
705
872
 
706
- t.test('can return null objects', { skip: !Object.create }, function (st) {
707
- var expected = Object.create(null);
708
- expected.a = Object.create(null);
709
- expected.a.b = 'c';
710
- expected.a.hasOwnProperty = 'd';
873
+ t.test('can return null objects', { skip: !hasProto }, function (st) {
874
+ var expected = {
875
+ __proto__: null,
876
+ a: {
877
+ __proto__: null,
878
+ b: 'c',
879
+ hasOwnProperty: 'd'
880
+ }
881
+ };
711
882
  st.deepEqual(qs.parse('a[b]=c&a[hasOwnProperty]=d', { plainObjects: true }), expected);
712
- st.deepEqual(qs.parse(null, { plainObjects: true }), Object.create(null));
713
- var expectedArray = Object.create(null);
714
- expectedArray.a = Object.create(null);
715
- expectedArray.a[0] = 'b';
716
- expectedArray.a.c = 'd';
883
+ st.deepEqual(qs.parse(null, { plainObjects: true }), { __proto__: null });
884
+ var expectedArray = {
885
+ __proto__: null,
886
+ a: {
887
+ __proto__: null,
888
+ 0: 'b',
889
+ c: 'd'
890
+ }
891
+ };
717
892
  st.deepEqual(qs.parse('a[]=b&a[c]=d', { plainObjects: true }), expectedArray);
718
893
  st.end();
719
894
  });
@@ -790,7 +965,7 @@ test('parse()', function (t) {
790
965
  st.end();
791
966
  });
792
967
 
793
- t.test('should ignore an utf8 sentinel with an unknown value', function (st) {
968
+ t.test('ignores an utf8 sentinel with an unknown value', function (st) {
794
969
  st.deepEqual(qs.parse('utf8=foo&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { ø: 'ø' });
795
970
  st.end();
796
971
  });
@@ -831,6 +1006,15 @@ test('parse()', function (t) {
831
1006
  st.end();
832
1007
  });
833
1008
 
1009
+ t.test('interpretNumericEntities with comma:true and iso charset does not crash', function (st) {
1010
+ st.deepEqual(
1011
+ qs.parse('b&a[]=1,' + urlEncodedNumSmiley, { comma: true, charset: 'iso-8859-1', interpretNumericEntities: true }),
1012
+ { b: '', a: ['1,☺'] }
1013
+ );
1014
+
1015
+ st.end();
1016
+ });
1017
+
834
1018
  t.test('does not interpret %uXXXX syntax in iso-8859-1 mode', function (st) {
835
1019
  st.deepEqual(qs.parse('%u263A=%u263A', { charset: 'iso-8859-1' }), { '%u263A': '%u263A' });
836
1020
  st.end();
@@ -851,5 +1035,242 @@ test('parse()', function (t) {
851
1035
  st.end();
852
1036
  });
853
1037
 
1038
+ t.test('parameter limit tests', function (st) {
1039
+ st.test('does not throw error when within parameter limit', function (sst) {
1040
+ var result = qs.parse('a=1&b=2&c=3', { parameterLimit: 5, throwOnLimitExceeded: true });
1041
+ sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses without errors');
1042
+ sst.end();
1043
+ });
1044
+
1045
+ st.test('throws error when throwOnLimitExceeded is present but not boolean', function (sst) {
1046
+ sst['throws'](
1047
+ function () {
1048
+ qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: 3, throwOnLimitExceeded: 'true' });
1049
+ },
1050
+ new TypeError('`throwOnLimitExceeded` option must be a boolean'),
1051
+ 'throws error when throwOnLimitExceeded is present and not boolean'
1052
+ );
1053
+ sst.end();
1054
+ });
1055
+
1056
+ st.test('throws error when parameter limit exceeded', function (sst) {
1057
+ sst['throws'](
1058
+ function () {
1059
+ qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: 3, throwOnLimitExceeded: true });
1060
+ },
1061
+ new RangeError('Parameter limit exceeded. Only 3 parameters allowed.'),
1062
+ 'throws error when parameter limit is exceeded'
1063
+ );
1064
+ sst.end();
1065
+ });
1066
+
1067
+ st.test('silently truncates when throwOnLimitExceeded is not given', function (sst) {
1068
+ var result = qs.parse('a=1&b=2&c=3&d=4&e=5', { parameterLimit: 3 });
1069
+ sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses and truncates silently');
1070
+ sst.end();
1071
+ });
1072
+
1073
+ st.test('silently truncates when parameter limit exceeded without error', function (sst) {
1074
+ var result = qs.parse('a=1&b=2&c=3&d=4&e=5', { parameterLimit: 3, throwOnLimitExceeded: false });
1075
+ sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses and truncates silently');
1076
+ sst.end();
1077
+ });
1078
+
1079
+ st.test('allows unlimited parameters when parameterLimit set to Infinity', function (sst) {
1080
+ var result = qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: Infinity });
1081
+ sst.deepEqual(result, { a: '1', b: '2', c: '3', d: '4', e: '5', f: '6' }, 'parses all parameters without truncation');
1082
+ sst.end();
1083
+ });
1084
+
1085
+ st.end();
1086
+ });
1087
+
1088
+ t.test('array limit tests', function (st) {
1089
+ st.test('does not throw error when array is within limit', function (sst) {
1090
+ var result = qs.parse('a[]=1&a[]=2&a[]=3', { arrayLimit: 5, throwOnLimitExceeded: true });
1091
+ sst.deepEqual(result, { a: ['1', '2', '3'] }, 'parses array without errors');
1092
+ sst.end();
1093
+ });
1094
+
1095
+ st.test('throws error when throwOnLimitExceeded is present but not boolean for array limit', function (sst) {
1096
+ sst['throws'](
1097
+ function () {
1098
+ qs.parse('a[]=1&a[]=2&a[]=3&a[]=4', { arrayLimit: 3, throwOnLimitExceeded: 'true' });
1099
+ },
1100
+ new TypeError('`throwOnLimitExceeded` option must be a boolean'),
1101
+ 'throws error when throwOnLimitExceeded is present and not boolean for array limit'
1102
+ );
1103
+ sst.end();
1104
+ });
1105
+
1106
+ st.test('throws error when array limit exceeded', function (sst) {
1107
+ sst['throws'](
1108
+ function () {
1109
+ qs.parse('a[]=1&a[]=2&a[]=3&a[]=4', { arrayLimit: 3, throwOnLimitExceeded: true });
1110
+ },
1111
+ new RangeError('Array limit exceeded. Only 3 elements allowed in an array.'),
1112
+ 'throws error when array limit is exceeded'
1113
+ );
1114
+ sst.end();
1115
+ });
1116
+
1117
+ st.test('converts array to object if length is greater than limit', function (sst) {
1118
+ var result = qs.parse('a[1]=1&a[2]=2&a[3]=3&a[4]=4&a[5]=5&a[6]=6', { arrayLimit: 5 });
1119
+
1120
+ sst.deepEqual(result, { a: { 1: '1', 2: '2', 3: '3', 4: '4', 5: '5', 6: '6' } }, 'parses into object if array length is greater than limit');
1121
+ sst.end();
1122
+ });
1123
+
1124
+ st.end();
1125
+ });
1126
+
854
1127
  t.end();
855
1128
  });
1129
+
1130
+ test('parses empty keys', function (t) {
1131
+ emptyTestCases.forEach(function (testCase) {
1132
+ t.test('skips empty string key with ' + testCase.input, function (st) {
1133
+ st.deepEqual(qs.parse(testCase.input), testCase.noEmptyKeys);
1134
+
1135
+ st.end();
1136
+ });
1137
+ });
1138
+ });
1139
+
1140
+ test('`duplicates` option', function (t) {
1141
+ v.nonStrings.concat('not a valid option').forEach(function (invalidOption) {
1142
+ if (typeof invalidOption !== 'undefined') {
1143
+ t['throws'](
1144
+ function () { qs.parse('', { duplicates: invalidOption }); },
1145
+ TypeError,
1146
+ 'throws on invalid option: ' + inspect(invalidOption)
1147
+ );
1148
+ }
1149
+ });
1150
+
1151
+ t.deepEqual(
1152
+ qs.parse('foo=bar&foo=baz'),
1153
+ { foo: ['bar', 'baz'] },
1154
+ 'duplicates: default, combine'
1155
+ );
1156
+
1157
+ t.deepEqual(
1158
+ qs.parse('foo=bar&foo=baz', { duplicates: 'combine' }),
1159
+ { foo: ['bar', 'baz'] },
1160
+ 'duplicates: combine'
1161
+ );
1162
+
1163
+ t.deepEqual(
1164
+ qs.parse('foo=bar&foo=baz', { duplicates: 'first' }),
1165
+ { foo: 'bar' },
1166
+ 'duplicates: first'
1167
+ );
1168
+
1169
+ t.deepEqual(
1170
+ qs.parse('foo=bar&foo=baz', { duplicates: 'last' }),
1171
+ { foo: 'baz' },
1172
+ 'duplicates: last'
1173
+ );
1174
+
1175
+ t.end();
1176
+ });
1177
+
1178
+ test('qs strictDepth option - throw cases', function (t) {
1179
+ t.test('throws an exception when depth exceeds the limit with strictDepth: true', function (st) {
1180
+ st['throws'](
1181
+ function () {
1182
+ qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1, strictDepth: true });
1183
+ },
1184
+ RangeError,
1185
+ 'throws RangeError'
1186
+ );
1187
+ st.end();
1188
+ });
1189
+
1190
+ t.test('throws an exception for multiple nested arrays with strictDepth: true', function (st) {
1191
+ st['throws'](
1192
+ function () {
1193
+ qs.parse('a[0][1][2][3][4]=b', { depth: 3, strictDepth: true });
1194
+ },
1195
+ RangeError,
1196
+ 'throws RangeError'
1197
+ );
1198
+ st.end();
1199
+ });
1200
+
1201
+ t.test('throws an exception for nested objects and arrays with strictDepth: true', function (st) {
1202
+ st['throws'](
1203
+ function () {
1204
+ qs.parse('a[b][c][0][d][e]=f', { depth: 3, strictDepth: true });
1205
+ },
1206
+ RangeError,
1207
+ 'throws RangeError'
1208
+ );
1209
+ st.end();
1210
+ });
1211
+
1212
+ t.test('throws an exception for different types of values with strictDepth: true', function (st) {
1213
+ st['throws'](
1214
+ function () {
1215
+ qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 3, strictDepth: true });
1216
+ },
1217
+ RangeError,
1218
+ 'throws RangeError'
1219
+ );
1220
+ st.end();
1221
+ });
1222
+
1223
+ });
1224
+
1225
+ test('qs strictDepth option - non-throw cases', function (t) {
1226
+ t.test('when depth is 0 and strictDepth true, do not throw', function (st) {
1227
+ st.doesNotThrow(
1228
+ function () {
1229
+ qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 0, strictDepth: true });
1230
+ },
1231
+ RangeError,
1232
+ 'does not throw RangeError'
1233
+ );
1234
+ st.end();
1235
+ });
1236
+
1237
+ t.test('parses successfully when depth is within the limit with strictDepth: true', function (st) {
1238
+ st.doesNotThrow(
1239
+ function () {
1240
+ var result = qs.parse('a[b]=c', { depth: 1, strictDepth: true });
1241
+ st.deepEqual(result, { a: { b: 'c' } }, 'parses correctly');
1242
+ }
1243
+ );
1244
+ st.end();
1245
+ });
1246
+
1247
+ t.test('does not throw an exception when depth exceeds the limit with strictDepth: false', function (st) {
1248
+ st.doesNotThrow(
1249
+ function () {
1250
+ var result = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 });
1251
+ st.deepEqual(result, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }, 'parses with depth limit');
1252
+ }
1253
+ );
1254
+ st.end();
1255
+ });
1256
+
1257
+ t.test('parses successfully when depth is within the limit with strictDepth: false', function (st) {
1258
+ st.doesNotThrow(
1259
+ function () {
1260
+ var result = qs.parse('a[b]=c', { depth: 1 });
1261
+ st.deepEqual(result, { a: { b: 'c' } }, 'parses correctly');
1262
+ }
1263
+ );
1264
+ st.end();
1265
+ });
1266
+
1267
+ t.test('does not throw when depth is exactly at the limit with strictDepth: true', function (st) {
1268
+ st.doesNotThrow(
1269
+ function () {
1270
+ var result = qs.parse('a[b][c]=d', { depth: 2, strictDepth: true });
1271
+ st.deepEqual(result, { a: { b: { c: 'd' } } }, 'parses correctly');
1272
+ }
1273
+ );
1274
+ st.end();
1275
+ });
1276
+ });