tck-lambdas 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1364) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -11
  3. data/lib/tck/lambdas/aws_function.rb +1 -2
  4. data/lib/tck/lambdas/chistacojs/chistaco_diario.js +31 -0
  5. data/lib/tck/lambdas/chistacojs/chistaco_diario.zip +0 -0
  6. data/lib/tck/lambdas/chistacojs/chistescortos.js +17 -0
  7. data/lib/tck/lambdas/chistacojs/conf.js +13 -0
  8. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/History.md +576 -0
  9. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/Readme.md +1093 -0
  10. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/index.js +11 -0
  11. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/attributes.js +495 -0
  12. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/css.js +121 -0
  13. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/forms.js +65 -0
  14. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/manipulation.js +425 -0
  15. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/traversing.js +429 -0
  16. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/cheerio.js +148 -0
  17. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/parse.js +86 -0
  18. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/static.js +187 -0
  19. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/utils.js +83 -0
  20. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/README.md +133 -0
  21. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/index.js +59 -0
  22. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/attributes.js +181 -0
  23. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/compile.js +192 -0
  24. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/general.js +89 -0
  25. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/procedure.json +11 -0
  26. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/pseudos.js +393 -0
  27. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/sort.js +80 -0
  28. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/README.md +10 -0
  29. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/index.js +8 -0
  30. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/package.json +46 -0
  31. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/css-what/index.js +267 -0
  32. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/css-what/package.json +74 -0
  33. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/css-what/readme.md +46 -0
  34. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/index.js +14 -0
  35. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/helpers.js +141 -0
  36. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/legacy.js +87 -0
  37. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/manipulation.js +77 -0
  38. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/querying.js +94 -0
  39. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/stringify.js +22 -0
  40. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/traversal.js +24 -0
  41. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/index.js +15 -0
  42. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/package.json +46 -0
  43. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/readme.md +1 -0
  44. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/package.json +74 -0
  45. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/readme.md +1 -0
  46. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/fixture.js +6 -0
  47. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/helpers.js +89 -0
  48. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/legacy.js +119 -0
  49. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/traversal.js +17 -0
  50. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/utils.js +9 -0
  51. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/README.md +51 -0
  52. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/compile.js +40 -0
  53. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/index.js +9 -0
  54. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/package.json +52 -0
  55. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/parse.js +40 -0
  56. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/test.js +102 -0
  57. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/package.json +90 -0
  58. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/index.js +178 -0
  59. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/index.js +14 -0
  60. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/package.json +45 -0
  61. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/readme.md +1 -0
  62. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/package.json +72 -0
  63. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/index.js +33 -0
  64. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/lib/decode.js +72 -0
  65. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/lib/decode_codepoint.js +26 -0
  66. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/lib/encode.js +73 -0
  67. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/decode.json +1 -0
  68. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/entities.json +1 -0
  69. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/legacy.json +1 -0
  70. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/xml.json +1 -0
  71. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/package.json +79 -0
  72. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/readme.md +27 -0
  73. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/test/mocha.opts +2 -0
  74. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/test/test.js +168 -0
  75. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/CollectingHandler.js +55 -0
  76. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/FeedHandler.js +95 -0
  77. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/Parser.js +353 -0
  78. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/ProxyHandler.js +27 -0
  79. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/Stream.js +35 -0
  80. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/Tokenizer.js +906 -0
  81. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/WritableStream.js +25 -0
  82. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/index.js +68 -0
  83. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/index.js +15 -0
  84. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/package.json +45 -0
  85. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/readme.md +1 -0
  86. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/index.js +182 -0
  87. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/element.js +20 -0
  88. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/node.js +44 -0
  89. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/package.json +68 -0
  90. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/readme.md +105 -0
  91. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/01-basic.json +57 -0
  92. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/02-single_tag_1.json +21 -0
  93. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/03-single_tag_2.json +21 -0
  94. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/04-unescaped_in_script.json +27 -0
  95. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/05-tags_in_comment.json +18 -0
  96. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/06-comment_in_script.json +18 -0
  97. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/07-unescaped_in_style.json +20 -0
  98. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json +20 -0
  99. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/09-unquoted_attrib.json +20 -0
  100. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/10-singular_attribute.json +15 -0
  101. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/11-text_outside_tags.json +40 -0
  102. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/12-text_only.json +11 -0
  103. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/13-comment_in_text.json +19 -0
  104. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json +18 -0
  105. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/15-non-verbose.json +22 -0
  106. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/16-normalize_whitespace.json +47 -0
  107. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/17-xml_namespace.json +18 -0
  108. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/18-enforce_empty_tags.json +16 -0
  109. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/19-ignore_empty_tags.json +20 -0
  110. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/20-template_script_tags.json +20 -0
  111. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/21-conditional_comments.json +15 -0
  112. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/22-lowercase_tags.json +41 -0
  113. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/23-dom-lvl1.json +131 -0
  114. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/24-with-start-indices.json +85 -0
  115. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/tests.js +60 -0
  116. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/index.js +14 -0
  117. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +141 -0
  118. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +87 -0
  119. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +77 -0
  120. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +94 -0
  121. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +22 -0
  122. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +24 -0
  123. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/package.json +74 -0
  124. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/readme.md +1 -0
  125. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/fixture.js +6 -0
  126. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/helpers.js +89 -0
  127. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/legacy.js +119 -0
  128. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/traversal.js +17 -0
  129. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/utils.js +9 -0
  130. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/README.md +42 -0
  131. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits.js +7 -0
  132. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits_browser.js +23 -0
  133. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/package.json +62 -0
  134. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/README.md +36 -0
  135. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/stream.md +2015 -0
  136. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  137. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/duplex.js +1 -0
  138. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
  139. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
  140. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_readable.js +937 -0
  141. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_transform.js +180 -0
  142. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_writable.js +526 -0
  143. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/internal/streams/BufferList.js +64 -0
  144. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/index.js +108 -0
  145. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/license.md +19 -0
  146. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/package.json +49 -0
  147. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/readme.md +21 -0
  148. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
  149. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
  150. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +107 -0
  151. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/package.json +60 -0
  152. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  153. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
  154. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
  155. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
  156. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
  157. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
  158. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
  159. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
  160. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/package.json +49 -0
  161. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
  162. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
  163. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
  164. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
  165. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
  166. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
  167. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
  168. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
  169. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
  170. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
  171. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/package.json +90 -0
  172. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/passthrough.js +1 -0
  173. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/readable.js +16 -0
  174. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/transform.js +1 -0
  175. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/writable.js +1 -0
  176. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/package.json +84 -0
  177. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.assignin/README.md +18 -0
  178. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.assignin/index.js +626 -0
  179. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.assignin/package.json +77 -0
  180. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.bind/README.md +18 -0
  181. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.bind/index.js +1254 -0
  182. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.bind/package.json +77 -0
  183. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.defaults/README.md +18 -0
  184. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.defaults/index.js +668 -0
  185. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.defaults/package.json +77 -0
  186. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.filter/README.md +18 -0
  187. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.filter/index.js +2366 -0
  188. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.filter/package.json +77 -0
  189. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.flatten/README.md +18 -0
  190. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.flatten/index.js +349 -0
  191. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.flatten/package.json +77 -0
  192. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.foreach/README.md +18 -0
  193. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.foreach/index.js +565 -0
  194. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.foreach/package.json +77 -0
  195. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.map/README.md +18 -0
  196. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.map/index.js +2366 -0
  197. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.map/package.json +77 -0
  198. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.merge/README.md +18 -0
  199. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.merge/index.js +2207 -0
  200. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.merge/package.json +77 -0
  201. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.pick/README.md +18 -0
  202. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.pick/index.js +503 -0
  203. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.pick/package.json +77 -0
  204. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reduce/README.md +18 -0
  205. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reduce/index.js +2372 -0
  206. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reduce/package.json +77 -0
  207. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reject/README.md +18 -0
  208. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reject/index.js +2398 -0
  209. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reject/package.json +77 -0
  210. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.some/README.md +18 -0
  211. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.some/index.js +2368 -0
  212. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.some/package.json +77 -0
  213. data/lib/tck/lambdas/chistacojs/node_modules/cheerio/package.json +105 -0
  214. data/lib/tck/lambdas/chistacojs/node_modules/request/CHANGELOG.md +633 -0
  215. data/lib/tck/lambdas/chistacojs/node_modules/request/CONTRIBUTING.md +81 -0
  216. data/lib/tck/lambdas/chistacojs/node_modules/request/README.md +1097 -0
  217. data/lib/tck/lambdas/chistacojs/node_modules/request/codecov.yml +2 -0
  218. data/lib/tck/lambdas/chistacojs/node_modules/request/index.js +157 -0
  219. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/auth.js +168 -0
  220. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/cookies.js +39 -0
  221. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/getProxyFromURI.js +79 -0
  222. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/har.js +215 -0
  223. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/helpers.js +74 -0
  224. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/multipart.js +112 -0
  225. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/oauth.js +147 -0
  226. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/querystring.js +51 -0
  227. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/redirect.js +153 -0
  228. data/lib/tck/lambdas/chistacojs/node_modules/request/lib/tunnel.js +176 -0
  229. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws-sign2/README.md +4 -0
  230. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws-sign2/index.js +212 -0
  231. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws-sign2/package.json +49 -0
  232. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/README.md +514 -0
  233. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/aws4.js +318 -0
  234. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/lru.js +96 -0
  235. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/package.json +106 -0
  236. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/LICENSE.md +13 -0
  237. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/README.md +200 -0
  238. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/bl.js +243 -0
  239. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/README.md +36 -0
  240. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown +1760 -0
  241. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  242. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/duplex.js +1 -0
  243. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
  244. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
  245. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +880 -0
  246. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +180 -0
  247. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +516 -0
  248. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
  249. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
  250. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +107 -0
  251. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +60 -0
  252. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  253. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/README.md +42 -0
  254. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits.js +1 -0
  255. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +23 -0
  256. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/package.json +49 -0
  257. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/test.js +25 -0
  258. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
  259. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
  260. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
  261. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
  262. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
  263. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
  264. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
  265. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/package.json +49 -0
  266. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
  267. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
  268. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
  269. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
  270. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
  271. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
  272. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
  273. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
  274. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
  275. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
  276. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/package.json +80 -0
  277. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/passthrough.js +1 -0
  278. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/readable.js +12 -0
  279. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/transform.js +1 -0
  280. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/writable.js +1 -0
  281. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/package.json +64 -0
  282. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/test/test.js +640 -0
  283. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/README.md +45 -0
  284. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/index.js +66 -0
  285. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/package.json +62 -0
  286. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/test.js +40 -0
  287. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/Readme.md +138 -0
  288. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/lib/combined_stream.js +188 -0
  289. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +141 -0
  290. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  291. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json +64 -0
  292. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/package.json +67 -0
  293. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/CHANGELOG.md +69 -0
  294. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/README.md +62 -0
  295. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/component.json +32 -0
  296. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/index.js +86 -0
  297. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/package.json +73 -0
  298. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/forever-agent/README.md +4 -0
  299. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/forever-agent/index.js +138 -0
  300. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/forever-agent/package.json +56 -0
  301. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/README.md +218 -0
  302. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/lib/browser.js +2 -0
  303. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/lib/form_data.js +411 -0
  304. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/lib/populate.js +9 -0
  305. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md +125 -0
  306. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/README.md +1877 -0
  307. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js +1265 -0
  308. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/dist/async.min.js +2 -0
  309. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +1265 -0
  310. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/package.json +123 -0
  311. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/package.json +104 -0
  312. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/wercker.yml +36 -0
  313. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/README.md +309 -0
  314. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/async.js +14 -0
  315. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/error.js +10 -0
  316. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/index.js +22 -0
  317. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/runner.js +29 -0
  318. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/cache.json +13 -0
  319. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json +31 -0
  320. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/content.json +27 -0
  321. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json +34 -0
  322. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/creator.json +18 -0
  323. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/entry.json +51 -0
  324. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/har.json +11 -0
  325. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/index.js +49 -0
  326. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/log.json +34 -0
  327. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/page.json +30 -0
  328. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json +16 -0
  329. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/postData.json +41 -0
  330. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/record.json +18 -0
  331. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/request.json +55 -0
  332. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/response.json +52 -0
  333. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/timings.json +40 -0
  334. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js +116 -0
  335. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/index.js +65 -0
  336. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/package.json +80 -0
  337. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/readme.md +86 -0
  338. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/index.js +11 -0
  339. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json +75 -0
  340. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/readme.md +27 -0
  341. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js +4 -0
  342. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js +4 -0
  343. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/package.json +86 -0
  344. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/readme.md +31 -0
  345. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json +85 -0
  346. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md +36 -0
  347. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/index.js +6 -0
  348. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/index.js +4 -0
  349. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/package.json +86 -0
  350. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +31 -0
  351. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/package.json +90 -0
  352. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/readme.md +33 -0
  353. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js +50 -0
  354. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json +79 -0
  355. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/readme.md +36 -0
  356. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json +107 -0
  357. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md +213 -0
  358. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/History.md +261 -0
  359. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/Readme.md +351 -0
  360. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/index.js +1110 -0
  361. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/README.md +17 -0
  362. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/index.js +12 -0
  363. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json +48 -0
  364. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/package.json +71 -0
  365. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/README.md +173 -0
  366. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/example.js +18 -0
  367. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/formats.js +14 -0
  368. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js +584 -0
  369. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/README.md +72 -0
  370. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/example.js +27 -0
  371. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/index.js +61 -0
  372. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/package.json +53 -0
  373. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/test.js +33 -0
  374. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/README.md +19 -0
  375. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/index.js +12 -0
  376. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/README.md +28 -0
  377. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/is-property.js +5 -0
  378. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/package.json +59 -0
  379. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/package.json +51 -0
  380. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/test.js +12 -0
  381. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/README.md +32 -0
  382. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/jsonpointer.js +76 -0
  383. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json +64 -0
  384. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/test.js +98 -0
  385. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/README.md +32 -0
  386. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/immutable.js +19 -0
  387. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/mutable.js +17 -0
  388. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/package.json +84 -0
  389. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/test.js +83 -0
  390. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json +75 -0
  391. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/require.js +12 -0
  392. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/fixtures/cosmic.js +84 -0
  393. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalItems.json +82 -0
  394. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalProperties.json +88 -0
  395. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/allOf.json +112 -0
  396. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/anyOf.json +68 -0
  397. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/bignum.json +107 -0
  398. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/default.json +49 -0
  399. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json +32 -0
  400. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/dependencies.json +113 -0
  401. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/enum.json +72 -0
  402. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/format.json +143 -0
  403. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json +46 -0
  404. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxItems.json +28 -0
  405. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxLength.json +28 -0
  406. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json +28 -0
  407. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maximum.json +42 -0
  408. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minItems.json +28 -0
  409. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minLength.json +28 -0
  410. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minProperties.json +28 -0
  411. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minimum.json +42 -0
  412. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json +96 -0
  413. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/not.json +96 -0
  414. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndFormat.json +18 -0
  415. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json +18 -0
  416. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/oneOf.json +68 -0
  417. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/pattern.json +23 -0
  418. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/patternProperties.json +110 -0
  419. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/properties.json +92 -0
  420. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/ref.json +128 -0
  421. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/refRemote.json +74 -0
  422. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/required.json +39 -0
  423. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/type.json +330 -0
  424. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/uniqueItems.json +79 -0
  425. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema.js +23 -0
  426. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js +447 -0
  427. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/index.js +3 -0
  428. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/index.js +292 -0
  429. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json +66 -0
  430. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/readme.md +83 -0
  431. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json +69 -0
  432. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/readme.md +28 -0
  433. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/package.json +87 -0
  434. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/README.md +634 -0
  435. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/bower.json +24 -0
  436. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/component.json +19 -0
  437. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/dist/client.js +343 -0
  438. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/example/usage.js +78 -0
  439. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/images/hawk.png +0 -0
  440. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/images/logo.png +0 -0
  441. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/browser.js +637 -0
  442. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/client.js +369 -0
  443. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/crypto.js +126 -0
  444. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/index.js +15 -0
  445. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/server.js +548 -0
  446. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/utils.js +184 -0
  447. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md +1 -0
  448. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/README.md +652 -0
  449. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +0 -0
  450. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +318 -0
  451. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/package.json +64 -0
  452. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +654 -0
  453. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +16 -0
  454. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +68 -0
  455. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +61 -0
  456. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +102 -0
  457. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md +1 -0
  458. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +584 -0
  459. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +0 -0
  460. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +132 -0
  461. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +993 -0
  462. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +61 -0
  463. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +88 -0
  464. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +2513 -0
  465. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt +0 -0
  466. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +1 -0
  467. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +1 -0
  468. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +1 -0
  469. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +68 -0
  470. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +16 -0
  471. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +25 -0
  472. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +1 -0
  473. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +412 -0
  474. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +65 -0
  475. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +435 -0
  476. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/package.json +68 -0
  477. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/browser.js +1492 -0
  478. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/client.js +440 -0
  479. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/crypto.js +70 -0
  480. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/index.js +378 -0
  481. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/readme.js +95 -0
  482. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/server.js +1329 -0
  483. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/uri.js +838 -0
  484. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/utils.js +149 -0
  485. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/CHANGES.md +46 -0
  486. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/README.md +79 -0
  487. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/http_signing.md +363 -0
  488. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/index.js +29 -0
  489. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/parser.js +318 -0
  490. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/signer.js +399 -0
  491. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/utils.js +112 -0
  492. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/verify.js +88 -0
  493. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/CHANGES.md +8 -0
  494. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +155 -0
  495. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +206 -0
  496. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +83 -0
  497. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md +35 -0
  498. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md +237 -0
  499. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js +488 -0
  500. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps +39 -0
  501. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ +285 -0
  502. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md +39 -0
  503. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/examples/simple.js +2 -0
  504. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/jsl.node.conf +137 -0
  505. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/lib/extsprintf.js +166 -0
  506. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/package.json +37 -0
  507. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/README.md +5 -0
  508. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
  509. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
  510. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/links.js +52 -0
  511. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/validate.js +260 -0
  512. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/package.json +59 -0
  513. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/test/tests.js +95 -0
  514. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/Makefile.targ +285 -0
  515. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/README.md +120 -0
  516. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-verror.js +36 -0
  517. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-werror.js +34 -0
  518. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/varargs.js +6 -0
  519. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/verror.js +13 -0
  520. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/werror.js +14 -0
  521. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/jsl.node.conf +139 -0
  522. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js +157 -0
  523. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/package.json +43 -0
  524. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.inherit.js +100 -0
  525. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.verror.js +156 -0
  526. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.werror.js +179 -0
  527. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/package.json +51 -0
  528. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/README.md +666 -0
  529. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/algs.js +168 -0
  530. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/certificate.js +291 -0
  531. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/dhe.js +311 -0
  532. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ed-compat.js +96 -0
  533. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/errors.js +84 -0
  534. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/fingerprint.js +161 -0
  535. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/auto.js +73 -0
  536. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js +289 -0
  537. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js +186 -0
  538. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
  539. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js +505 -0
  540. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js +146 -0
  541. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
  542. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js +114 -0
  543. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js +77 -0
  544. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js +484 -0
  545. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js +255 -0
  546. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js +38 -0
  547. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js +270 -0
  548. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js +231 -0
  549. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/signature.js +245 -0
  550. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ssh-buffer.js +148 -0
  551. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/utils.js +246 -0
  552. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
  553. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
  554. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
  555. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md +50 -0
  556. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/errors.js +13 -0
  557. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/index.js +27 -0
  558. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/reader.js +261 -0
  559. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/types.js +36 -0
  560. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/writer.js +316 -0
  561. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js +20 -0
  562. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json +65 -0
  563. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js +208 -0
  564. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js +370 -0
  565. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +14 -0
  566. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md +162 -0
  567. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js +211 -0
  568. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json +83 -0
  569. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md +574 -0
  570. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in +388 -0
  571. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js +1055 -0
  572. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json +91 -0
  573. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md +8 -0
  574. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js +57 -0
  575. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/ec.js +561 -0
  576. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js +170 -0
  577. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json +56 -0
  578. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js +14 -0
  579. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md +32 -0
  580. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js +123 -0
  581. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json +57 -0
  582. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md +3 -0
  583. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/README.md +51 -0
  584. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.0 +42 -0
  585. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.1 +13 -0
  586. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/index.js +35 -0
  587. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/jsdoc.json +19 -0
  588. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/core.js +481 -0
  589. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/curve255.js +221 -0
  590. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/dh.js +111 -0
  591. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/eddsa.js +573 -0
  592. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/utils.js +198 -0
  593. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/package.json +71 -0
  594. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/README.md +175 -0
  595. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.html +12 -0
  596. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.js +3 -0
  597. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/index.js +1358 -0
  598. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/package.json +50 -0
  599. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/CHANGELOG.md +128 -0
  600. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/README.md +463 -0
  601. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.js +2418 -0
  602. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.min.js +2 -0
  603. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.js +1205 -0
  604. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.min.js +1 -0
  605. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json +94 -0
  606. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json +101 -0
  607. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/package.json +83 -0
  608. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/LICENSE.md +18 -0
  609. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/README.md +16 -0
  610. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/index.js +41 -0
  611. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/package.json +57 -0
  612. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/test.js +34 -0
  613. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/LICENSE.md +11 -0
  614. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/README.md +66 -0
  615. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/isstream.js +27 -0
  616. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/package.json +59 -0
  617. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/test.js +168 -0
  618. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
  619. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/README.md +52 -0
  620. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/package.json +68 -0
  621. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/stringify.js +27 -0
  622. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/test/mocha.opts +2 -0
  623. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
  624. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/HISTORY.md +197 -0
  625. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/README.md +103 -0
  626. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/index.js +188 -0
  627. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md +341 -0
  628. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md +82 -0
  629. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json +6627 -0
  630. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js +11 -0
  631. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json +99 -0
  632. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/package.json +89 -0
  633. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/LICENSE.md +21 -0
  634. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/README.md +254 -0
  635. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/README.md +53 -0
  636. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +174 -0
  637. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +34 -0
  638. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +34 -0
  639. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +84 -0
  640. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/bower.json +23 -0
  641. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/component.json +25 -0
  642. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/package.json +81 -0
  643. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/test/compare_v1.js +63 -0
  644. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/test/test.html +17 -0
  645. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/test/test.js +231 -0
  646. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/uuid.js +272 -0
  647. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/oauth-sign/README.md +4 -0
  648. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/oauth-sign/index.js +136 -0
  649. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/oauth-sign/package.json +66 -0
  650. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/CHANGELOG.md +130 -0
  651. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/CONTRIBUTING.md +1 -0
  652. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/README.md +376 -0
  653. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/dist/qs.js +486 -0
  654. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/index.js +9 -0
  655. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/parse.js +166 -0
  656. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/stringify.js +137 -0
  657. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/utils.js +164 -0
  658. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/package.json +87 -0
  659. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/index.js +5 -0
  660. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/parse.js +451 -0
  661. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/stringify.js +305 -0
  662. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/utils.js +9 -0
  663. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/LICENSE.txt +22 -0
  664. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/README.md +38 -0
  665. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/example.js +27 -0
  666. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/package.json +50 -0
  667. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/stringstream.js +102 -0
  668. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/README.md +506 -0
  669. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/cookie.js +1336 -0
  670. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/memstore.js +170 -0
  671. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/pathMatch.js +61 -0
  672. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/permuteDomain.js +56 -0
  673. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +98 -0
  674. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/store.js +71 -0
  675. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/package.json +95 -0
  676. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tunnel-agent/README.md +4 -0
  677. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tunnel-agent/index.js +243 -0
  678. data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tunnel-agent/package.json +68 -0
  679. data/lib/tck/lambdas/chistacojs/node_modules/request/package.json +119 -0
  680. data/lib/tck/lambdas/chistacojs/node_modules/request/request.js +1434 -0
  681. data/lib/tck/lambdas/chistacojs/post_chistaco.js +21 -0
  682. data/lib/tck/lambdas/chistacojs/refreshing_matter.js +17 -0
  683. data/lib/tck/lambdas/chistacojs/source/chistacojs.js +30 -0
  684. data/lib/tck/lambdas/chistacojs/source/chistescortos.js +17 -0
  685. data/lib/tck/lambdas/chistacojs/source/conf.js +9 -0
  686. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/History.md +576 -0
  687. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/Readme.md +1093 -0
  688. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/index.js +11 -0
  689. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/attributes.js +495 -0
  690. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/css.js +121 -0
  691. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/forms.js +65 -0
  692. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/manipulation.js +425 -0
  693. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/traversing.js +429 -0
  694. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/cheerio.js +148 -0
  695. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/parse.js +86 -0
  696. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/static.js +187 -0
  697. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/utils.js +83 -0
  698. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/README.md +133 -0
  699. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/index.js +59 -0
  700. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/attributes.js +181 -0
  701. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/compile.js +192 -0
  702. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/general.js +89 -0
  703. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/procedure.json +11 -0
  704. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/pseudos.js +393 -0
  705. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/sort.js +80 -0
  706. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/README.md +10 -0
  707. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/index.js +8 -0
  708. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/package.json +46 -0
  709. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/css-what/index.js +267 -0
  710. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/css-what/package.json +74 -0
  711. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/css-what/readme.md +46 -0
  712. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/index.js +14 -0
  713. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/helpers.js +141 -0
  714. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/legacy.js +87 -0
  715. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/manipulation.js +77 -0
  716. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/querying.js +94 -0
  717. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/stringify.js +22 -0
  718. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/traversal.js +24 -0
  719. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/index.js +15 -0
  720. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/package.json +46 -0
  721. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/readme.md +1 -0
  722. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/package.json +74 -0
  723. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/readme.md +1 -0
  724. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/fixture.js +6 -0
  725. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/helpers.js +89 -0
  726. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/legacy.js +119 -0
  727. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/traversal.js +17 -0
  728. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/utils.js +9 -0
  729. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/README.md +51 -0
  730. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/compile.js +40 -0
  731. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/index.js +9 -0
  732. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/package.json +52 -0
  733. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/parse.js +40 -0
  734. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/test.js +102 -0
  735. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/package.json +90 -0
  736. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/index.js +178 -0
  737. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/index.js +14 -0
  738. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/package.json +45 -0
  739. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/readme.md +1 -0
  740. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/package.json +72 -0
  741. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/index.js +33 -0
  742. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/lib/decode.js +72 -0
  743. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/lib/decode_codepoint.js +26 -0
  744. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/lib/encode.js +73 -0
  745. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/decode.json +1 -0
  746. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/entities.json +1 -0
  747. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/legacy.json +1 -0
  748. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/xml.json +1 -0
  749. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/package.json +79 -0
  750. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/readme.md +27 -0
  751. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/test/mocha.opts +2 -0
  752. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/test/test.js +168 -0
  753. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/CollectingHandler.js +55 -0
  754. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/FeedHandler.js +95 -0
  755. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/Parser.js +353 -0
  756. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/ProxyHandler.js +27 -0
  757. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/Stream.js +35 -0
  758. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/Tokenizer.js +906 -0
  759. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/WritableStream.js +25 -0
  760. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/index.js +68 -0
  761. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/index.js +15 -0
  762. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/package.json +45 -0
  763. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/readme.md +1 -0
  764. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/index.js +182 -0
  765. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/element.js +20 -0
  766. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/node.js +44 -0
  767. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/package.json +68 -0
  768. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/readme.md +105 -0
  769. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/01-basic.json +57 -0
  770. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/02-single_tag_1.json +21 -0
  771. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/03-single_tag_2.json +21 -0
  772. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/04-unescaped_in_script.json +27 -0
  773. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/05-tags_in_comment.json +18 -0
  774. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/06-comment_in_script.json +18 -0
  775. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/07-unescaped_in_style.json +20 -0
  776. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json +20 -0
  777. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/09-unquoted_attrib.json +20 -0
  778. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/10-singular_attribute.json +15 -0
  779. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/11-text_outside_tags.json +40 -0
  780. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/12-text_only.json +11 -0
  781. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/13-comment_in_text.json +19 -0
  782. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json +18 -0
  783. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/15-non-verbose.json +22 -0
  784. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/16-normalize_whitespace.json +47 -0
  785. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/17-xml_namespace.json +18 -0
  786. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/18-enforce_empty_tags.json +16 -0
  787. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/19-ignore_empty_tags.json +20 -0
  788. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/20-template_script_tags.json +20 -0
  789. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/21-conditional_comments.json +15 -0
  790. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/22-lowercase_tags.json +41 -0
  791. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/23-dom-lvl1.json +131 -0
  792. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/24-with-start-indices.json +85 -0
  793. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/tests.js +60 -0
  794. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/index.js +14 -0
  795. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +141 -0
  796. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +87 -0
  797. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +77 -0
  798. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +94 -0
  799. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +22 -0
  800. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +24 -0
  801. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/package.json +74 -0
  802. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/readme.md +1 -0
  803. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/fixture.js +6 -0
  804. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/helpers.js +89 -0
  805. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/legacy.js +119 -0
  806. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/traversal.js +17 -0
  807. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/utils.js +9 -0
  808. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/README.md +42 -0
  809. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits.js +7 -0
  810. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits_browser.js +23 -0
  811. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/package.json +62 -0
  812. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/README.md +36 -0
  813. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/stream.md +2015 -0
  814. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  815. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/duplex.js +1 -0
  816. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
  817. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
  818. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_readable.js +937 -0
  819. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_transform.js +180 -0
  820. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_writable.js +526 -0
  821. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/internal/streams/BufferList.js +64 -0
  822. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/index.js +108 -0
  823. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/license.md +19 -0
  824. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/package.json +49 -0
  825. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/readme.md +21 -0
  826. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
  827. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
  828. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +107 -0
  829. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/package.json +60 -0
  830. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  831. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
  832. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
  833. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
  834. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
  835. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
  836. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
  837. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
  838. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/package.json +49 -0
  839. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
  840. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
  841. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
  842. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
  843. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
  844. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
  845. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
  846. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
  847. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
  848. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
  849. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/package.json +90 -0
  850. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/passthrough.js +1 -0
  851. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/readable.js +16 -0
  852. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/transform.js +1 -0
  853. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/writable.js +1 -0
  854. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/package.json +84 -0
  855. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.assignin/README.md +18 -0
  856. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.assignin/index.js +626 -0
  857. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.assignin/package.json +77 -0
  858. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.bind/README.md +18 -0
  859. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.bind/index.js +1254 -0
  860. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.bind/package.json +77 -0
  861. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.defaults/README.md +18 -0
  862. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.defaults/index.js +668 -0
  863. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.defaults/package.json +77 -0
  864. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.filter/README.md +18 -0
  865. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.filter/index.js +2366 -0
  866. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.filter/package.json +77 -0
  867. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.flatten/README.md +18 -0
  868. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.flatten/index.js +349 -0
  869. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.flatten/package.json +77 -0
  870. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/README.md +18 -0
  871. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/index.js +565 -0
  872. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/package.json +77 -0
  873. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.map/README.md +18 -0
  874. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.map/index.js +2366 -0
  875. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.map/package.json +77 -0
  876. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.merge/README.md +18 -0
  877. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.merge/index.js +2207 -0
  878. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.merge/package.json +77 -0
  879. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.pick/README.md +18 -0
  880. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.pick/index.js +503 -0
  881. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.pick/package.json +77 -0
  882. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reduce/README.md +18 -0
  883. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reduce/index.js +2372 -0
  884. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reduce/package.json +77 -0
  885. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reject/README.md +18 -0
  886. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reject/index.js +2398 -0
  887. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reject/package.json +77 -0
  888. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.some/README.md +18 -0
  889. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.some/index.js +2368 -0
  890. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.some/package.json +77 -0
  891. data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/package.json +105 -0
  892. data/lib/tck/lambdas/chistacojs/source/node_modules/request/CHANGELOG.md +633 -0
  893. data/lib/tck/lambdas/chistacojs/source/node_modules/request/CONTRIBUTING.md +81 -0
  894. data/lib/tck/lambdas/chistacojs/source/node_modules/request/README.md +1097 -0
  895. data/lib/tck/lambdas/chistacojs/source/node_modules/request/codecov.yml +2 -0
  896. data/lib/tck/lambdas/chistacojs/source/node_modules/request/index.js +157 -0
  897. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/auth.js +168 -0
  898. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/cookies.js +39 -0
  899. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/getProxyFromURI.js +79 -0
  900. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/har.js +215 -0
  901. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/helpers.js +74 -0
  902. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/multipart.js +112 -0
  903. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/oauth.js +147 -0
  904. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/querystring.js +51 -0
  905. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/redirect.js +153 -0
  906. data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/tunnel.js +176 -0
  907. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws-sign2/README.md +4 -0
  908. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws-sign2/index.js +212 -0
  909. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws-sign2/package.json +49 -0
  910. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/README.md +514 -0
  911. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/aws4.js +318 -0
  912. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/lru.js +96 -0
  913. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/package.json +106 -0
  914. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/LICENSE.md +13 -0
  915. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/README.md +200 -0
  916. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/bl.js +243 -0
  917. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/README.md +36 -0
  918. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown +1760 -0
  919. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  920. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/duplex.js +1 -0
  921. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
  922. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
  923. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +880 -0
  924. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +180 -0
  925. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +516 -0
  926. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
  927. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
  928. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +107 -0
  929. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +60 -0
  930. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  931. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/README.md +42 -0
  932. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits.js +1 -0
  933. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +23 -0
  934. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/package.json +49 -0
  935. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/test.js +25 -0
  936. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
  937. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
  938. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
  939. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
  940. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
  941. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
  942. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
  943. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/package.json +49 -0
  944. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
  945. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
  946. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
  947. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
  948. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
  949. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
  950. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
  951. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
  952. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
  953. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
  954. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/package.json +80 -0
  955. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/passthrough.js +1 -0
  956. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/readable.js +12 -0
  957. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/transform.js +1 -0
  958. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/writable.js +1 -0
  959. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/package.json +64 -0
  960. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/test/test.js +640 -0
  961. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/README.md +45 -0
  962. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/index.js +66 -0
  963. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/package.json +62 -0
  964. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/test.js +40 -0
  965. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/Readme.md +138 -0
  966. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/lib/combined_stream.js +188 -0
  967. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +141 -0
  968. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  969. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json +64 -0
  970. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/package.json +67 -0
  971. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/CHANGELOG.md +69 -0
  972. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/README.md +62 -0
  973. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/component.json +32 -0
  974. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/index.js +86 -0
  975. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/package.json +73 -0
  976. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/forever-agent/README.md +4 -0
  977. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/forever-agent/index.js +138 -0
  978. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/forever-agent/package.json +56 -0
  979. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/README.md +218 -0
  980. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/lib/browser.js +2 -0
  981. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/lib/form_data.js +411 -0
  982. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/lib/populate.js +9 -0
  983. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md +125 -0
  984. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/README.md +1877 -0
  985. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js +1265 -0
  986. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/dist/async.min.js +2 -0
  987. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +1265 -0
  988. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/package.json +123 -0
  989. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/package.json +104 -0
  990. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml +36 -0
  991. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/README.md +309 -0
  992. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/async.js +14 -0
  993. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/error.js +10 -0
  994. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/index.js +22 -0
  995. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/runner.js +29 -0
  996. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/cache.json +13 -0
  997. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json +31 -0
  998. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/content.json +27 -0
  999. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json +34 -0
  1000. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/creator.json +18 -0
  1001. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/entry.json +51 -0
  1002. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/har.json +11 -0
  1003. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/index.js +49 -0
  1004. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/log.json +34 -0
  1005. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/page.json +30 -0
  1006. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json +16 -0
  1007. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/postData.json +41 -0
  1008. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/record.json +18 -0
  1009. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/request.json +55 -0
  1010. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/response.json +52 -0
  1011. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/timings.json +40 -0
  1012. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js +116 -0
  1013. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/index.js +65 -0
  1014. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/package.json +80 -0
  1015. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/readme.md +86 -0
  1016. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/index.js +11 -0
  1017. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json +75 -0
  1018. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/readme.md +27 -0
  1019. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js +4 -0
  1020. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js +4 -0
  1021. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/package.json +86 -0
  1022. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/readme.md +31 -0
  1023. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json +85 -0
  1024. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md +36 -0
  1025. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/index.js +6 -0
  1026. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/index.js +4 -0
  1027. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/package.json +86 -0
  1028. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +31 -0
  1029. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/package.json +90 -0
  1030. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/readme.md +33 -0
  1031. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js +50 -0
  1032. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json +79 -0
  1033. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/readme.md +36 -0
  1034. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json +107 -0
  1035. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md +213 -0
  1036. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/History.md +261 -0
  1037. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/Readme.md +351 -0
  1038. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/index.js +1110 -0
  1039. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/README.md +17 -0
  1040. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/index.js +12 -0
  1041. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json +48 -0
  1042. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/package.json +71 -0
  1043. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/README.md +173 -0
  1044. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/example.js +18 -0
  1045. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/formats.js +14 -0
  1046. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js +584 -0
  1047. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/README.md +72 -0
  1048. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/example.js +27 -0
  1049. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/index.js +61 -0
  1050. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/package.json +53 -0
  1051. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/test.js +33 -0
  1052. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/README.md +19 -0
  1053. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/index.js +12 -0
  1054. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/README.md +28 -0
  1055. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/is-property.js +5 -0
  1056. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/package.json +59 -0
  1057. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/package.json +51 -0
  1058. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/test.js +12 -0
  1059. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/README.md +32 -0
  1060. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/jsonpointer.js +76 -0
  1061. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json +64 -0
  1062. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/test.js +98 -0
  1063. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/README.md +32 -0
  1064. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/immutable.js +19 -0
  1065. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/mutable.js +17 -0
  1066. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/package.json +84 -0
  1067. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/test.js +83 -0
  1068. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json +75 -0
  1069. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/require.js +12 -0
  1070. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/fixtures/cosmic.js +84 -0
  1071. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalItems.json +82 -0
  1072. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalProperties.json +88 -0
  1073. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/allOf.json +112 -0
  1074. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/anyOf.json +68 -0
  1075. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/bignum.json +107 -0
  1076. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/default.json +49 -0
  1077. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json +32 -0
  1078. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/dependencies.json +113 -0
  1079. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/enum.json +72 -0
  1080. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/format.json +143 -0
  1081. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json +46 -0
  1082. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxItems.json +28 -0
  1083. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxLength.json +28 -0
  1084. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json +28 -0
  1085. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maximum.json +42 -0
  1086. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minItems.json +28 -0
  1087. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minLength.json +28 -0
  1088. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minProperties.json +28 -0
  1089. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minimum.json +42 -0
  1090. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json +96 -0
  1091. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/not.json +96 -0
  1092. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndFormat.json +18 -0
  1093. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json +18 -0
  1094. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/oneOf.json +68 -0
  1095. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/pattern.json +23 -0
  1096. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/patternProperties.json +110 -0
  1097. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/properties.json +92 -0
  1098. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/ref.json +128 -0
  1099. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/refRemote.json +74 -0
  1100. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/required.json +39 -0
  1101. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/type.json +330 -0
  1102. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/uniqueItems.json +79 -0
  1103. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema.js +23 -0
  1104. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js +447 -0
  1105. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/index.js +3 -0
  1106. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/index.js +292 -0
  1107. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json +66 -0
  1108. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/readme.md +83 -0
  1109. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json +69 -0
  1110. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/readme.md +28 -0
  1111. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/package.json +87 -0
  1112. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/README.md +634 -0
  1113. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/bower.json +24 -0
  1114. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/component.json +19 -0
  1115. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/dist/client.js +343 -0
  1116. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/example/usage.js +78 -0
  1117. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/images/hawk.png +0 -0
  1118. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/images/logo.png +0 -0
  1119. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/browser.js +637 -0
  1120. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/client.js +369 -0
  1121. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/crypto.js +126 -0
  1122. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/index.js +15 -0
  1123. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/server.js +548 -0
  1124. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/utils.js +184 -0
  1125. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md +1 -0
  1126. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/README.md +652 -0
  1127. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +0 -0
  1128. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +318 -0
  1129. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/package.json +64 -0
  1130. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +654 -0
  1131. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +16 -0
  1132. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +68 -0
  1133. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +61 -0
  1134. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +102 -0
  1135. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md +1 -0
  1136. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +584 -0
  1137. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +0 -0
  1138. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +132 -0
  1139. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +993 -0
  1140. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +61 -0
  1141. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +88 -0
  1142. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +2513 -0
  1143. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt +0 -0
  1144. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +1 -0
  1145. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +1 -0
  1146. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +1 -0
  1147. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +68 -0
  1148. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +16 -0
  1149. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +25 -0
  1150. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +1 -0
  1151. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +412 -0
  1152. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +65 -0
  1153. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +435 -0
  1154. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/package.json +68 -0
  1155. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/browser.js +1492 -0
  1156. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/client.js +440 -0
  1157. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/crypto.js +70 -0
  1158. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/index.js +378 -0
  1159. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/readme.js +95 -0
  1160. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/server.js +1329 -0
  1161. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/uri.js +838 -0
  1162. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/utils.js +149 -0
  1163. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/CHANGES.md +46 -0
  1164. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/README.md +79 -0
  1165. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/http_signing.md +363 -0
  1166. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/index.js +29 -0
  1167. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/parser.js +318 -0
  1168. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/signer.js +399 -0
  1169. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/utils.js +112 -0
  1170. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/verify.js +88 -0
  1171. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/CHANGES.md +8 -0
  1172. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +155 -0
  1173. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +206 -0
  1174. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +83 -0
  1175. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md +35 -0
  1176. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md +237 -0
  1177. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js +488 -0
  1178. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps +39 -0
  1179. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ +285 -0
  1180. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md +39 -0
  1181. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/examples/simple.js +2 -0
  1182. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/jsl.node.conf +137 -0
  1183. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/lib/extsprintf.js +166 -0
  1184. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/package.json +37 -0
  1185. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/README.md +5 -0
  1186. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
  1187. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
  1188. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/links.js +52 -0
  1189. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/validate.js +260 -0
  1190. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/package.json +59 -0
  1191. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/test/tests.js +95 -0
  1192. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/Makefile.targ +285 -0
  1193. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/README.md +120 -0
  1194. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-verror.js +36 -0
  1195. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-werror.js +34 -0
  1196. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/varargs.js +6 -0
  1197. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/verror.js +13 -0
  1198. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/werror.js +14 -0
  1199. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/jsl.node.conf +139 -0
  1200. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js +157 -0
  1201. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/package.json +43 -0
  1202. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.inherit.js +100 -0
  1203. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.verror.js +156 -0
  1204. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.werror.js +179 -0
  1205. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/package.json +51 -0
  1206. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/README.md +666 -0
  1207. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/algs.js +168 -0
  1208. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/certificate.js +291 -0
  1209. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/dhe.js +311 -0
  1210. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ed-compat.js +96 -0
  1211. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/errors.js +84 -0
  1212. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/fingerprint.js +161 -0
  1213. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/auto.js +73 -0
  1214. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js +289 -0
  1215. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js +186 -0
  1216. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
  1217. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js +505 -0
  1218. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js +146 -0
  1219. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
  1220. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js +114 -0
  1221. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js +77 -0
  1222. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js +484 -0
  1223. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js +255 -0
  1224. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js +38 -0
  1225. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js +270 -0
  1226. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js +231 -0
  1227. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/signature.js +245 -0
  1228. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ssh-buffer.js +148 -0
  1229. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/utils.js +246 -0
  1230. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
  1231. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
  1232. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
  1233. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md +50 -0
  1234. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/errors.js +13 -0
  1235. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/index.js +27 -0
  1236. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/reader.js +261 -0
  1237. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/types.js +36 -0
  1238. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/writer.js +316 -0
  1239. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js +20 -0
  1240. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json +65 -0
  1241. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js +208 -0
  1242. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js +370 -0
  1243. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +14 -0
  1244. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md +162 -0
  1245. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js +211 -0
  1246. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json +83 -0
  1247. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md +574 -0
  1248. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in +388 -0
  1249. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js +1055 -0
  1250. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json +91 -0
  1251. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md +8 -0
  1252. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js +57 -0
  1253. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/ec.js +561 -0
  1254. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js +170 -0
  1255. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json +56 -0
  1256. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js +14 -0
  1257. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md +32 -0
  1258. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js +123 -0
  1259. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json +57 -0
  1260. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md +3 -0
  1261. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/README.md +51 -0
  1262. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.0 +42 -0
  1263. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.1 +13 -0
  1264. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/index.js +35 -0
  1265. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/jsdoc.json +19 -0
  1266. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/core.js +481 -0
  1267. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/curve255.js +221 -0
  1268. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/dh.js +111 -0
  1269. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/eddsa.js +573 -0
  1270. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/utils.js +198 -0
  1271. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/package.json +71 -0
  1272. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/README.md +175 -0
  1273. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.html +12 -0
  1274. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.js +3 -0
  1275. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/index.js +1358 -0
  1276. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/package.json +50 -0
  1277. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/CHANGELOG.md +128 -0
  1278. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/README.md +463 -0
  1279. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.js +2418 -0
  1280. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.min.js +2 -0
  1281. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.js +1205 -0
  1282. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.min.js +1 -0
  1283. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json +94 -0
  1284. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json +101 -0
  1285. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/package.json +83 -0
  1286. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/LICENSE.md +18 -0
  1287. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/README.md +16 -0
  1288. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/index.js +41 -0
  1289. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/package.json +57 -0
  1290. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/test.js +34 -0
  1291. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/LICENSE.md +11 -0
  1292. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/README.md +66 -0
  1293. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/isstream.js +27 -0
  1294. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/package.json +59 -0
  1295. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/test.js +168 -0
  1296. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
  1297. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/README.md +52 -0
  1298. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/package.json +68 -0
  1299. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/stringify.js +27 -0
  1300. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/test/mocha.opts +2 -0
  1301. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
  1302. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/HISTORY.md +197 -0
  1303. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/README.md +103 -0
  1304. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/index.js +188 -0
  1305. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md +341 -0
  1306. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md +82 -0
  1307. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json +6627 -0
  1308. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js +11 -0
  1309. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json +99 -0
  1310. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/package.json +89 -0
  1311. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/LICENSE.md +21 -0
  1312. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/README.md +254 -0
  1313. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/README.md +53 -0
  1314. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +174 -0
  1315. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +34 -0
  1316. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +34 -0
  1317. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +84 -0
  1318. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/bower.json +23 -0
  1319. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/component.json +25 -0
  1320. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/package.json +81 -0
  1321. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/test/compare_v1.js +63 -0
  1322. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/test/test.html +17 -0
  1323. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/test/test.js +231 -0
  1324. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/uuid.js +272 -0
  1325. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/oauth-sign/README.md +4 -0
  1326. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/oauth-sign/index.js +136 -0
  1327. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/oauth-sign/package.json +66 -0
  1328. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/CHANGELOG.md +130 -0
  1329. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/CONTRIBUTING.md +1 -0
  1330. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/README.md +376 -0
  1331. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/dist/qs.js +486 -0
  1332. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/index.js +9 -0
  1333. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/parse.js +166 -0
  1334. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/stringify.js +137 -0
  1335. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/utils.js +164 -0
  1336. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/package.json +87 -0
  1337. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/index.js +5 -0
  1338. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/parse.js +451 -0
  1339. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/stringify.js +305 -0
  1340. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/utils.js +9 -0
  1341. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/LICENSE.txt +22 -0
  1342. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/README.md +38 -0
  1343. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/example.js +27 -0
  1344. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/package.json +50 -0
  1345. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/stringstream.js +102 -0
  1346. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/README.md +506 -0
  1347. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/cookie.js +1336 -0
  1348. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/memstore.js +170 -0
  1349. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/pathMatch.js +61 -0
  1350. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/permuteDomain.js +56 -0
  1351. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +98 -0
  1352. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/store.js +71 -0
  1353. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/package.json +95 -0
  1354. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/README.md +4 -0
  1355. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/index.js +243 -0
  1356. data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/package.json +68 -0
  1357. data/lib/tck/lambdas/chistacojs/source/node_modules/request/package.json +119 -0
  1358. data/lib/tck/lambdas/chistacojs/source/node_modules/request/request.js +1434 -0
  1359. data/lib/tck/lambdas/chistacojs/source/post_chistaco.js +21 -0
  1360. data/lib/tck/lambdas/chistacojs/source/refreshing_matter.js +17 -0
  1361. data/lib/tck/lambdas/chistacojs/test/succeeded/basic.json +1 -0
  1362. data/lib/tck/lambdas/templates/lambdas.rake.erb +1 -0
  1363. data/lib/tck/lambdas/version.rb +1 -1
  1364. metadata +1360 -2
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "lodash.pick",
3
+ "version": "4.4.0",
4
+ "description": "The lodash method `_.pick` exported as a module.",
5
+ "homepage": "https://lodash.com/",
6
+ "icon": "https://lodash.com/icon.svg",
7
+ "license": "MIT",
8
+ "keywords": [
9
+ "lodash-modularized",
10
+ "pick"
11
+ ],
12
+ "author": {
13
+ "name": "John-David Dalton",
14
+ "email": "john.david.dalton@gmail.com",
15
+ "url": "http://allyoucanleet.com/"
16
+ },
17
+ "contributors": [
18
+ {
19
+ "name": "John-David Dalton",
20
+ "email": "john.david.dalton@gmail.com",
21
+ "url": "http://allyoucanleet.com/"
22
+ },
23
+ {
24
+ "name": "Blaine Bublitz",
25
+ "email": "blaine.bublitz@gmail.com",
26
+ "url": "https://github.com/phated"
27
+ },
28
+ {
29
+ "name": "Mathias Bynens",
30
+ "email": "mathias@qiwi.be",
31
+ "url": "https://mathiasbynens.be/"
32
+ }
33
+ ],
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/lodash/lodash.git"
37
+ },
38
+ "scripts": {
39
+ "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
40
+ },
41
+ "bugs": {
42
+ "url": "https://github.com/lodash/lodash/issues"
43
+ },
44
+ "_id": "lodash.pick@4.4.0",
45
+ "_shasum": "52f05610fff9ded422611441ed1fc123a03001b3",
46
+ "_from": "lodash.pick@^4.2.1",
47
+ "_npmVersion": "2.15.10",
48
+ "_nodeVersion": "4.4.7",
49
+ "_npmUser": {
50
+ "name": "jdalton",
51
+ "email": "john.david.dalton@gmail.com"
52
+ },
53
+ "dist": {
54
+ "shasum": "52f05610fff9ded422611441ed1fc123a03001b3",
55
+ "tarball": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz"
56
+ },
57
+ "maintainers": [
58
+ {
59
+ "name": "jdalton",
60
+ "email": "john.david.dalton@gmail.com"
61
+ },
62
+ {
63
+ "name": "mathias",
64
+ "email": "mathias@qiwi.be"
65
+ },
66
+ {
67
+ "name": "phated",
68
+ "email": "blaine@iceddev.com"
69
+ }
70
+ ],
71
+ "_npmOperationalInternal": {
72
+ "host": "packages-16-east.internal.npmjs.com",
73
+ "tmp": "tmp/lodash.pick-4.4.0.tgz_1471110197744_0.19985924172215164"
74
+ },
75
+ "directories": {},
76
+ "_resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz"
77
+ }
@@ -0,0 +1,18 @@
1
+ # lodash.reduce v4.6.0
2
+
3
+ The [lodash](https://lodash.com/) method `_.reduce` exported as a [Node.js](https://nodejs.org/) module.
4
+
5
+ ## Installation
6
+
7
+ Using npm:
8
+ ```bash
9
+ $ {sudo -H} npm i -g npm
10
+ $ npm i --save lodash.reduce
11
+ ```
12
+
13
+ In Node.js:
14
+ ```js
15
+ var reduce = require('lodash.reduce');
16
+ ```
17
+
18
+ See the [documentation](https://lodash.com/docs#reduce) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.reduce) for more details.
@@ -0,0 +1,2372 @@
1
+ /**
2
+ * lodash (Custom Build) <https://lodash.com/>
3
+ * Build: `lodash modularize exports="npm" -o ./`
4
+ * Copyright jQuery Foundation and other contributors <https://jquery.org/>
5
+ * Released under MIT license <https://lodash.com/license>
6
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
8
+ */
9
+
10
+ /** Used as the size to enable large array optimizations. */
11
+ var LARGE_ARRAY_SIZE = 200;
12
+
13
+ /** Used as the `TypeError` message for "Functions" methods. */
14
+ var FUNC_ERROR_TEXT = 'Expected a function';
15
+
16
+ /** Used to stand-in for `undefined` hash values. */
17
+ var HASH_UNDEFINED = '__lodash_hash_undefined__';
18
+
19
+ /** Used to compose bitmasks for comparison styles. */
20
+ var UNORDERED_COMPARE_FLAG = 1,
21
+ PARTIAL_COMPARE_FLAG = 2;
22
+
23
+ /** Used as references for various `Number` constants. */
24
+ var INFINITY = 1 / 0,
25
+ MAX_SAFE_INTEGER = 9007199254740991;
26
+
27
+ /** `Object#toString` result references. */
28
+ var argsTag = '[object Arguments]',
29
+ arrayTag = '[object Array]',
30
+ boolTag = '[object Boolean]',
31
+ dateTag = '[object Date]',
32
+ errorTag = '[object Error]',
33
+ funcTag = '[object Function]',
34
+ genTag = '[object GeneratorFunction]',
35
+ mapTag = '[object Map]',
36
+ numberTag = '[object Number]',
37
+ objectTag = '[object Object]',
38
+ promiseTag = '[object Promise]',
39
+ regexpTag = '[object RegExp]',
40
+ setTag = '[object Set]',
41
+ stringTag = '[object String]',
42
+ symbolTag = '[object Symbol]',
43
+ weakMapTag = '[object WeakMap]';
44
+
45
+ var arrayBufferTag = '[object ArrayBuffer]',
46
+ dataViewTag = '[object DataView]',
47
+ float32Tag = '[object Float32Array]',
48
+ float64Tag = '[object Float64Array]',
49
+ int8Tag = '[object Int8Array]',
50
+ int16Tag = '[object Int16Array]',
51
+ int32Tag = '[object Int32Array]',
52
+ uint8Tag = '[object Uint8Array]',
53
+ uint8ClampedTag = '[object Uint8ClampedArray]',
54
+ uint16Tag = '[object Uint16Array]',
55
+ uint32Tag = '[object Uint32Array]';
56
+
57
+ /** Used to match property names within property paths. */
58
+ var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
59
+ reIsPlainProp = /^\w*$/,
60
+ reLeadingDot = /^\./,
61
+ rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
62
+
63
+ /**
64
+ * Used to match `RegExp`
65
+ * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
66
+ */
67
+ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
68
+
69
+ /** Used to match backslashes in property paths. */
70
+ var reEscapeChar = /\\(\\)?/g;
71
+
72
+ /** Used to detect host constructors (Safari). */
73
+ var reIsHostCtor = /^\[object .+?Constructor\]$/;
74
+
75
+ /** Used to detect unsigned integer values. */
76
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
77
+
78
+ /** Used to identify `toStringTag` values of typed arrays. */
79
+ var typedArrayTags = {};
80
+ typedArrayTags[float32Tag] = typedArrayTags[float64Tag] =
81
+ typedArrayTags[int8Tag] = typedArrayTags[int16Tag] =
82
+ typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =
83
+ typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =
84
+ typedArrayTags[uint32Tag] = true;
85
+ typedArrayTags[argsTag] = typedArrayTags[arrayTag] =
86
+ typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =
87
+ typedArrayTags[dataViewTag] = typedArrayTags[dateTag] =
88
+ typedArrayTags[errorTag] = typedArrayTags[funcTag] =
89
+ typedArrayTags[mapTag] = typedArrayTags[numberTag] =
90
+ typedArrayTags[objectTag] = typedArrayTags[regexpTag] =
91
+ typedArrayTags[setTag] = typedArrayTags[stringTag] =
92
+ typedArrayTags[weakMapTag] = false;
93
+
94
+ /** Detect free variable `global` from Node.js. */
95
+ var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
96
+
97
+ /** Detect free variable `self`. */
98
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
99
+
100
+ /** Used as a reference to the global object. */
101
+ var root = freeGlobal || freeSelf || Function('return this')();
102
+
103
+ /** Detect free variable `exports`. */
104
+ var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
105
+
106
+ /** Detect free variable `module`. */
107
+ var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
108
+
109
+ /** Detect the popular CommonJS extension `module.exports`. */
110
+ var moduleExports = freeModule && freeModule.exports === freeExports;
111
+
112
+ /** Detect free variable `process` from Node.js. */
113
+ var freeProcess = moduleExports && freeGlobal.process;
114
+
115
+ /** Used to access faster Node.js helpers. */
116
+ var nodeUtil = (function() {
117
+ try {
118
+ return freeProcess && freeProcess.binding('util');
119
+ } catch (e) {}
120
+ }());
121
+
122
+ /* Node.js helper references. */
123
+ var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
124
+
125
+ /**
126
+ * A specialized version of `_.reduce` for arrays without support for
127
+ * iteratee shorthands.
128
+ *
129
+ * @private
130
+ * @param {Array} [array] The array to iterate over.
131
+ * @param {Function} iteratee The function invoked per iteration.
132
+ * @param {*} [accumulator] The initial value.
133
+ * @param {boolean} [initAccum] Specify using the first element of `array` as
134
+ * the initial value.
135
+ * @returns {*} Returns the accumulated value.
136
+ */
137
+ function arrayReduce(array, iteratee, accumulator, initAccum) {
138
+ var index = -1,
139
+ length = array ? array.length : 0;
140
+
141
+ if (initAccum && length) {
142
+ accumulator = array[++index];
143
+ }
144
+ while (++index < length) {
145
+ accumulator = iteratee(accumulator, array[index], index, array);
146
+ }
147
+ return accumulator;
148
+ }
149
+
150
+ /**
151
+ * A specialized version of `_.some` for arrays without support for iteratee
152
+ * shorthands.
153
+ *
154
+ * @private
155
+ * @param {Array} [array] The array to iterate over.
156
+ * @param {Function} predicate The function invoked per iteration.
157
+ * @returns {boolean} Returns `true` if any element passes the predicate check,
158
+ * else `false`.
159
+ */
160
+ function arraySome(array, predicate) {
161
+ var index = -1,
162
+ length = array ? array.length : 0;
163
+
164
+ while (++index < length) {
165
+ if (predicate(array[index], index, array)) {
166
+ return true;
167
+ }
168
+ }
169
+ return false;
170
+ }
171
+
172
+ /**
173
+ * The base implementation of `_.property` without support for deep paths.
174
+ *
175
+ * @private
176
+ * @param {string} key The key of the property to get.
177
+ * @returns {Function} Returns the new accessor function.
178
+ */
179
+ function baseProperty(key) {
180
+ return function(object) {
181
+ return object == null ? undefined : object[key];
182
+ };
183
+ }
184
+
185
+ /**
186
+ * The base implementation of `_.reduce` and `_.reduceRight`, without support
187
+ * for iteratee shorthands, which iterates over `collection` using `eachFunc`.
188
+ *
189
+ * @private
190
+ * @param {Array|Object} collection The collection to iterate over.
191
+ * @param {Function} iteratee The function invoked per iteration.
192
+ * @param {*} accumulator The initial value.
193
+ * @param {boolean} initAccum Specify using the first or last element of
194
+ * `collection` as the initial value.
195
+ * @param {Function} eachFunc The function to iterate over `collection`.
196
+ * @returns {*} Returns the accumulated value.
197
+ */
198
+ function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) {
199
+ eachFunc(collection, function(value, index, collection) {
200
+ accumulator = initAccum
201
+ ? (initAccum = false, value)
202
+ : iteratee(accumulator, value, index, collection);
203
+ });
204
+ return accumulator;
205
+ }
206
+
207
+ /**
208
+ * The base implementation of `_.times` without support for iteratee shorthands
209
+ * or max array length checks.
210
+ *
211
+ * @private
212
+ * @param {number} n The number of times to invoke `iteratee`.
213
+ * @param {Function} iteratee The function invoked per iteration.
214
+ * @returns {Array} Returns the array of results.
215
+ */
216
+ function baseTimes(n, iteratee) {
217
+ var index = -1,
218
+ result = Array(n);
219
+
220
+ while (++index < n) {
221
+ result[index] = iteratee(index);
222
+ }
223
+ return result;
224
+ }
225
+
226
+ /**
227
+ * The base implementation of `_.unary` without support for storing metadata.
228
+ *
229
+ * @private
230
+ * @param {Function} func The function to cap arguments for.
231
+ * @returns {Function} Returns the new capped function.
232
+ */
233
+ function baseUnary(func) {
234
+ return function(value) {
235
+ return func(value);
236
+ };
237
+ }
238
+
239
+ /**
240
+ * Gets the value at `key` of `object`.
241
+ *
242
+ * @private
243
+ * @param {Object} [object] The object to query.
244
+ * @param {string} key The key of the property to get.
245
+ * @returns {*} Returns the property value.
246
+ */
247
+ function getValue(object, key) {
248
+ return object == null ? undefined : object[key];
249
+ }
250
+
251
+ /**
252
+ * Checks if `value` is a host object in IE < 9.
253
+ *
254
+ * @private
255
+ * @param {*} value The value to check.
256
+ * @returns {boolean} Returns `true` if `value` is a host object, else `false`.
257
+ */
258
+ function isHostObject(value) {
259
+ // Many host objects are `Object` objects that can coerce to strings
260
+ // despite having improperly defined `toString` methods.
261
+ var result = false;
262
+ if (value != null && typeof value.toString != 'function') {
263
+ try {
264
+ result = !!(value + '');
265
+ } catch (e) {}
266
+ }
267
+ return result;
268
+ }
269
+
270
+ /**
271
+ * Converts `map` to its key-value pairs.
272
+ *
273
+ * @private
274
+ * @param {Object} map The map to convert.
275
+ * @returns {Array} Returns the key-value pairs.
276
+ */
277
+ function mapToArray(map) {
278
+ var index = -1,
279
+ result = Array(map.size);
280
+
281
+ map.forEach(function(value, key) {
282
+ result[++index] = [key, value];
283
+ });
284
+ return result;
285
+ }
286
+
287
+ /**
288
+ * Creates a unary function that invokes `func` with its argument transformed.
289
+ *
290
+ * @private
291
+ * @param {Function} func The function to wrap.
292
+ * @param {Function} transform The argument transform.
293
+ * @returns {Function} Returns the new function.
294
+ */
295
+ function overArg(func, transform) {
296
+ return function(arg) {
297
+ return func(transform(arg));
298
+ };
299
+ }
300
+
301
+ /**
302
+ * Converts `set` to an array of its values.
303
+ *
304
+ * @private
305
+ * @param {Object} set The set to convert.
306
+ * @returns {Array} Returns the values.
307
+ */
308
+ function setToArray(set) {
309
+ var index = -1,
310
+ result = Array(set.size);
311
+
312
+ set.forEach(function(value) {
313
+ result[++index] = value;
314
+ });
315
+ return result;
316
+ }
317
+
318
+ /** Used for built-in method references. */
319
+ var arrayProto = Array.prototype,
320
+ funcProto = Function.prototype,
321
+ objectProto = Object.prototype;
322
+
323
+ /** Used to detect overreaching core-js shims. */
324
+ var coreJsData = root['__core-js_shared__'];
325
+
326
+ /** Used to detect methods masquerading as native. */
327
+ var maskSrcKey = (function() {
328
+ var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
329
+ return uid ? ('Symbol(src)_1.' + uid) : '';
330
+ }());
331
+
332
+ /** Used to resolve the decompiled source of functions. */
333
+ var funcToString = funcProto.toString;
334
+
335
+ /** Used to check objects for own properties. */
336
+ var hasOwnProperty = objectProto.hasOwnProperty;
337
+
338
+ /**
339
+ * Used to resolve the
340
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
341
+ * of values.
342
+ */
343
+ var objectToString = objectProto.toString;
344
+
345
+ /** Used to detect if a method is native. */
346
+ var reIsNative = RegExp('^' +
347
+ funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&')
348
+ .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
349
+ );
350
+
351
+ /** Built-in value references. */
352
+ var Symbol = root.Symbol,
353
+ Uint8Array = root.Uint8Array,
354
+ propertyIsEnumerable = objectProto.propertyIsEnumerable,
355
+ splice = arrayProto.splice;
356
+
357
+ /* Built-in method references for those with the same name as other `lodash` methods. */
358
+ var nativeKeys = overArg(Object.keys, Object);
359
+
360
+ /* Built-in method references that are verified to be native. */
361
+ var DataView = getNative(root, 'DataView'),
362
+ Map = getNative(root, 'Map'),
363
+ Promise = getNative(root, 'Promise'),
364
+ Set = getNative(root, 'Set'),
365
+ WeakMap = getNative(root, 'WeakMap'),
366
+ nativeCreate = getNative(Object, 'create');
367
+
368
+ /** Used to detect maps, sets, and weakmaps. */
369
+ var dataViewCtorString = toSource(DataView),
370
+ mapCtorString = toSource(Map),
371
+ promiseCtorString = toSource(Promise),
372
+ setCtorString = toSource(Set),
373
+ weakMapCtorString = toSource(WeakMap);
374
+
375
+ /** Used to convert symbols to primitives and strings. */
376
+ var symbolProto = Symbol ? Symbol.prototype : undefined,
377
+ symbolValueOf = symbolProto ? symbolProto.valueOf : undefined,
378
+ symbolToString = symbolProto ? symbolProto.toString : undefined;
379
+
380
+ /**
381
+ * Creates a hash object.
382
+ *
383
+ * @private
384
+ * @constructor
385
+ * @param {Array} [entries] The key-value pairs to cache.
386
+ */
387
+ function Hash(entries) {
388
+ var index = -1,
389
+ length = entries ? entries.length : 0;
390
+
391
+ this.clear();
392
+ while (++index < length) {
393
+ var entry = entries[index];
394
+ this.set(entry[0], entry[1]);
395
+ }
396
+ }
397
+
398
+ /**
399
+ * Removes all key-value entries from the hash.
400
+ *
401
+ * @private
402
+ * @name clear
403
+ * @memberOf Hash
404
+ */
405
+ function hashClear() {
406
+ this.__data__ = nativeCreate ? nativeCreate(null) : {};
407
+ }
408
+
409
+ /**
410
+ * Removes `key` and its value from the hash.
411
+ *
412
+ * @private
413
+ * @name delete
414
+ * @memberOf Hash
415
+ * @param {Object} hash The hash to modify.
416
+ * @param {string} key The key of the value to remove.
417
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
418
+ */
419
+ function hashDelete(key) {
420
+ return this.has(key) && delete this.__data__[key];
421
+ }
422
+
423
+ /**
424
+ * Gets the hash value for `key`.
425
+ *
426
+ * @private
427
+ * @name get
428
+ * @memberOf Hash
429
+ * @param {string} key The key of the value to get.
430
+ * @returns {*} Returns the entry value.
431
+ */
432
+ function hashGet(key) {
433
+ var data = this.__data__;
434
+ if (nativeCreate) {
435
+ var result = data[key];
436
+ return result === HASH_UNDEFINED ? undefined : result;
437
+ }
438
+ return hasOwnProperty.call(data, key) ? data[key] : undefined;
439
+ }
440
+
441
+ /**
442
+ * Checks if a hash value for `key` exists.
443
+ *
444
+ * @private
445
+ * @name has
446
+ * @memberOf Hash
447
+ * @param {string} key The key of the entry to check.
448
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
449
+ */
450
+ function hashHas(key) {
451
+ var data = this.__data__;
452
+ return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);
453
+ }
454
+
455
+ /**
456
+ * Sets the hash `key` to `value`.
457
+ *
458
+ * @private
459
+ * @name set
460
+ * @memberOf Hash
461
+ * @param {string} key The key of the value to set.
462
+ * @param {*} value The value to set.
463
+ * @returns {Object} Returns the hash instance.
464
+ */
465
+ function hashSet(key, value) {
466
+ var data = this.__data__;
467
+ data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
468
+ return this;
469
+ }
470
+
471
+ // Add methods to `Hash`.
472
+ Hash.prototype.clear = hashClear;
473
+ Hash.prototype['delete'] = hashDelete;
474
+ Hash.prototype.get = hashGet;
475
+ Hash.prototype.has = hashHas;
476
+ Hash.prototype.set = hashSet;
477
+
478
+ /**
479
+ * Creates an list cache object.
480
+ *
481
+ * @private
482
+ * @constructor
483
+ * @param {Array} [entries] The key-value pairs to cache.
484
+ */
485
+ function ListCache(entries) {
486
+ var index = -1,
487
+ length = entries ? entries.length : 0;
488
+
489
+ this.clear();
490
+ while (++index < length) {
491
+ var entry = entries[index];
492
+ this.set(entry[0], entry[1]);
493
+ }
494
+ }
495
+
496
+ /**
497
+ * Removes all key-value entries from the list cache.
498
+ *
499
+ * @private
500
+ * @name clear
501
+ * @memberOf ListCache
502
+ */
503
+ function listCacheClear() {
504
+ this.__data__ = [];
505
+ }
506
+
507
+ /**
508
+ * Removes `key` and its value from the list cache.
509
+ *
510
+ * @private
511
+ * @name delete
512
+ * @memberOf ListCache
513
+ * @param {string} key The key of the value to remove.
514
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
515
+ */
516
+ function listCacheDelete(key) {
517
+ var data = this.__data__,
518
+ index = assocIndexOf(data, key);
519
+
520
+ if (index < 0) {
521
+ return false;
522
+ }
523
+ var lastIndex = data.length - 1;
524
+ if (index == lastIndex) {
525
+ data.pop();
526
+ } else {
527
+ splice.call(data, index, 1);
528
+ }
529
+ return true;
530
+ }
531
+
532
+ /**
533
+ * Gets the list cache value for `key`.
534
+ *
535
+ * @private
536
+ * @name get
537
+ * @memberOf ListCache
538
+ * @param {string} key The key of the value to get.
539
+ * @returns {*} Returns the entry value.
540
+ */
541
+ function listCacheGet(key) {
542
+ var data = this.__data__,
543
+ index = assocIndexOf(data, key);
544
+
545
+ return index < 0 ? undefined : data[index][1];
546
+ }
547
+
548
+ /**
549
+ * Checks if a list cache value for `key` exists.
550
+ *
551
+ * @private
552
+ * @name has
553
+ * @memberOf ListCache
554
+ * @param {string} key The key of the entry to check.
555
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
556
+ */
557
+ function listCacheHas(key) {
558
+ return assocIndexOf(this.__data__, key) > -1;
559
+ }
560
+
561
+ /**
562
+ * Sets the list cache `key` to `value`.
563
+ *
564
+ * @private
565
+ * @name set
566
+ * @memberOf ListCache
567
+ * @param {string} key The key of the value to set.
568
+ * @param {*} value The value to set.
569
+ * @returns {Object} Returns the list cache instance.
570
+ */
571
+ function listCacheSet(key, value) {
572
+ var data = this.__data__,
573
+ index = assocIndexOf(data, key);
574
+
575
+ if (index < 0) {
576
+ data.push([key, value]);
577
+ } else {
578
+ data[index][1] = value;
579
+ }
580
+ return this;
581
+ }
582
+
583
+ // Add methods to `ListCache`.
584
+ ListCache.prototype.clear = listCacheClear;
585
+ ListCache.prototype['delete'] = listCacheDelete;
586
+ ListCache.prototype.get = listCacheGet;
587
+ ListCache.prototype.has = listCacheHas;
588
+ ListCache.prototype.set = listCacheSet;
589
+
590
+ /**
591
+ * Creates a map cache object to store key-value pairs.
592
+ *
593
+ * @private
594
+ * @constructor
595
+ * @param {Array} [entries] The key-value pairs to cache.
596
+ */
597
+ function MapCache(entries) {
598
+ var index = -1,
599
+ length = entries ? entries.length : 0;
600
+
601
+ this.clear();
602
+ while (++index < length) {
603
+ var entry = entries[index];
604
+ this.set(entry[0], entry[1]);
605
+ }
606
+ }
607
+
608
+ /**
609
+ * Removes all key-value entries from the map.
610
+ *
611
+ * @private
612
+ * @name clear
613
+ * @memberOf MapCache
614
+ */
615
+ function mapCacheClear() {
616
+ this.__data__ = {
617
+ 'hash': new Hash,
618
+ 'map': new (Map || ListCache),
619
+ 'string': new Hash
620
+ };
621
+ }
622
+
623
+ /**
624
+ * Removes `key` and its value from the map.
625
+ *
626
+ * @private
627
+ * @name delete
628
+ * @memberOf MapCache
629
+ * @param {string} key The key of the value to remove.
630
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
631
+ */
632
+ function mapCacheDelete(key) {
633
+ return getMapData(this, key)['delete'](key);
634
+ }
635
+
636
+ /**
637
+ * Gets the map value for `key`.
638
+ *
639
+ * @private
640
+ * @name get
641
+ * @memberOf MapCache
642
+ * @param {string} key The key of the value to get.
643
+ * @returns {*} Returns the entry value.
644
+ */
645
+ function mapCacheGet(key) {
646
+ return getMapData(this, key).get(key);
647
+ }
648
+
649
+ /**
650
+ * Checks if a map value for `key` exists.
651
+ *
652
+ * @private
653
+ * @name has
654
+ * @memberOf MapCache
655
+ * @param {string} key The key of the entry to check.
656
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
657
+ */
658
+ function mapCacheHas(key) {
659
+ return getMapData(this, key).has(key);
660
+ }
661
+
662
+ /**
663
+ * Sets the map `key` to `value`.
664
+ *
665
+ * @private
666
+ * @name set
667
+ * @memberOf MapCache
668
+ * @param {string} key The key of the value to set.
669
+ * @param {*} value The value to set.
670
+ * @returns {Object} Returns the map cache instance.
671
+ */
672
+ function mapCacheSet(key, value) {
673
+ getMapData(this, key).set(key, value);
674
+ return this;
675
+ }
676
+
677
+ // Add methods to `MapCache`.
678
+ MapCache.prototype.clear = mapCacheClear;
679
+ MapCache.prototype['delete'] = mapCacheDelete;
680
+ MapCache.prototype.get = mapCacheGet;
681
+ MapCache.prototype.has = mapCacheHas;
682
+ MapCache.prototype.set = mapCacheSet;
683
+
684
+ /**
685
+ *
686
+ * Creates an array cache object to store unique values.
687
+ *
688
+ * @private
689
+ * @constructor
690
+ * @param {Array} [values] The values to cache.
691
+ */
692
+ function SetCache(values) {
693
+ var index = -1,
694
+ length = values ? values.length : 0;
695
+
696
+ this.__data__ = new MapCache;
697
+ while (++index < length) {
698
+ this.add(values[index]);
699
+ }
700
+ }
701
+
702
+ /**
703
+ * Adds `value` to the array cache.
704
+ *
705
+ * @private
706
+ * @name add
707
+ * @memberOf SetCache
708
+ * @alias push
709
+ * @param {*} value The value to cache.
710
+ * @returns {Object} Returns the cache instance.
711
+ */
712
+ function setCacheAdd(value) {
713
+ this.__data__.set(value, HASH_UNDEFINED);
714
+ return this;
715
+ }
716
+
717
+ /**
718
+ * Checks if `value` is in the array cache.
719
+ *
720
+ * @private
721
+ * @name has
722
+ * @memberOf SetCache
723
+ * @param {*} value The value to search for.
724
+ * @returns {number} Returns `true` if `value` is found, else `false`.
725
+ */
726
+ function setCacheHas(value) {
727
+ return this.__data__.has(value);
728
+ }
729
+
730
+ // Add methods to `SetCache`.
731
+ SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
732
+ SetCache.prototype.has = setCacheHas;
733
+
734
+ /**
735
+ * Creates a stack cache object to store key-value pairs.
736
+ *
737
+ * @private
738
+ * @constructor
739
+ * @param {Array} [entries] The key-value pairs to cache.
740
+ */
741
+ function Stack(entries) {
742
+ this.__data__ = new ListCache(entries);
743
+ }
744
+
745
+ /**
746
+ * Removes all key-value entries from the stack.
747
+ *
748
+ * @private
749
+ * @name clear
750
+ * @memberOf Stack
751
+ */
752
+ function stackClear() {
753
+ this.__data__ = new ListCache;
754
+ }
755
+
756
+ /**
757
+ * Removes `key` and its value from the stack.
758
+ *
759
+ * @private
760
+ * @name delete
761
+ * @memberOf Stack
762
+ * @param {string} key The key of the value to remove.
763
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
764
+ */
765
+ function stackDelete(key) {
766
+ return this.__data__['delete'](key);
767
+ }
768
+
769
+ /**
770
+ * Gets the stack value for `key`.
771
+ *
772
+ * @private
773
+ * @name get
774
+ * @memberOf Stack
775
+ * @param {string} key The key of the value to get.
776
+ * @returns {*} Returns the entry value.
777
+ */
778
+ function stackGet(key) {
779
+ return this.__data__.get(key);
780
+ }
781
+
782
+ /**
783
+ * Checks if a stack value for `key` exists.
784
+ *
785
+ * @private
786
+ * @name has
787
+ * @memberOf Stack
788
+ * @param {string} key The key of the entry to check.
789
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
790
+ */
791
+ function stackHas(key) {
792
+ return this.__data__.has(key);
793
+ }
794
+
795
+ /**
796
+ * Sets the stack `key` to `value`.
797
+ *
798
+ * @private
799
+ * @name set
800
+ * @memberOf Stack
801
+ * @param {string} key The key of the value to set.
802
+ * @param {*} value The value to set.
803
+ * @returns {Object} Returns the stack cache instance.
804
+ */
805
+ function stackSet(key, value) {
806
+ var cache = this.__data__;
807
+ if (cache instanceof ListCache) {
808
+ var pairs = cache.__data__;
809
+ if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
810
+ pairs.push([key, value]);
811
+ return this;
812
+ }
813
+ cache = this.__data__ = new MapCache(pairs);
814
+ }
815
+ cache.set(key, value);
816
+ return this;
817
+ }
818
+
819
+ // Add methods to `Stack`.
820
+ Stack.prototype.clear = stackClear;
821
+ Stack.prototype['delete'] = stackDelete;
822
+ Stack.prototype.get = stackGet;
823
+ Stack.prototype.has = stackHas;
824
+ Stack.prototype.set = stackSet;
825
+
826
+ /**
827
+ * Creates an array of the enumerable property names of the array-like `value`.
828
+ *
829
+ * @private
830
+ * @param {*} value The value to query.
831
+ * @param {boolean} inherited Specify returning inherited property names.
832
+ * @returns {Array} Returns the array of property names.
833
+ */
834
+ function arrayLikeKeys(value, inherited) {
835
+ // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
836
+ // Safari 9 makes `arguments.length` enumerable in strict mode.
837
+ var result = (isArray(value) || isArguments(value))
838
+ ? baseTimes(value.length, String)
839
+ : [];
840
+
841
+ var length = result.length,
842
+ skipIndexes = !!length;
843
+
844
+ for (var key in value) {
845
+ if ((inherited || hasOwnProperty.call(value, key)) &&
846
+ !(skipIndexes && (key == 'length' || isIndex(key, length)))) {
847
+ result.push(key);
848
+ }
849
+ }
850
+ return result;
851
+ }
852
+
853
+ /**
854
+ * Gets the index at which the `key` is found in `array` of key-value pairs.
855
+ *
856
+ * @private
857
+ * @param {Array} array The array to inspect.
858
+ * @param {*} key The key to search for.
859
+ * @returns {number} Returns the index of the matched value, else `-1`.
860
+ */
861
+ function assocIndexOf(array, key) {
862
+ var length = array.length;
863
+ while (length--) {
864
+ if (eq(array[length][0], key)) {
865
+ return length;
866
+ }
867
+ }
868
+ return -1;
869
+ }
870
+
871
+ /**
872
+ * The base implementation of `_.forEach` without support for iteratee shorthands.
873
+ *
874
+ * @private
875
+ * @param {Array|Object} collection The collection to iterate over.
876
+ * @param {Function} iteratee The function invoked per iteration.
877
+ * @returns {Array|Object} Returns `collection`.
878
+ */
879
+ var baseEach = createBaseEach(baseForOwn);
880
+
881
+ /**
882
+ * The base implementation of `baseForOwn` which iterates over `object`
883
+ * properties returned by `keysFunc` and invokes `iteratee` for each property.
884
+ * Iteratee functions may exit iteration early by explicitly returning `false`.
885
+ *
886
+ * @private
887
+ * @param {Object} object The object to iterate over.
888
+ * @param {Function} iteratee The function invoked per iteration.
889
+ * @param {Function} keysFunc The function to get the keys of `object`.
890
+ * @returns {Object} Returns `object`.
891
+ */
892
+ var baseFor = createBaseFor();
893
+
894
+ /**
895
+ * The base implementation of `_.forOwn` without support for iteratee shorthands.
896
+ *
897
+ * @private
898
+ * @param {Object} object The object to iterate over.
899
+ * @param {Function} iteratee The function invoked per iteration.
900
+ * @returns {Object} Returns `object`.
901
+ */
902
+ function baseForOwn(object, iteratee) {
903
+ return object && baseFor(object, iteratee, keys);
904
+ }
905
+
906
+ /**
907
+ * The base implementation of `_.get` without support for default values.
908
+ *
909
+ * @private
910
+ * @param {Object} object The object to query.
911
+ * @param {Array|string} path The path of the property to get.
912
+ * @returns {*} Returns the resolved value.
913
+ */
914
+ function baseGet(object, path) {
915
+ path = isKey(path, object) ? [path] : castPath(path);
916
+
917
+ var index = 0,
918
+ length = path.length;
919
+
920
+ while (object != null && index < length) {
921
+ object = object[toKey(path[index++])];
922
+ }
923
+ return (index && index == length) ? object : undefined;
924
+ }
925
+
926
+ /**
927
+ * The base implementation of `getTag`.
928
+ *
929
+ * @private
930
+ * @param {*} value The value to query.
931
+ * @returns {string} Returns the `toStringTag`.
932
+ */
933
+ function baseGetTag(value) {
934
+ return objectToString.call(value);
935
+ }
936
+
937
+ /**
938
+ * The base implementation of `_.hasIn` without support for deep paths.
939
+ *
940
+ * @private
941
+ * @param {Object} [object] The object to query.
942
+ * @param {Array|string} key The key to check.
943
+ * @returns {boolean} Returns `true` if `key` exists, else `false`.
944
+ */
945
+ function baseHasIn(object, key) {
946
+ return object != null && key in Object(object);
947
+ }
948
+
949
+ /**
950
+ * The base implementation of `_.isEqual` which supports partial comparisons
951
+ * and tracks traversed objects.
952
+ *
953
+ * @private
954
+ * @param {*} value The value to compare.
955
+ * @param {*} other The other value to compare.
956
+ * @param {Function} [customizer] The function to customize comparisons.
957
+ * @param {boolean} [bitmask] The bitmask of comparison flags.
958
+ * The bitmask may be composed of the following flags:
959
+ * 1 - Unordered comparison
960
+ * 2 - Partial comparison
961
+ * @param {Object} [stack] Tracks traversed `value` and `other` objects.
962
+ * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
963
+ */
964
+ function baseIsEqual(value, other, customizer, bitmask, stack) {
965
+ if (value === other) {
966
+ return true;
967
+ }
968
+ if (value == null || other == null || (!isObject(value) && !isObjectLike(other))) {
969
+ return value !== value && other !== other;
970
+ }
971
+ return baseIsEqualDeep(value, other, baseIsEqual, customizer, bitmask, stack);
972
+ }
973
+
974
+ /**
975
+ * A specialized version of `baseIsEqual` for arrays and objects which performs
976
+ * deep comparisons and tracks traversed objects enabling objects with circular
977
+ * references to be compared.
978
+ *
979
+ * @private
980
+ * @param {Object} object The object to compare.
981
+ * @param {Object} other The other object to compare.
982
+ * @param {Function} equalFunc The function to determine equivalents of values.
983
+ * @param {Function} [customizer] The function to customize comparisons.
984
+ * @param {number} [bitmask] The bitmask of comparison flags. See `baseIsEqual`
985
+ * for more details.
986
+ * @param {Object} [stack] Tracks traversed `object` and `other` objects.
987
+ * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
988
+ */
989
+ function baseIsEqualDeep(object, other, equalFunc, customizer, bitmask, stack) {
990
+ var objIsArr = isArray(object),
991
+ othIsArr = isArray(other),
992
+ objTag = arrayTag,
993
+ othTag = arrayTag;
994
+
995
+ if (!objIsArr) {
996
+ objTag = getTag(object);
997
+ objTag = objTag == argsTag ? objectTag : objTag;
998
+ }
999
+ if (!othIsArr) {
1000
+ othTag = getTag(other);
1001
+ othTag = othTag == argsTag ? objectTag : othTag;
1002
+ }
1003
+ var objIsObj = objTag == objectTag && !isHostObject(object),
1004
+ othIsObj = othTag == objectTag && !isHostObject(other),
1005
+ isSameTag = objTag == othTag;
1006
+
1007
+ if (isSameTag && !objIsObj) {
1008
+ stack || (stack = new Stack);
1009
+ return (objIsArr || isTypedArray(object))
1010
+ ? equalArrays(object, other, equalFunc, customizer, bitmask, stack)
1011
+ : equalByTag(object, other, objTag, equalFunc, customizer, bitmask, stack);
1012
+ }
1013
+ if (!(bitmask & PARTIAL_COMPARE_FLAG)) {
1014
+ var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),
1015
+ othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');
1016
+
1017
+ if (objIsWrapped || othIsWrapped) {
1018
+ var objUnwrapped = objIsWrapped ? object.value() : object,
1019
+ othUnwrapped = othIsWrapped ? other.value() : other;
1020
+
1021
+ stack || (stack = new Stack);
1022
+ return equalFunc(objUnwrapped, othUnwrapped, customizer, bitmask, stack);
1023
+ }
1024
+ }
1025
+ if (!isSameTag) {
1026
+ return false;
1027
+ }
1028
+ stack || (stack = new Stack);
1029
+ return equalObjects(object, other, equalFunc, customizer, bitmask, stack);
1030
+ }
1031
+
1032
+ /**
1033
+ * The base implementation of `_.isMatch` without support for iteratee shorthands.
1034
+ *
1035
+ * @private
1036
+ * @param {Object} object The object to inspect.
1037
+ * @param {Object} source The object of property values to match.
1038
+ * @param {Array} matchData The property names, values, and compare flags to match.
1039
+ * @param {Function} [customizer] The function to customize comparisons.
1040
+ * @returns {boolean} Returns `true` if `object` is a match, else `false`.
1041
+ */
1042
+ function baseIsMatch(object, source, matchData, customizer) {
1043
+ var index = matchData.length,
1044
+ length = index,
1045
+ noCustomizer = !customizer;
1046
+
1047
+ if (object == null) {
1048
+ return !length;
1049
+ }
1050
+ object = Object(object);
1051
+ while (index--) {
1052
+ var data = matchData[index];
1053
+ if ((noCustomizer && data[2])
1054
+ ? data[1] !== object[data[0]]
1055
+ : !(data[0] in object)
1056
+ ) {
1057
+ return false;
1058
+ }
1059
+ }
1060
+ while (++index < length) {
1061
+ data = matchData[index];
1062
+ var key = data[0],
1063
+ objValue = object[key],
1064
+ srcValue = data[1];
1065
+
1066
+ if (noCustomizer && data[2]) {
1067
+ if (objValue === undefined && !(key in object)) {
1068
+ return false;
1069
+ }
1070
+ } else {
1071
+ var stack = new Stack;
1072
+ if (customizer) {
1073
+ var result = customizer(objValue, srcValue, key, object, source, stack);
1074
+ }
1075
+ if (!(result === undefined
1076
+ ? baseIsEqual(srcValue, objValue, customizer, UNORDERED_COMPARE_FLAG | PARTIAL_COMPARE_FLAG, stack)
1077
+ : result
1078
+ )) {
1079
+ return false;
1080
+ }
1081
+ }
1082
+ }
1083
+ return true;
1084
+ }
1085
+
1086
+ /**
1087
+ * The base implementation of `_.isNative` without bad shim checks.
1088
+ *
1089
+ * @private
1090
+ * @param {*} value The value to check.
1091
+ * @returns {boolean} Returns `true` if `value` is a native function,
1092
+ * else `false`.
1093
+ */
1094
+ function baseIsNative(value) {
1095
+ if (!isObject(value) || isMasked(value)) {
1096
+ return false;
1097
+ }
1098
+ var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;
1099
+ return pattern.test(toSource(value));
1100
+ }
1101
+
1102
+ /**
1103
+ * The base implementation of `_.isTypedArray` without Node.js optimizations.
1104
+ *
1105
+ * @private
1106
+ * @param {*} value The value to check.
1107
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
1108
+ */
1109
+ function baseIsTypedArray(value) {
1110
+ return isObjectLike(value) &&
1111
+ isLength(value.length) && !!typedArrayTags[objectToString.call(value)];
1112
+ }
1113
+
1114
+ /**
1115
+ * The base implementation of `_.iteratee`.
1116
+ *
1117
+ * @private
1118
+ * @param {*} [value=_.identity] The value to convert to an iteratee.
1119
+ * @returns {Function} Returns the iteratee.
1120
+ */
1121
+ function baseIteratee(value) {
1122
+ // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.
1123
+ // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.
1124
+ if (typeof value == 'function') {
1125
+ return value;
1126
+ }
1127
+ if (value == null) {
1128
+ return identity;
1129
+ }
1130
+ if (typeof value == 'object') {
1131
+ return isArray(value)
1132
+ ? baseMatchesProperty(value[0], value[1])
1133
+ : baseMatches(value);
1134
+ }
1135
+ return property(value);
1136
+ }
1137
+
1138
+ /**
1139
+ * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
1140
+ *
1141
+ * @private
1142
+ * @param {Object} object The object to query.
1143
+ * @returns {Array} Returns the array of property names.
1144
+ */
1145
+ function baseKeys(object) {
1146
+ if (!isPrototype(object)) {
1147
+ return nativeKeys(object);
1148
+ }
1149
+ var result = [];
1150
+ for (var key in Object(object)) {
1151
+ if (hasOwnProperty.call(object, key) && key != 'constructor') {
1152
+ result.push(key);
1153
+ }
1154
+ }
1155
+ return result;
1156
+ }
1157
+
1158
+ /**
1159
+ * The base implementation of `_.matches` which doesn't clone `source`.
1160
+ *
1161
+ * @private
1162
+ * @param {Object} source The object of property values to match.
1163
+ * @returns {Function} Returns the new spec function.
1164
+ */
1165
+ function baseMatches(source) {
1166
+ var matchData = getMatchData(source);
1167
+ if (matchData.length == 1 && matchData[0][2]) {
1168
+ return matchesStrictComparable(matchData[0][0], matchData[0][1]);
1169
+ }
1170
+ return function(object) {
1171
+ return object === source || baseIsMatch(object, source, matchData);
1172
+ };
1173
+ }
1174
+
1175
+ /**
1176
+ * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.
1177
+ *
1178
+ * @private
1179
+ * @param {string} path The path of the property to get.
1180
+ * @param {*} srcValue The value to match.
1181
+ * @returns {Function} Returns the new spec function.
1182
+ */
1183
+ function baseMatchesProperty(path, srcValue) {
1184
+ if (isKey(path) && isStrictComparable(srcValue)) {
1185
+ return matchesStrictComparable(toKey(path), srcValue);
1186
+ }
1187
+ return function(object) {
1188
+ var objValue = get(object, path);
1189
+ return (objValue === undefined && objValue === srcValue)
1190
+ ? hasIn(object, path)
1191
+ : baseIsEqual(srcValue, objValue, undefined, UNORDERED_COMPARE_FLAG | PARTIAL_COMPARE_FLAG);
1192
+ };
1193
+ }
1194
+
1195
+ /**
1196
+ * A specialized version of `baseProperty` which supports deep paths.
1197
+ *
1198
+ * @private
1199
+ * @param {Array|string} path The path of the property to get.
1200
+ * @returns {Function} Returns the new accessor function.
1201
+ */
1202
+ function basePropertyDeep(path) {
1203
+ return function(object) {
1204
+ return baseGet(object, path);
1205
+ };
1206
+ }
1207
+
1208
+ /**
1209
+ * The base implementation of `_.toString` which doesn't convert nullish
1210
+ * values to empty strings.
1211
+ *
1212
+ * @private
1213
+ * @param {*} value The value to process.
1214
+ * @returns {string} Returns the string.
1215
+ */
1216
+ function baseToString(value) {
1217
+ // Exit early for strings to avoid a performance hit in some environments.
1218
+ if (typeof value == 'string') {
1219
+ return value;
1220
+ }
1221
+ if (isSymbol(value)) {
1222
+ return symbolToString ? symbolToString.call(value) : '';
1223
+ }
1224
+ var result = (value + '');
1225
+ return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
1226
+ }
1227
+
1228
+ /**
1229
+ * Casts `value` to a path array if it's not one.
1230
+ *
1231
+ * @private
1232
+ * @param {*} value The value to inspect.
1233
+ * @returns {Array} Returns the cast property path array.
1234
+ */
1235
+ function castPath(value) {
1236
+ return isArray(value) ? value : stringToPath(value);
1237
+ }
1238
+
1239
+ /**
1240
+ * Creates a `baseEach` or `baseEachRight` function.
1241
+ *
1242
+ * @private
1243
+ * @param {Function} eachFunc The function to iterate over a collection.
1244
+ * @param {boolean} [fromRight] Specify iterating from right to left.
1245
+ * @returns {Function} Returns the new base function.
1246
+ */
1247
+ function createBaseEach(eachFunc, fromRight) {
1248
+ return function(collection, iteratee) {
1249
+ if (collection == null) {
1250
+ return collection;
1251
+ }
1252
+ if (!isArrayLike(collection)) {
1253
+ return eachFunc(collection, iteratee);
1254
+ }
1255
+ var length = collection.length,
1256
+ index = fromRight ? length : -1,
1257
+ iterable = Object(collection);
1258
+
1259
+ while ((fromRight ? index-- : ++index < length)) {
1260
+ if (iteratee(iterable[index], index, iterable) === false) {
1261
+ break;
1262
+ }
1263
+ }
1264
+ return collection;
1265
+ };
1266
+ }
1267
+
1268
+ /**
1269
+ * Creates a base function for methods like `_.forIn` and `_.forOwn`.
1270
+ *
1271
+ * @private
1272
+ * @param {boolean} [fromRight] Specify iterating from right to left.
1273
+ * @returns {Function} Returns the new base function.
1274
+ */
1275
+ function createBaseFor(fromRight) {
1276
+ return function(object, iteratee, keysFunc) {
1277
+ var index = -1,
1278
+ iterable = Object(object),
1279
+ props = keysFunc(object),
1280
+ length = props.length;
1281
+
1282
+ while (length--) {
1283
+ var key = props[fromRight ? length : ++index];
1284
+ if (iteratee(iterable[key], key, iterable) === false) {
1285
+ break;
1286
+ }
1287
+ }
1288
+ return object;
1289
+ };
1290
+ }
1291
+
1292
+ /**
1293
+ * A specialized version of `baseIsEqualDeep` for arrays with support for
1294
+ * partial deep comparisons.
1295
+ *
1296
+ * @private
1297
+ * @param {Array} array The array to compare.
1298
+ * @param {Array} other The other array to compare.
1299
+ * @param {Function} equalFunc The function to determine equivalents of values.
1300
+ * @param {Function} customizer The function to customize comparisons.
1301
+ * @param {number} bitmask The bitmask of comparison flags. See `baseIsEqual`
1302
+ * for more details.
1303
+ * @param {Object} stack Tracks traversed `array` and `other` objects.
1304
+ * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.
1305
+ */
1306
+ function equalArrays(array, other, equalFunc, customizer, bitmask, stack) {
1307
+ var isPartial = bitmask & PARTIAL_COMPARE_FLAG,
1308
+ arrLength = array.length,
1309
+ othLength = other.length;
1310
+
1311
+ if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
1312
+ return false;
1313
+ }
1314
+ // Assume cyclic values are equal.
1315
+ var stacked = stack.get(array);
1316
+ if (stacked && stack.get(other)) {
1317
+ return stacked == other;
1318
+ }
1319
+ var index = -1,
1320
+ result = true,
1321
+ seen = (bitmask & UNORDERED_COMPARE_FLAG) ? new SetCache : undefined;
1322
+
1323
+ stack.set(array, other);
1324
+ stack.set(other, array);
1325
+
1326
+ // Ignore non-index properties.
1327
+ while (++index < arrLength) {
1328
+ var arrValue = array[index],
1329
+ othValue = other[index];
1330
+
1331
+ if (customizer) {
1332
+ var compared = isPartial
1333
+ ? customizer(othValue, arrValue, index, other, array, stack)
1334
+ : customizer(arrValue, othValue, index, array, other, stack);
1335
+ }
1336
+ if (compared !== undefined) {
1337
+ if (compared) {
1338
+ continue;
1339
+ }
1340
+ result = false;
1341
+ break;
1342
+ }
1343
+ // Recursively compare arrays (susceptible to call stack limits).
1344
+ if (seen) {
1345
+ if (!arraySome(other, function(othValue, othIndex) {
1346
+ if (!seen.has(othIndex) &&
1347
+ (arrValue === othValue || equalFunc(arrValue, othValue, customizer, bitmask, stack))) {
1348
+ return seen.add(othIndex);
1349
+ }
1350
+ })) {
1351
+ result = false;
1352
+ break;
1353
+ }
1354
+ } else if (!(
1355
+ arrValue === othValue ||
1356
+ equalFunc(arrValue, othValue, customizer, bitmask, stack)
1357
+ )) {
1358
+ result = false;
1359
+ break;
1360
+ }
1361
+ }
1362
+ stack['delete'](array);
1363
+ stack['delete'](other);
1364
+ return result;
1365
+ }
1366
+
1367
+ /**
1368
+ * A specialized version of `baseIsEqualDeep` for comparing objects of
1369
+ * the same `toStringTag`.
1370
+ *
1371
+ * **Note:** This function only supports comparing values with tags of
1372
+ * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
1373
+ *
1374
+ * @private
1375
+ * @param {Object} object The object to compare.
1376
+ * @param {Object} other The other object to compare.
1377
+ * @param {string} tag The `toStringTag` of the objects to compare.
1378
+ * @param {Function} equalFunc The function to determine equivalents of values.
1379
+ * @param {Function} customizer The function to customize comparisons.
1380
+ * @param {number} bitmask The bitmask of comparison flags. See `baseIsEqual`
1381
+ * for more details.
1382
+ * @param {Object} stack Tracks traversed `object` and `other` objects.
1383
+ * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1384
+ */
1385
+ function equalByTag(object, other, tag, equalFunc, customizer, bitmask, stack) {
1386
+ switch (tag) {
1387
+ case dataViewTag:
1388
+ if ((object.byteLength != other.byteLength) ||
1389
+ (object.byteOffset != other.byteOffset)) {
1390
+ return false;
1391
+ }
1392
+ object = object.buffer;
1393
+ other = other.buffer;
1394
+
1395
+ case arrayBufferTag:
1396
+ if ((object.byteLength != other.byteLength) ||
1397
+ !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
1398
+ return false;
1399
+ }
1400
+ return true;
1401
+
1402
+ case boolTag:
1403
+ case dateTag:
1404
+ case numberTag:
1405
+ // Coerce booleans to `1` or `0` and dates to milliseconds.
1406
+ // Invalid dates are coerced to `NaN`.
1407
+ return eq(+object, +other);
1408
+
1409
+ case errorTag:
1410
+ return object.name == other.name && object.message == other.message;
1411
+
1412
+ case regexpTag:
1413
+ case stringTag:
1414
+ // Coerce regexes to strings and treat strings, primitives and objects,
1415
+ // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
1416
+ // for more details.
1417
+ return object == (other + '');
1418
+
1419
+ case mapTag:
1420
+ var convert = mapToArray;
1421
+
1422
+ case setTag:
1423
+ var isPartial = bitmask & PARTIAL_COMPARE_FLAG;
1424
+ convert || (convert = setToArray);
1425
+
1426
+ if (object.size != other.size && !isPartial) {
1427
+ return false;
1428
+ }
1429
+ // Assume cyclic values are equal.
1430
+ var stacked = stack.get(object);
1431
+ if (stacked) {
1432
+ return stacked == other;
1433
+ }
1434
+ bitmask |= UNORDERED_COMPARE_FLAG;
1435
+
1436
+ // Recursively compare objects (susceptible to call stack limits).
1437
+ stack.set(object, other);
1438
+ var result = equalArrays(convert(object), convert(other), equalFunc, customizer, bitmask, stack);
1439
+ stack['delete'](object);
1440
+ return result;
1441
+
1442
+ case symbolTag:
1443
+ if (symbolValueOf) {
1444
+ return symbolValueOf.call(object) == symbolValueOf.call(other);
1445
+ }
1446
+ }
1447
+ return false;
1448
+ }
1449
+
1450
+ /**
1451
+ * A specialized version of `baseIsEqualDeep` for objects with support for
1452
+ * partial deep comparisons.
1453
+ *
1454
+ * @private
1455
+ * @param {Object} object The object to compare.
1456
+ * @param {Object} other The other object to compare.
1457
+ * @param {Function} equalFunc The function to determine equivalents of values.
1458
+ * @param {Function} customizer The function to customize comparisons.
1459
+ * @param {number} bitmask The bitmask of comparison flags. See `baseIsEqual`
1460
+ * for more details.
1461
+ * @param {Object} stack Tracks traversed `object` and `other` objects.
1462
+ * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1463
+ */
1464
+ function equalObjects(object, other, equalFunc, customizer, bitmask, stack) {
1465
+ var isPartial = bitmask & PARTIAL_COMPARE_FLAG,
1466
+ objProps = keys(object),
1467
+ objLength = objProps.length,
1468
+ othProps = keys(other),
1469
+ othLength = othProps.length;
1470
+
1471
+ if (objLength != othLength && !isPartial) {
1472
+ return false;
1473
+ }
1474
+ var index = objLength;
1475
+ while (index--) {
1476
+ var key = objProps[index];
1477
+ if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {
1478
+ return false;
1479
+ }
1480
+ }
1481
+ // Assume cyclic values are equal.
1482
+ var stacked = stack.get(object);
1483
+ if (stacked && stack.get(other)) {
1484
+ return stacked == other;
1485
+ }
1486
+ var result = true;
1487
+ stack.set(object, other);
1488
+ stack.set(other, object);
1489
+
1490
+ var skipCtor = isPartial;
1491
+ while (++index < objLength) {
1492
+ key = objProps[index];
1493
+ var objValue = object[key],
1494
+ othValue = other[key];
1495
+
1496
+ if (customizer) {
1497
+ var compared = isPartial
1498
+ ? customizer(othValue, objValue, key, other, object, stack)
1499
+ : customizer(objValue, othValue, key, object, other, stack);
1500
+ }
1501
+ // Recursively compare objects (susceptible to call stack limits).
1502
+ if (!(compared === undefined
1503
+ ? (objValue === othValue || equalFunc(objValue, othValue, customizer, bitmask, stack))
1504
+ : compared
1505
+ )) {
1506
+ result = false;
1507
+ break;
1508
+ }
1509
+ skipCtor || (skipCtor = key == 'constructor');
1510
+ }
1511
+ if (result && !skipCtor) {
1512
+ var objCtor = object.constructor,
1513
+ othCtor = other.constructor;
1514
+
1515
+ // Non `Object` object instances with different constructors are not equal.
1516
+ if (objCtor != othCtor &&
1517
+ ('constructor' in object && 'constructor' in other) &&
1518
+ !(typeof objCtor == 'function' && objCtor instanceof objCtor &&
1519
+ typeof othCtor == 'function' && othCtor instanceof othCtor)) {
1520
+ result = false;
1521
+ }
1522
+ }
1523
+ stack['delete'](object);
1524
+ stack['delete'](other);
1525
+ return result;
1526
+ }
1527
+
1528
+ /**
1529
+ * Gets the data for `map`.
1530
+ *
1531
+ * @private
1532
+ * @param {Object} map The map to query.
1533
+ * @param {string} key The reference key.
1534
+ * @returns {*} Returns the map data.
1535
+ */
1536
+ function getMapData(map, key) {
1537
+ var data = map.__data__;
1538
+ return isKeyable(key)
1539
+ ? data[typeof key == 'string' ? 'string' : 'hash']
1540
+ : data.map;
1541
+ }
1542
+
1543
+ /**
1544
+ * Gets the property names, values, and compare flags of `object`.
1545
+ *
1546
+ * @private
1547
+ * @param {Object} object The object to query.
1548
+ * @returns {Array} Returns the match data of `object`.
1549
+ */
1550
+ function getMatchData(object) {
1551
+ var result = keys(object),
1552
+ length = result.length;
1553
+
1554
+ while (length--) {
1555
+ var key = result[length],
1556
+ value = object[key];
1557
+
1558
+ result[length] = [key, value, isStrictComparable(value)];
1559
+ }
1560
+ return result;
1561
+ }
1562
+
1563
+ /**
1564
+ * Gets the native function at `key` of `object`.
1565
+ *
1566
+ * @private
1567
+ * @param {Object} object The object to query.
1568
+ * @param {string} key The key of the method to get.
1569
+ * @returns {*} Returns the function if it's native, else `undefined`.
1570
+ */
1571
+ function getNative(object, key) {
1572
+ var value = getValue(object, key);
1573
+ return baseIsNative(value) ? value : undefined;
1574
+ }
1575
+
1576
+ /**
1577
+ * Gets the `toStringTag` of `value`.
1578
+ *
1579
+ * @private
1580
+ * @param {*} value The value to query.
1581
+ * @returns {string} Returns the `toStringTag`.
1582
+ */
1583
+ var getTag = baseGetTag;
1584
+
1585
+ // Fallback for data views, maps, sets, and weak maps in IE 11,
1586
+ // for data views in Edge < 14, and promises in Node.js.
1587
+ if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
1588
+ (Map && getTag(new Map) != mapTag) ||
1589
+ (Promise && getTag(Promise.resolve()) != promiseTag) ||
1590
+ (Set && getTag(new Set) != setTag) ||
1591
+ (WeakMap && getTag(new WeakMap) != weakMapTag)) {
1592
+ getTag = function(value) {
1593
+ var result = objectToString.call(value),
1594
+ Ctor = result == objectTag ? value.constructor : undefined,
1595
+ ctorString = Ctor ? toSource(Ctor) : undefined;
1596
+
1597
+ if (ctorString) {
1598
+ switch (ctorString) {
1599
+ case dataViewCtorString: return dataViewTag;
1600
+ case mapCtorString: return mapTag;
1601
+ case promiseCtorString: return promiseTag;
1602
+ case setCtorString: return setTag;
1603
+ case weakMapCtorString: return weakMapTag;
1604
+ }
1605
+ }
1606
+ return result;
1607
+ };
1608
+ }
1609
+
1610
+ /**
1611
+ * Checks if `path` exists on `object`.
1612
+ *
1613
+ * @private
1614
+ * @param {Object} object The object to query.
1615
+ * @param {Array|string} path The path to check.
1616
+ * @param {Function} hasFunc The function to check properties.
1617
+ * @returns {boolean} Returns `true` if `path` exists, else `false`.
1618
+ */
1619
+ function hasPath(object, path, hasFunc) {
1620
+ path = isKey(path, object) ? [path] : castPath(path);
1621
+
1622
+ var result,
1623
+ index = -1,
1624
+ length = path.length;
1625
+
1626
+ while (++index < length) {
1627
+ var key = toKey(path[index]);
1628
+ if (!(result = object != null && hasFunc(object, key))) {
1629
+ break;
1630
+ }
1631
+ object = object[key];
1632
+ }
1633
+ if (result) {
1634
+ return result;
1635
+ }
1636
+ var length = object ? object.length : 0;
1637
+ return !!length && isLength(length) && isIndex(key, length) &&
1638
+ (isArray(object) || isArguments(object));
1639
+ }
1640
+
1641
+ /**
1642
+ * Checks if `value` is a valid array-like index.
1643
+ *
1644
+ * @private
1645
+ * @param {*} value The value to check.
1646
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
1647
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
1648
+ */
1649
+ function isIndex(value, length) {
1650
+ length = length == null ? MAX_SAFE_INTEGER : length;
1651
+ return !!length &&
1652
+ (typeof value == 'number' || reIsUint.test(value)) &&
1653
+ (value > -1 && value % 1 == 0 && value < length);
1654
+ }
1655
+
1656
+ /**
1657
+ * Checks if `value` is a property name and not a property path.
1658
+ *
1659
+ * @private
1660
+ * @param {*} value The value to check.
1661
+ * @param {Object} [object] The object to query keys on.
1662
+ * @returns {boolean} Returns `true` if `value` is a property name, else `false`.
1663
+ */
1664
+ function isKey(value, object) {
1665
+ if (isArray(value)) {
1666
+ return false;
1667
+ }
1668
+ var type = typeof value;
1669
+ if (type == 'number' || type == 'symbol' || type == 'boolean' ||
1670
+ value == null || isSymbol(value)) {
1671
+ return true;
1672
+ }
1673
+ return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||
1674
+ (object != null && value in Object(object));
1675
+ }
1676
+
1677
+ /**
1678
+ * Checks if `value` is suitable for use as unique object key.
1679
+ *
1680
+ * @private
1681
+ * @param {*} value The value to check.
1682
+ * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
1683
+ */
1684
+ function isKeyable(value) {
1685
+ var type = typeof value;
1686
+ return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
1687
+ ? (value !== '__proto__')
1688
+ : (value === null);
1689
+ }
1690
+
1691
+ /**
1692
+ * Checks if `func` has its source masked.
1693
+ *
1694
+ * @private
1695
+ * @param {Function} func The function to check.
1696
+ * @returns {boolean} Returns `true` if `func` is masked, else `false`.
1697
+ */
1698
+ function isMasked(func) {
1699
+ return !!maskSrcKey && (maskSrcKey in func);
1700
+ }
1701
+
1702
+ /**
1703
+ * Checks if `value` is likely a prototype object.
1704
+ *
1705
+ * @private
1706
+ * @param {*} value The value to check.
1707
+ * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
1708
+ */
1709
+ function isPrototype(value) {
1710
+ var Ctor = value && value.constructor,
1711
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;
1712
+
1713
+ return value === proto;
1714
+ }
1715
+
1716
+ /**
1717
+ * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
1718
+ *
1719
+ * @private
1720
+ * @param {*} value The value to check.
1721
+ * @returns {boolean} Returns `true` if `value` if suitable for strict
1722
+ * equality comparisons, else `false`.
1723
+ */
1724
+ function isStrictComparable(value) {
1725
+ return value === value && !isObject(value);
1726
+ }
1727
+
1728
+ /**
1729
+ * A specialized version of `matchesProperty` for source values suitable
1730
+ * for strict equality comparisons, i.e. `===`.
1731
+ *
1732
+ * @private
1733
+ * @param {string} key The key of the property to get.
1734
+ * @param {*} srcValue The value to match.
1735
+ * @returns {Function} Returns the new spec function.
1736
+ */
1737
+ function matchesStrictComparable(key, srcValue) {
1738
+ return function(object) {
1739
+ if (object == null) {
1740
+ return false;
1741
+ }
1742
+ return object[key] === srcValue &&
1743
+ (srcValue !== undefined || (key in Object(object)));
1744
+ };
1745
+ }
1746
+
1747
+ /**
1748
+ * Converts `string` to a property path array.
1749
+ *
1750
+ * @private
1751
+ * @param {string} string The string to convert.
1752
+ * @returns {Array} Returns the property path array.
1753
+ */
1754
+ var stringToPath = memoize(function(string) {
1755
+ string = toString(string);
1756
+
1757
+ var result = [];
1758
+ if (reLeadingDot.test(string)) {
1759
+ result.push('');
1760
+ }
1761
+ string.replace(rePropName, function(match, number, quote, string) {
1762
+ result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match));
1763
+ });
1764
+ return result;
1765
+ });
1766
+
1767
+ /**
1768
+ * Converts `value` to a string key if it's not a string or symbol.
1769
+ *
1770
+ * @private
1771
+ * @param {*} value The value to inspect.
1772
+ * @returns {string|symbol} Returns the key.
1773
+ */
1774
+ function toKey(value) {
1775
+ if (typeof value == 'string' || isSymbol(value)) {
1776
+ return value;
1777
+ }
1778
+ var result = (value + '');
1779
+ return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
1780
+ }
1781
+
1782
+ /**
1783
+ * Converts `func` to its source code.
1784
+ *
1785
+ * @private
1786
+ * @param {Function} func The function to process.
1787
+ * @returns {string} Returns the source code.
1788
+ */
1789
+ function toSource(func) {
1790
+ if (func != null) {
1791
+ try {
1792
+ return funcToString.call(func);
1793
+ } catch (e) {}
1794
+ try {
1795
+ return (func + '');
1796
+ } catch (e) {}
1797
+ }
1798
+ return '';
1799
+ }
1800
+
1801
+ /**
1802
+ * Reduces `collection` to a value which is the accumulated result of running
1803
+ * each element in `collection` thru `iteratee`, where each successive
1804
+ * invocation is supplied the return value of the previous. If `accumulator`
1805
+ * is not given, the first element of `collection` is used as the initial
1806
+ * value. The iteratee is invoked with four arguments:
1807
+ * (accumulator, value, index|key, collection).
1808
+ *
1809
+ * Many lodash methods are guarded to work as iteratees for methods like
1810
+ * `_.reduce`, `_.reduceRight`, and `_.transform`.
1811
+ *
1812
+ * The guarded methods are:
1813
+ * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,
1814
+ * and `sortBy`
1815
+ *
1816
+ * @static
1817
+ * @memberOf _
1818
+ * @since 0.1.0
1819
+ * @category Collection
1820
+ * @param {Array|Object} collection The collection to iterate over.
1821
+ * @param {Function} [iteratee=_.identity] The function invoked per iteration.
1822
+ * @param {*} [accumulator] The initial value.
1823
+ * @returns {*} Returns the accumulated value.
1824
+ * @see _.reduceRight
1825
+ * @example
1826
+ *
1827
+ * _.reduce([1, 2], function(sum, n) {
1828
+ * return sum + n;
1829
+ * }, 0);
1830
+ * // => 3
1831
+ *
1832
+ * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
1833
+ * (result[value] || (result[value] = [])).push(key);
1834
+ * return result;
1835
+ * }, {});
1836
+ * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
1837
+ */
1838
+ function reduce(collection, iteratee, accumulator) {
1839
+ var func = isArray(collection) ? arrayReduce : baseReduce,
1840
+ initAccum = arguments.length < 3;
1841
+
1842
+ return func(collection, baseIteratee(iteratee, 4), accumulator, initAccum, baseEach);
1843
+ }
1844
+
1845
+ /**
1846
+ * Creates a function that memoizes the result of `func`. If `resolver` is
1847
+ * provided, it determines the cache key for storing the result based on the
1848
+ * arguments provided to the memoized function. By default, the first argument
1849
+ * provided to the memoized function is used as the map cache key. The `func`
1850
+ * is invoked with the `this` binding of the memoized function.
1851
+ *
1852
+ * **Note:** The cache is exposed as the `cache` property on the memoized
1853
+ * function. Its creation may be customized by replacing the `_.memoize.Cache`
1854
+ * constructor with one whose instances implement the
1855
+ * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)
1856
+ * method interface of `delete`, `get`, `has`, and `set`.
1857
+ *
1858
+ * @static
1859
+ * @memberOf _
1860
+ * @since 0.1.0
1861
+ * @category Function
1862
+ * @param {Function} func The function to have its output memoized.
1863
+ * @param {Function} [resolver] The function to resolve the cache key.
1864
+ * @returns {Function} Returns the new memoized function.
1865
+ * @example
1866
+ *
1867
+ * var object = { 'a': 1, 'b': 2 };
1868
+ * var other = { 'c': 3, 'd': 4 };
1869
+ *
1870
+ * var values = _.memoize(_.values);
1871
+ * values(object);
1872
+ * // => [1, 2]
1873
+ *
1874
+ * values(other);
1875
+ * // => [3, 4]
1876
+ *
1877
+ * object.a = 2;
1878
+ * values(object);
1879
+ * // => [1, 2]
1880
+ *
1881
+ * // Modify the result cache.
1882
+ * values.cache.set(object, ['a', 'b']);
1883
+ * values(object);
1884
+ * // => ['a', 'b']
1885
+ *
1886
+ * // Replace `_.memoize.Cache`.
1887
+ * _.memoize.Cache = WeakMap;
1888
+ */
1889
+ function memoize(func, resolver) {
1890
+ if (typeof func != 'function' || (resolver && typeof resolver != 'function')) {
1891
+ throw new TypeError(FUNC_ERROR_TEXT);
1892
+ }
1893
+ var memoized = function() {
1894
+ var args = arguments,
1895
+ key = resolver ? resolver.apply(this, args) : args[0],
1896
+ cache = memoized.cache;
1897
+
1898
+ if (cache.has(key)) {
1899
+ return cache.get(key);
1900
+ }
1901
+ var result = func.apply(this, args);
1902
+ memoized.cache = cache.set(key, result);
1903
+ return result;
1904
+ };
1905
+ memoized.cache = new (memoize.Cache || MapCache);
1906
+ return memoized;
1907
+ }
1908
+
1909
+ // Assign cache to `_.memoize`.
1910
+ memoize.Cache = MapCache;
1911
+
1912
+ /**
1913
+ * Performs a
1914
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
1915
+ * comparison between two values to determine if they are equivalent.
1916
+ *
1917
+ * @static
1918
+ * @memberOf _
1919
+ * @since 4.0.0
1920
+ * @category Lang
1921
+ * @param {*} value The value to compare.
1922
+ * @param {*} other The other value to compare.
1923
+ * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
1924
+ * @example
1925
+ *
1926
+ * var object = { 'a': 1 };
1927
+ * var other = { 'a': 1 };
1928
+ *
1929
+ * _.eq(object, object);
1930
+ * // => true
1931
+ *
1932
+ * _.eq(object, other);
1933
+ * // => false
1934
+ *
1935
+ * _.eq('a', 'a');
1936
+ * // => true
1937
+ *
1938
+ * _.eq('a', Object('a'));
1939
+ * // => false
1940
+ *
1941
+ * _.eq(NaN, NaN);
1942
+ * // => true
1943
+ */
1944
+ function eq(value, other) {
1945
+ return value === other || (value !== value && other !== other);
1946
+ }
1947
+
1948
+ /**
1949
+ * Checks if `value` is likely an `arguments` object.
1950
+ *
1951
+ * @static
1952
+ * @memberOf _
1953
+ * @since 0.1.0
1954
+ * @category Lang
1955
+ * @param {*} value The value to check.
1956
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
1957
+ * else `false`.
1958
+ * @example
1959
+ *
1960
+ * _.isArguments(function() { return arguments; }());
1961
+ * // => true
1962
+ *
1963
+ * _.isArguments([1, 2, 3]);
1964
+ * // => false
1965
+ */
1966
+ function isArguments(value) {
1967
+ // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
1968
+ return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&
1969
+ (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);
1970
+ }
1971
+
1972
+ /**
1973
+ * Checks if `value` is classified as an `Array` object.
1974
+ *
1975
+ * @static
1976
+ * @memberOf _
1977
+ * @since 0.1.0
1978
+ * @category Lang
1979
+ * @param {*} value The value to check.
1980
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
1981
+ * @example
1982
+ *
1983
+ * _.isArray([1, 2, 3]);
1984
+ * // => true
1985
+ *
1986
+ * _.isArray(document.body.children);
1987
+ * // => false
1988
+ *
1989
+ * _.isArray('abc');
1990
+ * // => false
1991
+ *
1992
+ * _.isArray(_.noop);
1993
+ * // => false
1994
+ */
1995
+ var isArray = Array.isArray;
1996
+
1997
+ /**
1998
+ * Checks if `value` is array-like. A value is considered array-like if it's
1999
+ * not a function and has a `value.length` that's an integer greater than or
2000
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
2001
+ *
2002
+ * @static
2003
+ * @memberOf _
2004
+ * @since 4.0.0
2005
+ * @category Lang
2006
+ * @param {*} value The value to check.
2007
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
2008
+ * @example
2009
+ *
2010
+ * _.isArrayLike([1, 2, 3]);
2011
+ * // => true
2012
+ *
2013
+ * _.isArrayLike(document.body.children);
2014
+ * // => true
2015
+ *
2016
+ * _.isArrayLike('abc');
2017
+ * // => true
2018
+ *
2019
+ * _.isArrayLike(_.noop);
2020
+ * // => false
2021
+ */
2022
+ function isArrayLike(value) {
2023
+ return value != null && isLength(value.length) && !isFunction(value);
2024
+ }
2025
+
2026
+ /**
2027
+ * This method is like `_.isArrayLike` except that it also checks if `value`
2028
+ * is an object.
2029
+ *
2030
+ * @static
2031
+ * @memberOf _
2032
+ * @since 4.0.0
2033
+ * @category Lang
2034
+ * @param {*} value The value to check.
2035
+ * @returns {boolean} Returns `true` if `value` is an array-like object,
2036
+ * else `false`.
2037
+ * @example
2038
+ *
2039
+ * _.isArrayLikeObject([1, 2, 3]);
2040
+ * // => true
2041
+ *
2042
+ * _.isArrayLikeObject(document.body.children);
2043
+ * // => true
2044
+ *
2045
+ * _.isArrayLikeObject('abc');
2046
+ * // => false
2047
+ *
2048
+ * _.isArrayLikeObject(_.noop);
2049
+ * // => false
2050
+ */
2051
+ function isArrayLikeObject(value) {
2052
+ return isObjectLike(value) && isArrayLike(value);
2053
+ }
2054
+
2055
+ /**
2056
+ * Checks if `value` is classified as a `Function` object.
2057
+ *
2058
+ * @static
2059
+ * @memberOf _
2060
+ * @since 0.1.0
2061
+ * @category Lang
2062
+ * @param {*} value The value to check.
2063
+ * @returns {boolean} Returns `true` if `value` is a function, else `false`.
2064
+ * @example
2065
+ *
2066
+ * _.isFunction(_);
2067
+ * // => true
2068
+ *
2069
+ * _.isFunction(/abc/);
2070
+ * // => false
2071
+ */
2072
+ function isFunction(value) {
2073
+ // The use of `Object#toString` avoids issues with the `typeof` operator
2074
+ // in Safari 8-9 which returns 'object' for typed array and other constructors.
2075
+ var tag = isObject(value) ? objectToString.call(value) : '';
2076
+ return tag == funcTag || tag == genTag;
2077
+ }
2078
+
2079
+ /**
2080
+ * Checks if `value` is a valid array-like length.
2081
+ *
2082
+ * **Note:** This method is loosely based on
2083
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
2084
+ *
2085
+ * @static
2086
+ * @memberOf _
2087
+ * @since 4.0.0
2088
+ * @category Lang
2089
+ * @param {*} value The value to check.
2090
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
2091
+ * @example
2092
+ *
2093
+ * _.isLength(3);
2094
+ * // => true
2095
+ *
2096
+ * _.isLength(Number.MIN_VALUE);
2097
+ * // => false
2098
+ *
2099
+ * _.isLength(Infinity);
2100
+ * // => false
2101
+ *
2102
+ * _.isLength('3');
2103
+ * // => false
2104
+ */
2105
+ function isLength(value) {
2106
+ return typeof value == 'number' &&
2107
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
2108
+ }
2109
+
2110
+ /**
2111
+ * Checks if `value` is the
2112
+ * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
2113
+ * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
2114
+ *
2115
+ * @static
2116
+ * @memberOf _
2117
+ * @since 0.1.0
2118
+ * @category Lang
2119
+ * @param {*} value The value to check.
2120
+ * @returns {boolean} Returns `true` if `value` is an object, else `false`.
2121
+ * @example
2122
+ *
2123
+ * _.isObject({});
2124
+ * // => true
2125
+ *
2126
+ * _.isObject([1, 2, 3]);
2127
+ * // => true
2128
+ *
2129
+ * _.isObject(_.noop);
2130
+ * // => true
2131
+ *
2132
+ * _.isObject(null);
2133
+ * // => false
2134
+ */
2135
+ function isObject(value) {
2136
+ var type = typeof value;
2137
+ return !!value && (type == 'object' || type == 'function');
2138
+ }
2139
+
2140
+ /**
2141
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
2142
+ * and has a `typeof` result of "object".
2143
+ *
2144
+ * @static
2145
+ * @memberOf _
2146
+ * @since 4.0.0
2147
+ * @category Lang
2148
+ * @param {*} value The value to check.
2149
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
2150
+ * @example
2151
+ *
2152
+ * _.isObjectLike({});
2153
+ * // => true
2154
+ *
2155
+ * _.isObjectLike([1, 2, 3]);
2156
+ * // => true
2157
+ *
2158
+ * _.isObjectLike(_.noop);
2159
+ * // => false
2160
+ *
2161
+ * _.isObjectLike(null);
2162
+ * // => false
2163
+ */
2164
+ function isObjectLike(value) {
2165
+ return !!value && typeof value == 'object';
2166
+ }
2167
+
2168
+ /**
2169
+ * Checks if `value` is classified as a `Symbol` primitive or object.
2170
+ *
2171
+ * @static
2172
+ * @memberOf _
2173
+ * @since 4.0.0
2174
+ * @category Lang
2175
+ * @param {*} value The value to check.
2176
+ * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
2177
+ * @example
2178
+ *
2179
+ * _.isSymbol(Symbol.iterator);
2180
+ * // => true
2181
+ *
2182
+ * _.isSymbol('abc');
2183
+ * // => false
2184
+ */
2185
+ function isSymbol(value) {
2186
+ return typeof value == 'symbol' ||
2187
+ (isObjectLike(value) && objectToString.call(value) == symbolTag);
2188
+ }
2189
+
2190
+ /**
2191
+ * Checks if `value` is classified as a typed array.
2192
+ *
2193
+ * @static
2194
+ * @memberOf _
2195
+ * @since 3.0.0
2196
+ * @category Lang
2197
+ * @param {*} value The value to check.
2198
+ * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
2199
+ * @example
2200
+ *
2201
+ * _.isTypedArray(new Uint8Array);
2202
+ * // => true
2203
+ *
2204
+ * _.isTypedArray([]);
2205
+ * // => false
2206
+ */
2207
+ var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
2208
+
2209
+ /**
2210
+ * Converts `value` to a string. An empty string is returned for `null`
2211
+ * and `undefined` values. The sign of `-0` is preserved.
2212
+ *
2213
+ * @static
2214
+ * @memberOf _
2215
+ * @since 4.0.0
2216
+ * @category Lang
2217
+ * @param {*} value The value to process.
2218
+ * @returns {string} Returns the string.
2219
+ * @example
2220
+ *
2221
+ * _.toString(null);
2222
+ * // => ''
2223
+ *
2224
+ * _.toString(-0);
2225
+ * // => '-0'
2226
+ *
2227
+ * _.toString([1, 2, 3]);
2228
+ * // => '1,2,3'
2229
+ */
2230
+ function toString(value) {
2231
+ return value == null ? '' : baseToString(value);
2232
+ }
2233
+
2234
+ /**
2235
+ * Gets the value at `path` of `object`. If the resolved value is
2236
+ * `undefined`, the `defaultValue` is returned in its place.
2237
+ *
2238
+ * @static
2239
+ * @memberOf _
2240
+ * @since 3.7.0
2241
+ * @category Object
2242
+ * @param {Object} object The object to query.
2243
+ * @param {Array|string} path The path of the property to get.
2244
+ * @param {*} [defaultValue] The value returned for `undefined` resolved values.
2245
+ * @returns {*} Returns the resolved value.
2246
+ * @example
2247
+ *
2248
+ * var object = { 'a': [{ 'b': { 'c': 3 } }] };
2249
+ *
2250
+ * _.get(object, 'a[0].b.c');
2251
+ * // => 3
2252
+ *
2253
+ * _.get(object, ['a', '0', 'b', 'c']);
2254
+ * // => 3
2255
+ *
2256
+ * _.get(object, 'a.b.c', 'default');
2257
+ * // => 'default'
2258
+ */
2259
+ function get(object, path, defaultValue) {
2260
+ var result = object == null ? undefined : baseGet(object, path);
2261
+ return result === undefined ? defaultValue : result;
2262
+ }
2263
+
2264
+ /**
2265
+ * Checks if `path` is a direct or inherited property of `object`.
2266
+ *
2267
+ * @static
2268
+ * @memberOf _
2269
+ * @since 4.0.0
2270
+ * @category Object
2271
+ * @param {Object} object The object to query.
2272
+ * @param {Array|string} path The path to check.
2273
+ * @returns {boolean} Returns `true` if `path` exists, else `false`.
2274
+ * @example
2275
+ *
2276
+ * var object = _.create({ 'a': _.create({ 'b': 2 }) });
2277
+ *
2278
+ * _.hasIn(object, 'a');
2279
+ * // => true
2280
+ *
2281
+ * _.hasIn(object, 'a.b');
2282
+ * // => true
2283
+ *
2284
+ * _.hasIn(object, ['a', 'b']);
2285
+ * // => true
2286
+ *
2287
+ * _.hasIn(object, 'b');
2288
+ * // => false
2289
+ */
2290
+ function hasIn(object, path) {
2291
+ return object != null && hasPath(object, path, baseHasIn);
2292
+ }
2293
+
2294
+ /**
2295
+ * Creates an array of the own enumerable property names of `object`.
2296
+ *
2297
+ * **Note:** Non-object values are coerced to objects. See the
2298
+ * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
2299
+ * for more details.
2300
+ *
2301
+ * @static
2302
+ * @since 0.1.0
2303
+ * @memberOf _
2304
+ * @category Object
2305
+ * @param {Object} object The object to query.
2306
+ * @returns {Array} Returns the array of property names.
2307
+ * @example
2308
+ *
2309
+ * function Foo() {
2310
+ * this.a = 1;
2311
+ * this.b = 2;
2312
+ * }
2313
+ *
2314
+ * Foo.prototype.c = 3;
2315
+ *
2316
+ * _.keys(new Foo);
2317
+ * // => ['a', 'b'] (iteration order is not guaranteed)
2318
+ *
2319
+ * _.keys('hi');
2320
+ * // => ['0', '1']
2321
+ */
2322
+ function keys(object) {
2323
+ return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
2324
+ }
2325
+
2326
+ /**
2327
+ * This method returns the first argument it receives.
2328
+ *
2329
+ * @static
2330
+ * @since 0.1.0
2331
+ * @memberOf _
2332
+ * @category Util
2333
+ * @param {*} value Any value.
2334
+ * @returns {*} Returns `value`.
2335
+ * @example
2336
+ *
2337
+ * var object = { 'a': 1 };
2338
+ *
2339
+ * console.log(_.identity(object) === object);
2340
+ * // => true
2341
+ */
2342
+ function identity(value) {
2343
+ return value;
2344
+ }
2345
+
2346
+ /**
2347
+ * Creates a function that returns the value at `path` of a given object.
2348
+ *
2349
+ * @static
2350
+ * @memberOf _
2351
+ * @since 2.4.0
2352
+ * @category Util
2353
+ * @param {Array|string} path The path of the property to get.
2354
+ * @returns {Function} Returns the new accessor function.
2355
+ * @example
2356
+ *
2357
+ * var objects = [
2358
+ * { 'a': { 'b': 2 } },
2359
+ * { 'a': { 'b': 1 } }
2360
+ * ];
2361
+ *
2362
+ * _.map(objects, _.property('a.b'));
2363
+ * // => [2, 1]
2364
+ *
2365
+ * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');
2366
+ * // => [1, 2]
2367
+ */
2368
+ function property(path) {
2369
+ return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);
2370
+ }
2371
+
2372
+ module.exports = reduce;