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,1336 +0,0 @@
1
- /*!
2
- * Copyright (c) 2015, Salesforce.com, Inc.
3
- * All rights reserved.
4
- *
5
- * Redistribution and use in source and binary forms, with or without
6
- * modification, are permitted provided that the following conditions are met:
7
- *
8
- * 1. Redistributions of source code must retain the above copyright notice,
9
- * this list of conditions and the following disclaimer.
10
- *
11
- * 2. Redistributions in binary form must reproduce the above copyright notice,
12
- * this list of conditions and the following disclaimer in the documentation
13
- * and/or other materials provided with the distribution.
14
- *
15
- * 3. Neither the name of Salesforce.com nor the names of its contributors may
16
- * be used to endorse or promote products derived from this software without
17
- * specific prior written permission.
18
- *
19
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
- * POSSIBILITY OF SUCH DAMAGE.
30
- */
31
- 'use strict';
32
- var net = require('net');
33
- var urlParse = require('url').parse;
34
- var pubsuffix = require('./pubsuffix');
35
- var Store = require('./store').Store;
36
- var MemoryCookieStore = require('./memstore').MemoryCookieStore;
37
- var pathMatch = require('./pathMatch').pathMatch;
38
- var VERSION = require('../package.json').version;
39
-
40
- var punycode;
41
- try {
42
- punycode = require('punycode');
43
- } catch(e) {
44
- console.warn("cookie: can't load punycode; won't use punycode for domain normalization");
45
- }
46
-
47
- var DATE_DELIM = /[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/;
48
-
49
- // From RFC6265 S4.1.1
50
- // note that it excludes \x3B ";"
51
- var COOKIE_OCTET = /[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]/;
52
- var COOKIE_OCTETS = new RegExp('^'+COOKIE_OCTET.source+'+$');
53
-
54
- var CONTROL_CHARS = /[\x00-\x1F]/;
55
-
56
- // Double quotes are part of the value (see: S4.1.1).
57
- // '\r', '\n' and '\0' should be treated as a terminator in the "relaxed" mode
58
- // (see: https://github.com/ChromiumWebApps/chromium/blob/b3d3b4da8bb94c1b2e061600df106d590fda3620/net/cookies/parsed_cookie.cc#L60)
59
- // '=' and ';' are attribute/values separators
60
- // (see: https://github.com/ChromiumWebApps/chromium/blob/b3d3b4da8bb94c1b2e061600df106d590fda3620/net/cookies/parsed_cookie.cc#L64)
61
- var COOKIE_PAIR = /^(([^=;]+))\s*=\s*([^\n\r\0]*)/;
62
-
63
- // Used to parse non-RFC-compliant cookies like '=abc' when given the `loose`
64
- // option in Cookie.parse:
65
- var LOOSE_COOKIE_PAIR = /^((?:=)?([^=;]*)\s*=\s*)?([^\n\r\0]*)/;
66
-
67
- // RFC6265 S4.1.1 defines path value as 'any CHAR except CTLs or ";"'
68
- // Note ';' is \x3B
69
- var PATH_VALUE = /[\x20-\x3A\x3C-\x7E]+/;
70
-
71
- var DAY_OF_MONTH = /^(\d{1,2})[^\d]*$/;
72
- var TIME = /^(\d{1,2})[^\d]*:(\d{1,2})[^\d]*:(\d{1,2})[^\d]*$/;
73
- var MONTH = /^(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)/i;
74
-
75
- var MONTH_TO_NUM = {
76
- jan:0, feb:1, mar:2, apr:3, may:4, jun:5,
77
- jul:6, aug:7, sep:8, oct:9, nov:10, dec:11
78
- };
79
- var NUM_TO_MONTH = [
80
- 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'
81
- ];
82
- var NUM_TO_DAY = [
83
- 'Sun','Mon','Tue','Wed','Thu','Fri','Sat'
84
- ];
85
-
86
- var YEAR = /^(\d{2}|\d{4})$/; // 2 to 4 digits
87
-
88
- var MAX_TIME = 2147483647000; // 31-bit max
89
- var MIN_TIME = 0; // 31-bit min
90
-
91
-
92
- // RFC6265 S5.1.1 date parser:
93
- function parseDate(str) {
94
- if (!str) {
95
- return;
96
- }
97
-
98
- /* RFC6265 S5.1.1:
99
- * 2. Process each date-token sequentially in the order the date-tokens
100
- * appear in the cookie-date
101
- */
102
- var tokens = str.split(DATE_DELIM);
103
- if (!tokens) {
104
- return;
105
- }
106
-
107
- var hour = null;
108
- var minutes = null;
109
- var seconds = null;
110
- var day = null;
111
- var month = null;
112
- var year = null;
113
-
114
- for (var i=0; i<tokens.length; i++) {
115
- var token = tokens[i].trim();
116
- if (!token.length) {
117
- continue;
118
- }
119
-
120
- var result;
121
-
122
- /* 2.1. If the found-time flag is not set and the token matches the time
123
- * production, set the found-time flag and set the hour- value,
124
- * minute-value, and second-value to the numbers denoted by the digits in
125
- * the date-token, respectively. Skip the remaining sub-steps and continue
126
- * to the next date-token.
127
- */
128
- if (seconds === null) {
129
- result = TIME.exec(token);
130
- if (result) {
131
- hour = parseInt(result[1], 10);
132
- minutes = parseInt(result[2], 10);
133
- seconds = parseInt(result[3], 10);
134
- /* RFC6265 S5.1.1.5:
135
- * [fail if]
136
- * * the hour-value is greater than 23,
137
- * * the minute-value is greater than 59, or
138
- * * the second-value is greater than 59.
139
- */
140
- if(hour > 23 || minutes > 59 || seconds > 59) {
141
- return;
142
- }
143
-
144
- continue;
145
- }
146
- }
147
-
148
- /* 2.2. If the found-day-of-month flag is not set and the date-token matches
149
- * the day-of-month production, set the found-day-of- month flag and set
150
- * the day-of-month-value to the number denoted by the date-token. Skip
151
- * the remaining sub-steps and continue to the next date-token.
152
- */
153
- if (day === null) {
154
- result = DAY_OF_MONTH.exec(token);
155
- if (result) {
156
- day = parseInt(result, 10);
157
- /* RFC6265 S5.1.1.5:
158
- * [fail if] the day-of-month-value is less than 1 or greater than 31
159
- */
160
- if(day < 1 || day > 31) {
161
- return;
162
- }
163
- continue;
164
- }
165
- }
166
-
167
- /* 2.3. If the found-month flag is not set and the date-token matches the
168
- * month production, set the found-month flag and set the month-value to
169
- * the month denoted by the date-token. Skip the remaining sub-steps and
170
- * continue to the next date-token.
171
- */
172
- if (month === null) {
173
- result = MONTH.exec(token);
174
- if (result) {
175
- month = MONTH_TO_NUM[result[1].toLowerCase()];
176
- continue;
177
- }
178
- }
179
-
180
- /* 2.4. If the found-year flag is not set and the date-token matches the year
181
- * production, set the found-year flag and set the year-value to the number
182
- * denoted by the date-token. Skip the remaining sub-steps and continue to
183
- * the next date-token.
184
- */
185
- if (year === null) {
186
- result = YEAR.exec(token);
187
- if (result) {
188
- year = parseInt(result[0], 10);
189
- /* From S5.1.1:
190
- * 3. If the year-value is greater than or equal to 70 and less
191
- * than or equal to 99, increment the year-value by 1900.
192
- * 4. If the year-value is greater than or equal to 0 and less
193
- * than or equal to 69, increment the year-value by 2000.
194
- */
195
- if (70 <= year && year <= 99) {
196
- year += 1900;
197
- } else if (0 <= year && year <= 69) {
198
- year += 2000;
199
- }
200
-
201
- if (year < 1601) {
202
- return; // 5. ... the year-value is less than 1601
203
- }
204
- }
205
- }
206
- }
207
-
208
- if (seconds === null || day === null || month === null || year === null) {
209
- return; // 5. ... at least one of the found-day-of-month, found-month, found-
210
- // year, or found-time flags is not set,
211
- }
212
-
213
- return new Date(Date.UTC(year, month, day, hour, minutes, seconds));
214
- }
215
-
216
- function formatDate(date) {
217
- var d = date.getUTCDate(); d = d >= 10 ? d : '0'+d;
218
- var h = date.getUTCHours(); h = h >= 10 ? h : '0'+h;
219
- var m = date.getUTCMinutes(); m = m >= 10 ? m : '0'+m;
220
- var s = date.getUTCSeconds(); s = s >= 10 ? s : '0'+s;
221
- return NUM_TO_DAY[date.getUTCDay()] + ', ' +
222
- d+' '+ NUM_TO_MONTH[date.getUTCMonth()] +' '+ date.getUTCFullYear() +' '+
223
- h+':'+m+':'+s+' GMT';
224
- }
225
-
226
- // S5.1.2 Canonicalized Host Names
227
- function canonicalDomain(str) {
228
- if (str == null) {
229
- return null;
230
- }
231
- str = str.trim().replace(/^\./,''); // S4.1.2.3 & S5.2.3: ignore leading .
232
-
233
- // convert to IDN if any non-ASCII characters
234
- if (punycode && /[^\u0001-\u007f]/.test(str)) {
235
- str = punycode.toASCII(str);
236
- }
237
-
238
- return str.toLowerCase();
239
- }
240
-
241
- // S5.1.3 Domain Matching
242
- function domainMatch(str, domStr, canonicalize) {
243
- if (str == null || domStr == null) {
244
- return null;
245
- }
246
- if (canonicalize !== false) {
247
- str = canonicalDomain(str);
248
- domStr = canonicalDomain(domStr);
249
- }
250
-
251
- /*
252
- * "The domain string and the string are identical. (Note that both the
253
- * domain string and the string will have been canonicalized to lower case at
254
- * this point)"
255
- */
256
- if (str == domStr) {
257
- return true;
258
- }
259
-
260
- /* "All of the following [three] conditions hold:" (order adjusted from the RFC) */
261
-
262
- /* "* The string is a host name (i.e., not an IP address)." */
263
- if (net.isIP(str)) {
264
- return false;
265
- }
266
-
267
- /* "* The domain string is a suffix of the string" */
268
- var idx = str.indexOf(domStr);
269
- if (idx <= 0) {
270
- return false; // it's a non-match (-1) or prefix (0)
271
- }
272
-
273
- // e.g "a.b.c".indexOf("b.c") === 2
274
- // 5 === 3+2
275
- if (str.length !== domStr.length + idx) { // it's not a suffix
276
- return false;
277
- }
278
-
279
- /* "* The last character of the string that is not included in the domain
280
- * string is a %x2E (".") character." */
281
- if (str.substr(idx-1,1) !== '.') {
282
- return false;
283
- }
284
-
285
- return true;
286
- }
287
-
288
-
289
- // RFC6265 S5.1.4 Paths and Path-Match
290
-
291
- /*
292
- * "The user agent MUST use an algorithm equivalent to the following algorithm
293
- * to compute the default-path of a cookie:"
294
- *
295
- * Assumption: the path (and not query part or absolute uri) is passed in.
296
- */
297
- function defaultPath(path) {
298
- // "2. If the uri-path is empty or if the first character of the uri-path is not
299
- // a %x2F ("/") character, output %x2F ("/") and skip the remaining steps.
300
- if (!path || path.substr(0,1) !== "/") {
301
- return "/";
302
- }
303
-
304
- // "3. If the uri-path contains no more than one %x2F ("/") character, output
305
- // %x2F ("/") and skip the remaining step."
306
- if (path === "/") {
307
- return path;
308
- }
309
-
310
- var rightSlash = path.lastIndexOf("/");
311
- if (rightSlash === 0) {
312
- return "/";
313
- }
314
-
315
- // "4. Output the characters of the uri-path from the first character up to,
316
- // but not including, the right-most %x2F ("/")."
317
- return path.slice(0, rightSlash);
318
- }
319
-
320
-
321
- function parse(str, options) {
322
- if (!options || typeof options !== 'object') {
323
- options = {};
324
- }
325
- str = str.trim();
326
-
327
- // We use a regex to parse the "name-value-pair" part of S5.2
328
- var firstSemi = str.indexOf(';'); // S5.2 step 1
329
- var pairRe = options.loose ? LOOSE_COOKIE_PAIR : COOKIE_PAIR;
330
- var result = pairRe.exec(firstSemi === -1 ? str : str.substr(0,firstSemi));
331
-
332
- // Rx satisfies the "the name string is empty" and "lacks a %x3D ("=")"
333
- // constraints as well as trimming any whitespace.
334
- if (!result) {
335
- return;
336
- }
337
-
338
- var c = new Cookie();
339
- if (result[1]) {
340
- c.key = result[2].trim();
341
- } else {
342
- c.key = '';
343
- }
344
- c.value = result[3].trim();
345
- if (CONTROL_CHARS.test(c.key) || CONTROL_CHARS.test(c.value)) {
346
- return;
347
- }
348
-
349
- if (firstSemi === -1) {
350
- return c;
351
- }
352
-
353
- // S5.2.3 "unparsed-attributes consist of the remainder of the set-cookie-string
354
- // (including the %x3B (";") in question)." plus later on in the same section
355
- // "discard the first ";" and trim".
356
- var unparsed = str.slice(firstSemi + 1).trim();
357
-
358
- // "If the unparsed-attributes string is empty, skip the rest of these
359
- // steps."
360
- if (unparsed.length === 0) {
361
- return c;
362
- }
363
-
364
- /*
365
- * S5.2 says that when looping over the items "[p]rocess the attribute-name
366
- * and attribute-value according to the requirements in the following
367
- * subsections" for every item. Plus, for many of the individual attributes
368
- * in S5.3 it says to use the "attribute-value of the last attribute in the
369
- * cookie-attribute-list". Therefore, in this implementation, we overwrite
370
- * the previous value.
371
- */
372
- var cookie_avs = unparsed.split(';');
373
- while (cookie_avs.length) {
374
- var av = cookie_avs.shift().trim();
375
- if (av.length === 0) { // happens if ";;" appears
376
- continue;
377
- }
378
- var av_sep = av.indexOf('=');
379
- var av_key, av_value;
380
-
381
- if (av_sep === -1) {
382
- av_key = av;
383
- av_value = null;
384
- } else {
385
- av_key = av.substr(0,av_sep);
386
- av_value = av.substr(av_sep+1);
387
- }
388
-
389
- av_key = av_key.trim().toLowerCase();
390
-
391
- if (av_value) {
392
- av_value = av_value.trim();
393
- }
394
-
395
- switch(av_key) {
396
- case 'expires': // S5.2.1
397
- if (av_value) {
398
- var exp = parseDate(av_value);
399
- // "If the attribute-value failed to parse as a cookie date, ignore the
400
- // cookie-av."
401
- if (exp) {
402
- // over and underflow not realistically a concern: V8's getTime() seems to
403
- // store something larger than a 32-bit time_t (even with 32-bit node)
404
- c.expires = exp;
405
- }
406
- }
407
- break;
408
-
409
- case 'max-age': // S5.2.2
410
- if (av_value) {
411
- // "If the first character of the attribute-value is not a DIGIT or a "-"
412
- // character ...[or]... If the remainder of attribute-value contains a
413
- // non-DIGIT character, ignore the cookie-av."
414
- if (/^-?[0-9]+$/.test(av_value)) {
415
- var delta = parseInt(av_value, 10);
416
- // "If delta-seconds is less than or equal to zero (0), let expiry-time
417
- // be the earliest representable date and time."
418
- c.setMaxAge(delta);
419
- }
420
- }
421
- break;
422
-
423
- case 'domain': // S5.2.3
424
- // "If the attribute-value is empty, the behavior is undefined. However,
425
- // the user agent SHOULD ignore the cookie-av entirely."
426
- if (av_value) {
427
- // S5.2.3 "Let cookie-domain be the attribute-value without the leading %x2E
428
- // (".") character."
429
- var domain = av_value.trim().replace(/^\./, '');
430
- if (domain) {
431
- // "Convert the cookie-domain to lower case."
432
- c.domain = domain.toLowerCase();
433
- }
434
- }
435
- break;
436
-
437
- case 'path': // S5.2.4
438
- /*
439
- * "If the attribute-value is empty or if the first character of the
440
- * attribute-value is not %x2F ("/"):
441
- * Let cookie-path be the default-path.
442
- * Otherwise:
443
- * Let cookie-path be the attribute-value."
444
- *
445
- * We'll represent the default-path as null since it depends on the
446
- * context of the parsing.
447
- */
448
- c.path = av_value && av_value[0] === "/" ? av_value : null;
449
- break;
450
-
451
- case 'secure': // S5.2.5
452
- /*
453
- * "If the attribute-name case-insensitively matches the string "Secure",
454
- * the user agent MUST append an attribute to the cookie-attribute-list
455
- * with an attribute-name of Secure and an empty attribute-value."
456
- */
457
- c.secure = true;
458
- break;
459
-
460
- case 'httponly': // S5.2.6 -- effectively the same as 'secure'
461
- c.httpOnly = true;
462
- break;
463
-
464
- default:
465
- c.extensions = c.extensions || [];
466
- c.extensions.push(av);
467
- break;
468
- }
469
- }
470
-
471
- return c;
472
- }
473
-
474
- // avoid the V8 deoptimization monster!
475
- function jsonParse(str) {
476
- var obj;
477
- try {
478
- obj = JSON.parse(str);
479
- } catch (e) {
480
- return e;
481
- }
482
- return obj;
483
- }
484
-
485
- function fromJSON(str) {
486
- if (!str) {
487
- return null;
488
- }
489
-
490
- var obj;
491
- if (typeof str === 'string') {
492
- obj = jsonParse(str);
493
- if (obj instanceof Error) {
494
- return null;
495
- }
496
- } else {
497
- // assume it's an Object
498
- obj = str;
499
- }
500
-
501
- var c = new Cookie();
502
- for (var i=0; i<Cookie.serializableProperties.length; i++) {
503
- var prop = Cookie.serializableProperties[i];
504
- if (obj[prop] === undefined ||
505
- obj[prop] === Cookie.prototype[prop])
506
- {
507
- continue; // leave as prototype default
508
- }
509
-
510
- if (prop === 'expires' ||
511
- prop === 'creation' ||
512
- prop === 'lastAccessed')
513
- {
514
- if (obj[prop] === null) {
515
- c[prop] = null;
516
- } else {
517
- c[prop] = obj[prop] == "Infinity" ?
518
- "Infinity" : new Date(obj[prop]);
519
- }
520
- } else {
521
- c[prop] = obj[prop];
522
- }
523
- }
524
-
525
- return c;
526
- }
527
-
528
- /* Section 5.4 part 2:
529
- * "* Cookies with longer paths are listed before cookies with
530
- * shorter paths.
531
- *
532
- * * Among cookies that have equal-length path fields, cookies with
533
- * earlier creation-times are listed before cookies with later
534
- * creation-times."
535
- */
536
-
537
- function cookieCompare(a,b) {
538
- var cmp = 0;
539
-
540
- // descending for length: b CMP a
541
- var aPathLen = a.path ? a.path.length : 0;
542
- var bPathLen = b.path ? b.path.length : 0;
543
- cmp = bPathLen - aPathLen;
544
- if (cmp !== 0) {
545
- return cmp;
546
- }
547
-
548
- // ascending for time: a CMP b
549
- var aTime = a.creation ? a.creation.getTime() : MAX_TIME;
550
- var bTime = b.creation ? b.creation.getTime() : MAX_TIME;
551
- cmp = aTime - bTime;
552
- if (cmp !== 0) {
553
- return cmp;
554
- }
555
-
556
- // break ties for the same millisecond (precision of JavaScript's clock)
557
- cmp = a.creationIndex - b.creationIndex;
558
-
559
- return cmp;
560
- }
561
-
562
- // Gives the permutation of all possible pathMatch()es of a given path. The
563
- // array is in longest-to-shortest order. Handy for indexing.
564
- function permutePath(path) {
565
- if (path === '/') {
566
- return ['/'];
567
- }
568
- if (path.lastIndexOf('/') === path.length-1) {
569
- path = path.substr(0,path.length-1);
570
- }
571
- var permutations = [path];
572
- while (path.length > 1) {
573
- var lindex = path.lastIndexOf('/');
574
- if (lindex === 0) {
575
- break;
576
- }
577
- path = path.substr(0,lindex);
578
- permutations.push(path);
579
- }
580
- permutations.push('/');
581
- return permutations;
582
- }
583
-
584
- function getCookieContext(url) {
585
- if (url instanceof Object) {
586
- return url;
587
- }
588
- // NOTE: decodeURI will throw on malformed URIs (see GH-32).
589
- // Therefore, we will just skip decoding for such URIs.
590
- try {
591
- url = decodeURI(url);
592
- }
593
- catch(err) {
594
- // Silently swallow error
595
- }
596
-
597
- return urlParse(url);
598
- }
599
-
600
- function Cookie(options) {
601
- options = options || {};
602
-
603
- Object.keys(options).forEach(function(prop) {
604
- if (Cookie.prototype.hasOwnProperty(prop) &&
605
- Cookie.prototype[prop] !== options[prop] &&
606
- prop.substr(0,1) !== '_')
607
- {
608
- this[prop] = options[prop];
609
- }
610
- }, this);
611
-
612
- this.creation = this.creation || new Date();
613
-
614
- // used to break creation ties in cookieCompare():
615
- Object.defineProperty(this, 'creationIndex', {
616
- configurable: false,
617
- enumerable: false, // important for assert.deepEqual checks
618
- writable: true,
619
- value: ++Cookie.cookiesCreated
620
- });
621
- }
622
-
623
- Cookie.cookiesCreated = 0; // incremented each time a cookie is created
624
-
625
- Cookie.parse = parse;
626
- Cookie.fromJSON = fromJSON;
627
-
628
- Cookie.prototype.key = "";
629
- Cookie.prototype.value = "";
630
-
631
- // the order in which the RFC has them:
632
- Cookie.prototype.expires = "Infinity"; // coerces to literal Infinity
633
- Cookie.prototype.maxAge = null; // takes precedence over expires for TTL
634
- Cookie.prototype.domain = null;
635
- Cookie.prototype.path = null;
636
- Cookie.prototype.secure = false;
637
- Cookie.prototype.httpOnly = false;
638
- Cookie.prototype.extensions = null;
639
-
640
- // set by the CookieJar:
641
- Cookie.prototype.hostOnly = null; // boolean when set
642
- Cookie.prototype.pathIsDefault = null; // boolean when set
643
- Cookie.prototype.creation = null; // Date when set; defaulted by Cookie.parse
644
- Cookie.prototype.lastAccessed = null; // Date when set
645
- Object.defineProperty(Cookie.prototype, 'creationIndex', {
646
- configurable: true,
647
- enumerable: false,
648
- writable: true,
649
- value: 0
650
- });
651
-
652
- Cookie.serializableProperties = Object.keys(Cookie.prototype)
653
- .filter(function(prop) {
654
- return !(
655
- Cookie.prototype[prop] instanceof Function ||
656
- prop === 'creationIndex' ||
657
- prop.substr(0,1) === '_'
658
- );
659
- });
660
-
661
- Cookie.prototype.inspect = function inspect() {
662
- var now = Date.now();
663
- return 'Cookie="'+this.toString() +
664
- '; hostOnly='+(this.hostOnly != null ? this.hostOnly : '?') +
665
- '; aAge='+(this.lastAccessed ? (now-this.lastAccessed.getTime())+'ms' : '?') +
666
- '; cAge='+(this.creation ? (now-this.creation.getTime())+'ms' : '?') +
667
- '"';
668
- };
669
-
670
- Cookie.prototype.toJSON = function() {
671
- var obj = {};
672
-
673
- var props = Cookie.serializableProperties;
674
- for (var i=0; i<props.length; i++) {
675
- var prop = props[i];
676
- if (this[prop] === Cookie.prototype[prop]) {
677
- continue; // leave as prototype default
678
- }
679
-
680
- if (prop === 'expires' ||
681
- prop === 'creation' ||
682
- prop === 'lastAccessed')
683
- {
684
- if (this[prop] === null) {
685
- obj[prop] = null;
686
- } else {
687
- obj[prop] = this[prop] == "Infinity" ? // intentionally not ===
688
- "Infinity" : this[prop].toISOString();
689
- }
690
- } else if (prop === 'maxAge') {
691
- if (this[prop] !== null) {
692
- // again, intentionally not ===
693
- obj[prop] = (this[prop] == Infinity || this[prop] == -Infinity) ?
694
- this[prop].toString() : this[prop];
695
- }
696
- } else {
697
- if (this[prop] !== Cookie.prototype[prop]) {
698
- obj[prop] = this[prop];
699
- }
700
- }
701
- }
702
-
703
- return obj;
704
- };
705
-
706
- Cookie.prototype.clone = function() {
707
- return fromJSON(this.toJSON());
708
- };
709
-
710
- Cookie.prototype.validate = function validate() {
711
- if (!COOKIE_OCTETS.test(this.value)) {
712
- return false;
713
- }
714
- if (this.expires != Infinity && !(this.expires instanceof Date) && !parseDate(this.expires)) {
715
- return false;
716
- }
717
- if (this.maxAge != null && this.maxAge <= 0) {
718
- return false; // "Max-Age=" non-zero-digit *DIGIT
719
- }
720
- if (this.path != null && !PATH_VALUE.test(this.path)) {
721
- return false;
722
- }
723
-
724
- var cdomain = this.cdomain();
725
- if (cdomain) {
726
- if (cdomain.match(/\.$/)) {
727
- return false; // S4.1.2.3 suggests that this is bad. domainMatch() tests confirm this
728
- }
729
- var suffix = pubsuffix.getPublicSuffix(cdomain);
730
- if (suffix == null) { // it's a public suffix
731
- return false;
732
- }
733
- }
734
- return true;
735
- };
736
-
737
- Cookie.prototype.setExpires = function setExpires(exp) {
738
- if (exp instanceof Date) {
739
- this.expires = exp;
740
- } else {
741
- this.expires = parseDate(exp) || "Infinity";
742
- }
743
- };
744
-
745
- Cookie.prototype.setMaxAge = function setMaxAge(age) {
746
- if (age === Infinity || age === -Infinity) {
747
- this.maxAge = age.toString(); // so JSON.stringify() works
748
- } else {
749
- this.maxAge = age;
750
- }
751
- };
752
-
753
- // gives Cookie header format
754
- Cookie.prototype.cookieString = function cookieString() {
755
- var val = this.value;
756
- if (val == null) {
757
- val = '';
758
- }
759
- if (this.key === '') {
760
- return val;
761
- }
762
- return this.key+'='+val;
763
- };
764
-
765
- // gives Set-Cookie header format
766
- Cookie.prototype.toString = function toString() {
767
- var str = this.cookieString();
768
-
769
- if (this.expires != Infinity) {
770
- if (this.expires instanceof Date) {
771
- str += '; Expires='+formatDate(this.expires);
772
- } else {
773
- str += '; Expires='+this.expires;
774
- }
775
- }
776
-
777
- if (this.maxAge != null && this.maxAge != Infinity) {
778
- str += '; Max-Age='+this.maxAge;
779
- }
780
-
781
- if (this.domain && !this.hostOnly) {
782
- str += '; Domain='+this.domain;
783
- }
784
- if (this.path) {
785
- str += '; Path='+this.path;
786
- }
787
-
788
- if (this.secure) {
789
- str += '; Secure';
790
- }
791
- if (this.httpOnly) {
792
- str += '; HttpOnly';
793
- }
794
- if (this.extensions) {
795
- this.extensions.forEach(function(ext) {
796
- str += '; '+ext;
797
- });
798
- }
799
-
800
- return str;
801
- };
802
-
803
- // TTL() partially replaces the "expiry-time" parts of S5.3 step 3 (setCookie()
804
- // elsewhere)
805
- // S5.3 says to give the "latest representable date" for which we use Infinity
806
- // For "expired" we use 0
807
- Cookie.prototype.TTL = function TTL(now) {
808
- /* RFC6265 S4.1.2.2 If a cookie has both the Max-Age and the Expires
809
- * attribute, the Max-Age attribute has precedence and controls the
810
- * expiration date of the cookie.
811
- * (Concurs with S5.3 step 3)
812
- */
813
- if (this.maxAge != null) {
814
- return this.maxAge<=0 ? 0 : this.maxAge*1000;
815
- }
816
-
817
- var expires = this.expires;
818
- if (expires != Infinity) {
819
- if (!(expires instanceof Date)) {
820
- expires = parseDate(expires) || Infinity;
821
- }
822
-
823
- if (expires == Infinity) {
824
- return Infinity;
825
- }
826
-
827
- return expires.getTime() - (now || Date.now());
828
- }
829
-
830
- return Infinity;
831
- };
832
-
833
- // expiryTime() replaces the "expiry-time" parts of S5.3 step 3 (setCookie()
834
- // elsewhere)
835
- Cookie.prototype.expiryTime = function expiryTime(now) {
836
- if (this.maxAge != null) {
837
- var relativeTo = now || this.creation || new Date();
838
- var age = (this.maxAge <= 0) ? -Infinity : this.maxAge*1000;
839
- return relativeTo.getTime() + age;
840
- }
841
-
842
- if (this.expires == Infinity) {
843
- return Infinity;
844
- }
845
- return this.expires.getTime();
846
- };
847
-
848
- // expiryDate() replaces the "expiry-time" parts of S5.3 step 3 (setCookie()
849
- // elsewhere), except it returns a Date
850
- Cookie.prototype.expiryDate = function expiryDate(now) {
851
- var millisec = this.expiryTime(now);
852
- if (millisec == Infinity) {
853
- return new Date(MAX_TIME);
854
- } else if (millisec == -Infinity) {
855
- return new Date(MIN_TIME);
856
- } else {
857
- return new Date(millisec);
858
- }
859
- };
860
-
861
- // This replaces the "persistent-flag" parts of S5.3 step 3
862
- Cookie.prototype.isPersistent = function isPersistent() {
863
- return (this.maxAge != null || this.expires != Infinity);
864
- };
865
-
866
- // Mostly S5.1.2 and S5.2.3:
867
- Cookie.prototype.cdomain =
868
- Cookie.prototype.canonicalizedDomain = function canonicalizedDomain() {
869
- if (this.domain == null) {
870
- return null;
871
- }
872
- return canonicalDomain(this.domain);
873
- };
874
-
875
- function CookieJar(store, options) {
876
- if (typeof options === "boolean") {
877
- options = {rejectPublicSuffixes: options};
878
- } else if (options == null) {
879
- options = {};
880
- }
881
- if (options.rejectPublicSuffixes != null) {
882
- this.rejectPublicSuffixes = options.rejectPublicSuffixes;
883
- }
884
- if (options.looseMode != null) {
885
- this.enableLooseMode = options.looseMode;
886
- }
887
-
888
- if (!store) {
889
- store = new MemoryCookieStore();
890
- }
891
- this.store = store;
892
- }
893
- CookieJar.prototype.store = null;
894
- CookieJar.prototype.rejectPublicSuffixes = true;
895
- CookieJar.prototype.enableLooseMode = false;
896
- var CAN_BE_SYNC = [];
897
-
898
- CAN_BE_SYNC.push('setCookie');
899
- CookieJar.prototype.setCookie = function(cookie, url, options, cb) {
900
- var err;
901
- var context = getCookieContext(url);
902
- if (options instanceof Function) {
903
- cb = options;
904
- options = {};
905
- }
906
-
907
- var host = canonicalDomain(context.hostname);
908
- var loose = this.enableLooseMode;
909
- if (options.loose != null) {
910
- loose = options.loose;
911
- }
912
-
913
- // S5.3 step 1
914
- if (!(cookie instanceof Cookie)) {
915
- cookie = Cookie.parse(cookie, { loose: loose });
916
- }
917
- if (!cookie) {
918
- err = new Error("Cookie failed to parse");
919
- return cb(options.ignoreError ? null : err);
920
- }
921
-
922
- // S5.3 step 2
923
- var now = options.now || new Date(); // will assign later to save effort in the face of errors
924
-
925
- // S5.3 step 3: NOOP; persistent-flag and expiry-time is handled by getCookie()
926
-
927
- // S5.3 step 4: NOOP; domain is null by default
928
-
929
- // S5.3 step 5: public suffixes
930
- if (this.rejectPublicSuffixes && cookie.domain) {
931
- var suffix = pubsuffix.getPublicSuffix(cookie.cdomain());
932
- if (suffix == null) { // e.g. "com"
933
- err = new Error("Cookie has domain set to a public suffix");
934
- return cb(options.ignoreError ? null : err);
935
- }
936
- }
937
-
938
- // S5.3 step 6:
939
- if (cookie.domain) {
940
- if (!domainMatch(host, cookie.cdomain(), false)) {
941
- err = new Error("Cookie not in this host's domain. Cookie:"+cookie.cdomain()+" Request:"+host);
942
- return cb(options.ignoreError ? null : err);
943
- }
944
-
945
- if (cookie.hostOnly == null) { // don't reset if already set
946
- cookie.hostOnly = false;
947
- }
948
-
949
- } else {
950
- cookie.hostOnly = true;
951
- cookie.domain = host;
952
- }
953
-
954
- //S5.2.4 If the attribute-value is empty or if the first character of the
955
- //attribute-value is not %x2F ("/"):
956
- //Let cookie-path be the default-path.
957
- if (!cookie.path || cookie.path[0] !== '/') {
958
- cookie.path = defaultPath(context.pathname);
959
- cookie.pathIsDefault = true;
960
- }
961
-
962
- // S5.3 step 8: NOOP; secure attribute
963
- // S5.3 step 9: NOOP; httpOnly attribute
964
-
965
- // S5.3 step 10
966
- if (options.http === false && cookie.httpOnly) {
967
- err = new Error("Cookie is HttpOnly and this isn't an HTTP API");
968
- return cb(options.ignoreError ? null : err);
969
- }
970
-
971
- var store = this.store;
972
-
973
- if (!store.updateCookie) {
974
- store.updateCookie = function(oldCookie, newCookie, cb) {
975
- this.putCookie(newCookie, cb);
976
- };
977
- }
978
-
979
- function withCookie(err, oldCookie) {
980
- if (err) {
981
- return cb(err);
982
- }
983
-
984
- var next = function(err) {
985
- if (err) {
986
- return cb(err);
987
- } else {
988
- cb(null, cookie);
989
- }
990
- };
991
-
992
- if (oldCookie) {
993
- // S5.3 step 11 - "If the cookie store contains a cookie with the same name,
994
- // domain, and path as the newly created cookie:"
995
- if (options.http === false && oldCookie.httpOnly) { // step 11.2
996
- err = new Error("old Cookie is HttpOnly and this isn't an HTTP API");
997
- return cb(options.ignoreError ? null : err);
998
- }
999
- cookie.creation = oldCookie.creation; // step 11.3
1000
- cookie.creationIndex = oldCookie.creationIndex; // preserve tie-breaker
1001
- cookie.lastAccessed = now;
1002
- // Step 11.4 (delete cookie) is implied by just setting the new one:
1003
- store.updateCookie(oldCookie, cookie, next); // step 12
1004
-
1005
- } else {
1006
- cookie.creation = cookie.lastAccessed = now;
1007
- store.putCookie(cookie, next); // step 12
1008
- }
1009
- }
1010
-
1011
- store.findCookie(cookie.domain, cookie.path, cookie.key, withCookie);
1012
- };
1013
-
1014
- // RFC6365 S5.4
1015
- CAN_BE_SYNC.push('getCookies');
1016
- CookieJar.prototype.getCookies = function(url, options, cb) {
1017
- var context = getCookieContext(url);
1018
- if (options instanceof Function) {
1019
- cb = options;
1020
- options = {};
1021
- }
1022
-
1023
- var host = canonicalDomain(context.hostname);
1024
- var path = context.pathname || '/';
1025
-
1026
- var secure = options.secure;
1027
- if (secure == null && context.protocol &&
1028
- (context.protocol == 'https:' || context.protocol == 'wss:'))
1029
- {
1030
- secure = true;
1031
- }
1032
-
1033
- var http = options.http;
1034
- if (http == null) {
1035
- http = true;
1036
- }
1037
-
1038
- var now = options.now || Date.now();
1039
- var expireCheck = options.expire !== false;
1040
- var allPaths = !!options.allPaths;
1041
- var store = this.store;
1042
-
1043
- function matchingCookie(c) {
1044
- // "Either:
1045
- // The cookie's host-only-flag is true and the canonicalized
1046
- // request-host is identical to the cookie's domain.
1047
- // Or:
1048
- // The cookie's host-only-flag is false and the canonicalized
1049
- // request-host domain-matches the cookie's domain."
1050
- if (c.hostOnly) {
1051
- if (c.domain != host) {
1052
- return false;
1053
- }
1054
- } else {
1055
- if (!domainMatch(host, c.domain, false)) {
1056
- return false;
1057
- }
1058
- }
1059
-
1060
- // "The request-uri's path path-matches the cookie's path."
1061
- if (!allPaths && !pathMatch(path, c.path)) {
1062
- return false;
1063
- }
1064
-
1065
- // "If the cookie's secure-only-flag is true, then the request-uri's
1066
- // scheme must denote a "secure" protocol"
1067
- if (c.secure && !secure) {
1068
- return false;
1069
- }
1070
-
1071
- // "If the cookie's http-only-flag is true, then exclude the cookie if the
1072
- // cookie-string is being generated for a "non-HTTP" API"
1073
- if (c.httpOnly && !http) {
1074
- return false;
1075
- }
1076
-
1077
- // deferred from S5.3
1078
- // non-RFC: allow retention of expired cookies by choice
1079
- if (expireCheck && c.expiryTime() <= now) {
1080
- store.removeCookie(c.domain, c.path, c.key, function(){}); // result ignored
1081
- return false;
1082
- }
1083
-
1084
- return true;
1085
- }
1086
-
1087
- store.findCookies(host, allPaths ? null : path, function(err,cookies) {
1088
- if (err) {
1089
- return cb(err);
1090
- }
1091
-
1092
- cookies = cookies.filter(matchingCookie);
1093
-
1094
- // sorting of S5.4 part 2
1095
- if (options.sort !== false) {
1096
- cookies = cookies.sort(cookieCompare);
1097
- }
1098
-
1099
- // S5.4 part 3
1100
- var now = new Date();
1101
- cookies.forEach(function(c) {
1102
- c.lastAccessed = now;
1103
- });
1104
- // TODO persist lastAccessed
1105
-
1106
- cb(null,cookies);
1107
- });
1108
- };
1109
-
1110
- CAN_BE_SYNC.push('getCookieString');
1111
- CookieJar.prototype.getCookieString = function(/*..., cb*/) {
1112
- var args = Array.prototype.slice.call(arguments,0);
1113
- var cb = args.pop();
1114
- var next = function(err,cookies) {
1115
- if (err) {
1116
- cb(err);
1117
- } else {
1118
- cb(null, cookies
1119
- .sort(cookieCompare)
1120
- .map(function(c){
1121
- return c.cookieString();
1122
- })
1123
- .join('; '));
1124
- }
1125
- };
1126
- args.push(next);
1127
- this.getCookies.apply(this,args);
1128
- };
1129
-
1130
- CAN_BE_SYNC.push('getSetCookieStrings');
1131
- CookieJar.prototype.getSetCookieStrings = function(/*..., cb*/) {
1132
- var args = Array.prototype.slice.call(arguments,0);
1133
- var cb = args.pop();
1134
- var next = function(err,cookies) {
1135
- if (err) {
1136
- cb(err);
1137
- } else {
1138
- cb(null, cookies.map(function(c){
1139
- return c.toString();
1140
- }));
1141
- }
1142
- };
1143
- args.push(next);
1144
- this.getCookies.apply(this,args);
1145
- };
1146
-
1147
- CAN_BE_SYNC.push('serialize');
1148
- CookieJar.prototype.serialize = function(cb) {
1149
- var type = this.store.constructor.name;
1150
- if (type === 'Object') {
1151
- type = null;
1152
- }
1153
-
1154
- // update README.md "Serialization Format" if you change this, please!
1155
- var serialized = {
1156
- // The version of tough-cookie that serialized this jar. Generally a good
1157
- // practice since future versions can make data import decisions based on
1158
- // known past behavior. When/if this matters, use `semver`.
1159
- version: 'tough-cookie@'+VERSION,
1160
-
1161
- // add the store type, to make humans happy:
1162
- storeType: type,
1163
-
1164
- // CookieJar configuration:
1165
- rejectPublicSuffixes: !!this.rejectPublicSuffixes,
1166
-
1167
- // this gets filled from getAllCookies:
1168
- cookies: []
1169
- };
1170
-
1171
- if (!(this.store.getAllCookies &&
1172
- typeof this.store.getAllCookies === 'function'))
1173
- {
1174
- return cb(new Error('store does not support getAllCookies and cannot be serialized'));
1175
- }
1176
-
1177
- this.store.getAllCookies(function(err,cookies) {
1178
- if (err) {
1179
- return cb(err);
1180
- }
1181
-
1182
- serialized.cookies = cookies.map(function(cookie) {
1183
- // convert to serialized 'raw' cookies
1184
- cookie = (cookie instanceof Cookie) ? cookie.toJSON() : cookie;
1185
-
1186
- // Remove the index so new ones get assigned during deserialization
1187
- delete cookie.creationIndex;
1188
-
1189
- return cookie;
1190
- });
1191
-
1192
- return cb(null, serialized);
1193
- });
1194
- };
1195
-
1196
- // well-known name that JSON.stringify calls
1197
- CookieJar.prototype.toJSON = function() {
1198
- return this.serializeSync();
1199
- };
1200
-
1201
- // use the class method CookieJar.deserialize instead of calling this directly
1202
- CAN_BE_SYNC.push('_importCookies');
1203
- CookieJar.prototype._importCookies = function(serialized, cb) {
1204
- var jar = this;
1205
- var cookies = serialized.cookies;
1206
- if (!cookies || !Array.isArray(cookies)) {
1207
- return cb(new Error('serialized jar has no cookies array'));
1208
- }
1209
-
1210
- function putNext(err) {
1211
- if (err) {
1212
- return cb(err);
1213
- }
1214
-
1215
- if (!cookies.length) {
1216
- return cb(err, jar);
1217
- }
1218
-
1219
- var cookie;
1220
- try {
1221
- cookie = fromJSON(cookies.shift());
1222
- } catch (e) {
1223
- return cb(e);
1224
- }
1225
-
1226
- if (cookie === null) {
1227
- return putNext(null); // skip this cookie
1228
- }
1229
-
1230
- jar.store.putCookie(cookie, putNext);
1231
- }
1232
-
1233
- putNext();
1234
- };
1235
-
1236
- CookieJar.deserialize = function(strOrObj, store, cb) {
1237
- if (arguments.length !== 3) {
1238
- // store is optional
1239
- cb = store;
1240
- store = null;
1241
- }
1242
-
1243
- var serialized;
1244
- if (typeof strOrObj === 'string') {
1245
- serialized = jsonParse(strOrObj);
1246
- if (serialized instanceof Error) {
1247
- return cb(serialized);
1248
- }
1249
- } else {
1250
- serialized = strOrObj;
1251
- }
1252
-
1253
- var jar = new CookieJar(store, serialized.rejectPublicSuffixes);
1254
- jar._importCookies(serialized, function(err) {
1255
- if (err) {
1256
- return cb(err);
1257
- }
1258
- cb(null, jar);
1259
- });
1260
- };
1261
-
1262
- CookieJar.deserializeSync = function(strOrObj, store) {
1263
- var serialized = typeof strOrObj === 'string' ?
1264
- JSON.parse(strOrObj) : strOrObj;
1265
- var jar = new CookieJar(store, serialized.rejectPublicSuffixes);
1266
-
1267
- // catch this mistake early:
1268
- if (!jar.store.synchronous) {
1269
- throw new Error('CookieJar store is not synchronous; use async API instead.');
1270
- }
1271
-
1272
- jar._importCookiesSync(serialized);
1273
- return jar;
1274
- };
1275
- CookieJar.fromJSON = CookieJar.deserializeSync;
1276
-
1277
- CAN_BE_SYNC.push('clone');
1278
- CookieJar.prototype.clone = function(newStore, cb) {
1279
- if (arguments.length === 1) {
1280
- cb = newStore;
1281
- newStore = null;
1282
- }
1283
-
1284
- this.serialize(function(err,serialized) {
1285
- if (err) {
1286
- return cb(err);
1287
- }
1288
- CookieJar.deserialize(newStore, serialized, cb);
1289
- });
1290
- };
1291
-
1292
- // Use a closure to provide a true imperative API for synchronous stores.
1293
- function syncWrap(method) {
1294
- return function() {
1295
- if (!this.store.synchronous) {
1296
- throw new Error('CookieJar store is not synchronous; use async API instead.');
1297
- }
1298
-
1299
- var args = Array.prototype.slice.call(arguments);
1300
- var syncErr, syncResult;
1301
- args.push(function syncCb(err, result) {
1302
- syncErr = err;
1303
- syncResult = result;
1304
- });
1305
- this[method].apply(this, args);
1306
-
1307
- if (syncErr) {
1308
- throw syncErr;
1309
- }
1310
- return syncResult;
1311
- };
1312
- }
1313
-
1314
- // wrap all declared CAN_BE_SYNC methods in the sync wrapper
1315
- CAN_BE_SYNC.forEach(function(method) {
1316
- CookieJar.prototype[method+'Sync'] = syncWrap(method);
1317
- });
1318
-
1319
- module.exports = {
1320
- CookieJar: CookieJar,
1321
- Cookie: Cookie,
1322
- Store: Store,
1323
- MemoryCookieStore: MemoryCookieStore,
1324
- parseDate: parseDate,
1325
- formatDate: formatDate,
1326
- parse: parse,
1327
- fromJSON: fromJSON,
1328
- domainMatch: domainMatch,
1329
- defaultPath: defaultPath,
1330
- pathMatch: pathMatch,
1331
- getPublicSuffix: pubsuffix.getPublicSuffix,
1332
- cookieCompare: cookieCompare,
1333
- permuteDomain: require('./permuteDomain').permuteDomain,
1334
- permutePath: permutePath,
1335
- canonicalDomain: canonicalDomain
1336
- };