fsevents 1.1.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fsevents might be problematic. Click here for more details.

Files changed (1029) hide show
  1. package/.travis.yml +8 -10
  2. package/build/.target.mk +6 -2
  3. package/build/Makefile +6 -6
  4. package/build/Release/.deps/Release/.node.d +1 -0
  5. package/build/Release/.deps/Release/fse.node.d +1 -0
  6. package/build/Release/.deps/Release/obj.target/action_after_build.stamp.d +1 -0
  7. package/build/Release/.deps/Release/obj.target/fse/fsevents.o.d +65 -0
  8. package/build/Release/.deps/Users/eshanker/Code/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node.d +1 -0
  9. package/{node_modules/tar-pack/test/fixtures/packed.tar → build/Release/.node} +0 -0
  10. package/build/Release/fse.node +0 -0
  11. package/{node_modules/hoek/test/modules/ignore.txt → build/Release/obj.target/action_after_build.stamp} +0 -0
  12. package/build/Release/obj.target/fse/fsevents.o +0 -0
  13. package/build/action_after_build.target.mk +4 -4
  14. package/build/fse.target.mk +22 -12
  15. package/build/gyp-mac-tool +1 -2
  16. package/build/stage/v1.1.2/fse-v1.1.2-node-v48-darwin-x64.tar.gz +0 -0
  17. package/fsevents.cc +3 -1
  18. package/install.js +2 -2
  19. package/lib/binding/Release/node-v48-darwin-x64/fse.node +0 -0
  20. package/lib/binding/Release/node-v57-darwin-x64/fse.node +0 -0
  21. package/node_modules/abbrev/LICENSE +31 -0
  22. package/node_modules/abbrev/package.json +14 -50
  23. package/node_modules/ansi-regex/package.json +21 -45
  24. package/node_modules/aproba/README.md +16 -11
  25. package/node_modules/aproba/index.js +11 -9
  26. package/node_modules/aproba/package.json +16 -50
  27. package/node_modules/are-we-there-yet/CHANGES.md +12 -0
  28. package/node_modules/are-we-there-yet/CHANGES.md~ +27 -0
  29. package/node_modules/are-we-there-yet/README.md +4 -3
  30. package/node_modules/are-we-there-yet/package.json +24 -51
  31. package/node_modules/balanced-match/index.js +1 -0
  32. package/node_modules/balanced-match/package.json +19 -52
  33. package/node_modules/{ecc-jsbn → brace-expansion}/LICENSE +3 -3
  34. package/node_modules/brace-expansion/README.md +8 -1
  35. package/node_modules/brace-expansion/index.js +1 -1
  36. package/node_modules/brace-expansion/package.json +20 -57
  37. package/node_modules/{block-stream → chownr}/LICENSE +0 -0
  38. package/node_modules/chownr/README.md +3 -0
  39. package/node_modules/chownr/chownr.js +52 -0
  40. package/node_modules/chownr/package.json +56 -0
  41. package/node_modules/code-point-at/package.json +10 -46
  42. package/node_modules/concat-map/package.json +10 -39
  43. package/node_modules/console-control-strings/package.json +10 -45
  44. package/node_modules/core-util-is/package.json +11 -44
  45. package/node_modules/debug/.coveralls.yml +1 -0
  46. package/node_modules/debug/.eslintrc +11 -0
  47. package/node_modules/debug/.npmignore +3 -0
  48. package/node_modules/debug/.travis.yml +14 -0
  49. package/node_modules/debug/CHANGELOG.md +362 -0
  50. package/node_modules/debug/LICENSE +19 -0
  51. package/node_modules/debug/Makefile +28 -14
  52. package/node_modules/debug/README.md +312 -0
  53. package/node_modules/debug/component.json +4 -4
  54. package/node_modules/debug/karma.conf.js +70 -0
  55. package/node_modules/debug/node.js +1 -209
  56. package/node_modules/debug/package.json +42 -60
  57. package/node_modules/debug/{browser.js → src/browser.js} +29 -12
  58. package/node_modules/debug/{debug.js → src/debug.js} +42 -37
  59. package/node_modules/debug/src/index.js +10 -0
  60. package/node_modules/debug/src/inspector-log.js +15 -0
  61. package/node_modules/debug/src/node.js +248 -0
  62. package/node_modules/deep-extend/README.md +1 -1
  63. package/node_modules/deep-extend/lib/deep-extend.js +2 -2
  64. package/node_modules/deep-extend/package.json +18 -45
  65. package/node_modules/delegates/package.json +10 -46
  66. package/node_modules/detect-libc/.npmignore +7 -0
  67. package/node_modules/detect-libc/LICENSE +201 -0
  68. package/node_modules/detect-libc/README.md +78 -0
  69. package/node_modules/detect-libc/bin/detect-libc.js +18 -0
  70. package/node_modules/detect-libc/lib/detect-libc.js +92 -0
  71. package/node_modules/detect-libc/package.json +70 -0
  72. package/node_modules/{fstream-ignore → fs-minipass}/LICENSE +0 -0
  73. package/node_modules/fs-minipass/README.md +70 -0
  74. package/node_modules/fs-minipass/index.js +386 -0
  75. package/node_modules/fs-minipass/package.json +62 -0
  76. package/node_modules/fs.realpath/package.json +10 -45
  77. package/node_modules/gauge/CHANGELOG.md +5 -0
  78. package/node_modules/gauge/package.json +17 -52
  79. package/node_modules/gauge/plumbing.js +1 -0
  80. package/node_modules/glob/glob.js +0 -2
  81. package/node_modules/glob/package.json +15 -50
  82. package/node_modules/has-unicode/package.json +10 -46
  83. package/node_modules/iconv-lite/.travis.yml +23 -0
  84. package/node_modules/iconv-lite/Changelog.md +146 -0
  85. package/node_modules/{punycode/LICENSE-MIT.txt → iconv-lite/LICENSE} +2 -1
  86. package/node_modules/iconv-lite/README.md +156 -0
  87. package/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  88. package/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  89. package/node_modules/iconv-lite/encodings/index.js +22 -0
  90. package/node_modules/iconv-lite/encodings/internal.js +188 -0
  91. package/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  92. package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  93. package/node_modules/iconv-lite/encodings/sbcs-data.js +169 -0
  94. package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  95. package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  96. package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  97. package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  98. package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  99. package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  100. package/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  101. package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  102. package/node_modules/iconv-lite/encodings/utf16.js +177 -0
  103. package/node_modules/iconv-lite/encodings/utf7.js +290 -0
  104. package/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  105. package/node_modules/iconv-lite/lib/extend-node.js +217 -0
  106. package/node_modules/iconv-lite/lib/index.d.ts +24 -0
  107. package/node_modules/iconv-lite/lib/index.js +153 -0
  108. package/node_modules/iconv-lite/lib/streams.js +121 -0
  109. package/node_modules/iconv-lite/package.json +76 -0
  110. package/node_modules/{fstream → ignore-walk}/LICENSE +0 -0
  111. package/node_modules/ignore-walk/README.md +60 -0
  112. package/node_modules/ignore-walk/index.js +265 -0
  113. package/node_modules/ignore-walk/package.json +71 -0
  114. package/node_modules/inflight/package.json +10 -57
  115. package/node_modules/inherits/package.json +14 -55
  116. package/node_modules/ini/ini.js +66 -62
  117. package/node_modules/ini/package.json +21 -47
  118. package/node_modules/is-fullwidth-code-point/package.json +11 -42
  119. package/node_modules/isarray/package.json +11 -43
  120. package/node_modules/minimatch/package.json +26 -60
  121. package/node_modules/minimist/package.json +9 -39
  122. package/node_modules/minipass/README.md +46 -0
  123. package/node_modules/minipass/index.js +304 -0
  124. package/node_modules/minipass/package.json +69 -0
  125. package/node_modules/minizlib/LICENSE +26 -0
  126. package/node_modules/minizlib/README.md +44 -0
  127. package/node_modules/minizlib/constants.js +46 -0
  128. package/node_modules/minizlib/index.js +364 -0
  129. package/node_modules/minizlib/package.json +71 -0
  130. package/node_modules/mkdirp/package.json +15 -46
  131. package/node_modules/ms/index.js +50 -23
  132. package/node_modules/{graceful-readlink/LICENSE → ms/license.md} +1 -2
  133. package/node_modules/ms/package.json +48 -61
  134. package/node_modules/ms/readme.md +51 -0
  135. package/node_modules/needle/README.md +593 -0
  136. package/node_modules/needle/bin/needle +40 -0
  137. package/node_modules/needle/examples/deflated-stream.js +22 -0
  138. package/node_modules/needle/examples/digest-auth.js +16 -0
  139. package/node_modules/needle/examples/download-to-file.js +18 -0
  140. package/node_modules/needle/examples/multipart-stream.js +25 -0
  141. package/node_modules/needle/examples/parsed-stream.js +23 -0
  142. package/node_modules/needle/examples/parsed-stream2.js +21 -0
  143. package/node_modules/needle/examples/stream-events.js +23 -0
  144. package/node_modules/needle/examples/stream-to-file.js +14 -0
  145. package/node_modules/needle/examples/upload-image.js +51 -0
  146. package/node_modules/needle/lib/auth.js +110 -0
  147. package/node_modules/needle/lib/cookies.js +77 -0
  148. package/node_modules/needle/lib/decoder.js +53 -0
  149. package/node_modules/needle/lib/multipart.js +98 -0
  150. package/node_modules/needle/lib/needle.js +783 -0
  151. package/node_modules/needle/lib/parsers.js +120 -0
  152. package/node_modules/needle/lib/querystring.js +49 -0
  153. package/node_modules/{xtend/LICENCE → needle/license.txt} +2 -2
  154. package/node_modules/needle/package.json +102 -0
  155. package/node_modules/needle/test/basic_auth_spec.js +196 -0
  156. package/node_modules/needle/test/compression_spec.js +94 -0
  157. package/node_modules/needle/test/cookies_spec.js +305 -0
  158. package/node_modules/needle/test/decoder_spec.js +86 -0
  159. package/node_modules/needle/test/errors_spec.js +286 -0
  160. package/node_modules/needle/test/headers_spec.js +198 -0
  161. package/node_modules/needle/test/helpers.js +72 -0
  162. package/node_modules/needle/test/long_string_spec.js +34 -0
  163. package/node_modules/needle/test/output_spec.js +254 -0
  164. package/node_modules/needle/test/parsing_spec.js +494 -0
  165. package/node_modules/needle/test/post_data_spec.js +1021 -0
  166. package/node_modules/needle/test/proxy_spec.js +202 -0
  167. package/node_modules/needle/test/querystring_spec.js +128 -0
  168. package/node_modules/needle/test/redirect_spec.js +392 -0
  169. package/node_modules/needle/test/redirect_with_timeout.js +45 -0
  170. package/node_modules/needle/test/request_stream_spec.js +202 -0
  171. package/node_modules/needle/test/response_stream_spec.js +139 -0
  172. package/node_modules/needle/test/socket_pool_spec.js +66 -0
  173. package/node_modules/needle/test/url_spec.js +147 -0
  174. package/node_modules/needle/test/utils/formidable.js +17 -0
  175. package/node_modules/needle/test/utils/proxy.js +62 -0
  176. package/node_modules/needle/test/utils/test.js +104 -0
  177. package/node_modules/node-pre-gyp/CHANGELOG.md +58 -0
  178. package/node_modules/node-pre-gyp/README.md +96 -9
  179. package/node_modules/node-pre-gyp/appveyor.yml +9 -12
  180. package/node_modules/node-pre-gyp/bin/node-pre-gyp +5 -2
  181. package/node_modules/node-pre-gyp/contributing.md +10 -0
  182. package/node_modules/node-pre-gyp/lib/build.js +8 -0
  183. package/node_modules/node-pre-gyp/lib/clean.js +17 -8
  184. package/node_modules/node-pre-gyp/lib/configure.js +4 -0
  185. package/node_modules/node-pre-gyp/lib/install.js +61 -79
  186. package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +9 -0
  187. package/node_modules/node-pre-gyp/lib/package.js +20 -13
  188. package/node_modules/node-pre-gyp/lib/pre-binding.js +6 -1
  189. package/node_modules/node-pre-gyp/lib/publish.js +3 -1
  190. package/node_modules/node-pre-gyp/lib/rebuild.js +12 -4
  191. package/node_modules/node-pre-gyp/lib/reinstall.js +8 -1
  192. package/node_modules/node-pre-gyp/lib/reveal.js +4 -2
  193. package/node_modules/node-pre-gyp/lib/testbinary.js +11 -3
  194. package/node_modules/node-pre-gyp/lib/testpackage.js +22 -16
  195. package/node_modules/node-pre-gyp/lib/unpublish.js +3 -1
  196. package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +268 -0
  197. package/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js +8 -2
  198. package/node_modules/node-pre-gyp/lib/util/napi.js +156 -0
  199. package/node_modules/node-pre-gyp/lib/util/versioning.js +24 -2
  200. package/node_modules/node-pre-gyp/package.json +36 -82
  201. package/node_modules/nopt/.travis.yml +3 -4
  202. package/node_modules/nopt/CHANGELOG.md +58 -0
  203. package/node_modules/nopt/README.md +28 -26
  204. package/node_modules/nopt/lib/nopt.js +50 -29
  205. package/node_modules/nopt/package.json +20 -58
  206. package/node_modules/nopt/test/basic.js +36 -6
  207. package/node_modules/npm-bundled/README.md +46 -0
  208. package/node_modules/npm-bundled/index.js +227 -0
  209. package/node_modules/npm-bundled/package.json +60 -0
  210. package/node_modules/{json-stringify-safe → npm-packlist}/LICENSE +0 -0
  211. package/node_modules/npm-packlist/README.md +68 -0
  212. package/node_modules/npm-packlist/index.js +220 -0
  213. package/node_modules/npm-packlist/package.json +66 -0
  214. package/node_modules/npmlog/CHANGELOG.md +5 -1
  215. package/node_modules/npmlog/log.js +8 -1
  216. package/node_modules/npmlog/package.json +19 -66
  217. package/node_modules/number-is-nan/package.json +10 -46
  218. package/node_modules/object-assign/package.json +10 -54
  219. package/node_modules/once/package.json +10 -44
  220. package/node_modules/os-homedir/index.js +24 -0
  221. package/node_modules/{ansi-styles → os-homedir}/license +0 -0
  222. package/node_modules/os-homedir/package.json +73 -0
  223. package/node_modules/os-homedir/readme.md +31 -0
  224. package/node_modules/os-tmpdir/index.js +25 -0
  225. package/node_modules/{chalk → os-tmpdir}/license +0 -0
  226. package/node_modules/os-tmpdir/package.json +73 -0
  227. package/node_modules/os-tmpdir/readme.md +32 -0
  228. package/node_modules/{tar-pack/node_modules/once → osenv}/LICENSE +0 -0
  229. package/node_modules/osenv/README.md +63 -0
  230. package/node_modules/osenv/osenv.js +72 -0
  231. package/node_modules/osenv/package.json +73 -0
  232. package/node_modules/path-is-absolute/package.json +10 -46
  233. package/node_modules/process-nextick-args/index.js +3 -2
  234. package/node_modules/process-nextick-args/package.json +21 -55
  235. package/node_modules/process-nextick-args/readme.md +2 -2
  236. package/node_modules/rc/README.md +80 -2
  237. package/node_modules/rc/cli.js +4 -0
  238. package/node_modules/rc/index.js +0 -7
  239. package/node_modules/rc/lib/utils.js +2 -1
  240. package/node_modules/rc/node_modules/minimist/package.json +10 -42
  241. package/node_modules/rc/package.json +19 -55
  242. package/node_modules/rc/test/nested-env-vars.js +31 -21
  243. package/node_modules/readable-stream/.travis.yml +28 -22
  244. package/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  245. package/node_modules/readable-stream/GOVERNANCE.md +136 -0
  246. package/node_modules/readable-stream/LICENSE +29 -0
  247. package/node_modules/readable-stream/README.md +22 -4
  248. package/node_modules/readable-stream/duplex-browser.js +1 -0
  249. package/node_modules/readable-stream/duplex.js +1 -1
  250. package/node_modules/readable-stream/lib/_stream_duplex.js +69 -13
  251. package/node_modules/readable-stream/lib/_stream_passthrough.js +21 -0
  252. package/node_modules/readable-stream/lib/_stream_readable.js +199 -121
  253. package/node_modules/readable-stream/lib/_stream_transform.js +64 -32
  254. package/node_modules/readable-stream/lib/_stream_writable.js +212 -79
  255. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +68 -53
  256. package/node_modules/readable-stream/lib/internal/streams/destroy.js +74 -0
  257. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  258. package/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  259. package/node_modules/readable-stream/package.json +32 -77
  260. package/node_modules/readable-stream/passthrough.js +1 -1
  261. package/node_modules/{tar-pack/node_modules/readable-stream/readable.js → readable-stream/readable-browser.js} +1 -10
  262. package/node_modules/readable-stream/readable.js +17 -14
  263. package/node_modules/readable-stream/transform.js +1 -1
  264. package/node_modules/readable-stream/writable-browser.js +1 -0
  265. package/node_modules/readable-stream/writable.js +8 -1
  266. package/node_modules/rimraf/bin.js +13 -3
  267. package/node_modules/rimraf/package.json +19 -56
  268. package/node_modules/rimraf/rimraf.js +25 -4
  269. package/node_modules/safe-buffer/.travis.yml +7 -0
  270. package/node_modules/{is-property → safe-buffer}/LICENSE +1 -2
  271. package/node_modules/safe-buffer/README.md +584 -0
  272. package/node_modules/safe-buffer/index.js +62 -0
  273. package/node_modules/safe-buffer/package.json +65 -0
  274. package/node_modules/safe-buffer/test.js +101 -0
  275. package/node_modules/{asynckit → safer-buffer}/LICENSE +2 -2
  276. package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  277. package/node_modules/safer-buffer/Readme.md +156 -0
  278. package/node_modules/safer-buffer/dangerous.js +58 -0
  279. package/node_modules/safer-buffer/package.json +60 -0
  280. package/node_modules/safer-buffer/safer.js +77 -0
  281. package/node_modules/safer-buffer/tests.js +406 -0
  282. package/node_modules/sax/LICENSE +41 -0
  283. package/node_modules/sax/README.md +225 -0
  284. package/node_modules/sax/lib/sax.js +1565 -0
  285. package/node_modules/sax/package.json +61 -0
  286. package/node_modules/semver/README.md +75 -37
  287. package/node_modules/semver/bin/semver +12 -2
  288. package/node_modules/semver/package.json +19 -59
  289. package/node_modules/semver/range.bnf +2 -2
  290. package/node_modules/semver/semver.js +134 -13
  291. package/node_modules/set-blocking/package.json +10 -46
  292. package/node_modules/signal-exit/package.json +10 -50
  293. package/node_modules/string-width/package.json +10 -45
  294. package/node_modules/string_decoder/.travis.yml +50 -0
  295. package/node_modules/string_decoder/LICENSE +48 -20
  296. package/node_modules/string_decoder/README.md +44 -4
  297. package/node_modules/string_decoder/lib/string_decoder.js +296 -0
  298. package/node_modules/string_decoder/package.json +30 -59
  299. package/node_modules/strip-ansi/package.json +22 -45
  300. package/node_modules/strip-json-comments/package.json +10 -46
  301. package/node_modules/tar/LICENSE +3 -0
  302. package/node_modules/tar/README.md +929 -30
  303. package/node_modules/tar/index.js +18 -0
  304. package/node_modules/tar/lib/buffer.js +11 -0
  305. package/node_modules/tar/lib/create.js +105 -0
  306. package/node_modules/tar/lib/extract.js +97 -79
  307. package/node_modules/tar/lib/header.js +236 -348
  308. package/node_modules/tar/lib/high-level-opt.js +29 -0
  309. package/node_modules/tar/lib/large-numbers.js +92 -0
  310. package/node_modules/tar/lib/list.js +130 -0
  311. package/node_modules/tar/lib/mkdir.js +206 -0
  312. package/node_modules/tar/lib/pack.js +354 -187
  313. package/node_modules/tar/lib/parse.js +393 -246
  314. package/node_modules/tar/lib/pax.js +146 -0
  315. package/node_modules/tar/lib/read-entry.js +94 -0
  316. package/node_modules/tar/lib/replace.js +220 -0
  317. package/node_modules/tar/lib/types.js +44 -0
  318. package/node_modules/tar/lib/unpack.js +560 -0
  319. package/node_modules/tar/lib/update.js +36 -0
  320. package/node_modules/tar/lib/warn-mixin.js +14 -0
  321. package/node_modules/tar/lib/winchars.js +23 -0
  322. package/node_modules/tar/lib/write-entry.js +403 -0
  323. package/node_modules/tar/package.json +48 -73
  324. package/node_modules/util-deprecate/package.json +11 -45
  325. package/node_modules/wide-align/package.json +21 -48
  326. package/node_modules/wrappy/package.json +11 -50
  327. package/node_modules/yallist/LICENSE +15 -0
  328. package/node_modules/yallist/README.md +204 -0
  329. package/node_modules/yallist/iterator.js +8 -0
  330. package/node_modules/yallist/package.json +63 -0
  331. package/node_modules/yallist/yallist.js +376 -0
  332. package/package.json +5 -4
  333. package/src/methods.cc +1 -1
  334. package/node_modules/ansi-styles/index.js +0 -65
  335. package/node_modules/ansi-styles/package.json +0 -114
  336. package/node_modules/ansi-styles/readme.md +0 -86
  337. package/node_modules/are-we-there-yet/.npmignore +0 -5
  338. package/node_modules/are-we-there-yet/test/lib/test-event.js +0 -29
  339. package/node_modules/are-we-there-yet/test/tracker.js +0 -57
  340. package/node_modules/are-we-there-yet/test/trackergroup.js +0 -96
  341. package/node_modules/are-we-there-yet/test/trackerstream.js +0 -51
  342. package/node_modules/asn1/.npmignore +0 -2
  343. package/node_modules/asn1/.travis.yml +0 -4
  344. package/node_modules/asn1/LICENSE +0 -19
  345. package/node_modules/asn1/README.md +0 -50
  346. package/node_modules/asn1/lib/ber/errors.js +0 -13
  347. package/node_modules/asn1/lib/ber/index.js +0 -27
  348. package/node_modules/asn1/lib/ber/reader.js +0 -261
  349. package/node_modules/asn1/lib/ber/types.js +0 -36
  350. package/node_modules/asn1/lib/ber/writer.js +0 -316
  351. package/node_modules/asn1/lib/index.js +0 -20
  352. package/node_modules/asn1/package.json +0 -98
  353. package/node_modules/asn1/tst/ber/reader.test.js +0 -208
  354. package/node_modules/asn1/tst/ber/writer.test.js +0 -370
  355. package/node_modules/assert-plus/AUTHORS +0 -6
  356. package/node_modules/assert-plus/CHANGES.md +0 -8
  357. package/node_modules/assert-plus/README.md +0 -155
  358. package/node_modules/assert-plus/assert.js +0 -206
  359. package/node_modules/assert-plus/package.json +0 -115
  360. package/node_modules/asynckit/README.md +0 -233
  361. package/node_modules/asynckit/bench.js +0 -76
  362. package/node_modules/asynckit/index.js +0 -6
  363. package/node_modules/asynckit/lib/abort.js +0 -29
  364. package/node_modules/asynckit/lib/async.js +0 -34
  365. package/node_modules/asynckit/lib/defer.js +0 -26
  366. package/node_modules/asynckit/lib/iterate.js +0 -75
  367. package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
  368. package/node_modules/asynckit/lib/readable_parallel.js +0 -25
  369. package/node_modules/asynckit/lib/readable_serial.js +0 -25
  370. package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
  371. package/node_modules/asynckit/lib/state.js +0 -37
  372. package/node_modules/asynckit/lib/streamify.js +0 -141
  373. package/node_modules/asynckit/lib/terminator.js +0 -29
  374. package/node_modules/asynckit/package.json +0 -126
  375. package/node_modules/asynckit/parallel.js +0 -43
  376. package/node_modules/asynckit/serial.js +0 -17
  377. package/node_modules/asynckit/serialOrdered.js +0 -75
  378. package/node_modules/asynckit/stream.js +0 -21
  379. package/node_modules/aws-sign2/LICENSE +0 -55
  380. package/node_modules/aws-sign2/README.md +0 -4
  381. package/node_modules/aws-sign2/index.js +0 -212
  382. package/node_modules/aws-sign2/package.json +0 -81
  383. package/node_modules/aws4/.npmignore +0 -4
  384. package/node_modules/aws4/.tern-port +0 -1
  385. package/node_modules/aws4/.travis.yml +0 -5
  386. package/node_modules/aws4/LICENSE +0 -19
  387. package/node_modules/aws4/README.md +0 -523
  388. package/node_modules/aws4/aws4.js +0 -332
  389. package/node_modules/aws4/lru.js +0 -96
  390. package/node_modules/aws4/package.json +0 -140
  391. package/node_modules/bcrypt-pbkdf/README.md +0 -39
  392. package/node_modules/bcrypt-pbkdf/index.js +0 -556
  393. package/node_modules/bcrypt-pbkdf/package.json +0 -84
  394. package/node_modules/block-stream/LICENCE +0 -25
  395. package/node_modules/block-stream/README.md +0 -14
  396. package/node_modules/block-stream/block-stream.js +0 -209
  397. package/node_modules/block-stream/package.json +0 -95
  398. package/node_modules/boom/.npmignore +0 -18
  399. package/node_modules/boom/.travis.yml +0 -8
  400. package/node_modules/boom/CONTRIBUTING.md +0 -1
  401. package/node_modules/boom/LICENSE +0 -28
  402. package/node_modules/boom/README.md +0 -652
  403. package/node_modules/boom/images/boom.png +0 -0
  404. package/node_modules/boom/lib/index.js +0 -318
  405. package/node_modules/boom/package.json +0 -98
  406. package/node_modules/boom/test/index.js +0 -654
  407. package/node_modules/buffer-shims/index.js +0 -108
  408. package/node_modules/buffer-shims/license.md +0 -19
  409. package/node_modules/buffer-shims/package.json +0 -86
  410. package/node_modules/buffer-shims/readme.md +0 -21
  411. package/node_modules/caseless/LICENSE +0 -28
  412. package/node_modules/caseless/README.md +0 -45
  413. package/node_modules/caseless/index.js +0 -66
  414. package/node_modules/caseless/package.json +0 -96
  415. package/node_modules/caseless/test.js +0 -40
  416. package/node_modules/chalk/index.js +0 -116
  417. package/node_modules/chalk/package.json +0 -140
  418. package/node_modules/chalk/readme.md +0 -213
  419. package/node_modules/combined-stream/License +0 -19
  420. package/node_modules/combined-stream/Readme.md +0 -138
  421. package/node_modules/combined-stream/lib/combined_stream.js +0 -188
  422. package/node_modules/combined-stream/package.json +0 -101
  423. package/node_modules/commander/History.md +0 -261
  424. package/node_modules/commander/LICENSE +0 -22
  425. package/node_modules/commander/Readme.md +0 -351
  426. package/node_modules/commander/index.js +0 -1110
  427. package/node_modules/commander/package.json +0 -104
  428. package/node_modules/cryptiles/.npmignore +0 -18
  429. package/node_modules/cryptiles/.travis.yml +0 -8
  430. package/node_modules/cryptiles/LICENSE +0 -28
  431. package/node_modules/cryptiles/README.md +0 -16
  432. package/node_modules/cryptiles/lib/index.js +0 -68
  433. package/node_modules/cryptiles/package.json +0 -94
  434. package/node_modules/cryptiles/test/index.js +0 -102
  435. package/node_modules/dashdash/CHANGES.md +0 -364
  436. package/node_modules/dashdash/LICENSE.txt +0 -24
  437. package/node_modules/dashdash/README.md +0 -574
  438. package/node_modules/dashdash/etc/dashdash.bash_completion.in +0 -389
  439. package/node_modules/dashdash/lib/dashdash.js +0 -1055
  440. package/node_modules/dashdash/node_modules/assert-plus/AUTHORS +0 -6
  441. package/node_modules/dashdash/node_modules/assert-plus/CHANGES.md +0 -14
  442. package/node_modules/dashdash/node_modules/assert-plus/README.md +0 -162
  443. package/node_modules/dashdash/node_modules/assert-plus/assert.js +0 -211
  444. package/node_modules/dashdash/node_modules/assert-plus/package.json +0 -115
  445. package/node_modules/dashdash/package.json +0 -125
  446. package/node_modules/debug/.jshintrc +0 -3
  447. package/node_modules/debug/History.md +0 -195
  448. package/node_modules/debug/Readme.md +0 -188
  449. package/node_modules/debug/bower.json +0 -28
  450. package/node_modules/delayed-stream/.npmignore +0 -1
  451. package/node_modules/delayed-stream/License +0 -19
  452. package/node_modules/delayed-stream/Makefile +0 -7
  453. package/node_modules/delayed-stream/Readme.md +0 -141
  454. package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
  455. package/node_modules/delayed-stream/package.json +0 -97
  456. package/node_modules/ecc-jsbn/.npmignore +0 -15
  457. package/node_modules/ecc-jsbn/README.md +0 -8
  458. package/node_modules/ecc-jsbn/index.js +0 -57
  459. package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +0 -40
  460. package/node_modules/ecc-jsbn/lib/ec.js +0 -561
  461. package/node_modules/ecc-jsbn/lib/sec.js +0 -170
  462. package/node_modules/ecc-jsbn/package.json +0 -90
  463. package/node_modules/ecc-jsbn/test.js +0 -14
  464. package/node_modules/escape-string-regexp/index.js +0 -11
  465. package/node_modules/escape-string-regexp/license +0 -21
  466. package/node_modules/escape-string-regexp/package.json +0 -109
  467. package/node_modules/escape-string-regexp/readme.md +0 -27
  468. package/node_modules/extend/.eslintrc +0 -192
  469. package/node_modules/extend/.jscs.json +0 -104
  470. package/node_modules/extend/.npmignore +0 -1
  471. package/node_modules/extend/.travis.yml +0 -44
  472. package/node_modules/extend/CHANGELOG.md +0 -69
  473. package/node_modules/extend/LICENSE +0 -23
  474. package/node_modules/extend/README.md +0 -62
  475. package/node_modules/extend/component.json +0 -32
  476. package/node_modules/extend/index.js +0 -86
  477. package/node_modules/extend/package.json +0 -106
  478. package/node_modules/extsprintf/.gitmodules +0 -6
  479. package/node_modules/extsprintf/LICENSE +0 -19
  480. package/node_modules/extsprintf/Makefile +0 -23
  481. package/node_modules/extsprintf/Makefile.deps +0 -39
  482. package/node_modules/extsprintf/Makefile.targ +0 -285
  483. package/node_modules/extsprintf/README.md +0 -39
  484. package/node_modules/extsprintf/examples/simple.js +0 -2
  485. package/node_modules/extsprintf/jsl.node.conf +0 -137
  486. package/node_modules/extsprintf/lib/extsprintf.js +0 -166
  487. package/node_modules/extsprintf/package.json +0 -74
  488. package/node_modules/forever-agent/LICENSE +0 -55
  489. package/node_modules/forever-agent/README.md +0 -4
  490. package/node_modules/forever-agent/index.js +0 -138
  491. package/node_modules/forever-agent/package.json +0 -88
  492. package/node_modules/form-data/License +0 -19
  493. package/node_modules/form-data/README.md +0 -217
  494. package/node_modules/form-data/lib/browser.js +0 -2
  495. package/node_modules/form-data/lib/form_data.js +0 -440
  496. package/node_modules/form-data/lib/populate.js +0 -10
  497. package/node_modules/form-data/package.json +0 -145
  498. package/node_modules/fstream/.npmignore +0 -5
  499. package/node_modules/fstream/.travis.yml +0 -9
  500. package/node_modules/fstream/README.md +0 -76
  501. package/node_modules/fstream/examples/filter-pipe.js +0 -134
  502. package/node_modules/fstream/examples/pipe.js +0 -118
  503. package/node_modules/fstream/examples/reader.js +0 -68
  504. package/node_modules/fstream/examples/symlink-write.js +0 -27
  505. package/node_modules/fstream/fstream.js +0 -35
  506. package/node_modules/fstream/lib/abstract.js +0 -85
  507. package/node_modules/fstream/lib/collect.js +0 -70
  508. package/node_modules/fstream/lib/dir-reader.js +0 -252
  509. package/node_modules/fstream/lib/dir-writer.js +0 -174
  510. package/node_modules/fstream/lib/file-reader.js +0 -150
  511. package/node_modules/fstream/lib/file-writer.js +0 -107
  512. package/node_modules/fstream/lib/get-type.js +0 -33
  513. package/node_modules/fstream/lib/link-reader.js +0 -53
  514. package/node_modules/fstream/lib/link-writer.js +0 -95
  515. package/node_modules/fstream/lib/proxy-reader.js +0 -95
  516. package/node_modules/fstream/lib/proxy-writer.js +0 -111
  517. package/node_modules/fstream/lib/reader.js +0 -255
  518. package/node_modules/fstream/lib/socket-reader.js +0 -36
  519. package/node_modules/fstream/lib/writer.js +0 -390
  520. package/node_modules/fstream/package.json +0 -110
  521. package/node_modules/fstream-ignore/README.md +0 -22
  522. package/node_modules/fstream-ignore/ignore.js +0 -275
  523. package/node_modules/fstream-ignore/package.json +0 -104
  524. package/node_modules/generate-function/.npmignore +0 -1
  525. package/node_modules/generate-function/.travis.yml +0 -3
  526. package/node_modules/generate-function/README.md +0 -72
  527. package/node_modules/generate-function/example.js +0 -27
  528. package/node_modules/generate-function/index.js +0 -61
  529. package/node_modules/generate-function/package.json +0 -87
  530. package/node_modules/generate-function/test.js +0 -33
  531. package/node_modules/generate-object-property/.npmignore +0 -1
  532. package/node_modules/generate-object-property/.travis.yml +0 -3
  533. package/node_modules/generate-object-property/LICENSE +0 -21
  534. package/node_modules/generate-object-property/README.md +0 -19
  535. package/node_modules/generate-object-property/index.js +0 -12
  536. package/node_modules/generate-object-property/package.json +0 -84
  537. package/node_modules/generate-object-property/test.js +0 -12
  538. package/node_modules/getpass/.npmignore +0 -8
  539. package/node_modules/getpass/.travis.yml +0 -9
  540. package/node_modules/getpass/LICENSE +0 -18
  541. package/node_modules/getpass/README.md +0 -32
  542. package/node_modules/getpass/lib/index.js +0 -123
  543. package/node_modules/getpass/node_modules/assert-plus/AUTHORS +0 -6
  544. package/node_modules/getpass/node_modules/assert-plus/CHANGES.md +0 -14
  545. package/node_modules/getpass/node_modules/assert-plus/README.md +0 -162
  546. package/node_modules/getpass/node_modules/assert-plus/assert.js +0 -211
  547. package/node_modules/getpass/node_modules/assert-plus/package.json +0 -115
  548. package/node_modules/getpass/package.json +0 -90
  549. package/node_modules/graceful-fs/LICENSE +0 -15
  550. package/node_modules/graceful-fs/README.md +0 -133
  551. package/node_modules/graceful-fs/fs.js +0 -21
  552. package/node_modules/graceful-fs/graceful-fs.js +0 -262
  553. package/node_modules/graceful-fs/legacy-streams.js +0 -118
  554. package/node_modules/graceful-fs/package.json +0 -111
  555. package/node_modules/graceful-fs/polyfills.js +0 -330
  556. package/node_modules/graceful-readlink/.npmignore +0 -3
  557. package/node_modules/graceful-readlink/.travis.yml +0 -5
  558. package/node_modules/graceful-readlink/README.md +0 -17
  559. package/node_modules/graceful-readlink/index.js +0 -12
  560. package/node_modules/graceful-readlink/package.json +0 -83
  561. package/node_modules/har-validator/LICENSE +0 -13
  562. package/node_modules/har-validator/README.md +0 -309
  563. package/node_modules/har-validator/bin/har-validator +0 -56
  564. package/node_modules/har-validator/lib/async.js +0 -14
  565. package/node_modules/har-validator/lib/error.js +0 -10
  566. package/node_modules/har-validator/lib/index.js +0 -22
  567. package/node_modules/har-validator/lib/runner.js +0 -29
  568. package/node_modules/har-validator/lib/schemas/cache.json +0 -13
  569. package/node_modules/har-validator/lib/schemas/cacheEntry.json +0 -31
  570. package/node_modules/har-validator/lib/schemas/content.json +0 -27
  571. package/node_modules/har-validator/lib/schemas/cookie.json +0 -34
  572. package/node_modules/har-validator/lib/schemas/creator.json +0 -18
  573. package/node_modules/har-validator/lib/schemas/entry.json +0 -51
  574. package/node_modules/har-validator/lib/schemas/har.json +0 -11
  575. package/node_modules/har-validator/lib/schemas/index.js +0 -49
  576. package/node_modules/har-validator/lib/schemas/log.json +0 -34
  577. package/node_modules/har-validator/lib/schemas/page.json +0 -30
  578. package/node_modules/har-validator/lib/schemas/pageTimings.json +0 -16
  579. package/node_modules/har-validator/lib/schemas/postData.json +0 -41
  580. package/node_modules/har-validator/lib/schemas/record.json +0 -18
  581. package/node_modules/har-validator/lib/schemas/request.json +0 -55
  582. package/node_modules/har-validator/lib/schemas/response.json +0 -52
  583. package/node_modules/har-validator/lib/schemas/timings.json +0 -40
  584. package/node_modules/har-validator/package.json +0 -120
  585. package/node_modules/has-ansi/index.js +0 -4
  586. package/node_modules/has-ansi/license +0 -21
  587. package/node_modules/has-ansi/package.json +0 -118
  588. package/node_modules/has-ansi/readme.md +0 -36
  589. package/node_modules/hawk/.npmignore +0 -20
  590. package/node_modules/hawk/.travis.yml +0 -5
  591. package/node_modules/hawk/LICENSE +0 -28
  592. package/node_modules/hawk/README.md +0 -634
  593. package/node_modules/hawk/bower.json +0 -24
  594. package/node_modules/hawk/component.json +0 -19
  595. package/node_modules/hawk/dist/client.js +0 -343
  596. package/node_modules/hawk/example/usage.js +0 -78
  597. package/node_modules/hawk/images/hawk.png +0 -0
  598. package/node_modules/hawk/images/logo.png +0 -0
  599. package/node_modules/hawk/lib/browser.js +0 -637
  600. package/node_modules/hawk/lib/client.js +0 -369
  601. package/node_modules/hawk/lib/crypto.js +0 -126
  602. package/node_modules/hawk/lib/index.js +0 -15
  603. package/node_modules/hawk/lib/server.js +0 -548
  604. package/node_modules/hawk/lib/utils.js +0 -184
  605. package/node_modules/hawk/package.json +0 -101
  606. package/node_modules/hawk/test/browser.js +0 -1492
  607. package/node_modules/hawk/test/client.js +0 -440
  608. package/node_modules/hawk/test/crypto.js +0 -70
  609. package/node_modules/hawk/test/index.js +0 -378
  610. package/node_modules/hawk/test/readme.js +0 -95
  611. package/node_modules/hawk/test/server.js +0 -1329
  612. package/node_modules/hawk/test/uri.js +0 -838
  613. package/node_modules/hawk/test/utils.js +0 -149
  614. package/node_modules/hoek/.npmignore +0 -18
  615. package/node_modules/hoek/.travis.yml +0 -7
  616. package/node_modules/hoek/CONTRIBUTING.md +0 -1
  617. package/node_modules/hoek/LICENSE +0 -31
  618. package/node_modules/hoek/README.md +0 -584
  619. package/node_modules/hoek/images/hoek.png +0 -0
  620. package/node_modules/hoek/lib/escape.js +0 -132
  621. package/node_modules/hoek/lib/index.js +0 -993
  622. package/node_modules/hoek/package.json +0 -96
  623. package/node_modules/hoek/test/escaper.js +0 -88
  624. package/node_modules/hoek/test/index.js +0 -2513
  625. package/node_modules/hoek/test/modules/test1.js +0 -1
  626. package/node_modules/hoek/test/modules/test2.js +0 -1
  627. package/node_modules/hoek/test/modules/test3.js +0 -1
  628. package/node_modules/http-signature/.dir-locals.el +0 -6
  629. package/node_modules/http-signature/.npmignore +0 -7
  630. package/node_modules/http-signature/CHANGES.md +0 -46
  631. package/node_modules/http-signature/LICENSE +0 -18
  632. package/node_modules/http-signature/README.md +0 -79
  633. package/node_modules/http-signature/http_signing.md +0 -363
  634. package/node_modules/http-signature/lib/index.js +0 -29
  635. package/node_modules/http-signature/lib/parser.js +0 -318
  636. package/node_modules/http-signature/lib/signer.js +0 -399
  637. package/node_modules/http-signature/lib/utils.js +0 -112
  638. package/node_modules/http-signature/lib/verify.js +0 -88
  639. package/node_modules/http-signature/package.json +0 -116
  640. package/node_modules/is-my-json-valid/.npmignore +0 -2
  641. package/node_modules/is-my-json-valid/.travis.yml +0 -3
  642. package/node_modules/is-my-json-valid/LICENSE +0 -21
  643. package/node_modules/is-my-json-valid/README.md +0 -173
  644. package/node_modules/is-my-json-valid/example.js +0 -18
  645. package/node_modules/is-my-json-valid/formats.js +0 -14
  646. package/node_modules/is-my-json-valid/index.js +0 -594
  647. package/node_modules/is-my-json-valid/package.json +0 -116
  648. package/node_modules/is-my-json-valid/require.js +0 -12
  649. package/node_modules/is-my-json-valid/test/fixtures/cosmic.js +0 -84
  650. package/node_modules/is-my-json-valid/test/json-schema-draft4/additionalItems.json +0 -82
  651. package/node_modules/is-my-json-valid/test/json-schema-draft4/additionalProperties.json +0 -88
  652. package/node_modules/is-my-json-valid/test/json-schema-draft4/allOf.json +0 -112
  653. package/node_modules/is-my-json-valid/test/json-schema-draft4/anyOf.json +0 -68
  654. package/node_modules/is-my-json-valid/test/json-schema-draft4/bignum.json +0 -107
  655. package/node_modules/is-my-json-valid/test/json-schema-draft4/default.json +0 -49
  656. package/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json +0 -32
  657. package/node_modules/is-my-json-valid/test/json-schema-draft4/dependencies.json +0 -113
  658. package/node_modules/is-my-json-valid/test/json-schema-draft4/enum.json +0 -72
  659. package/node_modules/is-my-json-valid/test/json-schema-draft4/format.json +0 -143
  660. package/node_modules/is-my-json-valid/test/json-schema-draft4/items.json +0 -46
  661. package/node_modules/is-my-json-valid/test/json-schema-draft4/maxItems.json +0 -28
  662. package/node_modules/is-my-json-valid/test/json-schema-draft4/maxLength.json +0 -28
  663. package/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json +0 -28
  664. package/node_modules/is-my-json-valid/test/json-schema-draft4/maximum.json +0 -42
  665. package/node_modules/is-my-json-valid/test/json-schema-draft4/minItems.json +0 -28
  666. package/node_modules/is-my-json-valid/test/json-schema-draft4/minLength.json +0 -28
  667. package/node_modules/is-my-json-valid/test/json-schema-draft4/minProperties.json +0 -28
  668. package/node_modules/is-my-json-valid/test/json-schema-draft4/minimum.json +0 -42
  669. package/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json +0 -96
  670. package/node_modules/is-my-json-valid/test/json-schema-draft4/not.json +0 -96
  671. package/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndFormat.json +0 -18
  672. package/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json +0 -18
  673. package/node_modules/is-my-json-valid/test/json-schema-draft4/oneOf.json +0 -68
  674. package/node_modules/is-my-json-valid/test/json-schema-draft4/pattern.json +0 -23
  675. package/node_modules/is-my-json-valid/test/json-schema-draft4/patternProperties.json +0 -110
  676. package/node_modules/is-my-json-valid/test/json-schema-draft4/properties.json +0 -92
  677. package/node_modules/is-my-json-valid/test/json-schema-draft4/ref.json +0 -128
  678. package/node_modules/is-my-json-valid/test/json-schema-draft4/refRemote.json +0 -74
  679. package/node_modules/is-my-json-valid/test/json-schema-draft4/required.json +0 -39
  680. package/node_modules/is-my-json-valid/test/json-schema-draft4/type.json +0 -330
  681. package/node_modules/is-my-json-valid/test/json-schema-draft4/uniqueItems.json +0 -79
  682. package/node_modules/is-my-json-valid/test/json-schema.js +0 -23
  683. package/node_modules/is-my-json-valid/test/misc.js +0 -471
  684. package/node_modules/is-property/.npmignore +0 -17
  685. package/node_modules/is-property/README.md +0 -28
  686. package/node_modules/is-property/is-property.js +0 -5
  687. package/node_modules/is-property/package.json +0 -92
  688. package/node_modules/is-typedarray/LICENSE.md +0 -18
  689. package/node_modules/is-typedarray/README.md +0 -16
  690. package/node_modules/is-typedarray/index.js +0 -41
  691. package/node_modules/is-typedarray/package.json +0 -90
  692. package/node_modules/is-typedarray/test.js +0 -34
  693. package/node_modules/isstream/.jshintrc +0 -59
  694. package/node_modules/isstream/.npmignore +0 -1
  695. package/node_modules/isstream/.travis.yml +0 -12
  696. package/node_modules/isstream/LICENSE.md +0 -11
  697. package/node_modules/isstream/README.md +0 -66
  698. package/node_modules/isstream/isstream.js +0 -27
  699. package/node_modules/isstream/package.json +0 -93
  700. package/node_modules/isstream/test.js +0 -168
  701. package/node_modules/jodid25519/.npmignore +0 -11
  702. package/node_modules/jodid25519/.travis.yml +0 -7
  703. package/node_modules/jodid25519/AUTHORS.md +0 -3
  704. package/node_modules/jodid25519/LICENSE +0 -23
  705. package/node_modules/jodid25519/README.md +0 -51
  706. package/node_modules/jodid25519/almond.0 +0 -42
  707. package/node_modules/jodid25519/almond.1 +0 -13
  708. package/node_modules/jodid25519/index.js +0 -35
  709. package/node_modules/jodid25519/jsdoc.json +0 -19
  710. package/node_modules/jodid25519/lib/core.js +0 -481
  711. package/node_modules/jodid25519/lib/curve255.js +0 -221
  712. package/node_modules/jodid25519/lib/dh.js +0 -111
  713. package/node_modules/jodid25519/lib/eddsa.js +0 -573
  714. package/node_modules/jodid25519/lib/utils.js +0 -198
  715. package/node_modules/jodid25519/package.json +0 -104
  716. package/node_modules/jsbn/.npmignore +0 -2
  717. package/node_modules/jsbn/LICENSE +0 -40
  718. package/node_modules/jsbn/README.md +0 -175
  719. package/node_modules/jsbn/example.html +0 -12
  720. package/node_modules/jsbn/example.js +0 -3
  721. package/node_modules/jsbn/index.js +0 -1357
  722. package/node_modules/jsbn/package.json +0 -91
  723. package/node_modules/json-schema/README.md +0 -5
  724. package/node_modules/json-schema/draft-00/hyper-schema +0 -68
  725. package/node_modules/json-schema/draft-00/json-ref +0 -26
  726. package/node_modules/json-schema/draft-00/links +0 -33
  727. package/node_modules/json-schema/draft-00/schema +0 -155
  728. package/node_modules/json-schema/draft-01/hyper-schema +0 -68
  729. package/node_modules/json-schema/draft-01/json-ref +0 -26
  730. package/node_modules/json-schema/draft-01/links +0 -33
  731. package/node_modules/json-schema/draft-01/schema +0 -155
  732. package/node_modules/json-schema/draft-02/hyper-schema +0 -68
  733. package/node_modules/json-schema/draft-02/json-ref +0 -26
  734. package/node_modules/json-schema/draft-02/links +0 -35
  735. package/node_modules/json-schema/draft-02/schema +0 -166
  736. package/node_modules/json-schema/draft-03/examples/address +0 -20
  737. package/node_modules/json-schema/draft-03/examples/calendar +0 -53
  738. package/node_modules/json-schema/draft-03/examples/card +0 -105
  739. package/node_modules/json-schema/draft-03/examples/geo +0 -8
  740. package/node_modules/json-schema/draft-03/examples/interfaces +0 -23
  741. package/node_modules/json-schema/draft-03/hyper-schema +0 -60
  742. package/node_modules/json-schema/draft-03/json-ref +0 -26
  743. package/node_modules/json-schema/draft-03/links +0 -35
  744. package/node_modules/json-schema/draft-03/schema +0 -174
  745. package/node_modules/json-schema/draft-04/hyper-schema +0 -60
  746. package/node_modules/json-schema/draft-04/links +0 -41
  747. package/node_modules/json-schema/draft-04/schema +0 -189
  748. package/node_modules/json-schema/draft-zyp-json-schema-03.xml +0 -1120
  749. package/node_modules/json-schema/draft-zyp-json-schema-04.xml +0 -1072
  750. package/node_modules/json-schema/lib/links.js +0 -66
  751. package/node_modules/json-schema/lib/validate.js +0 -273
  752. package/node_modules/json-schema/package.json +0 -100
  753. package/node_modules/json-schema/test/tests.js +0 -95
  754. package/node_modules/json-stringify-safe/.npmignore +0 -1
  755. package/node_modules/json-stringify-safe/CHANGELOG.md +0 -14
  756. package/node_modules/json-stringify-safe/Makefile +0 -35
  757. package/node_modules/json-stringify-safe/README.md +0 -52
  758. package/node_modules/json-stringify-safe/package.json +0 -102
  759. package/node_modules/json-stringify-safe/stringify.js +0 -27
  760. package/node_modules/json-stringify-safe/test/mocha.opts +0 -2
  761. package/node_modules/json-stringify-safe/test/stringify_test.js +0 -246
  762. package/node_modules/jsonpointer/LICENSE.md +0 -21
  763. package/node_modules/jsonpointer/README.md +0 -39
  764. package/node_modules/jsonpointer/jsonpointer.js +0 -93
  765. package/node_modules/jsonpointer/package.json +0 -112
  766. package/node_modules/jsprim/CHANGES.md +0 -39
  767. package/node_modules/jsprim/LICENSE +0 -19
  768. package/node_modules/jsprim/README.md +0 -237
  769. package/node_modules/jsprim/lib/jsprim.js +0 -488
  770. package/node_modules/jsprim/package.json +0 -85
  771. package/node_modules/mime-db/HISTORY.md +0 -391
  772. package/node_modules/mime-db/LICENSE +0 -22
  773. package/node_modules/mime-db/README.md +0 -82
  774. package/node_modules/mime-db/db.json +0 -6751
  775. package/node_modules/mime-db/index.js +0 -11
  776. package/node_modules/mime-db/package.json +0 -138
  777. package/node_modules/mime-types/HISTORY.md +0 -216
  778. package/node_modules/mime-types/LICENSE +0 -23
  779. package/node_modules/mime-types/README.md +0 -103
  780. package/node_modules/mime-types/index.js +0 -188
  781. package/node_modules/mime-types/package.json +0 -128
  782. package/node_modules/ms/.npmignore +0 -5
  783. package/node_modules/ms/History.md +0 -66
  784. package/node_modules/ms/LICENSE +0 -20
  785. package/node_modules/ms/README.md +0 -35
  786. package/node_modules/oauth-sign/LICENSE +0 -55
  787. package/node_modules/oauth-sign/README.md +0 -4
  788. package/node_modules/oauth-sign/index.js +0 -136
  789. package/node_modules/oauth-sign/package.json +0 -98
  790. package/node_modules/pinkie/index.js +0 -292
  791. package/node_modules/pinkie/license +0 -21
  792. package/node_modules/pinkie/package.json +0 -100
  793. package/node_modules/pinkie/readme.md +0 -83
  794. package/node_modules/pinkie-promise/index.js +0 -3
  795. package/node_modules/pinkie-promise/license +0 -21
  796. package/node_modules/pinkie-promise/package.json +0 -102
  797. package/node_modules/pinkie-promise/readme.md +0 -28
  798. package/node_modules/process-nextick-args/.travis.yml +0 -12
  799. package/node_modules/process-nextick-args/test.js +0 -24
  800. package/node_modules/punycode/README.md +0 -176
  801. package/node_modules/punycode/package.json +0 -127
  802. package/node_modules/punycode/punycode.js +0 -533
  803. package/node_modules/qs/.eslintignore +0 -1
  804. package/node_modules/qs/.eslintrc +0 -19
  805. package/node_modules/qs/CHANGELOG.md +0 -156
  806. package/node_modules/qs/LICENSE +0 -28
  807. package/node_modules/qs/README.md +0 -431
  808. package/node_modules/qs/dist/qs.js +0 -587
  809. package/node_modules/qs/lib/formats.js +0 -18
  810. package/node_modules/qs/lib/index.js +0 -11
  811. package/node_modules/qs/lib/parse.js +0 -166
  812. package/node_modules/qs/lib/stringify.js +0 -200
  813. package/node_modules/qs/lib/utils.js +0 -180
  814. package/node_modules/qs/package.json +0 -121
  815. package/node_modules/qs/test/.eslintrc +0 -10
  816. package/node_modules/qs/test/index.js +0 -7
  817. package/node_modules/qs/test/parse.js +0 -484
  818. package/node_modules/qs/test/stringify.js +0 -538
  819. package/node_modules/qs/test/utils.js +0 -22
  820. package/node_modules/readable-stream/.npmignore +0 -9
  821. package/node_modules/request/CHANGELOG.md +0 -662
  822. package/node_modules/request/LICENSE +0 -55
  823. package/node_modules/request/README.md +0 -1098
  824. package/node_modules/request/index.js +0 -156
  825. package/node_modules/request/lib/auth.js +0 -168
  826. package/node_modules/request/lib/cookies.js +0 -39
  827. package/node_modules/request/lib/getProxyFromURI.js +0 -79
  828. package/node_modules/request/lib/har.js +0 -215
  829. package/node_modules/request/lib/helpers.js +0 -65
  830. package/node_modules/request/lib/multipart.js +0 -112
  831. package/node_modules/request/lib/oauth.js +0 -147
  832. package/node_modules/request/lib/querystring.js +0 -51
  833. package/node_modules/request/lib/redirect.js +0 -157
  834. package/node_modules/request/lib/tunnel.js +0 -176
  835. package/node_modules/request/package.json +0 -163
  836. package/node_modules/request/request.js +0 -1475
  837. package/node_modules/sntp/.npmignore +0 -18
  838. package/node_modules/sntp/.travis.yml +0 -5
  839. package/node_modules/sntp/LICENSE +0 -28
  840. package/node_modules/sntp/Makefile +0 -9
  841. package/node_modules/sntp/README.md +0 -68
  842. package/node_modules/sntp/examples/offset.js +0 -16
  843. package/node_modules/sntp/examples/time.js +0 -25
  844. package/node_modules/sntp/index.js +0 -1
  845. package/node_modules/sntp/lib/index.js +0 -412
  846. package/node_modules/sntp/package.json +0 -98
  847. package/node_modules/sntp/test/index.js +0 -435
  848. package/node_modules/sshpk/.npmignore +0 -9
  849. package/node_modules/sshpk/.travis.yml +0 -11
  850. package/node_modules/sshpk/LICENSE +0 -18
  851. package/node_modules/sshpk/README.md +0 -666
  852. package/node_modules/sshpk/bin/sshpk-conv +0 -201
  853. package/node_modules/sshpk/bin/sshpk-sign +0 -191
  854. package/node_modules/sshpk/bin/sshpk-verify +0 -166
  855. package/node_modules/sshpk/lib/algs.js +0 -168
  856. package/node_modules/sshpk/lib/certificate.js +0 -291
  857. package/node_modules/sshpk/lib/dhe.js +0 -311
  858. package/node_modules/sshpk/lib/ed-compat.js +0 -96
  859. package/node_modules/sshpk/lib/errors.js +0 -84
  860. package/node_modules/sshpk/lib/fingerprint.js +0 -161
  861. package/node_modules/sshpk/lib/formats/auto.js +0 -73
  862. package/node_modules/sshpk/lib/formats/openssh-cert.js +0 -289
  863. package/node_modules/sshpk/lib/formats/pem.js +0 -186
  864. package/node_modules/sshpk/lib/formats/pkcs1.js +0 -320
  865. package/node_modules/sshpk/lib/formats/pkcs8.js +0 -505
  866. package/node_modules/sshpk/lib/formats/rfc4253.js +0 -146
  867. package/node_modules/sshpk/lib/formats/ssh-private.js +0 -261
  868. package/node_modules/sshpk/lib/formats/ssh.js +0 -114
  869. package/node_modules/sshpk/lib/formats/x509-pem.js +0 -77
  870. package/node_modules/sshpk/lib/formats/x509.js +0 -484
  871. package/node_modules/sshpk/lib/identity.js +0 -277
  872. package/node_modules/sshpk/lib/index.js +0 -38
  873. package/node_modules/sshpk/lib/key.js +0 -270
  874. package/node_modules/sshpk/lib/private-key.js +0 -231
  875. package/node_modules/sshpk/lib/signature.js +0 -245
  876. package/node_modules/sshpk/lib/ssh-buffer.js +0 -148
  877. package/node_modules/sshpk/lib/utils.js +0 -288
  878. package/node_modules/sshpk/man/man1/sshpk-conv.1 +0 -135
  879. package/node_modules/sshpk/man/man1/sshpk-sign.1 +0 -81
  880. package/node_modules/sshpk/man/man1/sshpk-verify.1 +0 -68
  881. package/node_modules/sshpk/node_modules/assert-plus/AUTHORS +0 -6
  882. package/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +0 -14
  883. package/node_modules/sshpk/node_modules/assert-plus/README.md +0 -162
  884. package/node_modules/sshpk/node_modules/assert-plus/assert.js +0 -211
  885. package/node_modules/sshpk/node_modules/assert-plus/package.json +0 -115
  886. package/node_modules/sshpk/package.json +0 -135
  887. package/node_modules/string_decoder/.npmignore +0 -2
  888. package/node_modules/string_decoder/index.js +0 -221
  889. package/node_modules/stringstream/.npmignore +0 -15
  890. package/node_modules/stringstream/.travis.yml +0 -4
  891. package/node_modules/stringstream/LICENSE.txt +0 -22
  892. package/node_modules/stringstream/README.md +0 -38
  893. package/node_modules/stringstream/example.js +0 -27
  894. package/node_modules/stringstream/package.json +0 -85
  895. package/node_modules/stringstream/stringstream.js +0 -102
  896. package/node_modules/supports-color/index.js +0 -50
  897. package/node_modules/supports-color/license +0 -21
  898. package/node_modules/supports-color/package.json +0 -113
  899. package/node_modules/supports-color/readme.md +0 -36
  900. package/node_modules/tar/.npmignore +0 -5
  901. package/node_modules/tar/.travis.yml +0 -4
  902. package/node_modules/tar/examples/extracter.js +0 -19
  903. package/node_modules/tar/examples/packer.js +0 -24
  904. package/node_modules/tar/examples/reader.js +0 -36
  905. package/node_modules/tar/lib/buffer-entry.js +0 -30
  906. package/node_modules/tar/lib/entry-writer.js +0 -169
  907. package/node_modules/tar/lib/entry.js +0 -220
  908. package/node_modules/tar/lib/extended-header-writer.js +0 -191
  909. package/node_modules/tar/lib/extended-header.js +0 -140
  910. package/node_modules/tar/lib/global-header-writer.js +0 -14
  911. package/node_modules/tar/tar.js +0 -173
  912. package/node_modules/tar/test/00-setup-fixtures.js +0 -53
  913. package/node_modules/tar/test/cb-never-called-1.0.1.tgz +0 -0
  914. package/node_modules/tar/test/dir-normalization.js +0 -177
  915. package/node_modules/tar/test/dir-normalization.tar +0 -0
  916. package/node_modules/tar/test/error-on-broken.js +0 -33
  917. package/node_modules/tar/test/extract-move.js +0 -132
  918. package/node_modules/tar/test/extract.js +0 -367
  919. package/node_modules/tar/test/fixtures.tgz +0 -0
  920. package/node_modules/tar/test/header.js +0 -183
  921. package/node_modules/tar/test/pack-no-proprietary.js +0 -886
  922. package/node_modules/tar/test/pack.js +0 -952
  923. package/node_modules/tar/test/parse-discard.js +0 -29
  924. package/node_modules/tar/test/parse.js +0 -359
  925. package/node_modules/tar/test/zz-cleanup.js +0 -20
  926. package/node_modules/tar-pack/.npmignore +0 -14
  927. package/node_modules/tar-pack/.travis.yml +0 -7
  928. package/node_modules/tar-pack/LICENSE +0 -23
  929. package/node_modules/tar-pack/README.md +0 -84
  930. package/node_modules/tar-pack/index.js +0 -245
  931. package/node_modules/tar-pack/node_modules/once/README.md +0 -51
  932. package/node_modules/tar-pack/node_modules/once/once.js +0 -21
  933. package/node_modules/tar-pack/node_modules/once/package.json +0 -96
  934. package/node_modules/tar-pack/node_modules/readable-stream/.npmignore +0 -8
  935. package/node_modules/tar-pack/node_modules/readable-stream/.travis.yml +0 -49
  936. package/node_modules/tar-pack/node_modules/readable-stream/LICENSE +0 -18
  937. package/node_modules/tar-pack/node_modules/readable-stream/README.md +0 -36
  938. package/node_modules/tar-pack/node_modules/readable-stream/doc/stream.md +0 -2015
  939. package/node_modules/tar-pack/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  940. package/node_modules/tar-pack/node_modules/readable-stream/duplex.js +0 -1
  941. package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_duplex.js +0 -75
  942. package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_passthrough.js +0 -26
  943. package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_readable.js +0 -937
  944. package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_transform.js +0 -180
  945. package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_writable.js +0 -526
  946. package/node_modules/tar-pack/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -64
  947. package/node_modules/tar-pack/node_modules/readable-stream/package.json +0 -125
  948. package/node_modules/tar-pack/node_modules/readable-stream/passthrough.js +0 -1
  949. package/node_modules/tar-pack/node_modules/readable-stream/transform.js +0 -1
  950. package/node_modules/tar-pack/node_modules/readable-stream/writable.js +0 -1
  951. package/node_modules/tar-pack/package.json +0 -109
  952. package/node_modules/tar-pack/test/fixtures/packed-file.txt +0 -1
  953. package/node_modules/tar-pack/test/fixtures/packed.tar.gz +0 -0
  954. package/node_modules/tar-pack/test/fixtures/to-pack/bar.txt +0 -1
  955. package/node_modules/tar-pack/test/fixtures/to-pack/foo.txt +0 -1
  956. package/node_modules/tar-pack/test/index.js +0 -109
  957. package/node_modules/tough-cookie/LICENSE +0 -27
  958. package/node_modules/tough-cookie/README.md +0 -506
  959. package/node_modules/tough-cookie/lib/cookie.js +0 -1336
  960. package/node_modules/tough-cookie/lib/memstore.js +0 -170
  961. package/node_modules/tough-cookie/lib/pathMatch.js +0 -61
  962. package/node_modules/tough-cookie/lib/permuteDomain.js +0 -56
  963. package/node_modules/tough-cookie/lib/pubsuffix.js +0 -98
  964. package/node_modules/tough-cookie/lib/store.js +0 -71
  965. package/node_modules/tough-cookie/package.json +0 -135
  966. package/node_modules/tunnel-agent/LICENSE +0 -55
  967. package/node_modules/tunnel-agent/README.md +0 -4
  968. package/node_modules/tunnel-agent/index.js +0 -243
  969. package/node_modules/tunnel-agent/package.json +0 -100
  970. package/node_modules/tweetnacl/.npmignore +0 -4
  971. package/node_modules/tweetnacl/AUTHORS.md +0 -28
  972. package/node_modules/tweetnacl/CHANGELOG.md +0 -221
  973. package/node_modules/tweetnacl/LICENSE +0 -24
  974. package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +0 -20
  975. package/node_modules/tweetnacl/README.md +0 -459
  976. package/node_modules/tweetnacl/nacl-fast.js +0 -2388
  977. package/node_modules/tweetnacl/nacl-fast.min.js +0 -2
  978. package/node_modules/tweetnacl/nacl.d.ts +0 -98
  979. package/node_modules/tweetnacl/nacl.js +0 -1175
  980. package/node_modules/tweetnacl/nacl.min.js +0 -1
  981. package/node_modules/tweetnacl/package.json +0 -121
  982. package/node_modules/uid-number/LICENSE +0 -15
  983. package/node_modules/uid-number/README.md +0 -17
  984. package/node_modules/uid-number/get-uid-gid.js +0 -24
  985. package/node_modules/uid-number/package.json +0 -82
  986. package/node_modules/uid-number/uid-number.js +0 -59
  987. package/node_modules/uuid/.npmignore +0 -8
  988. package/node_modules/uuid/.travis.yml +0 -5
  989. package/node_modules/uuid/AUTHORS +0 -5
  990. package/node_modules/uuid/HISTORY.md +0 -28
  991. package/node_modules/uuid/LICENSE.md +0 -21
  992. package/node_modules/uuid/README.md +0 -132
  993. package/node_modules/uuid/bin/uuid +0 -26
  994. package/node_modules/uuid/index.js +0 -8
  995. package/node_modules/uuid/lib/bytesToUuid.js +0 -23
  996. package/node_modules/uuid/lib/rng-browser.js +0 -33
  997. package/node_modules/uuid/lib/rng.js +0 -10
  998. package/node_modules/uuid/package.json +0 -122
  999. package/node_modules/uuid/test/mocha.opts +0 -3
  1000. package/node_modules/uuid/test/test.js +0 -96
  1001. package/node_modules/uuid/v1.js +0 -103
  1002. package/node_modules/uuid/v4.js +0 -29
  1003. package/node_modules/verror/.gitmodules +0 -0
  1004. package/node_modules/verror/.npmignore +0 -1
  1005. package/node_modules/verror/LICENSE +0 -19
  1006. package/node_modules/verror/Makefile +0 -35
  1007. package/node_modules/verror/Makefile.targ +0 -285
  1008. package/node_modules/verror/README.md +0 -120
  1009. package/node_modules/verror/examples/levels-verror.js +0 -36
  1010. package/node_modules/verror/examples/levels-werror.js +0 -34
  1011. package/node_modules/verror/examples/varargs.js +0 -6
  1012. package/node_modules/verror/examples/verror.js +0 -13
  1013. package/node_modules/verror/examples/werror.js +0 -14
  1014. package/node_modules/verror/jsl.node.conf +0 -139
  1015. package/node_modules/verror/lib/verror.js +0 -157
  1016. package/node_modules/verror/package.json +0 -78
  1017. package/node_modules/verror/tests/tst.inherit.js +0 -100
  1018. package/node_modules/verror/tests/tst.verror.js +0 -156
  1019. package/node_modules/verror/tests/tst.werror.js +0 -179
  1020. package/node_modules/wide-align/.npmignore +0 -5
  1021. package/node_modules/wide-align/test/align.js +0 -37
  1022. package/node_modules/xtend/.jshintrc +0 -30
  1023. package/node_modules/xtend/.npmignore +0 -1
  1024. package/node_modules/xtend/Makefile +0 -4
  1025. package/node_modules/xtend/README.md +0 -32
  1026. package/node_modules/xtend/immutable.js +0 -19
  1027. package/node_modules/xtend/mutable.js +0 -17
  1028. package/node_modules/xtend/package.json +0 -117
  1029. package/node_modules/xtend/test.js +0 -83
@@ -1,1098 +0,0 @@
1
-
2
- # Request - Simplified HTTP client
3
-
4
- [![npm package](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/)
5
-
6
- [![Build status](https://img.shields.io/travis/request/request/master.svg?style=flat-square)](https://travis-ci.org/request/request)
7
- [![Coverage](https://img.shields.io/codecov/c/github/request/request.svg?style=flat-square)](https://codecov.io/github/request/request?branch=master)
8
- [![Coverage](https://img.shields.io/coveralls/request/request.svg?style=flat-square)](https://coveralls.io/r/request/request)
9
- [![Dependency Status](https://img.shields.io/david/request/request.svg?style=flat-square)](https://david-dm.org/request/request)
10
- [![Known Vulnerabilities](https://snyk.io/test/npm/request/badge.svg?style=flat-square)](https://snyk.io/test/npm/request)
11
- [![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square)](https://gitter.im/request/request?utm_source=badge)
12
-
13
-
14
- ## Super simple to use
15
-
16
- Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.
17
-
18
- ```js
19
- var request = require('request');
20
- request('http://www.google.com', function (error, response, body) {
21
- if (!error && response.statusCode == 200) {
22
- console.log(body) // Show the HTML for the Google homepage.
23
- }
24
- })
25
- ```
26
-
27
-
28
- ## Table of contents
29
-
30
- - [Streaming](#streaming)
31
- - [Forms](#forms)
32
- - [HTTP Authentication](#http-authentication)
33
- - [Custom HTTP Headers](#custom-http-headers)
34
- - [OAuth Signing](#oauth-signing)
35
- - [Proxies](#proxies)
36
- - [Unix Domain Sockets](#unix-domain-sockets)
37
- - [TLS/SSL Protocol](#tlsssl-protocol)
38
- - [Support for HAR 1.2](#support-for-har-12)
39
- - [**All Available Options**](#requestoptions-callback)
40
-
41
- Request also offers [convenience methods](#convenience-methods) like
42
- `request.defaults` and `request.post`, and there are
43
- lots of [usage examples](#examples) and several
44
- [debugging techniques](#debugging).
45
-
46
-
47
- ---
48
-
49
-
50
- ## Streaming
51
-
52
- You can stream any response to a file stream.
53
-
54
- ```js
55
- request('http://google.com/doodle.png').pipe(fs.createWriteStream('doodle.png'))
56
- ```
57
-
58
- You can also stream a file to a PUT or POST request. This method will also check the file extension against a mapping of file extensions to content-types (in this case `application/json`) and use the proper `content-type` in the PUT request (if the headers don’t already provide one).
59
-
60
- ```js
61
- fs.createReadStream('file.json').pipe(request.put('http://mysite.com/obj.json'))
62
- ```
63
-
64
- Request can also `pipe` to itself. When doing so, `content-type` and `content-length` are preserved in the PUT headers.
65
-
66
- ```js
67
- request.get('http://google.com/img.png').pipe(request.put('http://mysite.com/img.png'))
68
- ```
69
-
70
- Request emits a "response" event when a response is received. The `response` argument will be an instance of [http.IncomingMessage](https://nodejs.org/api/http.html#http_class_http_incomingmessage).
71
-
72
- ```js
73
- request
74
- .get('http://google.com/img.png')
75
- .on('response', function(response) {
76
- console.log(response.statusCode) // 200
77
- console.log(response.headers['content-type']) // 'image/png'
78
- })
79
- .pipe(request.put('http://mysite.com/img.png'))
80
- ```
81
-
82
- To easily handle errors when streaming requests, listen to the `error` event before piping:
83
-
84
- ```js
85
- request
86
- .get('http://mysite.com/doodle.png')
87
- .on('error', function(err) {
88
- console.log(err)
89
- })
90
- .pipe(fs.createWriteStream('doodle.png'))
91
- ```
92
-
93
- Now let’s get fancy.
94
-
95
- ```js
96
- http.createServer(function (req, resp) {
97
- if (req.url === '/doodle.png') {
98
- if (req.method === 'PUT') {
99
- req.pipe(request.put('http://mysite.com/doodle.png'))
100
- } else if (req.method === 'GET' || req.method === 'HEAD') {
101
- request.get('http://mysite.com/doodle.png').pipe(resp)
102
- }
103
- }
104
- })
105
- ```
106
-
107
- You can also `pipe()` from `http.ServerRequest` instances, as well as to `http.ServerResponse` instances. The HTTP method, headers, and entity-body data will be sent. Which means that, if you don't really care about security, you can do:
108
-
109
- ```js
110
- http.createServer(function (req, resp) {
111
- if (req.url === '/doodle.png') {
112
- var x = request('http://mysite.com/doodle.png')
113
- req.pipe(x)
114
- x.pipe(resp)
115
- }
116
- })
117
- ```
118
-
119
- And since `pipe()` returns the destination stream in ≥ Node 0.5.x you can do one line proxying. :)
120
-
121
- ```js
122
- req.pipe(request('http://mysite.com/doodle.png')).pipe(resp)
123
- ```
124
-
125
- Also, none of this new functionality conflicts with requests previous features, it just expands them.
126
-
127
- ```js
128
- var r = request.defaults({'proxy':'http://localproxy.com'})
129
-
130
- http.createServer(function (req, resp) {
131
- if (req.url === '/doodle.png') {
132
- r.get('http://google.com/doodle.png').pipe(resp)
133
- }
134
- })
135
- ```
136
-
137
- You can still use intermediate proxies, the requests will still follow HTTP forwards, etc.
138
-
139
- [back to top](#table-of-contents)
140
-
141
-
142
- ---
143
-
144
-
145
- ## Forms
146
-
147
- `request` supports `application/x-www-form-urlencoded` and `multipart/form-data` form uploads. For `multipart/related` refer to the `multipart` API.
148
-
149
-
150
- #### application/x-www-form-urlencoded (URL-Encoded Forms)
151
-
152
- URL-encoded forms are simple.
153
-
154
- ```js
155
- request.post('http://service.com/upload', {form:{key:'value'}})
156
- // or
157
- request.post('http://service.com/upload').form({key:'value'})
158
- // or
159
- request.post({url:'http://service.com/upload', form: {key:'value'}}, function(err,httpResponse,body){ /* ... */ })
160
- ```
161
-
162
-
163
- #### multipart/form-data (Multipart Form Uploads)
164
-
165
- For `multipart/form-data` we use the [form-data](https://github.com/form-data/form-data) library by [@felixge](https://github.com/felixge). For the most cases, you can pass your upload form data via the `formData` option.
166
-
167
-
168
- ```js
169
- var formData = {
170
- // Pass a simple key-value pair
171
- my_field: 'my_value',
172
- // Pass data via Buffers
173
- my_buffer: new Buffer([1, 2, 3]),
174
- // Pass data via Streams
175
- my_file: fs.createReadStream(__dirname + '/unicycle.jpg'),
176
- // Pass multiple values /w an Array
177
- attachments: [
178
- fs.createReadStream(__dirname + '/attachment1.jpg'),
179
- fs.createReadStream(__dirname + '/attachment2.jpg')
180
- ],
181
- // Pass optional meta-data with an 'options' object with style: {value: DATA, options: OPTIONS}
182
- // Use case: for some types of streams, you'll need to provide "file"-related information manually.
183
- // See the `form-data` README for more information about options: https://github.com/form-data/form-data
184
- custom_file: {
185
- value: fs.createReadStream('/dev/urandom'),
186
- options: {
187
- filename: 'topsecret.jpg',
188
- contentType: 'image/jpg'
189
- }
190
- }
191
- };
192
- request.post({url:'http://service.com/upload', formData: formData}, function optionalCallback(err, httpResponse, body) {
193
- if (err) {
194
- return console.error('upload failed:', err);
195
- }
196
- console.log('Upload successful! Server responded with:', body);
197
- });
198
- ```
199
-
200
- For advanced cases, you can access the form-data object itself via `r.form()`. This can be modified until the request is fired on the next cycle of the event-loop. (Note that this calling `form()` will clear the currently set form data for that request.)
201
-
202
- ```js
203
- // NOTE: Advanced use-case, for normal use see 'formData' usage above
204
- var r = request.post('http://service.com/upload', function optionalCallback(err, httpResponse, body) {...})
205
- var form = r.form();
206
- form.append('my_field', 'my_value');
207
- form.append('my_buffer', new Buffer([1, 2, 3]));
208
- form.append('custom_file', fs.createReadStream(__dirname + '/unicycle.jpg'), {filename: 'unicycle.jpg'});
209
- ```
210
- See the [form-data README](https://github.com/form-data/form-data) for more information & examples.
211
-
212
-
213
- #### multipart/related
214
-
215
- Some variations in different HTTP implementations require a newline/CRLF before, after, or both before and after the boundary of a `multipart/related` request (using the multipart option). This has been observed in the .NET WebAPI version 4.0. You can turn on a boundary preambleCRLF or postamble by passing them as `true` to your request options.
216
-
217
- ```js
218
- request({
219
- method: 'PUT',
220
- preambleCRLF: true,
221
- postambleCRLF: true,
222
- uri: 'http://service.com/upload',
223
- multipart: [
224
- {
225
- 'content-type': 'application/json',
226
- body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})
227
- },
228
- { body: 'I am an attachment' },
229
- { body: fs.createReadStream('image.png') }
230
- ],
231
- // alternatively pass an object containing additional options
232
- multipart: {
233
- chunked: false,
234
- data: [
235
- {
236
- 'content-type': 'application/json',
237
- body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})
238
- },
239
- { body: 'I am an attachment' }
240
- ]
241
- }
242
- },
243
- function (error, response, body) {
244
- if (error) {
245
- return console.error('upload failed:', error);
246
- }
247
- console.log('Upload successful! Server responded with:', body);
248
- })
249
- ```
250
-
251
- [back to top](#table-of-contents)
252
-
253
-
254
- ---
255
-
256
-
257
- ## HTTP Authentication
258
-
259
- ```js
260
- request.get('http://some.server.com/').auth('username', 'password', false);
261
- // or
262
- request.get('http://some.server.com/', {
263
- 'auth': {
264
- 'user': 'username',
265
- 'pass': 'password',
266
- 'sendImmediately': false
267
- }
268
- });
269
- // or
270
- request.get('http://some.server.com/').auth(null, null, true, 'bearerToken');
271
- // or
272
- request.get('http://some.server.com/', {
273
- 'auth': {
274
- 'bearer': 'bearerToken'
275
- }
276
- });
277
- ```
278
-
279
- If passed as an option, `auth` should be a hash containing values:
280
-
281
- - `user` || `username`
282
- - `pass` || `password`
283
- - `sendImmediately` (optional)
284
- - `bearer` (optional)
285
-
286
- The method form takes parameters
287
- `auth(username, password, sendImmediately, bearer)`.
288
-
289
- `sendImmediately` defaults to `true`, which causes a basic or bearer
290
- authentication header to be sent. If `sendImmediately` is `false`, then
291
- `request` will retry with a proper authentication header after receiving a
292
- `401` response from the server (which must contain a `WWW-Authenticate` header
293
- indicating the required authentication method).
294
-
295
- Note that you can also specify basic authentication using the URL itself, as
296
- detailed in [RFC 1738](http://www.ietf.org/rfc/rfc1738.txt). Simply pass the
297
- `user:password` before the host with an `@` sign:
298
-
299
- ```js
300
- var username = 'username',
301
- password = 'password',
302
- url = 'http://' + username + ':' + password + '@some.server.com';
303
-
304
- request({url: url}, function (error, response, body) {
305
- // Do more stuff with 'body' here
306
- });
307
- ```
308
-
309
- Digest authentication is supported, but it only works with `sendImmediately`
310
- set to `false`; otherwise `request` will send basic authentication on the
311
- initial request, which will probably cause the request to fail.
312
-
313
- Bearer authentication is supported, and is activated when the `bearer` value is
314
- available. The value may be either a `String` or a `Function` returning a
315
- `String`. Using a function to supply the bearer token is particularly useful if
316
- used in conjunction with `defaults` to allow a single function to supply the
317
- last known token at the time of sending a request, or to compute one on the fly.
318
-
319
- [back to top](#table-of-contents)
320
-
321
-
322
- ---
323
-
324
-
325
- ## Custom HTTP Headers
326
-
327
- HTTP Headers, such as `User-Agent`, can be set in the `options` object.
328
- In the example below, we call the github API to find out the number
329
- of stars and forks for the request repository. This requires a
330
- custom `User-Agent` header as well as https.
331
-
332
- ```js
333
- var request = require('request');
334
-
335
- var options = {
336
- url: 'https://api.github.com/repos/request/request',
337
- headers: {
338
- 'User-Agent': 'request'
339
- }
340
- };
341
-
342
- function callback(error, response, body) {
343
- if (!error && response.statusCode == 200) {
344
- var info = JSON.parse(body);
345
- console.log(info.stargazers_count + " Stars");
346
- console.log(info.forks_count + " Forks");
347
- }
348
- }
349
-
350
- request(options, callback);
351
- ```
352
-
353
- [back to top](#table-of-contents)
354
-
355
-
356
- ---
357
-
358
-
359
- ## OAuth Signing
360
-
361
- [OAuth version 1.0](https://tools.ietf.org/html/rfc5849) is supported. The
362
- default signing algorithm is
363
- [HMAC-SHA1](https://tools.ietf.org/html/rfc5849#section-3.4.2):
364
-
365
- ```js
366
- // OAuth1.0 - 3-legged server side flow (Twitter example)
367
- // step 1
368
- var qs = require('querystring')
369
- , oauth =
370
- { callback: 'http://mysite.com/callback/'
371
- , consumer_key: CONSUMER_KEY
372
- , consumer_secret: CONSUMER_SECRET
373
- }
374
- , url = 'https://api.twitter.com/oauth/request_token'
375
- ;
376
- request.post({url:url, oauth:oauth}, function (e, r, body) {
377
- // Ideally, you would take the body in the response
378
- // and construct a URL that a user clicks on (like a sign in button).
379
- // The verifier is only available in the response after a user has
380
- // verified with twitter that they are authorizing your app.
381
-
382
- // step 2
383
- var req_data = qs.parse(body)
384
- var uri = 'https://api.twitter.com/oauth/authenticate'
385
- + '?' + qs.stringify({oauth_token: req_data.oauth_token})
386
- // redirect the user to the authorize uri
387
-
388
- // step 3
389
- // after the user is redirected back to your server
390
- var auth_data = qs.parse(body)
391
- , oauth =
392
- { consumer_key: CONSUMER_KEY
393
- , consumer_secret: CONSUMER_SECRET
394
- , token: auth_data.oauth_token
395
- , token_secret: req_data.oauth_token_secret
396
- , verifier: auth_data.oauth_verifier
397
- }
398
- , url = 'https://api.twitter.com/oauth/access_token'
399
- ;
400
- request.post({url:url, oauth:oauth}, function (e, r, body) {
401
- // ready to make signed requests on behalf of the user
402
- var perm_data = qs.parse(body)
403
- , oauth =
404
- { consumer_key: CONSUMER_KEY
405
- , consumer_secret: CONSUMER_SECRET
406
- , token: perm_data.oauth_token
407
- , token_secret: perm_data.oauth_token_secret
408
- }
409
- , url = 'https://api.twitter.com/1.1/users/show.json'
410
- , qs =
411
- { screen_name: perm_data.screen_name
412
- , user_id: perm_data.user_id
413
- }
414
- ;
415
- request.get({url:url, oauth:oauth, qs:qs, json:true}, function (e, r, user) {
416
- console.log(user)
417
- })
418
- })
419
- })
420
- ```
421
-
422
- For [RSA-SHA1 signing](https://tools.ietf.org/html/rfc5849#section-3.4.3), make
423
- the following changes to the OAuth options object:
424
- * Pass `signature_method : 'RSA-SHA1'`
425
- * Instead of `consumer_secret`, specify a `private_key` string in
426
- [PEM format](http://how2ssl.com/articles/working_with_pem_files/)
427
-
428
- For [PLAINTEXT signing](http://oauth.net/core/1.0/#anchor22), make
429
- the following changes to the OAuth options object:
430
- * Pass `signature_method : 'PLAINTEXT'`
431
-
432
- To send OAuth parameters via query params or in a post body as described in The
433
- [Consumer Request Parameters](http://oauth.net/core/1.0/#consumer_req_param)
434
- section of the oauth1 spec:
435
- * Pass `transport_method : 'query'` or `transport_method : 'body'` in the OAuth
436
- options object.
437
- * `transport_method` defaults to `'header'`
438
-
439
- To use [Request Body Hash](https://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-bodyhash.html) you can either
440
- * Manually generate the body hash and pass it as a string `body_hash: '...'`
441
- * Automatically generate the body hash by passing `body_hash: true`
442
-
443
- [back to top](#table-of-contents)
444
-
445
-
446
- ---
447
-
448
-
449
- ## Proxies
450
-
451
- If you specify a `proxy` option, then the request (and any subsequent
452
- redirects) will be sent via a connection to the proxy server.
453
-
454
- If your endpoint is an `https` url, and you are using a proxy, then
455
- request will send a `CONNECT` request to the proxy server *first*, and
456
- then use the supplied connection to connect to the endpoint.
457
-
458
- That is, first it will make a request like:
459
-
460
- ```
461
- HTTP/1.1 CONNECT endpoint-server.com:80
462
- Host: proxy-server.com
463
- User-Agent: whatever user agent you specify
464
- ```
465
-
466
- and then the proxy server make a TCP connection to `endpoint-server`
467
- on port `80`, and return a response that looks like:
468
-
469
- ```
470
- HTTP/1.1 200 OK
471
- ```
472
-
473
- At this point, the connection is left open, and the client is
474
- communicating directly with the `endpoint-server.com` machine.
475
-
476
- See [the wikipedia page on HTTP Tunneling](https://en.wikipedia.org/wiki/HTTP_tunnel)
477
- for more information.
478
-
479
- By default, when proxying `http` traffic, request will simply make a
480
- standard proxied `http` request. This is done by making the `url`
481
- section of the initial line of the request a fully qualified url to
482
- the endpoint.
483
-
484
- For example, it will make a single request that looks like:
485
-
486
- ```
487
- HTTP/1.1 GET http://endpoint-server.com/some-url
488
- Host: proxy-server.com
489
- Other-Headers: all go here
490
-
491
- request body or whatever
492
- ```
493
-
494
- Because a pure "http over http" tunnel offers no additional security
495
- or other features, it is generally simpler to go with a
496
- straightforward HTTP proxy in this case. However, if you would like
497
- to force a tunneling proxy, you may set the `tunnel` option to `true`.
498
-
499
- You can also make a standard proxied `http` request by explicitly setting
500
- `tunnel : false`, but **note that this will allow the proxy to see the traffic
501
- to/from the destination server**.
502
-
503
- If you are using a tunneling proxy, you may set the
504
- `proxyHeaderWhiteList` to share certain headers with the proxy.
505
-
506
- You can also set the `proxyHeaderExclusiveList` to share certain
507
- headers only with the proxy and not with destination host.
508
-
509
- By default, this set is:
510
-
511
- ```
512
- accept
513
- accept-charset
514
- accept-encoding
515
- accept-language
516
- accept-ranges
517
- cache-control
518
- content-encoding
519
- content-language
520
- content-length
521
- content-location
522
- content-md5
523
- content-range
524
- content-type
525
- connection
526
- date
527
- expect
528
- max-forwards
529
- pragma
530
- proxy-authorization
531
- referer
532
- te
533
- transfer-encoding
534
- user-agent
535
- via
536
- ```
537
-
538
- Note that, when using a tunneling proxy, the `proxy-authorization`
539
- header and any headers from custom `proxyHeaderExclusiveList` are
540
- *never* sent to the endpoint server, but only to the proxy server.
541
-
542
-
543
- ### Controlling proxy behaviour using environment variables
544
-
545
- The following environment variables are respected by `request`:
546
-
547
- * `HTTP_PROXY` / `http_proxy`
548
- * `HTTPS_PROXY` / `https_proxy`
549
- * `NO_PROXY` / `no_proxy`
550
-
551
- When `HTTP_PROXY` / `http_proxy` are set, they will be used to proxy non-SSL requests that do not have an explicit `proxy` configuration option present. Similarly, `HTTPS_PROXY` / `https_proxy` will be respected for SSL requests that do not have an explicit `proxy` configuration option. It is valid to define a proxy in one of the environment variables, but then override it for a specific request, using the `proxy` configuration option. Furthermore, the `proxy` configuration option can be explicitly set to false / null to opt out of proxying altogether for that request.
552
-
553
- `request` is also aware of the `NO_PROXY`/`no_proxy` environment variables. These variables provide a granular way to opt out of proxying, on a per-host basis. It should contain a comma separated list of hosts to opt out of proxying. It is also possible to opt of proxying when a particular destination port is used. Finally, the variable may be set to `*` to opt out of the implicit proxy configuration of the other environment variables.
554
-
555
- Here's some examples of valid `no_proxy` values:
556
-
557
- * `google.com` - don't proxy HTTP/HTTPS requests to Google.
558
- * `google.com:443` - don't proxy HTTPS requests to Google, but *do* proxy HTTP requests to Google.
559
- * `google.com:443, yahoo.com:80` - don't proxy HTTPS requests to Google, and don't proxy HTTP requests to Yahoo!
560
- * `*` - ignore `https_proxy`/`http_proxy` environment variables altogether.
561
-
562
- [back to top](#table-of-contents)
563
-
564
-
565
- ---
566
-
567
-
568
- ## UNIX Domain Sockets
569
-
570
- `request` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme:
571
-
572
- ```js
573
- /* Pattern */ 'http://unix:SOCKET:PATH'
574
- /* Example */ request.get('http://unix:/absolute/path/to/unix.socket:/request/path')
575
- ```
576
-
577
- Note: The `SOCKET` path is assumed to be absolute to the root of the host file system.
578
-
579
- [back to top](#table-of-contents)
580
-
581
-
582
- ---
583
-
584
-
585
- ## TLS/SSL Protocol
586
-
587
- TLS/SSL Protocol options, such as `cert`, `key` and `passphrase`, can be
588
- set directly in `options` object, in the `agentOptions` property of the `options` object, or even in `https.globalAgent.options`. Keep in mind that, although `agentOptions` allows for a slightly wider range of configurations, the recommended way is via `options` object directly, as using `agentOptions` or `https.globalAgent.options` would not be applied in the same way in proxied environments (as data travels through a TLS connection instead of an http/https agent).
589
-
590
- ```js
591
- var fs = require('fs')
592
- , path = require('path')
593
- , certFile = path.resolve(__dirname, 'ssl/client.crt')
594
- , keyFile = path.resolve(__dirname, 'ssl/client.key')
595
- , caFile = path.resolve(__dirname, 'ssl/ca.cert.pem')
596
- , request = require('request');
597
-
598
- var options = {
599
- url: 'https://api.some-server.com/',
600
- cert: fs.readFileSync(certFile),
601
- key: fs.readFileSync(keyFile),
602
- passphrase: 'password',
603
- ca: fs.readFileSync(caFile)
604
- };
605
-
606
- request.get(options);
607
- ```
608
-
609
- ### Using `options.agentOptions`
610
-
611
- In the example below, we call an API requires client side SSL certificate
612
- (in PEM format) with passphrase protected private key (in PEM format) and disable the SSLv3 protocol:
613
-
614
- ```js
615
- var fs = require('fs')
616
- , path = require('path')
617
- , certFile = path.resolve(__dirname, 'ssl/client.crt')
618
- , keyFile = path.resolve(__dirname, 'ssl/client.key')
619
- , request = require('request');
620
-
621
- var options = {
622
- url: 'https://api.some-server.com/',
623
- agentOptions: {
624
- cert: fs.readFileSync(certFile),
625
- key: fs.readFileSync(keyFile),
626
- // Or use `pfx` property replacing `cert` and `key` when using private key, certificate and CA certs in PFX or PKCS12 format:
627
- // pfx: fs.readFileSync(pfxFilePath),
628
- passphrase: 'password',
629
- securityOptions: 'SSL_OP_NO_SSLv3'
630
- }
631
- };
632
-
633
- request.get(options);
634
- ```
635
-
636
- It is able to force using SSLv3 only by specifying `secureProtocol`:
637
-
638
- ```js
639
- request.get({
640
- url: 'https://api.some-server.com/',
641
- agentOptions: {
642
- secureProtocol: 'SSLv3_method'
643
- }
644
- });
645
- ```
646
-
647
- It is possible to accept other certificates than those signed by generally allowed Certificate Authorities (CAs).
648
- This can be useful, for example, when using self-signed certificates.
649
- To require a different root certificate, you can specify the signing CA by adding the contents of the CA's certificate file to the `agentOptions`.
650
- The certificate the domain presents must be signed by the root certificate specified:
651
-
652
- ```js
653
- request.get({
654
- url: 'https://api.some-server.com/',
655
- agentOptions: {
656
- ca: fs.readFileSync('ca.cert.pem')
657
- }
658
- });
659
- ```
660
-
661
- [back to top](#table-of-contents)
662
-
663
-
664
- ---
665
-
666
- ## Support for HAR 1.2
667
-
668
- The `options.har` property will override the values: `url`, `method`, `qs`, `headers`, `form`, `formData`, `body`, `json`, as well as construct multipart data and read files from disk when `request.postData.params[].fileName` is present without a matching `value`.
669
-
670
- a validation step will check if the HAR Request format matches the latest spec (v1.2) and will skip parsing if not matching.
671
-
672
- ```js
673
- var request = require('request')
674
- request({
675
- // will be ignored
676
- method: 'GET',
677
- uri: 'http://www.google.com',
678
-
679
- // HTTP Archive Request Object
680
- har: {
681
- url: 'http://www.mockbin.com/har',
682
- method: 'POST',
683
- headers: [
684
- {
685
- name: 'content-type',
686
- value: 'application/x-www-form-urlencoded'
687
- }
688
- ],
689
- postData: {
690
- mimeType: 'application/x-www-form-urlencoded',
691
- params: [
692
- {
693
- name: 'foo',
694
- value: 'bar'
695
- },
696
- {
697
- name: 'hello',
698
- value: 'world'
699
- }
700
- ]
701
- }
702
- }
703
- })
704
-
705
- // a POST request will be sent to http://www.mockbin.com
706
- // with body an application/x-www-form-urlencoded body:
707
- // foo=bar&hello=world
708
- ```
709
-
710
- [back to top](#table-of-contents)
711
-
712
-
713
- ---
714
-
715
- ## request(options, callback)
716
-
717
- The first argument can be either a `url` or an `options` object. The only required option is `uri`; all others are optional.
718
-
719
- - `uri` || `url` - fully qualified uri or a parsed url object from `url.parse()`
720
- - `baseUrl` - fully qualified uri string used as the base url. Most useful with `request.defaults`, for example when you want to do many requests to the same domain. If `baseUrl` is `https://example.com/api/`, then requesting `/end/point?test=true` will fetch `https://example.com/api/end/point?test=true`. When `baseUrl` is given, `uri` must also be a string.
721
- - `method` - http method (default: `"GET"`)
722
- - `headers` - http headers (default: `{}`)
723
-
724
- ---
725
-
726
- - `qs` - object containing querystring values to be appended to the `uri`
727
- - `qsParseOptions` - object containing options to pass to the [qs.parse](https://github.com/hapijs/qs#parsing-objects) method. Alternatively pass options to the [querystring.parse](https://nodejs.org/docs/v0.12.0/api/querystring.html#querystring_querystring_parse_str_sep_eq_options) method using this format `{sep:';', eq:':', options:{}}`
728
- - `qsStringifyOptions` - object containing options to pass to the [qs.stringify](https://github.com/hapijs/qs#stringifying) method. Alternatively pass options to the [querystring.stringify](https://nodejs.org/docs/v0.12.0/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options) method using this format `{sep:';', eq:':', options:{}}`. For example, to change the way arrays are converted to query strings using the `qs` module pass the `arrayFormat` option with one of `indices|brackets|repeat`
729
- - `useQuerystring` - If true, use `querystring` to stringify and parse
730
- querystrings, otherwise use `qs` (default: `false`). Set this option to
731
- `true` if you need arrays to be serialized as `foo=bar&foo=baz` instead of the
732
- default `foo[0]=bar&foo[1]=baz`.
733
-
734
- ---
735
-
736
- - `body` - entity body for PATCH, POST and PUT requests. Must be a `Buffer`, `String` or `ReadStream`. If `json` is `true`, then `body` must be a JSON-serializable object.
737
- - `form` - when passed an object or a querystring, this sets `body` to a querystring representation of value, and adds `Content-type: application/x-www-form-urlencoded` header. When passed no options, a `FormData` instance is returned (and is piped to request). See "Forms" section above.
738
- - `formData` - Data to pass for a `multipart/form-data` request. See
739
- [Forms](#forms) section above.
740
- - `multipart` - array of objects which contain their own headers and `body`
741
- attributes. Sends a `multipart/related` request. See [Forms](#forms) section
742
- above.
743
- - Alternatively you can pass in an object `{chunked: false, data: []}` where
744
- `chunked` is used to specify whether the request is sent in
745
- [chunked transfer encoding](https://en.wikipedia.org/wiki/Chunked_transfer_encoding)
746
- In non-chunked requests, data items with body streams are not allowed.
747
- - `preambleCRLF` - append a newline/CRLF before the boundary of your `multipart/form-data` request.
748
- - `postambleCRLF` - append a newline/CRLF at the end of the boundary of your `multipart/form-data` request.
749
- - `json` - sets `body` to JSON representation of value and adds `Content-type: application/json` header. Additionally, parses the response body as JSON.
750
- - `jsonReviver` - a [reviver function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) that will be passed to `JSON.parse()` when parsing a JSON response body.
751
- - `jsonReplacer` - a [replacer function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) that will be passed to `JSON.stringify()` when stringifying a JSON request body.
752
-
753
- ---
754
-
755
- - `auth` - A hash containing values `user` || `username`, `pass` || `password`, and `sendImmediately` (optional). See documentation above.
756
- - `oauth` - Options for OAuth HMAC-SHA1 signing. See documentation above.
757
- - `hawk` - Options for [Hawk signing](https://github.com/hueniverse/hawk). The `credentials` key must contain the necessary signing info, [see hawk docs for details](https://github.com/hueniverse/hawk#usage-example).
758
- - `aws` - `object` containing AWS signing information. Should have the properties `key`, `secret`, and optionally `session` (note that this only works for services that require session as part of the canonical string). Also requires the property `bucket`, unless you’re specifying your `bucket` as part of the path, or the request doesn’t use a bucket (i.e. GET Services). If you want to use AWS sign version 4 use the parameter `sign_version` with value `4` otherwise the default is version 2. **Note:** you need to `npm install aws4` first.
759
- - `httpSignature` - Options for the [HTTP Signature Scheme](https://github.com/joyent/node-http-signature/blob/master/http_signing.md) using [Joyent's library](https://github.com/joyent/node-http-signature). The `keyId` and `key` properties must be specified. See the docs for other options.
760
-
761
- ---
762
-
763
- - `followRedirect` - follow HTTP 3xx responses as redirects (default: `true`). This property can also be implemented as function which gets `response` object as a single argument and should return `true` if redirects should continue or `false` otherwise.
764
- - `followAllRedirects` - follow non-GET HTTP 3xx responses as redirects (default: `false`)
765
- - `followOriginalHttpMethod` - by default we redirect to HTTP method GET. you can enable this property to redirect to the original HTTP method (default: `false`)
766
- - `maxRedirects` - the maximum number of redirects to follow (default: `10`)
767
- - `removeRefererHeader` - removes the referer header when a redirect happens (default: `false`). **Note:** if true, referer header set in the initial request is preserved during redirect chain.
768
-
769
- ---
770
-
771
- - `encoding` - Encoding to be used on `setEncoding` of response data. If `null`, the `body` is returned as a `Buffer`. Anything else **(including the default value of `undefined`)** will be passed as the [encoding](http://nodejs.org/api/buffer.html#buffer_buffer) parameter to `toString()` (meaning this is effectively `utf8` by default). (**Note:** if you expect binary data, you should set `encoding: null`.)
772
- - `gzip` - If `true`, add an `Accept-Encoding` header to request compressed content encodings from the server (if not already present) and decode supported content encodings in the response. **Note:** Automatic decoding of the response content is performed on the body data returned through `request` (both through the `request` stream and passed to the callback function) but is not performed on the `response` stream (available from the `response` event) which is the unmodified `http.IncomingMessage` object which may contain compressed data. See example below.
773
- - `jar` - If `true`, remember cookies for future use (or define your custom cookie jar; see examples section)
774
-
775
- ---
776
-
777
- - `agent` - `http(s).Agent` instance to use
778
- - `agentClass` - alternatively specify your agent's class name
779
- - `agentOptions` - and pass its options. **Note:** for HTTPS see [tls API doc for TLS/SSL options](http://nodejs.org/api/tls.html#tls_tls_connect_options_callback) and the [documentation above](#using-optionsagentoptions).
780
- - `forever` - set to `true` to use the [forever-agent](https://github.com/request/forever-agent) **Note:** Defaults to `http(s).Agent({keepAlive:true})` in node 0.12+
781
- - `pool` - An object describing which agents to use for the request. If this option is omitted the request will use the global agent (as long as your options allow for it). Otherwise, request will search the pool for your custom agent. If no custom agent is found, a new agent will be created and added to the pool. **Note:** `pool` is used only when the `agent` option is not specified.
782
- - A `maxSockets` property can also be provided on the `pool` object to set the max number of sockets for all agents created (ex: `pool: {maxSockets: Infinity}`).
783
- - Note that if you are sending multiple requests in a loop and creating
784
- multiple new `pool` objects, `maxSockets` will not work as intended. To
785
- work around this, either use [`request.defaults`](#requestdefaultsoptions)
786
- with your pool options or create the pool object with the `maxSockets`
787
- property outside of the loop.
788
- - `timeout` - Integer containing the number of milliseconds to wait for a
789
- server to send response headers (and start the response body) before aborting
790
- the request. Note that if the underlying TCP connection cannot be established,
791
- the OS-wide TCP connection timeout will overrule the `timeout` option ([the
792
- default in Linux can be anywhere from 20-120 seconds][linux-timeout]).
793
-
794
- [linux-timeout]: http://www.sekuda.com/overriding_the_default_linux_kernel_20_second_tcp_socket_connect_timeout
795
-
796
- ---
797
-
798
- - `localAddress` - Local interface to bind for network connections.
799
- - `proxy` - An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for the `url` parameter (by embedding the auth info in the `uri`)
800
- - `strictSSL` - If `true`, requires SSL certificates be valid. **Note:** to use your own certificate authority, you need to specify an agent that was created with that CA as an option.
801
- - `tunnel` - controls the behavior of
802
- [HTTP `CONNECT` tunneling](https://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_tunneling)
803
- as follows:
804
- - `undefined` (default) - `true` if the destination is `https`, `false` otherwise
805
- - `true` - always tunnel to the destination by making a `CONNECT` request to
806
- the proxy
807
- - `false` - request the destination as a `GET` request.
808
- - `proxyHeaderWhiteList` - A whitelist of headers to send to a
809
- tunneling proxy.
810
- - `proxyHeaderExclusiveList` - A whitelist of headers to send
811
- exclusively to a tunneling proxy and not to destination.
812
-
813
- ---
814
-
815
- - `time` - If `true`, the request-response cycle (including all redirects) is timed at millisecond resolution, and the result provided on the response's `elapsedTime` property. The `responseStartTime` property is also available to indicate the timestamp when the response begins.
816
- - `har` - A [HAR 1.2 Request Object](http://www.softwareishard.com/blog/har-12-spec/#request), will be processed from HAR format into options overwriting matching values *(see the [HAR 1.2 section](#support-for-har-1.2) for details)*
817
- - `callback` - alternatively pass the request's callback in the options object
818
-
819
- The callback argument gets 3 arguments:
820
-
821
- 1. An `error` when applicable (usually from [`http.ClientRequest`](http://nodejs.org/api/http.html#http_class_http_clientrequest) object)
822
- 2. An [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) object
823
- 3. The third is the `response` body (`String` or `Buffer`, or JSON object if the `json` option is supplied)
824
-
825
- [back to top](#table-of-contents)
826
-
827
-
828
- ---
829
-
830
- ## Convenience methods
831
-
832
- There are also shorthand methods for different HTTP METHODs and some other conveniences.
833
-
834
-
835
- ### request.defaults(options)
836
-
837
- This method **returns a wrapper** around the normal request API that defaults
838
- to whatever options you pass to it.
839
-
840
- **Note:** `request.defaults()` **does not** modify the global request API;
841
- instead, it **returns a wrapper** that has your default settings applied to it.
842
-
843
- **Note:** You can call `.defaults()` on the wrapper that is returned from
844
- `request.defaults` to add/override defaults that were previously defaulted.
845
-
846
- For example:
847
- ```js
848
- //requests using baseRequest() will set the 'x-token' header
849
- var baseRequest = request.defaults({
850
- headers: {'x-token': 'my-token'}
851
- })
852
-
853
- //requests using specialRequest() will include the 'x-token' header set in
854
- //baseRequest and will also include the 'special' header
855
- var specialRequest = baseRequest.defaults({
856
- headers: {special: 'special value'}
857
- })
858
- ```
859
-
860
- ### request.put
861
-
862
- Same as `request()`, but defaults to `method: "PUT"`.
863
-
864
- ```js
865
- request.put(url)
866
- ```
867
-
868
- ### request.patch
869
-
870
- Same as `request()`, but defaults to `method: "PATCH"`.
871
-
872
- ```js
873
- request.patch(url)
874
- ```
875
-
876
- ### request.post
877
-
878
- Same as `request()`, but defaults to `method: "POST"`.
879
-
880
- ```js
881
- request.post(url)
882
- ```
883
-
884
- ### request.head
885
-
886
- Same as `request()`, but defaults to `method: "HEAD"`.
887
-
888
- ```js
889
- request.head(url)
890
- ```
891
-
892
- ### request.del / request.delete
893
-
894
- Same as `request()`, but defaults to `method: "DELETE"`.
895
-
896
- ```js
897
- request.del(url)
898
- request.delete(url)
899
- ```
900
-
901
- ### request.get
902
-
903
- Same as `request()` (for uniformity).
904
-
905
- ```js
906
- request.get(url)
907
- ```
908
- ### request.cookie
909
-
910
- Function that creates a new cookie.
911
-
912
- ```js
913
- request.cookie('key1=value1')
914
- ```
915
- ### request.jar()
916
-
917
- Function that creates a new cookie jar.
918
-
919
- ```js
920
- request.jar()
921
- ```
922
-
923
- [back to top](#table-of-contents)
924
-
925
-
926
- ---
927
-
928
-
929
- ## Debugging
930
-
931
- There are at least three ways to debug the operation of `request`:
932
-
933
- 1. Launch the node process like `NODE_DEBUG=request node script.js`
934
- (`lib,request,otherlib` works too).
935
-
936
- 2. Set `require('request').debug = true` at any time (this does the same thing
937
- as #1).
938
-
939
- 3. Use the [request-debug module](https://github.com/request/request-debug) to
940
- view request and response headers and bodies.
941
-
942
- [back to top](#table-of-contents)
943
-
944
-
945
- ---
946
-
947
- ## Timeouts
948
-
949
- Most requests to external servers should have a timeout attached, in case the
950
- server is not responding in a timely manner. Without a timeout, your code may
951
- have a socket open/consume resources for minutes or more.
952
-
953
- There are two main types of timeouts: **connection timeouts** and **read
954
- timeouts**. A connect timeout occurs if the timeout is hit while your client is
955
- attempting to establish a connection to a remote machine (corresponding to the
956
- [connect() call][connect] on the socket). A read timeout occurs any time the
957
- server is too slow to send back a part of the response.
958
-
959
- These two situations have widely different implications for what went wrong
960
- with the request, so it's useful to be able to distinguish them. You can detect
961
- timeout errors by checking `err.code` for an 'ETIMEDOUT' value. Further, you
962
- can detect whether the timeout was a connection timeout by checking if the
963
- `err.connect` property is set to `true`.
964
-
965
- ```js
966
- request.get('http://10.255.255.1', {timeout: 1500}, function(err) {
967
- console.log(err.code === 'ETIMEDOUT');
968
- // Set to `true` if the timeout was a connection timeout, `false` or
969
- // `undefined` otherwise.
970
- console.log(err.connect === true);
971
- process.exit(0);
972
- });
973
- ```
974
-
975
- [connect]: http://linux.die.net/man/2/connect
976
-
977
- ## Examples:
978
-
979
- ```js
980
- var request = require('request')
981
- , rand = Math.floor(Math.random()*100000000).toString()
982
- ;
983
- request(
984
- { method: 'PUT'
985
- , uri: 'http://mikeal.iriscouch.com/testjs/' + rand
986
- , multipart:
987
- [ { 'content-type': 'application/json'
988
- , body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})
989
- }
990
- , { body: 'I am an attachment' }
991
- ]
992
- }
993
- , function (error, response, body) {
994
- if(response.statusCode == 201){
995
- console.log('document saved as: http://mikeal.iriscouch.com/testjs/'+ rand)
996
- } else {
997
- console.log('error: '+ response.statusCode)
998
- console.log(body)
999
- }
1000
- }
1001
- )
1002
- ```
1003
-
1004
- For backwards-compatibility, response compression is not supported by default.
1005
- To accept gzip-compressed responses, set the `gzip` option to `true`. Note
1006
- that the body data passed through `request` is automatically decompressed
1007
- while the response object is unmodified and will contain compressed data if
1008
- the server sent a compressed response.
1009
-
1010
- ```js
1011
- var request = require('request')
1012
- request(
1013
- { method: 'GET'
1014
- , uri: 'http://www.google.com'
1015
- , gzip: true
1016
- }
1017
- , function (error, response, body) {
1018
- // body is the decompressed response body
1019
- console.log('server encoded the data as: ' + (response.headers['content-encoding'] || 'identity'))
1020
- console.log('the decoded data is: ' + body)
1021
- }
1022
- ).on('data', function(data) {
1023
- // decompressed data as it is received
1024
- console.log('decoded chunk: ' + data)
1025
- })
1026
- .on('response', function(response) {
1027
- // unmodified http.IncomingMessage object
1028
- response.on('data', function(data) {
1029
- // compressed data as it is received
1030
- console.log('received ' + data.length + ' bytes of compressed data')
1031
- })
1032
- })
1033
- ```
1034
-
1035
- Cookies are disabled by default (else, they would be used in subsequent requests). To enable cookies, set `jar` to `true` (either in `defaults` or `options`).
1036
-
1037
- ```js
1038
- var request = request.defaults({jar: true})
1039
- request('http://www.google.com', function () {
1040
- request('http://images.google.com')
1041
- })
1042
- ```
1043
-
1044
- To use a custom cookie jar (instead of `request`’s global cookie jar), set `jar` to an instance of `request.jar()` (either in `defaults` or `options`)
1045
-
1046
- ```js
1047
- var j = request.jar()
1048
- var request = request.defaults({jar:j})
1049
- request('http://www.google.com', function () {
1050
- request('http://images.google.com')
1051
- })
1052
- ```
1053
-
1054
- OR
1055
-
1056
- ```js
1057
- var j = request.jar();
1058
- var cookie = request.cookie('key1=value1');
1059
- var url = 'http://www.google.com';
1060
- j.setCookie(cookie, url);
1061
- request({url: url, jar: j}, function () {
1062
- request('http://images.google.com')
1063
- })
1064
- ```
1065
-
1066
- To use a custom cookie store (such as a
1067
- [`FileCookieStore`](https://github.com/mitsuru/tough-cookie-filestore)
1068
- which supports saving to and restoring from JSON files), pass it as a parameter
1069
- to `request.jar()`:
1070
-
1071
- ```js
1072
- var FileCookieStore = require('tough-cookie-filestore');
1073
- // NOTE - currently the 'cookies.json' file must already exist!
1074
- var j = request.jar(new FileCookieStore('cookies.json'));
1075
- request = request.defaults({ jar : j })
1076
- request('http://www.google.com', function() {
1077
- request('http://images.google.com')
1078
- })
1079
- ```
1080
-
1081
- The cookie store must be a
1082
- [`tough-cookie`](https://github.com/SalesforceEng/tough-cookie)
1083
- store and it must support synchronous operations; see the
1084
- [`CookieStore` API docs](https://github.com/SalesforceEng/tough-cookie#cookiestore-api)
1085
- for details.
1086
-
1087
- To inspect your cookie jar after a request:
1088
-
1089
- ```js
1090
- var j = request.jar()
1091
- request({url: 'http://www.google.com', jar: j}, function () {
1092
- var cookie_string = j.getCookieString(url); // "key1=value1; key2=value2; ..."
1093
- var cookies = j.getCookies(url);
1094
- // [{key: 'key1', value: 'value1', domain: "www.google.com", ...}, ...]
1095
- })
1096
- ```
1097
-
1098
- [back to top](#table-of-contents)