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
@@ -0,0 +1,64 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
var Buffer = require('buffer').Buffer;
|
4
|
+
/*<replacement>*/
|
5
|
+
var bufferShim = require('buffer-shims');
|
6
|
+
/*</replacement>*/
|
7
|
+
|
8
|
+
module.exports = BufferList;
|
9
|
+
|
10
|
+
function BufferList() {
|
11
|
+
this.head = null;
|
12
|
+
this.tail = null;
|
13
|
+
this.length = 0;
|
14
|
+
}
|
15
|
+
|
16
|
+
BufferList.prototype.push = function (v) {
|
17
|
+
var entry = { data: v, next: null };
|
18
|
+
if (this.length > 0) this.tail.next = entry;else this.head = entry;
|
19
|
+
this.tail = entry;
|
20
|
+
++this.length;
|
21
|
+
};
|
22
|
+
|
23
|
+
BufferList.prototype.unshift = function (v) {
|
24
|
+
var entry = { data: v, next: this.head };
|
25
|
+
if (this.length === 0) this.tail = entry;
|
26
|
+
this.head = entry;
|
27
|
+
++this.length;
|
28
|
+
};
|
29
|
+
|
30
|
+
BufferList.prototype.shift = function () {
|
31
|
+
if (this.length === 0) return;
|
32
|
+
var ret = this.head.data;
|
33
|
+
if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;
|
34
|
+
--this.length;
|
35
|
+
return ret;
|
36
|
+
};
|
37
|
+
|
38
|
+
BufferList.prototype.clear = function () {
|
39
|
+
this.head = this.tail = null;
|
40
|
+
this.length = 0;
|
41
|
+
};
|
42
|
+
|
43
|
+
BufferList.prototype.join = function (s) {
|
44
|
+
if (this.length === 0) return '';
|
45
|
+
var p = this.head;
|
46
|
+
var ret = '' + p.data;
|
47
|
+
while (p = p.next) {
|
48
|
+
ret += s + p.data;
|
49
|
+
}return ret;
|
50
|
+
};
|
51
|
+
|
52
|
+
BufferList.prototype.concat = function (n) {
|
53
|
+
if (this.length === 0) return bufferShim.alloc(0);
|
54
|
+
if (this.length === 1) return this.head.data;
|
55
|
+
var ret = bufferShim.allocUnsafe(n >>> 0);
|
56
|
+
var p = this.head;
|
57
|
+
var i = 0;
|
58
|
+
while (p) {
|
59
|
+
p.data.copy(ret, i);
|
60
|
+
i += p.data.length;
|
61
|
+
p = p.next;
|
62
|
+
}
|
63
|
+
return ret;
|
64
|
+
};
|
@@ -0,0 +1,108 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
var buffer = require('buffer');
|
4
|
+
var Buffer = buffer.Buffer;
|
5
|
+
var SlowBuffer = buffer.SlowBuffer;
|
6
|
+
var MAX_LEN = buffer.kMaxLength || 2147483647;
|
7
|
+
exports.alloc = function alloc(size, fill, encoding) {
|
8
|
+
if (typeof Buffer.alloc === 'function') {
|
9
|
+
return Buffer.alloc(size, fill, encoding);
|
10
|
+
}
|
11
|
+
if (typeof encoding === 'number') {
|
12
|
+
throw new TypeError('encoding must not be number');
|
13
|
+
}
|
14
|
+
if (typeof size !== 'number') {
|
15
|
+
throw new TypeError('size must be a number');
|
16
|
+
}
|
17
|
+
if (size > MAX_LEN) {
|
18
|
+
throw new RangeError('size is too large');
|
19
|
+
}
|
20
|
+
var enc = encoding;
|
21
|
+
var _fill = fill;
|
22
|
+
if (_fill === undefined) {
|
23
|
+
enc = undefined;
|
24
|
+
_fill = 0;
|
25
|
+
}
|
26
|
+
var buf = new Buffer(size);
|
27
|
+
if (typeof _fill === 'string') {
|
28
|
+
var fillBuf = new Buffer(_fill, enc);
|
29
|
+
var flen = fillBuf.length;
|
30
|
+
var i = -1;
|
31
|
+
while (++i < size) {
|
32
|
+
buf[i] = fillBuf[i % flen];
|
33
|
+
}
|
34
|
+
} else {
|
35
|
+
buf.fill(_fill);
|
36
|
+
}
|
37
|
+
return buf;
|
38
|
+
}
|
39
|
+
exports.allocUnsafe = function allocUnsafe(size) {
|
40
|
+
if (typeof Buffer.allocUnsafe === 'function') {
|
41
|
+
return Buffer.allocUnsafe(size);
|
42
|
+
}
|
43
|
+
if (typeof size !== 'number') {
|
44
|
+
throw new TypeError('size must be a number');
|
45
|
+
}
|
46
|
+
if (size > MAX_LEN) {
|
47
|
+
throw new RangeError('size is too large');
|
48
|
+
}
|
49
|
+
return new Buffer(size);
|
50
|
+
}
|
51
|
+
exports.from = function from(value, encodingOrOffset, length) {
|
52
|
+
if (typeof Buffer.from === 'function' && (!global.Uint8Array || Uint8Array.from !== Buffer.from)) {
|
53
|
+
return Buffer.from(value, encodingOrOffset, length);
|
54
|
+
}
|
55
|
+
if (typeof value === 'number') {
|
56
|
+
throw new TypeError('"value" argument must not be a number');
|
57
|
+
}
|
58
|
+
if (typeof value === 'string') {
|
59
|
+
return new Buffer(value, encodingOrOffset);
|
60
|
+
}
|
61
|
+
if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {
|
62
|
+
var offset = encodingOrOffset;
|
63
|
+
if (arguments.length === 1) {
|
64
|
+
return new Buffer(value);
|
65
|
+
}
|
66
|
+
if (typeof offset === 'undefined') {
|
67
|
+
offset = 0;
|
68
|
+
}
|
69
|
+
var len = length;
|
70
|
+
if (typeof len === 'undefined') {
|
71
|
+
len = value.byteLength - offset;
|
72
|
+
}
|
73
|
+
if (offset >= value.byteLength) {
|
74
|
+
throw new RangeError('\'offset\' is out of bounds');
|
75
|
+
}
|
76
|
+
if (len > value.byteLength - offset) {
|
77
|
+
throw new RangeError('\'length\' is out of bounds');
|
78
|
+
}
|
79
|
+
return new Buffer(value.slice(offset, offset + len));
|
80
|
+
}
|
81
|
+
if (Buffer.isBuffer(value)) {
|
82
|
+
var out = new Buffer(value.length);
|
83
|
+
value.copy(out, 0, 0, value.length);
|
84
|
+
return out;
|
85
|
+
}
|
86
|
+
if (value) {
|
87
|
+
if (Array.isArray(value) || (typeof ArrayBuffer !== 'undefined' && value.buffer instanceof ArrayBuffer) || 'length' in value) {
|
88
|
+
return new Buffer(value);
|
89
|
+
}
|
90
|
+
if (value.type === 'Buffer' && Array.isArray(value.data)) {
|
91
|
+
return new Buffer(value.data);
|
92
|
+
}
|
93
|
+
}
|
94
|
+
|
95
|
+
throw new TypeError('First argument must be a string, Buffer, ' + 'ArrayBuffer, Array, or array-like object.');
|
96
|
+
}
|
97
|
+
exports.allocUnsafeSlow = function allocUnsafeSlow(size) {
|
98
|
+
if (typeof Buffer.allocUnsafeSlow === 'function') {
|
99
|
+
return Buffer.allocUnsafeSlow(size);
|
100
|
+
}
|
101
|
+
if (typeof size !== 'number') {
|
102
|
+
throw new TypeError('size must be a number');
|
103
|
+
}
|
104
|
+
if (size >= MAX_LEN) {
|
105
|
+
throw new RangeError('size is too large');
|
106
|
+
}
|
107
|
+
return new SlowBuffer(size);
|
108
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Copyright (c) 2016 Calvin Metcalf
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
SOFTWARE.**
|
@@ -0,0 +1,49 @@
|
|
1
|
+
{
|
2
|
+
"name": "buffer-shims",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "some shims for node buffers",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "tape test/*.js"
|
8
|
+
},
|
9
|
+
"files": [
|
10
|
+
"index.js"
|
11
|
+
],
|
12
|
+
"license": "MIT",
|
13
|
+
"devDependencies": {
|
14
|
+
"tape": "^4.5.1"
|
15
|
+
},
|
16
|
+
"repository": {
|
17
|
+
"type": "git",
|
18
|
+
"url": "git@github.com:calvinmetcalf/buffer-shims.git"
|
19
|
+
},
|
20
|
+
"gitHead": "ea89b3857ab5b8203957922a84e9a48cf4c47e0a",
|
21
|
+
"bugs": {
|
22
|
+
"url": "https://github.com/calvinmetcalf/buffer-shims/issues"
|
23
|
+
},
|
24
|
+
"_id": "buffer-shims@1.0.0",
|
25
|
+
"_shasum": "9978ce317388c649ad8793028c3477ef044a8b51",
|
26
|
+
"_from": "buffer-shims@^1.0.0",
|
27
|
+
"_npmVersion": "3.8.6",
|
28
|
+
"_nodeVersion": "5.11.0",
|
29
|
+
"_npmUser": {
|
30
|
+
"name": "cwmma",
|
31
|
+
"email": "calvin.metcalf@gmail.com"
|
32
|
+
},
|
33
|
+
"dist": {
|
34
|
+
"shasum": "9978ce317388c649ad8793028c3477ef044a8b51",
|
35
|
+
"tarball": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
|
36
|
+
},
|
37
|
+
"maintainers": [
|
38
|
+
{
|
39
|
+
"name": "cwmma",
|
40
|
+
"email": "calvin.metcalf@gmail.com"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"_npmOperationalInternal": {
|
44
|
+
"host": "packages-16-east.internal.npmjs.com",
|
45
|
+
"tmp": "tmp/buffer-shims-1.0.0.tgz_1462560889323_0.8640750856138766"
|
46
|
+
},
|
47
|
+
"directories": {},
|
48
|
+
"_resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
|
49
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
buffer-shims
|
2
|
+
===
|
3
|
+
|
4
|
+
functions to make sure the new buffer methods work in older browsers.
|
5
|
+
|
6
|
+
```js
|
7
|
+
var bufferShim = require('buffer-shims');
|
8
|
+
bufferShim.from('foo');
|
9
|
+
bufferShim.alloc(9, 'cafeface', 'hex');
|
10
|
+
bufferShim.allocUnsafe(15);
|
11
|
+
bufferShim.allocUnsafeSlow(21);
|
12
|
+
```
|
13
|
+
|
14
|
+
should just use the original in newer nodes and on older nodes uses fallbacks.
|
15
|
+
|
16
|
+
Known Issues
|
17
|
+
===
|
18
|
+
- this does not patch the buffer object, only the constructor stuff
|
19
|
+
- it's actually a polyfill
|
20
|
+
|
21
|
+
![](https://i.imgur.com/zxII3jJ.gif)
|
@@ -0,0 +1,604 @@
|
|
1
|
+
diff --git a/lib/util.js b/lib/util.js
|
2
|
+
index a03e874..9074e8e 100644
|
3
|
+
--- a/lib/util.js
|
4
|
+
+++ b/lib/util.js
|
5
|
+
@@ -19,430 +19,6 @@
|
6
|
+
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
7
|
+
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
8
|
+
|
9
|
+
-var formatRegExp = /%[sdj%]/g;
|
10
|
+
-exports.format = function(f) {
|
11
|
+
- if (!isString(f)) {
|
12
|
+
- var objects = [];
|
13
|
+
- for (var i = 0; i < arguments.length; i++) {
|
14
|
+
- objects.push(inspect(arguments[i]));
|
15
|
+
- }
|
16
|
+
- return objects.join(' ');
|
17
|
+
- }
|
18
|
+
-
|
19
|
+
- var i = 1;
|
20
|
+
- var args = arguments;
|
21
|
+
- var len = args.length;
|
22
|
+
- var str = String(f).replace(formatRegExp, function(x) {
|
23
|
+
- if (x === '%%') return '%';
|
24
|
+
- if (i >= len) return x;
|
25
|
+
- switch (x) {
|
26
|
+
- case '%s': return String(args[i++]);
|
27
|
+
- case '%d': return Number(args[i++]);
|
28
|
+
- case '%j':
|
29
|
+
- try {
|
30
|
+
- return JSON.stringify(args[i++]);
|
31
|
+
- } catch (_) {
|
32
|
+
- return '[Circular]';
|
33
|
+
- }
|
34
|
+
- default:
|
35
|
+
- return x;
|
36
|
+
- }
|
37
|
+
- });
|
38
|
+
- for (var x = args[i]; i < len; x = args[++i]) {
|
39
|
+
- if (isNull(x) || !isObject(x)) {
|
40
|
+
- str += ' ' + x;
|
41
|
+
- } else {
|
42
|
+
- str += ' ' + inspect(x);
|
43
|
+
- }
|
44
|
+
- }
|
45
|
+
- return str;
|
46
|
+
-};
|
47
|
+
-
|
48
|
+
-
|
49
|
+
-// Mark that a method should not be used.
|
50
|
+
-// Returns a modified function which warns once by default.
|
51
|
+
-// If --no-deprecation is set, then it is a no-op.
|
52
|
+
-exports.deprecate = function(fn, msg) {
|
53
|
+
- // Allow for deprecating things in the process of starting up.
|
54
|
+
- if (isUndefined(global.process)) {
|
55
|
+
- return function() {
|
56
|
+
- return exports.deprecate(fn, msg).apply(this, arguments);
|
57
|
+
- };
|
58
|
+
- }
|
59
|
+
-
|
60
|
+
- if (process.noDeprecation === true) {
|
61
|
+
- return fn;
|
62
|
+
- }
|
63
|
+
-
|
64
|
+
- var warned = false;
|
65
|
+
- function deprecated() {
|
66
|
+
- if (!warned) {
|
67
|
+
- if (process.throwDeprecation) {
|
68
|
+
- throw new Error(msg);
|
69
|
+
- } else if (process.traceDeprecation) {
|
70
|
+
- console.trace(msg);
|
71
|
+
- } else {
|
72
|
+
- console.error(msg);
|
73
|
+
- }
|
74
|
+
- warned = true;
|
75
|
+
- }
|
76
|
+
- return fn.apply(this, arguments);
|
77
|
+
- }
|
78
|
+
-
|
79
|
+
- return deprecated;
|
80
|
+
-};
|
81
|
+
-
|
82
|
+
-
|
83
|
+
-var debugs = {};
|
84
|
+
-var debugEnviron;
|
85
|
+
-exports.debuglog = function(set) {
|
86
|
+
- if (isUndefined(debugEnviron))
|
87
|
+
- debugEnviron = process.env.NODE_DEBUG || '';
|
88
|
+
- set = set.toUpperCase();
|
89
|
+
- if (!debugs[set]) {
|
90
|
+
- if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) {
|
91
|
+
- var pid = process.pid;
|
92
|
+
- debugs[set] = function() {
|
93
|
+
- var msg = exports.format.apply(exports, arguments);
|
94
|
+
- console.error('%s %d: %s', set, pid, msg);
|
95
|
+
- };
|
96
|
+
- } else {
|
97
|
+
- debugs[set] = function() {};
|
98
|
+
- }
|
99
|
+
- }
|
100
|
+
- return debugs[set];
|
101
|
+
-};
|
102
|
+
-
|
103
|
+
-
|
104
|
+
-/**
|
105
|
+
- * Echos the value of a value. Trys to print the value out
|
106
|
+
- * in the best way possible given the different types.
|
107
|
+
- *
|
108
|
+
- * @param {Object} obj The object to print out.
|
109
|
+
- * @param {Object} opts Optional options object that alters the output.
|
110
|
+
- */
|
111
|
+
-/* legacy: obj, showHidden, depth, colors*/
|
112
|
+
-function inspect(obj, opts) {
|
113
|
+
- // default options
|
114
|
+
- var ctx = {
|
115
|
+
- seen: [],
|
116
|
+
- stylize: stylizeNoColor
|
117
|
+
- };
|
118
|
+
- // legacy...
|
119
|
+
- if (arguments.length >= 3) ctx.depth = arguments[2];
|
120
|
+
- if (arguments.length >= 4) ctx.colors = arguments[3];
|
121
|
+
- if (isBoolean(opts)) {
|
122
|
+
- // legacy...
|
123
|
+
- ctx.showHidden = opts;
|
124
|
+
- } else if (opts) {
|
125
|
+
- // got an "options" object
|
126
|
+
- exports._extend(ctx, opts);
|
127
|
+
- }
|
128
|
+
- // set default options
|
129
|
+
- if (isUndefined(ctx.showHidden)) ctx.showHidden = false;
|
130
|
+
- if (isUndefined(ctx.depth)) ctx.depth = 2;
|
131
|
+
- if (isUndefined(ctx.colors)) ctx.colors = false;
|
132
|
+
- if (isUndefined(ctx.customInspect)) ctx.customInspect = true;
|
133
|
+
- if (ctx.colors) ctx.stylize = stylizeWithColor;
|
134
|
+
- return formatValue(ctx, obj, ctx.depth);
|
135
|
+
-}
|
136
|
+
-exports.inspect = inspect;
|
137
|
+
-
|
138
|
+
-
|
139
|
+
-// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics
|
140
|
+
-inspect.colors = {
|
141
|
+
- 'bold' : [1, 22],
|
142
|
+
- 'italic' : [3, 23],
|
143
|
+
- 'underline' : [4, 24],
|
144
|
+
- 'inverse' : [7, 27],
|
145
|
+
- 'white' : [37, 39],
|
146
|
+
- 'grey' : [90, 39],
|
147
|
+
- 'black' : [30, 39],
|
148
|
+
- 'blue' : [34, 39],
|
149
|
+
- 'cyan' : [36, 39],
|
150
|
+
- 'green' : [32, 39],
|
151
|
+
- 'magenta' : [35, 39],
|
152
|
+
- 'red' : [31, 39],
|
153
|
+
- 'yellow' : [33, 39]
|
154
|
+
-};
|
155
|
+
-
|
156
|
+
-// Don't use 'blue' not visible on cmd.exe
|
157
|
+
-inspect.styles = {
|
158
|
+
- 'special': 'cyan',
|
159
|
+
- 'number': 'yellow',
|
160
|
+
- 'boolean': 'yellow',
|
161
|
+
- 'undefined': 'grey',
|
162
|
+
- 'null': 'bold',
|
163
|
+
- 'string': 'green',
|
164
|
+
- 'date': 'magenta',
|
165
|
+
- // "name": intentionally not styling
|
166
|
+
- 'regexp': 'red'
|
167
|
+
-};
|
168
|
+
-
|
169
|
+
-
|
170
|
+
-function stylizeWithColor(str, styleType) {
|
171
|
+
- var style = inspect.styles[styleType];
|
172
|
+
-
|
173
|
+
- if (style) {
|
174
|
+
- return '\u001b[' + inspect.colors[style][0] + 'm' + str +
|
175
|
+
- '\u001b[' + inspect.colors[style][1] + 'm';
|
176
|
+
- } else {
|
177
|
+
- return str;
|
178
|
+
- }
|
179
|
+
-}
|
180
|
+
-
|
181
|
+
-
|
182
|
+
-function stylizeNoColor(str, styleType) {
|
183
|
+
- return str;
|
184
|
+
-}
|
185
|
+
-
|
186
|
+
-
|
187
|
+
-function arrayToHash(array) {
|
188
|
+
- var hash = {};
|
189
|
+
-
|
190
|
+
- array.forEach(function(val, idx) {
|
191
|
+
- hash[val] = true;
|
192
|
+
- });
|
193
|
+
-
|
194
|
+
- return hash;
|
195
|
+
-}
|
196
|
+
-
|
197
|
+
-
|
198
|
+
-function formatValue(ctx, value, recurseTimes) {
|
199
|
+
- // Provide a hook for user-specified inspect functions.
|
200
|
+
- // Check that value is an object with an inspect function on it
|
201
|
+
- if (ctx.customInspect &&
|
202
|
+
- value &&
|
203
|
+
- isFunction(value.inspect) &&
|
204
|
+
- // Filter out the util module, it's inspect function is special
|
205
|
+
- value.inspect !== exports.inspect &&
|
206
|
+
- // Also filter out any prototype objects using the circular check.
|
207
|
+
- !(value.constructor && value.constructor.prototype === value)) {
|
208
|
+
- var ret = value.inspect(recurseTimes, ctx);
|
209
|
+
- if (!isString(ret)) {
|
210
|
+
- ret = formatValue(ctx, ret, recurseTimes);
|
211
|
+
- }
|
212
|
+
- return ret;
|
213
|
+
- }
|
214
|
+
-
|
215
|
+
- // Primitive types cannot have properties
|
216
|
+
- var primitive = formatPrimitive(ctx, value);
|
217
|
+
- if (primitive) {
|
218
|
+
- return primitive;
|
219
|
+
- }
|
220
|
+
-
|
221
|
+
- // Look up the keys of the object.
|
222
|
+
- var keys = Object.keys(value);
|
223
|
+
- var visibleKeys = arrayToHash(keys);
|
224
|
+
-
|
225
|
+
- if (ctx.showHidden) {
|
226
|
+
- keys = Object.getOwnPropertyNames(value);
|
227
|
+
- }
|
228
|
+
-
|
229
|
+
- // Some type of object without properties can be shortcutted.
|
230
|
+
- if (keys.length === 0) {
|
231
|
+
- if (isFunction(value)) {
|
232
|
+
- var name = value.name ? ': ' + value.name : '';
|
233
|
+
- return ctx.stylize('[Function' + name + ']', 'special');
|
234
|
+
- }
|
235
|
+
- if (isRegExp(value)) {
|
236
|
+
- return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
|
237
|
+
- }
|
238
|
+
- if (isDate(value)) {
|
239
|
+
- return ctx.stylize(Date.prototype.toString.call(value), 'date');
|
240
|
+
- }
|
241
|
+
- if (isError(value)) {
|
242
|
+
- return formatError(value);
|
243
|
+
- }
|
244
|
+
- }
|
245
|
+
-
|
246
|
+
- var base = '', array = false, braces = ['{', '}'];
|
247
|
+
-
|
248
|
+
- // Make Array say that they are Array
|
249
|
+
- if (isArray(value)) {
|
250
|
+
- array = true;
|
251
|
+
- braces = ['[', ']'];
|
252
|
+
- }
|
253
|
+
-
|
254
|
+
- // Make functions say that they are functions
|
255
|
+
- if (isFunction(value)) {
|
256
|
+
- var n = value.name ? ': ' + value.name : '';
|
257
|
+
- base = ' [Function' + n + ']';
|
258
|
+
- }
|
259
|
+
-
|
260
|
+
- // Make RegExps say that they are RegExps
|
261
|
+
- if (isRegExp(value)) {
|
262
|
+
- base = ' ' + RegExp.prototype.toString.call(value);
|
263
|
+
- }
|
264
|
+
-
|
265
|
+
- // Make dates with properties first say the date
|
266
|
+
- if (isDate(value)) {
|
267
|
+
- base = ' ' + Date.prototype.toUTCString.call(value);
|
268
|
+
- }
|
269
|
+
-
|
270
|
+
- // Make error with message first say the error
|
271
|
+
- if (isError(value)) {
|
272
|
+
- base = ' ' + formatError(value);
|
273
|
+
- }
|
274
|
+
-
|
275
|
+
- if (keys.length === 0 && (!array || value.length == 0)) {
|
276
|
+
- return braces[0] + base + braces[1];
|
277
|
+
- }
|
278
|
+
-
|
279
|
+
- if (recurseTimes < 0) {
|
280
|
+
- if (isRegExp(value)) {
|
281
|
+
- return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
|
282
|
+
- } else {
|
283
|
+
- return ctx.stylize('[Object]', 'special');
|
284
|
+
- }
|
285
|
+
- }
|
286
|
+
-
|
287
|
+
- ctx.seen.push(value);
|
288
|
+
-
|
289
|
+
- var output;
|
290
|
+
- if (array) {
|
291
|
+
- output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);
|
292
|
+
- } else {
|
293
|
+
- output = keys.map(function(key) {
|
294
|
+
- return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);
|
295
|
+
- });
|
296
|
+
- }
|
297
|
+
-
|
298
|
+
- ctx.seen.pop();
|
299
|
+
-
|
300
|
+
- return reduceToSingleString(output, base, braces);
|
301
|
+
-}
|
302
|
+
-
|
303
|
+
-
|
304
|
+
-function formatPrimitive(ctx, value) {
|
305
|
+
- if (isUndefined(value))
|
306
|
+
- return ctx.stylize('undefined', 'undefined');
|
307
|
+
- if (isString(value)) {
|
308
|
+
- var simple = '\'' + JSON.stringify(value).replace(/^"|"$/g, '')
|
309
|
+
- .replace(/'/g, "\\'")
|
310
|
+
- .replace(/\\"/g, '"') + '\'';
|
311
|
+
- return ctx.stylize(simple, 'string');
|
312
|
+
- }
|
313
|
+
- if (isNumber(value)) {
|
314
|
+
- // Format -0 as '-0'. Strict equality won't distinguish 0 from -0,
|
315
|
+
- // so instead we use the fact that 1 / -0 < 0 whereas 1 / 0 > 0 .
|
316
|
+
- if (value === 0 && 1 / value < 0)
|
317
|
+
- return ctx.stylize('-0', 'number');
|
318
|
+
- return ctx.stylize('' + value, 'number');
|
319
|
+
- }
|
320
|
+
- if (isBoolean(value))
|
321
|
+
- return ctx.stylize('' + value, 'boolean');
|
322
|
+
- // For some reason typeof null is "object", so special case here.
|
323
|
+
- if (isNull(value))
|
324
|
+
- return ctx.stylize('null', 'null');
|
325
|
+
-}
|
326
|
+
-
|
327
|
+
-
|
328
|
+
-function formatError(value) {
|
329
|
+
- return '[' + Error.prototype.toString.call(value) + ']';
|
330
|
+
-}
|
331
|
+
-
|
332
|
+
-
|
333
|
+
-function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
|
334
|
+
- var output = [];
|
335
|
+
- for (var i = 0, l = value.length; i < l; ++i) {
|
336
|
+
- if (hasOwnProperty(value, String(i))) {
|
337
|
+
- output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,
|
338
|
+
- String(i), true));
|
339
|
+
- } else {
|
340
|
+
- output.push('');
|
341
|
+
- }
|
342
|
+
- }
|
343
|
+
- keys.forEach(function(key) {
|
344
|
+
- if (!key.match(/^\d+$/)) {
|
345
|
+
- output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,
|
346
|
+
- key, true));
|
347
|
+
- }
|
348
|
+
- });
|
349
|
+
- return output;
|
350
|
+
-}
|
351
|
+
-
|
352
|
+
-
|
353
|
+
-function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
|
354
|
+
- var name, str, desc;
|
355
|
+
- desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };
|
356
|
+
- if (desc.get) {
|
357
|
+
- if (desc.set) {
|
358
|
+
- str = ctx.stylize('[Getter/Setter]', 'special');
|
359
|
+
- } else {
|
360
|
+
- str = ctx.stylize('[Getter]', 'special');
|
361
|
+
- }
|
362
|
+
- } else {
|
363
|
+
- if (desc.set) {
|
364
|
+
- str = ctx.stylize('[Setter]', 'special');
|
365
|
+
- }
|
366
|
+
- }
|
367
|
+
- if (!hasOwnProperty(visibleKeys, key)) {
|
368
|
+
- name = '[' + key + ']';
|
369
|
+
- }
|
370
|
+
- if (!str) {
|
371
|
+
- if (ctx.seen.indexOf(desc.value) < 0) {
|
372
|
+
- if (isNull(recurseTimes)) {
|
373
|
+
- str = formatValue(ctx, desc.value, null);
|
374
|
+
- } else {
|
375
|
+
- str = formatValue(ctx, desc.value, recurseTimes - 1);
|
376
|
+
- }
|
377
|
+
- if (str.indexOf('\n') > -1) {
|
378
|
+
- if (array) {
|
379
|
+
- str = str.split('\n').map(function(line) {
|
380
|
+
- return ' ' + line;
|
381
|
+
- }).join('\n').substr(2);
|
382
|
+
- } else {
|
383
|
+
- str = '\n' + str.split('\n').map(function(line) {
|
384
|
+
- return ' ' + line;
|
385
|
+
- }).join('\n');
|
386
|
+
- }
|
387
|
+
- }
|
388
|
+
- } else {
|
389
|
+
- str = ctx.stylize('[Circular]', 'special');
|
390
|
+
- }
|
391
|
+
- }
|
392
|
+
- if (isUndefined(name)) {
|
393
|
+
- if (array && key.match(/^\d+$/)) {
|
394
|
+
- return str;
|
395
|
+
- }
|
396
|
+
- name = JSON.stringify('' + key);
|
397
|
+
- if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) {
|
398
|
+
- name = name.substr(1, name.length - 2);
|
399
|
+
- name = ctx.stylize(name, 'name');
|
400
|
+
- } else {
|
401
|
+
- name = name.replace(/'/g, "\\'")
|
402
|
+
- .replace(/\\"/g, '"')
|
403
|
+
- .replace(/(^"|"$)/g, "'");
|
404
|
+
- name = ctx.stylize(name, 'string');
|
405
|
+
- }
|
406
|
+
- }
|
407
|
+
-
|
408
|
+
- return name + ': ' + str;
|
409
|
+
-}
|
410
|
+
-
|
411
|
+
-
|
412
|
+
-function reduceToSingleString(output, base, braces) {
|
413
|
+
- var numLinesEst = 0;
|
414
|
+
- var length = output.reduce(function(prev, cur) {
|
415
|
+
- numLinesEst++;
|
416
|
+
- if (cur.indexOf('\n') >= 0) numLinesEst++;
|
417
|
+
- return prev + cur.replace(/\u001b\[\d\d?m/g, '').length + 1;
|
418
|
+
- }, 0);
|
419
|
+
-
|
420
|
+
- if (length > 60) {
|
421
|
+
- return braces[0] +
|
422
|
+
- (base === '' ? '' : base + '\n ') +
|
423
|
+
- ' ' +
|
424
|
+
- output.join(',\n ') +
|
425
|
+
- ' ' +
|
426
|
+
- braces[1];
|
427
|
+
- }
|
428
|
+
-
|
429
|
+
- return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];
|
430
|
+
-}
|
431
|
+
-
|
432
|
+
-
|
433
|
+
// NOTE: These type checking functions intentionally don't use `instanceof`
|
434
|
+
// because it is fragile and can be easily faked with `Object.create()`.
|
435
|
+
function isArray(ar) {
|
436
|
+
@@ -522,166 +98,10 @@ function isPrimitive(arg) {
|
437
|
+
exports.isPrimitive = isPrimitive;
|
438
|
+
|
439
|
+
function isBuffer(arg) {
|
440
|
+
- return arg instanceof Buffer;
|
441
|
+
+ return Buffer.isBuffer(arg);
|
442
|
+
}
|
443
|
+
exports.isBuffer = isBuffer;
|
444
|
+
|
445
|
+
function objectToString(o) {
|
446
|
+
return Object.prototype.toString.call(o);
|
447
|
+
-}
|
448
|
+
-
|
449
|
+
-
|
450
|
+
-function pad(n) {
|
451
|
+
- return n < 10 ? '0' + n.toString(10) : n.toString(10);
|
452
|
+
-}
|
453
|
+
-
|
454
|
+
-
|
455
|
+
-var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',
|
456
|
+
- 'Oct', 'Nov', 'Dec'];
|
457
|
+
-
|
458
|
+
-// 26 Feb 16:19:34
|
459
|
+
-function timestamp() {
|
460
|
+
- var d = new Date();
|
461
|
+
- var time = [pad(d.getHours()),
|
462
|
+
- pad(d.getMinutes()),
|
463
|
+
- pad(d.getSeconds())].join(':');
|
464
|
+
- return [d.getDate(), months[d.getMonth()], time].join(' ');
|
465
|
+
-}
|
466
|
+
-
|
467
|
+
-
|
468
|
+
-// log is just a thin wrapper to console.log that prepends a timestamp
|
469
|
+
-exports.log = function() {
|
470
|
+
- console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));
|
471
|
+
-};
|
472
|
+
-
|
473
|
+
-
|
474
|
+
-/**
|
475
|
+
- * Inherit the prototype methods from one constructor into another.
|
476
|
+
- *
|
477
|
+
- * The Function.prototype.inherits from lang.js rewritten as a standalone
|
478
|
+
- * function (not on Function.prototype). NOTE: If this file is to be loaded
|
479
|
+
- * during bootstrapping this function needs to be rewritten using some native
|
480
|
+
- * functions as prototype setup using normal JavaScript does not work as
|
481
|
+
- * expected during bootstrapping (see mirror.js in r114903).
|
482
|
+
- *
|
483
|
+
- * @param {function} ctor Constructor function which needs to inherit the
|
484
|
+
- * prototype.
|
485
|
+
- * @param {function} superCtor Constructor function to inherit prototype from.
|
486
|
+
- */
|
487
|
+
-exports.inherits = function(ctor, superCtor) {
|
488
|
+
- ctor.super_ = superCtor;
|
489
|
+
- ctor.prototype = Object.create(superCtor.prototype, {
|
490
|
+
- constructor: {
|
491
|
+
- value: ctor,
|
492
|
+
- enumerable: false,
|
493
|
+
- writable: true,
|
494
|
+
- configurable: true
|
495
|
+
- }
|
496
|
+
- });
|
497
|
+
-};
|
498
|
+
-
|
499
|
+
-exports._extend = function(origin, add) {
|
500
|
+
- // Don't do anything if add isn't an object
|
501
|
+
- if (!add || !isObject(add)) return origin;
|
502
|
+
-
|
503
|
+
- var keys = Object.keys(add);
|
504
|
+
- var i = keys.length;
|
505
|
+
- while (i--) {
|
506
|
+
- origin[keys[i]] = add[keys[i]];
|
507
|
+
- }
|
508
|
+
- return origin;
|
509
|
+
-};
|
510
|
+
-
|
511
|
+
-function hasOwnProperty(obj, prop) {
|
512
|
+
- return Object.prototype.hasOwnProperty.call(obj, prop);
|
513
|
+
-}
|
514
|
+
-
|
515
|
+
-
|
516
|
+
-// Deprecated old stuff.
|
517
|
+
-
|
518
|
+
-exports.p = exports.deprecate(function() {
|
519
|
+
- for (var i = 0, len = arguments.length; i < len; ++i) {
|
520
|
+
- console.error(exports.inspect(arguments[i]));
|
521
|
+
- }
|
522
|
+
-}, 'util.p: Use console.error() instead');
|
523
|
+
-
|
524
|
+
-
|
525
|
+
-exports.exec = exports.deprecate(function() {
|
526
|
+
- return require('child_process').exec.apply(this, arguments);
|
527
|
+
-}, 'util.exec is now called `child_process.exec`.');
|
528
|
+
-
|
529
|
+
-
|
530
|
+
-exports.print = exports.deprecate(function() {
|
531
|
+
- for (var i = 0, len = arguments.length; i < len; ++i) {
|
532
|
+
- process.stdout.write(String(arguments[i]));
|
533
|
+
- }
|
534
|
+
-}, 'util.print: Use console.log instead');
|
535
|
+
-
|
536
|
+
-
|
537
|
+
-exports.puts = exports.deprecate(function() {
|
538
|
+
- for (var i = 0, len = arguments.length; i < len; ++i) {
|
539
|
+
- process.stdout.write(arguments[i] + '\n');
|
540
|
+
- }
|
541
|
+
-}, 'util.puts: Use console.log instead');
|
542
|
+
-
|
543
|
+
-
|
544
|
+
-exports.debug = exports.deprecate(function(x) {
|
545
|
+
- process.stderr.write('DEBUG: ' + x + '\n');
|
546
|
+
-}, 'util.debug: Use console.error instead');
|
547
|
+
-
|
548
|
+
-
|
549
|
+
-exports.error = exports.deprecate(function(x) {
|
550
|
+
- for (var i = 0, len = arguments.length; i < len; ++i) {
|
551
|
+
- process.stderr.write(arguments[i] + '\n');
|
552
|
+
- }
|
553
|
+
-}, 'util.error: Use console.error instead');
|
554
|
+
-
|
555
|
+
-
|
556
|
+
-exports.pump = exports.deprecate(function(readStream, writeStream, callback) {
|
557
|
+
- var callbackCalled = false;
|
558
|
+
-
|
559
|
+
- function call(a, b, c) {
|
560
|
+
- if (callback && !callbackCalled) {
|
561
|
+
- callback(a, b, c);
|
562
|
+
- callbackCalled = true;
|
563
|
+
- }
|
564
|
+
- }
|
565
|
+
-
|
566
|
+
- readStream.addListener('data', function(chunk) {
|
567
|
+
- if (writeStream.write(chunk) === false) readStream.pause();
|
568
|
+
- });
|
569
|
+
-
|
570
|
+
- writeStream.addListener('drain', function() {
|
571
|
+
- readStream.resume();
|
572
|
+
- });
|
573
|
+
-
|
574
|
+
- readStream.addListener('end', function() {
|
575
|
+
- writeStream.end();
|
576
|
+
- });
|
577
|
+
-
|
578
|
+
- readStream.addListener('close', function() {
|
579
|
+
- call();
|
580
|
+
- });
|
581
|
+
-
|
582
|
+
- readStream.addListener('error', function(err) {
|
583
|
+
- writeStream.end();
|
584
|
+
- call(err);
|
585
|
+
- });
|
586
|
+
-
|
587
|
+
- writeStream.addListener('error', function(err) {
|
588
|
+
- readStream.destroy();
|
589
|
+
- call(err);
|
590
|
+
- });
|
591
|
+
-}, 'util.pump(): Use readableStream.pipe() instead');
|
592
|
+
-
|
593
|
+
-
|
594
|
+
-var uv;
|
595
|
+
-exports._errnoException = function(err, syscall) {
|
596
|
+
- if (isUndefined(uv)) uv = process.binding('uv');
|
597
|
+
- var errname = uv.errname(err);
|
598
|
+
- var e = new Error(syscall + ' ' + errname);
|
599
|
+
- e.code = errname;
|
600
|
+
- e.errno = errname;
|
601
|
+
- e.syscall = syscall;
|
602
|
+
- return e;
|
603
|
+
-};
|
604
|
+
+}
|