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