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.
- checksums.yaml +4 -4
- data/README.md +12 -11
- data/lib/tck/lambdas/aws_function.rb +1 -2
- data/lib/tck/lambdas/chistacojs/chistaco_diario.js +31 -0
- data/lib/tck/lambdas/chistacojs/chistaco_diario.zip +0 -0
- data/lib/tck/lambdas/chistacojs/chistescortos.js +17 -0
- data/lib/tck/lambdas/chistacojs/conf.js +13 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/History.md +576 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/Readme.md +1093 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/index.js +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/attributes.js +495 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/css.js +121 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/forms.js +65 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/manipulation.js +425 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/api/traversing.js +429 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/cheerio.js +148 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/parse.js +86 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/static.js +187 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/lib/utils.js +83 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/README.md +133 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/index.js +59 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/attributes.js +181 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/compile.js +192 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/general.js +89 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/procedure.json +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/pseudos.js +393 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/lib/sort.js +80 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/README.md +10 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/index.js +8 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/package.json +46 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/css-what/index.js +267 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/css-what/package.json +74 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/css-what/readme.md +46 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/index.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/helpers.js +141 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/legacy.js +87 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/manipulation.js +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/querying.js +94 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/stringify.js +22 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/traversal.js +24 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/index.js +15 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/package.json +46 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/package.json +74 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/fixture.js +6 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/helpers.js +89 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/legacy.js +119 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/traversal.js +17 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/utils.js +9 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/README.md +51 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/compile.js +40 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/index.js +9 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/package.json +52 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/parse.js +40 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/test.js +102 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/css-select/package.json +90 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/index.js +178 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/index.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/package.json +45 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/dom-serializer/package.json +72 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/index.js +33 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/lib/decode.js +72 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/lib/decode_codepoint.js +26 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/lib/encode.js +73 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/decode.json +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/entities.json +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/legacy.json +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/maps/xml.json +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/package.json +79 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/readme.md +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/test/mocha.opts +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/entities/test/test.js +168 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/CollectingHandler.js +55 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/FeedHandler.js +95 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/Parser.js +353 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/ProxyHandler.js +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/Stream.js +35 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/Tokenizer.js +906 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/WritableStream.js +25 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/lib/index.js +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/index.js +15 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/package.json +45 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/index.js +182 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/element.js +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/node.js +44 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/readme.md +105 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/01-basic.json +57 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/02-single_tag_1.json +21 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/03-single_tag_2.json +21 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/04-unescaped_in_script.json +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/05-tags_in_comment.json +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/06-comment_in_script.json +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/07-unescaped_in_style.json +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/09-unquoted_attrib.json +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/10-singular_attribute.json +15 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/11-text_outside_tags.json +40 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/12-text_only.json +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/13-comment_in_text.json +19 -0
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/15-non-verbose.json +22 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/16-normalize_whitespace.json +47 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/17-xml_namespace.json +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/18-enforce_empty_tags.json +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/19-ignore_empty_tags.json +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/20-template_script_tags.json +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/21-conditional_comments.json +15 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/22-lowercase_tags.json +41 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/23-dom-lvl1.json +131 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/24-with-start-indices.json +85 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/tests.js +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/index.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +141 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +87 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +94 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +22 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +24 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/package.json +74 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/fixture.js +6 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/helpers.js +89 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/legacy.js +119 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/traversal.js +17 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/utils.js +9 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/README.md +42 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits.js +7 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits_browser.js +23 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/package.json +62 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/README.md +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/stream.md +2015 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/duplex.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_readable.js +937 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_transform.js +180 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_writable.js +526 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/internal/streams/BufferList.js +64 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/index.js +108 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/license.md +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/readme.md +21 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/package.json +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/package.json +90 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/passthrough.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/readable.js +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/transform.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/writable.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/htmlparser2/package.json +84 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.assignin/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.assignin/index.js +626 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.assignin/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.bind/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.bind/index.js +1254 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.bind/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.defaults/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.defaults/index.js +668 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.defaults/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.filter/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.filter/index.js +2366 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.filter/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.flatten/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.flatten/index.js +349 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.flatten/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.foreach/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.foreach/index.js +565 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.foreach/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.map/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.map/index.js +2366 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.map/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.merge/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.merge/index.js +2207 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.merge/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.pick/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.pick/index.js +503 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.pick/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reduce/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reduce/index.js +2372 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reduce/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reject/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reject/index.js +2398 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.reject/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.some/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.some/index.js +2368 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/node_modules/lodash.some/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/cheerio/package.json +105 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/CHANGELOG.md +633 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/CONTRIBUTING.md +81 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/README.md +1097 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/codecov.yml +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/index.js +157 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/auth.js +168 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/cookies.js +39 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/getProxyFromURI.js +79 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/har.js +215 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/helpers.js +74 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/multipart.js +112 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/oauth.js +147 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/querystring.js +51 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/redirect.js +153 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/lib/tunnel.js +176 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws-sign2/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws-sign2/index.js +212 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws-sign2/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/README.md +514 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/aws4.js +318 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/lru.js +96 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/aws4/package.json +106 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/LICENSE.md +13 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/README.md +200 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/bl.js +243 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/README.md +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown +1760 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/duplex.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +880 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +180 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +516 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/README.md +42 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +23 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/test.js +25 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/package.json +80 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/passthrough.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/readable.js +12 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/transform.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/node_modules/readable-stream/writable.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/package.json +64 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/bl/test/test.js +640 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/README.md +45 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/index.js +66 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/package.json +62 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/caseless/test.js +40 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/Readme.md +138 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/lib/combined_stream.js +188 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +141 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json +64 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/combined-stream/package.json +67 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/CHANGELOG.md +69 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/README.md +62 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/component.json +32 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/index.js +86 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/extend/package.json +73 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/forever-agent/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/forever-agent/index.js +138 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/forever-agent/package.json +56 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/README.md +218 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/lib/browser.js +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/lib/form_data.js +411 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/lib/populate.js +9 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md +125 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/README.md +1877 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js +1265 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/dist/async.min.js +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +1265 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/node_modules/async/package.json +123 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/package.json +104 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/wercker.yml +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/README.md +309 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/async.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/error.js +10 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/index.js +22 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/runner.js +29 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/cache.json +13 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json +31 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/content.json +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json +34 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/creator.json +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/entry.json +51 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/har.json +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/index.js +49 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/log.json +34 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/page.json +30 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/postData.json +41 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/record.json +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/request.json +55 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/response.json +52 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/lib/schemas/timings.json +40 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js +116 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/index.js +65 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/package.json +80 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/readme.md +86 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/index.js +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json +75 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/readme.md +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js +4 -0
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json +85 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/index.js +6 -0
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/package.json +90 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/readme.md +33 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js +50 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json +79 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/readme.md +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json +107 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md +213 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/History.md +261 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/Readme.md +351 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/index.js +1110 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/README.md +17 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/index.js +12 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json +48 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/commander/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/README.md +173 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/example.js +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/formats.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js +584 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json +75 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/require.js +12 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/fixtures/cosmic.js +84 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema.js +23 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js +447 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/index.js +3 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/index.js +292 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json +66 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/readme.md +83 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json +69 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/readme.md +28 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/har-validator/package.json +87 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/README.md +634 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/bower.json +24 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/component.json +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/dist/client.js +343 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/example/usage.js +78 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/images/hawk.png +0 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/images/logo.png +0 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/browser.js +637 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/client.js +369 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/crypto.js +126 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/index.js +15 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/server.js +548 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/lib/utils.js +184 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/README.md +652 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +0 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +318 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/package.json +64 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +654 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +61 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +102 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +584 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +0 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +132 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +993 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +61 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +88 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +2513 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt +0 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +25 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +412 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +65 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +435 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/browser.js +1492 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/client.js +440 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/crypto.js +70 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/index.js +378 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/readme.js +95 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/server.js +1329 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/uri.js +838 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/hawk/test/utils.js +149 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/CHANGES.md +46 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/README.md +79 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/http_signing.md +363 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/index.js +29 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/parser.js +318 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/signer.js +399 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/utils.js +112 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/lib/verify.js +88 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/CHANGES.md +8 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +155 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +206 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +83 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md +35 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md +237 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js +488 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps +39 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ +285 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md +39 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/examples/simple.js +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/jsl.node.conf +137 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/lib/extsprintf.js +166 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/package.json +37 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/README.md +5 -0
- 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
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/links.js +52 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/validate.js +260 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/package.json +59 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/test/tests.js +95 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/Makefile.targ +285 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/README.md +120 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-verror.js +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-werror.js +34 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/varargs.js +6 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/verror.js +13 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/werror.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/jsl.node.conf +139 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js +157 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/package.json +43 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.inherit.js +100 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.verror.js +156 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.werror.js +179 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/jsprim/package.json +51 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/README.md +666 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/algs.js +168 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/certificate.js +291 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/dhe.js +311 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ed-compat.js +96 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/errors.js +84 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/fingerprint.js +161 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/auto.js +73 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js +289 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js +186 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js +505 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js +146 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js +114 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js +77 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js +484 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js +255 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js +38 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js +270 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js +231 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/signature.js +245 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ssh-buffer.js +148 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/utils.js +246 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md +50 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/errors.js +13 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/index.js +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/reader.js +261 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/types.js +36 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/writer.js +316 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js +20 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json +65 -0
- 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
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md +162 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js +211 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json +83 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md +574 -0
- 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
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js +1055 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json +91 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md +8 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js +57 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/ec.js +561 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js +170 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json +56 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md +32 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js +123 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json +57 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md +3 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/README.md +51 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.0 +42 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.1 +13 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/index.js +35 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/jsdoc.json +19 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/core.js +481 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/curve255.js +221 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/dh.js +111 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/eddsa.js +573 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/utils.js +198 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/README.md +175 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.html +12 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.js +3 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/index.js +1358 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/package.json +50 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/CHANGELOG.md +128 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/README.md +463 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.js +2418 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.min.js +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.js +1205 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.min.js +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json +94 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json +101 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/http-signature/package.json +83 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/LICENSE.md +18 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/README.md +16 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/index.js +41 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/package.json +57 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/is-typedarray/test.js +34 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/LICENSE.md +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/README.md +66 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/isstream.js +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/package.json +59 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/isstream/test.js +168 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/README.md +52 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/stringify.js +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/test/mocha.opts +2 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/HISTORY.md +197 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/README.md +103 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/index.js +188 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md +341 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md +82 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json +6627 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js +11 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json +99 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/mime-types/package.json +89 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/LICENSE.md +21 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/README.md +254 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/README.md +53 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +174 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +34 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +34 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +84 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/bower.json +23 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/component.json +25 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/package.json +81 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/test/compare_v1.js +63 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/test/test.html +17 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/test/test.js +231 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/node-uuid/uuid.js +272 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/oauth-sign/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/oauth-sign/index.js +136 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/oauth-sign/package.json +66 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/CHANGELOG.md +130 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/CONTRIBUTING.md +1 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/README.md +376 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/dist/qs.js +486 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/index.js +9 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/parse.js +166 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/stringify.js +137 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/lib/utils.js +164 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/package.json +87 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/index.js +5 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/parse.js +451 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/stringify.js +305 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/qs/test/utils.js +9 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/LICENSE.txt +22 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/README.md +38 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/example.js +27 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/package.json +50 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/stringstream/stringstream.js +102 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/README.md +506 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/cookie.js +1336 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/memstore.js +170 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/pathMatch.js +61 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/permuteDomain.js +56 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +98 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/lib/store.js +71 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tough-cookie/package.json +95 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tunnel-agent/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tunnel-agent/index.js +243 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/node_modules/tunnel-agent/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/package.json +119 -0
- data/lib/tck/lambdas/chistacojs/node_modules/request/request.js +1434 -0
- data/lib/tck/lambdas/chistacojs/post_chistaco.js +21 -0
- data/lib/tck/lambdas/chistacojs/refreshing_matter.js +17 -0
- data/lib/tck/lambdas/chistacojs/source/chistacojs.js +30 -0
- data/lib/tck/lambdas/chistacojs/source/chistescortos.js +17 -0
- data/lib/tck/lambdas/chistacojs/source/conf.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/History.md +576 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/Readme.md +1093 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/index.js +11 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/attributes.js +495 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/css.js +121 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/forms.js +65 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/manipulation.js +425 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/api/traversing.js +429 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/cheerio.js +148 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/parse.js +86 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/static.js +187 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/lib/utils.js +83 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/README.md +133 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/index.js +59 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/attributes.js +181 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/compile.js +192 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/general.js +89 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/procedure.json +11 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/pseudos.js +393 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/lib/sort.js +80 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/README.md +10 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/index.js +8 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/boolbase/package.json +46 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/css-what/index.js +267 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/css-what/package.json +74 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/css-what/readme.md +46 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/index.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/helpers.js +141 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/legacy.js +87 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/manipulation.js +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/querying.js +94 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/stringify.js +22 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/lib/traversal.js +24 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/index.js +15 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/package.json +46 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/node_modules/domelementtype/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/package.json +74 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/fixture.js +6 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/helpers.js +89 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/legacy.js +119 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/tests/traversal.js +17 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/domutils/test/utils.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/README.md +51 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/compile.js +40 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/index.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/package.json +52 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/parse.js +40 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/node_modules/nth-check/test.js +102 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/css-select/package.json +90 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/index.js +178 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/index.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/package.json +45 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/node_modules/domelementtype/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/dom-serializer/package.json +72 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/index.js +33 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/lib/decode.js +72 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/lib/decode_codepoint.js +26 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/lib/encode.js +73 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/decode.json +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/entities.json +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/legacy.json +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/maps/xml.json +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/package.json +79 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/readme.md +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/test/mocha.opts +2 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/entities/test/test.js +168 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/CollectingHandler.js +55 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/FeedHandler.js +95 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/Parser.js +353 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/ProxyHandler.js +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/Stream.js +35 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/Tokenizer.js +906 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/WritableStream.js +25 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/lib/index.js +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/index.js +15 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/package.json +45 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domelementtype/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/index.js +182 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/element.js +20 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/lib/node.js +44 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/readme.md +105 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/01-basic.json +57 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/02-single_tag_1.json +21 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/03-single_tag_2.json +21 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/04-unescaped_in_script.json +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/05-tags_in_comment.json +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/06-comment_in_script.json +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/07-unescaped_in_style.json +20 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/09-unquoted_attrib.json +20 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/10-singular_attribute.json +15 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/11-text_outside_tags.json +40 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/12-text_only.json +11 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/13-comment_in_text.json +19 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/15-non-verbose.json +22 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/16-normalize_whitespace.json +47 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/17-xml_namespace.json +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/18-enforce_empty_tags.json +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/19-ignore_empty_tags.json +20 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/20-template_script_tags.json +20 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/21-conditional_comments.json +15 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/22-lowercase_tags.json +41 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/23-dom-lvl1.json +131 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/cases/24-with-start-indices.json +85 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domhandler/test/tests.js +60 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/index.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +141 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +87 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +94 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +22 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +24 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/package.json +74 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/readme.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/fixture.js +6 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/helpers.js +89 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/legacy.js +119 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/tests/traversal.js +17 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/domutils/test/utils.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/README.md +42 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits.js +7 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/inherits_browser.js +23 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/inherits/package.json +62 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/README.md +36 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/doc/stream.md +2015 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/duplex.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_readable.js +937 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_transform.js +180 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/_stream_writable.js +526 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/lib/internal/streams/BufferList.js +64 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/index.js +108 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/license.md +19 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/buffer-shims/readme.md +21 -0
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/package.json +90 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/passthrough.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/readable.js +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/transform.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/node_modules/readable-stream/writable.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/htmlparser2/package.json +84 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.assignin/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.assignin/index.js +626 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.assignin/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.bind/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.bind/index.js +1254 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.bind/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.defaults/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.defaults/index.js +668 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.defaults/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.filter/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.filter/index.js +2366 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.filter/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.flatten/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.flatten/index.js +349 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.flatten/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/index.js +565 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.map/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.map/index.js +2366 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.map/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.merge/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.merge/index.js +2207 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.merge/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.pick/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.pick/index.js +503 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.pick/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reduce/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reduce/index.js +2372 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reduce/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reject/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reject/index.js +2398 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.reject/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.some/README.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.some/index.js +2368 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.some/package.json +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/package.json +105 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/CHANGELOG.md +633 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/CONTRIBUTING.md +81 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/README.md +1097 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/codecov.yml +2 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/index.js +157 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/auth.js +168 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/cookies.js +39 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/getProxyFromURI.js +79 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/har.js +215 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/helpers.js +74 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/multipart.js +112 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/oauth.js +147 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/querystring.js +51 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/redirect.js +153 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/lib/tunnel.js +176 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws-sign2/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws-sign2/index.js +212 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws-sign2/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/README.md +514 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/aws4.js +318 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/lru.js +96 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/aws4/package.json +106 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/LICENSE.md +13 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/README.md +200 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/bl.js +243 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/README.md +36 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown +1760 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/duplex.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +75 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +26 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +880 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +180 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +516 -0
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/README.md +42 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +23 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/package.json +49 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits/test.js +25 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate/package.json +54 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/package.json +80 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/passthrough.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/readable.js +12 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/transform.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/node_modules/readable-stream/writable.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/package.json +64 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/bl/test/test.js +640 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/README.md +45 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/index.js +66 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/package.json +62 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/caseless/test.js +40 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/Readme.md +138 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/lib/combined_stream.js +188 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +141 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json +64 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/combined-stream/package.json +67 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/CHANGELOG.md +69 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/README.md +62 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/component.json +32 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/index.js +86 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/extend/package.json +73 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/forever-agent/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/forever-agent/index.js +138 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/forever-agent/package.json +56 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/README.md +218 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/lib/browser.js +2 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/lib/form_data.js +411 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/lib/populate.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md +125 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/README.md +1877 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js +1265 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/dist/async.min.js +2 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +1265 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/node_modules/async/package.json +123 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/package.json +104 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml +36 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/README.md +309 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/async.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/error.js +10 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/index.js +22 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/runner.js +29 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/cache.json +13 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json +31 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/content.json +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json +34 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/creator.json +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/entry.json +51 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/har.json +11 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/index.js +49 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/log.json +34 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/page.json +30 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/postData.json +41 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/record.json +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/request.json +55 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/response.json +52 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/lib/schemas/timings.json +40 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js +116 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/index.js +65 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/package.json +80 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/readme.md +86 -0
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js +4 -0
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json +85 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md +36 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/index.js +6 -0
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/package.json +90 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/readme.md +33 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js +50 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json +79 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/readme.md +36 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json +107 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md +213 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/History.md +261 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/Readme.md +351 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/index.js +1110 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/README.md +17 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/index.js +12 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json +48 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/commander/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/README.md +173 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/example.js +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/formats.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js +584 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json +75 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/require.js +12 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js +447 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/index.js +3 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/index.js +292 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json +66 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/readme.md +83 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json +69 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/readme.md +28 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/har-validator/package.json +87 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/README.md +634 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/bower.json +24 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/component.json +19 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/dist/client.js +343 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/example/usage.js +78 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/images/hawk.png +0 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/images/logo.png +0 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/browser.js +637 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/client.js +369 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/crypto.js +126 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/index.js +15 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/server.js +548 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/lib/utils.js +184 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/README.md +652 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +0 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +318 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/package.json +64 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +654 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +61 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +102 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +584 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +0 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +132 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +993 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +61 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +88 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +2513 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt +0 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +25 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +412 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +65 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +435 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/browser.js +1492 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/client.js +440 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/crypto.js +70 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/index.js +378 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/readme.js +95 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/server.js +1329 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/uri.js +838 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/hawk/test/utils.js +149 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/CHANGES.md +46 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/README.md +79 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/http_signing.md +363 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/index.js +29 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/parser.js +318 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/signer.js +399 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/utils.js +112 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/lib/verify.js +88 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/CHANGES.md +8 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +155 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +206 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +83 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md +35 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md +237 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js +488 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps +39 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ +285 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md +39 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/examples/simple.js +2 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/jsl.node.conf +137 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/lib/extsprintf.js +166 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/package.json +37 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/README.md +5 -0
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/package.json +59 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/Makefile.targ +285 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/README.md +120 -0
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/varargs.js +6 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/verror.js +13 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/werror.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/jsl.node.conf +139 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js +157 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/package.json +43 -0
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/jsprim/package.json +51 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/README.md +666 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/algs.js +168 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/certificate.js +291 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/dhe.js +311 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ed-compat.js +96 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/errors.js +84 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/fingerprint.js +161 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/auto.js +73 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js +289 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js +186 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js +505 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js +146 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js +114 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js +77 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js +484 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js +255 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js +38 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js +270 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js +231 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/signature.js +245 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ssh-buffer.js +148 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/utils.js +246 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md +50 -0
- 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
- 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
- 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
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js +20 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json +65 -0
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md +162 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js +211 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json +83 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md +574 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js +1055 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json +91 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md +8 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js +57 -0
- 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
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json +56 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md +32 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js +123 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json +57 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md +3 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/README.md +51 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.0 +42 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.1 +13 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/index.js +35 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/jsdoc.json +19 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/core.js +481 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/curve255.js +221 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/dh.js +111 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/eddsa.js +573 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/utils.js +198 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/package.json +71 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/README.md +175 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.html +12 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.js +3 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/index.js +1358 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/package.json +50 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/CHANGELOG.md +128 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/README.md +463 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.js +2418 -0
- 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
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.js +1205 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.min.js +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json +94 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json +101 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/http-signature/package.json +83 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/LICENSE.md +18 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/README.md +16 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/index.js +41 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/package.json +57 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/is-typedarray/test.js +34 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/LICENSE.md +11 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/README.md +66 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/isstream.js +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/package.json +59 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/isstream/test.js +168 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/README.md +52 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/stringify.js +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/test/mocha.opts +2 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/HISTORY.md +197 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/README.md +103 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/index.js +188 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md +341 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md +82 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json +6627 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js +11 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json +99 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/mime-types/package.json +89 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/LICENSE.md +21 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/README.md +254 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/README.md +53 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +174 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +34 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +34 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +84 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/bower.json +23 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/component.json +25 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/package.json +81 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/test/compare_v1.js +63 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/test/test.html +17 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/test/test.js +231 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/node-uuid/uuid.js +272 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/oauth-sign/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/oauth-sign/index.js +136 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/oauth-sign/package.json +66 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/CHANGELOG.md +130 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/CONTRIBUTING.md +1 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/README.md +376 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/dist/qs.js +486 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/index.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/parse.js +166 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/stringify.js +137 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/lib/utils.js +164 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/package.json +87 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/index.js +5 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/parse.js +451 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/stringify.js +305 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/qs/test/utils.js +9 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/LICENSE.txt +22 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/README.md +38 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/example.js +27 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/package.json +50 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/stringstream/stringstream.js +102 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/README.md +506 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/cookie.js +1336 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/memstore.js +170 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/pathMatch.js +61 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/permuteDomain.js +56 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +98 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/lib/store.js +71 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tough-cookie/package.json +95 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/README.md +4 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/index.js +243 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/package.json +68 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/package.json +119 -0
- data/lib/tck/lambdas/chistacojs/source/node_modules/request/request.js +1434 -0
- data/lib/tck/lambdas/chistacojs/source/post_chistaco.js +21 -0
- data/lib/tck/lambdas/chistacojs/source/refreshing_matter.js +17 -0
- data/lib/tck/lambdas/chistacojs/test/succeeded/basic.json +1 -0
- data/lib/tck/lambdas/templates/lambdas.rake.erb +1 -0
- data/lib/tck/lambdas/version.rb +1 -1
- metadata +1360 -2
data/lib/tck/lambdas/chistacojs/source/node_modules/cheerio/node_modules/lodash.foreach/package.json
ADDED
@@ -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;
|