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