es6-crawler-detect 3.3.0 → 4.0.0-beta.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 (358) hide show
  1. package/.babelrc +1 -1
  2. package/.mocharc.json +5 -0
  3. package/README.md +1 -0
  4. package/dist/main.bundle.js +1 -1
  5. package/eslint.config.mjs +62 -0
  6. package/example/node/package.json +1 -1
  7. package/example/node/yarn.lock +222 -99
  8. package/package.json +30 -25
  9. package/src/index.js +20 -14
  10. package/src/index.ts +18 -0
  11. package/src/lib/crawler/crawlers.js +1399 -1403
  12. package/src/lib/crawler/crawlers.ts +1397 -0
  13. package/src/lib/crawler/exclusions.js +58 -62
  14. package/src/lib/crawler/exclusions.ts +56 -0
  15. package/src/lib/crawler/headers.js +6 -10
  16. package/src/lib/crawler/headers.ts +18 -0
  17. package/src/lib/crawler/provider.js +1 -10
  18. package/src/lib/crawler/provider.ts +3 -0
  19. package/src/lib/crawler.js +98 -130
  20. package/src/lib/crawler.ts +128 -0
  21. package/src/types.js +2 -0
  22. package/src/types.ts +15 -0
  23. package/test/lib/crawler.spec.js +149 -0
  24. package/test/lib/crawler.spec.ts +116 -0
  25. package/tsconfig.json +16 -0
  26. package/webpack.common.js +20 -20
  27. package/webpack.dev.js +7 -7
  28. package/webpack.prod.js +14 -14
  29. package/.eslintignore +0 -6
  30. package/.eslintrc.json +0 -30
  31. package/example/node/node_modules/.bin/mime +0 -15
  32. package/example/node/node_modules/.bin/mime.cmd +0 -7
  33. package/example/node/node_modules/.yarn-integrity +0 -67
  34. package/example/node/node_modules/accepts/HISTORY.md +0 -236
  35. package/example/node/node_modules/accepts/LICENSE +0 -23
  36. package/example/node/node_modules/accepts/README.md +0 -142
  37. package/example/node/node_modules/accepts/index.js +0 -238
  38. package/example/node/node_modules/accepts/package.json +0 -47
  39. package/example/node/node_modules/array-flatten/LICENSE +0 -21
  40. package/example/node/node_modules/array-flatten/README.md +0 -43
  41. package/example/node/node_modules/array-flatten/array-flatten.js +0 -64
  42. package/example/node/node_modules/array-flatten/package.json +0 -39
  43. package/example/node/node_modules/body-parser/HISTORY.md +0 -624
  44. package/example/node/node_modules/body-parser/LICENSE +0 -23
  45. package/example/node/node_modules/body-parser/README.md +0 -456
  46. package/example/node/node_modules/body-parser/index.js +0 -157
  47. package/example/node/node_modules/body-parser/lib/read.js +0 -181
  48. package/example/node/node_modules/body-parser/lib/types/json.js +0 -230
  49. package/example/node/node_modules/body-parser/lib/types/raw.js +0 -101
  50. package/example/node/node_modules/body-parser/lib/types/text.js +0 -121
  51. package/example/node/node_modules/body-parser/lib/types/urlencoded.js +0 -284
  52. package/example/node/node_modules/body-parser/package.json +0 -52
  53. package/example/node/node_modules/bytes/History.md +0 -92
  54. package/example/node/node_modules/bytes/LICENSE +0 -23
  55. package/example/node/node_modules/bytes/Readme.md +0 -152
  56. package/example/node/node_modules/bytes/index.js +0 -166
  57. package/example/node/node_modules/bytes/package.json +0 -42
  58. package/example/node/node_modules/content-disposition/HISTORY.md +0 -60
  59. package/example/node/node_modules/content-disposition/LICENSE +0 -22
  60. package/example/node/node_modules/content-disposition/README.md +0 -142
  61. package/example/node/node_modules/content-disposition/index.js +0 -458
  62. package/example/node/node_modules/content-disposition/package.json +0 -44
  63. package/example/node/node_modules/content-type/HISTORY.md +0 -24
  64. package/example/node/node_modules/content-type/LICENSE +0 -22
  65. package/example/node/node_modules/content-type/README.md +0 -92
  66. package/example/node/node_modules/content-type/index.js +0 -222
  67. package/example/node/node_modules/content-type/package.json +0 -40
  68. package/example/node/node_modules/cookie/HISTORY.md +0 -128
  69. package/example/node/node_modules/cookie/LICENSE +0 -24
  70. package/example/node/node_modules/cookie/README.md +0 -257
  71. package/example/node/node_modules/cookie/index.js +0 -202
  72. package/example/node/node_modules/cookie/package.json +0 -40
  73. package/example/node/node_modules/cookie-signature/History.md +0 -38
  74. package/example/node/node_modules/cookie-signature/Readme.md +0 -42
  75. package/example/node/node_modules/cookie-signature/index.js +0 -51
  76. package/example/node/node_modules/cookie-signature/package.json +0 -18
  77. package/example/node/node_modules/debug/.coveralls.yml +0 -1
  78. package/example/node/node_modules/debug/.eslintrc +0 -11
  79. package/example/node/node_modules/debug/.travis.yml +0 -14
  80. package/example/node/node_modules/debug/CHANGELOG.md +0 -362
  81. package/example/node/node_modules/debug/LICENSE +0 -19
  82. package/example/node/node_modules/debug/Makefile +0 -50
  83. package/example/node/node_modules/debug/README.md +0 -312
  84. package/example/node/node_modules/debug/component.json +0 -19
  85. package/example/node/node_modules/debug/karma.conf.js +0 -70
  86. package/example/node/node_modules/debug/node.js +0 -1
  87. package/example/node/node_modules/debug/package.json +0 -49
  88. package/example/node/node_modules/debug/src/browser.js +0 -185
  89. package/example/node/node_modules/debug/src/debug.js +0 -202
  90. package/example/node/node_modules/debug/src/index.js +0 -10
  91. package/example/node/node_modules/debug/src/inspector-log.js +0 -15
  92. package/example/node/node_modules/debug/src/node.js +0 -248
  93. package/example/node/node_modules/depd/History.md +0 -96
  94. package/example/node/node_modules/depd/LICENSE +0 -22
  95. package/example/node/node_modules/depd/Readme.md +0 -280
  96. package/example/node/node_modules/depd/index.js +0 -522
  97. package/example/node/node_modules/depd/lib/browser/index.js +0 -77
  98. package/example/node/node_modules/depd/lib/compat/callsite-tostring.js +0 -103
  99. package/example/node/node_modules/depd/lib/compat/event-listener-count.js +0 -22
  100. package/example/node/node_modules/depd/lib/compat/index.js +0 -79
  101. package/example/node/node_modules/depd/package.json +0 -41
  102. package/example/node/node_modules/destroy/LICENSE +0 -22
  103. package/example/node/node_modules/destroy/README.md +0 -60
  104. package/example/node/node_modules/destroy/index.js +0 -75
  105. package/example/node/node_modules/destroy/package.json +0 -37
  106. package/example/node/node_modules/ee-first/LICENSE +0 -22
  107. package/example/node/node_modules/ee-first/README.md +0 -80
  108. package/example/node/node_modules/ee-first/index.js +0 -95
  109. package/example/node/node_modules/ee-first/package.json +0 -29
  110. package/example/node/node_modules/encodeurl/HISTORY.md +0 -14
  111. package/example/node/node_modules/encodeurl/LICENSE +0 -22
  112. package/example/node/node_modules/encodeurl/README.md +0 -128
  113. package/example/node/node_modules/encodeurl/index.js +0 -60
  114. package/example/node/node_modules/encodeurl/package.json +0 -40
  115. package/example/node/node_modules/escape-html/LICENSE +0 -24
  116. package/example/node/node_modules/escape-html/Readme.md +0 -43
  117. package/example/node/node_modules/escape-html/index.js +0 -78
  118. package/example/node/node_modules/escape-html/package.json +0 -24
  119. package/example/node/node_modules/etag/HISTORY.md +0 -83
  120. package/example/node/node_modules/etag/LICENSE +0 -22
  121. package/example/node/node_modules/etag/README.md +0 -159
  122. package/example/node/node_modules/etag/index.js +0 -131
  123. package/example/node/node_modules/etag/package.json +0 -47
  124. package/example/node/node_modules/express/History.md +0 -3510
  125. package/example/node/node_modules/express/LICENSE +0 -24
  126. package/example/node/node_modules/express/Readme.md +0 -158
  127. package/example/node/node_modules/express/index.js +0 -11
  128. package/example/node/node_modules/express/lib/application.js +0 -644
  129. package/example/node/node_modules/express/lib/express.js +0 -116
  130. package/example/node/node_modules/express/lib/middleware/init.js +0 -43
  131. package/example/node/node_modules/express/lib/middleware/query.js +0 -47
  132. package/example/node/node_modules/express/lib/request.js +0 -525
  133. package/example/node/node_modules/express/lib/response.js +0 -1147
  134. package/example/node/node_modules/express/lib/router/index.js +0 -668
  135. package/example/node/node_modules/express/lib/router/layer.js +0 -181
  136. package/example/node/node_modules/express/lib/router/route.js +0 -216
  137. package/example/node/node_modules/express/lib/utils.js +0 -302
  138. package/example/node/node_modules/express/lib/view.js +0 -182
  139. package/example/node/node_modules/express/package.json +0 -99
  140. package/example/node/node_modules/finalhandler/HISTORY.md +0 -187
  141. package/example/node/node_modules/finalhandler/LICENSE +0 -22
  142. package/example/node/node_modules/finalhandler/README.md +0 -148
  143. package/example/node/node_modules/finalhandler/index.js +0 -331
  144. package/example/node/node_modules/finalhandler/package.json +0 -45
  145. package/example/node/node_modules/forwarded/HISTORY.md +0 -21
  146. package/example/node/node_modules/forwarded/LICENSE +0 -22
  147. package/example/node/node_modules/forwarded/README.md +0 -57
  148. package/example/node/node_modules/forwarded/index.js +0 -90
  149. package/example/node/node_modules/forwarded/package.json +0 -45
  150. package/example/node/node_modules/fresh/HISTORY.md +0 -70
  151. package/example/node/node_modules/fresh/LICENSE +0 -23
  152. package/example/node/node_modules/fresh/README.md +0 -119
  153. package/example/node/node_modules/fresh/index.js +0 -137
  154. package/example/node/node_modules/fresh/package.json +0 -46
  155. package/example/node/node_modules/http-errors/HISTORY.md +0 -165
  156. package/example/node/node_modules/http-errors/LICENSE +0 -23
  157. package/example/node/node_modules/http-errors/README.md +0 -169
  158. package/example/node/node_modules/http-errors/index.js +0 -299
  159. package/example/node/node_modules/http-errors/package.json +0 -49
  160. package/example/node/node_modules/iconv-lite/Changelog.md +0 -162
  161. package/example/node/node_modules/iconv-lite/LICENSE +0 -21
  162. package/example/node/node_modules/iconv-lite/README.md +0 -156
  163. package/example/node/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
  164. package/example/node/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
  165. package/example/node/node_modules/iconv-lite/encodings/index.js +0 -22
  166. package/example/node/node_modules/iconv-lite/encodings/internal.js +0 -188
  167. package/example/node/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
  168. package/example/node/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  169. package/example/node/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
  170. package/example/node/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  171. package/example/node/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  172. package/example/node/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  173. package/example/node/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  174. package/example/node/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  175. package/example/node/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  176. package/example/node/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
  177. package/example/node/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  178. package/example/node/node_modules/iconv-lite/encodings/utf16.js +0 -177
  179. package/example/node/node_modules/iconv-lite/encodings/utf7.js +0 -290
  180. package/example/node/node_modules/iconv-lite/lib/bom-handling.js +0 -52
  181. package/example/node/node_modules/iconv-lite/lib/extend-node.js +0 -217
  182. package/example/node/node_modules/iconv-lite/lib/index.d.ts +0 -24
  183. package/example/node/node_modules/iconv-lite/lib/index.js +0 -153
  184. package/example/node/node_modules/iconv-lite/lib/streams.js +0 -121
  185. package/example/node/node_modules/iconv-lite/package.json +0 -46
  186. package/example/node/node_modules/inherits/LICENSE +0 -16
  187. package/example/node/node_modules/inherits/README.md +0 -42
  188. package/example/node/node_modules/inherits/inherits.js +0 -9
  189. package/example/node/node_modules/inherits/inherits_browser.js +0 -27
  190. package/example/node/node_modules/inherits/package.json +0 -29
  191. package/example/node/node_modules/ipaddr.js/LICENSE +0 -19
  192. package/example/node/node_modules/ipaddr.js/README.md +0 -233
  193. package/example/node/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  194. package/example/node/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  195. package/example/node/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  196. package/example/node/node_modules/ipaddr.js/package.json +0 -35
  197. package/example/node/node_modules/media-typer/HISTORY.md +0 -22
  198. package/example/node/node_modules/media-typer/LICENSE +0 -22
  199. package/example/node/node_modules/media-typer/README.md +0 -81
  200. package/example/node/node_modules/media-typer/index.js +0 -270
  201. package/example/node/node_modules/media-typer/package.json +0 -26
  202. package/example/node/node_modules/merge-descriptors/HISTORY.md +0 -21
  203. package/example/node/node_modules/merge-descriptors/LICENSE +0 -23
  204. package/example/node/node_modules/merge-descriptors/README.md +0 -48
  205. package/example/node/node_modules/merge-descriptors/index.js +0 -60
  206. package/example/node/node_modules/merge-descriptors/package.json +0 -32
  207. package/example/node/node_modules/methods/HISTORY.md +0 -29
  208. package/example/node/node_modules/methods/LICENSE +0 -24
  209. package/example/node/node_modules/methods/README.md +0 -51
  210. package/example/node/node_modules/methods/index.js +0 -69
  211. package/example/node/node_modules/methods/package.json +0 -36
  212. package/example/node/node_modules/mime/CHANGELOG.md +0 -164
  213. package/example/node/node_modules/mime/LICENSE +0 -21
  214. package/example/node/node_modules/mime/README.md +0 -90
  215. package/example/node/node_modules/mime/cli.js +0 -8
  216. package/example/node/node_modules/mime/mime.js +0 -108
  217. package/example/node/node_modules/mime/package.json +0 -44
  218. package/example/node/node_modules/mime/src/build.js +0 -53
  219. package/example/node/node_modules/mime/src/test.js +0 -60
  220. package/example/node/node_modules/mime/types.json +0 -1
  221. package/example/node/node_modules/mime-db/HISTORY.md +0 -499
  222. package/example/node/node_modules/mime-db/LICENSE +0 -22
  223. package/example/node/node_modules/mime-db/README.md +0 -100
  224. package/example/node/node_modules/mime-db/db.json +0 -8471
  225. package/example/node/node_modules/mime-db/index.js +0 -11
  226. package/example/node/node_modules/mime-db/package.json +0 -59
  227. package/example/node/node_modules/mime-types/HISTORY.md +0 -388
  228. package/example/node/node_modules/mime-types/LICENSE +0 -23
  229. package/example/node/node_modules/mime-types/README.md +0 -113
  230. package/example/node/node_modules/mime-types/index.js +0 -188
  231. package/example/node/node_modules/mime-types/package.json +0 -44
  232. package/example/node/node_modules/ms/index.js +0 -152
  233. package/example/node/node_modules/ms/license.md +0 -21
  234. package/example/node/node_modules/ms/package.json +0 -37
  235. package/example/node/node_modules/ms/readme.md +0 -51
  236. package/example/node/node_modules/negotiator/HISTORY.md +0 -103
  237. package/example/node/node_modules/negotiator/LICENSE +0 -24
  238. package/example/node/node_modules/negotiator/README.md +0 -203
  239. package/example/node/node_modules/negotiator/index.js +0 -124
  240. package/example/node/node_modules/negotiator/lib/charset.js +0 -169
  241. package/example/node/node_modules/negotiator/lib/encoding.js +0 -184
  242. package/example/node/node_modules/negotiator/lib/language.js +0 -179
  243. package/example/node/node_modules/negotiator/lib/mediaType.js +0 -294
  244. package/example/node/node_modules/negotiator/package.json +0 -42
  245. package/example/node/node_modules/on-finished/HISTORY.md +0 -88
  246. package/example/node/node_modules/on-finished/LICENSE +0 -23
  247. package/example/node/node_modules/on-finished/README.md +0 -154
  248. package/example/node/node_modules/on-finished/index.js +0 -196
  249. package/example/node/node_modules/on-finished/package.json +0 -31
  250. package/example/node/node_modules/parseurl/HISTORY.md +0 -58
  251. package/example/node/node_modules/parseurl/LICENSE +0 -24
  252. package/example/node/node_modules/parseurl/README.md +0 -133
  253. package/example/node/node_modules/parseurl/index.js +0 -158
  254. package/example/node/node_modules/parseurl/package.json +0 -40
  255. package/example/node/node_modules/path-to-regexp/History.md +0 -36
  256. package/example/node/node_modules/path-to-regexp/LICENSE +0 -21
  257. package/example/node/node_modules/path-to-regexp/Readme.md +0 -35
  258. package/example/node/node_modules/path-to-regexp/index.js +0 -129
  259. package/example/node/node_modules/path-to-regexp/package.json +0 -30
  260. package/example/node/node_modules/proxy-addr/HISTORY.md +0 -161
  261. package/example/node/node_modules/proxy-addr/LICENSE +0 -22
  262. package/example/node/node_modules/proxy-addr/README.md +0 -139
  263. package/example/node/node_modules/proxy-addr/index.js +0 -327
  264. package/example/node/node_modules/proxy-addr/package.json +0 -47
  265. package/example/node/node_modules/qs/.editorconfig +0 -39
  266. package/example/node/node_modules/qs/.eslintignore +0 -2
  267. package/example/node/node_modules/qs/.eslintrc +0 -35
  268. package/example/node/node_modules/qs/.github/FUNDING.yml +0 -12
  269. package/example/node/node_modules/qs/.nycrc +0 -13
  270. package/example/node/node_modules/qs/CHANGELOG.md +0 -359
  271. package/example/node/node_modules/qs/LICENSE.md +0 -29
  272. package/example/node/node_modules/qs/README.md +0 -604
  273. package/example/node/node_modules/qs/dist/qs.js +0 -832
  274. package/example/node/node_modules/qs/lib/formats.js +0 -23
  275. package/example/node/node_modules/qs/lib/index.js +0 -11
  276. package/example/node/node_modules/qs/lib/parse.js +0 -257
  277. package/example/node/node_modules/qs/lib/stringify.js +0 -278
  278. package/example/node/node_modules/qs/lib/utils.js +0 -251
  279. package/example/node/node_modules/qs/package.json +0 -69
  280. package/example/node/node_modules/qs/test/parse.js +0 -772
  281. package/example/node/node_modules/qs/test/stringify.js +0 -793
  282. package/example/node/node_modules/qs/test/utils.js +0 -136
  283. package/example/node/node_modules/range-parser/HISTORY.md +0 -56
  284. package/example/node/node_modules/range-parser/LICENSE +0 -23
  285. package/example/node/node_modules/range-parser/README.md +0 -84
  286. package/example/node/node_modules/range-parser/index.js +0 -162
  287. package/example/node/node_modules/range-parser/package.json +0 -44
  288. package/example/node/node_modules/raw-body/HISTORY.md +0 -284
  289. package/example/node/node_modules/raw-body/LICENSE +0 -22
  290. package/example/node/node_modules/raw-body/README.md +0 -217
  291. package/example/node/node_modules/raw-body/index.d.ts +0 -87
  292. package/example/node/node_modules/raw-body/index.js +0 -286
  293. package/example/node/node_modules/raw-body/package.json +0 -48
  294. package/example/node/node_modules/safe-buffer/LICENSE +0 -21
  295. package/example/node/node_modules/safe-buffer/README.md +0 -584
  296. package/example/node/node_modules/safe-buffer/index.d.ts +0 -187
  297. package/example/node/node_modules/safe-buffer/index.js +0 -65
  298. package/example/node/node_modules/safe-buffer/package.json +0 -51
  299. package/example/node/node_modules/safer-buffer/LICENSE +0 -21
  300. package/example/node/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  301. package/example/node/node_modules/safer-buffer/Readme.md +0 -156
  302. package/example/node/node_modules/safer-buffer/dangerous.js +0 -58
  303. package/example/node/node_modules/safer-buffer/package.json +0 -34
  304. package/example/node/node_modules/safer-buffer/safer.js +0 -77
  305. package/example/node/node_modules/safer-buffer/tests.js +0 -406
  306. package/example/node/node_modules/send/HISTORY.md +0 -506
  307. package/example/node/node_modules/send/LICENSE +0 -23
  308. package/example/node/node_modules/send/README.md +0 -327
  309. package/example/node/node_modules/send/index.js +0 -1133
  310. package/example/node/node_modules/send/node_modules/.bin/mime +0 -15
  311. package/example/node/node_modules/send/node_modules/.bin/mime.cmd +0 -7
  312. package/example/node/node_modules/send/node_modules/ms/index.js +0 -162
  313. package/example/node/node_modules/send/node_modules/ms/license.md +0 -21
  314. package/example/node/node_modules/send/node_modules/ms/package.json +0 -38
  315. package/example/node/node_modules/send/node_modules/ms/readme.md +0 -59
  316. package/example/node/node_modules/send/package.json +0 -61
  317. package/example/node/node_modules/serve-static/HISTORY.md +0 -459
  318. package/example/node/node_modules/serve-static/LICENSE +0 -25
  319. package/example/node/node_modules/serve-static/README.md +0 -257
  320. package/example/node/node_modules/serve-static/index.js +0 -210
  321. package/example/node/node_modules/serve-static/package.json +0 -42
  322. package/example/node/node_modules/setprototypeof/LICENSE +0 -13
  323. package/example/node/node_modules/setprototypeof/README.md +0 -31
  324. package/example/node/node_modules/setprototypeof/index.d.ts +0 -2
  325. package/example/node/node_modules/setprototypeof/index.js +0 -17
  326. package/example/node/node_modules/setprototypeof/package.json +0 -38
  327. package/example/node/node_modules/setprototypeof/test/index.js +0 -24
  328. package/example/node/node_modules/statuses/HISTORY.md +0 -65
  329. package/example/node/node_modules/statuses/LICENSE +0 -23
  330. package/example/node/node_modules/statuses/README.md +0 -127
  331. package/example/node/node_modules/statuses/codes.json +0 -66
  332. package/example/node/node_modules/statuses/index.js +0 -113
  333. package/example/node/node_modules/statuses/package.json +0 -48
  334. package/example/node/node_modules/toidentifier/HISTORY.md +0 -9
  335. package/example/node/node_modules/toidentifier/LICENSE +0 -21
  336. package/example/node/node_modules/toidentifier/README.md +0 -61
  337. package/example/node/node_modules/toidentifier/index.js +0 -32
  338. package/example/node/node_modules/toidentifier/package.json +0 -38
  339. package/example/node/node_modules/type-is/HISTORY.md +0 -259
  340. package/example/node/node_modules/type-is/LICENSE +0 -23
  341. package/example/node/node_modules/type-is/README.md +0 -170
  342. package/example/node/node_modules/type-is/index.js +0 -266
  343. package/example/node/node_modules/type-is/package.json +0 -45
  344. package/example/node/node_modules/unpipe/HISTORY.md +0 -4
  345. package/example/node/node_modules/unpipe/LICENSE +0 -22
  346. package/example/node/node_modules/unpipe/README.md +0 -43
  347. package/example/node/node_modules/unpipe/index.js +0 -69
  348. package/example/node/node_modules/unpipe/package.json +0 -27
  349. package/example/node/node_modules/utils-merge/LICENSE +0 -20
  350. package/example/node/node_modules/utils-merge/README.md +0 -34
  351. package/example/node/node_modules/utils-merge/index.js +0 -23
  352. package/example/node/node_modules/utils-merge/package.json +0 -40
  353. package/example/node/node_modules/vary/HISTORY.md +0 -39
  354. package/example/node/node_modules/vary/LICENSE +0 -22
  355. package/example/node/node_modules/vary/README.md +0 -101
  356. package/example/node/node_modules/vary/index.js +0 -149
  357. package/example/node/node_modules/vary/package.json +0 -43
  358. package/test/lib/crawler.test.js +0 -94
@@ -1,604 +0,0 @@
1
- # qs <sup>[![Version Badge][2]][1]</sup>
2
-
3
- [![Build Status][3]][4]
4
- [![dependency status][5]][6]
5
- [![dev dependency status][7]][8]
6
- [![License][license-image]][license-url]
7
- [![Downloads][downloads-image]][downloads-url]
8
-
9
- [![npm badge][11]][1]
10
-
11
- A querystring parsing and stringifying library with some added security.
12
-
13
- Lead Maintainer: [Jordan Harband](https://github.com/ljharb)
14
-
15
- The **qs** module was originally created and maintained by [TJ Holowaychuk](https://github.com/visionmedia/node-querystring).
16
-
17
- ## Usage
18
-
19
- ```javascript
20
- var qs = require('qs');
21
- var assert = require('assert');
22
-
23
- var obj = qs.parse('a=c');
24
- assert.deepEqual(obj, { a: 'c' });
25
-
26
- var str = qs.stringify(obj);
27
- assert.equal(str, 'a=c');
28
- ```
29
-
30
- ### Parsing Objects
31
-
32
- [](#preventEval)
33
- ```javascript
34
- qs.parse(string, [options]);
35
- ```
36
-
37
- **qs** allows you to create nested objects within your query strings, by surrounding the name of sub-keys with square brackets `[]`.
38
- For example, the string `'foo[bar]=baz'` converts to:
39
-
40
- ```javascript
41
- assert.deepEqual(qs.parse('foo[bar]=baz'), {
42
- foo: {
43
- bar: 'baz'
44
- }
45
- });
46
- ```
47
-
48
- When using the `plainObjects` option the parsed value is returned as a null object, created via `Object.create(null)` and as such you should be aware that prototype methods will not exist on it and a user may set those names to whatever value they like:
49
-
50
- ```javascript
51
- var nullObject = qs.parse('a[hasOwnProperty]=b', { plainObjects: true });
52
- assert.deepEqual(nullObject, { a: { hasOwnProperty: 'b' } });
53
- ```
54
-
55
- By default parameters that would overwrite properties on the object prototype are ignored, if you wish to keep the data from those fields either use `plainObjects` as mentioned above, or set `allowPrototypes` to `true` which will allow user input to overwrite those properties. *WARNING* It is generally a bad idea to enable this option as it can cause problems when attempting to use the properties that have been overwritten. Always be careful with this option.
56
-
57
- ```javascript
58
- var protoObject = qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true });
59
- assert.deepEqual(protoObject, { a: { hasOwnProperty: 'b' } });
60
- ```
61
-
62
- URI encoded strings work too:
63
-
64
- ```javascript
65
- assert.deepEqual(qs.parse('a%5Bb%5D=c'), {
66
- a: { b: 'c' }
67
- });
68
- ```
69
-
70
- You can also nest your objects, like `'foo[bar][baz]=foobarbaz'`:
71
-
72
- ```javascript
73
- assert.deepEqual(qs.parse('foo[bar][baz]=foobarbaz'), {
74
- foo: {
75
- bar: {
76
- baz: 'foobarbaz'
77
- }
78
- }
79
- });
80
- ```
81
-
82
- By default, when nesting objects **qs** will only parse up to 5 children deep. This means if you attempt to parse a string like
83
- `'a[b][c][d][e][f][g][h][i]=j'` your resulting object will be:
84
-
85
- ```javascript
86
- var expected = {
87
- a: {
88
- b: {
89
- c: {
90
- d: {
91
- e: {
92
- f: {
93
- '[g][h][i]': 'j'
94
- }
95
- }
96
- }
97
- }
98
- }
99
- }
100
- };
101
- var string = 'a[b][c][d][e][f][g][h][i]=j';
102
- assert.deepEqual(qs.parse(string), expected);
103
- ```
104
-
105
- This depth can be overridden by passing a `depth` option to `qs.parse(string, [options])`:
106
-
107
- ```javascript
108
- var deep = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 });
109
- assert.deepEqual(deep, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } });
110
- ```
111
-
112
- The depth limit helps mitigate abuse when **qs** is used to parse user input, and it is recommended to keep it a reasonably small number.
113
-
114
- For similar reasons, by default **qs** will only parse up to 1000 parameters. This can be overridden by passing a `parameterLimit` option:
115
-
116
- ```javascript
117
- var limited = qs.parse('a=b&c=d', { parameterLimit: 1 });
118
- assert.deepEqual(limited, { a: 'b' });
119
- ```
120
-
121
- To bypass the leading question mark, use `ignoreQueryPrefix`:
122
-
123
- ```javascript
124
- var prefixed = qs.parse('?a=b&c=d', { ignoreQueryPrefix: true });
125
- assert.deepEqual(prefixed, { a: 'b', c: 'd' });
126
- ```
127
-
128
- An optional delimiter can also be passed:
129
-
130
- ```javascript
131
- var delimited = qs.parse('a=b;c=d', { delimiter: ';' });
132
- assert.deepEqual(delimited, { a: 'b', c: 'd' });
133
- ```
134
-
135
- Delimiters can be a regular expression too:
136
-
137
- ```javascript
138
- var regexed = qs.parse('a=b;c=d,e=f', { delimiter: /[;,]/ });
139
- assert.deepEqual(regexed, { a: 'b', c: 'd', e: 'f' });
140
- ```
141
-
142
- Option `allowDots` can be used to enable dot notation:
143
-
144
- ```javascript
145
- var withDots = qs.parse('a.b=c', { allowDots: true });
146
- assert.deepEqual(withDots, { a: { b: 'c' } });
147
- ```
148
-
149
- If you have to deal with legacy browsers or services, there's
150
- also support for decoding percent-encoded octets as iso-8859-1:
151
-
152
- ```javascript
153
- var oldCharset = qs.parse('a=%A7', { charset: 'iso-8859-1' });
154
- assert.deepEqual(oldCharset, { a: '§' });
155
- ```
156
-
157
- Some services add an initial `utf8=✓` value to forms so that old
158
- Internet Explorer versions are more likely to submit the form as
159
- utf-8. Additionally, the server can check the value against wrong
160
- encodings of the checkmark character and detect that a query string
161
- or `application/x-www-form-urlencoded` body was *not* sent as
162
- utf-8, eg. if the form had an `accept-charset` parameter or the
163
- containing page had a different character set.
164
-
165
- **qs** supports this mechanism via the `charsetSentinel` option.
166
- If specified, the `utf8` parameter will be omitted from the
167
- returned object. It will be used to switch to `iso-8859-1`/`utf-8`
168
- mode depending on how the checkmark is encoded.
169
-
170
- **Important**: When you specify both the `charset` option and the
171
- `charsetSentinel` option, the `charset` will be overridden when
172
- the request contains a `utf8` parameter from which the actual
173
- charset can be deduced. In that sense the `charset` will behave
174
- as the default charset rather than the authoritative charset.
175
-
176
- ```javascript
177
- var detectedAsUtf8 = qs.parse('utf8=%E2%9C%93&a=%C3%B8', {
178
- charset: 'iso-8859-1',
179
- charsetSentinel: true
180
- });
181
- assert.deepEqual(detectedAsUtf8, { a: 'ø' });
182
-
183
- // Browsers encode the checkmark as &#10003; when submitting as iso-8859-1:
184
- var detectedAsIso8859_1 = qs.parse('utf8=%26%2310003%3B&a=%F8', {
185
- charset: 'utf-8',
186
- charsetSentinel: true
187
- });
188
- assert.deepEqual(detectedAsIso8859_1, { a: 'ø' });
189
- ```
190
-
191
- If you want to decode the `&#...;` syntax to the actual character,
192
- you can specify the `interpretNumericEntities` option as well:
193
-
194
- ```javascript
195
- var detectedAsIso8859_1 = qs.parse('a=%26%239786%3B', {
196
- charset: 'iso-8859-1',
197
- interpretNumericEntities: true
198
- });
199
- assert.deepEqual(detectedAsIso8859_1, { a: '☺' });
200
- ```
201
-
202
- It also works when the charset has been detected in `charsetSentinel`
203
- mode.
204
-
205
- ### Parsing Arrays
206
-
207
- **qs** can also parse arrays using a similar `[]` notation:
208
-
209
- ```javascript
210
- var withArray = qs.parse('a[]=b&a[]=c');
211
- assert.deepEqual(withArray, { a: ['b', 'c'] });
212
- ```
213
-
214
- You may specify an index as well:
215
-
216
- ```javascript
217
- var withIndexes = qs.parse('a[1]=c&a[0]=b');
218
- assert.deepEqual(withIndexes, { a: ['b', 'c'] });
219
- ```
220
-
221
- Note that the only difference between an index in an array and a key in an object is that the value between the brackets must be a number
222
- to create an array. When creating arrays with specific indices, **qs** will compact a sparse array to only the existing values preserving
223
- their order:
224
-
225
- ```javascript
226
- var noSparse = qs.parse('a[1]=b&a[15]=c');
227
- assert.deepEqual(noSparse, { a: ['b', 'c'] });
228
- ```
229
-
230
- Note that an empty string is also a value, and will be preserved:
231
-
232
- ```javascript
233
- var withEmptyString = qs.parse('a[]=&a[]=b');
234
- assert.deepEqual(withEmptyString, { a: ['', 'b'] });
235
-
236
- var withIndexedEmptyString = qs.parse('a[0]=b&a[1]=&a[2]=c');
237
- assert.deepEqual(withIndexedEmptyString, { a: ['b', '', 'c'] });
238
- ```
239
-
240
- **qs** will also limit specifying indices in an array to a maximum index of `20`. Any array members with an index of greater than `20` will
241
- instead be converted to an object with the index as the key. This is needed to handle cases when someone sent, for example, `a[999999999]` and it will take significant time to iterate over this huge array.
242
-
243
- ```javascript
244
- var withMaxIndex = qs.parse('a[100]=b');
245
- assert.deepEqual(withMaxIndex, { a: { '100': 'b' } });
246
- ```
247
-
248
- This limit can be overridden by passing an `arrayLimit` option:
249
-
250
- ```javascript
251
- var withArrayLimit = qs.parse('a[1]=b', { arrayLimit: 0 });
252
- assert.deepEqual(withArrayLimit, { a: { '1': 'b' } });
253
- ```
254
-
255
- To disable array parsing entirely, set `parseArrays` to `false`.
256
-
257
- ```javascript
258
- var noParsingArrays = qs.parse('a[]=b', { parseArrays: false });
259
- assert.deepEqual(noParsingArrays, { a: { '0': 'b' } });
260
- ```
261
-
262
- If you mix notations, **qs** will merge the two items into an object:
263
-
264
- ```javascript
265
- var mixedNotation = qs.parse('a[0]=b&a[b]=c');
266
- assert.deepEqual(mixedNotation, { a: { '0': 'b', b: 'c' } });
267
- ```
268
-
269
- You can also create arrays of objects:
270
-
271
- ```javascript
272
- var arraysOfObjects = qs.parse('a[][b]=c');
273
- assert.deepEqual(arraysOfObjects, { a: [{ b: 'c' }] });
274
- ```
275
-
276
- Some people use comma to join array, **qs** can parse it:
277
- ```javascript
278
- var arraysOfObjects = qs.parse('a=b,c', { comma: true })
279
- assert.deepEqual(arraysOfObjects, { a: ['b', 'c'] })
280
- ```
281
- (_this cannot convert nested objects, such as `a={b:1},{c:d}`_)
282
-
283
- ### Stringifying
284
-
285
- [](#preventEval)
286
- ```javascript
287
- qs.stringify(object, [options]);
288
- ```
289
-
290
- When stringifying, **qs** by default URI encodes output. Objects are stringified as you would expect:
291
-
292
- ```javascript
293
- assert.equal(qs.stringify({ a: 'b' }), 'a=b');
294
- assert.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c');
295
- ```
296
-
297
- This encoding can be disabled by setting the `encode` option to `false`:
298
-
299
- ```javascript
300
- var unencoded = qs.stringify({ a: { b: 'c' } }, { encode: false });
301
- assert.equal(unencoded, 'a[b]=c');
302
- ```
303
-
304
- Encoding can be disabled for keys by setting the `encodeValuesOnly` option to `true`:
305
- ```javascript
306
- var encodedValues = qs.stringify(
307
- { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] },
308
- { encodeValuesOnly: true }
309
- );
310
- assert.equal(encodedValues,'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h');
311
- ```
312
-
313
- This encoding can also be replaced by a custom encoding method set as `encoder` option:
314
-
315
- ```javascript
316
- var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str) {
317
- // Passed in values `a`, `b`, `c`
318
- return // Return encoded string
319
- }})
320
- ```
321
-
322
- _(Note: the `encoder` option does not apply if `encode` is `false`)_
323
-
324
- Analogue to the `encoder` there is a `decoder` option for `parse` to override decoding of properties and values:
325
-
326
- ```javascript
327
- var decoded = qs.parse('x=z', { decoder: function (str) {
328
- // Passed in values `x`, `z`
329
- return // Return decoded string
330
- }})
331
- ```
332
-
333
- You can encode keys and values using different logic by using the type argument provided to the encoder:
334
-
335
- ```javascript
336
- var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str, defaultEncoder, charset, type) {
337
- if (type === 'key') {
338
- return // Encoded key
339
- } else if (type === 'value') {
340
- return // Encoded value
341
- }
342
- }})
343
- ```
344
-
345
- The type argument is also provided to the decoder:
346
-
347
- ```javascript
348
- var decoded = qs.parse('x=z', { decoder: function (str, defaultEncoder, charset, type) {
349
- if (type === 'key') {
350
- return // Decoded key
351
- } else if (type === 'value') {
352
- return // Decoded value
353
- }
354
- }})
355
- ```
356
-
357
- Examples beyond this point will be shown as though the output is not URI encoded for clarity. Please note that the return values in these cases *will* be URI encoded during real usage.
358
-
359
- When arrays are stringified, by default they are given explicit indices:
360
-
361
- ```javascript
362
- qs.stringify({ a: ['b', 'c', 'd'] });
363
- // 'a[0]=b&a[1]=c&a[2]=d'
364
- ```
365
-
366
- You may override this by setting the `indices` option to `false`:
367
-
368
- ```javascript
369
- qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false });
370
- // 'a=b&a=c&a=d'
371
- ```
372
-
373
- You may use the `arrayFormat` option to specify the format of the output array:
374
-
375
- ```javascript
376
- qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' })
377
- // 'a[0]=b&a[1]=c'
378
- qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' })
379
- // 'a[]=b&a[]=c'
380
- qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' })
381
- // 'a=b&a=c'
382
- qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'comma' })
383
- // 'a=b,c'
384
- ```
385
-
386
- When objects are stringified, by default they use bracket notation:
387
-
388
- ```javascript
389
- qs.stringify({ a: { b: { c: 'd', e: 'f' } } });
390
- // 'a[b][c]=d&a[b][e]=f'
391
- ```
392
-
393
- You may override this to use dot notation by setting the `allowDots` option to `true`:
394
-
395
- ```javascript
396
- qs.stringify({ a: { b: { c: 'd', e: 'f' } } }, { allowDots: true });
397
- // 'a.b.c=d&a.b.e=f'
398
- ```
399
-
400
- Empty strings and null values will omit the value, but the equals sign (=) remains in place:
401
-
402
- ```javascript
403
- assert.equal(qs.stringify({ a: '' }), 'a=');
404
- ```
405
-
406
- Key with no values (such as an empty object or array) will return nothing:
407
-
408
- ```javascript
409
- assert.equal(qs.stringify({ a: [] }), '');
410
- assert.equal(qs.stringify({ a: {} }), '');
411
- assert.equal(qs.stringify({ a: [{}] }), '');
412
- assert.equal(qs.stringify({ a: { b: []} }), '');
413
- assert.equal(qs.stringify({ a: { b: {}} }), '');
414
- ```
415
-
416
- Properties that are set to `undefined` will be omitted entirely:
417
-
418
- ```javascript
419
- assert.equal(qs.stringify({ a: null, b: undefined }), 'a=');
420
- ```
421
-
422
- The query string may optionally be prepended with a question mark:
423
-
424
- ```javascript
425
- assert.equal(qs.stringify({ a: 'b', c: 'd' }, { addQueryPrefix: true }), '?a=b&c=d');
426
- ```
427
-
428
- The delimiter may be overridden with stringify as well:
429
-
430
- ```javascript
431
- assert.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d');
432
- ```
433
-
434
- If you only want to override the serialization of `Date` objects, you can provide a `serializeDate` option:
435
-
436
- ```javascript
437
- var date = new Date(7);
438
- assert.equal(qs.stringify({ a: date }), 'a=1970-01-01T00:00:00.007Z'.replace(/:/g, '%3A'));
439
- assert.equal(
440
- qs.stringify({ a: date }, { serializeDate: function (d) { return d.getTime(); } }),
441
- 'a=7'
442
- );
443
- ```
444
-
445
- You may use the `sort` option to affect the order of parameter keys:
446
-
447
- ```javascript
448
- function alphabeticalSort(a, b) {
449
- return a.localeCompare(b);
450
- }
451
- assert.equal(qs.stringify({ a: 'c', z: 'y', b : 'f' }, { sort: alphabeticalSort }), 'a=c&b=f&z=y');
452
- ```
453
-
454
- Finally, you can use the `filter` option to restrict which keys will be included in the stringified output.
455
- If you pass a function, it will be called for each key to obtain the replacement value. Otherwise, if you
456
- pass an array, it will be used to select properties and array indices for stringification:
457
-
458
- ```javascript
459
- function filterFunc(prefix, value) {
460
- if (prefix == 'b') {
461
- // Return an `undefined` value to omit a property.
462
- return;
463
- }
464
- if (prefix == 'e[f]') {
465
- return value.getTime();
466
- }
467
- if (prefix == 'e[g][0]') {
468
- return value * 2;
469
- }
470
- return value;
471
- }
472
- qs.stringify({ a: 'b', c: 'd', e: { f: new Date(123), g: [2] } }, { filter: filterFunc });
473
- // 'a=b&c=d&e[f]=123&e[g][0]=4'
474
- qs.stringify({ a: 'b', c: 'd', e: 'f' }, { filter: ['a', 'e'] });
475
- // 'a=b&e=f'
476
- qs.stringify({ a: ['b', 'c', 'd'], e: 'f' }, { filter: ['a', 0, 2] });
477
- // 'a[0]=b&a[2]=d'
478
- ```
479
-
480
- ### Handling of `null` values
481
-
482
- By default, `null` values are treated like empty strings:
483
-
484
- ```javascript
485
- var withNull = qs.stringify({ a: null, b: '' });
486
- assert.equal(withNull, 'a=&b=');
487
- ```
488
-
489
- Parsing does not distinguish between parameters with and without equal signs. Both are converted to empty strings.
490
-
491
- ```javascript
492
- var equalsInsensitive = qs.parse('a&b=');
493
- assert.deepEqual(equalsInsensitive, { a: '', b: '' });
494
- ```
495
-
496
- To distinguish between `null` values and empty strings use the `strictNullHandling` flag. In the result string the `null`
497
- values have no `=` sign:
498
-
499
- ```javascript
500
- var strictNull = qs.stringify({ a: null, b: '' }, { strictNullHandling: true });
501
- assert.equal(strictNull, 'a&b=');
502
- ```
503
-
504
- To parse values without `=` back to `null` use the `strictNullHandling` flag:
505
-
506
- ```javascript
507
- var parsedStrictNull = qs.parse('a&b=', { strictNullHandling: true });
508
- assert.deepEqual(parsedStrictNull, { a: null, b: '' });
509
- ```
510
-
511
- To completely skip rendering keys with `null` values, use the `skipNulls` flag:
512
-
513
- ```javascript
514
- var nullsSkipped = qs.stringify({ a: 'b', c: null}, { skipNulls: true });
515
- assert.equal(nullsSkipped, 'a=b');
516
- ```
517
-
518
- If you're communicating with legacy systems, you can switch to `iso-8859-1`
519
- using the `charset` option:
520
-
521
- ```javascript
522
- var iso = qs.stringify({ æ: 'æ' }, { charset: 'iso-8859-1' });
523
- assert.equal(iso, '%E6=%E6');
524
- ```
525
-
526
- Characters that don't exist in `iso-8859-1` will be converted to numeric
527
- entities, similar to what browsers do:
528
-
529
- ```javascript
530
- var numeric = qs.stringify({ a: '☺' }, { charset: 'iso-8859-1' });
531
- assert.equal(numeric, 'a=%26%239786%3B');
532
- ```
533
-
534
- You can use the `charsetSentinel` option to announce the character by
535
- including an `utf8=✓` parameter with the proper encoding if the checkmark,
536
- similar to what Ruby on Rails and others do when submitting forms.
537
-
538
- ```javascript
539
- var sentinel = qs.stringify({ a: '☺' }, { charsetSentinel: true });
540
- assert.equal(sentinel, 'utf8=%E2%9C%93&a=%E2%98%BA');
541
-
542
- var isoSentinel = qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'iso-8859-1' });
543
- assert.equal(isoSentinel, 'utf8=%26%2310003%3B&a=%E6');
544
- ```
545
-
546
- ### Dealing with special character sets
547
-
548
- By default the encoding and decoding of characters is done in `utf-8`,
549
- and `iso-8859-1` support is also built in via the `charset` parameter.
550
-
551
- If you wish to encode querystrings to a different character set (i.e.
552
- [Shift JIS](https://en.wikipedia.org/wiki/Shift_JIS)) you can use the
553
- [`qs-iconv`](https://github.com/martinheidegger/qs-iconv) library:
554
-
555
- ```javascript
556
- var encoder = require('qs-iconv/encoder')('shift_jis');
557
- var shiftJISEncoded = qs.stringify({ a: 'こんにちは!' }, { encoder: encoder });
558
- assert.equal(shiftJISEncoded, 'a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I');
559
- ```
560
-
561
- This also works for decoding of query strings:
562
-
563
- ```javascript
564
- var decoder = require('qs-iconv/decoder')('shift_jis');
565
- var obj = qs.parse('a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I', { decoder: decoder });
566
- assert.deepEqual(obj, { a: 'こんにちは!' });
567
- ```
568
-
569
- ### RFC 3986 and RFC 1738 space encoding
570
-
571
- RFC3986 used as default option and encodes ' ' to *%20* which is backward compatible.
572
- In the same time, output can be stringified as per RFC1738 with ' ' equal to '+'.
573
-
574
- ```
575
- assert.equal(qs.stringify({ a: 'b c' }), 'a=b%20c');
576
- assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC3986' }), 'a=b%20c');
577
- assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c');
578
- ```
579
-
580
- ## Security
581
-
582
- Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
583
-
584
- ## qs for enterprise
585
-
586
- Available as part of the Tidelift Subscription
587
-
588
- The maintainers of qs and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-qs?utm_source=npm-qs&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
589
-
590
- [1]: https://npmjs.org/package/qs
591
- [2]: http://versionbadg.es/ljharb/qs.svg
592
- [3]: https://api.travis-ci.org/ljharb/qs.svg
593
- [4]: https://travis-ci.org/ljharb/qs
594
- [5]: https://david-dm.org/ljharb/qs.svg
595
- [6]: https://david-dm.org/ljharb/qs
596
- [7]: https://david-dm.org/ljharb/qs/dev-status.svg
597
- [8]: https://david-dm.org/ljharb/qs?type=dev
598
- [9]: https://ci.testling.com/ljharb/qs.png
599
- [10]: https://ci.testling.com/ljharb/qs
600
- [11]: https://nodei.co/npm/qs.png?downloads=true&stars=true
601
- [license-image]: http://img.shields.io/npm/l/qs.svg
602
- [license-url]: LICENSE
603
- [downloads-image]: http://img.shields.io/npm/dm/qs.svg
604
- [downloads-url]: http://npm-stat.com/charts.html?package=qs