From c2708b45034f1e5c9e00d45475d632e2ee39e9d6 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Sat, 17 Sep 2011 15:41:55 +0100 Subject: [PATCH] Removing node modules from source tree, documenting dependencies in README.md file --- .gitignore | 4 +- README.md | 27 + node/node_modules/jade/.gitignore | 4 - node/node_modules/jade/.gitmodules | 21 - node/node_modules/jade/.npmignore | 4 - node/node_modules/jade/History.md | 437 -- node/node_modules/jade/LICENSE | 22 - node/node_modules/jade/Makefile | 38 - node/node_modules/jade/Readme.md | 869 ---- node/node_modules/jade/bin/jade | 119 - .../jade/examples/attributes.jade | 8 - node/node_modules/jade/examples/attributes.js | 12 - node/node_modules/jade/examples/code.jade | 8 - node/node_modules/jade/examples/code.js | 20 - .../jade/examples/conditionals.jade | 8 - .../jade/examples/conditionals.js | 59 - node/node_modules/jade/examples/csrf.jade | 5 - node/node_modules/jade/examples/csrf.js | 42 - .../jade/examples/dynamicscript.jade | 5 - .../jade/examples/dynamicscript.js | 20 - node/node_modules/jade/examples/each.jade | 3 - node/node_modules/jade/examples/each.js | 20 - node/node_modules/jade/examples/form.jade | 29 - node/node_modules/jade/examples/form.js | 22 - node/node_modules/jade/examples/includes.jade | 7 - node/node_modules/jade/examples/includes.js | 11 - .../jade/examples/includes/foot.jade | 2 - .../jade/examples/includes/head.jade | 4 - .../jade/examples/includes/scripts.jade | 2 - .../jade/examples/includes/style.css | 5 - .../jade/examples/layout-debug.js | 11 - node/node_modules/jade/examples/layout.jade | 14 - node/node_modules/jade/examples/layout.js | 11 - node/node_modules/jade/examples/mixins.jade | 16 - node/node_modules/jade/examples/mixins.js | 18 - .../jade/examples/mixins/dialog.jade | 15 - .../jade/examples/mixins/profile.jade | 10 - node/node_modules/jade/examples/model.jade | 9 - node/node_modules/jade/examples/model.js | 124 - .../jade/examples/nested-filters.jade | 8 - .../jade/examples/nested-filters.js | 73 - node/node_modules/jade/examples/rss.jade | 13 - node/node_modules/jade/examples/rss.js | 11 - node/node_modules/jade/examples/text.jade | 36 - node/node_modules/jade/examples/text.js | 10 - .../jade/examples/whitespace.jade | 11 - node/node_modules/jade/examples/whitespace.js | 11 - node/node_modules/jade/index.js | 2 - node/node_modules/jade/jade.js | 2636 ------------ node/node_modules/jade/jade.min.js | 2 - node/node_modules/jade/lib/compiler.js | 462 -- node/node_modules/jade/lib/doctypes.js | 19 - node/node_modules/jade/lib/filters.js | 92 - node/node_modules/jade/lib/index.js | 1 - node/node_modules/jade/lib/inline-tags.js | 28 - node/node_modules/jade/lib/jade.js | 169 - node/node_modules/jade/lib/lexer.js | 581 --- .../jade/lib/nodes/block-comment.js | 33 - node/node_modules/jade/lib/nodes/block.js | 54 - node/node_modules/jade/lib/nodes/code.js | 35 - node/node_modules/jade/lib/nodes/comment.js | 32 - node/node_modules/jade/lib/nodes/doctype.js | 29 - node/node_modules/jade/lib/nodes/each.js | 35 - node/node_modules/jade/lib/nodes/filter.js | 35 - node/node_modules/jade/lib/nodes/index.js | 19 - node/node_modules/jade/lib/nodes/literal.js | 29 - node/node_modules/jade/lib/nodes/mixin.js | 34 - node/node_modules/jade/lib/nodes/node.js | 14 - node/node_modules/jade/lib/nodes/tag.js | 80 - node/node_modules/jade/lib/nodes/text.js | 42 - node/node_modules/jade/lib/parser.js | 491 --- node/node_modules/jade/lib/runtime.js | 116 - node/node_modules/jade/lib/self-closing.js | 18 - node/node_modules/jade/lib/utils.js | 49 - node/node_modules/jade/package.json | 24 - node/node_modules/jade/runtime.js | 121 - node/node_modules/jade/runtime.min.js | 1 - node/node_modules/jade/support/benchmark.js | 62 - .../jade/support/coffee-script/.gitignore | 8 - .../jade/support/coffee-script/Cakefile | 134 - .../jade/support/coffee-script/LICENSE | 22 - .../jade/support/coffee-script/README | 48 - .../jade/support/coffee-script/Rakefile | 53 - .../jade/support/coffee-script/bin/cake | 8 - .../jade/support/coffee-script/bin/coffee | 8 - .../documentation/coffee/aliases.coffee | 11 - .../coffee/array_comprehensions.coffee | 7 - .../documentation/coffee/block_comment.coffee | 4 - .../documentation/coffee/cake_tasks.coffee | 9 - .../documentation/coffee/classes.coffee | 25 - .../documentation/coffee/comparisons.coffee | 5 - .../documentation/coffee/conditionals.coffee | 11 - .../documentation/coffee/embedded.coffee | 5 - .../documentation/coffee/existence.coffee | 8 - .../documentation/coffee/expressions.coffee | 9 - .../coffee/expressions_assignment.coffee | 1 - .../coffee/expressions_comprehension.coffee | 3 - .../coffee/expressions_try.coffee | 6 - .../documentation/coffee/fat_arrow.coffee | 6 - .../documentation/coffee/functions.coffee | 2 - .../documentation/coffee/heredocs.coffee | 5 - .../documentation/coffee/interpolation.coffee | 2 - .../coffee/interpolation_expression.coffee | 6 - .../coffee/multiple_return_values.coffee | 5 - .../coffee/object_comprehensions.coffee | 4 - .../coffee/object_extraction.coffee | 11 - .../coffee/objects_and_arrays.coffee | 17 - .../coffee/objects_reserved.coffee | 1 - .../documentation/coffee/overview.coffee | 28 - .../coffee/parallel_assignment.coffee | 4 - .../coffee/patterns_and_splats.coffee | 7 - .../documentation/coffee/prototypes.coffee | 2 - .../coffee/range_comprehensions.coffee | 6 - .../documentation/coffee/scope.coffee | 5 - .../documentation/coffee/slices.coffee | 6 - .../documentation/coffee/soaks.coffee | 1 - .../documentation/coffee/splats.coffee | 25 - .../documentation/coffee/splices.coffee | 5 - .../documentation/coffee/strings.coffee | 8 - .../documentation/coffee/switch.coffee | 10 - .../documentation/coffee/try.coffee | 7 - .../documentation/coffee/while.coffee | 10 - .../coffee-script/documentation/css/docs.css | 284 -- .../coffee-script/documentation/css/idle.css | 64 - .../documentation/docs/browser.html | 24 - .../documentation/docs/cake.html | 43 - .../documentation/docs/coffee-script.html | 50 - .../documentation/docs/command.html | 148 - .../documentation/docs/docco.css | 185 - .../documentation/docs/grammar.html | 421 -- .../documentation/docs/helpers.html | 37 - .../documentation/docs/index.html | 3 - .../documentation/docs/lexer.html | 431 -- .../documentation/docs/nodes.html | 1245 ------ .../documentation/docs/optparse.html | 75 - .../documentation/docs/repl.html | 23 - .../documentation/docs/rewriter.html | 265 -- .../documentation/docs/scope.html | 57 - .../documentation/docs/underscore.html | 296 -- .../documentation/images/favicon.ico | Bin 1406 -> 0 bytes .../documentation/images/logo.png | Bin 6059 -> 0 bytes .../documentation/index.html.erb | 1364 ------ .../coffee-script/documentation/js/aliases.js | 17 - .../documentation/js/array_comprehensions.js | 20 - .../documentation/js/block_comment.js | 4 - .../documentation/js/cake_tasks.js | 10 - .../coffee-script/documentation/js/classes.js | 42 - .../documentation/js/comparisons.js | 3 - .../documentation/js/conditionals.js | 12 - .../documentation/js/embedded.js | 4 - .../documentation/js/existence.js | 5 - .../documentation/js/expressions.js | 5 - .../js/expressions_assignment.js | 2 - .../js/expressions_comprehension.js | 10 - .../documentation/js/expressions_try.js | 7 - .../documentation/js/fat_arrow.js | 11 - .../documentation/js/functions.js | 7 - .../documentation/js/heredocs.js | 2 - .../documentation/js/interpolation.js | 3 - .../js/interpolation_expression.js | 4 - .../js/multiple_return_values.js | 5 - .../documentation/js/object_comprehensions.js | 16 - .../documentation/js/object_extraction.js | 10 - .../documentation/js/objects_and_arrays.js | 17 - .../documentation/js/objects_reserved.js | 3 - .../documentation/js/overview.js | 34 - .../documentation/js/parallel_assignment.js | 4 - .../documentation/js/patterns_and_splats.js | 4 - .../documentation/js/prototypes.js | 3 - .../documentation/js/range_comprehensions.js | 19 - .../coffee-script/documentation/js/scope.js | 8 - .../coffee-script/documentation/js/slices.js | 4 - .../coffee-script/documentation/js/soaks.js | 2 - .../coffee-script/documentation/js/splats.js | 15 - .../coffee-script/documentation/js/splices.js | 3 - .../coffee-script/documentation/js/strings.js | 2 - .../coffee-script/documentation/js/switch.js | 23 - .../coffee-script/documentation/js/try.js | 8 - .../coffee-script/documentation/js/while.js | 17 - .../beautiful_code/binary_search.coffee | 16 - .../beautiful_code/quicksort_runtime.coffee | 13 - .../regular_expression_matcher.coffee | 34 - .../coffee-script/examples/blocks.coffee | 54 - .../coffee-script/examples/code.coffee | 171 - .../examples/computer_science/README | 4 - .../computer_science/binary_search.coffee | 25 - .../computer_science/bubble_sort.coffee | 11 - .../computer_science/linked_list.coffee | 108 - .../computer_science/luhn_algorithm.coffee | 36 - .../computer_science/merge_sort.coffee | 19 - .../computer_science/selection_sort.coffee | 23 - .../coffee-script/examples/poignant.coffee | 181 - .../coffee-script/examples/potion.coffee | 206 - .../coffee-script/examples/underscore.coffee | 684 --- .../coffee-script/examples/web_server.coffee | 13 - .../jade/support/coffee-script/extras/EXTRAS | 7 - .../coffee-script/extras/coffee-script.js | 8 - .../support/coffee-script/extras/jsl.conf | 44 - .../jade/support/coffee-script/index.html | 2225 ---------- .../jade/support/coffee-script/lib/browser.js | 46 - .../jade/support/coffee-script/lib/cake.js | 73 - .../coffee-script/lib/coffee-script.js | 74 - .../jade/support/coffee-script/lib/command.js | 227 - .../jade/support/coffee-script/lib/grammar.js | 622 --- .../jade/support/coffee-script/lib/helpers.js | 78 - .../jade/support/coffee-script/lib/index.js | 9 - .../jade/support/coffee-script/lib/lexer.js | 638 --- .../jade/support/coffee-script/lib/nodes.js | 1981 --------- .../support/coffee-script/lib/optparse.js | 107 - .../jade/support/coffee-script/lib/parser.js | 687 --- .../jade/support/coffee-script/lib/repl.js | 38 - .../support/coffee-script/lib/rewriter.js | 378 -- .../jade/support/coffee-script/lib/scope.js | 134 - .../support/coffee-script/lib/utilities.js | 12 - .../jade/support/coffee-script/package.json | 22 - .../support/coffee-script/src/browser.coffee | 41 - .../support/coffee-script/src/cake.coffee | 69 - .../coffee-script/src/coffee-script.coffee | 90 - .../support/coffee-script/src/command.coffee | 195 - .../support/coffee-script/src/grammar.coffee | 613 --- .../support/coffee-script/src/helpers.coffee | 72 - .../support/coffee-script/src/index.coffee | 2 - .../support/coffee-script/src/lexer.coffee | 635 --- .../support/coffee-script/src/nodes.coffee | 1710 -------- .../support/coffee-script/src/optparse.coffee | 96 - .../support/coffee-script/src/repl.coffee | 35 - .../support/coffee-script/src/rewriter.coffee | 349 -- .../support/coffee-script/src/scope.coffee | 109 - .../jade/support/coffee-script/test/test.html | 95 - .../coffee-script/test/test_arguments.coffee | 43 - .../coffee-script/test/test_assignment.coffee | 33 - .../coffee-script/test/test_break.coffee | 28 - .../coffee-script/test/test_chaining.coffee | 56 - .../coffee-script/test/test_classes.coffee | 291 -- .../coffee-script/test/test_comments.coffee | 166 - .../test/test_compilation.coffee | 11 - .../test/test_compound_assignment.coffee | 26 - .../test/test_comprehensions.coffee | 172 - .../coffee-script/test/test_existence.coffee | 145 - .../test/test_expressions.coffee | 40 - .../coffee-script/test/test_functions.coffee | 346 -- .../coffee-script/test/test_helpers.coffee | 49 - .../coffee-script/test/test_heredocs.coffee | 111 - .../support/coffee-script/test/test_if.coffee | 146 - .../coffee-script/test/test_importing.coffee | 3 - .../coffee-script/test/test_literals.coffee | 247 -- .../coffee-script/test/test_module.coffee | 4 - .../coffee-script/test/test_operations.coffee | 154 - .../test/test_option_parser.coffee | 27 - .../test/test_pattern_matching.coffee | 160 - .../test_ranges_slices_and_splices.coffee | 75 - .../coffee-script/test/test_regexps.coffee | 45 - .../coffee-script/test/test_returns.coffee | 33 - .../coffee-script/test/test_splats.coffee | 125 - .../coffee-script/test/test_strings.coffee | 101 - .../coffee-script/test/test_switch.coffee | 98 - .../coffee-script/test/test_try_catch.coffee | 45 - .../coffee-script/test/test_while.coffee | 53 - node/node_modules/jade/support/compile.js | 173 - .../jade/support/expresso/.gitignore | 3 - .../jade/support/expresso/.gitmodules | 3 - .../jade/support/expresso/History.md | 97 - .../jade/support/expresso/Makefile | 53 - .../jade/support/expresso/Readme.md | 39 - .../jade/support/expresso/bin/expresso | 837 ---- .../jade/support/expresso/docs/api.html | 1048 ----- .../jade/support/expresso/docs/index.html | 373 -- .../jade/support/expresso/docs/index.md | 290 -- .../support/expresso/docs/layout/foot.html | 3 - .../support/expresso/docs/layout/head.html | 42 - .../jade/support/expresso/lib/bar.js | 4 - .../jade/support/expresso/lib/foo.js | 16 - .../jade/support/expresso/package.json | 12 - .../jade/support/expresso/test/assert.test.js | 84 - .../jade/support/expresso/test/async.test.js | 6 - .../jade/support/expresso/test/bar.test.js | 12 - .../jade/support/expresso/test/foo.test.js | 13 - .../jade/support/expresso/test/http.test.js | 82 - .../expresso/test/serial/async.test.js | 38 - .../support/expresso/test/serial/http.test.js | 47 - node/node_modules/jade/support/foot.js | 4 - node/node_modules/jade/support/head.js | 2 - .../node_modules/jade/support/sass/.gitignore | 7 - .../node_modules/jade/support/sass/History.md | 42 - node/node_modules/jade/support/sass/Makefile | 11 - node/node_modules/jade/support/sass/Readme.md | 167 - node/node_modules/jade/support/sass/index.js | 1 - .../jade/support/sass/lib/sass.js | 299 -- .../jade/support/sass/package.json | 10 - node/node_modules/jade/support/sass/seed.yml | 4 - .../support/sass/spec/fixtures/collect.sass | 3 - .../support/sass/spec/fixtures/comment.css | 2 - .../support/sass/spec/fixtures/comment.sass | 6 - .../sass/spec/fixtures/continuation.css | 8 - .../sass/spec/fixtures/continuation.sass | 8 - .../support/sass/spec/fixtures/literal.css | 2 - .../support/sass/spec/fixtures/literal.sass | 4 - .../jade/support/sass/spec/fixtures/mixin.css | 8 - .../support/sass/spec/fixtures/mixin.sass | 11 - .../sass/spec/fixtures/mixin.undefined.sass | 2 - .../support/sass/spec/fixtures/properties.css | 3 - .../sass/spec/fixtures/properties.expand.css | 3 - .../sass/spec/fixtures/properties.expand.sass | 2 - .../spec/fixtures/properties.invalid.sass | 2 - .../sass/spec/fixtures/properties.nested.css | 13 - .../fixtures/properties.nested.invalid.sass | 5 - .../sass/spec/fixtures/properties.nested.sass | 13 - .../sass/spec/fixtures/properties.sass | 3 - .../support/sass/spec/fixtures/selectors.css | 6 - .../support/sass/spec/fixtures/selectors.sass | 10 - .../spec/fixtures/variables.alternate.css | 2 - .../spec/fixtures/variables.alternate.sass | 4 - .../support/sass/spec/fixtures/variables.css | 2 - .../sass/spec/fixtures/variables.regular.css | 2 - .../sass/spec/fixtures/variables.regular.sass | 3 - .../support/sass/spec/fixtures/variables.sass | 5 - .../jade/support/sass/spec/lib/images/bg.png | Bin 154 -> 0 bytes .../jade/support/sass/spec/lib/images/hr.png | Bin 321 -> 0 bytes .../support/sass/spec/lib/images/loading.gif | Bin 2608 -> 0 bytes .../sass/spec/lib/images/sprites.bg.png | Bin 4876 -> 0 bytes .../support/sass/spec/lib/images/sprites.png | Bin 3629 -> 0 bytes .../jade/support/sass/spec/lib/images/vr.png | Bin 145 -> 0 bytes .../jade/support/sass/spec/lib/jspec.css | 149 - .../jade/support/sass/spec/lib/jspec.growl.js | 115 - .../support/sass/spec/lib/jspec.jquery.js | 79 - .../jade/support/sass/spec/lib/jspec.js | 1893 --------- .../support/sass/spec/lib/jspec.nodejs.js | 18 - .../jade/support/sass/spec/lib/jspec.shell.js | 39 - .../support/sass/spec/lib/jspec.timers.js | 90 - .../jade/support/sass/spec/lib/jspec.xhr.js | 210 - .../jade/support/sass/spec/node.js | 9 - .../jade/support/sass/spec/spec.core.js | 134 - .../jade/support/stylus/.gitignore | 4 - .../jade/support/stylus/.gitmodules | 3 - .../jade/support/stylus/.npmignore | 5 - .../jade/support/stylus/History.md | 231 - node/node_modules/jade/support/stylus/LICENSE | 22 - .../node_modules/jade/support/stylus/Makefile | 20 - .../jade/support/stylus/Readme.md | 118 - .../jade/support/stylus/bin/stylus | 456 -- .../jade/support/stylus/bin/stylus-tutorial | 287 -- node/node_modules/jade/support/stylus/bm.js | 22 - .../jade/support/stylus/docs/bifs.md | 453 -- .../jade/support/stylus/docs/comments.md | 17 - .../jade/support/stylus/docs/compare.md | 81 - .../jade/support/stylus/docs/conditionals.md | 107 - .../jade/support/stylus/docs/css-style.md | 77 - .../support/stylus/docs/error-reporting.md | 50 - .../jade/support/stylus/docs/escape.md | 27 - .../jade/support/stylus/docs/executable.md | 92 - .../jade/support/stylus/docs/font-face.md | 26 - .../jade/support/stylus/docs/functions.md | 192 - .../jade/support/stylus/docs/functions.url.md | 30 - .../jade/support/stylus/docs/import.md | 73 - .../jade/support/stylus/docs/interpolation.md | 43 - .../jade/support/stylus/docs/introspection.md | 39 - .../jade/support/stylus/docs/iteration.md | 100 - .../jade/support/stylus/docs/js.md | 108 - .../jade/support/stylus/docs/keyframes.md | 52 - .../jade/support/stylus/docs/literal.md | 16 - .../jade/support/stylus/docs/media.md | 18 - .../jade/support/stylus/docs/middleware.md | 55 - .../jade/support/stylus/docs/mixins.md | 132 - .../jade/support/stylus/docs/operators.md | 418 -- .../jade/support/stylus/docs/selectors.md | 132 - .../jade/support/stylus/docs/textmate.md | 7 - .../jade/support/stylus/docs/vargs.md | 84 - .../jade/support/stylus/docs/variables.md | 29 - .../Syntaxes/Stylus.tmLanguage | 166 - .../stylus/editors/Stylus.tmbundle/info.plist | 10 - .../support/stylus/examples/arithmetic.js | 12 - .../support/stylus/examples/arithmetic.styl | 29 - .../jade/support/stylus/examples/basic.js | 12 - .../jade/support/stylus/examples/basic.styl | 8 - .../jade/support/stylus/examples/builtins.js | 12 - .../support/stylus/examples/builtins.styl | 56 - .../jade/support/stylus/examples/comments.js | 11 - .../support/stylus/examples/comments.styl | 15 - .../jade/support/stylus/examples/compress.js | 12 - .../support/stylus/examples/conversions.js | 12 - .../support/stylus/examples/conversions.styl | 34 - .../jade/support/stylus/examples/functions.js | 12 - .../support/stylus/examples/functions.styl | 30 - .../jade/support/stylus/examples/images.js | 20 - .../jade/support/stylus/examples/images.styl | 12 - .../support/stylus/examples/images/gopher.jpg | Bin 50615 -> 0 bytes .../support/stylus/examples/images/jesus.gif | Bin 40716 -> 0 bytes .../support/stylus/examples/images/sprite.gif | Bin 935 -> 0 bytes .../stylus/examples/implicit-functions.js | 12 - .../stylus/examples/implicit-functions.styl | 23 - .../jade/support/stylus/examples/import.js | 12 - .../jade/support/stylus/examples/import.styl | 11 - .../support/stylus/examples/js-functions.js | 55 - .../support/stylus/examples/js-functions.styl | 23 - .../jade/support/stylus/examples/literal.js | 12 - .../jade/support/stylus/examples/literal.styl | 8 - .../support/stylus/examples/middleware.js | 22 - .../support/stylus/examples/mixins/box.styl | 14 - .../jade/support/stylus/examples/nesting.js | 12 - .../jade/support/stylus/examples/nesting.styl | 14 - .../support/stylus/examples/public/.gitignore | 1 - .../jade/support/stylus/examples/variables.js | 12 - .../support/stylus/examples/variables.styl | 24 - .../node_modules/jade/support/stylus/index.js | 2 - .../jade/support/stylus/lib/colors.js | 156 - .../jade/support/stylus/lib/convert/css.js | 130 - .../support/stylus/lib/functions/image.js | 120 - .../support/stylus/lib/functions/index.js | 554 --- .../support/stylus/lib/functions/index.styl | 131 - .../jade/support/stylus/lib/functions/url.js | 97 - .../jade/support/stylus/lib/lexer.js | 672 --- .../jade/support/stylus/lib/middleware.js | 198 - .../jade/support/stylus/lib/nodes/binop.js | 52 - .../jade/support/stylus/lib/nodes/block.js | 98 - .../jade/support/stylus/lib/nodes/boolean.js | 83 - .../jade/support/stylus/lib/nodes/call.js | 56 - .../jade/support/stylus/lib/nodes/charset.js | 42 - .../jade/support/stylus/lib/nodes/each.js | 55 - .../support/stylus/lib/nodes/expression.js | 143 - .../jade/support/stylus/lib/nodes/function.js | 92 - .../jade/support/stylus/lib/nodes/group.js | 78 - .../jade/support/stylus/lib/nodes/hsla.js | 230 - .../jade/support/stylus/lib/nodes/ident.js | 97 - .../jade/support/stylus/lib/nodes/if.js | 54 - .../jade/support/stylus/lib/nodes/import.js | 30 - .../jade/support/stylus/lib/nodes/index.js | 48 - .../support/stylus/lib/nodes/keyframes.js | 57 - .../jade/support/stylus/lib/nodes/literal.js | 70 - .../jade/support/stylus/lib/nodes/media.js | 42 - .../jade/support/stylus/lib/nodes/node.js | 175 - .../jade/support/stylus/lib/nodes/null.js | 61 - .../jade/support/stylus/lib/nodes/page.js | 43 - .../jade/support/stylus/lib/nodes/params.js | 71 - .../jade/support/stylus/lib/nodes/property.js | 47 - .../jade/support/stylus/lib/nodes/return.js | 43 - .../jade/support/stylus/lib/nodes/rgba.js | 243 -- .../jade/support/stylus/lib/nodes/root.js | 50 - .../jade/support/stylus/lib/nodes/selector.js | 55 - .../jade/support/stylus/lib/nodes/string.js | 101 - .../jade/support/stylus/lib/nodes/ternary.js | 50 - .../jade/support/stylus/lib/nodes/unaryop.js | 45 - .../jade/support/stylus/lib/nodes/unit.js | 188 - .../jade/support/stylus/lib/parser.js | 1360 ------ .../jade/support/stylus/lib/renderer.js | 103 - .../jade/support/stylus/lib/stack/frame.js | 66 - .../jade/support/stylus/lib/stack/index.js | 146 - .../jade/support/stylus/lib/stack/scope.js | 53 - .../jade/support/stylus/lib/stylus.js | 132 - .../jade/support/stylus/lib/token.js | 53 - .../jade/support/stylus/lib/utils.js | 175 - .../support/stylus/lib/visitor/compiler.js | 370 -- .../support/stylus/lib/visitor/evaluator.js | 911 ---- .../jade/support/stylus/lib/visitor/index.js | 32 - .../jade/support/stylus/package.json | 16 - .../stylus/test/cases/arithmetic.color.css | 7 - .../stylus/test/cases/arithmetic.color.styl | 7 - .../support/stylus/test/cases/arithmetic.css | 12 - .../support/stylus/test/cases/arithmetic.styl | 18 - .../stylus/test/cases/arithmetic.unary.css | 16 - .../stylus/test/cases/arithmetic.unary.styl | 16 - .../stylus/test/cases/bifs.components.css | 9 - .../stylus/test/cases/bifs.components.styl | 9 - .../support/stylus/test/cases/bifs.dark.css | 5 - .../support/stylus/test/cases/bifs.dark.styl | 4 - .../stylus/test/cases/bifs.darken-by.css | 5 - .../stylus/test/cases/bifs.darken-by.styl | 4 - .../stylus/test/cases/bifs.image-size.css | 9 - .../stylus/test/cases/bifs.image-size.styl | 19 - .../support/stylus/test/cases/bifs.join.css | 11 - .../support/stylus/test/cases/bifs.join.styl | 11 - .../support/stylus/test/cases/bifs.last.css | 5 - .../support/stylus/test/cases/bifs.last.styl | 6 - .../support/stylus/test/cases/bifs.length.css | 10 - .../stylus/test/cases/bifs.length.styl | 18 - .../support/stylus/test/cases/bifs.light.css | 5 - .../support/stylus/test/cases/bifs.light.styl | 4 - .../stylus/test/cases/bifs.lighten-by.css | 6 - .../stylus/test/cases/bifs.lighten-by.styl | 6 - .../stylus/test/cases/bifs.lookup.complex.css | 4 - .../test/cases/bifs.lookup.complex.styl | 11 - .../support/stylus/test/cases/bifs.lookup.css | 3 - .../stylus/test/cases/bifs.lookup.styl | 8 - .../support/stylus/test/cases/bifs.match.css | 4 - .../support/stylus/test/cases/bifs.match.styl | 9 - .../test/cases/bifs.opposite-position.css | 8 - .../test/cases/bifs.opposite-position.styl | 9 - .../support/stylus/test/cases/bifs.rgba.css | 5 - .../support/stylus/test/cases/bifs.rgba.styl | 4 - .../support/stylus/test/cases/bifs.type.css | 11 - .../support/stylus/test/cases/bifs.type.styl | 12 - .../support/stylus/test/cases/bifs.unit.css | 6 - .../support/stylus/test/cases/bifs.unit.styl | 5 - .../stylus/test/cases/bifs.unquote.css | 5 - .../stylus/test/cases/bifs.unquote.styl | 8 - .../support/stylus/test/cases/bifs.url.css | 11 - .../support/stylus/test/cases/bifs.url.styl | 15 - .../support/stylus/test/cases/coercion.css | 6 - .../support/stylus/test/cases/coercion.styl | 5 - .../support/stylus/test/cases/comments.css | 11 - .../support/stylus/test/cases/comments.styl | 28 - .../stylus/test/cases/compress.units.css | 2 - .../stylus/test/cases/compress.units.styl | 18 - .../test/cases/conditional-assignment.css | 4 - .../test/cases/conditional-assignment.styl | 9 - .../test/cases/css.functions.single-line.css | 9 - .../test/cases/css.functions.single-line.styl | 13 - .../jade/support/stylus/test/cases/css.if.css | 8 - .../support/stylus/test/cases/css.if.styl | 21 - .../stylus/test/cases/css.keyframes.css | 48 - .../stylus/test/cases/css.keyframes.styl | 39 - .../support/stylus/test/cases/css.large.css | 172 - .../support/stylus/test/cases/css.large.styl | 172 - .../support/stylus/test/cases/css.media.css | 15 - .../support/stylus/test/cases/css.media.styl | 17 - .../stylus/test/cases/css.mixins.braces.css | 31 - .../stylus/test/cases/css.mixins.braces.styl | 53 - .../support/stylus/test/cases/css.mixins.css | 31 - .../stylus/test/cases/css.mixins.root.css | 26 - .../stylus/test/cases/css.mixins.root.styl | 25 - .../test/cases/css.mixins.root.wonky.css | 26 - .../test/cases/css.mixins.root.wonky.styl | 17 - .../support/stylus/test/cases/css.mixins.styl | 47 - .../stylus/test/cases/css.selectors.css | 37 - .../stylus/test/cases/css.selectors.styl | 53 - .../stylus/test/cases/css.whitespace.css | 37 - .../stylus/test/cases/css.whitespace.styl | 36 - .../jade/support/stylus/test/cases/escape.css | 4 - .../support/stylus/test/cases/escape.styl | 4 - .../support/stylus/test/cases/for.complex.css | 44 - .../stylus/test/cases/for.complex.styl | 28 - .../jade/support/stylus/test/cases/for.css | 52 - .../stylus/test/cases/for.function.css | 20 - .../stylus/test/cases/for.function.styl | 51 - .../jade/support/stylus/test/cases/for.styl | 44 - .../stylus/test/cases/function.arguments.css | 4 - .../stylus/test/cases/function.arguments.styl | 14 - .../stylus/test/cases/function.literals.css | 6 - .../stylus/test/cases/function.literals.styl | 12 - .../stylus/test/cases/functions.arg-calls.css | 3 - .../test/cases/functions.arg-calls.styl | 9 - .../stylus/test/cases/functions.call.css | 4 - .../stylus/test/cases/functions.call.styl | 7 - .../support/stylus/test/cases/functions.css | 11 - .../stylus/test/cases/functions.defaults.css | 15 - .../stylus/test/cases/functions.defaults.styl | 30 - .../test/cases/functions.multi-line.css | 9 - .../test/cases/functions.multi-line.styl | 25 - .../test/cases/functions.multiple-calls.css | 13 - .../test/cases/functions.multiple-calls.styl | 26 - .../test/cases/functions.nested-calls.css | 3 - .../test/cases/functions.nested-calls.styl | 9 - .../stylus/test/cases/functions.nested.css | 10 - .../stylus/test/cases/functions.nested.styl | 37 - .../stylus/test/cases/functions.property.css | 10 - .../stylus/test/cases/functions.property.styl | 11 - .../stylus/test/cases/functions.return.css | 15 - .../test/cases/functions.return.each.css | 10 - .../test/cases/functions.return.each.styl | 23 - .../stylus/test/cases/functions.return.styl | 86 - .../support/stylus/test/cases/functions.styl | 34 - .../stylus/test/cases/functions.variable.css | 9 - .../test/cases/functions.variable.ident.css | 3 - .../test/cases/functions.variable.ident.styl | 11 - .../stylus/test/cases/functions.variable.styl | 27 - .../jade/support/stylus/test/cases/if.css | 43 - .../support/stylus/test/cases/if.else.css | 6 - .../support/stylus/test/cases/if.else.styl | 16 - .../support/stylus/test/cases/if.mixin.css | 7 - .../support/stylus/test/cases/if.mixin.styl | 24 - .../support/stylus/test/cases/if.postfix.css | 61 - .../support/stylus/test/cases/if.postfix.styl | 110 - .../stylus/test/cases/if.selectors.css | 6 - .../stylus/test/cases/if.selectors.styl | 12 - .../jade/support/stylus/test/cases/if.styl | 99 - .../stylus/test/cases/import.basic.css | 9 - .../stylus/test/cases/import.basic.styl | 2 - .../stylus/test/cases/import.basic/a.styl | 5 - .../stylus/test/cases/import.basic/b.styl | 5 - .../stylus/test/cases/import.basic/c.styl | 3 - .../stylus/test/cases/import.complex.css | 9 - .../stylus/test/cases/import.complex.styl | 1 - .../stylus/test/cases/import.complex/a.styl | 4 - .../stylus/test/cases/import.complex/c.styl | 2 - .../test/cases/import.complex/nested/b.styl | 4 - .../stylus/test/cases/import.index.css | 9 - .../stylus/test/cases/import.index.styl | 2 - .../test/cases/import.index/vendor/a.styl | 2 - .../test/cases/import.index/vendor/b.styl | 2 - .../test/cases/import.index/vendor/c.styl | 2 - .../test/cases/import.index/vendor/index.styl | 4 - .../stylus/test/cases/import.literal.css | 2 - .../stylus/test/cases/import.literal.styl | 3 - .../stylus/test/cases/import.mixins.css | 7 - .../stylus/test/cases/import.mixins.styl | 9 - .../stylus/test/cases/import.ordering.css | 15 - .../stylus/test/cases/import.ordering.styl | 12 - .../test/cases/import.ordering/five.styl | 2 - .../test/cases/import.ordering/four.styl | 4 - .../test/cases/import.ordering/two.styl | 2 - .../support/stylus/test/cases/important.css | 6 - .../support/stylus/test/cases/important.styl | 6 - .../test/cases/interpolation.properties.css | 40 - .../test/cases/interpolation.properties.styl | 56 - .../stylus/test/cases/introspection.css | 7 - .../stylus/test/cases/introspection.styl | 14 - .../jade/support/stylus/test/cases/jquery.css | 3 - .../support/stylus/test/cases/jquery.styl | 5 - .../jade/support/stylus/test/cases/list.css | 3 - .../jade/support/stylus/test/cases/list.styl | 3 - .../support/stylus/test/cases/literal.css | 5 - .../support/stylus/test/cases/literal.styl | 7 - .../jade/support/stylus/test/cases/media.css | 14 - .../jade/support/stylus/test/cases/media.styl | 11 - .../stylus/test/cases/mixin.conditional.css | 19 - .../stylus/test/cases/mixin.conditional.styl | 36 - .../test/cases/mixin.order.conditional.css | 11 - .../test/cases/mixin.order.conditional.styl | 20 - .../support/stylus/test/cases/mixin.order.css | 9 - .../stylus/test/cases/mixin.order.nested.css | 9 - .../stylus/test/cases/mixin.order.nested.styl | 21 - .../stylus/test/cases/mixin.order.styl | 20 - .../stylus/test/cases/mixins.complex.css | 30 - .../test/cases/mixins.complex.fix-to.css | 15 - .../test/cases/mixins.complex.fix-to.styl | 28 - .../stylus/test/cases/mixins.complex.styl | 41 - .../stylus/test/cases/mixins.conditional.css | 3 - .../stylus/test/cases/mixins.conditional.styl | 8 - .../stylus/test/cases/mixins.nested.css | 7 - .../test/cases/mixins.nested.selectors.css | 21 - .../test/cases/mixins.nested.selectors.styl | 31 - .../stylus/test/cases/mixins.nested.styl | 14 - .../stylus/test/cases/mixins.order.2.css | 11 - .../stylus/test/cases/mixins.order.2.styl | 16 - .../stylus/test/cases/mixins.return.css | 4 - .../stylus/test/cases/mixins.return.styl | 8 - .../support/stylus/test/cases/mixins.root.css | 3 - .../stylus/test/cases/mixins.root.styl | 5 - .../support/stylus/test/cases/mixins/box.styl | 11 - .../stylus/test/cases/operator.range.css | 15 - .../stylus/test/cases/operator.range.styl | 23 - .../cases/operators.assignment.function.css | 15 - .../cases/operators.assignment.function.styl | 34 - .../test/cases/operators.assignment.mixin.css | 15 - .../cases/operators.assignment.mixin.styl | 39 - .../test/cases/operators.assignment.root.css | 19 - .../test/cases/operators.assignment.root.styl | 43 - .../stylus/test/cases/operators.complex.css | 9 - .../stylus/test/cases/operators.complex.styl | 32 - .../support/stylus/test/cases/operators.css | 32 - .../stylus/test/cases/operators.equality.css | 12 - .../stylus/test/cases/operators.equality.styl | 31 - .../stylus/test/cases/operators.in.css | 36 - .../stylus/test/cases/operators.in.styl | 50 - .../stylus/test/cases/operators.mixins.css | 10 - .../stylus/test/cases/operators.mixins.styl | 25 - .../test/cases/operators.precedence.css | 51 - .../test/cases/operators.precedence.styl | 82 - .../support/stylus/test/cases/operators.styl | 86 - .../stylus/test/cases/operators.subscript.css | 59 - .../test/cases/operators.subscript.range.css | 14 - .../test/cases/operators.subscript.range.styl | 15 - .../test/cases/operators.subscript.styl | 81 - .../jade/support/stylus/test/cases/page.css | 13 - .../jade/support/stylus/test/cases/page.styl | 13 - .../jade/support/stylus/test/cases/parent.css | 32 - .../support/stylus/test/cases/parent.styl | 33 - .../stylus/test/cases/properties.colons.css | 8 - .../stylus/test/cases/properties.colons.styl | 10 - .../support/stylus/test/cases/properties.css | 4 - .../stylus/test/cases/properties.one-line.css | 10 - .../test/cases/properties.one-line.styl | 11 - .../support/stylus/test/cases/properties.styl | 4 - .../cases/regression.107.lookup-failure.css | 12 - .../cases/regression.107.lookup-failure.styl | 13 - .../stylus/test/cases/regression.127.css | 3 - .../stylus/test/cases/regression.127.styl | 2 - .../stylus/test/cases/regression.130.css | 16 - .../stylus/test/cases/regression.130.styl | 6 - .../stylus/test/cases/regression.131.css | 6 - .../stylus/test/cases/regression.131.styl | 2 - .../stylus/test/cases/regression.137.css | 7 - .../stylus/test/cases/regression.137.styl | 7 - .../stylus/test/cases/regression.139.css | 5 - .../stylus/test/cases/regression.139.styl | 21 - .../stylus/test/cases/regression.142.css | 39 - .../stylus/test/cases/regression.142.styl | 54 - .../stylus/test/cases/regression.146.css | 30 - .../stylus/test/cases/regression.146.styl | 31 - .../stylus/test/cases/regression.153.css | 8 - .../stylus/test/cases/regression.153.styl | 9 - .../stylus/test/cases/regression.154.css | 8 - .../stylus/test/cases/regression.154.styl | 14 - .../stylus/test/cases/regression.156.css | 4 - .../stylus/test/cases/regression.156.styl | 6 - .../stylus/test/cases/rule.charset.css | 1 - .../stylus/test/cases/rule.charset.styl | 2 - .../jade/support/stylus/test/cases/rulset.css | 4 - .../stylus/test/cases/rulset.newline.css | 5 - .../stylus/test/cases/rulset.newline.styl | 5 - .../support/stylus/test/cases/rulset.styl | 3 - .../stylus/test/cases/scope.complex.css | 10 - .../stylus/test/cases/scope.complex.styl | 16 - .../jade/support/stylus/test/cases/scope.css | 5 - .../stylus/test/cases/scope.nested.css | 9 - .../stylus/test/cases/scope.nested.styl | 10 - .../jade/support/stylus/test/cases/scope.styl | 12 - .../stylus/test/cases/selectors.complex.css | 28 - .../stylus/test/cases/selectors.complex.styl | 27 - .../support/stylus/test/cases/selectors.css | 44 - .../test/cases/selectors.nested.comma.css | 9 - .../test/cases/selectors.nested.comma.styl | 8 - .../stylus/test/cases/selectors.nested.css | 34 - .../stylus/test/cases/selectors.nested.styl | 33 - .../stylus/test/cases/selectors.pseudo.css | 27 - .../stylus/test/cases/selectors.pseudo.styl | 24 - .../support/stylus/test/cases/selectors.styl | 41 - .../stylus/test/cases/self-assignment.css | 3 - .../stylus/test/cases/self-assignment.styl | 4 - .../support/stylus/test/cases/vargs.call.css | 24 - .../support/stylus/test/cases/vargs.call.styl | 40 - .../jade/support/stylus/test/cases/vargs.css | 30 - .../jade/support/stylus/test/cases/vargs.styl | 49 - .../support/stylus/test/cases/variable.css | 3 - .../support/stylus/test/cases/variable.styl | 4 - .../support/stylus/test/cases/variables.css | 12 - .../support/stylus/test/cases/variables.styl | 17 - .../jade/support/stylus/test/images/gif | Bin 59920 -> 0 bytes .../support/stylus/test/images/squirrel.jpeg | Bin 21805 -> 0 bytes .../jade/support/stylus/test/images/tux.png | Bin 41236 -> 0 bytes .../jade/support/stylus/test/run.js | 81 - node/node_modules/jade/test/filters.test.js | 151 - .../jade/test/fixtures/invalid.jade | 3 - .../jade/test/fixtures/layout.jade | 3 - node/node_modules/jade/test/jade.test.js | 920 ---- node/node_modules/node-static/LICENSE | 20 - node/node_modules/node-static/README.md | 141 - .../benchmark/node-static-0.3.0.txt | 43 - .../node-static/examples/file-server.js | 26 - .../node-static/lib/node-static.js | 252 -- .../node-static/lib/node-static/mime.js | 139 - .../node-static/lib/node-static/util.js | 30 - node/node_modules/node-static/package.json | 15 - node/node_modules/socket.io-client/.gitignore | 4 - node/node_modules/socket.io-client/.npmignore | 2 - node/node_modules/socket.io-client/History.md | 95 - node/node_modules/socket.io-client/Makefile | 20 - node/node_modules/socket.io-client/README.md | 246 -- .../socket.io-client/bin/builder.js | 285 -- .../socket.io-client/dist/WebSocketMain.swf | Bin 175830 -> 0 bytes .../dist/WebSocketMainInsecure.swf | Bin 175953 -> 0 bytes .../socket.io-client/dist/socket.io.js | 3707 ----------------- .../socket.io-client/dist/socket.io.min.js | 2 - .../socket.io-client/lib/events.js | 184 - node/node_modules/socket.io-client/lib/io.js | 205 - .../node_modules/socket.io-client/lib/json.js | 322 -- .../socket.io-client/lib/namespace.js | 242 -- .../socket.io-client/lib/parser.js | 262 -- .../socket.io-client/lib/socket.io-client.js | 1 - .../socket.io-client/lib/socket.js | 524 --- .../socket.io-client/lib/transport.js | 234 -- .../lib/transports/flashsocket.js | 191 - .../lib/transports/htmlfile.js | 172 - .../lib/transports/jsonp-polling.js | 217 - .../lib/transports/websocket.js | 183 - .../lib/transports/xhr-polling.js | 155 - .../socket.io-client/lib/transports/xhr.js | 213 - .../node_modules/socket.io-client/lib/util.js | 366 -- .../lib/vendor/web-socket-js/.gitignore | 1 - .../lib/vendor/web-socket-js/README.md | 157 - .../vendor/web-socket-js/WebSocketMain.swf | Bin 175830 -> 0 bytes .../web-socket-js/WebSocketMainInsecure.zip | Bin 166610 -> 0 bytes .../flash-src/IWebSocketLogger.as | 8 - .../web-socket-js/flash-src/WebSocket.as | 464 --- .../web-socket-js/flash-src/WebSocketEvent.as | 33 - .../web-socket-js/flash-src/WebSocketMain.as | 150 - .../flash-src/WebSocketMainInsecure.as | 19 - .../vendor/web-socket-js/flash-src/build.sh | 10 - .../com/adobe/net/proxies/RFC2817Socket.as | 204 - .../flash-src/com/gsolo/encryption/MD5.as | 375 -- .../flash-src/com/hurlant/crypto/Crypto.as | 287 -- .../crypto/cert/MozillaRootCertificates.as | 3235 -------------- .../hurlant/crypto/cert/X509Certificate.as | 218 - .../crypto/cert/X509CertificateCollection.as | 57 - .../flash-src/com/hurlant/crypto/hash/HMAC.as | 82 - .../com/hurlant/crypto/hash/IHMAC.as | 27 - .../com/hurlant/crypto/hash/IHash.as | 21 - .../flash-src/com/hurlant/crypto/hash/MAC.as | 137 - .../flash-src/com/hurlant/crypto/hash/MD2.as | 124 - .../flash-src/com/hurlant/crypto/hash/MD5.as | 204 - .../flash-src/com/hurlant/crypto/hash/SHA1.as | 106 - .../com/hurlant/crypto/hash/SHA224.as | 28 - .../com/hurlant/crypto/hash/SHA256.as | 115 - .../com/hurlant/crypto/hash/SHABase.as | 71 - .../flash-src/com/hurlant/crypto/prng/ARC4.as | 90 - .../com/hurlant/crypto/prng/IPRNG.as | 20 - .../com/hurlant/crypto/prng/Random.as | 119 - .../com/hurlant/crypto/prng/TLSPRF.as | 142 - .../com/hurlant/crypto/rsa/RSAKey.as | 339 -- .../com/hurlant/crypto/symmetric/AESKey.as | 2797 ------------- .../hurlant/crypto/symmetric/BlowFishKey.as | 375 -- .../com/hurlant/crypto/symmetric/CBCMode.as | 55 - .../com/hurlant/crypto/symmetric/CFB8Mode.as | 61 - .../com/hurlant/crypto/symmetric/CFBMode.as | 64 - .../com/hurlant/crypto/symmetric/CTRMode.as | 58 - .../com/hurlant/crypto/symmetric/DESKey.as | 365 -- .../com/hurlant/crypto/symmetric/ECBMode.as | 86 - .../com/hurlant/crypto/symmetric/ICipher.as | 21 - .../com/hurlant/crypto/symmetric/IMode.as | 15 - .../com/hurlant/crypto/symmetric/IPad.as | 32 - .../hurlant/crypto/symmetric/IStreamCipher.as | 21 - .../hurlant/crypto/symmetric/ISymmetricKey.as | 35 - .../com/hurlant/crypto/symmetric/IVMode.as | 110 - .../com/hurlant/crypto/symmetric/NullPad.as | 34 - .../com/hurlant/crypto/symmetric/OFBMode.as | 52 - .../com/hurlant/crypto/symmetric/PKCS5.as | 44 - .../com/hurlant/crypto/symmetric/SSLPad.as | 44 - .../hurlant/crypto/symmetric/SimpleIVMode.as | 60 - .../com/hurlant/crypto/symmetric/TLSPad.as | 42 - .../hurlant/crypto/symmetric/TripleDESKey.as | 88 - .../com/hurlant/crypto/symmetric/XTeaKey.as | 94 - .../com/hurlant/crypto/symmetric/aeskey.pl | 29 - .../com/hurlant/crypto/symmetric/dump.txt | 2304 ---------- .../com/hurlant/crypto/tests/AESKeyTest.as | 1220 ------ .../com/hurlant/crypto/tests/ARC4Test.as | 58 - .../hurlant/crypto/tests/BigIntegerTest.as | 39 - .../hurlant/crypto/tests/BlowFishKeyTest.as | 148 - .../com/hurlant/crypto/tests/CBCModeTest.as | 160 - .../com/hurlant/crypto/tests/CFB8ModeTest.as | 71 - .../com/hurlant/crypto/tests/CFBModeTest.as | 98 - .../com/hurlant/crypto/tests/CTRModeTest.as | 109 - .../com/hurlant/crypto/tests/DESKeyTest.as | 112 - .../com/hurlant/crypto/tests/ECBModeTest.as | 151 - .../com/hurlant/crypto/tests/HMACTest.as | 184 - .../com/hurlant/crypto/tests/ITestHarness.as | 20 - .../com/hurlant/crypto/tests/MD2Test.as | 56 - .../com/hurlant/crypto/tests/MD5Test.as | 58 - .../com/hurlant/crypto/tests/OFBModeTest.as | 101 - .../com/hurlant/crypto/tests/RSAKeyTest.as | 92 - .../com/hurlant/crypto/tests/SHA1Test.as | 198 - .../com/hurlant/crypto/tests/SHA224Test.as | 58 - .../com/hurlant/crypto/tests/SHA256Test.as | 60 - .../com/hurlant/crypto/tests/TLSPRFTest.as | 51 - .../com/hurlant/crypto/tests/TestCase.as | 42 - .../hurlant/crypto/tests/TripleDESKeyTest.as | 59 - .../com/hurlant/crypto/tests/XTeaKeyTest.as | 66 - .../com/hurlant/crypto/tls/BulkCiphers.as | 102 - .../com/hurlant/crypto/tls/CipherSuites.as | 117 - .../hurlant/crypto/tls/IConnectionState.as | 14 - .../hurlant/crypto/tls/ISecurityParameters.as | 29 - .../com/hurlant/crypto/tls/KeyExchanges.as | 24 - .../flash-src/com/hurlant/crypto/tls/MACs.as | 38 - .../hurlant/crypto/tls/SSLConnectionState.as | 171 - .../com/hurlant/crypto/tls/SSLEvent.as | 26 - .../crypto/tls/SSLSecurityParameters.as | 340 -- .../com/hurlant/crypto/tls/TLSConfig.as | 70 - .../hurlant/crypto/tls/TLSConnectionState.as | 151 - .../com/hurlant/crypto/tls/TLSEngine.as | 895 ---- .../com/hurlant/crypto/tls/TLSError.as | 39 - .../com/hurlant/crypto/tls/TLSEvent.as | 27 - .../crypto/tls/TLSSecurityParameters.as | 197 - .../com/hurlant/crypto/tls/TLSSocket.as | 370 -- .../com/hurlant/crypto/tls/TLSSocketEvent.as | 26 - .../com/hurlant/crypto/tls/TLSTest.as | 180 - .../com/hurlant/math/BarrettReduction.as | 90 - .../flash-src/com/hurlant/math/BigInteger.as | 1543 ------- .../com/hurlant/math/ClassicReduction.as | 35 - .../flash-src/com/hurlant/math/IReduction.as | 11 - .../com/hurlant/math/MontgomeryReduction.as | 85 - .../com/hurlant/math/NullReduction.as | 34 - .../flash-src/com/hurlant/math/bi_internal.as | 11 - .../flash-src/com/hurlant/util/ArrayUtil.as | 25 - .../flash-src/com/hurlant/util/Base64.as | 189 - .../flash-src/com/hurlant/util/Hex.as | 66 - .../flash-src/com/hurlant/util/Memory.as | 28 - .../com/hurlant/util/der/ByteString.as | 43 - .../flash-src/com/hurlant/util/der/DER.as | 210 - .../com/hurlant/util/der/IAsn1Type.as | 21 - .../flash-src/com/hurlant/util/der/Integer.as | 44 - .../flash-src/com/hurlant/util/der/OID.as | 35 - .../com/hurlant/util/der/ObjectIdentifier.as | 112 - .../flash-src/com/hurlant/util/der/PEM.as | 118 - .../com/hurlant/util/der/PrintableString.as | 49 - .../com/hurlant/util/der/Sequence.as | 90 - .../flash-src/com/hurlant/util/der/Set.as | 27 - .../flash-src/com/hurlant/util/der/Type.as | 94 - .../flash-src/com/hurlant/util/der/UTCTime.as | 60 - .../lib/vendor/web-socket-js/sample.html | 75 - .../lib/vendor/web-socket-js/swfobject.js | 4 - .../lib/vendor/web-socket-js/web_socket.js | 349 -- .../socket.io-client/package.json | 34 - .../socket.io-client/support/should.js | 1238 ------ .../support/test-runner/app.js | 309 -- .../support/test-runner/index.jade | 28 - .../test-runner/public/javascript/jquery.js | 18 - .../test-runner/public/javascript/runner.js | 211 - .../test-runner/public/javascript/script.js | 107 - .../test-runner/public/stylesheets/main.css | 116 - .../test-runner/public/stylesheets/main.styl | 101 - .../socket.io-client/test/events.test.js | 121 - .../socket.io-client/test/io.test.js | 31 - .../test/node/builder.common.js | 102 - .../test/node/builder.test.js | 131 - .../socket.io-client/test/parser.test.js | 360 -- .../socket.io-client/test/socket.test.js | 366 -- .../socket.io-client/test/util.test.js | 156 - node/node_modules/socket.io/.gitignore | 9 - node/node_modules/socket.io/.npmignore | 3 - node/node_modules/socket.io/History.md | 140 - node/node_modules/socket.io/Makefile | 22 - node/node_modules/socket.io/Readme.md | 343 -- .../socket.io/examples/chat/app.js | 87 - .../socket.io/examples/chat/index.jade | 83 - .../socket.io/examples/chat/package.json | 11 - .../chat/public/stylesheets/mixins.styl | 96 - .../chat/public/stylesheets/style.css | 188 - .../chat/public/stylesheets/style.styl | 118 - .../socket.io/examples/irc-output/app.js | 81 - .../socket.io/examples/irc-output/index.jade | 28 - .../socket.io/examples/irc-output/irc.js | 164 - .../examples/irc-output/package.json | 10 - .../irc-output/public/stylesheets/style.styl | 69 - node/node_modules/socket.io/index.js | 8 - node/node_modules/socket.io/lib/logger.js | 96 - node/node_modules/socket.io/lib/manager.js | 1026 ----- node/node_modules/socket.io/lib/namespace.js | 350 -- node/node_modules/socket.io/lib/parser.js | 243 -- node/node_modules/socket.io/lib/socket.io.js | 128 - node/node_modules/socket.io/lib/socket.js | 352 -- node/node_modules/socket.io/lib/store.js | 98 - .../socket.io/lib/stores/memory.js | 143 - .../socket.io/lib/stores/redis.js | 250 -- node/node_modules/socket.io/lib/transport.js | 534 --- .../socket.io/lib/transports/flashsocket.js | 102 - .../socket.io/lib/transports/htmlfile.js | 82 - .../socket.io/lib/transports/http-polling.js | 135 - .../socket.io/lib/transports/http.js | 111 - .../socket.io/lib/transports/index.js | 12 - .../socket.io/lib/transports/jsonp-polling.js | 78 - .../socket.io/lib/transports/websocket.js | 33 - .../lib/transports/websocket/default.js | 350 -- .../lib/transports/websocket/hybi-07-12.js | 465 --- .../lib/transports/websocket/index.js | 10 - .../socket.io/lib/transports/xhr-polling.js | 72 - node/node_modules/socket.io/lib/util.js | 50 - node/node_modules/socket.io/package.json | 30 - .../support/node-websocket-client/LICENSE | 27 - .../support/node-websocket-client/Makefile | 22 - .../support/node-websocket-client/README.md | 41 - .../examples/client-unix.js | 12 - .../node-websocket-client/examples/client.js | 10 - .../examples/server-unix.js | 13 - .../node-websocket-client/lib/websocket.js | 599 --- .../node-websocket-client/package.json | 22 - .../node-websocket-client/test/test-basic.js | 68 - .../test/test-client-close.js | 43 - .../test/test-readonly-attrs.js | 43 - .../test/test-ready-state.js | 26 - .../test/test-server-close.js | 41 - .../test/test-unix-send-fd.js | 63 - .../test/test-unix-sockets.js | 46 - node/node_modules/socket.io/test/common.js | 244 -- .../socket.io/test/fixtures/cert.crt | 21 - .../socket.io/test/fixtures/key.key | 27 - node/node_modules/socket.io/test/io.test.js | 125 - .../socket.io/test/leaks/socket.leaktest.js | 54 - .../socket.io/test/manager.test.js | 731 ---- .../socket.io/test/namespace.test.js | 247 -- .../socket.io/test/parser.test.js | 356 -- node/node_modules/socket.io/test/socket.js | 15 - .../socket.io/test/stores.memory.test.js | 190 - .../socket.io/test/stores.redis.test.js | 240 -- .../test/transports.flashsocket.test.js | 168 - .../test/transports.htmlfile.test.js | 458 -- .../test/transports.jsonp-polling.test.js | 770 ---- ...nsports.websocket.hybi07-12.parser.test.js | 271 -- .../test/transports.websocket.test.js | 1771 -------- .../test/transports.xhr-polling.test.js | 2754 ------------ node/node_modules/uglify-js/.gitignore | 4 - node/node_modules/uglify-js/README.html | 888 ---- node/node_modules/uglify-js/README.org | 463 -- node/node_modules/uglify-js/bin/uglifyjs | 317 -- node/node_modules/uglify-js/docstyle.css | 75 - node/node_modules/uglify-js/lib/object-ast.js | 75 - node/node_modules/uglify-js/lib/parse-js.js | 1341 ------ node/node_modules/uglify-js/lib/process.js | 1949 --------- .../uglify-js/lib/squeeze-more.js | 51 - node/node_modules/uglify-js/package.json | 22 - node/node_modules/uglify-js/test/beautify.js | 28 - .../node_modules/uglify-js/test/testparser.js | 402 -- .../test/unit/compress/expected/array1.js | 1 - .../test/unit/compress/expected/array2.js | 1 - .../test/unit/compress/expected/array3.js | 1 - .../test/unit/compress/expected/array4.js | 1 - .../test/unit/compress/expected/assignment.js | 1 - .../unit/compress/expected/concatstring.js | 1 - .../test/unit/compress/expected/const.js | 1 - .../unit/compress/expected/empty-blocks.js | 1 - .../unit/compress/expected/forstatement.js | 1 - .../test/unit/compress/expected/if.js | 1 - .../test/unit/compress/expected/ifreturn.js | 1 - .../test/unit/compress/expected/ifreturn2.js | 1 - .../test/unit/compress/expected/issue10.js | 1 - .../test/unit/compress/expected/issue11.js | 1 - .../test/unit/compress/expected/issue13.js | 1 - .../test/unit/compress/expected/issue14.js | 1 - .../test/unit/compress/expected/issue16.js | 1 - .../test/unit/compress/expected/issue17.js | 1 - .../test/unit/compress/expected/issue20.js | 1 - .../test/unit/compress/expected/issue21.js | 1 - .../test/unit/compress/expected/issue25.js | 1 - .../test/unit/compress/expected/issue27.js | 1 - .../test/unit/compress/expected/issue28.js | 1 - .../test/unit/compress/expected/issue29.js | 1 - .../test/unit/compress/expected/issue30.js | 1 - .../test/unit/compress/expected/issue34.js | 1 - .../test/unit/compress/expected/issue4.js | 1 - .../test/unit/compress/expected/issue48.js | 1 - .../test/unit/compress/expected/issue50.js | 1 - .../test/unit/compress/expected/issue53.js | 1 - .../test/unit/compress/expected/issue54.1.js | 1 - .../test/unit/compress/expected/issue68.js | 1 - .../test/unit/compress/expected/issue69.js | 1 - .../test/unit/compress/expected/issue9.js | 1 - .../test/unit/compress/expected/mangle.js | 1 - .../unit/compress/expected/strict-equals.js | 1 - .../test/unit/compress/expected/var.js | 1 - .../test/unit/compress/expected/with.js | 1 - .../test/unit/compress/test/array1.js | 3 - .../test/unit/compress/test/array2.js | 4 - .../test/unit/compress/test/array3.js | 4 - .../test/unit/compress/test/array4.js | 6 - .../test/unit/compress/test/assignment.js | 20 - .../test/unit/compress/test/concatstring.js | 3 - .../test/unit/compress/test/const.js | 5 - .../test/unit/compress/test/empty-blocks.js | 4 - .../test/unit/compress/test/forstatement.js | 10 - .../uglify-js/test/unit/compress/test/if.js | 6 - .../test/unit/compress/test/ifreturn.js | 9 - .../test/unit/compress/test/ifreturn2.js | 16 - .../test/unit/compress/test/issue10.js | 1 - .../test/unit/compress/test/issue11.js | 3 - .../test/unit/compress/test/issue13.js | 1 - .../test/unit/compress/test/issue14.js | 1 - .../test/unit/compress/test/issue16.js | 1 - .../test/unit/compress/test/issue17.js | 4 - .../test/unit/compress/test/issue20.js | 1 - .../test/unit/compress/test/issue21.js | 6 - .../test/unit/compress/test/issue25.js | 7 - .../test/unit/compress/test/issue27.js | 1 - .../test/unit/compress/test/issue28.js | 3 - .../test/unit/compress/test/issue29.js | 1 - .../test/unit/compress/test/issue30.js | 3 - .../test/unit/compress/test/issue34.js | 3 - .../test/unit/compress/test/issue4.js | 3 - .../test/unit/compress/test/issue48.js | 1 - .../test/unit/compress/test/issue50.js | 9 - .../test/unit/compress/test/issue53.js | 1 - .../test/unit/compress/test/issue54.1.js | 3 - .../test/unit/compress/test/issue68.js | 5 - .../test/unit/compress/test/issue69.js | 1 - .../test/unit/compress/test/issue9.js | 4 - .../test/unit/compress/test/mangle.js | 5 - .../test/unit/compress/test/strict-equals.js | 3 - .../uglify-js/test/unit/compress/test/var.js | 3 - .../uglify-js/test/unit/compress/test/with.js | 2 - .../uglify-js/test/unit/scripts.js | 55 - node/node_modules/uglify-js/tmp/hoist.js | 33 - node/node_modules/uglify-js/tmp/instrument.js | 97 - .../node_modules/uglify-js/tmp/instrument2.js | 138 - node/node_modules/uglify-js/tmp/test.js | 16 - node/node_modules/uglify-js/uglify-js.js | 17 - 1071 files changed, 30 insertions(+), 111662 deletions(-) create mode 100755 README.md delete mode 100644 node/node_modules/jade/.gitignore delete mode 100644 node/node_modules/jade/.gitmodules delete mode 100644 node/node_modules/jade/.npmignore delete mode 100644 node/node_modules/jade/History.md delete mode 100644 node/node_modules/jade/LICENSE delete mode 100644 node/node_modules/jade/Makefile delete mode 100644 node/node_modules/jade/Readme.md delete mode 100755 node/node_modules/jade/bin/jade delete mode 100644 node/node_modules/jade/examples/attributes.jade delete mode 100644 node/node_modules/jade/examples/attributes.js delete mode 100644 node/node_modules/jade/examples/code.jade delete mode 100644 node/node_modules/jade/examples/code.js delete mode 100644 node/node_modules/jade/examples/conditionals.jade delete mode 100644 node/node_modules/jade/examples/conditionals.js delete mode 100644 node/node_modules/jade/examples/csrf.jade delete mode 100644 node/node_modules/jade/examples/csrf.js delete mode 100644 node/node_modules/jade/examples/dynamicscript.jade delete mode 100644 node/node_modules/jade/examples/dynamicscript.js delete mode 100644 node/node_modules/jade/examples/each.jade delete mode 100644 node/node_modules/jade/examples/each.js delete mode 100644 node/node_modules/jade/examples/form.jade delete mode 100644 node/node_modules/jade/examples/form.js delete mode 100644 node/node_modules/jade/examples/includes.jade delete mode 100644 node/node_modules/jade/examples/includes.js delete mode 100644 node/node_modules/jade/examples/includes/foot.jade delete mode 100644 node/node_modules/jade/examples/includes/head.jade delete mode 100644 node/node_modules/jade/examples/includes/scripts.jade delete mode 100644 node/node_modules/jade/examples/includes/style.css delete mode 100644 node/node_modules/jade/examples/layout-debug.js delete mode 100644 node/node_modules/jade/examples/layout.jade delete mode 100644 node/node_modules/jade/examples/layout.js delete mode 100644 node/node_modules/jade/examples/mixins.jade delete mode 100644 node/node_modules/jade/examples/mixins.js delete mode 100644 node/node_modules/jade/examples/mixins/dialog.jade delete mode 100644 node/node_modules/jade/examples/mixins/profile.jade delete mode 100644 node/node_modules/jade/examples/model.jade delete mode 100644 node/node_modules/jade/examples/model.js delete mode 100644 node/node_modules/jade/examples/nested-filters.jade delete mode 100644 node/node_modules/jade/examples/nested-filters.js delete mode 100644 node/node_modules/jade/examples/rss.jade delete mode 100644 node/node_modules/jade/examples/rss.js delete mode 100644 node/node_modules/jade/examples/text.jade delete mode 100644 node/node_modules/jade/examples/text.js delete mode 100644 node/node_modules/jade/examples/whitespace.jade delete mode 100644 node/node_modules/jade/examples/whitespace.js delete mode 100644 node/node_modules/jade/index.js delete mode 100644 node/node_modules/jade/jade.js delete mode 100644 node/node_modules/jade/jade.min.js delete mode 100644 node/node_modules/jade/lib/compiler.js delete mode 100644 node/node_modules/jade/lib/doctypes.js delete mode 100644 node/node_modules/jade/lib/filters.js delete mode 120000 node/node_modules/jade/lib/index.js delete mode 100644 node/node_modules/jade/lib/inline-tags.js delete mode 100644 node/node_modules/jade/lib/jade.js delete mode 100644 node/node_modules/jade/lib/lexer.js delete mode 100644 node/node_modules/jade/lib/nodes/block-comment.js delete mode 100644 node/node_modules/jade/lib/nodes/block.js delete mode 100644 node/node_modules/jade/lib/nodes/code.js delete mode 100644 node/node_modules/jade/lib/nodes/comment.js delete mode 100644 node/node_modules/jade/lib/nodes/doctype.js delete mode 100644 node/node_modules/jade/lib/nodes/each.js delete mode 100644 node/node_modules/jade/lib/nodes/filter.js delete mode 100644 node/node_modules/jade/lib/nodes/index.js delete mode 100644 node/node_modules/jade/lib/nodes/literal.js delete mode 100644 node/node_modules/jade/lib/nodes/mixin.js delete mode 100644 node/node_modules/jade/lib/nodes/node.js delete mode 100644 node/node_modules/jade/lib/nodes/tag.js delete mode 100644 node/node_modules/jade/lib/nodes/text.js delete mode 100644 node/node_modules/jade/lib/parser.js delete mode 100644 node/node_modules/jade/lib/runtime.js delete mode 100644 node/node_modules/jade/lib/self-closing.js delete mode 100644 node/node_modules/jade/lib/utils.js delete mode 100644 node/node_modules/jade/package.json delete mode 100644 node/node_modules/jade/runtime.js delete mode 100644 node/node_modules/jade/runtime.min.js delete mode 100644 node/node_modules/jade/support/benchmark.js delete mode 100644 node/node_modules/jade/support/coffee-script/.gitignore delete mode 100644 node/node_modules/jade/support/coffee-script/Cakefile delete mode 100644 node/node_modules/jade/support/coffee-script/LICENSE delete mode 100644 node/node_modules/jade/support/coffee-script/README delete mode 100644 node/node_modules/jade/support/coffee-script/Rakefile delete mode 100755 node/node_modules/jade/support/coffee-script/bin/cake delete mode 100755 node/node_modules/jade/support/coffee-script/bin/coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/aliases.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/array_comprehensions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/block_comment.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/cake_tasks.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/classes.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/comparisons.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/conditionals.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/embedded.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/existence.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/expressions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_assignment.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_comprehension.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_try.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/fat_arrow.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/functions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/heredocs.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation_expression.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/multiple_return_values.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/object_comprehensions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/object_extraction.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/objects_and_arrays.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/objects_reserved.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/overview.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/parallel_assignment.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/patterns_and_splats.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/prototypes.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/range_comprehensions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/scope.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/slices.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/soaks.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/splats.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/splices.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/strings.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/switch.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/try.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/coffee/while.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/css/docs.css delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/css/idle.css delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/browser.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/cake.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/coffee-script.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/command.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/docco.css delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/grammar.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/helpers.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/index.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/lexer.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/nodes.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/optparse.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/repl.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/rewriter.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/scope.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/docs/underscore.html delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/images/favicon.ico delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/images/logo.png delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/index.html.erb delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/aliases.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/array_comprehensions.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/block_comment.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/cake_tasks.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/classes.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/comparisons.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/conditionals.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/embedded.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/existence.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/expressions.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/expressions_assignment.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/expressions_comprehension.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/expressions_try.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/fat_arrow.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/functions.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/heredocs.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/interpolation.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/interpolation_expression.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/multiple_return_values.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/object_comprehensions.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/object_extraction.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/objects_and_arrays.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/objects_reserved.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/overview.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/parallel_assignment.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/patterns_and_splats.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/prototypes.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/range_comprehensions.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/scope.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/slices.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/soaks.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/splats.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/splices.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/strings.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/switch.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/try.js delete mode 100644 node/node_modules/jade/support/coffee-script/documentation/js/while.js delete mode 100644 node/node_modules/jade/support/coffee-script/examples/beautiful_code/binary_search.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/beautiful_code/quicksort_runtime.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/beautiful_code/regular_expression_matcher.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/blocks.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/code.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/README delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/binary_search.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/bubble_sort.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/linked_list.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/luhn_algorithm.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/merge_sort.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/computer_science/selection_sort.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/poignant.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/potion.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/underscore.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/examples/web_server.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/extras/EXTRAS delete mode 100644 node/node_modules/jade/support/coffee-script/extras/coffee-script.js delete mode 100644 node/node_modules/jade/support/coffee-script/extras/jsl.conf delete mode 100644 node/node_modules/jade/support/coffee-script/index.html delete mode 100644 node/node_modules/jade/support/coffee-script/lib/browser.js delete mode 100755 node/node_modules/jade/support/coffee-script/lib/cake.js delete mode 100755 node/node_modules/jade/support/coffee-script/lib/coffee-script.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/command.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/grammar.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/helpers.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/index.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/lexer.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/nodes.js delete mode 100755 node/node_modules/jade/support/coffee-script/lib/optparse.js delete mode 100755 node/node_modules/jade/support/coffee-script/lib/parser.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/repl.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/rewriter.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/scope.js delete mode 100644 node/node_modules/jade/support/coffee-script/lib/utilities.js delete mode 100644 node/node_modules/jade/support/coffee-script/package.json delete mode 100644 node/node_modules/jade/support/coffee-script/src/browser.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/cake.coffee delete mode 100755 node/node_modules/jade/support/coffee-script/src/coffee-script.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/command.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/grammar.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/helpers.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/index.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/lexer.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/nodes.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/optparse.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/repl.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/rewriter.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/src/scope.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test.html delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_arguments.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_assignment.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_break.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_chaining.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_classes.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_comments.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_compilation.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_compound_assignment.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_comprehensions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_existence.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_expressions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_functions.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_helpers.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_heredocs.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_if.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_importing.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_literals.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_module.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_operations.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_option_parser.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_pattern_matching.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_ranges_slices_and_splices.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_regexps.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_returns.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_splats.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_strings.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_switch.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_try_catch.coffee delete mode 100644 node/node_modules/jade/support/coffee-script/test/test_while.coffee delete mode 100644 node/node_modules/jade/support/compile.js delete mode 100644 node/node_modules/jade/support/expresso/.gitignore delete mode 100644 node/node_modules/jade/support/expresso/.gitmodules delete mode 100644 node/node_modules/jade/support/expresso/History.md delete mode 100644 node/node_modules/jade/support/expresso/Makefile delete mode 100644 node/node_modules/jade/support/expresso/Readme.md delete mode 100755 node/node_modules/jade/support/expresso/bin/expresso delete mode 100644 node/node_modules/jade/support/expresso/docs/api.html delete mode 100644 node/node_modules/jade/support/expresso/docs/index.html delete mode 100644 node/node_modules/jade/support/expresso/docs/index.md delete mode 100644 node/node_modules/jade/support/expresso/docs/layout/foot.html delete mode 100644 node/node_modules/jade/support/expresso/docs/layout/head.html delete mode 100644 node/node_modules/jade/support/expresso/lib/bar.js delete mode 100644 node/node_modules/jade/support/expresso/lib/foo.js delete mode 100644 node/node_modules/jade/support/expresso/package.json delete mode 100644 node/node_modules/jade/support/expresso/test/assert.test.js delete mode 100644 node/node_modules/jade/support/expresso/test/async.test.js delete mode 100644 node/node_modules/jade/support/expresso/test/bar.test.js delete mode 100644 node/node_modules/jade/support/expresso/test/foo.test.js delete mode 100644 node/node_modules/jade/support/expresso/test/http.test.js delete mode 100644 node/node_modules/jade/support/expresso/test/serial/async.test.js delete mode 100644 node/node_modules/jade/support/expresso/test/serial/http.test.js delete mode 100644 node/node_modules/jade/support/foot.js delete mode 100644 node/node_modules/jade/support/head.js delete mode 100644 node/node_modules/jade/support/sass/.gitignore delete mode 100644 node/node_modules/jade/support/sass/History.md delete mode 100644 node/node_modules/jade/support/sass/Makefile delete mode 100644 node/node_modules/jade/support/sass/Readme.md delete mode 120000 node/node_modules/jade/support/sass/index.js delete mode 100644 node/node_modules/jade/support/sass/lib/sass.js delete mode 100644 node/node_modules/jade/support/sass/package.json delete mode 100644 node/node_modules/jade/support/sass/seed.yml delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/collect.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/comment.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/comment.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/continuation.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/continuation.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/literal.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/literal.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/mixin.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/mixin.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/mixin.undefined.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.expand.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.expand.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.invalid.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.nested.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.nested.invalid.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.nested.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/properties.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/selectors.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/selectors.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/variables.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/variables.regular.css delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/variables.regular.sass delete mode 100644 node/node_modules/jade/support/sass/spec/fixtures/variables.sass delete mode 100644 node/node_modules/jade/support/sass/spec/lib/images/bg.png delete mode 100644 node/node_modules/jade/support/sass/spec/lib/images/hr.png delete mode 100644 node/node_modules/jade/support/sass/spec/lib/images/loading.gif delete mode 100644 node/node_modules/jade/support/sass/spec/lib/images/sprites.bg.png delete mode 100644 node/node_modules/jade/support/sass/spec/lib/images/sprites.png delete mode 100644 node/node_modules/jade/support/sass/spec/lib/images/vr.png delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.css delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.growl.js delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.jquery.js delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.js delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.nodejs.js delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.shell.js delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.timers.js delete mode 100644 node/node_modules/jade/support/sass/spec/lib/jspec.xhr.js delete mode 100644 node/node_modules/jade/support/sass/spec/node.js delete mode 100644 node/node_modules/jade/support/sass/spec/spec.core.js delete mode 100644 node/node_modules/jade/support/stylus/.gitignore delete mode 100644 node/node_modules/jade/support/stylus/.gitmodules delete mode 100644 node/node_modules/jade/support/stylus/.npmignore delete mode 100644 node/node_modules/jade/support/stylus/History.md delete mode 100644 node/node_modules/jade/support/stylus/LICENSE delete mode 100644 node/node_modules/jade/support/stylus/Makefile delete mode 100644 node/node_modules/jade/support/stylus/Readme.md delete mode 100755 node/node_modules/jade/support/stylus/bin/stylus delete mode 100755 node/node_modules/jade/support/stylus/bin/stylus-tutorial delete mode 100644 node/node_modules/jade/support/stylus/bm.js delete mode 100644 node/node_modules/jade/support/stylus/docs/bifs.md delete mode 100644 node/node_modules/jade/support/stylus/docs/comments.md delete mode 100644 node/node_modules/jade/support/stylus/docs/compare.md delete mode 100644 node/node_modules/jade/support/stylus/docs/conditionals.md delete mode 100644 node/node_modules/jade/support/stylus/docs/css-style.md delete mode 100644 node/node_modules/jade/support/stylus/docs/error-reporting.md delete mode 100644 node/node_modules/jade/support/stylus/docs/escape.md delete mode 100644 node/node_modules/jade/support/stylus/docs/executable.md delete mode 100644 node/node_modules/jade/support/stylus/docs/font-face.md delete mode 100644 node/node_modules/jade/support/stylus/docs/functions.md delete mode 100644 node/node_modules/jade/support/stylus/docs/functions.url.md delete mode 100644 node/node_modules/jade/support/stylus/docs/import.md delete mode 100644 node/node_modules/jade/support/stylus/docs/interpolation.md delete mode 100644 node/node_modules/jade/support/stylus/docs/introspection.md delete mode 100644 node/node_modules/jade/support/stylus/docs/iteration.md delete mode 100644 node/node_modules/jade/support/stylus/docs/js.md delete mode 100644 node/node_modules/jade/support/stylus/docs/keyframes.md delete mode 100644 node/node_modules/jade/support/stylus/docs/literal.md delete mode 100644 node/node_modules/jade/support/stylus/docs/media.md delete mode 100644 node/node_modules/jade/support/stylus/docs/middleware.md delete mode 100644 node/node_modules/jade/support/stylus/docs/mixins.md delete mode 100644 node/node_modules/jade/support/stylus/docs/operators.md delete mode 100644 node/node_modules/jade/support/stylus/docs/selectors.md delete mode 100644 node/node_modules/jade/support/stylus/docs/textmate.md delete mode 100644 node/node_modules/jade/support/stylus/docs/vargs.md delete mode 100644 node/node_modules/jade/support/stylus/docs/variables.md delete mode 100644 node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage delete mode 100644 node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/info.plist delete mode 100644 node/node_modules/jade/support/stylus/examples/arithmetic.js delete mode 100644 node/node_modules/jade/support/stylus/examples/arithmetic.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/basic.js delete mode 100644 node/node_modules/jade/support/stylus/examples/basic.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/builtins.js delete mode 100644 node/node_modules/jade/support/stylus/examples/builtins.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/comments.js delete mode 100644 node/node_modules/jade/support/stylus/examples/comments.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/compress.js delete mode 100644 node/node_modules/jade/support/stylus/examples/conversions.js delete mode 100644 node/node_modules/jade/support/stylus/examples/conversions.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/functions.js delete mode 100644 node/node_modules/jade/support/stylus/examples/functions.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/images.js delete mode 100644 node/node_modules/jade/support/stylus/examples/images.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/images/gopher.jpg delete mode 100644 node/node_modules/jade/support/stylus/examples/images/jesus.gif delete mode 100644 node/node_modules/jade/support/stylus/examples/images/sprite.gif delete mode 100644 node/node_modules/jade/support/stylus/examples/implicit-functions.js delete mode 100644 node/node_modules/jade/support/stylus/examples/implicit-functions.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/import.js delete mode 100644 node/node_modules/jade/support/stylus/examples/import.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/js-functions.js delete mode 100644 node/node_modules/jade/support/stylus/examples/js-functions.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/literal.js delete mode 100644 node/node_modules/jade/support/stylus/examples/literal.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/middleware.js delete mode 100644 node/node_modules/jade/support/stylus/examples/mixins/box.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/nesting.js delete mode 100644 node/node_modules/jade/support/stylus/examples/nesting.styl delete mode 100644 node/node_modules/jade/support/stylus/examples/public/.gitignore delete mode 100644 node/node_modules/jade/support/stylus/examples/variables.js delete mode 100644 node/node_modules/jade/support/stylus/examples/variables.styl delete mode 100644 node/node_modules/jade/support/stylus/index.js delete mode 100644 node/node_modules/jade/support/stylus/lib/colors.js delete mode 100644 node/node_modules/jade/support/stylus/lib/convert/css.js delete mode 100644 node/node_modules/jade/support/stylus/lib/functions/image.js delete mode 100644 node/node_modules/jade/support/stylus/lib/functions/index.js delete mode 100644 node/node_modules/jade/support/stylus/lib/functions/index.styl delete mode 100644 node/node_modules/jade/support/stylus/lib/functions/url.js delete mode 100644 node/node_modules/jade/support/stylus/lib/lexer.js delete mode 100644 node/node_modules/jade/support/stylus/lib/middleware.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/binop.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/block.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/boolean.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/call.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/charset.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/each.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/expression.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/function.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/group.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/hsla.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/ident.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/if.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/import.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/index.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/keyframes.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/literal.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/media.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/node.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/null.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/page.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/params.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/property.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/return.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/rgba.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/root.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/selector.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/string.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/ternary.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/unaryop.js delete mode 100644 node/node_modules/jade/support/stylus/lib/nodes/unit.js delete mode 100644 node/node_modules/jade/support/stylus/lib/parser.js delete mode 100644 node/node_modules/jade/support/stylus/lib/renderer.js delete mode 100644 node/node_modules/jade/support/stylus/lib/stack/frame.js delete mode 100644 node/node_modules/jade/support/stylus/lib/stack/index.js delete mode 100644 node/node_modules/jade/support/stylus/lib/stack/scope.js delete mode 100644 node/node_modules/jade/support/stylus/lib/stylus.js delete mode 100644 node/node_modules/jade/support/stylus/lib/token.js delete mode 100644 node/node_modules/jade/support/stylus/lib/utils.js delete mode 100644 node/node_modules/jade/support/stylus/lib/visitor/compiler.js delete mode 100644 node/node_modules/jade/support/stylus/lib/visitor/evaluator.js delete mode 100644 node/node_modules/jade/support/stylus/lib/visitor/index.js delete mode 100644 node/node_modules/jade/support/stylus/package.json delete mode 100644 node/node_modules/jade/support/stylus/test/cases/arithmetic.color.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/arithmetic.color.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/arithmetic.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/arithmetic.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.components.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.components.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.dark.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.dark.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.image-size.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.image-size.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.join.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.join.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.last.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.last.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.length.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.length.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.light.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.light.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.lookup.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.lookup.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.match.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.match.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.rgba.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.rgba.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.type.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.type.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.unit.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.unit.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.unquote.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.unquote.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.url.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/bifs.url.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/coercion.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/coercion.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/comments.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/comments.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/compress.units.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/compress.units.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/conditional-assignment.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/conditional-assignment.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.if.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.if.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.keyframes.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.keyframes.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.large.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.large.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.media.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.media.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.root.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.root.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.mixins.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.selectors.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.selectors.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.whitespace.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/css.whitespace.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/escape.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/escape.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/for.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/for.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/for.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/for.function.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/for.function.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/for.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/function.arguments.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/function.arguments.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/function.literals.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/function.literals.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.call.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.call.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.defaults.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.defaults.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.multi-line.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.multi-line.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.nested.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.nested.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.property.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.property.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.return.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.return.each.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.return.each.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.return.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.variable.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/functions.variable.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.else.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.else.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.mixin.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.mixin.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.postfix.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.postfix.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.selectors.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.selectors.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/if.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.basic.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.basic.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.basic/a.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.basic/b.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.basic/c.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.complex/a.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.complex/c.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.complex/nested/b.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.index.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.index.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.index/vendor/a.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.index/vendor/b.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.index/vendor/c.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.index/vendor/index.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.literal.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.literal.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.mixins.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.mixins.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.ordering.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.ordering.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.ordering/five.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.ordering/four.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/import.ordering/two.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/important.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/important.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/interpolation.properties.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/interpolation.properties.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/introspection.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/introspection.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/jquery.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/jquery.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/list.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/list.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/literal.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/literal.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/media.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/media.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.conditional.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.conditional.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.order.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixin.order.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.conditional.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.conditional.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.nested.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.nested.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.order.2.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.order.2.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.return.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.return.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.root.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins.root.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/mixins/box.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operator.range.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operator.range.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.equality.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.equality.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.in.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.in.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.mixins.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.mixins.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.precedence.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.precedence.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.subscript.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/operators.subscript.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/page.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/page.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/parent.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/parent.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/properties.colons.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/properties.colons.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/properties.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/properties.one-line.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/properties.one-line.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/properties.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.127.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.127.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.130.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.130.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.131.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.131.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.137.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.137.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.139.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.139.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.142.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.142.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.146.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.146.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.153.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.153.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.154.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.154.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.156.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/regression.156.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/rule.charset.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/rule.charset.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/rulset.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/rulset.newline.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/rulset.newline.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/rulset.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/scope.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/scope.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/scope.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/scope.nested.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/scope.nested.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/scope.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.complex.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.complex.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.nested.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.nested.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/selectors.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/self-assignment.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/self-assignment.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/vargs.call.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/vargs.call.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/vargs.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/vargs.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/variable.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/variable.styl delete mode 100644 node/node_modules/jade/support/stylus/test/cases/variables.css delete mode 100644 node/node_modules/jade/support/stylus/test/cases/variables.styl delete mode 100644 node/node_modules/jade/support/stylus/test/images/gif delete mode 100644 node/node_modules/jade/support/stylus/test/images/squirrel.jpeg delete mode 100644 node/node_modules/jade/support/stylus/test/images/tux.png delete mode 100644 node/node_modules/jade/support/stylus/test/run.js delete mode 100644 node/node_modules/jade/test/filters.test.js delete mode 100644 node/node_modules/jade/test/fixtures/invalid.jade delete mode 100644 node/node_modules/jade/test/fixtures/layout.jade delete mode 100644 node/node_modules/jade/test/jade.test.js delete mode 100644 node/node_modules/node-static/LICENSE delete mode 100644 node/node_modules/node-static/README.md delete mode 100644 node/node_modules/node-static/benchmark/node-static-0.3.0.txt delete mode 100644 node/node_modules/node-static/examples/file-server.js delete mode 100644 node/node_modules/node-static/lib/node-static.js delete mode 100644 node/node_modules/node-static/lib/node-static/mime.js delete mode 100644 node/node_modules/node-static/lib/node-static/util.js delete mode 100644 node/node_modules/node-static/package.json delete mode 100644 node/node_modules/socket.io-client/.gitignore delete mode 100644 node/node_modules/socket.io-client/.npmignore delete mode 100644 node/node_modules/socket.io-client/History.md delete mode 100644 node/node_modules/socket.io-client/Makefile delete mode 100644 node/node_modules/socket.io-client/README.md delete mode 100755 node/node_modules/socket.io-client/bin/builder.js delete mode 100644 node/node_modules/socket.io-client/dist/WebSocketMain.swf delete mode 100644 node/node_modules/socket.io-client/dist/WebSocketMainInsecure.swf delete mode 100644 node/node_modules/socket.io-client/dist/socket.io.js delete mode 100644 node/node_modules/socket.io-client/dist/socket.io.min.js delete mode 100644 node/node_modules/socket.io-client/lib/events.js delete mode 100644 node/node_modules/socket.io-client/lib/io.js delete mode 100644 node/node_modules/socket.io-client/lib/json.js delete mode 100644 node/node_modules/socket.io-client/lib/namespace.js delete mode 100644 node/node_modules/socket.io-client/lib/parser.js delete mode 120000 node/node_modules/socket.io-client/lib/socket.io-client.js delete mode 100644 node/node_modules/socket.io-client/lib/socket.js delete mode 100644 node/node_modules/socket.io-client/lib/transport.js delete mode 100644 node/node_modules/socket.io-client/lib/transports/flashsocket.js delete mode 100644 node/node_modules/socket.io-client/lib/transports/htmlfile.js delete mode 100644 node/node_modules/socket.io-client/lib/transports/jsonp-polling.js delete mode 100644 node/node_modules/socket.io-client/lib/transports/websocket.js delete mode 100644 node/node_modules/socket.io-client/lib/transports/xhr-polling.js delete mode 100644 node/node_modules/socket.io-client/lib/transports/xhr.js delete mode 100644 node/node_modules/socket.io-client/lib/util.js delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/.gitignore delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/README.md delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/WebSocketMain.swf delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/WebSocketMainInsecure.zip delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/IWebSocketLogger.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocket.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketEvent.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMain.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMainInsecure.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/build.sh delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/adobe/net/proxies/RFC2817Socket.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/gsolo/encryption/MD5.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/Crypto.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/MozillaRootCertificates.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509Certificate.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509CertificateCollection.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/HMAC.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHMAC.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHash.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MAC.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MD2.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MD5.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA1.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA224.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA256.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHABase.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/prng/ARC4.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/prng/IPRNG.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/prng/Random.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/prng/TLSPRF.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/rsa/RSAKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/AESKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/BlowFishKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CBCMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CFB8Mode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CFBMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CTRMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/DESKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/ECBMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/ICipher.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/IMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/IPad.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/IStreamCipher.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/ISymmetricKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/IVMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/NullPad.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/OFBMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/PKCS5.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SSLPad.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SimpleIVMode.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TLSPad.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TripleDESKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/XTeaKey.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/aeskey.pl delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/dump.txt delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/AESKeyTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/ARC4Test.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/BigIntegerTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/BlowFishKeyTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/CBCModeTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/CFB8ModeTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/CFBModeTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/CTRModeTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/DESKeyTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/ECBModeTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/HMACTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/ITestHarness.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/MD2Test.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/MD5Test.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/OFBModeTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/RSAKeyTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/SHA1Test.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/SHA224Test.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/SHA256Test.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/TLSPRFTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/TestCase.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/TripleDESKeyTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tests/XTeaKeyTest.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/BulkCiphers.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/CipherSuites.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/IConnectionState.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/ISecurityParameters.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/KeyExchanges.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/MACs.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/SSLConnectionState.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/SSLEvent.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/SSLSecurityParameters.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSConfig.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSConnectionState.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSEngine.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSError.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSEvent.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSSecurityParameters.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSSocket.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSSocketEvent.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/TLSTest.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/BarrettReduction.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/BigInteger.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/ClassicReduction.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/MontgomeryReduction.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/NullReduction.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/bi_internal.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/ArrayUtil.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/Base64.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/Hex.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/Memory.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/ByteString.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/DER.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/IAsn1Type.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/Integer.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/OID.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/ObjectIdentifier.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/PEM.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/PrintableString.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/Sequence.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/Set.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/Type.as delete mode 100755 node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/UTCTime.as delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/sample.html delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/swfobject.js delete mode 100644 node/node_modules/socket.io-client/lib/vendor/web-socket-js/web_socket.js delete mode 100644 node/node_modules/socket.io-client/package.json delete mode 100644 node/node_modules/socket.io-client/support/should.js delete mode 100644 node/node_modules/socket.io-client/support/test-runner/app.js delete mode 100644 node/node_modules/socket.io-client/support/test-runner/index.jade delete mode 100644 node/node_modules/socket.io-client/support/test-runner/public/javascript/jquery.js delete mode 100644 node/node_modules/socket.io-client/support/test-runner/public/javascript/runner.js delete mode 100644 node/node_modules/socket.io-client/support/test-runner/public/javascript/script.js delete mode 100644 node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.css delete mode 100644 node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.styl delete mode 100644 node/node_modules/socket.io-client/test/events.test.js delete mode 100644 node/node_modules/socket.io-client/test/io.test.js delete mode 100644 node/node_modules/socket.io-client/test/node/builder.common.js delete mode 100644 node/node_modules/socket.io-client/test/node/builder.test.js delete mode 100644 node/node_modules/socket.io-client/test/parser.test.js delete mode 100644 node/node_modules/socket.io-client/test/socket.test.js delete mode 100644 node/node_modules/socket.io-client/test/util.test.js delete mode 100644 node/node_modules/socket.io/.gitignore delete mode 100644 node/node_modules/socket.io/.npmignore delete mode 100644 node/node_modules/socket.io/History.md delete mode 100644 node/node_modules/socket.io/Makefile delete mode 100644 node/node_modules/socket.io/Readme.md delete mode 100644 node/node_modules/socket.io/examples/chat/app.js delete mode 100644 node/node_modules/socket.io/examples/chat/index.jade delete mode 100644 node/node_modules/socket.io/examples/chat/package.json delete mode 100644 node/node_modules/socket.io/examples/chat/public/stylesheets/mixins.styl delete mode 100644 node/node_modules/socket.io/examples/chat/public/stylesheets/style.css delete mode 100644 node/node_modules/socket.io/examples/chat/public/stylesheets/style.styl delete mode 100644 node/node_modules/socket.io/examples/irc-output/app.js delete mode 100644 node/node_modules/socket.io/examples/irc-output/index.jade delete mode 100644 node/node_modules/socket.io/examples/irc-output/irc.js delete mode 100644 node/node_modules/socket.io/examples/irc-output/package.json delete mode 100644 node/node_modules/socket.io/examples/irc-output/public/stylesheets/style.styl delete mode 100644 node/node_modules/socket.io/index.js delete mode 100644 node/node_modules/socket.io/lib/logger.js delete mode 100644 node/node_modules/socket.io/lib/manager.js delete mode 100644 node/node_modules/socket.io/lib/namespace.js delete mode 100644 node/node_modules/socket.io/lib/parser.js delete mode 100644 node/node_modules/socket.io/lib/socket.io.js delete mode 100644 node/node_modules/socket.io/lib/socket.js delete mode 100644 node/node_modules/socket.io/lib/store.js delete mode 100644 node/node_modules/socket.io/lib/stores/memory.js delete mode 100644 node/node_modules/socket.io/lib/stores/redis.js delete mode 100644 node/node_modules/socket.io/lib/transport.js delete mode 100644 node/node_modules/socket.io/lib/transports/flashsocket.js delete mode 100644 node/node_modules/socket.io/lib/transports/htmlfile.js delete mode 100644 node/node_modules/socket.io/lib/transports/http-polling.js delete mode 100644 node/node_modules/socket.io/lib/transports/http.js delete mode 100644 node/node_modules/socket.io/lib/transports/index.js delete mode 100644 node/node_modules/socket.io/lib/transports/jsonp-polling.js delete mode 100644 node/node_modules/socket.io/lib/transports/websocket.js delete mode 100644 node/node_modules/socket.io/lib/transports/websocket/default.js delete mode 100644 node/node_modules/socket.io/lib/transports/websocket/hybi-07-12.js delete mode 100644 node/node_modules/socket.io/lib/transports/websocket/index.js delete mode 100644 node/node_modules/socket.io/lib/transports/xhr-polling.js delete mode 100644 node/node_modules/socket.io/lib/util.js delete mode 100644 node/node_modules/socket.io/package.json delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/LICENSE delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/Makefile delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/README.md delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/examples/client-unix.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/examples/client.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/examples/server-unix.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/lib/websocket.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/package.json delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-basic.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-client-close.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-readonly-attrs.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-ready-state.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-server-close.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-unix-send-fd.js delete mode 100644 node/node_modules/socket.io/support/node-websocket-client/test/test-unix-sockets.js delete mode 100644 node/node_modules/socket.io/test/common.js delete mode 100644 node/node_modules/socket.io/test/fixtures/cert.crt delete mode 100644 node/node_modules/socket.io/test/fixtures/key.key delete mode 100644 node/node_modules/socket.io/test/io.test.js delete mode 100644 node/node_modules/socket.io/test/leaks/socket.leaktest.js delete mode 100644 node/node_modules/socket.io/test/manager.test.js delete mode 100644 node/node_modules/socket.io/test/namespace.test.js delete mode 100644 node/node_modules/socket.io/test/parser.test.js delete mode 100644 node/node_modules/socket.io/test/socket.js delete mode 100644 node/node_modules/socket.io/test/stores.memory.test.js delete mode 100644 node/node_modules/socket.io/test/stores.redis.test.js delete mode 100644 node/node_modules/socket.io/test/transports.flashsocket.test.js delete mode 100644 node/node_modules/socket.io/test/transports.htmlfile.test.js delete mode 100644 node/node_modules/socket.io/test/transports.jsonp-polling.test.js delete mode 100644 node/node_modules/socket.io/test/transports.websocket.hybi07-12.parser.test.js delete mode 100644 node/node_modules/socket.io/test/transports.websocket.test.js delete mode 100644 node/node_modules/socket.io/test/transports.xhr-polling.test.js delete mode 100644 node/node_modules/uglify-js/.gitignore delete mode 100644 node/node_modules/uglify-js/README.html delete mode 100644 node/node_modules/uglify-js/README.org delete mode 100755 node/node_modules/uglify-js/bin/uglifyjs delete mode 100644 node/node_modules/uglify-js/docstyle.css delete mode 100644 node/node_modules/uglify-js/lib/object-ast.js delete mode 100644 node/node_modules/uglify-js/lib/parse-js.js delete mode 100644 node/node_modules/uglify-js/lib/process.js delete mode 100644 node/node_modules/uglify-js/lib/squeeze-more.js delete mode 100644 node/node_modules/uglify-js/package.json delete mode 100755 node/node_modules/uglify-js/test/beautify.js delete mode 100755 node/node_modules/uglify-js/test/testparser.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/array1.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/array2.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/array3.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/array4.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/assignment.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/concatstring.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/const.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/empty-blocks.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/forstatement.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/if.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/ifreturn.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/ifreturn2.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue10.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue11.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue13.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue14.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue16.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue17.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue20.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue21.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue25.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue27.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue28.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue29.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue30.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue34.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue4.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue48.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue50.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue53.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue54.1.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue68.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue69.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/issue9.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/mangle.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/strict-equals.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/var.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/expected/with.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/array1.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/array2.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/array3.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/array4.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/assignment.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/concatstring.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/const.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/forstatement.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/if.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/ifreturn.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/ifreturn2.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue10.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue11.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue13.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue14.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue16.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue17.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue20.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue21.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue25.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue27.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue28.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue29.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue30.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue34.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue4.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue48.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue50.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue53.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue54.1.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue68.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue69.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/issue9.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/mangle.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/strict-equals.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/var.js delete mode 100644 node/node_modules/uglify-js/test/unit/compress/test/with.js delete mode 100644 node/node_modules/uglify-js/test/unit/scripts.js delete mode 100644 node/node_modules/uglify-js/tmp/hoist.js delete mode 100644 node/node_modules/uglify-js/tmp/instrument.js delete mode 100644 node/node_modules/uglify-js/tmp/instrument2.js delete mode 100755 node/node_modules/uglify-js/tmp/test.js delete mode 100644 node/node_modules/uglify-js/uglify-js.js diff --git a/.gitignore b/.gitignore index 0a89293..6d95f87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -*.DS_* \ No newline at end of file +*.DS_* +node/node_modules/ +node_modules/ diff --git a/README.md b/README.md new file mode 100755 index 0000000..518e502 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Installation + +*Install the dependencies + $npm install jade + + $npm install node-static + + $npm install uglify-js + + $npm install socket.io + + $npm install socket.io-client + +*Edit the configuration file + $nano node/config.json + +*If you're using SSL, create your certificate and key, place it in the node foder. + +# Running + $node node/kiwi.js + +# Bugs +Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues + +# Licence + +To be decided \ No newline at end of file diff --git a/node/node_modules/jade/.gitignore b/node/node_modules/jade/.gitignore deleted file mode 100644 index 5eb48f0..0000000 --- a/node/node_modules/jade/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.DS_Store -lib-cov -testing -node_modules diff --git a/node/node_modules/jade/.gitmodules b/node/node_modules/jade/.gitmodules deleted file mode 100644 index b5b4321..0000000 --- a/node/node_modules/jade/.gitmodules +++ /dev/null @@ -1,21 +0,0 @@ -[submodule "support/expresso"] - path = support/expresso - url = git://github.com/visionmedia/expresso.git -[submodule "support/sass"] - path = support/sass - url = git://github.com/visionmedia/sass.js.git -[submodule "benchmarks/haml-js"] - path = benchmarks/haml-js - url = git://github.com/creationix/haml-js.git -[submodule "benchmarks/ejs"] - path = benchmarks/ejs - url = git://github.com/visionmedia/ejs.git -[submodule "benchmarks/haml"] - path = benchmarks/haml - url = git://github.com/visionmedia/haml.js.git -[submodule "support/coffee-script"] - path = support/coffee-script - url = http://github.com/jashkenas/coffee-script.git -[submodule "support/stylus"] - path = support/stylus - url = git://github.com/LearnBoost/stylus.git diff --git a/node/node_modules/jade/.npmignore b/node/node_modules/jade/.npmignore deleted file mode 100644 index 10fd0d4..0000000 --- a/node/node_modules/jade/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -test -support -benchmarks -examples diff --git a/node/node_modules/jade/History.md b/node/node_modules/jade/History.md deleted file mode 100644 index 790a98b..0000000 --- a/node/node_modules/jade/History.md +++ /dev/null @@ -1,437 +0,0 @@ - -0.15.4 / 2011-09-05 -================== - - * Fixed script template html. Closes #316 - * Revert "Fixed script() tag with trailing ".". Closes #314" - -0.15.3 / 2011-08-30 -================== - - * Added Makefile example. Closes #312 - * Fixed script() tag with trailing ".". Closes #314 - -0.15.2 / 2011-08-26 -================== - - * Fixed new conditional boundaries. Closes #307 - -0.15.1 / 2011-08-26 -================== - - * Fixed jade(1) support due to `res.render()` removal - * Removed --watch support (use a makefile + watch...) - -0.15.0 / 2011-08-26 -================== - - * Added `client` option to reference runtime helpers - * Added `Array.isArray()` for runtime.js as well - * Added `Object.keys()` for the client-side runtime - * Added first-class `if`, `unless`, `else` and `else if` support - * Added first-class `each` / `for` support - * Added `make benchmark` for continuous-bench - * Removed `inline` option, SS helpers are no longer inlined either - * Removed `Parser#debug()` - * Removed `jade.render()` and `jade.renderFile()` - * Fixed runtime.js `escape()` bug causing window.escape to be used - * Fixed a bunch of tests - -0.14.2 / 2011-08-16 -================== - - * Added `include` support for non-jade files - * Fixed code indentation when followed by newline(s). Closes #295 [reported by masylum] - -0.14.1 / 2011-08-14 -================== - - * Added `colons` option for everyone stuck with ":". Closes #231 - * Optimization: consecutive lines are merged in compiled js - -0.14.0 / 2011-08-08 -================== - - * Added array iteration with index example. Closes #276 - * Added _runtime.js_ - * Added `compileDebug` option to enable lineno instrumentation - * Added `inline` option to disable inlining of helpers (for client-side) - -0.13.0 / 2011-07-13 -================== - - * Added `mixin` support - * Added `include` support - * Added array support for the class attribute - -0.12.4 / 2011-06-23 -================== - - * Fixed filter indentation bug. Closes #243 - -0.12.3 / 2011-06-21 -================== - - * Fixed empty strings support. Closes #223 - * Fixed conditional comments documentation. Closes #245 - -0.12.2 / 2011-06-16 -================== - - * Fixed `make test` - * Fixed block comments - -0.12.1 / 2011-06-04 -================== - - * Fixed attribute interpolation with double quotes. Fixes #232 [topaxi] - -0.12.0 / 2011-06-03 -================== - - * Added `doctype` as alias of `!!!` - * Added; doctype value is now case-insensitive - * Added attribute interpolation support - * Fixed; retain original indentation spaces in text blocks - -0.11.1 / 2011-06-01 -================== - - * Fixed text block indentation [Laszlo Bacsi] - * Changed; utilizing devDependencies - * Fixed try/catch issue with renderFile(). Closes #227 - * Removed attribute ":" support, use "=" (option for ':' coming soon) - -0.11.0 / 2011-05-14 -================== - - * Added `self` object to avoid poor `with(){}` performance [masylum] - * Added `doctype` option [Jeremy Larkin] - -0.10.7 / 2011-05-04 -================== - - * expose Parser - -0.10.6 / 2011-04-29 -================== - - * Fixed CS `Object.keys()` [reported by robholland] - -0.10.5 / 2011-04-26 -================== - - * Added error context after the lineno - * Added; indicate failing lineno with ">" - * Added `Object.keys()` for the client-side - * Fixed attr strings when containing the opposite quote. Closes 207 - * Fixed attr issue with js expressions within strings - * Fixed single-quote filter escape bug. Closes #196 - - -0.10.4 / 2011-04-05 -================== - - * Added `html` doctype, same as "5" - * Fixed `pre`, no longer text-only - -0.10.3 / 2011-03-30 -================== - - * Fixed support for quoted attribute keys ex `rss("xmlns:atom"="atom")` - -0.10.2 / 2011-03-30 -================== - - * Fixed pipeless text bug with missing outdent - -0.10.1 / 2011-03-28 -================== - - * Fixed `support/compile.js` to exclude browser js in node - * Fixes for IE [Patrick Pfeiffer] - -0.10.0 / 2011-03-25 -================== - - * Added AST-filter support back in the form of `[attrs]<:>` - -0.9.3 / 2011-03-24 -================== - - * Added `Block#unshift(node)` - * Added `jade.js` for the client-side to the repo - * Added `jade.min.js` for the client-side to the repo - * Removed need for pipes in filters. Closes #185 - Note that this _will_ break filters used to - manipulate the AST, until we have a different - syntax for doing so. - -0.9.2 / 2011-03-23 -================== - - * Added jade `--version` - * Removed `${}` interpolation support, use `#{}` - -0.9.1 / 2011-03-16 -================== - - * Fixed invalid `.map()` call due to recent changes - -0.9.0 / 2011-03-16 -================== - - * Added client-side browser support via `make jade.js` and `make jade.min.js`. - -0.8.9 / 2011-03-15 -================== - - * Fixed preservation of newlines in text blocks - -0.8.8 / 2011-03-14 -================== - - * Fixed jade(1) stdio - -0.8.7 / 2011-03-14 -================== - - * Added `mkdirs()` to jade(1) - * Added jade(1) stdio support - * Added new features to jade(1), `--watch`, recursive compilation etc [khingebjerg] - * Fixed pipe-less text newlines - * Removed jade(1) `--pipe` flag - -0.8.6 / 2011-03-11 -================== - - * Fixed parenthesized expressions in attrs. Closes #170 - * Changed; default interpolation values `== null` to ''. Closes #167 - -0.8.5 / 2011-03-09 -================== - - * Added pipe-less text support with immediate ".". Closes #157 - * Fixed object support in attrs - * Fixed array support for attrs - -0.8.4 / 2011-03-08 -================== - - * Fixed issue with expressions being evaluated several times. closes #162 - -0.8.2 / 2011-03-07 -================== - - * Added markdown, discount, and markdown-js support to `:markdown`. Closes #160 - * Removed `:discount` - -0.8.1 / 2011-03-04 -================== - - * Added `pre` pipe-less text support (and auto-escaping) - -0.8.0 / 2011-03-04 -================== - - * Added block-expansion support. Closes #74 - * Added support for multi-line attrs without commas. Closes #65 - -0.7.1 / 2011-03-04 -================== - - * Fixed `script()` etc pipe-less text with attrs - -0.7.0 / 2011-03-04 -================== - - * Removed `:javascript` filter (it doesn't really do anything special, use `script` tags) - * Added pipe-less text support. Tags that only accept text nodes (`script`, `textarea`, etc) do not require `|`. - * Added `:text` filter for ad-hoc pipe-less - * Added flexible indentation. Tabs, arbitrary number of spaces etc - * Added conditional-comment support. Closes #146 - * Added block comment support - * Added rss example - * Added `:stylus` filter - * Added `:discount` filter - * Fixed; auto-detect xml and do not self-close tags. Closes #147 - * Fixed whitespace issue. Closes #118 - * Fixed attrs. `,`, `=`, and `:` within attr value strings are valid Closes #133 - * Fixed; only output "" when code == null. Ex: `span.name= user.name` when undefined or null will not output "undefined". Closes #130 - * Fixed; throw on unexpected token instead of hanging - -0.6.3 / 2011-02-02 -================== - - * Added `each` support for Array-like objects [guillermo] - -0.6.2 / 2011-02-02 -================== - - * Added CSRF example, showing how you can transparently add inputs to a form - * Added link to vim-jade - * Fixed self-closing col support [guillermo] - * Fixed exception when getAttribute or removeAttribute run into removed attributes [Naitik Shah] - -0.6.0 / 2010-12-19 -================== - - * Added unescaped interpolation variant `!{code}`. Closes #124 - * Changed; escape interpolated code by default `#{code}` - -0.5.7 / 2010-12-08 -================== - - * Fixed; hyphen in get `tag()` - -0.5.6 / 2010-11-24 -================== - - * Added `exports.compile(str, options)` - * Renamed internal `_` to `__`, since `_()` is commonly used for translation - -0.5.5 / 2010-10-30 -================== - - * Add _coffeescript_ filter [Michael Hampton] - * Added link to _slim_; a ruby implementation - * Fixed quoted attributes issue. - - * Fixed attribute issue with over greedy regexp. - Previously "p(foo=(((('bar')))))= ((('baz')))" - would __fail__ for example since the regexp - would lookahead to far. Now we simply pair - the delimiters. - -0.5.4 / 2010-10-18 -================== - - * Adding newline when using tag code when preceding text - * Assume newline in tag text when preceding text - * Changed; retain leading text whitespace - * Fixed code block support to prevent multiple buffer openings [Jake Luer] - * Fixed nested filter support - -0.5.3 / 2010-10-06 -================== - - * Fixed bug when tags with code also have a block [reported by chrisirhc] - -0.5.2 / 2010-10-05 -================== - - * Added; Text introduces newlines to mimic the grammar. - Whitespace handling is a little tricky with this sort of grammar. - Jade will now mimic the written grammar, meaning that text blocks - using the "|" margin character will introduce a literal newline, - where as immediate tag text (ex "a(href='#') Link") will not. - - This may not be ideal, but it makes more sense than what Jade was - previously doing. - - * Added `Tag#text` to disambiguate between immediate / block text - * Removed _pretty_ option (was kinda useless in the state it was in) - * Reverted ignoring of newlines. Closes #92. - * Fixed; `Parser#parse()` ignoring newlines - -0.5.1 / 2010-10-04 -================== - - * Added many examples - * Added; compiler api is now public - * Added; filters can accept / manipulate the parse tree - * Added filter attribute support. Closes #79 - * Added LL(*) capabilities - * Performance; wrapping code blocks in {} instead of `(function(){}).call(this)` - * Performance; Optimized attribute buffering - * Fixed trailing newlines in blocks - -0.5.0 / 2010-09-11 -================== - - * __Major__ refactor. Logic now separated into lexer/parser/compiler for future extensibility. - * Added _pretty_ option - * Added parse tree output for _debug_ option - * Added new examples - * Removed _context_ option, use _scope_ - -0.4.1 / 2010-09-09 -================== - - * Added support for arbitrary indentation for single-line comments. Closes #71 - * Only strip first space in text (ex '| foo' will buffer ' foo') - -0.4.0 / 2010-08-30 -================== - - * Added tab naive support (tabs are converted to a single indent, aka two spaces). Closes #24 - * Added unbuffered comment support. Closes #62 - * Added hyphen support for tag names, ex: "fb:foo-bar" - * Fixed bug with single quotes in comments. Closes #61 - * Fixed comment whitespace issue, previously padding. Closes #55 - -0.3.0 / 2010-08-04 -================== - - * Added single line comment support. Closes #25 - * Removed CDATA from _:javascript_ filter. Closes #47 - * Removed _sys_ local - * Fixed code following tag - -0.2.4 / 2010-08-02 -================== - - * Added Buffer support to `render()` - * Fixed filter text block exception reporting - * Fixed tag exception reporting - -0.2.3 / 2010-07-27 -================== - - * Fixed newlines before block - * Fixed; tag text allowing arbitrary trailing whitespace - -0.2.2 / 2010-07-16 -================== - - * Added support for `jade.renderFile()` to utilize primed cache - * Added link to [textmate bundle](http://github.com/miksago/jade-tmbundle) - * Fixed filter issue with single quotes - * Fixed hyphenated attr bug - * Fixed interpolation single quotes. Closes #28 - * Fixed issue with comma in attrs - -0.2.1 / 2010-07-09 -================== - - * Added support for node-discount and markdown-js - depending on which is available. - - * Added support for tags to have blocks _and_ text. - this kinda fucks with arbitrary whitespace unfortunately, - but also fixes trailing spaces after tags _with_ blocks. - - * Caching generated functions. Closes #46 - -0.2.0 / 2010-07-08 -================== - - * Added `- each` support for readable iteration - * Added [markdown-js](http://github.com/evilstreak/markdown-js) support (no compilation required) - * Removed node-discount support - -0.1.0 / 2010-07-05 -================== - - * Added `${}` support for interpolation. Closes #45 - * Added support for quoted attr keys: `label("for": 'something')` is allowed (_although not required_) [Guillermo] - * Added `:less` filter [jakeluer] - -0.0.2 / 2010-07-03 -================== - - * Added `context` as synonym for `scope` option [Guillermo] - * Fixed attr splitting: `div(style:"color: red")` is now allowed - * Fixed issue with `(` and `)` within attrs: `a(class: (a ? 'a' : 'b'))` is now allowed - * Fixed issue with leading / trailing spaces in attrs: `a( href="#" )` is now allowed [Guillermo] - diff --git a/node/node_modules/jade/LICENSE b/node/node_modules/jade/LICENSE deleted file mode 100644 index 8ad0e0d..0000000 --- a/node/node_modules/jade/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2009-2010 TJ Holowaychuk - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node/node_modules/jade/Makefile b/node/node_modules/jade/Makefile deleted file mode 100644 index ea4d5c6..0000000 --- a/node/node_modules/jade/Makefile +++ /dev/null @@ -1,38 +0,0 @@ - -TESTS = test/*.js -SRC = $(shell find lib -name "*.js" -type f) -UGLIFY_FLAGS = --no-mangle - -all: jade.min.js runtime.min.js - -test: - @./node_modules/.bin/expresso \ - -I node_modules \ - $(TESTS) - -benchmark: - @node support/benchmark - -jade.js: $(SRC) - @node support/compile.js $^ - -jade.min.js: jade.js - @uglifyjs $(UGLIFY_FLAGS) $< > $@ \ - && du jade.min.js \ - && du jade.js - -runtime.js: lib/runtime.js - @cat support/head.js $< support/foot.js > $@ - -runtime.min.js: runtime.js - @uglifyjs $(UGLIFY_FLAGS) $< > $@ \ - && du runtime.min.js \ - && du runtime.js - -clean: - rm -f jade.js - rm -f jade.min.js - rm -f runtime.js - rm -f runtime.min.js - -.PHONY: test benchmark clean diff --git a/node/node_modules/jade/Readme.md b/node/node_modules/jade/Readme.md deleted file mode 100644 index fd5c42c..0000000 --- a/node/node_modules/jade/Readme.md +++ /dev/null @@ -1,869 +0,0 @@ -# Jade - template engine - - Jade is a high performance template engine heavily influenced by [Haml](http://haml-lang.com) - and implemented with JavaScript for [node](http://nodejs.org). - -## Features - - - client-side support - - great readability - - flexible indentation - - block-expansion - - mixins - - static includes - - attribute interpolation - - code is escaped by default for security - - contextual error reporting at compile & run time - - executable for compiling jade templates via the command line - - html 5 mode (using the _!!! 5_ doctype) - - optional memory caching - - combine dynamic and static tag classes - - parse tree manipulation via _filters_ - - supports [Express JS](http://expressjs.com) out of the box - - transparent iteration over objects, arrays, and even non-enumerables via `each` - - block comments - - no tag prefix - - AST filters - - filters - - :sass must have [sass.js](http://github.com/visionmedia/sass.js) installed - - :less must have [less.js](http://github.com/cloudhead/less.js) installed - - :markdown must have [markdown-js](http://github.com/evilstreak/markdown-js) installed or [node-discount](http://github.com/visionmedia/node-discount) - - :cdata - - :coffeescript must have [coffee-script](http://jashkenas.github.com/coffee-script/) installed - - [Vim Syntax](https://github.com/digitaltoad/vim-jade) - - [TextMate Bundle](http://github.com/miksago/jade-tmbundle) - - [Screencasts](http://tjholowaychuk.com/post/1004255394/jade-screencast-template-engine-for-nodejs) - - [html2jade](https://github.com/donpark/html2jade) converter - -## Implementations - - - [php](http://github.com/everzet/jade.php) - - [scala](http://scalate.fusesource.org/versions/snapshot/documentation/scaml-reference.html) - - [ruby](http://github.com/stonean/slim) - -## Installation - -via npm: - - npm install jade - -## Browser Support - - To compile jade to a single file compatible for client-side use simply execute: - - $ make jade.js - - Alternatively, if uglifyjs is installed via npm (`npm install uglify-js`) you may execute the following which will create both files. However each release builds these for you. - - $ make jade.min.js - - By default Jade instruments templates with line number statements such as `__.lineno = 3` for debugging purposes. When used in a browser it's useful to minimize this boiler plate, you can do so by passing the option `{ compileDebug: false }`. The following template - - p Hello #{name} - - Can then be as small as the following generated function: - -```js -function anonymous(locals, attrs, escape, rethrow) { - var buf = []; - with (locals || {}) { - var interp; - buf.push('\n

Hello ' + escape((interp = name) == null ? '' : interp) + '\n

'); - } - return buf.join(""); -} -``` - - Through the use of Jade's `./runtime.js` you may utilize these pre-compiled templates on the client-side _without_ Jade itself, all you need is the associated utility functions (in runtime.js), which are then available as `jade.attrs`, `jade.escape` etc. To enable this you should pass `{ client: true }` to `jade.compile()` to tell Jade to reference the helper functions - via `jade.attrs`, `jade.escape` etc. - -```js -function anonymous(locals, attrs, escape, rethrow) { - var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow; - var buf = []; - with (locals || {}) { - var interp; - buf.push('\n

Hello ' + escape((interp = name) == null ? '' : interp) + '\n

'); - } - return buf.join(""); -} -``` - -## Public API - -```javascript - var jade = require('jade'); - - // Compile a function - var fn = jade.compile('string of jade', options); - fn(locals); -``` - -### Options - - - `self` Use a `self` namespace to hold the locals. _false by default_ - - `locals` Local variable object - - `filename` Used in exceptions, and required when using includes - - `debug` Outputs tokens and function body generated - - `compiler` Compiler to replace jade's default - - `compileDebug` When `false` no debug instrumentation is compiled - -## Syntax - -### Line Endings - -**CRLF** and **CR** are converted to **LF** before parsing. - -### Tags - -A tag is simply a leading word: - - html - -for example is converted to `` - -tags can also have ids: - - div#container - -which would render `
` - -how about some classes? - - div.user-details - -renders `
` - -multiple classes? _and_ an id? sure: - - div#foo.bar.baz - -renders `
` - -div div div sure is annoying, how about: - - #foo - .bar - -which is syntactic sugar for what we have already been doing, and outputs: - - `
` - -### Tag Text - -Simply place some content after the tag: - - p wahoo! - -renders `

wahoo!

`. - -well cool, but how about large bodies of text: - - p - | foo bar baz - | rawr rawr - | super cool - | go jade go - -renders `

foo bar baz rawr.....

` - -interpolation? yup! both types of text can utilize interpolation, -if we passed `{ name: 'tj', email: 'tj@vision-media.ca' }` to the compiled function we can do the following: - - #user #{name} <#{email}> - -outputs `
tj <tj@vision-media.ca>
` - -Actually want `#{}` for some reason? escape it! - - p \#{something} - -now we have `

#{something}

` - -We can also utilize the unescaped variant `!{html}`, so the following -will result in a literal script tag: - - - var html = "" - | !{html} - -Nested tags that also contain text can optionally use a text block: - - label - | Username: - input(name='user[name]') - -or immediate tag text: - - label Username: - input(name='user[name]') - -Tags that accept _only_ text such as `script`, `style`, and `textarea` do not -need the leading `|` character, for example: - - html - head - title Example - script - if (foo) { - bar(); - } else { - baz(); - } - -Once again as an alternative, we may use a leading '.' to indicate a text block, for example: - - p. - foo asdf - asdf - asdfasdfaf - asdf - asd. - -outputs: - -

foo asdf - asdf - asdfasdfaf - asdf - asd - . -

- -This however differs from a leading '.' followed by a space, which although is ignored by the Jade parser, tells Jade that this period is a literal: - - p . - -outputs: - -

.

- - -It should be noted that text blocks should be doubled escaped. For example if you desire the following output. - -

foo\bar

- -use: - - p. - foo\\bar - -### Comments - -Single line comments currently look the same as JavaScript comments, -aka "//" and must be placed on their own line: - - // just some paragraphs - p foo - p bar - -would output - - -

foo

-

bar

- -Jade also supports unbuffered comments, by simply adding a hyphen: - - //- will not output within markup - p foo - p bar - -outputting - -

foo

-

bar

- -### Block Comments - - A block comment is legal as well: - - body - // - #content - h1 Example - -outputting - - - - - -Jade supports conditional-comments as well, for example: - - body - //if IE - a(href='http://www.mozilla.com/en-US/firefox/') Get Firefox - -outputs: - - - - - - -### Nesting - - Jade supports nesting to define the tags in a natural way: - - ul - li.first - a(href='#') foo - li - a(href='#') bar - li.last - a(href='#') baz - -### Block Expansion - - Block expansion allows you to create terse single-line nested tags, - the following example is equivalent to the nesting example above. - - ul - li.first: a(href='#') foo - li: a(href='#') bar - li.last: a(href='#') baz - - -### Attributes - -Jade currently supports '(' and ')' as attribute delimiters. - - a(href='/login', title='View login page') Login - -When a value is `undefined` or `null` the attribute is _not_ added, -so this is fine, it will not compile 'something="null"'. - - div(something=null) - -Boolean attributes are also supported: - - input(type="checkbox", checked) - -Boolean attributes with code will only output the attribute when `true`: - - input(type="checkbox", checked=someValue) - -Multiple lines work too: - - input(type='checkbox', - name='agreement', - checked) - -Multiple lines without the comma work fine: - - input(type='checkbox' - name='agreement' - checked) - -Funky whitespace? fine: - - - input( - type='checkbox' - name='agreement' - checked) - -Colons work: - - rss(xmlns:atom="atom") - -Suppose we have the `user` local `{ id: 12, name: 'tobi' }` -and we wish to create an anchor tag with `href` pointing to "/user/12" -we could use regular javascript concatenation: - - a(href='/user/' + user.id)= user.name - -or we could use jade's interpolation, which I added because everyone -using Ruby or CoffeeScript seems to think this is legal js..: - - a(href='/user/#{user.id}')= user.name - -The `class` attribute is special-cased when an array is given, -allowing you to pass an array such as `bodyClasses = ['user', 'authenticated']` directly: - - body(class=bodyClasses) - -### HTML - - Inline html is fine, we can use the pipe syntax to - write arbitrary text, in this case some html: - -``` -html - body - |

Title

- |

foo bar baz

-``` - - Or we can use the trailing `.` to indicate to Jade that we - only want text in this block, allowing us to omit the pipes: - -``` -html - body. -

Title

-

foo bar baz

-``` - - Both of these examples yield the same result: - -``` -

Title

-

foo bar baz

- -``` - - The same rule applies for anywhere you can have text - in jade, raw html is fine: - -``` -html - body - h1 User #{name} -``` - -### Doctypes - -To add a doctype simply use `!!!`, or `doctype` followed by an optional value: - - !!! - -Will output the _transitional_ doctype, however: - - !!! 5 - -or - - !!! html - -or - - doctype html - -doctypes are case-insensitive, so the following are equivalent: - - doctype Basic - doctype basic - -Will output the _html 5_ doctype. Below are the doctypes -defined by default, which can easily be extended: - -```javascript - var doctypes = exports.doctypes = { - '5': '', - 'xml': '', - 'default': '', - 'transitional': '', - 'strict': '', - 'frameset': '', - '1.1': '', - 'basic': '', - 'mobile': '' - }; -``` - -To alter the default simply change: - -```javascript - jade.doctypes.default = 'whatever you want'; -``` - -## Filters - -Filters are prefixed with `:`, for example `:markdown` and -pass the following block of text to an arbitrary function for processing. View the _features_ -at the top of this document for available filters. - - body - :markdown - Woah! jade _and_ markdown, very **cool** - we can even link to [stuff](http://google.com) - -Renders: - -

Woah! jade and markdown, very cool we can even link to stuff

- -Filters may also manipulate the parse tree. For example perhaps I want to -bake conditionals right into jade, we could do so with a filter named _conditionals_. Typically filters work on text blocks, however by passing a regular block our filter can do anything it wants with the tags nested within it. - - body - conditionals: - if role == 'admin' - p You are amazing - else - p Not so amazing - -Not that we no longer prefix with "-" for these code blocks. Examples of -how to manipulate the parse tree can be found at _./examples/conditionals.js_ and _./examples/model.js_, basically we subclass and re-implement visitor methods as needed. There are several interesting use-cases for this functionality above what was shown above such as transparently aggregating / compressing assets to reduce the number of HTTP requests, transparent record error reporting, and more. - -## Code - -Jade currently supports three classifications of executable code. The first -is prefixed by `-`, and is not buffered: - - - var foo = 'bar'; - -This can be used for conditionals, or iteration: - - - for (var key in obj) - p= obj[key] - -Due to Jade's buffering techniques the following is valid as well: - - - if (foo) - ul - li yay - li foo - li worked - - else - p oh no! didnt work - -Hell, even verbose iteration: - - - if (items.length) - ul - - items.forEach(function(item){ - li= item - - }) - -Anything you want! - -Next up we have _escaped_ buffered code, which is used to -buffer a return value, which is prefixed by `=`: - - - var foo = 'bar' - = foo - h1= foo - -Which outputs `bar

bar

`. Code buffered by `=` is escaped -by default for security, however to output unescaped return values -you may use `!=`: - - p!= aVarContainingMoreHTML - -## Iteration - - Along with vanilla JavaScript Jade also supports a subset of - constructs that allow you to create more designer-friendly templates, - one of these constructs is `each`, taking the form: - - each VAL[, KEY] in OBJ - -An example iterating over an array: - - - var items = ["one", "two", "three"] - each item in items - li= item - -outputs: - -
  • one
  • -
  • two
  • -
  • three
  • - -iterating an array with index: - - - var items = ["one", "two", "three"] - each item, i in items - li #{item}: #{i} - -outputs: - -
  • one: 0
  • -
  • two: 1
  • -
  • three: 2
  • - -iterating an object's keys and values: - - - var obj = { foo: 'bar' } - each val, key in obj - li #{key}: #{val} - -would output `
  • foo: bar
  • ` - -Internally Jade converts these statements to regular -JavaScript loops such as `users.forEach(function(user){`, -so lexical scope and nesting applies as it would with regular -JavaScript: - - each user in users - each role in user.roles - li= role - - You may also use `for` if you prefer: - - for user in users - for role in user.roles - li= role - -## Conditionals - - Jade conditionals are equivalent to those using the code (`-`) prefix, - however allow you to ditch parenthesis to become more designer friendly, - however keep in mind the expression given is _regular_ JavaScript: - - for user in users - if user.role == 'admin' - p #{user.name} is an admin - else - p= user.name - - is equivalent to the following using vanilla JavaScript literals: - - for user in users - - if (user.role == 'admin') - p #{user.name} is an admin - - else - p= user.name - - Jade also provides have `unless` which is equivalent to `if (!(expr))`: - - for user in users - unless user.isAnonymous - p - | Click to view - a(href='/users/' + user.id)= user.name - -## Includes - - Includes allow you to statically include chunks of Jade - which lives in a separate file. The classical example is - including a header and footer. Suppose we have the following - directory structure: - - ./layout.jade - ./includes/ - ./head.jade - ./tail.jade - -and the following _layout.jade_: - - html - include includes/head - body - h1 My Site - p Welcome to my super amazing site. - include includes/foot - -both includes _includes/head_ and _includes/foot_ are -read relative to the `filename` option given to _layout.jade_, -which should be an absolute path to this file, however Express does this for you. Include then parses these files, and injects the AST produced to render what you would expect: - -```html - - - My Site - - - -

    My Site

    -

    Welcome to my super lame site.

    - - - -``` - -## Mixins - - Mixins are converted to regular JavaScript functions in - the compiled template that Jade constructs. Mixins may - take arguments, though not required: - - mixin list - ul - li foo - li bar - li baz - - Utilizing a mixin without args looks similar, just without a block: - - h2 Groceries - mixin list - - Mixins may take one or more arguments as well, the arguments - are regular javascripts expressions, so for example the following: - - mixin pets(pets) - ul.pets - - each pet in pets - li= pet - - mixin profile(user) - .user - h2= user.name - mixin pets(user.pets) - - Would yield something similar to the following html: - -```html -
    -

    tj

    -
      -
    • tobi
    • -
    • loki
    • -
    • jane
    • -
    • manny
    • -
    -
    -``` - -## Generated Output - - Suppose we have the following Jade: - -``` -- var title = 'yay' -h1.title #{title} -p Just an example -``` - - When the `compileDebug` option is not explicitly `false`, Jade - will compile the function instrumented with `__.lineno = n;`, which - in the event of an exception is passed to `rethrow()` which constructs - a useful message relative to the initial Jade input. - -```js -function anonymous(locals) { - var __ = { lineno: 1, input: "- var title = 'yay'\nh1.title #{title}\np Just an example", filename: "testing/test.js" }; - var rethrow = jade.rethrow; - try { - var attrs = jade.attrs, escape = jade.escape; - var buf = []; - with (locals || {}) { - var interp; - __.lineno = 1; - var title = 'yay' - __.lineno = 2; - buf.push(''); - buf.push('' + escape((interp = title) == null ? '' : interp) + ''); - buf.push(''); - __.lineno = 3; - buf.push('

    '); - buf.push('Just an example'); - buf.push('

    '); - } - return buf.join(""); - } catch (err) { - rethrow(err, __.input, __.filename, __.lineno); - } -} -``` - -When the `compileDebug` option _is_ explicitly `false`, this instrumentation -is stripped, which is very helpful for light-weight client-side templates. Combining Jade's options with the `./runtime.js` file in this repo allows you -to toString() compiled templates and avoid running the entire Jade library on -the client, increasing performance, and decreasing the amount of JavaScript -required. - -```js -function anonymous(locals) { - var attrs = jade.attrs, escape = jade.escape; - var buf = []; - with (locals || {}) { - var interp; - var title = 'yay' - buf.push(''); - buf.push('' + escape((interp = title) == null ? '' : interp) + ''); - buf.push(''); - buf.push('

    '); - buf.push('Just an example'); - buf.push('

    '); - } - return buf.join(""); -} -``` - -## Example Makefile - - Below is an example Makefile used to compile _pages/*.jade_ - into _pages/*.html_ files by simply executing `make`. - -```make -JADE = $(shell find pages/*.jade) -HTML = $(JADE:.jade=.html) - -all: $(HTML) - -%.html: %.jade - jade < $< > $@ - -clean: - rm -f $(HTML) - -.PHONY: clean -``` - -this can be combined with the `watch(1)` command to produce -a watcher-like behaviour: - - $ watch make - -## jade(1) - -``` - -Usage: jade [options] [dir|file ...] - -Options: - - -h, --help output usage information - -v, --version output the version number - -o, --obj javascript options object - -O, --out output the compiled html to - -Examples: - - # translate jade the templates dir - $ jade templates - - # create {foo,bar}.html - $ jade {foo,bar}.jade - - # jade over stdio - $ jade < my.jade > my.html - - # jade over stdio - $ echo "h1 Jade!" | jade - - # foo, bar dirs rendering to /tmp - $ jade foo bar --out /tmp - -``` - -## License - -(The MIT License) - -Copyright (c) 2009-2010 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node/node_modules/jade/bin/jade b/node/node_modules/jade/bin/jade deleted file mode 100755 index 2c39e06..0000000 --- a/node/node_modules/jade/bin/jade +++ /dev/null @@ -1,119 +0,0 @@ -#!/usr/bin/env node - -/** - * Module dependencies. - */ - -var fs = require('fs') - , program = require('commander') - , path = require('path') - , basename = path.basename - , dirname = path.dirname - , resolve = path.resolve - , join = path.join - , mkdirp = require('mkdirp') - , jade = require('../'); - -// jade options - -var options = {}; - -// options - -program - .version(jade.version) - .usage('[options] [dir|file ...]') - .option('-o, --obj ', 'javascript options object') - .option('-O, --out ', 'output the compiled html to ') - -program.on('--help', function(){ - console.log(' Examples:'); - console.log(''); - console.log(' # translate jade the templates dir'); - console.log(' $ jade templates'); - console.log(''); - console.log(' # create {foo,bar}.html'); - console.log(' $ jade {foo,bar}.jade'); - console.log(''); - console.log(' # jade over stdio'); - console.log(' $ jade < my.jade > my.html'); - console.log(''); - console.log(' # jade over stdio'); - console.log(' $ echo "h1 Jade!" | jade'); - console.log(''); - console.log(' # foo, bar dirs rendering to /tmp'); - console.log(' $ jade foo bar --out /tmp '); - console.log(''); -}); - -program.parse(process.argv); - -// options given, parse them - -if (program.obj) options = eval('(' + program.obj + ')'); - -// left-over args are file paths - -var files = program.args; - -// compile files - -if (files.length) { - console.log(); - files.forEach(renderFile); - process.on('exit', console.log); -// stdio -} else { - stdin(); -} - -/** - * Compile from stdin. - */ - -function stdin() { - var buf = ''; - process.stdin.setEncoding('utf8'); - process.stdin.on('data', function(chunk){ buf += chunk; }); - process.stdin.on('end', function(){ - var fn = jade.compile(buf, options); - process.stdout.write(fn(options)); - }).resume(); -} - -/** - * Process the given path, compiling the jade files found. - * Always walk the subdirectories. - */ - -function renderFile(path) { - var re = /\.jade$/; - fs.lstat(path, function(err, stat) { - if (err) throw err; - // Found jade file - if (stat.isFile() && re.test(path)) { - fs.readFile(path, 'utf8', function(err, str){ - if (err) throw err; - var fn = jade.compile(str, options); - path = path.replace(re, '.html'); - if (program.out) path = join(program.out, basename(path)); - var dir = resolve(dirname(path)); - mkdirp(dir, 0755, function(err){ - if (err) throw err; - fs.writeFile(path, fn(options), function(err){ - if (err) throw err; - console.log(' \033[90mrendered \033[36m%s\033[0m', path); - }); - }); - }); - // Found directory - } else if (stat.isDirectory()) { - fs.readdir(path, function(err, files) { - if (err) throw err; - files.map(function(filename) { - return path + '/' + filename; - }).forEach(renderFile); - }); - } - }); -} diff --git a/node/node_modules/jade/examples/attributes.jade b/node/node_modules/jade/examples/attributes.jade deleted file mode 100644 index b8d8ff4..0000000 --- a/node/node_modules/jade/examples/attributes.jade +++ /dev/null @@ -1,8 +0,0 @@ -div#id.left(class='user user-' + name).container - h1.title= name - form - //- unbuffered comment :) - // An example of attributes. - input(type='text', name='user[name]', value=name) - input(checked, type='checkbox', name='user[blocked]') - input(type='submit', value='Update') \ No newline at end of file diff --git a/node/node_modules/jade/examples/attributes.js b/node/node_modules/jade/examples/attributes.js deleted file mode 100644 index c2d6ed8..0000000 --- a/node/node_modules/jade/examples/attributes.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -var options = { locals: { name: 'tj' }}; -jade.renderFile(__dirname + '/attributes.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/code.jade b/node/node_modules/jade/examples/code.jade deleted file mode 100644 index 924a1ed..0000000 --- a/node/node_modules/jade/examples/code.jade +++ /dev/null @@ -1,8 +0,0 @@ -- var title = "Things" -h1= title -ul#users - - each user, name in users - - if (user.isA == "ferret") - li(class: 'user-' + name) #{name} is just a ferret - - else - li(class: 'user-' + name) #{name} #{user.email} \ No newline at end of file diff --git a/node/node_modules/jade/examples/code.js b/node/node_modules/jade/examples/code.js deleted file mode 100644 index dd1af86..0000000 --- a/node/node_modules/jade/examples/code.js +++ /dev/null @@ -1,20 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -var options = { - locals: { - users: { - tj: { age: 23, email: 'tj@vision-media.ca', isA: 'human' }, - tobi: { age: 1, email: 'tobi@is-amazing.com', isA: 'ferret' } - } - } -}; - -jade.renderFile(__dirname + '/code.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/conditionals.jade b/node/node_modules/jade/examples/conditionals.jade deleted file mode 100644 index 1b7b6e5..0000000 --- a/node/node_modules/jade/examples/conditionals.jade +++ /dev/null @@ -1,8 +0,0 @@ -conditionals: - if admin? - if name == 'tj' - p User is a wicked cool administrator - else - p User #{name} is an administrator - else - p User #{name} is a guest \ No newline at end of file diff --git a/node/node_modules/jade/examples/conditionals.js b/node/node_modules/jade/examples/conditionals.js deleted file mode 100644 index 1695786..0000000 --- a/node/node_modules/jade/examples/conditionals.js +++ /dev/null @@ -1,59 +0,0 @@ - - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade') - , Compiler = jade.Compiler - , nodes = jade.nodes; - -var options = { - locals: { - name: 'tj', - email: 'tj@vision-media.ca', - admin: true - } -}; - -jade.renderFile(__dirname + '/conditionals.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); - -jade.filters.conditionals = function(block, compiler){ - return new Visitor(block).compile(); -}; - -function Visitor(node) { - this.node = node; -} - -Visitor.prototype.__proto__ = Compiler.prototype; - -Visitor.prototype.visit = function(node){ - if (node.name != 'else') this.line(node); - this.visitNode(node); -}; - -Visitor.prototype.visitTag = function(node){ - switch (node.name) { - case 'if': - // First text -> line - var condition = node.text[0] - , block = node.block; - node = new nodes.Code('if (' + condition + ')'); - node.block = block; - this.visit(node); - break; - case 'else': - var block = node.block; - node = new nodes.Code('else'); - node.block = block; - node.instrumentLineNumber = false; - this.visit(node); - break; - default: - Compiler.prototype.visitTag.call(this, node); - } -}; diff --git a/node/node_modules/jade/examples/csrf.jade b/node/node_modules/jade/examples/csrf.jade deleted file mode 100644 index 283986b..0000000 --- a/node/node_modules/jade/examples/csrf.jade +++ /dev/null @@ -1,5 +0,0 @@ - -form(method='post', action='/') - input(type='text', name='user[name]') - input(type='text', name='user[email]') - input(type='submit', value='Submit') diff --git a/node/node_modules/jade/examples/csrf.js b/node/node_modules/jade/examples/csrf.js deleted file mode 100644 index 21abf60..0000000 --- a/node/node_modules/jade/examples/csrf.js +++ /dev/null @@ -1,42 +0,0 @@ - - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'), - Compiler = jade.Compiler, - nodes = jade.nodes; - -var options = { - compiler: CSRF - , locals: { - csrf: 'WAHOOOOOO' - } -}; - -jade.renderFile(__dirname + '/csrf.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); - -function CSRF(node, options) { - Compiler.call(this, node, options); -} - -CSRF.prototype.__proto__ = Compiler.prototype; - -CSRF.prototype.visitTag = function(node){ - var parent = Compiler.prototype.visitTag; - switch (node.name) { - case 'form': - if ("'post'" == node.getAttribute('method')) { - var tok = new nodes.Tag('input'); - tok.setAttribute('type', '"hidden"'); - tok.setAttribute('name', '"csrf"'); - tok.setAttribute('value', 'csrf'); - node.block.unshift(tok); - } - } - parent.call(this, node); -}; diff --git a/node/node_modules/jade/examples/dynamicscript.jade b/node/node_modules/jade/examples/dynamicscript.jade deleted file mode 100644 index a705899..0000000 --- a/node/node_modules/jade/examples/dynamicscript.jade +++ /dev/null @@ -1,5 +0,0 @@ -html - head - title Dynamic Inline JavaScript - script - var users = !{JSON.stringify(users)} \ No newline at end of file diff --git a/node/node_modules/jade/examples/dynamicscript.js b/node/node_modules/jade/examples/dynamicscript.js deleted file mode 100644 index d2b3a0d..0000000 --- a/node/node_modules/jade/examples/dynamicscript.js +++ /dev/null @@ -1,20 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -var options = { - locals: { - users: { - tj: { age: 23, email: 'tj@vision-media.ca', isA: 'human' }, - tobi: { age: 1, email: 'tobi@is-amazing.com', isA: 'ferret' } - } - } -}; - -jade.renderFile(__dirname + '/dynamicscript.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/each.jade b/node/node_modules/jade/examples/each.jade deleted file mode 100644 index a972525..0000000 --- a/node/node_modules/jade/examples/each.jade +++ /dev/null @@ -1,3 +0,0 @@ -ul#users - - each user, name in users - li(class: 'user-' + name) #{name} #{user.email} \ No newline at end of file diff --git a/node/node_modules/jade/examples/each.js b/node/node_modules/jade/examples/each.js deleted file mode 100644 index f2dadff..0000000 --- a/node/node_modules/jade/examples/each.js +++ /dev/null @@ -1,20 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -var options = { - locals: { - users: { - tj: { age: 23, email: 'tj@vision-media.ca', isA: 'human' }, - tobi: { age: 1, email: 'tobi@is-amazing.com', isA: 'ferret' } - } - } -}; - -jade.renderFile(__dirname + '/each.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/form.jade b/node/node_modules/jade/examples/form.jade deleted file mode 100644 index 894e095..0000000 --- a/node/node_modules/jade/examples/form.jade +++ /dev/null @@ -1,29 +0,0 @@ -form(method="post") - fieldset - legend General - p - label(for="user[name]") Username: - input(type="text", name="user[name]", value=user.name) - p - label(for="user[email]") Email: - input(type="text", name="user[email]", value=user.email) - .tip - | Enter a valid - | email address - | such as tj@vision-media.ca. - fieldset - legend Location - p - label(for="user[city]") City: - input(type="text", name="user[city]", value=user.city) - p - select(name="user[province]") - option(value="") -- Select Province -- - option(value="AB") Alberta - option(value="BC") British Columbia - option(value="SK") Saskatchewan - option(value="MB") Manitoba - option(value="ON") Ontario - option(value="QC") Quebec - p.buttons - input(type="submit", value="Save") \ No newline at end of file diff --git a/node/node_modules/jade/examples/form.js b/node/node_modules/jade/examples/form.js deleted file mode 100644 index 302f5e5..0000000 --- a/node/node_modules/jade/examples/form.js +++ /dev/null @@ -1,22 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -var options = { - locals: { - user: { - name: 'TJ', - email: 'tj@vision-media.ca', - city: 'Victoria', - province: 'BC' - } - } -}; - -jade.renderFile(__dirname + '/form.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/includes.jade b/node/node_modules/jade/examples/includes.jade deleted file mode 100644 index bd8c2dc..0000000 --- a/node/node_modules/jade/examples/includes.jade +++ /dev/null @@ -1,7 +0,0 @@ - -html - include includes/head - body - h1 My Site - p Welcome to my super lame site. - include includes/foot \ No newline at end of file diff --git a/node/node_modules/jade/examples/includes.js b/node/node_modules/jade/examples/includes.js deleted file mode 100644 index a20e1ff..0000000 --- a/node/node_modules/jade/examples/includes.js +++ /dev/null @@ -1,11 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -jade.renderFile(__dirname + '/includes.jade', function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/includes/foot.jade b/node/node_modules/jade/examples/includes/foot.jade deleted file mode 100644 index b7f5889..0000000 --- a/node/node_modules/jade/examples/includes/foot.jade +++ /dev/null @@ -1,2 +0,0 @@ -#footer - p Copyright (c) foobar \ No newline at end of file diff --git a/node/node_modules/jade/examples/includes/head.jade b/node/node_modules/jade/examples/includes/head.jade deleted file mode 100644 index 439f0fc..0000000 --- a/node/node_modules/jade/examples/includes/head.jade +++ /dev/null @@ -1,4 +0,0 @@ -head - title My Site - include scripts - include style.css \ No newline at end of file diff --git a/node/node_modules/jade/examples/includes/scripts.jade b/node/node_modules/jade/examples/includes/scripts.jade deleted file mode 100644 index 2f478fc..0000000 --- a/node/node_modules/jade/examples/includes/scripts.jade +++ /dev/null @@ -1,2 +0,0 @@ -script(src='/javascripts/jquery.js') -script(src='/javascripts/app.js') diff --git a/node/node_modules/jade/examples/includes/style.css b/node/node_modules/jade/examples/includes/style.css deleted file mode 100644 index 950708e..0000000 --- a/node/node_modules/jade/examples/includes/style.css +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/node/node_modules/jade/examples/layout-debug.js b/node/node_modules/jade/examples/layout-debug.js deleted file mode 100644 index ca0d03b..0000000 --- a/node/node_modules/jade/examples/layout-debug.js +++ /dev/null @@ -1,11 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -jade.renderFile(__dirname + '/layout.jade', { debug: true }, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/layout.jade b/node/node_modules/jade/examples/layout.jade deleted file mode 100644 index 45738bf..0000000 --- a/node/node_modules/jade/examples/layout.jade +++ /dev/null @@ -1,14 +0,0 @@ -!!! 5 -html(lang="en") - head - title Example - script - if (foo) { - bar(); - } - body - h1 Jade - node template engine - #container - :markdown - Jade is a _high performance_ template engine for [node](http://nodejs.org), - inspired by [haml](http://haml-lang.com/), and written by [TJ Holowaychuk](http://github.com/visionmedia). \ No newline at end of file diff --git a/node/node_modules/jade/examples/layout.js b/node/node_modules/jade/examples/layout.js deleted file mode 100644 index 490a39e..0000000 --- a/node/node_modules/jade/examples/layout.js +++ /dev/null @@ -1,11 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -jade.renderFile(__dirname + '/layout.jade', function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/mixins.jade b/node/node_modules/jade/examples/mixins.jade deleted file mode 100644 index 49603a9..0000000 --- a/node/node_modules/jade/examples/mixins.jade +++ /dev/null @@ -1,16 +0,0 @@ - -include mixins/dialog -include mixins/profile - -.one - mixin dialog - -.two - mixin dialog-title('Whoop') - -.three - mixin dialog-title-desc('Whoop', 'Just a mixin') - - -#profile - mixin profile(user) diff --git a/node/node_modules/jade/examples/mixins.js b/node/node_modules/jade/examples/mixins.js deleted file mode 100644 index 9d6d6e2..0000000 --- a/node/node_modules/jade/examples/mixins.js +++ /dev/null @@ -1,18 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -var user = { - name: 'tj' - , pets: ['tobi', 'loki', 'jane', 'manny'] -}; - -var options = { locals: { user: user }}; - -jade.renderFile(__dirname + '/mixins.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/mixins/dialog.jade b/node/node_modules/jade/examples/mixins/dialog.jade deleted file mode 100644 index ba2ec93..0000000 --- a/node/node_modules/jade/examples/mixins/dialog.jade +++ /dev/null @@ -1,15 +0,0 @@ - -mixin dialog - .dialog - h1 Whoop - p stuff - -mixin dialog-title(title) - .dialog - h1= title - p stuff - -mixin dialog-title-desc(title, desc) - .dialog - h1= title - p= desc diff --git a/node/node_modules/jade/examples/mixins/profile.jade b/node/node_modules/jade/examples/mixins/profile.jade deleted file mode 100644 index b1542dd..0000000 --- a/node/node_modules/jade/examples/mixins/profile.jade +++ /dev/null @@ -1,10 +0,0 @@ - -mixin pets(pets) - ul.pets - - each pet in pets - li= pet - -mixin profile(user) - .user - h2= user.name - mixin pets(user.pets) \ No newline at end of file diff --git a/node/node_modules/jade/examples/model.jade b/node/node_modules/jade/examples/model.jade deleted file mode 100644 index 00cf248..0000000 --- a/node/node_modules/jade/examples/model.jade +++ /dev/null @@ -1,9 +0,0 @@ -model: - form(user) - p - field(name) - p - field(email) - p - field(summary, as: 'textarea') - buttons \ No newline at end of file diff --git a/node/node_modules/jade/examples/model.js b/node/node_modules/jade/examples/model.js deleted file mode 100644 index 145e01d..0000000 --- a/node/node_modules/jade/examples/model.js +++ /dev/null @@ -1,124 +0,0 @@ - - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'), - Compiler = jade.Compiler, - nodes = jade.nodes; - -var options = { - locals: { - user: { - name: 'Tobi', - email: 'vision-media.ca', - summary: 'Tobi is a ferret, he is supes cool.', - errors: { email: 'Invalid email' }, - new: false - } - } -}; - -jade.renderFile(__dirname + '/model.jade', options, function(err, html){ - if (err) throw err; - console.log(html); -}); - -// First define a filter named "model", -// which accepts a node (a Block node), -// and the parent Compiler - -jade.filters.model = function(block, compiler){ - // pass the block / previous options to our new Visitor - return new Visitor(block, compiler.options).compile(); -}; - -function Visitor(node, options) { - // "super" to the Compiler() constructor - Compiler.call(this, node, options); -} - -// Inherit from Compiler - -Visitor.prototype.__proto__ = Compiler.prototype; - -// Overwrite visitTag method - -Visitor.prototype.visitTag = function(node){ - var parent = Compiler.prototype.visitTag; - switch (node.name) { - case 'form': - // Store the record variable name, - // in our case "user" is our first - // anonymous attribute - this.record = node.attrs[0].name; - // remove the record name attribute - node.removeAttribute(this.record); - node.setAttribute('id', '"' + this.record + '-model-form"'); - node.setAttribute('method', '"post"'); - - // when the record is not new, we probably want a _method hidden - // field to tell our server to use PUT with frameworks like Express - var code = new nodes.Code('if (!' + this.record + '.new)'); - var put = new nodes.Tag('input'); - put.setAttribute('type', '"hidden"'); - put.setAttribute('name', '"_method"'); - put.setAttribute('value', '"put"'); - code.block = new nodes.Block(put); - node.block.push(code); - - parent.call(this, node); - break; - case 'field': - // Grab "as" attribute, defaulting it to "text" - // perform some surgery on it since it IS literal JavaScript - var name = node.attrs[0].name, - as = (node.getAttribute('as') || 'text').trim().replace(/'/g, ''), - capitalized = name.charAt(0).toUpperCase() + name.slice(1); - - // Field label - var label = new nodes.Tag('label'); - label.setAttribute('for', '"' + this.record + '[' + name + ']"'); - label.block.push(new nodes.Text(capitalized + ':')); - parent.call(this, label); - - // Field input - switch (as) { - case 'textarea': - var code = new nodes.Code(this.record + '.' + name, true, true); - node = new nodes.Tag('textarea'); - node.block.push(code); - break; - case 'text': - node = new nodes.Tag('input'); - node.setAttribute('type', '"text"'); - node.setAttribute('value', this.record + '.' + name); - } - node.setAttribute('name', '"' + this.record + '[' + name + ']"'); - parent.call(this, node); - - // Potential error tag - var err = this.record + '.errors.' + name; - node = new nodes.Code('if (' + err + ')'); - node.block = new nodes.Block; - var p = new nodes.Tag('p', new nodes.Block(new nodes.Code(err, true, true))); - p.setAttribute('class', '"error"'); - node.block.push(p); - - Visitor.prototype.visitCode.call(this, node); - break; - case 'buttons': - // Generate context sensative buttons which - // check the record's state. - node = new nodes.Tag('input'); - node.setAttribute('type', '"submit"'); - node.setAttribute('value', this.record + '.new ? "Save" : "Update"'); - var p = new nodes.Tag('p', new nodes.Block(node)); - p.setAttribute('class', '"buttons"'); - parent.call(this, p); - break; - default: - parent.call(this, node); - } -}; diff --git a/node/node_modules/jade/examples/nested-filters.jade b/node/node_modules/jade/examples/nested-filters.jade deleted file mode 100644 index 5ffc2d8..0000000 --- a/node/node_modules/jade/examples/nested-filters.jade +++ /dev/null @@ -1,8 +0,0 @@ -stylesheets: - stylesheet('/path/to/a.css') - stylesheet('/path/to/b.css') - stylesheet('/path/to/c.css') - javascripts: - js('/path/to/a.js') - js('/path/to/b.js') - js('/path/to/c.js') \ No newline at end of file diff --git a/node/node_modules/jade/examples/nested-filters.js b/node/node_modules/jade/examples/nested-filters.js deleted file mode 100644 index e7068b4..0000000 --- a/node/node_modules/jade/examples/nested-filters.js +++ /dev/null @@ -1,73 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'), - nodes = jade.nodes, - Compiler = jade.Compiler; - -jade.renderFile(__dirname + '/nested-filters.jade', function(err, html){ - if (err) throw err; - console.log(html); -}); - -// :javascripts - -jade.filters.javascripts = function(block, compiler){ - return new JavascriptsVisitor(block, compiler.options).compile(); -}; - -function JavascriptsVisitor(node, options) { - Compiler.call(this, node, options); -} - -// Inherit from Compiler - -JavascriptsVisitor.prototype.__proto__ = Compiler.prototype; - -// Overwrite visitTag method - -JavascriptsVisitor.prototype.visitTag = function(node){ - var parent = Compiler.prototype.visitTag; - switch (node.name) { - case 'js': - var script = new nodes.Tag('script'); - script.setAttribute('type', "'text/javascript'"); - script.setAttribute('src', "'" + node.attrs[0].name + "'") - parent.call(this, script); - break; - default: - parent.call(this, node); - } -}; - -// :stylesheets - -jade.filters.stylesheets = function(block, compiler){ - return new StylesheetsVisitor(block, compiler.options).compile(); -}; - -function StylesheetsVisitor(node, options) { - Compiler.call(this, node, options); -} - -// Inherit from Compiler - -StylesheetsVisitor.prototype.__proto__ = Compiler.prototype; - -// Overwrite visitTag method - -StylesheetsVisitor.prototype.visitTag = function(node){ - var parent = Compiler.prototype.visitTag; - switch (node.name) { - case 'stylesheet': - var style = new nodes.Tag('link'); - style.setAttribute('rel', "'stylesheet'"); - style.setAttribute('href', "'" + node.attrs[0].name + "'") - parent.call(this, style); - break; - default: - parent.call(this, node); - } -}; diff --git a/node/node_modules/jade/examples/rss.jade b/node/node_modules/jade/examples/rss.jade deleted file mode 100644 index 3f5f03e..0000000 --- a/node/node_modules/jade/examples/rss.jade +++ /dev/null @@ -1,13 +0,0 @@ -!!! xml -rss(version='2.0') -channel - title RSS Title - description Some description here - link http://google.com - lastBuildDate Mon, 06 Sep 2010 00:01:00 +0000 - pubDate Mon, 06 Sep 2009 16:45:00 +0000 - - item - title Example entry - description Description here - link http://google.com/foobar diff --git a/node/node_modules/jade/examples/rss.js b/node/node_modules/jade/examples/rss.js deleted file mode 100644 index caec858..0000000 --- a/node/node_modules/jade/examples/rss.js +++ /dev/null @@ -1,11 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -jade.renderFile(__dirname + '/rss.jade', function(err, xml){ - if (err) throw err; - console.log(xml); -}); \ No newline at end of file diff --git a/node/node_modules/jade/examples/text.jade b/node/node_modules/jade/examples/text.jade deleted file mode 100644 index c18e7e0..0000000 --- a/node/node_modules/jade/examples/text.jade +++ /dev/null @@ -1,36 +0,0 @@ -| An example of an -a(href='#') inline -| link. - -form - label Username: - input(type='text', name='user[name]') - p - | Just an example of some text usage. - | You can have inline html, - | as well as - strong tags - | . - - | Interpolation is also supported. The - | username is currently "#{name}". - - label Email: - input(type='text', name='user[email]') - p - | Email is currently - em= email - | . - - // alternatively, if we plan on having only - // text or inline-html, we can use a trailing - // "." to let jade know we want to omit pipes - - label Username: - input(type='text') - p. - Just an example, like before - however now we can omit those - annoying pipes!. - - Wahoo. \ No newline at end of file diff --git a/node/node_modules/jade/examples/text.js b/node/node_modules/jade/examples/text.js deleted file mode 100644 index b1ef67f..0000000 --- a/node/node_modules/jade/examples/text.js +++ /dev/null @@ -1,10 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade') - , str = require('fs').readFileSync(__dirname + '/text.jade', 'utf8') - , fn = jade.compile(str); - -console.log(fn({ name: 'tj', email: 'tj@vision-media.ca' })); \ No newline at end of file diff --git a/node/node_modules/jade/examples/whitespace.jade b/node/node_modules/jade/examples/whitespace.jade deleted file mode 100644 index 4851f92..0000000 --- a/node/node_modules/jade/examples/whitespace.jade +++ /dev/null @@ -1,11 +0,0 @@ -- var js = '' -!!! 5 -html - - head - title= "Some " + "JavaScript" - != js - - - - body \ No newline at end of file diff --git a/node/node_modules/jade/examples/whitespace.js b/node/node_modules/jade/examples/whitespace.js deleted file mode 100644 index 139d2f0..0000000 --- a/node/node_modules/jade/examples/whitespace.js +++ /dev/null @@ -1,11 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('./../lib/jade'); - -jade.renderFile(__dirname + '/whitespace.jade', {debug:true},function(err, html){ - if (err) throw err; - console.log(html); -}); \ No newline at end of file diff --git a/node/node_modules/jade/index.js b/node/node_modules/jade/index.js deleted file mode 100644 index 857e431..0000000 --- a/node/node_modules/jade/index.js +++ /dev/null @@ -1,2 +0,0 @@ - -module.exports = require('./lib/jade'); \ No newline at end of file diff --git a/node/node_modules/jade/jade.js b/node/node_modules/jade/jade.js deleted file mode 100644 index 667ce99..0000000 --- a/node/node_modules/jade/jade.js +++ /dev/null @@ -1,2636 +0,0 @@ - -// CommonJS require() - -function require(p){ - var path = require.resolve(p) - , mod = require.modules[path]; - if (!mod) throw new Error('failed to require "' + p + '"'); - if (!mod.exports) { - mod.exports = {}; - mod.call(mod.exports, mod, mod.exports, require.relative(path)); - } - return mod.exports; - } - -require.modules = {}; - -require.resolve = function (path){ - var orig = path - , reg = path + '.js' - , index = path + '/index.js'; - return require.modules[reg] && reg - || require.modules[index] && index - || orig; - }; - -require.register = function (path, fn){ - require.modules[path] = fn; - }; - -require.relative = function (parent) { - return function(p){ - if ('.' != p[0]) return require(p); - - var path = parent.split('/') - , segs = p.split('/'); - path.pop(); - - for (var i = 0; i < segs.length; i++) { - var seg = segs[i]; - if ('..' == seg) path.pop(); - else if ('.' != seg) path.push(seg); - } - - return require(path.join('/')); - }; - }; - - -require.register("compiler.js", function(module, exports, require){ - -/*! - * Jade - Compiler - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var nodes = require('./nodes') - , filters = require('./filters') - , doctypes = require('./doctypes') - , selfClosing = require('./self-closing') - , inlineTags = require('./inline-tags') - , utils = require('./utils'); - - - if (!Object.keys) { - Object.keys = function(obj){ - var arr = []; - for (var key in obj) { - if (obj.hasOwnProperty(key)) { - arr.push(obj); - } - } - return arr; - } - } - - if (!String.prototype.trimLeft) { - String.prototype.trimLeft = function(){ - return this.replace(/^\s+/, ''); - } - } - - - -/** - * Initialize `Compiler` with the given `node`. - * - * @param {Node} node - * @param {Object} options - * @api public - */ - -var Compiler = module.exports = function Compiler(node, options) { - this.options = options = options || {}; - this.node = node; - this.hasCompiledDoctype = false; - this.hasCompiledTag = false; - this.pp = options.pretty || false; - this.debug = false !== options.compileDebug; - this.indents = 0; - if (options.doctype) this.setDoctype(options.doctype); -}; - -/** - * Compiler prototype. - */ - -Compiler.prototype = { - - /** - * Compile parse tree to JavaScript. - * - * @api public - */ - - compile: function(){ - this.buf = ['var interp;']; - this.lastBufferedIdx = -1 - this.visit(this.node); - return this.buf.join('\n'); - }, - - /** - * Sets the default doctype `name`. Sets terse mode to `true` when - * html 5 is used, causing self-closing tags to end with ">" vs "/>", - * and boolean attributes are not mirrored. - * - * @param {string} name - * @api public - */ - - setDoctype: function(name){ - var doctype = doctypes[(name || 'default').toLowerCase()]; - if (!doctype) throw new Error('unknown doctype "' + name + '"'); - this.doctype = doctype; - this.terse = '5' == name || 'html' == name; - this.xml = 0 == this.doctype.indexOf('" vs "/>", - * and boolean attributes are not mirrored. - * - * @param {Doctype} doctype - * @api public - */ - - visitDoctype: function(doctype){ - if (doctype && (doctype.val || !this.doctype)) { - this.setDoctype(doctype.val || 'default'); - } - - if (this.doctype) this.buffer(this.doctype); - this.hasCompiledDoctype = true; - }, - - /** - * Visit `mixin`, generating a function that - * may be called within the template. - * - * @param {Mixin} mixin - * @api public - */ - - visitMixin: function(mixin){ - var name = mixin.name.replace(/-/g, '_') + '_mixin' - , args = mixin.args || ''; - - if (mixin.block) { - this.buf.push('var ' + name + ' = function(' + args + '){'); - this.visit(mixin.block); - this.buf.push('}'); - } else { - this.buf.push(name + '(' + args + ');'); - } - }, - - /** - * Visit `tag` buffering tag markup, generating - * attributes, visiting the `tag`'s code and block. - * - * @param {Tag} tag - * @api public - */ - - visitTag: function(tag){ - this.indents++; - var name = tag.name; - - if (!this.hasCompiledTag) { - if (!this.hasCompiledDoctype && 'html' == name) { - this.visitDoctype(); - } - this.hasCompiledTag = true; - } - - // pretty print - if (this.pp && inlineTags.indexOf(name) == -1) { - this.buffer('\\n' + Array(this.indents).join(' ')); - } - - if (~selfClosing.indexOf(name) && !this.xml) { - this.buffer('<' + name); - this.visitAttributes(tag.attrs); - this.terse - ? this.buffer('>') - : this.buffer('/>'); - } else { - // Optimize attributes buffering - if (tag.attrs.length) { - this.buffer('<' + name); - if (tag.attrs.length) this.visitAttributes(tag.attrs); - this.buffer('>'); - } else { - this.buffer('<' + name + '>'); - } - if (tag.code) this.visitCode(tag.code); - if (tag.text) this.buffer(utils.text(tag.text.nodes[0].trimLeft())); - this.escape = 'pre' == tag.name; - this.visit(tag.block); - - // pretty print - if (this.pp && !~inlineTags.indexOf(name) && !tag.textOnly) { - this.buffer('\\n' + Array(this.indents).join(' ')); - } - - this.buffer(''); - } - this.indents--; - }, - - /** - * Visit `filter`, throwing when the filter does not exist. - * - * @param {Filter} filter - * @api public - */ - - visitFilter: function(filter){ - var fn = filters[filter.name]; - - // unknown filter - if (!fn) { - if (filter.isASTFilter) { - throw new Error('unknown ast filter "' + filter.name + ':"'); - } else { - throw new Error('unknown filter ":' + filter.name + '"'); - } - } - if (filter.isASTFilter) { - this.buf.push(fn(filter.block, this, filter.attrs)); - } else { - var text = filter.block.nodes.join(''); - this.buffer(utils.text(fn(text, filter.attrs))); - } - }, - - /** - * Visit `text` node. - * - * @param {Text} text - * @api public - */ - - visitText: function(text){ - text = utils.text(text.nodes.join('')); - if (this.escape) text = escape(text); - this.buffer(text); - this.buffer('\\n'); - }, - - /** - * Visit a `comment`, only buffering when the buffer flag is set. - * - * @param {Comment} comment - * @api public - */ - - visitComment: function(comment){ - if (!comment.buffer) return; - if (this.pp) this.buffer('\\n' + Array(this.indents + 1).join(' ')); - this.buffer(''); - }, - - /** - * Visit a `BlockComment`. - * - * @param {Comment} comment - * @api public - */ - - visitBlockComment: function(comment){ - if (!comment.buffer) return; - if (0 == comment.val.indexOf('if')) { - this.buffer(''); - } else { - this.buffer(''); - } - }, - - /** - * Visit `code`, respecting buffer / escape flags. - * If the code is followed by a block, wrap it in - * a self-calling function. - * - * @param {Code} code - * @api public - */ - - visitCode: function(code){ - // Wrap code blocks with {}. - // we only wrap unbuffered code blocks ATM - // since they are usually flow control - - // Buffer code - if (code.buffer) { - var val = code.val.trimLeft(); - this.buf.push('var __val__ = ' + val); - val = 'null == __val__ ? "" : __val__'; - if (code.escape) val = 'escape(' + val + ')'; - this.buf.push("buf.push(" + val + ");"); - } else { - this.buf.push(code.val); - } - - // Block support - if (code.block) { - if (!code.buffer) this.buf.push('{'); - this.visit(code.block); - if (!code.buffer) this.buf.push('}'); - } - }, - - /** - * Visit `each` block. - * - * @param {Each} each - * @api public - */ - - visitEach: function(each){ - this.buf.push('' - + '// iterate ' + each.obj + '\n' - + '(function(){\n' - + ' if (\'number\' == typeof ' + each.obj + '.length) {\n' - + ' for (var ' + each.key + ' = 0, $$l = ' + each.obj + '.length; ' + each.key + ' < $$l; ' + each.key + '++) {\n' - + ' var ' + each.val + ' = ' + each.obj + '[' + each.key + '];\n'); - - this.visit(each.block); - - this.buf.push('' - + ' }\n' - + ' } else {\n' - + ' for (var ' + each.key + ' in ' + each.obj + ') {\n' - + ' if (' + each.obj + '.hasOwnProperty(' + each.key + ')){' - + ' var ' + each.val + ' = ' + each.obj + '[' + each.key + '];\n'); - - this.visit(each.block); - - this.buf.push(' }\n'); - - this.buf.push(' }\n }\n}).call(this);\n'); - }, - - /** - * Visit `attrs`. - * - * @param {Array} attrs - * @api public - */ - - visitAttributes: function(attrs){ - var buf = [] - , classes = []; - - if (this.terse) buf.push('terse: true'); - - attrs.forEach(function(attr){ - if (attr.name == 'class') { - classes.push('(' + attr.val + ')'); - } else { - var pair = "'" + attr.name + "':(" + attr.val + ')'; - buf.push(pair); - } - }); - - if (classes.length) { - classes = classes.join(" + ' ' + "); - buf.push("class: " + classes); - } - - buf = buf.join(', ').replace('class:', '"class":'); - - this.buf.push("buf.push(attrs({ " + buf + " }));"); - } -}; - -/** - * Escape the given string of `html`. - * - * @param {String} html - * @return {String} - * @api private - */ - -function escape(html){ - return String(html) - .replace(/&(?!\w+;)/g, '&') - .replace(//g, '>') - .replace(/"/g, '"'); -} - -}); // module: compiler.js - -require.register("doctypes.js", function(module, exports, require){ - -/*! - * Jade - doctypes - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = { - '5': '' - , 'html': '' - , 'xml': '' - , 'default': '' - , 'transitional': '' - , 'strict': '' - , 'frameset': '' - , '1.1': '' - , 'basic': '' - , 'mobile': '' -}; -}); // module: doctypes.js - -require.register("filters.js", function(module, exports, require){ - -/*! - * Jade - filters - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = { - - /** - * Wrap text with CDATA block. - */ - - cdata: function(str){ - return ''; - }, - - /** - * Transform sass to css, wrapped in style tags. - */ - - sass: function(str){ - str = str.replace(/\\n/g, '\n'); - var sass = require('sass').render(str).replace(/\n/g, '\\n'); - return ''; - }, - - /** - * Transform stylus to css, wrapped in style tags. - */ - - stylus: function(str, options){ - var ret; - str = str.replace(/\\n/g, '\n'); - var stylus = require('stylus'); - stylus(str, options).render(function(err, css){ - if (err) throw err; - ret = css.replace(/\n/g, '\\n'); - }); - return ''; - }, - - /** - * Transform sass to css, wrapped in style tags. - */ - - less: function(str){ - var ret; - str = str.replace(/\\n/g, '\n'); - require('less').render(str, function(err, css){ - if (err) throw err; - ret = ''; - }); - return ret; - }, - - /** - * Transform markdown to html. - */ - - markdown: function(str){ - var md; - - // support markdown / discount - try { - md = require('markdown'); - } catch (err){ - try { - md = require('discount'); - } catch (err) { - try { - md = require('markdown-js'); - } catch (err) { - throw new Error('Cannot find markdown library, install markdown or discount'); - } - } - } - - str = str.replace(/\\n/g, '\n'); - return md.parse(str).replace(/\n/g, '\\n').replace(/'/g,'''); - }, - - /** - * Transform coffeescript to javascript. - */ - - coffeescript: function(str){ - str = str.replace(/\\n/g, '\n'); - var js = require('coffee-script').compile(str).replace(/\n/g, '\\n'); - return ''; - } -}; -}); // module: filters.js - -require.register("inline-tags.js", function(module, exports, require){ - -/*! - * Jade - inline tags - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = [ - 'a' - , 'abbr' - , 'acronym' - , 'b' - , 'br' - , 'code' - , 'em' - , 'font' - , 'i' - , 'img' - , 'ins' - , 'kbd' - , 'map' - , 'samp' - , 'small' - , 'span' - , 'strong' - , 'sub' - , 'sup' -]; -}); // module: inline-tags.js - -require.register("jade.js", function(module, exports, require){ - -/*! - * Jade - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Parser = require('./parser') - , Compiler = require('./compiler') - , runtime = require('./runtime') - -/** - * Library version. - */ - -exports.version = '0.15.4'; - -/** - * Intermediate JavaScript cache. - */ - -var cache = exports.cache = {}; - -/** - * Expose self closing tags. - */ - -exports.selfClosing = require('./self-closing'); - -/** - * Default supported doctypes. - */ - -exports.doctypes = require('./doctypes'); - -/** - * Text filters. - */ - -exports.filters = require('./filters'); - -/** - * Utilities. - */ - -exports.utils = require('./utils'); - -/** - * Expose `Compiler`. - */ - -exports.Compiler = Compiler; - -/** - * Expose `Parser`. - */ - -exports.Parser = Parser; - -/** - * Nodes. - */ - -exports.nodes = require('./nodes'); - -/** - * Jade runtime helpers. - */ - -exports.runtime = runtime; - -/** - * Parse the given `str` of jade and return a function body. - * - * @param {String} str - * @param {Object} options - * @return {String} - * @api private - */ - -function parse(str, options){ - var filename = options.filename; - - try { - // Parse - var parser = new Parser(str, filename, options); - - // Compile - var compiler = new (options.compiler || Compiler)(parser.parse(), options) - , js = compiler.compile(); - - // Debug compiler - if (options.debug) { - console.log('\n\x1b[1mCompiled Function\x1b[0m:\n\n%s', js.replace(/^/gm, ' ')); - } - - try { - return '' - + 'var buf = [];\n' - + (options.self - ? 'var self = locals || {};\n' + js - : 'with (locals || {}) {\n' + js + '\n}\n') - + 'return buf.join("");'; - - } catch (err) { - process.compile(js, filename || 'Jade'); - return; - } - } catch (err) { - runtime.rethrow(err, str, filename, parser.lexer.lineno); - } -} - -/** - * Compile a `Function` representation of the given jade `str`. - * - * Options: - * - * - `compileDebug` when `false` debugging code is stripped from the compiled template - * - `client` when `true` the helper functions `escape()` etc will reference `jade.escape()` - * for use with the Jade client-side runtime.js - * - * @param {String} str - * @param {Options} options - * @return {Function} - * @api public - */ - -exports.compile = function(str, options){ - var options = options || {} - , input = JSON.stringify(str) - , client = options.client - , filename = options.filename - ? JSON.stringify(options.filename) - : 'undefined' - , fn; - - if (options.compileDebug !== false) { - fn = [ - 'var __ = { lineno: 1, input: ' + input + ', filename: ' + filename + ' };' - , 'try {' - , parse(String(str), options || {}) - , '} catch (err) {' - , ' rethrow(err, __.input, __.filename, __.lineno);' - , '}' - ].join('\n'); - } else { - fn = parse(String(str), options || {}); - } - - if (client) { - fn = 'var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow;\n' + fn; - } - - fn = new Function('locals, attrs, escape, rethrow', fn); - - if (client) return fn; - - return function(locals){ - return fn(locals, runtime.attrs, runtime.escape, runtime.rethrow); - }; -}; - -}); // module: jade.js - -require.register("lexer.js", function(module, exports, require){ - -/*! - * Jade - Lexer - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Initialize `Lexer` with the given `str`. - * - * Options: - * - * - `colons` allow colons for attr delimiters - * - * @param {String} str - * @param {Object} options - * @api private - */ - -var Lexer = module.exports = function Lexer(str, options) { - options = options || {}; - this.input = str.replace(/\r\n|\r/g, '\n'); - this.colons = options.colons; - this.deferredTokens = []; - this.lastIndents = 0; - this.lineno = 1; - this.stash = []; - this.indentStack = []; - this.indentRe = null; - this.pipeless = false; -}; - -/** - * Lexer prototype. - */ - -Lexer.prototype = { - - /** - * Construct a token with the given `type` and `val`. - * - * @param {String} type - * @param {String} val - * @return {Object} - * @api private - */ - - tok: function(type, val){ - return { - type: type - , line: this.lineno - , val: val - } - }, - - /** - * Consume the given `len` of input. - * - * @param {Number} len - * @api private - */ - - consume: function(len){ - this.input = this.input.substr(len); - }, - - /** - * Scan for `type` with the given `regexp`. - * - * @param {String} type - * @param {RegExp} regexp - * @return {Object} - * @api private - */ - - scan: function(regexp, type){ - var captures; - if (captures = regexp.exec(this.input)) { - this.consume(captures[0].length); - return this.tok(type, captures[1]); - } - }, - - /** - * Defer the given `tok`. - * - * @param {Object} tok - * @api private - */ - - defer: function(tok){ - this.deferredTokens.push(tok); - }, - - /** - * Lookahead `n` tokens. - * - * @param {Number} n - * @return {Object} - * @api private - */ - - lookahead: function(n){ - var fetch = n - this.stash.length; - while (fetch-- > 0) this.stash.push(this.next()); - return this.stash[--n]; - }, - - /** - * Return the indexOf `start` / `end` delimiters. - * - * @param {String} start - * @param {String} end - * @return {Number} - * @api private - */ - - indexOfDelimiters: function(start, end){ - var str = this.input - , nstart = 0 - , nend = 0 - , pos = 0; - for (var i = 0, len = str.length; i < len; ++i) { - if (start == str[i]) { - ++nstart; - } else if (end == str[i]) { - if (++nend == nstart) { - pos = i; - break; - } - } - } - return pos; - }, - - /** - * Stashed token. - */ - - stashed: function() { - return this.stash.length - && this.stash.shift(); - }, - - /** - * Deferred token. - */ - - deferred: function() { - return this.deferredTokens.length - && this.deferredTokens.shift(); - }, - - /** - * end-of-source. - */ - - eos: function() { - if (this.input.length) return; - if (this.indentStack.length) { - this.indentStack.shift(); - return this.tok('outdent'); - } else { - return this.tok('eos'); - } - }, - - /** - * Comment. - */ - - comment: function() { - var captures; - if (captures = /^ *\/\/(-)?([^\n]*)/.exec(this.input)) { - this.consume(captures[0].length); - var tok = this.tok('comment', captures[2]); - tok.buffer = '-' != captures[1]; - return tok; - } - }, - - /** - * Tag. - */ - - tag: function() { - var captures; - if (captures = /^(\w[-:\w]*)/.exec(this.input)) { - this.consume(captures[0].length); - var tok, name = captures[1]; - if (':' == name[name.length - 1]) { - name = name.slice(0, -1); - tok = this.tok('tag', name); - this.deferredTokens.push(this.tok(':')); - while (' ' == this.input[0]) this.input = this.input.substr(1); - } else { - tok = this.tok('tag', name); - } - return tok; - } - }, - - /** - * Filter. - */ - - filter: function() { - return this.scan(/^:(\w+)/, 'filter'); - }, - - /** - * Doctype. - */ - - doctype: function() { - return this.scan(/^(?:!!!|doctype) *(\w+)?/, 'doctype'); - }, - - /** - * Id. - */ - - id: function() { - return this.scan(/^#([\w-]+)/, 'id'); - }, - - /** - * Class. - */ - - className: function() { - return this.scan(/^\.([\w-]+)/, 'class'); - }, - - /** - * Text. - */ - - text: function() { - return this.scan(/^(?:\| ?)?([^\n]+)/, 'text'); - }, - - /** - * Include. - */ - - include: function() { - return this.scan(/^include +([^\n]+)/, 'include'); - }, - - /** - * Mixin. - */ - - mixin: function(){ - var captures; - if (captures = /^mixin +([-\w]+)(?:\(([^\)]+)\))?/.exec(this.input)) { - this.consume(captures[0].length); - var tok = this.tok('mixin', captures[1]); - tok.args = captures[2]; - return tok; - } - }, - - /** - * Conditional. - */ - - conditional: function() { - var captures; - if (captures = /^(if|unless|else if|else)\b([^\n]*)/.exec(this.input)) { - this.consume(captures[0].length); - var type = captures[1] - , js = captures[2]; - - switch (type) { - case 'if': js = 'if (' + js + ')'; break; - case 'unless': js = 'if (!(' + js + '))'; break; - case 'else if': js = 'else if (' + js + ')'; break; - case 'else': js = 'else'; break; - } - - return this.tok('code', js); - } - }, - - /** - * Each. - */ - - each: function() { - var captures; - if (captures = /^(?:- *)?(?:each|for) +(\w+)(?: *, *(\w+))? * in *([^\n]+)/.exec(this.input)) { - this.consume(captures[0].length); - var tok = this.tok('each', captures[1]); - tok.key = captures[2] || 'index'; - tok.code = captures[3]; - return tok; - } - }, - - /** - * Code. - */ - - code: function() { - var captures; - if (captures = /^(!?=|-)([^\n]+)/.exec(this.input)) { - this.consume(captures[0].length); - var flags = captures[1]; - captures[1] = captures[2]; - var tok = this.tok('code', captures[1]); - tok.escape = flags[0] === '='; - tok.buffer = flags[0] === '=' || flags[1] === '='; - return tok; - } - }, - - /** - * Attributes. - */ - - attrs: function() { - if ('(' == this.input[0]) { - var index = this.indexOfDelimiters('(', ')') - , str = this.input.substr(1, index-1) - , tok = this.tok('attrs') - , len = str.length - , colons = this.colons - , states = ['key'] - , key = '' - , val = '' - , quote - , c; - - function state(){ - return states[states.length - 1]; - } - - function interpolate(attr) { - return attr.replace(/#\{([^}]+)\}/g, function(_, expr){ - return quote + " + (" + expr + ") + " + quote; - }); - } - - this.consume(index + 1); - tok.attrs = {}; - - function parse(c) { - var real = c; - // TODO: remove when people fix ":" - if (colons && ':' == c) c = '='; - switch (c) { - case ',': - case '\n': - switch (state()) { - case 'expr': - case 'array': - case 'string': - case 'object': - val += c; - break; - default: - states.push('key'); - val = val.trim(); - key = key.trim(); - if ('' == key) return; - tok.attrs[key.replace(/^['"]|['"]$/g, '')] = '' == val - ? true - : interpolate(val); - key = val = ''; - } - break; - case '=': - switch (state()) { - case 'key char': - key += real; - break; - case 'val': - case 'expr': - case 'array': - case 'string': - case 'object': - val += real; - break; - default: - states.push('val'); - } - break; - case '(': - if ('val' == state()) states.push('expr'); - val += c; - break; - case ')': - if ('expr' == state()) states.pop(); - val += c; - break; - case '{': - if ('val' == state()) states.push('object'); - val += c; - break; - case '}': - if ('object' == state()) states.pop(); - val += c; - break; - case '[': - if ('val' == state()) states.push('array'); - val += c; - break; - case ']': - if ('array' == state()) states.pop(); - val += c; - break; - case '"': - case "'": - switch (state()) { - case 'key': - states.push('key char'); - break; - case 'key char': - states.pop(); - break; - case 'string': - if (c == quote) states.pop(); - val += c; - break; - default: - states.push('string'); - val += c; - quote = c; - } - break; - case '': - break; - default: - switch (state()) { - case 'key': - case 'key char': - key += c; - break; - default: - val += c; - } - } - } - - for (var i = 0; i < len; ++i) { - parse(str[i]); - } - - parse(','); - - return tok; - } - }, - - /** - * Indent | Outdent | Newline. - */ - - indent: function() { - var captures, re; - - // established regexp - if (this.indentRe) { - captures = this.indentRe.exec(this.input); - // determine regexp - } else { - // tabs - re = /^\n(\t*) */; - captures = re.exec(this.input); - - // spaces - if (captures && !captures[1].length) { - re = /^\n( *)/; - captures = re.exec(this.input); - } - - // established - if (captures && captures[1].length) this.indentRe = re; - } - - if (captures) { - var tok - , indents = captures[1].length; - - ++this.lineno; - this.consume(indents + 1); - - if (' ' == this.input[0] || '\t' == this.input[0]) { - throw new Error('Invalid indentation, you can use tabs or spaces but not both'); - } - - // blank line - if ('\n' == this.input[0]) return this.tok('newline'); - - // outdent - if (this.indentStack.length && indents < this.indentStack[0]) { - while (this.indentStack.length && this.indentStack[0] > indents) { - this.stash.push(this.tok('outdent')); - this.indentStack.shift(); - } - tok = this.stash.pop(); - // indent - } else if (indents && indents != this.indentStack[0]) { - this.indentStack.unshift(indents); - tok = this.tok('indent', indents); - // newline - } else { - tok = this.tok('newline'); - } - - return tok; - } - }, - - /** - * Pipe-less text consumed only when - * pipeless is true; - */ - - pipelessText: function() { - if (this.pipeless) { - if ('\n' == this.input[0]) return; - var i = this.input.indexOf('\n'); - if (-1 == i) i = this.input.length; - var str = this.input.substr(0, i); - this.consume(str.length); - return this.tok('text', str); - } - }, - - /** - * ':' - */ - - colon: function() { - return this.scan(/^: */, ':'); - }, - - /** - * Return the next token object, or those - * previously stashed by lookahead. - * - * @return {Object} - * @api private - */ - - advance: function(){ - return this.stashed() - || this.next(); - }, - - /** - * Return the next token object. - * - * @return {Object} - * @api private - */ - - next: function() { - return this.deferred() - || this.eos() - || this.pipelessText() - || this.doctype() - || this.include() - || this.mixin() - || this.conditional() - || this.each() - || this.tag() - || this.filter() - || this.code() - || this.id() - || this.className() - || this.attrs() - || this.indent() - || this.comment() - || this.colon() - || this.text(); - } -}; - -}); // module: lexer.js - -require.register("nodes/block-comment.js", function(module, exports, require){ - -/*! - * Jade - nodes - BlockComment - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `BlockComment` with the given `block`. - * - * @param {String} val - * @param {Block} block - * @param {Boolean} buffer - * @api public - */ - -var BlockComment = module.exports = function BlockComment(val, block, buffer) { - this.block = block; - this.val = val; - this.buffer = buffer; -}; - -/** - * Inherit from `Node`. - */ - -BlockComment.prototype = new Node; -BlockComment.prototype.constructor = BlockComment; - -}); // module: nodes/block-comment.js - -require.register("nodes/block.js", function(module, exports, require){ - -/*! - * Jade - nodes - Block - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Block` with an optional `node`. - * - * @param {Node} node - * @api public - */ - -var Block = module.exports = function Block(node){ - this.nodes = []; - if (node) this.push(node); -}; - -/** - * Inherit from `Node`. - */ - -Block.prototype = new Node; -Block.prototype.constructor = Block; - - -/** - * Pust the given `node`. - * - * @param {Node} node - * @return {Number} - * @api public - */ - -Block.prototype.push = function(node){ - return this.nodes.push(node); -}; - -/** - * Unshift the given `node`. - * - * @param {Node} node - * @return {Number} - * @api public - */ - -Block.prototype.unshift = function(node){ - return this.nodes.unshift(node); -}; - -}); // module: nodes/block.js - -require.register("nodes/code.js", function(module, exports, require){ - -/*! - * Jade - nodes - Code - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Code` node with the given code `val`. - * Code may also be optionally buffered and escaped. - * - * @param {String} val - * @param {Boolean} buffer - * @param {Boolean} escape - * @api public - */ - -var Code = module.exports = function Code(val, buffer, escape) { - this.val = val; - this.buffer = buffer; - this.escape = escape; - if (/^ *else/.test(val)) this.instrumentLineNumber = false; -}; - -/** - * Inherit from `Node`. - */ - -Code.prototype = new Node; -Code.prototype.constructor = Code; - -}); // module: nodes/code.js - -require.register("nodes/comment.js", function(module, exports, require){ - -/*! - * Jade - nodes - Comment - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Comment` with the given `val`, optionally `buffer`, - * otherwise the comment may render in the output. - * - * @param {String} val - * @param {Boolean} buffer - * @api public - */ - -var Comment = module.exports = function Comment(val, buffer) { - this.val = val; - this.buffer = buffer; -}; - -/** - * Inherit from `Node`. - */ - -Comment.prototype = new Node; -Comment.prototype.constructor = Comment; - -}); // module: nodes/comment.js - -require.register("nodes/doctype.js", function(module, exports, require){ - -/*! - * Jade - nodes - Doctype - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Doctype` with the given `val`. - * - * @param {String} val - * @api public - */ - -var Doctype = module.exports = function Doctype(val) { - this.val = val; -}; - -/** - * Inherit from `Node`. - */ - -Doctype.prototype = new Node; -Doctype.prototype.constructor = Doctype; - -}); // module: nodes/doctype.js - -require.register("nodes/each.js", function(module, exports, require){ - -/*! - * Jade - nodes - Each - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize an `Each` node, representing iteration - * - * @param {String} obj - * @param {String} val - * @param {String} key - * @param {Block} block - * @api public - */ - -var Each = module.exports = function Each(obj, val, key, block) { - this.obj = obj; - this.val = val; - this.key = key; - this.block = block; -}; - -/** - * Inherit from `Node`. - */ - -Each.prototype = new Node; -Each.prototype.constructor = Each; - -}); // module: nodes/each.js - -require.register("nodes/filter.js", function(module, exports, require){ - -/*! - * Jade - nodes - Filter - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , Block = require('./block'); - -/** - * Initialize a `Filter` node with the given - * filter `name` and `block`. - * - * @param {String} name - * @param {Block|Node} block - * @api public - */ - -var Filter = module.exports = function Filter(name, block, attrs) { - this.name = name; - this.block = block; - this.attrs = attrs; - this.isASTFilter = block instanceof Block; -}; - -/** - * Inherit from `Node`. - */ - -Filter.prototype = new Node; -Filter.prototype.constructor = Filter; - -}); // module: nodes/filter.js - -require.register("nodes/index.js", function(module, exports, require){ - -/*! - * Jade - nodes - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -exports.Node = require('./node'); -exports.Tag = require('./tag'); -exports.Code = require('./code'); -exports.Each = require('./each'); -exports.Text = require('./text'); -exports.Block = require('./block'); -exports.Mixin = require('./mixin'); -exports.Filter = require('./filter'); -exports.Comment = require('./comment'); -exports.Literal = require('./literal'); -exports.BlockComment = require('./block-comment'); -exports.Doctype = require('./doctype'); - -}); // module: nodes/index.js - -require.register("nodes/literal.js", function(module, exports, require){ - -/*! - * Jade - nodes - Literal - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Literal` node with the given `str. - * - * @param {String} str - * @api public - */ - -var Literal = module.exports = function Literal(str) { - this.str = str; -}; - -/** - * Inherit from `Node`. - */ - -Literal.prototype = new Node; -Literal.prototype.constructor = Literal; - - -}); // module: nodes/literal.js - -require.register("nodes/mixin.js", function(module, exports, require){ - -/*! - * Jade - nodes - Mixin - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Mixin` with `name` and `block`. - * - * @param {String} name - * @param {String} args - * @param {Block} block - * @api public - */ - -var Mixin = module.exports = function Mixin(name, args, block){ - this.name = name; - this.args = args; - this.block = block; -}; - -/** - * Inherit from `Node`. - */ - -Mixin.prototype = new Node; -Mixin.prototype.constructor = Mixin; - - - -}); // module: nodes/mixin.js - -require.register("nodes/node.js", function(module, exports, require){ - -/*! - * Jade - nodes - Node - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Initialize a `Node`. - * - * @api public - */ - -var Node = module.exports = function Node(){}; -}); // module: nodes/node.js - -require.register("nodes/tag.js", function(module, exports, require){ - -/*! - * Jade - nodes - Tag - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'), - Block = require('./block'); - -/** - * Initialize a `Tag` node with the given tag `name` and optional `block`. - * - * @param {String} name - * @param {Block} block - * @api public - */ - -var Tag = module.exports = function Tag(name, block) { - this.name = name; - this.attrs = []; - this.block = block || new Block; -}; - -/** - * Inherit from `Node`. - */ - -Tag.prototype = new Node; -Tag.prototype.constructor = Tag; - - -/** - * Set attribute `name` to `val`, keep in mind these become - * part of a raw js object literal, so to quote a value you must - * '"quote me"', otherwise or example 'user.name' is literal JavaScript. - * - * @param {String} name - * @param {String} val - * @return {Tag} for chaining - * @api public - */ - -Tag.prototype.setAttribute = function(name, val){ - this.attrs.push({ name: name, val: val }); - return this; -}; - -/** - * Remove attribute `name` when present. - * - * @param {String} name - * @api public - */ - -Tag.prototype.removeAttribute = function(name){ - for (var i = 0, len = this.attrs.length; i < len; ++i) { - if (this.attrs[i] && this.attrs[i].name == name) { - delete this.attrs[i]; - } - } -}; - -/** - * Get attribute value by `name`. - * - * @param {String} name - * @return {String} - * @api public - */ - -Tag.prototype.getAttribute = function(name){ - for (var i = 0, len = this.attrs.length; i < len; ++i) { - if (this.attrs[i] && this.attrs[i].name == name) { - return this.attrs[i].val; - } - } -}; - -}); // module: nodes/tag.js - -require.register("nodes/text.js", function(module, exports, require){ - -/*! - * Jade - nodes - Text - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Text` node with optional `line`. - * - * @param {String} line - * @api public - */ - -var Text = module.exports = function Text(line) { - this.nodes = []; - if ('string' == typeof line) this.push(line); -}; - -/** - * Inherit from `Node`. - */ - -Text.prototype = new Node; -Text.prototype.constructor = Text; - - -/** - * Push the given `node.` - * - * @param {Node} node - * @return {Number} - * @api public - */ - -Text.prototype.push = function(node){ - return this.nodes.push(node); -}; - -}); // module: nodes/text.js - -require.register("parser.js", function(module, exports, require){ - -/*! - * Jade - Parser - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Lexer = require('./lexer') - , nodes = require('./nodes'); - -/** - * Initialize `Parser` with the given input `str` and `filename`. - * - * @param {String} str - * @param {String} filename - * @param {Object} options - * @api public - */ - -var Parser = exports = module.exports = function Parser(str, filename, options){ - this.input = str; - this.lexer = new Lexer(str, options); - this.filename = filename; -}; - -/** - * Tags that may not contain tags. - */ - -var textOnly = exports.textOnly = ['code', 'script', 'textarea', 'style', 'title']; - -/** - * Parser prototype. - */ - -Parser.prototype = { - - /** - * Return the next token object. - * - * @return {Object} - * @api private - */ - - advance: function(){ - return this.lexer.advance(); - }, - - /** - * Skip `n` tokens. - * - * @param {Number} n - * @api private - */ - - skip: function(n){ - while (n--) this.advance(); - }, - - /** - * Single token lookahead. - * - * @return {Object} - * @api private - */ - - peek: function() { - return this.lookahead(1); - }, - - /** - * Return lexer lineno. - * - * @return {Number} - * @api private - */ - - line: function() { - return this.lexer.lineno; - }, - - /** - * `n` token lookahead. - * - * @param {Number} n - * @return {Object} - * @api private - */ - - lookahead: function(n){ - return this.lexer.lookahead(n); - }, - - /** - * Parse input returning a string of js for evaluation. - * - * @return {String} - * @api public - */ - - parse: function(){ - var block = new nodes.Block; - block.line = this.line(); - while ('eos' != this.peek().type) { - if ('newline' == this.peek().type) { - this.advance(); - } else { - block.push(this.parseExpr()); - } - } - return block; - }, - - /** - * Expect the given type, or throw an exception. - * - * @param {String} type - * @api private - */ - - expect: function(type){ - if (this.peek().type === type) { - return this.advance(); - } else { - throw new Error('expected "' + type + '", but got "' + this.peek().type + '"'); - } - }, - - /** - * Accept the given `type`. - * - * @param {String} type - * @api private - */ - - accept: function(type){ - if (this.peek().type === type) { - return this.advance(); - } - }, - - /** - * tag - * | doctype - * | mixin - * | include - * | filter - * | comment - * | text - * | each - * | code - * | id - * | class - */ - - parseExpr: function(){ - switch (this.peek().type) { - case 'tag': - return this.parseTag(); - case 'mixin': - return this.parseMixin(); - case 'include': - return this.parseInclude(); - case 'doctype': - return this.parseDoctype(); - case 'filter': - return this.parseFilter(); - case 'comment': - return this.parseComment(); - case 'text': - return this.parseText(); - case 'each': - return this.parseEach(); - case 'code': - return this.parseCode(); - case 'id': - case 'class': - var tok = this.advance(); - this.lexer.defer(this.lexer.tok('tag', 'div')); - this.lexer.defer(tok); - return this.parseExpr(); - default: - throw new Error('unexpected token "' + this.peek().type + '"'); - } - }, - - /** - * Text - */ - - parseText: function(){ - var tok = this.expect('text') - , node = new nodes.Text(tok.val); - node.line = this.line(); - return node; - }, - - /** - * code - */ - - parseCode: function(){ - var tok = this.expect('code') - , node = new nodes.Code(tok.val, tok.buffer, tok.escape) - , block - , i = 1; - node.line = this.line(); - while (this.lookahead(i) && 'newline' == this.lookahead(i).type) ++i; - block = 'indent' == this.lookahead(i).type; - if (block) { - this.skip(i-1); - node.block = this.parseBlock(); - } - return node; - }, - - /** - * comment - */ - - parseComment: function(){ - var tok = this.expect('comment') - , node; - - if ('indent' == this.peek().type) { - node = new nodes.BlockComment(tok.val, this.parseBlock(), tok.buffer); - } else { - node = new nodes.Comment(tok.val, tok.buffer); - } - - node.line = this.line(); - return node; - }, - - /** - * doctype - */ - - parseDoctype: function(){ - var tok = this.expect('doctype') - , node = new nodes.Doctype(tok.val); - node.line = this.line(); - return node; - }, - - /** - * filter attrs? text-block - */ - - parseFilter: function(){ - var block - , tok = this.expect('filter') - , attrs = this.accept('attrs'); - - this.lexer.pipeless = true; - block = this.parseTextBlock(); - this.lexer.pipeless = false; - - var node = new nodes.Filter(tok.val, block, attrs && attrs.attrs); - node.line = this.line(); - return node; - }, - - /** - * tag ':' attrs? block - */ - - parseASTFilter: function(){ - var block - , tok = this.expect('tag') - , attrs = this.accept('attrs'); - - this.expect(':'); - block = this.parseBlock(); - - var node = new nodes.Filter(tok.val, block, attrs && attrs.attrs); - node.line = this.line(); - return node; - }, - - /** - * each block - */ - - parseEach: function(){ - var tok = this.expect('each') - , node = new nodes.Each(tok.code, tok.val, tok.key, this.parseBlock()); - node.line = this.line(); - return node; - }, - - /** - * include - */ - - parseInclude: function(){ - var path = require('path') - , fs = require('fs') - , dirname = path.dirname - , basename = path.basename - , join = path.join; - - if (!this.filename) - throw new Error('the "filename" option is required to use includes'); - - var path = name = this.expect('include').val.trim() - , dir = dirname(this.filename); - - // non-jade - if (~basename(path).indexOf('.')) { - var path = join(dir, path) - , str = fs.readFileSync(path, 'utf8'); - return new nodes.Literal(str); - } - - var path = join(dir, path + '.jade') - , str = fs.readFileSync(path, 'utf8') - , parser = new Parser(str, path) - , ast = parser.parse(); - - return ast; - }, - - /** - * mixin block - */ - - parseMixin: function(){ - var tok = this.expect('mixin') - , name = tok.val - , args = tok.args; - var block = 'indent' == this.peek().type - ? this.parseBlock() - : null; - return new nodes.Mixin(name, args, block); - }, - - /** - * indent (text | newline)* outdent - */ - - parseTextBlock: function(){ - var text = new nodes.Text; - text.line = this.line(); - var spaces = this.expect('indent').val; - if (null == this._spaces) this._spaces = spaces; - var indent = Array(spaces - this._spaces + 1).join(' '); - while ('outdent' != this.peek().type) { - switch (this.peek().type) { - case 'newline': - text.push('\\n'); - this.advance(); - break; - case 'indent': - text.push('\\n'); - this.parseTextBlock().nodes.forEach(function(node){ - text.push(node); - }); - text.push('\\n'); - break; - default: - text.push(indent + this.advance().val); - } - } - - if (spaces == this._spaces) this._spaces = null; - this.expect('outdent'); - return text; - }, - - /** - * indent expr* outdent - */ - - parseBlock: function(){ - var block = new nodes.Block; - block.line = this.line(); - this.expect('indent'); - while ('outdent' != this.peek().type) { - if ('newline' == this.peek().type) { - this.advance(); - } else { - block.push(this.parseExpr()); - } - } - this.expect('outdent'); - return block; - }, - - /** - * tag (attrs | class | id)* (text | code | ':')? newline* block? - */ - - parseTag: function(){ - // ast-filter look-ahead - var i = 2; - if ('attrs' == this.lookahead(i).type) ++i; - if (':' == this.lookahead(i).type) { - if ('indent' == this.lookahead(++i).type) { - return this.parseASTFilter(); - } - } - - var name = this.advance().val - , tag = new nodes.Tag(name) - , dot; - - tag.line = this.line(); - - // (attrs | class | id)* - out: - while (true) { - switch (this.peek().type) { - case 'id': - case 'class': - var tok = this.advance(); - tag.setAttribute(tok.type, "'" + tok.val + "'"); - continue; - case 'attrs': - var obj = this.advance().attrs - , names = Object.keys(obj); - for (var i = 0, len = names.length; i < len; ++i) { - var name = names[i] - , val = obj[name]; - tag.setAttribute(name, val); - } - continue; - default: - break out; - } - } - - // check immediate '.' - if ('.' == this.peek().val) { - dot = tag.textOnly = true; - this.advance(); - } - - // (text | code | ':')? - switch (this.peek().type) { - case 'text': - tag.text = this.parseText(); - break; - case 'code': - tag.code = this.parseCode(); - break; - case ':': - this.advance(); - tag.block = new nodes.Block; - tag.block.push(this.parseTag()); - break; - } - - // newline* - while ('newline' == this.peek().type) this.advance(); - - tag.textOnly = tag.textOnly || ~textOnly.indexOf(tag.name); - - // script special-case - if ('script' == tag.name) { - var type = tag.getAttribute('type'); - if (!dot && type && 'text/javascript' != type.replace(/^['"]|['"]$/g, '')) { - tag.textOnly = false; - } - } - - // block? - if ('indent' == this.peek().type) { - if (tag.textOnly) { - this.lexer.pipeless = true; - tag.block = this.parseTextBlock(); - this.lexer.pipeless = false; - } else { - var block = this.parseBlock(); - if (tag.block) { - for (var i = 0, len = block.nodes.length; i < len; ++i) { - tag.block.push(block.nodes[i]); - } - } else { - tag.block = block; - } - } - } - - return tag; - } -}; - -}); // module: parser.js - -require.register("runtime.js", function(module, exports, require){ - -/*! - * Jade - runtime - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Lame Array.isArray() polyfill for now. - */ - -if (!Array.isArray) { - Array.isArray = function(arr){ - return '[object Array]' == toString.call(arr); - }; -} - -/** - * Lame Object.keys() polyfill for now. - */ - -if (!Object.keys) { - Object.keys = function(obj){ - var arr = []; - for (var key in obj) { - if (obj.hasOwnProperty(key)) { - arr.push(obj); - } - } - return arr; - } -} - -/** - * Render the given attributes object. - * - * @param {Object} obj - * @return {String} - * @api private - */ - -exports.attrs = function attrs(obj){ - var buf = [] - , terse = obj.terse; - delete obj.terse; - var keys = Object.keys(obj) - , len = keys.length; - if (len) { - buf.push(''); - for (var i = 0; i < len; ++i) { - var key = keys[i] - , val = obj[key]; - if ('boolean' == typeof val || null == val) { - if (val) { - terse - ? buf.push(key) - : buf.push(key + '="' + key + '"'); - } - } else if ('class' == key && Array.isArray(val)) { - buf.push(key + '="' + exports.escape(val.join(' ')) + '"'); - } else { - buf.push(key + '="' + exports.escape(val) + '"'); - } - } - } - return buf.join(' '); -}; - -/** - * Escape the given string of `html`. - * - * @param {String} html - * @return {String} - * @api private - */ - -exports.escape = function escape(html){ - return String(html) - .replace(/&(?!\w+;)/g, '&') - .replace(//g, '>') - .replace(/"/g, '"'); -}; - -/** - * Re-throw the given `err` in context to the - * `str` of jade, `filename`, and `lineno`. - * - * @param {Error} err - * @param {String} str - * @param {String} filename - * @param {String} lineno - * @api private - */ - -exports.rethrow = function rethrow(err, str, filename, lineno){ - var context = 3 - , lines = str.split('\n') - , start = Math.max(lineno - context, 0) - , end = Math.min(lines.length, lineno + context); - - // Error context - var context = lines.slice(start, end).map(function(line, i){ - var curr = i + start + 1; - return (curr == lineno ? ' > ' : ' ') - + curr - + '| ' - + line; - }).join('\n'); - - // Alter exception message - err.path = filename; - err.message = (filename || 'Jade') + ':' + lineno - + '\n' + context + '\n\n' + err.message; - throw err; -}; - -}); // module: runtime.js - -require.register("self-closing.js", function(module, exports, require){ - -/*! - * Jade - self closing tags - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = [ - 'meta' - , 'img' - , 'link' - , 'input' - , 'area' - , 'base' - , 'col' - , 'br' - , 'hr' -]; -}); // module: self-closing.js - -require.register("utils.js", function(module, exports, require){ - -/*! - * Jade - utils - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Convert interpolation in the given string to JavaScript. - * - * @param {String} str - * @return {String} - * @api private - */ - -var interpolate = exports.interpolate = function(str){ - return str.replace(/(\\)?([#!]){(.*?)}/g, function(str, escape, flag, code){ - return escape - ? str - : "' + " - + ('!' == flag ? '' : 'escape') - + "((interp = " + code.replace(/\\'/g, "'") - + ") == null ? '' : interp) + '"; - }); -}; - -/** - * Escape single quotes in `str`. - * - * @param {String} str - * @return {String} - * @api private - */ - -var escape = exports.escape = function(str) { - return str.replace(/'/g, "\\'"); -}; - -/** - * Interpolate, and escape the given `str`. - * - * @param {String} str - * @return {String} - * @api private - */ - -exports.text = function(str){ - return interpolate(escape(str)); -}; -}); // module: utils.js diff --git a/node/node_modules/jade/jade.min.js b/node/node_modules/jade/jade.min.js deleted file mode 100644 index ffe1773..0000000 --- a/node/node_modules/jade/jade.min.js +++ /dev/null @@ -1,2 +0,0 @@ -// CommonJS require() -function require(p){var path=require.resolve(p),mod=require.modules[path];if(!mod)throw new Error('failed to require "'+p+'"');mod.exports||(mod.exports={},mod.call(mod.exports,mod,mod.exports,require.relative(path)));return mod.exports}require.modules={},require.resolve=function(path){var orig=path,reg=path+".js",index=path+"/index.js";return require.modules[reg]&®||require.modules[index]&&index||orig},require.register=function(path,fn){require.modules[path]=fn},require.relative=function(parent){return function(p){if("."!=p[0])return require(p);var path=parent.split("/"),segs=p.split("/");path.pop();for(var i=0;i"):this.buffer("/>")):(tag.attrs.length?(this.buffer("<"+name),tag.attrs.length&&this.visitAttributes(tag.attrs),this.buffer(">")):this.buffer("<"+name+">"),tag.code&&this.visitCode(tag.code),tag.text&&this.buffer(utils.text(tag.text.nodes[0].trimLeft())),this.escape="pre"==tag.name,this.visit(tag.block),this.pp&&!~inlineTags.indexOf(name)&&!tag.textOnly&&this.buffer("\\n"+Array(this.indents).join(" ")),this.buffer("")),this.indents--},visitFilter:function(filter){var fn=filters[filter.name];if(!fn)throw filter.isASTFilter?new Error('unknown ast filter "'+filter.name+':"'):new Error('unknown filter ":'+filter.name+'"');if(filter.isASTFilter)this.buf.push(fn(filter.block,this,filter.attrs));else{var text=filter.block.nodes.join("");this.buffer(utils.text(fn(text,filter.attrs)))}},visitText:function(text){text=utils.text(text.nodes.join("")),this.escape&&(text=escape(text)),this.buffer(text),this.buffer("\\n")},visitComment:function(comment){!comment.buffer||(this.pp&&this.buffer("\\n"+Array(this.indents+1).join(" ")),this.buffer(""))},visitBlockComment:function(comment){!comment.buffer||(0==comment.val.indexOf("if")?(this.buffer("")):(this.buffer("")))},visitCode:function(code){if(code.buffer){var val=code.val.trimLeft();this.buf.push("var __val__ = "+val),val='null == __val__ ? "" : __val__',code.escape&&(val="escape("+val+")"),this.buf.push("buf.push("+val+");")}else this.buf.push(code.val);code.block&&(code.buffer||this.buf.push("{"),this.visit(code.block),code.buffer||this.buf.push("}"))},visitEach:function(each){this.buf.push("// iterate "+each.obj+"\n"+"(function(){\n"+" if ('number' == typeof "+each.obj+".length) {\n"+" for (var "+each.key+" = 0, $$l = "+each.obj+".length; "+each.key+" < $$l; "+each.key+"++) {\n"+" var "+each.val+" = "+each.obj+"["+each.key+"];\n"),this.visit(each.block),this.buf.push(" }\n } else {\n for (var "+each.key+" in "+each.obj+") {\n"+" if ("+each.obj+".hasOwnProperty("+each.key+")){"+" var "+each.val+" = "+each.obj+"["+each.key+"];\n"),this.visit(each.block),this.buf.push(" }\n"),this.buf.push(" }\n }\n}).call(this);\n")},visitAttributes:function(attrs){var buf=[],classes=[];this.terse&&buf.push("terse: true"),attrs.forEach(function(attr){if(attr.name=="class")classes.push("("+attr.val+")");else{var pair="'"+attr.name+"':("+attr.val+")";buf.push(pair)}}),classes.length&&(classes=classes.join(" + ' ' + "),buf.push("class: "+classes)),buf=buf.join(", ").replace("class:",'"class":'),this.buf.push("buf.push(attrs({ "+buf+" }));")}};function escape(html){return String(html).replace(/&(?!\w+;)/g,"&").replace(//g,">").replace(/"/g,""")}}),require.register("doctypes.js",function(module,exports,require){module.exports={5:"",html:"",xml:'',"default":'',transitional:'',strict:'',frameset:'',1.1:'',basic:'',mobile:''}}),require.register("filters.js",function(module,exports,require){module.exports={cdata:function(str){return""},sass:function(str){str=str.replace(/\\n/g,"\n");var sass=require("sass").render(str).replace(/\n/g,"\\n");return""},stylus:function(str,options){var ret;str=str.replace(/\\n/g,"\n");var stylus=require("stylus");stylus(str,options).render(function(err,css){if(err)throw err;ret=css.replace(/\n/g,"\\n")});return""},less:function(str){var ret;str=str.replace(/\\n/g,"\n"),require("less").render(str,function(err,css){if(err)throw err;ret=""});return ret},markdown:function(str){var md;try{md=require("markdown")}catch(err){try{md=require("discount")}catch(err){try{md=require("markdown-js")}catch(err){throw new Error("Cannot find markdown library, install markdown or discount")}}}str=str.replace(/\\n/g,"\n");return md.parse(str).replace(/\n/g,"\\n").replace(/'/g,"'")},coffeescript:function(str){str=str.replace(/\\n/g,"\n");var js=require("coffee-script").compile(str).replace(/\n/g,"\\n");return'"}}}),require.register("inline-tags.js",function(module,exports,require){module.exports=["a","abbr","acronym","b","br","code","em","font","i","img","ins","kbd","map","samp","small","span","strong","sub","sup"]}),require.register("jade.js",function(module,exports,require){var Parser=require("./parser"),Compiler=require("./compiler"),runtime=require("./runtime");exports.version="0.15.4";var cache=exports.cache={};exports.selfClosing=require("./self-closing"),exports.doctypes=require("./doctypes"),exports.filters=require("./filters"),exports.utils=require("./utils"),exports.Compiler=Compiler,exports.Parser=Parser,exports.nodes=require("./nodes"),exports.runtime=runtime;function parse(str,options){var filename=options.filename;try{var parser=new Parser(str,filename,options),compiler=new(options.compiler||Compiler)(parser.parse(),options),js=compiler.compile();options.debug&&console.log("\nCompiled Function:\n\n%s",js.replace(/^/gm," "));try{return"var buf = [];\n"+(options.self?"var self = locals || {};\n"+js:"with (locals || {}) {\n"+js+"\n}\n")+'return buf.join("");'}catch(err){process.compile(js,filename||"Jade");return}}catch(err){runtime.rethrow(err,str,filename,parser.lexer.lineno)}}exports.compile=function(str,options){var options=options||{},input=JSON.stringify(str),client=options.client,filename=options.filename?JSON.stringify(options.filename):"undefined",fn;options.compileDebug!==!1?fn=["var __ = { lineno: 1, input: "+input+", filename: "+filename+" };","try {",parse(String(str),options||{}),"} catch (err) {"," rethrow(err, __.input, __.filename, __.lineno);","}"].join("\n"):fn=parse(String(str),options||{}),client&&(fn="var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow;\n"+fn),fn=new Function("locals, attrs, escape, rethrow",fn);if(client)return fn;return function(locals){return fn(locals,runtime.attrs,runtime.escape,runtime.rethrow)}}}),require.register("lexer.js",function(module,exports,require){var Lexer=module.exports=function Lexer(str,options){options=options||{},this.input=str.replace(/\r\n|\r/g,"\n"),this.colons=options.colons,this.deferredTokens=[],this.lastIndents=0,this.lineno=1,this.stash=[],this.indentStack=[],this.indentRe=null,this.pipeless=!1};Lexer.prototype={tok:function(type,val){return{type:type,line:this.lineno,val:val}},consume:function(len){this.input=this.input.substr(len)},scan:function(regexp,type){var captures;if(captures=regexp.exec(this.input)){this.consume(captures[0].length);return this.tok(type,captures[1])}},defer:function(tok){this.deferredTokens.push(tok)},lookahead:function(n){var fetch=n-this.stash.length;while(fetch-->0)this.stash.push(this.next());return this.stash[--n]},indexOfDelimiters:function(start,end){var str=this.input,nstart=0,nend=0,pos=0;for(var i=0,len=str.length;iindents)this.stash.push(this.tok("outdent")),this.indentStack.shift();tok=this.stash.pop()}else indents&&indents!=this.indentStack[0]?(this.indentStack.unshift(indents),tok=this.tok("indent",indents)):tok=this.tok("newline");return tok}},pipelessText:function(){if(this.pipeless){if("\n"==this.input[0])return;var i=this.input.indexOf("\n");-1==i&&(i=this.input.length);var str=this.input.substr(0,i);this.consume(str.length);return this.tok("text",str)}},colon:function(){return this.scan(/^: */,":")},advance:function(){return this.stashed()||this.next()},next:function(){return this.deferred()||this.eos()||this.pipelessText()||this.doctype()||this.include()||this.mixin()||this.conditional()||this.each()||this.tag()||this.filter()||this.code()||this.id()||this.className()||this.attrs()||this.indent()||this.comment()||this.colon()||this.text()}}}),require.register("nodes/block-comment.js",function(module,exports,require){var Node=require("./node"),BlockComment=module.exports=function BlockComment(val,block,buffer){this.block=block,this.val=val,this.buffer=buffer};BlockComment.prototype=new Node,BlockComment.prototype.constructor=BlockComment}),require.register("nodes/block.js",function(module,exports,require){var Node=require("./node"),Block=module.exports=function Block(node){this.nodes=[],node&&this.push(node)};Block.prototype=new Node,Block.prototype.constructor=Block,Block.prototype.push=function(node){return this.nodes.push(node)},Block.prototype.unshift=function(node){return this.nodes.unshift(node)}}),require.register("nodes/code.js",function(module,exports,require){var Node=require("./node"),Code=module.exports=function Code(val,buffer,escape){this.val=val,this.buffer=buffer,this.escape=escape,/^ *else/.test(val)&&(this.instrumentLineNumber=!1)};Code.prototype=new Node,Code.prototype.constructor=Code}),require.register("nodes/comment.js",function(module,exports,require){var Node=require("./node"),Comment=module.exports=function Comment(val,buffer){this.val=val,this.buffer=buffer};Comment.prototype=new Node,Comment.prototype.constructor=Comment}),require.register("nodes/doctype.js",function(module,exports,require){var Node=require("./node"),Doctype=module.exports=function Doctype(val){this.val=val};Doctype.prototype=new Node,Doctype.prototype.constructor=Doctype}),require.register("nodes/each.js",function(module,exports,require){var Node=require("./node"),Each=module.exports=function Each(obj,val,key,block){this.obj=obj,this.val=val,this.key=key,this.block=block};Each.prototype=new Node,Each.prototype.constructor=Each}),require.register("nodes/filter.js",function(module,exports,require){var Node=require("./node"),Block=require("./block"),Filter=module.exports=function Filter(name,block,attrs){this.name=name,this.block=block,this.attrs=attrs,this.isASTFilter=block instanceof Block};Filter.prototype=new Node,Filter.prototype.constructor=Filter}),require.register("nodes/index.js",function(module,exports,require){exports.Node=require("./node"),exports.Tag=require("./tag"),exports.Code=require("./code"),exports.Each=require("./each"),exports.Text=require("./text"),exports.Block=require("./block"),exports.Mixin=require("./mixin"),exports.Filter=require("./filter"),exports.Comment=require("./comment"),exports.Literal=require("./literal"),exports.BlockComment=require("./block-comment"),exports.Doctype=require("./doctype")}),require.register("nodes/literal.js",function(module,exports,require){var Node=require("./node"),Literal=module.exports=function Literal(str){this.str=str};Literal.prototype=new Node,Literal.prototype.constructor=Literal}),require.register("nodes/mixin.js",function(module,exports,require){var Node=require("./node"),Mixin=module.exports=function Mixin(name,args,block){this.name=name,this.args=args,this.block=block};Mixin.prototype=new Node,Mixin.prototype.constructor=Mixin}),require.register("nodes/node.js",function(module,exports,require){var Node=module.exports=function(){}}),require.register("nodes/tag.js",function(module,exports,require){var Node=require("./node"),Block=require("./block"),Tag=module.exports=function Tag(name,block){this.name=name,this.attrs=[],this.block=block||new Block};Tag.prototype=new Node,Tag.prototype.constructor=Tag,Tag.prototype.setAttribute=function(name,val){this.attrs.push({name:name,val:val});return this},Tag.prototype.removeAttribute=function(name){for(var i=0,len=this.attrs.length;i/g,">").replace(/"/g,""")},exports.rethrow=function(err,str,filename,lineno){var context=3,lines=str.split("\n"),start=Math.max(lineno-context,0),end=Math.min(lines.length,lineno+context),context=lines.slice(start,end).map(function(line,i){var curr=i+start+1;return(curr==lineno?" > ":" ")+curr+"| "+line}).join("\n");err.path=filename,err.message=(filename||"Jade")+":"+lineno+"\n"+context+"\n\n"+err.message;throw err}}),require.register("self-closing.js",function(module,exports,require){module.exports=["meta","img","link","input","area","base","col","br","hr"]}),require.register("utils.js",function(module,exports,require){var interpolate=exports.interpolate=function(str){return str.replace(/(\\)?([#!]){(.*?)}/g,function(str,escape,flag,code){return escape?str:"' + "+("!"==flag?"":"escape")+"((interp = "+code.replace(/\\'/g,"'")+") == null ? '' : interp) + '"})},escape=exports.escape=function(str){return str.replace(/'/g,"\\'")};exports.text=function(str){return interpolate(escape(str))}}) \ No newline at end of file diff --git a/node/node_modules/jade/lib/compiler.js b/node/node_modules/jade/lib/compiler.js deleted file mode 100644 index 342e1f4..0000000 --- a/node/node_modules/jade/lib/compiler.js +++ /dev/null @@ -1,462 +0,0 @@ - -/*! - * Jade - Compiler - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var nodes = require('./nodes') - , filters = require('./filters') - , doctypes = require('./doctypes') - , selfClosing = require('./self-closing') - , inlineTags = require('./inline-tags') - , utils = require('./utils'); - -// if browser -// -// if (!Object.keys) { -// Object.keys = function(obj){ -// var arr = []; -// for (var key in obj) { -// if (obj.hasOwnProperty(key)) { -// arr.push(obj); -// } -// } -// return arr; -// } -// } -// -// if (!String.prototype.trimLeft) { -// String.prototype.trimLeft = function(){ -// return this.replace(/^\s+/, ''); -// } -// } -// -// end - - -/** - * Initialize `Compiler` with the given `node`. - * - * @param {Node} node - * @param {Object} options - * @api public - */ - -var Compiler = module.exports = function Compiler(node, options) { - this.options = options = options || {}; - this.node = node; - this.hasCompiledDoctype = false; - this.hasCompiledTag = false; - this.pp = options.pretty || false; - this.debug = false !== options.compileDebug; - this.indents = 0; - if (options.doctype) this.setDoctype(options.doctype); -}; - -/** - * Compiler prototype. - */ - -Compiler.prototype = { - - /** - * Compile parse tree to JavaScript. - * - * @api public - */ - - compile: function(){ - this.buf = ['var interp;']; - this.lastBufferedIdx = -1 - this.visit(this.node); - return this.buf.join('\n'); - }, - - /** - * Sets the default doctype `name`. Sets terse mode to `true` when - * html 5 is used, causing self-closing tags to end with ">" vs "/>", - * and boolean attributes are not mirrored. - * - * @param {string} name - * @api public - */ - - setDoctype: function(name){ - var doctype = doctypes[(name || 'default').toLowerCase()]; - if (!doctype) throw new Error('unknown doctype "' + name + '"'); - this.doctype = doctype; - this.terse = '5' == name || 'html' == name; - this.xml = 0 == this.doctype.indexOf('" vs "/>", - * and boolean attributes are not mirrored. - * - * @param {Doctype} doctype - * @api public - */ - - visitDoctype: function(doctype){ - if (doctype && (doctype.val || !this.doctype)) { - this.setDoctype(doctype.val || 'default'); - } - - if (this.doctype) this.buffer(this.doctype); - this.hasCompiledDoctype = true; - }, - - /** - * Visit `mixin`, generating a function that - * may be called within the template. - * - * @param {Mixin} mixin - * @api public - */ - - visitMixin: function(mixin){ - var name = mixin.name.replace(/-/g, '_') + '_mixin' - , args = mixin.args || ''; - - if (mixin.block) { - this.buf.push('var ' + name + ' = function(' + args + '){'); - this.visit(mixin.block); - this.buf.push('}'); - } else { - this.buf.push(name + '(' + args + ');'); - } - }, - - /** - * Visit `tag` buffering tag markup, generating - * attributes, visiting the `tag`'s code and block. - * - * @param {Tag} tag - * @api public - */ - - visitTag: function(tag){ - this.indents++; - var name = tag.name; - - if (!this.hasCompiledTag) { - if (!this.hasCompiledDoctype && 'html' == name) { - this.visitDoctype(); - } - this.hasCompiledTag = true; - } - - // pretty print - if (this.pp && inlineTags.indexOf(name) == -1) { - this.buffer('\\n' + Array(this.indents).join(' ')); - } - - if (~selfClosing.indexOf(name) && !this.xml) { - this.buffer('<' + name); - this.visitAttributes(tag.attrs); - this.terse - ? this.buffer('>') - : this.buffer('/>'); - } else { - // Optimize attributes buffering - if (tag.attrs.length) { - this.buffer('<' + name); - if (tag.attrs.length) this.visitAttributes(tag.attrs); - this.buffer('>'); - } else { - this.buffer('<' + name + '>'); - } - if (tag.code) this.visitCode(tag.code); - if (tag.text) this.buffer(utils.text(tag.text.nodes[0].trimLeft())); - this.escape = 'pre' == tag.name; - this.visit(tag.block); - - // pretty print - if (this.pp && !~inlineTags.indexOf(name) && !tag.textOnly) { - this.buffer('\\n' + Array(this.indents).join(' ')); - } - - this.buffer(''); - } - this.indents--; - }, - - /** - * Visit `filter`, throwing when the filter does not exist. - * - * @param {Filter} filter - * @api public - */ - - visitFilter: function(filter){ - var fn = filters[filter.name]; - - // unknown filter - if (!fn) { - if (filter.isASTFilter) { - throw new Error('unknown ast filter "' + filter.name + ':"'); - } else { - throw new Error('unknown filter ":' + filter.name + '"'); - } - } - if (filter.isASTFilter) { - this.buf.push(fn(filter.block, this, filter.attrs)); - } else { - var text = filter.block.nodes.join(''); - this.buffer(utils.text(fn(text, filter.attrs))); - } - }, - - /** - * Visit `text` node. - * - * @param {Text} text - * @api public - */ - - visitText: function(text){ - text = utils.text(text.nodes.join('')); - if (this.escape) text = escape(text); - this.buffer(text); - this.buffer('\\n'); - }, - - /** - * Visit a `comment`, only buffering when the buffer flag is set. - * - * @param {Comment} comment - * @api public - */ - - visitComment: function(comment){ - if (!comment.buffer) return; - if (this.pp) this.buffer('\\n' + Array(this.indents + 1).join(' ')); - this.buffer(''); - }, - - /** - * Visit a `BlockComment`. - * - * @param {Comment} comment - * @api public - */ - - visitBlockComment: function(comment){ - if (!comment.buffer) return; - if (0 == comment.val.indexOf('if')) { - this.buffer(''); - } else { - this.buffer(''); - } - }, - - /** - * Visit `code`, respecting buffer / escape flags. - * If the code is followed by a block, wrap it in - * a self-calling function. - * - * @param {Code} code - * @api public - */ - - visitCode: function(code){ - // Wrap code blocks with {}. - // we only wrap unbuffered code blocks ATM - // since they are usually flow control - - // Buffer code - if (code.buffer) { - var val = code.val.trimLeft(); - this.buf.push('var __val__ = ' + val); - val = 'null == __val__ ? "" : __val__'; - if (code.escape) val = 'escape(' + val + ')'; - this.buf.push("buf.push(" + val + ");"); - } else { - this.buf.push(code.val); - } - - // Block support - if (code.block) { - if (!code.buffer) this.buf.push('{'); - this.visit(code.block); - if (!code.buffer) this.buf.push('}'); - } - }, - - /** - * Visit `each` block. - * - * @param {Each} each - * @api public - */ - - visitEach: function(each){ - this.buf.push('' - + '// iterate ' + each.obj + '\n' - + '(function(){\n' - + ' if (\'number\' == typeof ' + each.obj + '.length) {\n' - + ' for (var ' + each.key + ' = 0, $$l = ' + each.obj + '.length; ' + each.key + ' < $$l; ' + each.key + '++) {\n' - + ' var ' + each.val + ' = ' + each.obj + '[' + each.key + '];\n'); - - this.visit(each.block); - - this.buf.push('' - + ' }\n' - + ' } else {\n' - + ' for (var ' + each.key + ' in ' + each.obj + ') {\n' - // if browser - // + ' if (' + each.obj + '.hasOwnProperty(' + each.key + ')){' - // end - + ' var ' + each.val + ' = ' + each.obj + '[' + each.key + '];\n'); - - this.visit(each.block); - - // if browser - // this.buf.push(' }\n'); - // end - - this.buf.push(' }\n }\n}).call(this);\n'); - }, - - /** - * Visit `attrs`. - * - * @param {Array} attrs - * @api public - */ - - visitAttributes: function(attrs){ - var buf = [] - , classes = []; - - if (this.terse) buf.push('terse: true'); - - attrs.forEach(function(attr){ - if (attr.name == 'class') { - classes.push('(' + attr.val + ')'); - } else { - var pair = "'" + attr.name + "':(" + attr.val + ')'; - buf.push(pair); - } - }); - - if (classes.length) { - classes = classes.join(" + ' ' + "); - buf.push("class: " + classes); - } - - buf = buf.join(', ').replace('class:', '"class":'); - - this.buf.push("buf.push(attrs({ " + buf + " }));"); - } -}; - -/** - * Escape the given string of `html`. - * - * @param {String} html - * @return {String} - * @api private - */ - -function escape(html){ - return String(html) - .replace(/&(?!\w+;)/g, '&') - .replace(//g, '>') - .replace(/"/g, '"'); -} diff --git a/node/node_modules/jade/lib/doctypes.js b/node/node_modules/jade/lib/doctypes.js deleted file mode 100644 index b9dc26b..0000000 --- a/node/node_modules/jade/lib/doctypes.js +++ /dev/null @@ -1,19 +0,0 @@ - -/*! - * Jade - doctypes - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = { - '5': '' - , 'html': '' - , 'xml': '' - , 'default': '' - , 'transitional': '' - , 'strict': '' - , 'frameset': '' - , '1.1': '' - , 'basic': '' - , 'mobile': '' -}; \ No newline at end of file diff --git a/node/node_modules/jade/lib/filters.js b/node/node_modules/jade/lib/filters.js deleted file mode 100644 index a67655c..0000000 --- a/node/node_modules/jade/lib/filters.js +++ /dev/null @@ -1,92 +0,0 @@ - -/*! - * Jade - filters - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = { - - /** - * Wrap text with CDATA block. - */ - - cdata: function(str){ - return ''; - }, - - /** - * Transform sass to css, wrapped in style tags. - */ - - sass: function(str){ - str = str.replace(/\\n/g, '\n'); - var sass = require('sass').render(str).replace(/\n/g, '\\n'); - return ''; - }, - - /** - * Transform stylus to css, wrapped in style tags. - */ - - stylus: function(str, options){ - var ret; - str = str.replace(/\\n/g, '\n'); - var stylus = require('stylus'); - stylus(str, options).render(function(err, css){ - if (err) throw err; - ret = css.replace(/\n/g, '\\n'); - }); - return ''; - }, - - /** - * Transform sass to css, wrapped in style tags. - */ - - less: function(str){ - var ret; - str = str.replace(/\\n/g, '\n'); - require('less').render(str, function(err, css){ - if (err) throw err; - ret = ''; - }); - return ret; - }, - - /** - * Transform markdown to html. - */ - - markdown: function(str){ - var md; - - // support markdown / discount - try { - md = require('markdown'); - } catch (err){ - try { - md = require('discount'); - } catch (err) { - try { - md = require('markdown-js'); - } catch (err) { - throw new Error('Cannot find markdown library, install markdown or discount'); - } - } - } - - str = str.replace(/\\n/g, '\n'); - return md.parse(str).replace(/\n/g, '\\n').replace(/'/g,'''); - }, - - /** - * Transform coffeescript to javascript. - */ - - coffeescript: function(str){ - str = str.replace(/\\n/g, '\n'); - var js = require('coffee-script').compile(str).replace(/\n/g, '\\n'); - return ''; - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/lib/index.js b/node/node_modules/jade/lib/index.js deleted file mode 120000 index 6a783c2..0000000 --- a/node/node_modules/jade/lib/index.js +++ /dev/null @@ -1 +0,0 @@ -jade.js \ No newline at end of file diff --git a/node/node_modules/jade/lib/inline-tags.js b/node/node_modules/jade/lib/inline-tags.js deleted file mode 100644 index 491de0b..0000000 --- a/node/node_modules/jade/lib/inline-tags.js +++ /dev/null @@ -1,28 +0,0 @@ - -/*! - * Jade - inline tags - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = [ - 'a' - , 'abbr' - , 'acronym' - , 'b' - , 'br' - , 'code' - , 'em' - , 'font' - , 'i' - , 'img' - , 'ins' - , 'kbd' - , 'map' - , 'samp' - , 'small' - , 'span' - , 'strong' - , 'sub' - , 'sup' -]; \ No newline at end of file diff --git a/node/node_modules/jade/lib/jade.js b/node/node_modules/jade/lib/jade.js deleted file mode 100644 index b210255..0000000 --- a/node/node_modules/jade/lib/jade.js +++ /dev/null @@ -1,169 +0,0 @@ - -/*! - * Jade - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Parser = require('./parser') - , Compiler = require('./compiler') - , runtime = require('./runtime') -// if node - , fs = require('fs'); -// end - -/** - * Library version. - */ - -exports.version = '0.15.4'; - -/** - * Intermediate JavaScript cache. - */ - -var cache = exports.cache = {}; - -/** - * Expose self closing tags. - */ - -exports.selfClosing = require('./self-closing'); - -/** - * Default supported doctypes. - */ - -exports.doctypes = require('./doctypes'); - -/** - * Text filters. - */ - -exports.filters = require('./filters'); - -/** - * Utilities. - */ - -exports.utils = require('./utils'); - -/** - * Expose `Compiler`. - */ - -exports.Compiler = Compiler; - -/** - * Expose `Parser`. - */ - -exports.Parser = Parser; - -/** - * Nodes. - */ - -exports.nodes = require('./nodes'); - -/** - * Jade runtime helpers. - */ - -exports.runtime = runtime; - -/** - * Parse the given `str` of jade and return a function body. - * - * @param {String} str - * @param {Object} options - * @return {String} - * @api private - */ - -function parse(str, options){ - var filename = options.filename; - - try { - // Parse - var parser = new Parser(str, filename, options); - - // Compile - var compiler = new (options.compiler || Compiler)(parser.parse(), options) - , js = compiler.compile(); - - // Debug compiler - if (options.debug) { - console.log('\n\x1b[1mCompiled Function\x1b[0m:\n\n%s', js.replace(/^/gm, ' ')); - } - - try { - return '' - + 'var buf = [];\n' - + (options.self - ? 'var self = locals || {};\n' + js - : 'with (locals || {}) {\n' + js + '\n}\n') - + 'return buf.join("");'; - - } catch (err) { - process.compile(js, filename || 'Jade'); - return; - } - } catch (err) { - runtime.rethrow(err, str, filename, parser.lexer.lineno); - } -} - -/** - * Compile a `Function` representation of the given jade `str`. - * - * Options: - * - * - `compileDebug` when `false` debugging code is stripped from the compiled template - * - `client` when `true` the helper functions `escape()` etc will reference `jade.escape()` - * for use with the Jade client-side runtime.js - * - * @param {String} str - * @param {Options} options - * @return {Function} - * @api public - */ - -exports.compile = function(str, options){ - var options = options || {} - , input = JSON.stringify(str) - , client = options.client - , filename = options.filename - ? JSON.stringify(options.filename) - : 'undefined' - , fn; - - if (options.compileDebug !== false) { - fn = [ - 'var __ = { lineno: 1, input: ' + input + ', filename: ' + filename + ' };' - , 'try {' - , parse(String(str), options || {}) - , '} catch (err) {' - , ' rethrow(err, __.input, __.filename, __.lineno);' - , '}' - ].join('\n'); - } else { - fn = parse(String(str), options || {}); - } - - if (client) { - fn = 'var attrs = jade.attrs, escape = jade.escape, rethrow = jade.rethrow;\n' + fn; - } - - fn = new Function('locals, attrs, escape, rethrow', fn); - - if (client) return fn; - - return function(locals){ - return fn(locals, runtime.attrs, runtime.escape, runtime.rethrow); - }; -}; diff --git a/node/node_modules/jade/lib/lexer.js b/node/node_modules/jade/lib/lexer.js deleted file mode 100644 index fb4d7c3..0000000 --- a/node/node_modules/jade/lib/lexer.js +++ /dev/null @@ -1,581 +0,0 @@ - -/*! - * Jade - Lexer - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Initialize `Lexer` with the given `str`. - * - * Options: - * - * - `colons` allow colons for attr delimiters - * - * @param {String} str - * @param {Object} options - * @api private - */ - -var Lexer = module.exports = function Lexer(str, options) { - options = options || {}; - this.input = str.replace(/\r\n|\r/g, '\n'); - this.colons = options.colons; - this.deferredTokens = []; - this.lastIndents = 0; - this.lineno = 1; - this.stash = []; - this.indentStack = []; - this.indentRe = null; - this.pipeless = false; -}; - -/** - * Lexer prototype. - */ - -Lexer.prototype = { - - /** - * Construct a token with the given `type` and `val`. - * - * @param {String} type - * @param {String} val - * @return {Object} - * @api private - */ - - tok: function(type, val){ - return { - type: type - , line: this.lineno - , val: val - } - }, - - /** - * Consume the given `len` of input. - * - * @param {Number} len - * @api private - */ - - consume: function(len){ - this.input = this.input.substr(len); - }, - - /** - * Scan for `type` with the given `regexp`. - * - * @param {String} type - * @param {RegExp} regexp - * @return {Object} - * @api private - */ - - scan: function(regexp, type){ - var captures; - if (captures = regexp.exec(this.input)) { - this.consume(captures[0].length); - return this.tok(type, captures[1]); - } - }, - - /** - * Defer the given `tok`. - * - * @param {Object} tok - * @api private - */ - - defer: function(tok){ - this.deferredTokens.push(tok); - }, - - /** - * Lookahead `n` tokens. - * - * @param {Number} n - * @return {Object} - * @api private - */ - - lookahead: function(n){ - var fetch = n - this.stash.length; - while (fetch-- > 0) this.stash.push(this.next()); - return this.stash[--n]; - }, - - /** - * Return the indexOf `start` / `end` delimiters. - * - * @param {String} start - * @param {String} end - * @return {Number} - * @api private - */ - - indexOfDelimiters: function(start, end){ - var str = this.input - , nstart = 0 - , nend = 0 - , pos = 0; - for (var i = 0, len = str.length; i < len; ++i) { - if (start == str[i]) { - ++nstart; - } else if (end == str[i]) { - if (++nend == nstart) { - pos = i; - break; - } - } - } - return pos; - }, - - /** - * Stashed token. - */ - - stashed: function() { - return this.stash.length - && this.stash.shift(); - }, - - /** - * Deferred token. - */ - - deferred: function() { - return this.deferredTokens.length - && this.deferredTokens.shift(); - }, - - /** - * end-of-source. - */ - - eos: function() { - if (this.input.length) return; - if (this.indentStack.length) { - this.indentStack.shift(); - return this.tok('outdent'); - } else { - return this.tok('eos'); - } - }, - - /** - * Comment. - */ - - comment: function() { - var captures; - if (captures = /^ *\/\/(-)?([^\n]*)/.exec(this.input)) { - this.consume(captures[0].length); - var tok = this.tok('comment', captures[2]); - tok.buffer = '-' != captures[1]; - return tok; - } - }, - - /** - * Tag. - */ - - tag: function() { - var captures; - if (captures = /^(\w[-:\w]*)/.exec(this.input)) { - this.consume(captures[0].length); - var tok, name = captures[1]; - if (':' == name[name.length - 1]) { - name = name.slice(0, -1); - tok = this.tok('tag', name); - this.deferredTokens.push(this.tok(':')); - while (' ' == this.input[0]) this.input = this.input.substr(1); - } else { - tok = this.tok('tag', name); - } - return tok; - } - }, - - /** - * Filter. - */ - - filter: function() { - return this.scan(/^:(\w+)/, 'filter'); - }, - - /** - * Doctype. - */ - - doctype: function() { - return this.scan(/^(?:!!!|doctype) *(\w+)?/, 'doctype'); - }, - - /** - * Id. - */ - - id: function() { - return this.scan(/^#([\w-]+)/, 'id'); - }, - - /** - * Class. - */ - - className: function() { - return this.scan(/^\.([\w-]+)/, 'class'); - }, - - /** - * Text. - */ - - text: function() { - return this.scan(/^(?:\| ?)?([^\n]+)/, 'text'); - }, - - /** - * Include. - */ - - include: function() { - return this.scan(/^include +([^\n]+)/, 'include'); - }, - - /** - * Mixin. - */ - - mixin: function(){ - var captures; - if (captures = /^mixin +([-\w]+)(?:\(([^\)]+)\))?/.exec(this.input)) { - this.consume(captures[0].length); - var tok = this.tok('mixin', captures[1]); - tok.args = captures[2]; - return tok; - } - }, - - /** - * Conditional. - */ - - conditional: function() { - var captures; - if (captures = /^(if|unless|else if|else)\b([^\n]*)/.exec(this.input)) { - this.consume(captures[0].length); - var type = captures[1] - , js = captures[2]; - - switch (type) { - case 'if': js = 'if (' + js + ')'; break; - case 'unless': js = 'if (!(' + js + '))'; break; - case 'else if': js = 'else if (' + js + ')'; break; - case 'else': js = 'else'; break; - } - - return this.tok('code', js); - } - }, - - /** - * Each. - */ - - each: function() { - var captures; - if (captures = /^(?:- *)?(?:each|for) +(\w+)(?: *, *(\w+))? * in *([^\n]+)/.exec(this.input)) { - this.consume(captures[0].length); - var tok = this.tok('each', captures[1]); - tok.key = captures[2] || 'index'; - tok.code = captures[3]; - return tok; - } - }, - - /** - * Code. - */ - - code: function() { - var captures; - if (captures = /^(!?=|-)([^\n]+)/.exec(this.input)) { - this.consume(captures[0].length); - var flags = captures[1]; - captures[1] = captures[2]; - var tok = this.tok('code', captures[1]); - tok.escape = flags[0] === '='; - tok.buffer = flags[0] === '=' || flags[1] === '='; - return tok; - } - }, - - /** - * Attributes. - */ - - attrs: function() { - if ('(' == this.input[0]) { - var index = this.indexOfDelimiters('(', ')') - , str = this.input.substr(1, index-1) - , tok = this.tok('attrs') - , len = str.length - , colons = this.colons - , states = ['key'] - , key = '' - , val = '' - , quote - , c; - - function state(){ - return states[states.length - 1]; - } - - function interpolate(attr) { - return attr.replace(/#\{([^}]+)\}/g, function(_, expr){ - return quote + " + (" + expr + ") + " + quote; - }); - } - - this.consume(index + 1); - tok.attrs = {}; - - function parse(c) { - var real = c; - // TODO: remove when people fix ":" - if (colons && ':' == c) c = '='; - switch (c) { - case ',': - case '\n': - switch (state()) { - case 'expr': - case 'array': - case 'string': - case 'object': - val += c; - break; - default: - states.push('key'); - val = val.trim(); - key = key.trim(); - if ('' == key) return; - tok.attrs[key.replace(/^['"]|['"]$/g, '')] = '' == val - ? true - : interpolate(val); - key = val = ''; - } - break; - case '=': - switch (state()) { - case 'key char': - key += real; - break; - case 'val': - case 'expr': - case 'array': - case 'string': - case 'object': - val += real; - break; - default: - states.push('val'); - } - break; - case '(': - if ('val' == state()) states.push('expr'); - val += c; - break; - case ')': - if ('expr' == state()) states.pop(); - val += c; - break; - case '{': - if ('val' == state()) states.push('object'); - val += c; - break; - case '}': - if ('object' == state()) states.pop(); - val += c; - break; - case '[': - if ('val' == state()) states.push('array'); - val += c; - break; - case ']': - if ('array' == state()) states.pop(); - val += c; - break; - case '"': - case "'": - switch (state()) { - case 'key': - states.push('key char'); - break; - case 'key char': - states.pop(); - break; - case 'string': - if (c == quote) states.pop(); - val += c; - break; - default: - states.push('string'); - val += c; - quote = c; - } - break; - case '': - break; - default: - switch (state()) { - case 'key': - case 'key char': - key += c; - break; - default: - val += c; - } - } - } - - for (var i = 0; i < len; ++i) { - parse(str[i]); - } - - parse(','); - - return tok; - } - }, - - /** - * Indent | Outdent | Newline. - */ - - indent: function() { - var captures, re; - - // established regexp - if (this.indentRe) { - captures = this.indentRe.exec(this.input); - // determine regexp - } else { - // tabs - re = /^\n(\t*) */; - captures = re.exec(this.input); - - // spaces - if (captures && !captures[1].length) { - re = /^\n( *)/; - captures = re.exec(this.input); - } - - // established - if (captures && captures[1].length) this.indentRe = re; - } - - if (captures) { - var tok - , indents = captures[1].length; - - ++this.lineno; - this.consume(indents + 1); - - if (' ' == this.input[0] || '\t' == this.input[0]) { - throw new Error('Invalid indentation, you can use tabs or spaces but not both'); - } - - // blank line - if ('\n' == this.input[0]) return this.tok('newline'); - - // outdent - if (this.indentStack.length && indents < this.indentStack[0]) { - while (this.indentStack.length && this.indentStack[0] > indents) { - this.stash.push(this.tok('outdent')); - this.indentStack.shift(); - } - tok = this.stash.pop(); - // indent - } else if (indents && indents != this.indentStack[0]) { - this.indentStack.unshift(indents); - tok = this.tok('indent', indents); - // newline - } else { - tok = this.tok('newline'); - } - - return tok; - } - }, - - /** - * Pipe-less text consumed only when - * pipeless is true; - */ - - pipelessText: function() { - if (this.pipeless) { - if ('\n' == this.input[0]) return; - var i = this.input.indexOf('\n'); - if (-1 == i) i = this.input.length; - var str = this.input.substr(0, i); - this.consume(str.length); - return this.tok('text', str); - } - }, - - /** - * ':' - */ - - colon: function() { - return this.scan(/^: */, ':'); - }, - - /** - * Return the next token object, or those - * previously stashed by lookahead. - * - * @return {Object} - * @api private - */ - - advance: function(){ - return this.stashed() - || this.next(); - }, - - /** - * Return the next token object. - * - * @return {Object} - * @api private - */ - - next: function() { - return this.deferred() - || this.eos() - || this.pipelessText() - || this.doctype() - || this.include() - || this.mixin() - || this.conditional() - || this.each() - || this.tag() - || this.filter() - || this.code() - || this.id() - || this.className() - || this.attrs() - || this.indent() - || this.comment() - || this.colon() - || this.text(); - } -}; diff --git a/node/node_modules/jade/lib/nodes/block-comment.js b/node/node_modules/jade/lib/nodes/block-comment.js deleted file mode 100644 index 4f41e4a..0000000 --- a/node/node_modules/jade/lib/nodes/block-comment.js +++ /dev/null @@ -1,33 +0,0 @@ - -/*! - * Jade - nodes - BlockComment - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `BlockComment` with the given `block`. - * - * @param {String} val - * @param {Block} block - * @param {Boolean} buffer - * @api public - */ - -var BlockComment = module.exports = function BlockComment(val, block, buffer) { - this.block = block; - this.val = val; - this.buffer = buffer; -}; - -/** - * Inherit from `Node`. - */ - -BlockComment.prototype.__proto__ = Node.prototype; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/block.js b/node/node_modules/jade/lib/nodes/block.js deleted file mode 100644 index dc62c24..0000000 --- a/node/node_modules/jade/lib/nodes/block.js +++ /dev/null @@ -1,54 +0,0 @@ - -/*! - * Jade - nodes - Block - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Block` with an optional `node`. - * - * @param {Node} node - * @api public - */ - -var Block = module.exports = function Block(node){ - this.nodes = []; - if (node) this.push(node); -}; - -/** - * Inherit from `Node`. - */ - -Block.prototype.__proto__ = Node.prototype; - -/** - * Pust the given `node`. - * - * @param {Node} node - * @return {Number} - * @api public - */ - -Block.prototype.push = function(node){ - return this.nodes.push(node); -}; - -/** - * Unshift the given `node`. - * - * @param {Node} node - * @return {Number} - * @api public - */ - -Block.prototype.unshift = function(node){ - return this.nodes.unshift(node); -}; diff --git a/node/node_modules/jade/lib/nodes/code.js b/node/node_modules/jade/lib/nodes/code.js deleted file mode 100644 index f3d7308..0000000 --- a/node/node_modules/jade/lib/nodes/code.js +++ /dev/null @@ -1,35 +0,0 @@ - -/*! - * Jade - nodes - Code - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Code` node with the given code `val`. - * Code may also be optionally buffered and escaped. - * - * @param {String} val - * @param {Boolean} buffer - * @param {Boolean} escape - * @api public - */ - -var Code = module.exports = function Code(val, buffer, escape) { - this.val = val; - this.buffer = buffer; - this.escape = escape; - if (/^ *else/.test(val)) this.instrumentLineNumber = false; -}; - -/** - * Inherit from `Node`. - */ - -Code.prototype.__proto__ = Node.prototype; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/comment.js b/node/node_modules/jade/lib/nodes/comment.js deleted file mode 100644 index 2e1469e..0000000 --- a/node/node_modules/jade/lib/nodes/comment.js +++ /dev/null @@ -1,32 +0,0 @@ - -/*! - * Jade - nodes - Comment - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Comment` with the given `val`, optionally `buffer`, - * otherwise the comment may render in the output. - * - * @param {String} val - * @param {Boolean} buffer - * @api public - */ - -var Comment = module.exports = function Comment(val, buffer) { - this.val = val; - this.buffer = buffer; -}; - -/** - * Inherit from `Node`. - */ - -Comment.prototype.__proto__ = Node.prototype; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/doctype.js b/node/node_modules/jade/lib/nodes/doctype.js deleted file mode 100644 index b8f33e5..0000000 --- a/node/node_modules/jade/lib/nodes/doctype.js +++ /dev/null @@ -1,29 +0,0 @@ - -/*! - * Jade - nodes - Doctype - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Doctype` with the given `val`. - * - * @param {String} val - * @api public - */ - -var Doctype = module.exports = function Doctype(val) { - this.val = val; -}; - -/** - * Inherit from `Node`. - */ - -Doctype.prototype.__proto__ = Node.prototype; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/each.js b/node/node_modules/jade/lib/nodes/each.js deleted file mode 100644 index f54101f..0000000 --- a/node/node_modules/jade/lib/nodes/each.js +++ /dev/null @@ -1,35 +0,0 @@ - -/*! - * Jade - nodes - Each - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize an `Each` node, representing iteration - * - * @param {String} obj - * @param {String} val - * @param {String} key - * @param {Block} block - * @api public - */ - -var Each = module.exports = function Each(obj, val, key, block) { - this.obj = obj; - this.val = val; - this.key = key; - this.block = block; -}; - -/** - * Inherit from `Node`. - */ - -Each.prototype.__proto__ = Node.prototype; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/filter.js b/node/node_modules/jade/lib/nodes/filter.js deleted file mode 100644 index 5a0a237..0000000 --- a/node/node_modules/jade/lib/nodes/filter.js +++ /dev/null @@ -1,35 +0,0 @@ - -/*! - * Jade - nodes - Filter - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , Block = require('./block'); - -/** - * Initialize a `Filter` node with the given - * filter `name` and `block`. - * - * @param {String} name - * @param {Block|Node} block - * @api public - */ - -var Filter = module.exports = function Filter(name, block, attrs) { - this.name = name; - this.block = block; - this.attrs = attrs; - this.isASTFilter = block instanceof Block; -}; - -/** - * Inherit from `Node`. - */ - -Filter.prototype.__proto__ = Node.prototype; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/index.js b/node/node_modules/jade/lib/nodes/index.js deleted file mode 100644 index 869d01a..0000000 --- a/node/node_modules/jade/lib/nodes/index.js +++ /dev/null @@ -1,19 +0,0 @@ - -/*! - * Jade - nodes - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -exports.Node = require('./node'); -exports.Tag = require('./tag'); -exports.Code = require('./code'); -exports.Each = require('./each'); -exports.Text = require('./text'); -exports.Block = require('./block'); -exports.Mixin = require('./mixin'); -exports.Filter = require('./filter'); -exports.Comment = require('./comment'); -exports.Literal = require('./literal'); -exports.BlockComment = require('./block-comment'); -exports.Doctype = require('./doctype'); diff --git a/node/node_modules/jade/lib/nodes/literal.js b/node/node_modules/jade/lib/nodes/literal.js deleted file mode 100644 index a8a02a2..0000000 --- a/node/node_modules/jade/lib/nodes/literal.js +++ /dev/null @@ -1,29 +0,0 @@ - -/*! - * Jade - nodes - Literal - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Literal` node with the given `str. - * - * @param {String} str - * @api public - */ - -var Literal = module.exports = function Literal(str) { - this.str = str; -}; - -/** - * Inherit from `Node`. - */ - -Literal.prototype.__proto__ = Node.prototype; diff --git a/node/node_modules/jade/lib/nodes/mixin.js b/node/node_modules/jade/lib/nodes/mixin.js deleted file mode 100644 index f007c84..0000000 --- a/node/node_modules/jade/lib/nodes/mixin.js +++ /dev/null @@ -1,34 +0,0 @@ - -/*! - * Jade - nodes - Mixin - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Mixin` with `name` and `block`. - * - * @param {String} name - * @param {String} args - * @param {Block} block - * @api public - */ - -var Mixin = module.exports = function Mixin(name, args, block){ - this.name = name; - this.args = args; - this.block = block; -}; - -/** - * Inherit from `Node`. - */ - -Mixin.prototype.__proto__ = Node.prototype; - diff --git a/node/node_modules/jade/lib/nodes/node.js b/node/node_modules/jade/lib/nodes/node.js deleted file mode 100644 index 0669e67..0000000 --- a/node/node_modules/jade/lib/nodes/node.js +++ /dev/null @@ -1,14 +0,0 @@ - -/*! - * Jade - nodes - Node - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Initialize a `Node`. - * - * @api public - */ - -var Node = module.exports = function Node(){}; \ No newline at end of file diff --git a/node/node_modules/jade/lib/nodes/tag.js b/node/node_modules/jade/lib/nodes/tag.js deleted file mode 100644 index 35993c9..0000000 --- a/node/node_modules/jade/lib/nodes/tag.js +++ /dev/null @@ -1,80 +0,0 @@ - -/*! - * Jade - nodes - Tag - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'), - Block = require('./block'); - -/** - * Initialize a `Tag` node with the given tag `name` and optional `block`. - * - * @param {String} name - * @param {Block} block - * @api public - */ - -var Tag = module.exports = function Tag(name, block) { - this.name = name; - this.attrs = []; - this.block = block || new Block; -}; - -/** - * Inherit from `Node`. - */ - -Tag.prototype.__proto__ = Node.prototype; - -/** - * Set attribute `name` to `val`, keep in mind these become - * part of a raw js object literal, so to quote a value you must - * '"quote me"', otherwise or example 'user.name' is literal JavaScript. - * - * @param {String} name - * @param {String} val - * @return {Tag} for chaining - * @api public - */ - -Tag.prototype.setAttribute = function(name, val){ - this.attrs.push({ name: name, val: val }); - return this; -}; - -/** - * Remove attribute `name` when present. - * - * @param {String} name - * @api public - */ - -Tag.prototype.removeAttribute = function(name){ - for (var i = 0, len = this.attrs.length; i < len; ++i) { - if (this.attrs[i] && this.attrs[i].name == name) { - delete this.attrs[i]; - } - } -}; - -/** - * Get attribute value by `name`. - * - * @param {String} name - * @return {String} - * @api public - */ - -Tag.prototype.getAttribute = function(name){ - for (var i = 0, len = this.attrs.length; i < len; ++i) { - if (this.attrs[i] && this.attrs[i].name == name) { - return this.attrs[i].val; - } - } -}; diff --git a/node/node_modules/jade/lib/nodes/text.js b/node/node_modules/jade/lib/nodes/text.js deleted file mode 100644 index 3baff4b..0000000 --- a/node/node_modules/jade/lib/nodes/text.js +++ /dev/null @@ -1,42 +0,0 @@ - -/*! - * Jade - nodes - Text - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a `Text` node with optional `line`. - * - * @param {String} line - * @api public - */ - -var Text = module.exports = function Text(line) { - this.nodes = []; - if ('string' == typeof line) this.push(line); -}; - -/** - * Inherit from `Node`. - */ - -Text.prototype.__proto__ = Node.prototype; - -/** - * Push the given `node.` - * - * @param {Node} node - * @return {Number} - * @api public - */ - -Text.prototype.push = function(node){ - return this.nodes.push(node); -}; diff --git a/node/node_modules/jade/lib/parser.js b/node/node_modules/jade/lib/parser.js deleted file mode 100644 index 25f1601..0000000 --- a/node/node_modules/jade/lib/parser.js +++ /dev/null @@ -1,491 +0,0 @@ - -/*! - * Jade - Parser - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Lexer = require('./lexer') - , nodes = require('./nodes'); - -/** - * Initialize `Parser` with the given input `str` and `filename`. - * - * @param {String} str - * @param {String} filename - * @param {Object} options - * @api public - */ - -var Parser = exports = module.exports = function Parser(str, filename, options){ - this.input = str; - this.lexer = new Lexer(str, options); - this.filename = filename; -}; - -/** - * Tags that may not contain tags. - */ - -var textOnly = exports.textOnly = ['code', 'script', 'textarea', 'style', 'title']; - -/** - * Parser prototype. - */ - -Parser.prototype = { - - /** - * Return the next token object. - * - * @return {Object} - * @api private - */ - - advance: function(){ - return this.lexer.advance(); - }, - - /** - * Skip `n` tokens. - * - * @param {Number} n - * @api private - */ - - skip: function(n){ - while (n--) this.advance(); - }, - - /** - * Single token lookahead. - * - * @return {Object} - * @api private - */ - - peek: function() { - return this.lookahead(1); - }, - - /** - * Return lexer lineno. - * - * @return {Number} - * @api private - */ - - line: function() { - return this.lexer.lineno; - }, - - /** - * `n` token lookahead. - * - * @param {Number} n - * @return {Object} - * @api private - */ - - lookahead: function(n){ - return this.lexer.lookahead(n); - }, - - /** - * Parse input returning a string of js for evaluation. - * - * @return {String} - * @api public - */ - - parse: function(){ - var block = new nodes.Block; - block.line = this.line(); - while ('eos' != this.peek().type) { - if ('newline' == this.peek().type) { - this.advance(); - } else { - block.push(this.parseExpr()); - } - } - return block; - }, - - /** - * Expect the given type, or throw an exception. - * - * @param {String} type - * @api private - */ - - expect: function(type){ - if (this.peek().type === type) { - return this.advance(); - } else { - throw new Error('expected "' + type + '", but got "' + this.peek().type + '"'); - } - }, - - /** - * Accept the given `type`. - * - * @param {String} type - * @api private - */ - - accept: function(type){ - if (this.peek().type === type) { - return this.advance(); - } - }, - - /** - * tag - * | doctype - * | mixin - * | include - * | filter - * | comment - * | text - * | each - * | code - * | id - * | class - */ - - parseExpr: function(){ - switch (this.peek().type) { - case 'tag': - return this.parseTag(); - case 'mixin': - return this.parseMixin(); - case 'include': - return this.parseInclude(); - case 'doctype': - return this.parseDoctype(); - case 'filter': - return this.parseFilter(); - case 'comment': - return this.parseComment(); - case 'text': - return this.parseText(); - case 'each': - return this.parseEach(); - case 'code': - return this.parseCode(); - case 'id': - case 'class': - var tok = this.advance(); - this.lexer.defer(this.lexer.tok('tag', 'div')); - this.lexer.defer(tok); - return this.parseExpr(); - default: - throw new Error('unexpected token "' + this.peek().type + '"'); - } - }, - - /** - * Text - */ - - parseText: function(){ - var tok = this.expect('text') - , node = new nodes.Text(tok.val); - node.line = this.line(); - return node; - }, - - /** - * code - */ - - parseCode: function(){ - var tok = this.expect('code') - , node = new nodes.Code(tok.val, tok.buffer, tok.escape) - , block - , i = 1; - node.line = this.line(); - while (this.lookahead(i) && 'newline' == this.lookahead(i).type) ++i; - block = 'indent' == this.lookahead(i).type; - if (block) { - this.skip(i-1); - node.block = this.parseBlock(); - } - return node; - }, - - /** - * comment - */ - - parseComment: function(){ - var tok = this.expect('comment') - , node; - - if ('indent' == this.peek().type) { - node = new nodes.BlockComment(tok.val, this.parseBlock(), tok.buffer); - } else { - node = new nodes.Comment(tok.val, tok.buffer); - } - - node.line = this.line(); - return node; - }, - - /** - * doctype - */ - - parseDoctype: function(){ - var tok = this.expect('doctype') - , node = new nodes.Doctype(tok.val); - node.line = this.line(); - return node; - }, - - /** - * filter attrs? text-block - */ - - parseFilter: function(){ - var block - , tok = this.expect('filter') - , attrs = this.accept('attrs'); - - this.lexer.pipeless = true; - block = this.parseTextBlock(); - this.lexer.pipeless = false; - - var node = new nodes.Filter(tok.val, block, attrs && attrs.attrs); - node.line = this.line(); - return node; - }, - - /** - * tag ':' attrs? block - */ - - parseASTFilter: function(){ - var block - , tok = this.expect('tag') - , attrs = this.accept('attrs'); - - this.expect(':'); - block = this.parseBlock(); - - var node = new nodes.Filter(tok.val, block, attrs && attrs.attrs); - node.line = this.line(); - return node; - }, - - /** - * each block - */ - - parseEach: function(){ - var tok = this.expect('each') - , node = new nodes.Each(tok.code, tok.val, tok.key, this.parseBlock()); - node.line = this.line(); - return node; - }, - - /** - * include - */ - - parseInclude: function(){ - var path = require('path') - , fs = require('fs') - , dirname = path.dirname - , basename = path.basename - , join = path.join; - - if (!this.filename) - throw new Error('the "filename" option is required to use includes'); - - var path = name = this.expect('include').val.trim() - , dir = dirname(this.filename); - - // non-jade - if (~basename(path).indexOf('.')) { - var path = join(dir, path) - , str = fs.readFileSync(path, 'utf8'); - return new nodes.Literal(str); - } - - var path = join(dir, path + '.jade') - , str = fs.readFileSync(path, 'utf8') - , parser = new Parser(str, path) - , ast = parser.parse(); - - return ast; - }, - - /** - * mixin block - */ - - parseMixin: function(){ - var tok = this.expect('mixin') - , name = tok.val - , args = tok.args; - var block = 'indent' == this.peek().type - ? this.parseBlock() - : null; - return new nodes.Mixin(name, args, block); - }, - - /** - * indent (text | newline)* outdent - */ - - parseTextBlock: function(){ - var text = new nodes.Text; - text.line = this.line(); - var spaces = this.expect('indent').val; - if (null == this._spaces) this._spaces = spaces; - var indent = Array(spaces - this._spaces + 1).join(' '); - while ('outdent' != this.peek().type) { - switch (this.peek().type) { - case 'newline': - text.push('\\n'); - this.advance(); - break; - case 'indent': - text.push('\\n'); - this.parseTextBlock().nodes.forEach(function(node){ - text.push(node); - }); - text.push('\\n'); - break; - default: - text.push(indent + this.advance().val); - } - } - - if (spaces == this._spaces) this._spaces = null; - this.expect('outdent'); - return text; - }, - - /** - * indent expr* outdent - */ - - parseBlock: function(){ - var block = new nodes.Block; - block.line = this.line(); - this.expect('indent'); - while ('outdent' != this.peek().type) { - if ('newline' == this.peek().type) { - this.advance(); - } else { - block.push(this.parseExpr()); - } - } - this.expect('outdent'); - return block; - }, - - /** - * tag (attrs | class | id)* (text | code | ':')? newline* block? - */ - - parseTag: function(){ - // ast-filter look-ahead - var i = 2; - if ('attrs' == this.lookahead(i).type) ++i; - if (':' == this.lookahead(i).type) { - if ('indent' == this.lookahead(++i).type) { - return this.parseASTFilter(); - } - } - - var name = this.advance().val - , tag = new nodes.Tag(name) - , dot; - - tag.line = this.line(); - - // (attrs | class | id)* - out: - while (true) { - switch (this.peek().type) { - case 'id': - case 'class': - var tok = this.advance(); - tag.setAttribute(tok.type, "'" + tok.val + "'"); - continue; - case 'attrs': - var obj = this.advance().attrs - , names = Object.keys(obj); - for (var i = 0, len = names.length; i < len; ++i) { - var name = names[i] - , val = obj[name]; - tag.setAttribute(name, val); - } - continue; - default: - break out; - } - } - - // check immediate '.' - if ('.' == this.peek().val) { - dot = tag.textOnly = true; - this.advance(); - } - - // (text | code | ':')? - switch (this.peek().type) { - case 'text': - tag.text = this.parseText(); - break; - case 'code': - tag.code = this.parseCode(); - break; - case ':': - this.advance(); - tag.block = new nodes.Block; - tag.block.push(this.parseTag()); - break; - } - - // newline* - while ('newline' == this.peek().type) this.advance(); - - tag.textOnly = tag.textOnly || ~textOnly.indexOf(tag.name); - - // script special-case - if ('script' == tag.name) { - var type = tag.getAttribute('type'); - if (!dot && type && 'text/javascript' != type.replace(/^['"]|['"]$/g, '')) { - tag.textOnly = false; - } - } - - // block? - if ('indent' == this.peek().type) { - if (tag.textOnly) { - this.lexer.pipeless = true; - tag.block = this.parseTextBlock(); - this.lexer.pipeless = false; - } else { - var block = this.parseBlock(); - if (tag.block) { - for (var i = 0, len = block.nodes.length; i < len; ++i) { - tag.block.push(block.nodes[i]); - } - } else { - tag.block = block; - } - } - } - - return tag; - } -}; diff --git a/node/node_modules/jade/lib/runtime.js b/node/node_modules/jade/lib/runtime.js deleted file mode 100644 index b826252..0000000 --- a/node/node_modules/jade/lib/runtime.js +++ /dev/null @@ -1,116 +0,0 @@ - -/*! - * Jade - runtime - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Lame Array.isArray() polyfill for now. - */ - -if (!Array.isArray) { - Array.isArray = function(arr){ - return '[object Array]' == toString.call(arr); - }; -} - -/** - * Lame Object.keys() polyfill for now. - */ - -if (!Object.keys) { - Object.keys = function(obj){ - var arr = []; - for (var key in obj) { - if (obj.hasOwnProperty(key)) { - arr.push(obj); - } - } - return arr; - } -} - -/** - * Render the given attributes object. - * - * @param {Object} obj - * @return {String} - * @api private - */ - -exports.attrs = function attrs(obj){ - var buf = [] - , terse = obj.terse; - delete obj.terse; - var keys = Object.keys(obj) - , len = keys.length; - if (len) { - buf.push(''); - for (var i = 0; i < len; ++i) { - var key = keys[i] - , val = obj[key]; - if ('boolean' == typeof val || null == val) { - if (val) { - terse - ? buf.push(key) - : buf.push(key + '="' + key + '"'); - } - } else if ('class' == key && Array.isArray(val)) { - buf.push(key + '="' + exports.escape(val.join(' ')) + '"'); - } else { - buf.push(key + '="' + exports.escape(val) + '"'); - } - } - } - return buf.join(' '); -}; - -/** - * Escape the given string of `html`. - * - * @param {String} html - * @return {String} - * @api private - */ - -exports.escape = function escape(html){ - return String(html) - .replace(/&(?!\w+;)/g, '&') - .replace(//g, '>') - .replace(/"/g, '"'); -}; - -/** - * Re-throw the given `err` in context to the - * `str` of jade, `filename`, and `lineno`. - * - * @param {Error} err - * @param {String} str - * @param {String} filename - * @param {String} lineno - * @api private - */ - -exports.rethrow = function rethrow(err, str, filename, lineno){ - var context = 3 - , lines = str.split('\n') - , start = Math.max(lineno - context, 0) - , end = Math.min(lines.length, lineno + context); - - // Error context - var context = lines.slice(start, end).map(function(line, i){ - var curr = i + start + 1; - return (curr == lineno ? ' > ' : ' ') - + curr - + '| ' - + line; - }).join('\n'); - - // Alter exception message - err.path = filename; - err.message = (filename || 'Jade') + ':' + lineno - + '\n' + context + '\n\n' + err.message; - throw err; -}; diff --git a/node/node_modules/jade/lib/self-closing.js b/node/node_modules/jade/lib/self-closing.js deleted file mode 100644 index 293e7f8..0000000 --- a/node/node_modules/jade/lib/self-closing.js +++ /dev/null @@ -1,18 +0,0 @@ - -/*! - * Jade - self closing tags - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -module.exports = [ - 'meta' - , 'img' - , 'link' - , 'input' - , 'area' - , 'base' - , 'col' - , 'br' - , 'hr' -]; \ No newline at end of file diff --git a/node/node_modules/jade/lib/utils.js b/node/node_modules/jade/lib/utils.js deleted file mode 100644 index ff46d02..0000000 --- a/node/node_modules/jade/lib/utils.js +++ /dev/null @@ -1,49 +0,0 @@ - -/*! - * Jade - utils - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Convert interpolation in the given string to JavaScript. - * - * @param {String} str - * @return {String} - * @api private - */ - -var interpolate = exports.interpolate = function(str){ - return str.replace(/(\\)?([#!]){(.*?)}/g, function(str, escape, flag, code){ - return escape - ? str - : "' + " - + ('!' == flag ? '' : 'escape') - + "((interp = " + code.replace(/\\'/g, "'") - + ") == null ? '' : interp) + '"; - }); -}; - -/** - * Escape single quotes in `str`. - * - * @param {String} str - * @return {String} - * @api private - */ - -var escape = exports.escape = function(str) { - return str.replace(/'/g, "\\'"); -}; - -/** - * Interpolate, and escape the given `str`. - * - * @param {String} str - * @return {String} - * @api private - */ - -exports.text = function(str){ - return interpolate(escape(str)); -}; \ No newline at end of file diff --git a/node/node_modules/jade/package.json b/node/node_modules/jade/package.json deleted file mode 100644 index 2dedf7b..0000000 --- a/node/node_modules/jade/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "jade", - "description": "Jade template engine", - "version": "0.15.4", - "author": "TJ Holowaychuk ", - "repository": "git://github.com/visionmedia/jade", - "main": "./index.js", - "bin": { "jade": "./bin/jade" }, - "dependencies": { - "commander": "0.1.0", - "mkdirp": "0.0.6" - }, - "devDependencies": { - "expresso": "0.6.4", - "coffee-script": ">= 0.0.1", - "sass": ">= 0.0.1", - "less": ">= 0.0.1", - "markdown": ">= 0.0.1", - "stylus": ">= 0.0.1", - "uubench": "0.0.1" - }, - "scripts" : { "prepublish" : "npm prune" }, - "engines": { "node": ">= 0.1.98" } -} \ No newline at end of file diff --git a/node/node_modules/jade/runtime.js b/node/node_modules/jade/runtime.js deleted file mode 100644 index b7f5fba..0000000 --- a/node/node_modules/jade/runtime.js +++ /dev/null @@ -1,121 +0,0 @@ - -var jade = (function(exports){ -/*! - * Jade - runtime - * Copyright(c) 2010 TJ Holowaychuk - * MIT Licensed - */ - -/** - * Lame Array.isArray() polyfill for now. - */ - -if (!Array.isArray) { - Array.isArray = function(arr){ - return '[object Array]' == toString.call(arr); - }; -} - -/** - * Lame Object.keys() polyfill for now. - */ - -if (!Object.keys) { - Object.keys = function(obj){ - var arr = []; - for (var key in obj) { - if (obj.hasOwnProperty(key)) { - arr.push(obj); - } - } - return arr; - } -} - -/** - * Render the given attributes object. - * - * @param {Object} obj - * @return {String} - * @api private - */ - -exports.attrs = function attrs(obj){ - var buf = [] - , terse = obj.terse; - delete obj.terse; - var keys = Object.keys(obj) - , len = keys.length; - if (len) { - buf.push(''); - for (var i = 0; i < len; ++i) { - var key = keys[i] - , val = obj[key]; - if ('boolean' == typeof val || null == val) { - if (val) { - terse - ? buf.push(key) - : buf.push(key + '="' + key + '"'); - } - } else if ('class' == key && Array.isArray(val)) { - buf.push(key + '="' + exports.escape(val.join(' ')) + '"'); - } else { - buf.push(key + '="' + exports.escape(val) + '"'); - } - } - } - return buf.join(' '); -}; - -/** - * Escape the given string of `html`. - * - * @param {String} html - * @return {String} - * @api private - */ - -exports.escape = function escape(html){ - return String(html) - .replace(/&(?!\w+;)/g, '&') - .replace(//g, '>') - .replace(/"/g, '"'); -}; - -/** - * Re-throw the given `err` in context to the - * `str` of jade, `filename`, and `lineno`. - * - * @param {Error} err - * @param {String} str - * @param {String} filename - * @param {String} lineno - * @api private - */ - -exports.rethrow = function rethrow(err, str, filename, lineno){ - var context = 3 - , lines = str.split('\n') - , start = Math.max(lineno - context, 0) - , end = Math.min(lines.length, lineno + context); - - // Error context - var context = lines.slice(start, end).map(function(line, i){ - var curr = i + start + 1; - return (curr == lineno ? ' > ' : ' ') - + curr - + '| ' - + line; - }).join('\n'); - - // Alter exception message - err.path = filename; - err.message = (filename || 'Jade') + ':' + lineno - + '\n' + context + '\n\n' + err.message; - throw err; -}; - - return exports; - -})({}); \ No newline at end of file diff --git a/node/node_modules/jade/runtime.min.js b/node/node_modules/jade/runtime.min.js deleted file mode 100644 index 6e1efc9..0000000 --- a/node/node_modules/jade/runtime.min.js +++ /dev/null @@ -1 +0,0 @@ -var jade=function(exports){Array.isArray||(Array.isArray=function(arr){return"[object Array]"==toString.call(arr)}),Object.keys||(Object.keys=function(obj){var arr=[];for(var key in obj)obj.hasOwnProperty(key)&&arr.push(obj);return arr}),exports.attrs=function(obj){var buf=[],terse=obj.terse;delete obj.terse;var keys=Object.keys(obj),len=keys.length;if(len){buf.push("");for(var i=0;i/g,">").replace(/"/g,""")},exports.rethrow=function(err,str,filename,lineno){var context=3,lines=str.split("\n"),start=Math.max(lineno-context,0),end=Math.min(lines.length,lineno+context),context=lines.slice(start,end).map(function(line,i){var curr=i+start+1;return(curr==lineno?" > ":" ")+curr+"| "+line}).join("\n");err.path=filename,err.message=(filename||"Jade")+":"+lineno+"\n"+context+"\n\n"+err.message;throw err};return exports}({}) \ No newline at end of file diff --git a/node/node_modules/jade/support/benchmark.js b/node/node_modules/jade/support/benchmark.js deleted file mode 100644 index 85c2f3f..0000000 --- a/node/node_modules/jade/support/benchmark.js +++ /dev/null @@ -1,62 +0,0 @@ - -/** - * Module dependencies. - */ - -var uubench = require('uubench') - , jade = require('../'); - - -var suite = new uubench.Suite({ - min: 200, - result: function(name, stats){ - var persec = 1000 / stats.elapsed - , ops = stats.iterations * persec; - console.log('%s: %d', name, ops | 0); - } -}); - -var str = 'html\n body\n h1 Title' - , fn = jade.compile(str); - -suite.bench('tiny', function(next){ - fn(); - next(); -}); - -str = '\ -html\n\ - body\n\ - h1 Title\n\ - ul#menu\n\ - li: a(href="#") Home\n\ - li: a(href="#") About Us\n\ - li: a(href="#") Store\n\ - li: a(href="#") FAQ\n\ - li: a(href="#") Contact\n\ -'; - -var fn2 = jade.compile(str); - -suite.bench('small', function(next){ - fn2(); - next(); -}); - -str = '\ -html\n\ - body\n\ - h1 #{title}\n\ - ul#menu\n\ - - each link in links\r\n\ - li: a(href="#")= link\r\n\ -'; - -var fn3 = jade.compile(str); - -suite.bench('small locals', function(next){ - fn3({ title: 'Title', links: ['Home', 'About Us', 'Store', 'FAQ', 'Contact'] }); - next(); -}); - -suite.run(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/.gitignore b/node/node_modules/jade/support/coffee-script/.gitignore deleted file mode 100644 index 529b521..0000000 --- a/node/node_modules/jade/support/coffee-script/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -raw -presentation -test.coffee -parser.output -test/fixtures/underscore -test/*.js -examples/beautiful_code/parse.coffee -*.gem \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/Cakefile b/node/node_modules/jade/support/coffee-script/Cakefile deleted file mode 100644 index 552d598..0000000 --- a/node/node_modules/jade/support/coffee-script/Cakefile +++ /dev/null @@ -1,134 +0,0 @@ -fs = require 'fs' -helpers = require './lib/helpers' -CoffeeScript = require './lib/coffee-script' -{spawn, exec} = require 'child_process' -path = require 'path' - -# ANSI Terminal Colors. -red = '\033[0;31m' -green = '\033[0;32m' -reset = '\033[0m' - -# Run a CoffeeScript through our node/coffee interpreter. -run = (args) -> - proc = spawn 'bin/coffee', args - proc.stderr.on 'data', (buffer) -> puts buffer.toString() - proc.on 'exit', (status) -> process.exit(1) if status != 0 - -# Log a message with a color. -log = (message, color, explanation) -> - puts color + message + reset + ' ' + (explanation or '') - -option '-p', '--prefix [DIR]', 'set the installation prefix for `cake install`' - -task 'install', 'install CoffeeScript into /usr/local (or --prefix)', (options) -> - base = options.prefix or '/usr/local' - lib = "#{base}/lib/coffee-script" - bin = "#{base}/bin" - node = "~/.node_libraries/coffee-script" - puts "Installing CoffeeScript to #{lib}" - puts "Linking to #{node}" - puts "Linking 'coffee' to #{bin}/coffee" - exec([ - "mkdir -p #{lib} #{bin}" - "cp -rf bin lib LICENSE README package.json src #{lib}" - "ln -sf #{lib}/bin/coffee #{bin}/coffee" - "ln -sf #{lib}/bin/cake #{bin}/cake" - "mkdir -p ~/.node_libraries" - "ln -sf #{lib}/lib #{node}" - ].join(' && '), (err, stdout, stderr) -> - if err then print stderr else log 'done', green - ) - - -task 'build', 'build the CoffeeScript language from source', -> - files = fs.readdirSync 'src' - files = 'src/' + file for file in files when file.match(/\.coffee$/) - run ['-c', '-o', 'lib'].concat(files) - - -task 'build:full', 'rebuild the source twice, and run the tests', -> - exec 'bin/cake build && bin/cake build && bin/cake test', (err, stdout, stderr) -> - print stdout if stdout - print stderr if stderr - throw err if err - - -task 'build:parser', 'rebuild the Jison parser (run build first)', -> - require 'jison' - parser = require('./lib/grammar').parser - js = parser.generate() - # TODO: Remove this when the Jison patch is released. - js = js.replace 'if (require.main === module)', "if (typeof module !== 'undefined' && require.main === module)" - fs.writeFile 'lib/parser.js', js - - -task 'build:ultraviolet', 'build and install the Ultraviolet syntax highlighter', -> - exec 'plist2syntax ../coffee-script-tmbundle/Syntaxes/CoffeeScript.tmLanguage', (err) -> - throw err if err - exec 'sudo mv coffeescript.yaml /usr/local/lib/ruby/gems/1.8/gems/ultraviolet-0.10.2/syntax/coffeescript.syntax' - - -task 'build:browser', 'rebuild the merged script for inclusion in the browser', -> - exec 'rake browser', (err) -> - throw err if err - - -task 'doc:site', 'watch and continually rebuild the documentation for the website', -> - exec 'rake doc' - - -task 'doc:source', 'rebuild the internal documentation', -> - exec 'docco src/*.coffee && cp -rf docs documentation && rm -r docs', (err) -> - throw err if err - - -task 'doc:underscore', 'rebuild the Underscore.coffee documentation page', -> - exec 'docco examples/underscore.coffee && cp -rf docs documentation && rm -r docs', (err) -> - throw err if err - -task 'bench', 'quick benchmark of compilation time (of everything in src)', -> - exec 'time bin/coffee -p src/ > /dev/null', (err, stdout, stderr) -> - print stderr - -task 'loc', 'count the lines of source code in the CoffeeScript compiler', -> - sources = ['src/coffee-script.coffee', 'src/grammar.coffee', 'src/helpers.coffee', 'src/lexer.coffee', 'src/nodes.coffee', 'src/rewriter.coffee', 'src/scope.coffee'] - exec "cat #{ sources.join(' ') } | grep -v '^\\( *#\\|\\s*$\\)' | wc -l | tr -s ' '", (err, stdout) -> - print stdout - - -runTests = (CoffeeScript) -> - startTime = Date.now() - passedTests = failedTests = 0 - for all name, func of require 'assert' - global[name] = -> ++passedTests; func arguments... - global.eq = global.strictEqual - global.CoffeeScript = CoffeeScript - process.on 'exit', -> - time = ((Date.now() - startTime) / 1000).toFixed(2) - message = "passed #{passedTests} tests in #{time} seconds#{reset}" - if failedTests - log "failed #{failedTests} and #{message}", red - else - log message, green - fs.readdir 'test', (err, files) -> - files.forEach (file) -> - return unless file.match(/\.coffee$/i) - fileName = path.join 'test', file - fs.readFile fileName, (err, code) -> - try - CoffeeScript.run code.toString(), {fileName} - catch err - failedTests += 1 - log "failed #{fileName}", red, '\n' + err.stack.toString() - - -task 'test', 'run the CoffeeScript language test suite', -> - runTests CoffeeScript - - -task 'test:browser', 'run the test suite against the merged browser script', -> - source = fs.readFileSync 'extras/coffee-script.js', 'utf-8' - result = {} - (-> eval source).call result - runTests result.CoffeeScript diff --git a/node/node_modules/jade/support/coffee-script/LICENSE b/node/node_modules/jade/support/coffee-script/LICENSE deleted file mode 100644 index 38e580c..0000000 --- a/node/node_modules/jade/support/coffee-script/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2010 Jeremy Ashkenas - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/README b/node/node_modules/jade/support/coffee-script/README deleted file mode 100644 index 70ce760..0000000 --- a/node/node_modules/jade/support/coffee-script/README +++ /dev/null @@ -1,48 +0,0 @@ -= - { - } } { - { { } } - } }{ { - { }{ } } _____ __ __ - ( }{ }{ { ) / ____| / _|/ _| - .- { { } { }} -. | | ___ | |_| |_ ___ ___ - ( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \ - |`-..________ ..-'| | |___| (_) | | | || __/ __/ - | | \_____\___/|_| |_| \___|\___| - | ;--. - | (__ \ _____ _ _ - | | ) ) / ____| (_) | | - | |/ / | (___ ___ _ __ _ _ __ | |_ - | ( / \___ \ / __| '__| | '_ \| __| - | |/ ____) | (__| | | | |_) | |_ - | | |_____/ \___|_| |_| .__/ \__| - `-.._________..-' | | - |_| - - - CoffeeScript is a little language that compiles into JavaScript. - - Install Node.js, and then the CoffeeScript compiler: - sudo bin/cake install - - Or, if you have the Node Package Manager installed: - sudo npm install coffee-script - - Compile a script: - coffee /path/to/script.coffee - - For documentation, usage, and examples, see: - http://coffeescript.org/ - - To suggest a feature, report a bug, or general discussion: - http://github.com/jashkenas/coffee-script/issues/ - - If you'd like to chat, drop by #coffeescript on Freenode IRC, - or on webchat.freenode.net. - - The source repository: - git://github.com/jashkenas/coffee-script.git - - All contributors are listed here: - http://github.com/jashkenas/coffee-script/contributors - \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/Rakefile b/node/node_modules/jade/support/coffee-script/Rakefile deleted file mode 100644 index b88fc44..0000000 --- a/node/node_modules/jade/support/coffee-script/Rakefile +++ /dev/null @@ -1,53 +0,0 @@ -require 'erb' -require 'fileutils' -require 'rake/testtask' -require 'rubygems' -require 'yui/compressor' - -HEADER = <<-EOS -/** - * CoffeeScript Compiler v0.9.4 - * http://coffeescript.org - * - * Copyright 2010, Jeremy Ashkenas - * Released under the MIT License - */ -EOS - -desc "Build the documentation page" -task :doc do - source = 'documentation/index.html.erb' - child = fork { exec "bin/coffee -bcw -o documentation/js documentation/coffee/*.coffee" } - at_exit { Process.kill("INT", child) } - Signal.trap("INT") { exit } - loop do - mtime = File.stat(source).mtime - if !@mtime || mtime > @mtime - rendered = ERB.new(File.read(source)).result(binding) - File.open('index.html', 'w+') {|f| f.write(rendered) } - end - @mtime = mtime - sleep 1 - end -end - -desc "Build the single concatenated and minified script for the browser" -task :browser do - sources = %w(helpers rewriter lexer parser scope nodes coffee-script browser) - code = sources.inject '' do |js, name| - js << <<-"JS" - require['./#{name}'] = new function(){ - var exports = this; - #{ File.read "lib/#{name}.js" } - } - JS - end - code = YUI::JavaScriptCompressor.new.compress(<<-"JS") - this.CoffeeScript = function(){ - function require(path){ return require[path] } - #{ code } - return require['./coffee-script'] - }() - JS - File.open('extras/coffee-script.js', 'wb+') {|f| f.write(HEADER + code) } -end diff --git a/node/node_modules/jade/support/coffee-script/bin/cake b/node/node_modules/jade/support/coffee-script/bin/cake deleted file mode 100755 index aa7475a..0000000 --- a/node/node_modules/jade/support/coffee-script/bin/cake +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env node - -var path = require('path'); -var fs = require('fs'); -var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib'); - -require(lib + '/helpers').extend(global, require('sys')); -require(lib + '/cake').run(); diff --git a/node/node_modules/jade/support/coffee-script/bin/coffee b/node/node_modules/jade/support/coffee-script/bin/coffee deleted file mode 100755 index c6dc359..0000000 --- a/node/node_modules/jade/support/coffee-script/bin/coffee +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env node - -var path = require('path'); -var fs = require('fs'); -var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib'); - -require(lib + '/helpers').extend(global, require('sys')); -require(lib + '/command').run(); diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/aliases.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/aliases.coffee deleted file mode 100644 index 9301fe8..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/aliases.coffee +++ /dev/null @@ -1,11 +0,0 @@ -launch() if ignition is on - -volume = 10 if band isnt SpinalTap - -letTheWildRumpusBegin() unless answer is no - -if car.speed < limit then accelerate() - -winner = yes if pick in [47, 92, 13] - -print inspect "My name is " + @name diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/array_comprehensions.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/array_comprehensions.coffee deleted file mode 100644 index b9d9e16..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/array_comprehensions.coffee +++ /dev/null @@ -1,7 +0,0 @@ -# Eat lunch. -lunch = eat food for food in ['toast', 'cheese', 'wine'] - -# Naive collision detection. -for roid, pos in asteroids - for roid2 in asteroids when roid isnt roid2 - roid.explode() if roid.overlaps roid2 \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/block_comment.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/block_comment.coffee deleted file mode 100644 index 3cfd9e9..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/block_comment.coffee +++ /dev/null @@ -1,4 +0,0 @@ -### -CoffeeScript Compiler v0.9.4 -Released under the MIT License -### \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/cake_tasks.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/cake_tasks.coffee deleted file mode 100644 index 780337f..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/cake_tasks.coffee +++ /dev/null @@ -1,9 +0,0 @@ -fs = require 'fs' - -option '-o', '--output [DIR]', 'directory for compiled code' - -task 'build:parser', 'rebuild the Jison parser', (options) -> - require 'jison' - code = require('./lib/grammar').parser.generate() - dir = options.output or 'lib' - fs.writeFile "#{dir}/parser.js", code \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/classes.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/classes.coffee deleted file mode 100644 index 6794518..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/classes.coffee +++ /dev/null @@ -1,25 +0,0 @@ -class Animal - constructor: (@name) -> - - move: (meters) -> - alert @name + " moved " + meters + "m." - -class Snake extends Animal - move: -> - alert "Slithering..." - super 5 - -class Horse extends Animal - move: -> - alert "Galloping..." - super 45 - -sam = new Snake "Sammy the Python" -tom = new Horse "Tommy the Palomino" - -sam.move() -tom.move() - - - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/comparisons.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/comparisons.coffee deleted file mode 100644 index 6cac549..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/comparisons.coffee +++ /dev/null @@ -1,5 +0,0 @@ -cholesterol = 127 - -healthy = 200 > cholesterol > 60 - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/conditionals.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/conditionals.coffee deleted file mode 100644 index 7aa329b..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/conditionals.coffee +++ /dev/null @@ -1,11 +0,0 @@ -mood = greatlyImproved if singing - -if happy and knowsIt - clapsHands() - chaChaCha() -else - showIt() - -date = if friday then sue else jill - -options or= defaults \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/embedded.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/embedded.coffee deleted file mode 100644 index bb16b79..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/embedded.coffee +++ /dev/null @@ -1,5 +0,0 @@ -hi = `function() { - return [document.title, "Hello JavaScript"].join(": "); -}` - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/existence.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/existence.coffee deleted file mode 100644 index d4405e3..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/existence.coffee +++ /dev/null @@ -1,8 +0,0 @@ -solipsism = true if mind? and not world? - -speed ?= 140 - - - - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions.coffee deleted file mode 100644 index f4e59c4..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions.coffee +++ /dev/null @@ -1,9 +0,0 @@ -grade = (student) -> - if student.excellentWork - "A+" - else if student.okayStuff - if student.triedHard then "B" else "B-" - else - "C" - -eldest = if 24 > 21 then "Liz" else "Ike" \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_assignment.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_assignment.coffee deleted file mode 100644 index 0ba0daa..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_assignment.coffee +++ /dev/null @@ -1 +0,0 @@ -six = (one = 1) + (two = 2) + (three = 3) \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_comprehension.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_comprehension.coffee deleted file mode 100644 index 0af075d..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_comprehension.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# The first ten global properties. - -globals = (name for name of window)[0...10] \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_try.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_try.coffee deleted file mode 100644 index 13fdfec..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/expressions_try.coffee +++ /dev/null @@ -1,6 +0,0 @@ -alert( - try - nonexistent / undefined - catch error - "And the error is ... " + error -) \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/fat_arrow.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/fat_arrow.coffee deleted file mode 100644 index 836eb7a..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/fat_arrow.coffee +++ /dev/null @@ -1,6 +0,0 @@ -Account = (customer, cart) -> - @customer = customer - @cart = cart - - $('.shopping_cart').bind 'click', (event) => - @customer.purchase @cart \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/functions.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/functions.coffee deleted file mode 100644 index 60cc7ca..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/functions.coffee +++ /dev/null @@ -1,2 +0,0 @@ -square = (x) -> x * x -cube = (x) -> square(x) * x diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/heredocs.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/heredocs.coffee deleted file mode 100644 index ec76c14..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/heredocs.coffee +++ /dev/null @@ -1,5 +0,0 @@ -html = ''' - - cup of coffeescript - - ''' \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation.coffee deleted file mode 100644 index de02de4..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation.coffee +++ /dev/null @@ -1,2 +0,0 @@ -author = "Wittgenstein" -quote = "A picture is a fact. -- #{author}" \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation_expression.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation_expression.coffee deleted file mode 100644 index 49332cd..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/interpolation_expression.coffee +++ /dev/null @@ -1,6 +0,0 @@ -sentence = "#{ 22 / 7 } is a decent approximation of π" - -sep = "[.\\/\\- ]" -dates = /\d+#{sep}\d+#{sep}\d+/g - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/multiple_return_values.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/multiple_return_values.coffee deleted file mode 100644 index ec350ba..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/multiple_return_values.coffee +++ /dev/null @@ -1,5 +0,0 @@ -weatherReport = (location) -> - # Make an Ajax request to fetch the weather... - [location, 72, "Mostly Sunny"] - -[city, temp, forecast] = weatherReport "Berkeley, CA" \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/object_comprehensions.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/object_comprehensions.coffee deleted file mode 100644 index f5e2ce8..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/object_comprehensions.coffee +++ /dev/null @@ -1,4 +0,0 @@ -yearsOld = max: 10, ida: 9, tim: 11 - -ages = for child, age of yearsOld - child + " is " + age \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/object_extraction.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/object_extraction.coffee deleted file mode 100644 index d3625d6..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/object_extraction.coffee +++ /dev/null @@ -1,11 +0,0 @@ -futurists = - sculptor: "Umberto Boccioni" - painter: "Vladimir Burliuk" - poet: - name: "F.T. Marinetti" - address: [ - "Via Roma 42R" - "Bellagio, Italy 22021" - ] - -{poet: {name, address: [street, city]}} = futurists \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/objects_and_arrays.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/objects_and_arrays.coffee deleted file mode 100644 index d98be8b..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/objects_and_arrays.coffee +++ /dev/null @@ -1,17 +0,0 @@ -song = ["do", "re", "mi", "fa", "so"] - -singers = {Jagger: "Rock", Elvis: "Roll"} - -matrix = [ - 1, 0, 1 - 0, 0, 1 - 1, 1, 0 -] - -kids = - brother: - name: "Max" - age: 11 - sister: - name: "Ida" - age: 9 \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/objects_reserved.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/objects_reserved.coffee deleted file mode 100644 index 492b80a..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/objects_reserved.coffee +++ /dev/null @@ -1 +0,0 @@ -$('.account').css class: 'active' \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/overview.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/overview.coffee deleted file mode 100644 index 7ab4e71..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/overview.coffee +++ /dev/null @@ -1,28 +0,0 @@ -# Assignment: -number = 42 -opposite = true - -# Conditions: -number = -42 if opposite - -# Functions: -square = (x) -> x * x - -# Arrays: -list = [1, 2, 3, 4, 5] - -# Objects: -math = - root: Math.sqrt - square: square - cube: (x) -> x * square x - -# Splats: -race = (winner, runners...) -> - print winner, runners - -# Existence: -alert "I knew it!" if elvis? - -# Array comprehensions: -cubes = math.cube num for num in list diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/parallel_assignment.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/parallel_assignment.coffee deleted file mode 100644 index bbe03a8..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/parallel_assignment.coffee +++ /dev/null @@ -1,4 +0,0 @@ -theBait = 1000 -theSwitch = 0 - -[theBait, theSwitch] = [theSwitch, theBait] \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/patterns_and_splats.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/patterns_and_splats.coffee deleted file mode 100644 index 12eb818..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/patterns_and_splats.coffee +++ /dev/null @@ -1,7 +0,0 @@ -tag = "" - -[open, contents..., close] = tag.split("") - - - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/prototypes.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/prototypes.coffee deleted file mode 100644 index ebefb17..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/prototypes.coffee +++ /dev/null @@ -1,2 +0,0 @@ -String::dasherize = -> - this.replace /_/g, "-" \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/range_comprehensions.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/range_comprehensions.coffee deleted file mode 100644 index d5e0b68..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/range_comprehensions.coffee +++ /dev/null @@ -1,6 +0,0 @@ -countdown = num for num in [10..1] - -deliverEggs = -> - for i in [0...eggs.length] by 12 - dozen = eggs[i...i+12] - deliver new eggCarton dozen diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/scope.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/scope.coffee deleted file mode 100644 index d0a5f1e..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/scope.coffee +++ /dev/null @@ -1,5 +0,0 @@ -outer = 1 -changeNumbers = -> - inner = -1 - outer = 10 -inner = changeNumbers() \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/slices.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/slices.coffee deleted file mode 100644 index 794e8e0..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/slices.coffee +++ /dev/null @@ -1,6 +0,0 @@ -numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - -threeToSix = numbers[3..6] - -copy = numbers[0...numbers.length] - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/soaks.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/soaks.coffee deleted file mode 100644 index 16b2350..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/soaks.coffee +++ /dev/null @@ -1 +0,0 @@ -lottery.drawWinner?().address?.zipcode diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/splats.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/splats.coffee deleted file mode 100644 index c48a3cd..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/splats.coffee +++ /dev/null @@ -1,25 +0,0 @@ -gold = silver = rest = "unknown" - -awardMedals = (first, second, others...) -> - gold = first - silver = second - rest = others - -contenders = [ - "Michael Phelps" - "Liu Xiang" - "Yao Ming" - "Allyson Felix" - "Shawn Johnson" - "Roman Sebrle" - "Guo Jingjing" - "Tyson Gay" - "Asafa Powell" - "Usain Bolt" -] - -awardMedals contenders... - -alert "Gold: " + gold -alert "Silver: " + silver -alert "The Field: " + rest \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/splices.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/splices.coffee deleted file mode 100644 index ecf9d57..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/splices.coffee +++ /dev/null @@ -1,5 +0,0 @@ -numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - -numbers[3..6] = [-3, -4, -5, -6] - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/strings.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/strings.coffee deleted file mode 100644 index 3fc27a4..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/strings.coffee +++ /dev/null @@ -1,8 +0,0 @@ -mobyDick = "Call me Ishmael. Some years ago -- - never mind how long precisely -- having little - or no money in my purse, and nothing particular - to interest me on shore, I thought I would sail - about a little and see the watery part of the - world..." - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/switch.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/switch.coffee deleted file mode 100644 index 12a66f4..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/switch.coffee +++ /dev/null @@ -1,10 +0,0 @@ -switch day - when "Mon" then go work - when "Tue" then go relax - when "Thu" then go iceFishing - when "Fri", "Sat" - if day is bingoDay - go bingo - go dancing - when "Sun" then go church - else go work \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/try.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/try.coffee deleted file mode 100644 index d424495..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/try.coffee +++ /dev/null @@ -1,7 +0,0 @@ -try - allHellBreaksLoose() - catsAndDogsLivingTogether() -catch error - print error -finally - cleanUp() \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/coffee/while.coffee b/node/node_modules/jade/support/coffee-script/documentation/coffee/while.coffee deleted file mode 100644 index 81b12cb..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/coffee/while.coffee +++ /dev/null @@ -1,10 +0,0 @@ -# Econ 101 -if this.studyingEconomics - buy() while supply > demand - sell() until supply > demand - -# Nursery Rhyme -num = 6 -lyrics = while num -= 1 - num + " little monkeys, jumping on the bed. - One fell out and bumped his head." diff --git a/node/node_modules/jade/support/coffee-script/documentation/css/docs.css b/node/node_modules/jade/support/coffee-script/documentation/css/docs.css deleted file mode 100644 index b47c1ff..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/css/docs.css +++ /dev/null @@ -1,284 +0,0 @@ -body { - font-size: 13px; - line-height: 20px; - color: #191933; - font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; -} -.container { - width: 950px; - margin: 0; - padding: 80px 0px 50px 50px; -} -p, li { - width: 625px; -} -a { - color: #000055; -} -h1, h2, h3, h4, h5, h6 { - margin-top: 50px; -} -br.clear { - height: 0; - clear: both; -} -ul { - padding-left: 20px; -} -b.header { - color: #000055; - display: block; - margin: 40px 0 5px 0; - font-size: 16px; -} -li { - margin-bottom: 10px; -} -table { - margin: 16px 0 0 13px; padding: 0; - width: 625px; -} - tr, td { - margin: 0; padding: 0; - } - td { - padding: 9px 15px 9px 0; - } -code, pre, tt, textarea { - font-family: Monaco, Consolas, "Lucida Console", monospace; - font-size: 12px; - line-height: 18px; - color: #191955; - white-space: pre-wrap; - word-wrap: break-word; -} - tt { - background: #f8f8ff; - border: 1px solid #dedede; - font-size: 85%; - padding: 0px 0.2em; - } - pre { - border-left: 6px solid #222255; - margin-left: 13px; - padding: 3px 0 3px 12px; - font-size: 12px; - } - pre.no_bar { - border-left: 0; - margin-left: 0; - padding-left: 0; - } -div.code { - position: relative; - border: 1px solid #cacaca; - background: #fafaff; - padding: 7px 0 10px 0; - -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; - -webkit-box-shadow: 0px 0px 7px #cacaca; - zoom: 1; -} - div.code button { - position: absolute; - right: 8px; bottom: 8px; - } - div.code pre, div.code textarea { - float: left; - width: 450px; - background: #fafaff; - border-left: 1px dotted #559; - padding: 0 0 0 12px; - margin: 0; - } - div.code pre:first-child { - border-left: 0; - } - -#fadeout { - z-index: 50; - position: fixed; - left: 0; top: 0; right: 0; - height: 100px; - background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 255)), to(rgba(255, 255, 255, 0))); - background: -moz-linear-gradient(top, rgba(255, 255, 255, 255), rgba(255, 255, 255, 0)); -} - -#flybar { - position: fixed; - z-index: 100; - height: 50px; - min-width: 490px; - left: 40px; right: 40px; top: 25px; - padding-left: 235px; - background: #eee; - background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d0d0d0)); - background: -moz-linear-gradient(top, #f5f5f5, #d0d0d0); - border: 1px solid #aaa; - -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; - -webkit-box-shadow: 0 0 7px #aaa; -moz-box-shadow: 0 0 7px #aaa; -} - #logo { - display: block; - width: 215px; height: 50px; - background: url('../images/logo.png'); - position: absolute; - top: 0px; left: 10px; - } - #error { - position: absolute; - -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; - right: 15px; top: 15px; left: 730px; - height: 15px; - padding: 2px 5px; - background: #fdcdcc; - color: #864544; - border: 1px solid #864544; - font-size: 10px; - line-height: 15px; - overflow: hidden; - text-transform: uppercase; - } - .navigation { - height: 50px; - font-size: 11px; - line-height: 50px; - text-transform: uppercase; - position: relative; - float: left; - padding: 0 20px; - border: 1px solid #bbb; - border-top: 0; border-bottom: 0; border-left-width: 0; - cursor: pointer; - } - body.full_screen .navigation { - position: static; - } - .navigation.toc { - border-left-width: 1px; - } - .navigation:hover, - .navigation.active { - background: #eee; - background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c0c0c0)); - background: -moz-linear-gradient(top, #f0f0f0, #c0c0c0); - } - .navigation .button { - font-weight: bold; - } - .navigation .contents { - display: none; - position: absolute; - background: #fff; - top: 51px; left: 0; - padding: 5px 0; - margin-left: -1px; - border: 1px solid #aaa; border-top: 0; - -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; - -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; - -webkit-box-shadow: 0 5px 10px #999; -moz-box-shadow: 0 5px 10px #999; - } - .navigation.active .contents { - display: block; - } - .navigation .contents.repl_wrapper { - left: -162px; - width: 700px; - padding: 0; - } - body.full_screen .navigation .contents.repl_wrapper { - position: fixed; - width: auto; height: auto; - left: 60px; top: 77px; right: 60px; bottom: 30px; - } - .navigation .contents.repl_wrapper .code { - -webkit-box-shadow: none; -moz-box-shadow: none; - background: transparent; - border: 0; - position: static; - } - body.full_screen .navigation .contents.repl_wrapper .code { - height: 100%; - padding: 0; margin: 0; - } - .navigation .code button { - bottom: 10px; - text-transform: none; - line-height: 14px; - left: auto; right: auto; - } - .navigation .code .run { - width: 40px; - right: 10px; - } - .navigation .code .full_screen, .navigation .code .minimize { - left: 10px; - display: none; - width: 90px; - } - body.minimized .code .full_screen, body.full_screen .code .minimize { - display: inline; - } - .navigation .contents a { - display: block; - width: 290px; - text-transform: none; - text-decoration: none; - font-weight: normal; - height: 12px; - line-height: 12px; - padding: 4px 10px; - } - .navigation .contents a:hover { - background: #f0f0f0; - } - -.bookmark { - display: block; - width: 0; height: 0; - position: relative; - top: -90px; -} - -#repl_source, #repl_results { - background: transparent; - outline: none; - margin: 5px 0 20px; -} - #repl_source_wrap { - margin-left: 5px; - height: 250px; - width: 307px; - position: relative; - float: left; - } - #repl_source { - width: 96%; - height: 250px; - border: 0; - resize: none; - } - #repl_results { - font-family: Monaco, Consolas, "Lucida Console", monospace; - text-transform: none; - font-weight: normal; - height: 260px; - margin-bottom: 25px; - overflow-y: auto; - width: 370px; - } - body.full_screen #repl_results, body.full_screen #repl_source_wrap { - width: auto; height: auto; - position: absolute; - margin-bottom: 0; - top: 10px; left: 10px; right: 10px; bottom: 40px; - } - body.full_screen #repl_source { - height: 100%; - } - body.full_screen #repl_source_wrap { - right: 50%; - } - body.full_screen #repl_results { - left: 50%; - } diff --git a/node/node_modules/jade/support/coffee-script/documentation/css/idle.css b/node/node_modules/jade/support/coffee-script/documentation/css/idle.css deleted file mode 100644 index e1e8a1a..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/css/idle.css +++ /dev/null @@ -1,64 +0,0 @@ -pre.idle .InheritedClass { -} -pre.idle .TypeName { - color: #21439C; -} -pre.idle .Number { -} -pre.idle .LibraryVariable { - color: #A535AE; -} -pre.idle .Storage { - color: #FF5600; -} -pre.idle .line-numbers { - background-color: #BAD6FD; - color: #000000; -} -pre.idle { - background-color: #FFFFFF; - color: #000000; -} -pre.idle .StringInterpolation { - color: #990000; -} -pre.idle .TagName { -} -pre.idle .LibraryConstant { - color: #A535AE; -} -pre.idle .FunctionArgument { - color: #0076ad; -} -pre.idle .BuiltInConstant { - color: #A535AE; -} -pre.idle .Invalid { - background-color: #990000; - color: #FFFFFF; -} -pre.idle .LibraryClassType { - color: #A535AE; -} -pre.idle .LibraryFunction { - color: #A535AE; -} -pre.idle .TagAttribute { -} -pre.idle .Keyword { - color: #FF5600; -} -pre.idle .UserDefinedConstant { -} -pre.idle .String { - color: #00A33F; -} -pre.idle .FunctionName { - color: #21439C; -} -pre.idle .Variable { - color: #A535AE; -} -pre.idle .Comment { - color: #919191; -} diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/browser.html b/node/node_modules/jade/support/coffee-script/documentation/docs/browser.html deleted file mode 100644 index 54d4861..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/browser.html +++ /dev/null @@ -1,24 +0,0 @@ - browser.coffee

    browser.coffee

    #

    Override exported methods for non-Node.js engines.

    CoffeeScript = require './coffee-script'
    #

    Use standard JavaScript eval to eval code.

    CoffeeScript.eval = (code, options) ->
    -  eval CoffeeScript.compile code, options
    #

    Running code does not provide access to this scope.

    CoffeeScript.run = (code, options) ->
    -  (Function CoffeeScript.compile code, options)()
    #

    If we're not in a browser environment, we're finished with the public API.

    return unless window?
    #

    Load a remote script from the current domain via XHR.

    CoffeeScript.load = (url, options) ->
    -  xhr = new (window.ActiveXObject or XMLHttpRequest)('Microsoft.XMLHTTP')
    -  xhr.open 'GET', url, true
    -  xhr.overrideMimeType 'text/plain' if 'overrideMimeType' of xhr
    -  xhr.onreadystatechange = ->
    -    CoffeeScript.run xhr.responseText, options if xhr.readyState is 4
    -  xhr.send null
    #

    Activate CoffeeScript in the browser by having it compile and evaluate -all script tags with a content-type of text/coffeescript. -This happens on page load.

    processScripts = ->
    -  for script in document.getElementsByTagName 'script'
    -    if script.type is 'text/coffeescript'
    -      if script.src
    -        CoffeeScript.load script.src
    -      else
    -        setTimeout -> CoffeeScript.run script.innerHTML
    -  null
    -if window.addEventListener
    -  addEventListener 'DOMContentLoaded', processScripts, false
    -else
    -  attachEvent 'onload', processScripts
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/cake.html b/node/node_modules/jade/support/coffee-script/documentation/docs/cake.html deleted file mode 100644 index 7189e51..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/cake.html +++ /dev/null @@ -1,43 +0,0 @@ - cake.coffee

    cake.coffee

    #

    cake is a simplified version of Make -(Rake, Jake) -for CoffeeScript. You define tasks with names and descriptions in a Cakefile, -and can call them from the command line, or invoke them from other tasks.

    - -

    Running cake with no arguments will print out a list of all the tasks in the -current directory's Cakefile.

    #

    External dependencies.

    fs           = require 'fs'
    -path         = require 'path'
    -helpers      = require('./helpers').helpers
    -optparse     = require './optparse'
    -CoffeeScript = require './coffee-script'
    #

    Keep track of the list of defined tasks, the accepted options, and so on.

    tasks     = {}
    -options   = {}
    -switches  = []
    -oparse    = null
    #

    Mixin the top-level Cake functions for Cakefiles to use directly.

    helpers.extend global,
    #

    Define a Cake task with a short name, an optional sentence description, -and the function to run as the action itself.

      task: (name, description, action) ->
    -    [action, description] = [description, action] unless action
    -    tasks[name] = {name, description, action}
    #

    Define an option that the Cakefile accepts. The parsed options hash, -containing all of the command-line options passed, will be made available -as the first argument to the action.

      option: (letter, flag, description) ->
    -    switches.push [letter, flag, description]
    #

    Invoke another task in the current Cakefile.

      invoke: (name) ->
    -    missingTask name unless tasks[name]
    -    tasks[name].action options
    #

    Run cake. Executes all of the tasks you pass, in order. Note that Node's -asynchrony may cause tasks to execute in a different order than you'd expect. -If no tasks are passed, print the help screen.

    exports.run = ->
    -  path.exists 'Cakefile', (exists) ->
    -    throw new Error("Cakefile not found in #{process.cwd()}") unless exists
    -    args = process.argv[2...process.argv.length]
    -    CoffeeScript.run fs.readFileSync('Cakefile').toString(), fileName: 'Cakefile'
    -    oparse = new optparse.OptionParser switches
    -    return printTasks() unless args.length
    -    options = oparse.parse(args)
    -    invoke arg for arg in options.arguments
    #

    Display the list of Cake tasks in a format similar to rake -T

    printTasks = ->
    -  puts ''
    -  for all name, task of tasks
    -    spaces = 20 - name.length
    -    spaces = if spaces > 0 then Array(spaces + 1).join(' ') else ''
    -    desc   = if task.description then "# #{task.description}" else ''
    -    puts "cake #{name}#{spaces} #{desc}"
    -  puts oparse.help() if switches.length
    #

    Print an error and exit when attempting to all an undefined task.

    missingTask = (task) ->
    -  puts "No such task: \"#{task}\""
    -  process.exit 1
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/coffee-script.html b/node/node_modules/jade/support/coffee-script/documentation/docs/coffee-script.html deleted file mode 100644 index 36b3849..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/coffee-script.html +++ /dev/null @@ -1,50 +0,0 @@ - coffee-script.coffee

    coffee-script.coffee

    #

    CoffeeScript can be used both on the server, as a command-line compiler based -on Node.js/V8, or to run CoffeeScripts directly in the browser. This module -contains the main entry functions for tokenzing, parsing, and compiling source -CoffeeScript into JavaScript.

    - -

    If included on a webpage, it will automatically sniff out, compile, and -execute all scripts present in text/coffeescript tags.

    path      = require 'path'
    -{Lexer}   = require './lexer'
    -{parser}  = require './parser'
    #

    TODO: Remove registerExtension when fully deprecated

    if require.extensions
    -  fs = require 'fs'
    -  require.extensions['.coffee'] = (module, filename) ->
    -    content = compile fs.readFileSync filename, 'utf8'
    -    module.filename = "#{filename} (compiled)"
    -    module._compile content, module.filename
    -else if require.registerExtension
    -  require.registerExtension '.coffee', (content) -> compile content
    #

    The current CoffeeScript version number.

    exports.VERSION = '0.9.4'
    #

    Compile a string of CoffeeScript code to JavaScript, using the Coffee/Jison -compiler.

    exports.compile = compile = (code, options) ->
    -  options or= {}
    -  try
    -    (parser.parse lexer.tokenize code).compile options
    -  catch err
    -    err.message = "In #{options.fileName}, #{err.message}" if options.fileName
    -    throw err
    #

    Tokenize a string of CoffeeScript code, and return the array of tokens.

    exports.tokens = (code) ->
    -  lexer.tokenize code
    #

    Tokenize and parse a string of CoffeeScript code, and return the AST. You can -then compile it by calling .compile() on the root, or traverse it by using -.traverse() with a callback.

    exports.nodes = (code) ->
    -  parser.parse lexer.tokenize code
    #

    Compile and execute a string of CoffeeScript (on the server), correctly -setting __filename, __dirname, and relative require().

    exports.run = (code, options) ->
    #

    We want the root module.

      root = module
    -  while root.parent
    -    root = root.parent
    #

    Set the filename

      root.filename = __filename = "#{options.fileName} (compiled)"
    #

    Clear the module cache

      root.moduleCache = {} if root.moduleCache
    #

    Compile

      root._compile exports.compile(code, options), root.filename
    #

    Compile and evaluate a string of CoffeeScript (in a Node.js-like environment). -The CoffeeScript REPL uses this to run the input.

    exports.eval = (code, options) ->
    -  __filename = options.fileName
    -  __dirname  = path.dirname __filename
    -  eval exports.compile(code, options)
    #

    Instantiate a Lexer for our use here.

    lexer = new Lexer
    #

    The real Lexer produces a generic stream of tokens. This object provides a -thin wrapper around it, compatible with the Jison API. We can then pass it -directly as a "Jison lexer".

    parser.lexer =
    -  lex: ->
    -    token = @tokens[@pos] or [""]
    -    @pos += 1
    -    this.yylineno = token[2]
    -    this.yytext   = token[1]
    -    token[0]
    -  setInput: (tokens) ->
    -    @tokens = tokens
    -    @pos    = 0
    -  upcomingInput: -> ""
    -
    -parser.yy = require './nodes'
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/command.html b/node/node_modules/jade/support/coffee-script/documentation/docs/command.html deleted file mode 100644 index d870c91..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/command.html +++ /dev/null @@ -1,148 +0,0 @@ - command.coffee

    command.coffee

    #

    The coffee utility. Handles command-line compilation of CoffeeScript -into various forms: saved into .js files or printed to stdout, piped to -JSLint or recompiled every time the source is -saved, printed as a token stream or as the syntax tree, or launch an -interactive REPL.

    #

    External dependencies.

    fs             = require 'fs'
    -path           = require 'path'
    -optparse       = require './optparse'
    -CoffeeScript   = require './coffee-script'
    -{helpers}      = require './helpers'
    -{spawn, exec}  = require 'child_process'
    -{EventEmitter} = require 'events'
    #

    Allow CoffeeScript to emit Node.js events, and add it to global scope.

    helpers.extend CoffeeScript, new EventEmitter
    -global.CoffeeScript = CoffeeScript
    #

    The help banner that is printed when coffee is called without arguments.

    BANNER = '''
    -  coffee compiles CoffeeScript source files into JavaScript.
    -
    -  Usage:
    -    coffee path/to/script.coffee
    -         '''
    #

    The list of all the valid option flags that coffee knows how to handle.

    SWITCHES = [
    -  ['-c', '--compile',         'compile to JavaScript and save as .js files']
    -  ['-i', '--interactive',     'run an interactive CoffeeScript REPL']
    -  ['-o', '--output [DIR]',    'set the directory for compiled JavaScript']
    -  ['-w', '--watch',           'watch scripts for changes, and recompile']
    -  ['-p', '--print',           'print the compiled JavaScript to stdout']
    -  ['-l', '--lint',            'pipe the compiled JavaScript through JSLint']
    -  ['-s', '--stdio',           'listen for and compile scripts over stdio']
    -  ['-e', '--eval',            'compile a string from the command line']
    -  ['-r', '--require [FILE*]', 'require a library before executing your script']
    -  [      '--no-wrap',         'compile without the top-level function wrapper']
    -  ['-t', '--tokens',          'print the tokens that the lexer produces']
    -  ['-n', '--nodes',           'print the parse tree that Jison produces']
    -  ['-v', '--version',         'display CoffeeScript version']
    -  ['-h', '--help',            'display this help message']
    -]
    #

    Top-level objects shared by all the functions.

    opts         = {}
    -sources      = []
    -optionParser = null
    #

    Run coffee by parsing passed options and determining what action to take. -Many flags cause us to divert before compiling anything. Flags passed after --- will be passed verbatim to your script as arguments in process.argv

    exports.run = ->
    -  parseOptions()
    -  return usage()                              if opts.help
    -  return version()                            if opts.version
    -  return require './repl'                     if opts.interactive
    -  return compileStdio()                       if opts.stdio
    -  return compileScript 'console', sources[0]  if opts.eval
    -  return require './repl'                     unless sources.length
    -  separator = sources.indexOf '--'
    -  flags = []
    -  if separator >= 0
    -    flags   = sources[(separator + 1)...sources.length]
    -    sources = sources[0...separator]
    -  if opts.run
    -    flags   = sources[1..sources.length].concat flags
    -    sources = [sources[0]]
    -  process.ARGV = process.argv = flags
    -  compileScripts()
    #

    Asynchronously read in each CoffeeScript in a list of source files and -compile them. If a directory is passed, recursively compile all -'.coffee' extension source files in it and all subdirectories.

    compileScripts = ->
    -  for source in sources
    -    base = source
    -    compile = (source, topLevel) ->
    -      path.exists source, (exists) ->
    -        throw new Error "File not found: #{source}" unless exists
    -        fs.stat source, (err, stats) ->
    -          if stats.isDirectory()
    -            fs.readdir source, (err, files) ->
    -              for file in files
    -                compile path.join(source, file)
    -          else if topLevel or path.extname(source) is '.coffee'
    -            fs.readFile source, (err, code) -> compileScript(source, code.toString(), base)
    -            watch source, base if opts.watch
    -    compile source, true
    #

    Compile a single source script, containing the given code, according to the -requested options. If evaluating the script directly sets __filename, -__dirname and module.filename to be correct relative to the script's path.

    compileScript = (file, input, base) ->
    -  o = opts
    -  options = compileOptions file
    -  if o.require
    -    require(if helpers.starts(req, '.') then fs.realpathSync(req) else req) for req in o.require
    -  try
    -    t = task = {file, input, options}
    -    CoffeeScript.emit 'compile', task
    -    if      o.tokens      then printTokens CoffeeScript.tokens t.input
    -    else if o.nodes       then puts CoffeeScript.nodes(t.input).toString()
    -    else if o.run         then CoffeeScript.run t.input, t.options
    -    else
    -      t.output = CoffeeScript.compile t.input, t.options
    -      CoffeeScript.emit 'success', task
    -      if o.print          then print t.output
    -      else if o.compile   then writeJs t.file, t.output, base
    -      else if o.lint      then lint t.output
    -  catch err
    #

    Avoid using 'error' as it is a special event -- if there is no handler, -node will print a stack trace and exit the program.

        CoffeeScript.emit 'failure', err, task
    -    return if CoffeeScript.listeners('failure').length
    -    return puts err.message if o.watch
    -    error err.stack
    -    process.exit 1
    #

    Attach the appropriate listeners to compile scripts incoming over stdin, -and write them back to stdout.

    compileStdio = ->
    -  code = ''
    -  stdin = process.openStdin()
    -  stdin.on 'data', (buffer) ->
    -    code += buffer.toString() if buffer
    -  stdin.on 'end', ->
    -    compileScript 'stdio', code
    #

    Watch a source CoffeeScript file using fs.watchFile, recompiling it every -time the file is updated. May be used in combination with other options, -such as --lint or --print.

    watch = (source, base) ->
    -  fs.watchFile source, {persistent: true, interval: 500}, (curr, prev) ->
    -    return if curr.size is prev.size and curr.mtime.getTime() is prev.mtime.getTime()
    -    fs.readFile source, (err, code) ->
    -      throw err if err
    -      compileScript(source, code.toString(), base)
    #

    Write out a JavaScript source file with the compiled code. By default, files -are written out in cwd as .js files with the same name, but the output -directory can be customized with --output.

    writeJs = (source, js, base) ->
    -  filename  = path.basename(source, path.extname(source)) + '.js'
    -  srcDir    = path.dirname source
    -  baseDir   = srcDir.substring base.length
    -  dir       = if opts.output then path.join opts.output, baseDir else srcDir
    -  jsPath    = path.join dir, filename
    -  compile   = ->
    -    js = ' ' if js.length <= 0
    -    fs.writeFile jsPath, js, (err) ->
    -      puts "Compiled #{source}" if opts.compile and opts.watch
    -  path.exists dir, (exists) ->
    -    if exists then compile() else exec "mkdir -p #{dir}", compile
    #

    Pipe compiled JS through JSLint (requires a working jsl command), printing -any errors or warnings that arise.

    lint = (js) ->
    -  printIt = (buffer) -> puts buffer.toString().trim()
    -  conf = __dirname + '/../extras/jsl.conf'
    -  jsl = spawn 'jsl', ['-nologo', '-stdin', '-conf', conf]
    -  jsl.stdout.on 'data', printIt
    -  jsl.stderr.on 'data', printIt
    -  jsl.stdin.write js
    -  jsl.stdin.end()
    #

    Pretty-print a stream of tokens.

    printTokens = (tokens) ->
    -  strings = for token in tokens
    -    [tag, value] = [token[0], token[1].toString().replace(/\n/, '\\n')]
    -    "[#{tag} #{value}]"
    -  puts strings.join(' ')
    #

    Use the OptionParser module to extract all options from -process.argv that are specified in SWITCHES.

    parseOptions = ->
    -  optionParser  = new optparse.OptionParser SWITCHES, BANNER
    -  o = opts      = optionParser.parse(process.argv[2...process.argv.length])
    -  o.compile     or=  !!o.output
    -  o.run         = not (o.compile or o.print or o.lint)
    -  o.print       = !!  (o.print or (o.eval or o.stdio and o.compile))
    -  sources       = o.arguments
    #

    The compile-time options to pass to the CoffeeScript compiler.

    compileOptions = (fileName) ->
    -  o = {fileName}
    -  o.noWrap = opts['no-wrap']
    -  o
    #

    Print the --help usage message and exit.

    usage = ->
    -  puts optionParser.help()
    -  process.exit 0
    #

    Print the --version message and exit.

    version = ->
    -  puts "CoffeeScript version #{CoffeeScript.VERSION}"
    -  process.exit 0
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/docco.css b/node/node_modules/jade/support/coffee-script/documentation/docs/docco.css deleted file mode 100644 index 1ddec89..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/docco.css +++ /dev/null @@ -1,185 +0,0 @@ -/*--------------------- Layout and Typography ----------------------------*/ -body { - font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; - font-size: 16px; - line-height: 24px; - color: #252519; - margin: 0; padding: 0; -} -a { - color: #261a3b; -} - a:visited { - color: #261a3b; - } -p { - margin: 0 0 15px 0; -} -h1, h2, h3, h4, h5, h6 { - margin: 40px 0 15px 0; -} - h3, h4, h5, h6 { - margin-top: 20px; - } -#container { - position: relative; -} -#background { - position: fixed; - top: 0; left: 575px; right: 0; bottom: 0; - background: #f5f5ff; - border-left: 1px solid #e5e5ee; - z-index: -1; -} -#jump_to, #jump_page { - background: white; - -webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777; - -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; - font: 10px Arial; - text-transform: uppercase; - cursor: pointer; - text-align: right; -} -#jump_to, #jump_wrapper { - position: fixed; - right: 0; top: 0; - padding: 5px 10px; -} - #jump_wrapper { - padding: 0; - display: none; - } - #jump_to:hover #jump_wrapper { - display: block; - } - #jump_page { - padding: 5px 0 3px; - margin: 0 0 25px 25px; - } - #jump_page .source { - display: block; - padding: 5px 10px; - text-decoration: none; - border-top: 1px solid #eee; - } - #jump_page .source:hover { - background: #f5f5ff; - } - #jump_page .source:first-child { - } -table td { - border: 0; - outline: 0; -} - td.docs, th.docs { - max-width: 500px; - min-width: 500px; - min-height: 5px; - padding: 10px 25px 1px 50px; - vertical-align: top; - text-align: left; - } - .docs pre { - margin: 15px 0 15px; - padding-left: 15px; - } - .docs p tt, .docs p code { - background: #f8f8ff; - border: 1px solid #dedede; - font-size: 12px; - padding: 0 0.2em; - } - .octowrap { - position: relative; - } - .octothorpe { - font: 12px Arial; - text-decoration: none; - color: #454545; - position: absolute; - top: 3px; left: -20px; - padding: 1px 2px; - opacity: 0; - -webkit-transition: opacity 0.2s linear; - } - td.docs:hover .octothorpe { - opacity: 1; - } - td.code, th.code { - padding: 14px 15px 16px 50px; - width: 100%; - vertical-align: top; - background: #f5f5ff; - border-left: 1px solid #e5e5ee; - } - pre, tt, code { - font-size: 12px; line-height: 18px; - font-family: Monaco, Consolas, "Lucida Console", monospace; - margin: 0; padding: 0; - } - - -/*---------------------- Syntax Highlighting -----------------------------*/ -td.linenos { background-color: #f0f0f0; padding-right: 10px; } -span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; } -body .hll { background-color: #ffffcc } -body .c { color: #408080; font-style: italic } /* Comment */ -body .err { border: 1px solid #FF0000 } /* Error */ -body .k { color: #954121 } /* Keyword */ -body .o { color: #666666 } /* Operator */ -body .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -body .cp { color: #BC7A00 } /* Comment.Preproc */ -body .c1 { color: #408080; font-style: italic } /* Comment.Single */ -body .cs { color: #408080; font-style: italic } /* Comment.Special */ -body .gd { color: #A00000 } /* Generic.Deleted */ -body .ge { font-style: italic } /* Generic.Emph */ -body .gr { color: #FF0000 } /* Generic.Error */ -body .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -body .gi { color: #00A000 } /* Generic.Inserted */ -body .go { color: #808080 } /* Generic.Output */ -body .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -body .gs { font-weight: bold } /* Generic.Strong */ -body .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -body .gt { color: #0040D0 } /* Generic.Traceback */ -body .kc { color: #954121 } /* Keyword.Constant */ -body .kd { color: #954121; font-weight: bold } /* Keyword.Declaration */ -body .kn { color: #954121; font-weight: bold } /* Keyword.Namespace */ -body .kp { color: #954121 } /* Keyword.Pseudo */ -body .kr { color: #954121; font-weight: bold } /* Keyword.Reserved */ -body .kt { color: #B00040 } /* Keyword.Type */ -body .m { color: #666666 } /* Literal.Number */ -body .s { color: #219161 } /* Literal.String */ -body .na { color: #7D9029 } /* Name.Attribute */ -body .nb { color: #954121 } /* Name.Builtin */ -body .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -body .no { color: #880000 } /* Name.Constant */ -body .nd { color: #AA22FF } /* Name.Decorator */ -body .ni { color: #999999; font-weight: bold } /* Name.Entity */ -body .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -body .nf { color: #0000FF } /* Name.Function */ -body .nl { color: #A0A000 } /* Name.Label */ -body .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -body .nt { color: #954121; font-weight: bold } /* Name.Tag */ -body .nv { color: #19469D } /* Name.Variable */ -body .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -body .w { color: #bbbbbb } /* Text.Whitespace */ -body .mf { color: #666666 } /* Literal.Number.Float */ -body .mh { color: #666666 } /* Literal.Number.Hex */ -body .mi { color: #666666 } /* Literal.Number.Integer */ -body .mo { color: #666666 } /* Literal.Number.Oct */ -body .sb { color: #219161 } /* Literal.String.Backtick */ -body .sc { color: #219161 } /* Literal.String.Char */ -body .sd { color: #219161; font-style: italic } /* Literal.String.Doc */ -body .s2 { color: #219161 } /* Literal.String.Double */ -body .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -body .sh { color: #219161 } /* Literal.String.Heredoc */ -body .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -body .sx { color: #954121 } /* Literal.String.Other */ -body .sr { color: #BB6688 } /* Literal.String.Regex */ -body .s1 { color: #219161 } /* Literal.String.Single */ -body .ss { color: #19469D } /* Literal.String.Symbol */ -body .bp { color: #954121 } /* Name.Builtin.Pseudo */ -body .vc { color: #19469D } /* Name.Variable.Class */ -body .vg { color: #19469D } /* Name.Variable.Global */ -body .vi { color: #19469D } /* Name.Variable.Instance */ -body .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/grammar.html b/node/node_modules/jade/support/coffee-script/documentation/docs/grammar.html deleted file mode 100644 index 0154097..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/grammar.html +++ /dev/null @@ -1,421 +0,0 @@ - grammar.coffee

    grammar.coffee

    #

    The CoffeeScript parser is generated by Jison -from this grammar file. Jison is a bottom-up parser generator, similar in -style to Bison, implemented in JavaScript. -It can recognize LALR(1), LR(0), SLR(1), and LR(1) -type grammars. To create the Jison parser, we list the pattern to match -on the left-hand side, and the action to take (usually the creation of syntax -tree nodes) on the right. As the parser runs, it -shifts tokens from our token stream, from left to right, and -attempts to match -the token sequence against the rules below. When a match can be made, it -reduces into the nonterminal -(the enclosing name at the top), and we proceed from there.

    - -

    If you run the cake build:parser command, Jison constructs a parse table -from our rules and saves it into lib/parser.js.

    #

    The only dependency is on the Jison.Parser.

    Parser = require('jison').Parser
    #

    Jison DSL

    #

    Since we're going to be wrapped in a function by Jison in any case, if our -action immediately returns a value, we can optimize by removing the function -wrapper and just returning the value directly.

    unwrap = /function\s*\(\)\s*\{\s*return\s*([\s\S]*);\s*\}/
    #

    Our handy DSL for Jison grammar generation, thanks to -Tim Caswell. For every rule in the grammar, -we pass the pattern-defining string, the action to run, and extra options, -optionally. If no action is specified, we simply pass the value of the -previous nonterminal.

    o = (patternString, action, options) ->
    -  return [patternString, '$$ = $1;', options] unless action
    -  action = if match = (action + '').match(unwrap) then match[1] else "(#{action}())"
    -  action = action.replace /\b(?:[A-Z][a-z]+Node|Expressions)\b/g, 'yy.$&'
    -  [patternString, "$$ = #{action};", options]
    #

    Grammatical Rules

    #

    In all of the rules that follow, you'll see the name of the nonterminal as -the key to a list of alternative matches. With each match's action, the -dollar-sign variables are provided by Jison as references to the value of -their numeric position, so in this rule:

    - -
    "Expression UNLESS Expression"
    -
    - -

    $1 would be the value of the first Expression, $2 would be the token -for the UNLESS terminal, and $3 would be the value of the second -Expression.

    grammar =
    #

    The Root is the top-level node in the syntax tree. Since we parse bottom-up, -all parsing must end here.

      Root: [
    -    o "",                                       -> new Expressions
    -    o "TERMINATOR",                             -> new Expressions
    -    o "Body"
    -    o "Block TERMINATOR"
    -  ]
    #

    Any list of statements and expressions, seperated by line breaks or semicolons.

      Body: [
    -    o "Line",                                   -> Expressions.wrap [$1]
    -    o "Body TERMINATOR Line",                   -> $1.push $3
    -    o "Body TERMINATOR"
    -  ]
    #

    Expressions and statements, which make up a line in a body.

      Line: [
    -    o "Expression"
    -    o "Statement"
    -  ]
    #

    Pure statements which cannot be expressions.

      Statement: [
    -    o "Return"
    -    o "Throw"
    -    o "BREAK",                                  -> new LiteralNode $1
    -    o "CONTINUE",                               -> new LiteralNode $1
    -    o "DEBUGGER",                               -> new LiteralNode $1
    -  ]
    #

    All the different types of expressions in our language. The basic unit of -CoffeeScript is the Expression -- everything that can be an expression -is one. Expressions serve as the building blocks of many other rules, making -them somewhat circular.

      Expression: [
    -    o "Value"
    -    o "Call"
    -    o "Code"
    -    o "Operation"
    -    o "Assign"
    -    o "If"
    -    o "Try"
    -    o "While"
    -    o "For"
    -    o "Switch"
    -    o "Extends"
    -    o "Class"
    -    o "Existence"
    -    o "Comment"
    -  ]
    #

    An indented block of expressions. Note that the Rewriter -will convert some postfix forms into blocks for us, by adjusting the -token stream.

      Block: [
    -    o "INDENT Body OUTDENT",                    -> $2
    -    o "INDENT OUTDENT",                         -> new Expressions
    -    o "TERMINATOR Comment",                     -> Expressions.wrap [$2]
    -  ]
    #

    A literal identifier, a variable name or property.

      Identifier: [
    -    o "IDENTIFIER",                             -> new LiteralNode $1
    -  ]
    #

    Alphanumerics are separated from the other Literal matchers because -they can also serve as keys in object literals.

      AlphaNumeric: [
    -    o "NUMBER",                                 -> new LiteralNode $1
    -    o "STRING",                                 -> new LiteralNode $1
    -  ]
    #

    All of our immediate values. These can (in general), be passed straight -through and printed to JavaScript.

      Literal: [
    -    o "AlphaNumeric"
    -    o "JS",                                     -> new LiteralNode $1
    -    o "REGEX",                                  -> new LiteralNode $1
    -    o "TRUE",                                   -> new LiteralNode true
    -    o "FALSE",                                  -> new LiteralNode false
    -    o "YES",                                    -> new LiteralNode true
    -    o "NO",                                     -> new LiteralNode false
    -    o "ON",                                     -> new LiteralNode true
    -    o "OFF",                                    -> new LiteralNode false
    -  ]
    #

    Assignment of a variable, property, or index to a value.

      Assign: [
    -    o "Assignable = Expression",                -> new AssignNode $1, $3
    -    o "Assignable = INDENT Expression OUTDENT", -> new AssignNode $1, $4
    -  ]
    #

    Assignment when it happens within an object literal. The difference from -the ordinary Assign is that these allow numbers and strings as keys.

      AssignObj: [
    -    o "Identifier",                             -> new ValueNode $1
    -    o "AlphaNumeric"
    -    o "Identifier : Expression",                -> new AssignNode new ValueNode($1), $3, 'object'
    -    o "AlphaNumeric : Expression",              -> new AssignNode new ValueNode($1), $3, 'object'
    -    o "Identifier : INDENT Expression OUTDENT", -> new AssignNode new ValueNode($1), $4, 'object'
    -    o "AlphaNumeric : INDENT Expression OUTDENT", -> new AssignNode new ValueNode($1), $4, 'object'
    -    o "Comment"
    -  ]
    #

    A return statement from a function body.

      Return: [
    -    o "RETURN Expression",                      -> new ReturnNode $2
    -    o "RETURN",                                 -> new ReturnNode new ValueNode new LiteralNode 'null'
    -  ]
    #

    A block comment.

      Comment: [
    -    o "HERECOMMENT",                            -> new CommentNode $1
    -  ]
    #

    The existential operator.

      Existence: [
    -    o "Expression ?",                           -> new ExistenceNode $1
    -  ]
    #

    The Code node is the function literal. It's defined by an indented block -of Expressions preceded by a function arrow, with an optional parameter -list.

      Code: [
    -    o "PARAM_START ParamList PARAM_END FuncGlyph Block", -> new CodeNode $2, $5, $4
    -    o "FuncGlyph Block",                        -> new CodeNode [], $2, $1
    -  ]
    #

    CoffeeScript has two different symbols for functions. -> is for ordinary -functions, and => is for functions bound to the current value of this.

      FuncGlyph: [
    -    o "->",                                     -> 'func'
    -    o "=>",                                     -> 'boundfunc'
    -  ]
    #

    An optional, trailing comma.

      OptComma: [
    -    o ''
    -    o ','
    -  ]
    #

    The list of parameters that a function accepts can be of any length.

      ParamList: [
    -    o "",                                       -> []
    -    o "Param",                                  -> [$1]
    -    o "ParamList , Param",                      -> $1.concat [$3]
    -  ]
    #

    A single parameter in a function definition can be ordinary, or a splat -that hoovers up the remaining arguments.

      Param: [
    -    o "PARAM",                                  -> new LiteralNode $1
    -    o "@ PARAM",                                -> new ParamNode $2, true
    -    o "PARAM . . .",                            -> new ParamNode $1, false, true
    -    o "@ PARAM . . .",                          -> new ParamNode $2, true, true
    -  ]
    #

    A splat that occurs outside of a parameter list.

      Splat: [
    -    o "Expression . . .",                       -> new SplatNode $1
    -  ]
    #

    Variables and properties that can be assigned to.

      SimpleAssignable: [
    -    o "Identifier",                             -> new ValueNode $1
    -    o "Value Accessor",                         -> $1.push $2
    -    o "Invocation Accessor",                    -> new ValueNode $1, [$2]
    -    o "ThisProperty"
    -  ]
    #

    Everything that can be assigned to.

      Assignable: [
    -    o "SimpleAssignable"
    -    o "Array",                                  -> new ValueNode $1
    -    o "Object",                                 -> new ValueNode $1
    -  ]
    #

    The types of things that can be treated as values -- assigned to, invoked -as functions, indexed into, named as a class, etc.

      Value: [
    -    o "Assignable"
    -    o "Literal",                                -> new ValueNode $1
    -    o "Parenthetical",                          -> new ValueNode $1
    -    o "Range",                                  -> new ValueNode $1
    -    o "This"
    -    o "NULL",                                   -> new ValueNode new LiteralNode 'null'
    -  ]
    #

    The general group of accessors into an object, by property, by prototype -or by array index or slice.

      Accessor: [
    -    o "PROPERTY_ACCESS Identifier",             -> new AccessorNode $2
    -    o "PROTOTYPE_ACCESS Identifier",            -> new AccessorNode $2, 'prototype'
    -    o "::",                                     -> new AccessorNode(new LiteralNode('prototype'))
    -    o "SOAK_ACCESS Identifier",                 -> new AccessorNode $2, 'soak'
    -    o "Index"
    -    o "Slice",                                  -> new SliceNode $1
    -  ]
    #

    Indexing into an object or array using bracket notation.

      Index: [
    -    o "INDEX_START Expression INDEX_END",       -> new IndexNode $2
    -    o "INDEX_SOAK Index",                       -> $2.soakNode = yes; $2
    -    o "INDEX_PROTO Index",                      -> $2.proto = yes; $2
    -  ]
    #

    In CoffeeScript, an object literal is simply a list of assignments.

      Object: [
    -    o "{ AssignList OptComma }",                -> new ObjectNode $2
    -  ]
    #

    Assignment of properties within an object literal can be separated by -comma, as in JavaScript, or simply by newline.

      AssignList: [
    -    o "",                                       -> []
    -    o "AssignObj",                              -> [$1]
    -    o "AssignList , AssignObj",                 -> $1.concat [$3]
    -    o "AssignList OptComma TERMINATOR AssignObj", -> $1.concat [$4]
    -    o "AssignList OptComma INDENT AssignList OptComma OUTDENT", -> $1.concat $4
    -  ]
    #

    Class definitions have optional bodies of prototype property assignments, -and optional references to the superclass.

      Class: [
    -    o "CLASS SimpleAssignable",                 -> new ClassNode $2
    -    o "CLASS SimpleAssignable EXTENDS Value",   -> new ClassNode $2, $4
    -    o "CLASS SimpleAssignable INDENT ClassBody OUTDENT", -> new ClassNode $2, null, $4
    -    o "CLASS SimpleAssignable EXTENDS Value INDENT ClassBody OUTDENT", -> new ClassNode $2, $4, $6
    -    o "CLASS INDENT ClassBody OUTDENT",         -> new ClassNode '__temp__', null, $3
    -  ]
    #

    Assignments that can happen directly inside a class declaration.

      ClassAssign: [
    -    o "AssignObj",                              -> $1
    -    o "ThisProperty : Expression",              -> new AssignNode new ValueNode($1), $3, 'this'
    -    o "ThisProperty : INDENT Expression OUTDENT", -> new AssignNode new ValueNode($1), $4, 'this'
    -  ]
    #

    A list of assignments to a class.

      ClassBody: [
    -    o "",                                       -> []
    -    o "ClassAssign",                            -> [$1]
    -    o "ClassBody TERMINATOR ClassAssign",       -> $1.concat $3
    -    o "{ ClassBody }",                          -> $2
    -  ]
    #

    The two flavors of function call: normal, and object instantiation with new.

      Call: [
    -    o "Invocation"
    -    o "NEW Invocation",                         -> $2.newInstance()
    -    o "NEW Value",                              -> (new CallNode($2, [])).newInstance()
    -  ]
    #

    Extending an object by setting its prototype chain to reference a parent -object.

      Extends: [
    -    o "SimpleAssignable EXTENDS Value",         -> new ExtendsNode $1, $3
    -  ]
    #

    Ordinary function invocation, or a chained series of calls.

      Invocation: [
    -    o "Value OptFuncExist Arguments",           -> new CallNode $1, $3, $2
    -    o "Invocation OptFuncExist Arguments",      -> new CallNode $1, $3, $2
    -    o "SUPER",                                  -> new CallNode 'super', [new SplatNode(new LiteralNode('arguments'))]
    -    o "SUPER Arguments",                        -> new CallNode 'super', $2
    -  ]
    #

    An optional existence check on a function.

      OptFuncExist: [
    -    o "",                                       -> no
    -    o "FUNC_EXIST",                             -> yes
    -  ]
    #

    The list of arguments to a function call.

      Arguments: [
    -    o "CALL_START CALL_END",                    -> []
    -    o "CALL_START ArgList OptComma CALL_END",   -> $2
    -  ]
    #

    A reference to the this current object.

      This: [
    -    o "THIS",                                   -> new ValueNode new LiteralNode 'this'
    -    o "@",                                      -> new ValueNode new LiteralNode 'this'
    -  ]
    -
    -  RangeDots: [
    -    o ". .",                                    -> 'inclusive'
    -    o ". . .",                                  -> 'exclusive'
    -  ]
    #

    A reference to a property on this.

      ThisProperty: [
    -    o "@ Identifier",                           -> new ValueNode new LiteralNode('this'), [new AccessorNode($2)]
    -  ]
    #

    The CoffeeScript range literal.

      Range: [
    -    o "[ Expression RangeDots Expression ]",    -> new RangeNode $2, $4, $3
    -  ]
    #

    The slice literal.

      Slice: [
    -    o "INDEX_START Expression RangeDots Expression INDEX_END", -> new RangeNode $2, $4, $3
    -    o "INDEX_START Expression RangeDots INDEX_END", -> new RangeNode $2, null, $3
    -    o "INDEX_START RangeDots Expression INDEX_END", -> new RangeNode null, $3, $2
    -  ]
    #

    The array literal.

      Array: [
    -    o "[ ]",                                    -> new ArrayNode []
    -    o "[ ArgList OptComma ]",                   -> new ArrayNode $2
    -  ]
    #

    The ArgList is both the list of objects passed into a function call, -as well as the contents of an array literal -(i.e. comma-separated expressions). Newlines work as well.

      ArgList: [
    -    o "Arg",                                    -> [$1]
    -    o "ArgList , Arg",                          -> $1.concat [$3]
    -    o "ArgList OptComma TERMINATOR Arg",        -> $1.concat [$4]
    -    o "INDENT ArgList OptComma OUTDENT",        -> $2
    -    o "ArgList OptComma INDENT ArgList OptComma OUTDENT", -> $1.concat $4
    -  ]
    #

    Valid arguments are Expressions or Splats.

      Arg: [
    -    o "Expression"
    -    o "Splat"
    -  ]
    #

    Just simple, comma-separated, required arguments (no fancy syntax). We need -this to be separate from the ArgList for use in Switch blocks, where -having the newlines wouldn't make sense.

      SimpleArgs: [
    -    o "Expression"
    -    o "SimpleArgs , Expression",                ->
    -      if $1 instanceof Array then $1.concat([$3]) else [$1].concat([$3])
    -  ]
    #

    The variants of try/catch/finally exception handling blocks.

      Try: [
    -    o "TRY Block Catch",                        -> new TryNode $2, $3[0], $3[1]
    -    o "TRY Block FINALLY Block",                -> new TryNode $2, null, null, $4
    -    o "TRY Block Catch FINALLY Block",          -> new TryNode $2, $3[0], $3[1], $5
    -  ]
    #

    A catch clause names its error and runs a block of code.

      Catch: [
    -    o "CATCH Identifier Block",                 -> [$2, $3]
    -  ]
    #

    Throw an exception object.

      Throw: [
    -    o "THROW Expression",                       -> new ThrowNode $2
    -  ]
    #

    Parenthetical expressions. Note that the Parenthetical is a Value, -not an Expression, so if you need to use an expression in a place -where only values are accepted, wrapping it in parentheses will always do -the trick.

      Parenthetical: [
    -    o "( Line )",                               -> new ParentheticalNode $2
    -    o "( )",                                    -> new ParentheticalNode new LiteralNode ''
    -  ]
    #

    The condition portion of a while loop.

      WhileSource: [
    -    o "WHILE Expression",                       -> new WhileNode $2
    -    o "WHILE Expression WHEN Expression",       -> new WhileNode $2, guard: $4
    -    o "UNTIL Expression",                       -> new WhileNode $2, invert: true
    -    o "UNTIL Expression WHEN Expression",       -> new WhileNode $2, invert: true, guard: $4
    -  ]
    #

    The while loop can either be normal, with a block of expressions to execute, -or postfix, with a single expression. There is no do..while.

      While: [
    -    o "WhileSource Block",                      -> $1.addBody $2
    -    o "Statement WhileSource",                  -> $2.addBody Expressions.wrap [$1]
    -    o "Expression WhileSource",                 -> $2.addBody Expressions.wrap [$1]
    -    o "Loop",                                   -> $1
    -  ]
    -
    -  Loop: [
    -    o "LOOP Block",                             -> new WhileNode(new LiteralNode 'true').addBody $2
    -    o "LOOP Expression",                        -> new WhileNode(new LiteralNode 'true').addBody Expressions.wrap [$2]
    -  ]
    #

    Array, object, and range comprehensions, at the most generic level. -Comprehensions can either be normal, with a block of expressions to execute, -or postfix, with a single expression.

      For: [
    -    o "Statement ForBody",                      -> new ForNode $1, $2, $2.vars[0], $2.vars[1]
    -    o "Expression ForBody",                     -> new ForNode $1, $2, $2.vars[0], $2.vars[1]
    -    o "ForBody Block",                          -> new ForNode $2, $1, $1.vars[0], $1.vars[1]
    -  ]
    -
    -  ForBody: [
    -    o "FOR Range",                              -> source: new ValueNode($2), vars: []
    -    o "ForStart ForSource",                     -> $2.raw = $1.raw; $2.vars = $1; $2
    -  ]
    -
    -  ForStart: [
    -    o "FOR ForVariables",                       -> $2
    -    o "FOR ALL ForVariables",                   -> $3.raw = true; $3
    -  ]
    #

    An array of all accepted values for a variable inside the loop. This -enables support for pattern matching.

      ForValue: [
    -    o "Identifier"
    -    o "Array",                                  -> new ValueNode $1
    -    o "Object",                                 -> new ValueNode $1
    -  ]
    #

    An array or range comprehension has variables for the current element and -(optional) reference to the current index. Or, key, value, in the case -of object comprehensions.

      ForVariables: [
    -    o "ForValue",                               -> [$1]
    -    o "ForValue , ForValue",                    -> [$1, $3]
    -  ]
    #

    The source of a comprehension is an array or object with an optional guard -clause. If it's an array comprehension, you can also choose to step through -in fixed-size increments.

      ForSource: [
    -    o "IN Expression",                               -> source: $2
    -    o "OF Expression",                               -> source: $2, object: true
    -    o "IN Expression WHEN Expression",               -> source: $2, guard: $4
    -    o "OF Expression WHEN Expression",               -> source: $2, guard: $4, object: true
    -    o "IN Expression BY Expression",                 -> source: $2, step:  $4
    -    o "IN Expression WHEN Expression BY Expression", -> source: $2, guard: $4, step:   $6
    -    o "IN Expression BY Expression WHEN Expression", -> source: $2, step:  $4, guard: $6
    -  ]
    -
    -  Switch: [
    -    o "SWITCH Expression INDENT Whens OUTDENT", -> new SwitchNode $2, $4
    -    o "SWITCH Expression INDENT Whens ELSE Block OUTDENT", -> new SwitchNode $2, $4, $6
    -    o "SWITCH INDENT Whens OUTDENT",            -> new SwitchNode null, $3
    -    o "SWITCH INDENT Whens ELSE Block OUTDENT", -> new SwitchNode null, $3, $5
    -  ]
    -
    -  Whens: [
    -    o "When"
    -    o "Whens When",                             -> $1.concat $2
    -  ]
    #

    An individual When clause, with action.

      When: [
    -    o "LEADING_WHEN SimpleArgs Block",            -> [[$2, $3]]
    -    o "LEADING_WHEN SimpleArgs Block TERMINATOR", -> [[$2, $3]]
    -  ]
    #

    The most basic form of if is a condition and an action. The following -if-related rules are broken up along these lines in order to avoid -ambiguity.

      IfBlock: [
    -    o "IF Expression Block",                    -> new IfNode $2, $3
    -    o "UNLESS Expression Block",                -> new IfNode $2, $3, invert: true
    -    o "IfBlock ELSE IF Expression Block",       -> $1.addElse (new IfNode($4, $5)).forceStatement()
    -    o "IfBlock ELSE Block",                     -> $1.addElse $3
    -  ]
    #

    The full complement of if expressions, including postfix one-liner -if and unless.

      If: [
    -    o "IfBlock"
    -    o "Statement POST_IF Expression",           -> new IfNode $3, Expressions.wrap([$1]), statement: true
    -    o "Expression POST_IF Expression",          -> new IfNode $3, Expressions.wrap([$1]), statement: true
    -    o "Statement POST_UNLESS Expression",       -> new IfNode $3, Expressions.wrap([$1]), statement: true, invert: true
    -    o "Expression POST_UNLESS Expression",      -> new IfNode $3, Expressions.wrap([$1]), statement: true, invert: true
    -  ]
    #

    Arithmetic and logical operators, working on one or more operands. -Here they are grouped by order of precedence. The actual precedence rules -are defined at the bottom of the page. It would be shorter if we could -combine most of these rules into a single generic Operand OpSymbol Operand --type rule, but in order to make the precedence binding possible, separate -rules are necessary.

      Operation: [
    -    o "UNARY Expression",                       -> new OpNode $1, $2
    -    o("- Expression",                           (-> new OpNode('-', $2)), {prec: 'UNARY'})
    -    o("+ Expression",                           (-> new OpNode('+', $2)), {prec: 'UNARY'})
    -
    -    o "-- Expression",                          -> new OpNode '--', $2
    -    o "++ Expression",                          -> new OpNode '++', $2
    -    o "Expression --",                          -> new OpNode '--', $1, null, true
    -    o "Expression ++",                          -> new OpNode '++', $1, null, true
    -
    -    o "Expression ? Expression",                -> new OpNode '?', $1, $3
    -    o "Expression + Expression",                -> new OpNode '+', $1, $3
    -    o "Expression - Expression",                -> new OpNode '-', $1, $3
    -    o "Expression == Expression",               -> new OpNode '==', $1, $3
    -    o "Expression != Expression",               -> new OpNode '!=', $1, $3
    -
    -    o "Expression MATH Expression",             -> new OpNode $2, $1, $3
    -    o "Expression SHIFT Expression",            -> new OpNode $2, $1, $3
    -    o "Expression COMPARE Expression",          -> new OpNode $2, $1, $3
    -    o "Expression LOGIC Expression",            -> new OpNode $2, $1, $3
    -    o "Value COMPOUND_ASSIGN Expression",       -> new OpNode $2, $1, $3
    -    o "Value COMPOUND_ASSIGN INDENT Expression OUTDENT", -> new OpNode $2, $1, $4
    -
    -    o "Expression IN Expression",               -> new InNode $1, $3
    -    o "Expression OF Expression",               -> new OpNode 'in', $1, $3
    -    o "Expression INSTANCEOF Expression",       -> new OpNode 'instanceof', $1, $3
    -    o "Expression UNARY IN Expression",         -> new OpNode $2, new InNode $1, $4
    -    o "Expression UNARY OF Expression",         -> new OpNode $2, new ParentheticalNode new OpNode 'in', $1, $4
    -    o "Expression UNARY INSTANCEOF Expression", -> new OpNode $2, new ParentheticalNode new OpNode 'instanceof', $1, $4
    -  ]
    #

    Precedence

    #

    Operators at the top of this list have higher precedence than the ones lower -down. Following these rules is what makes 2 + 3 * 4 parse as:

    - -
    2 + (3 * 4)
    -
    - -

    And not:

    - -
    (2 + 3) * 4
    -
    operators = [
    -  ["right",     '?', 'NEW']
    -  ["left",      'CALL_START', 'CALL_END']
    -  ["nonassoc",  '++', '--']
    -  ["right",     'UNARY']
    -  ["left",      'MATH']
    -  ["left",      '+', '-']
    -  ["left",      'SHIFT']
    -  ["left",      'COMPARE']
    -  ["left",      'INSTANCEOF']
    -  ["left",      '==', '!=']
    -  ["left",      'LOGIC']
    -  ["right",     'COMPOUND_ASSIGN']
    -  ["left",      '.']
    -  ["nonassoc",  'INDENT', 'OUTDENT']
    -  ["right",     'WHEN', 'LEADING_WHEN', 'IN', 'OF', 'BY', 'THROW']
    -  ["right",     'IF', 'UNLESS', 'ELSE', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS']
    -  ["right",     '=', ':', 'RETURN']
    -  ["right",     '->', '=>', 'UNLESS', 'POST_IF', 'POST_UNLESS']
    -]
    #

    Wrapping Up

    #

    Finally, now what we have our grammar and our operators, we can create -our Jison.Parser. We do this by processing all of our rules, recording all -terminals (every symbol which does not appear as the name of a rule above) -as "tokens".

    tokens = []
    -for name, alternatives of grammar
    -  grammar[name] = for alt in alternatives
    -    for token in alt[0].split ' '
    -      tokens.push token unless grammar[token]
    -    alt[1] = "return #{alt[1]}" if name is 'Root'
    -    alt
    #

    Initialize the Parser with our list of terminal tokens, our grammar -rules, and the name of the root. Reverse the operators because Jison orders -precedence from low to high, and we have it high to low -(as in Yacc).

    exports.parser = new Parser
    -  tokens:       tokens.join ' '
    -  bnf:          grammar
    -  operators:    operators.reverse()
    -  startSymbol:  'Root'
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/helpers.html b/node/node_modules/jade/support/coffee-script/documentation/docs/helpers.html deleted file mode 100644 index d3bc7ad..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/helpers.html +++ /dev/null @@ -1,37 +0,0 @@ - helpers.coffee

    helpers.coffee

    #

    This file contains the common helper functions that we'd like to share among -the Lexer, Rewriter, and the Nodes. Merge objects, flatten -arrays, count characters, that sort of thing.

    helpers = exports.helpers = {}
    #

    Cross-browser indexOf, so that IE can join the party.

    helpers.indexOf = indexOf = (array, item, from) ->
    -  return array.indexOf item, from if array.indexOf
    -  for other, index in array
    -    if other is item and (not from or (from <= index))
    -      return index
    -  -1
    #

    Does a list include a value?

    helpers.include = include = (list, value) ->
    -  indexOf(list, value) >= 0
    #

    Peek at the beginning of a given string to see if it matches a sequence.

    helpers.starts = starts = (string, literal, start) ->
    -  string.substring(start, (start or 0) + literal.length) is literal
    #

    Peek at the end of a given string to see if it matches a sequence.

    helpers.ends = ends = (string, literal, back) ->
    -  start = string.length - literal.length - (back ? 0)
    -  string.substring(start, start + literal.length) is literal
    #

    Trim out all falsy values from an array.

    helpers.compact = compact = (array) -> item for item in array when item
    #

    Count the number of occurences of a character in a string.

    helpers.count = count = (string, letter) ->
    -  num = 0
    -  pos = indexOf string, letter
    -  while pos isnt -1
    -    num += 1
    -    pos = indexOf string, letter, pos + 1
    -  num
    #

    Merge objects, returning a fresh copy with attributes from both sides. -Used every time BaseNode#compile is called, to allow properties in the -options hash to propagate down the tree without polluting other branches.

    helpers.merge = merge = (options, overrides) ->
    -  fresh = {}
    -  (fresh[key] = val) for all key, val of options
    -  (fresh[key] = val) for all key, val of overrides if overrides
    -  fresh
    #

    Extend a source object with the properties of another object (shallow copy). -We use this to simulate Node's deprecated process.mixin

    helpers.extend = extend = (object, properties) ->
    -  (object[key] = val) for all key, val of properties
    #

    Return a completely flattened version of an array. Handy for getting a -list of children from the nodes.

    helpers.flatten = flatten = (array) ->
    -  memo = []
    -  for item in array
    -    if item instanceof Array then memo = memo.concat(item) else memo.push(item)
    -  memo
    #

    Delete a key from an object, returning the value. Useful when a node is -looking for a particular method in an options hash.

    helpers.del = del = (obj, key) ->
    -  val = obj[key]
    -  delete obj[key]
    -  val
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/index.html b/node/node_modules/jade/support/coffee-script/documentation/docs/index.html deleted file mode 100644 index 4dcd19c..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/index.html +++ /dev/null @@ -1,3 +0,0 @@ - index.coffee \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/lexer.html b/node/node_modules/jade/support/coffee-script/documentation/docs/lexer.html deleted file mode 100644 index fc3d1f5..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/lexer.html +++ /dev/null @@ -1,431 +0,0 @@ - lexer.coffee

    lexer.coffee

    #

    The CoffeeScript Lexer. Uses a series of token-matching regexes to attempt -matches against the beginning of the source code. When a match is found, -a token is produced, we consume the match, and start again. Tokens are in the -form:

    - -
    [tag, value, lineNumber]
    -
    - -

    Which is a format that can be fed directly into Jison.

    {Rewriter} = require './rewriter'
    #

    Import the helpers we need.

    {include, count, starts, compact} = require('./helpers').helpers
    #

    The Lexer Class

    #

    The Lexer class reads a stream of CoffeeScript and divvys it up into tagged -tokens. Some potential ambiguity in the grammar has been avoided by -pushing some extra smarts into the Lexer.

    exports.Lexer = class Lexer
    #

    tokenize is the Lexer's main method. Scan by attempting to match tokens -one at a time, using a regular expression anchored at the start of the -remaining code, or a custom recursive token-matching method -(for interpolations). When the next token has been recorded, we move forward -within the code past the token, and begin again.

    - -

    Each tokenizing method is responsible for incrementing @i by the number of -characters it has consumed. @i can be thought of as our finger on the page -of source.

    - -

    Before returning the token stream, run it through the Rewriter -unless explicitly asked not to.

      tokenize: (code, options) ->
    -    code     = code.replace /(\r|\s+$)/g, ''
    -    o        = options or {}
    -    @code    = code         # The remainder of the source code.
    -    @i       = 0            # Current character position we're parsing.
    -    @line    = o.line or 0  # The current line.
    -    @indent  = 0            # The current indentation level.
    -    @indebt  = 0            # The over-indentation at the current level.
    -    @outdebt = 0            # The under-outdentation at the current level.
    -    @indents = []           # The stack of all current indentation levels.
    -    @tokens  = []           # Stream of parsed tokens in the form ['TYPE', value, line]
    -    while @i < @code.length
    -      @chunk = @code[@i..]
    -      @extractNextToken()
    -    @closeIndentation()
    -    return @tokens if o.rewrite is off
    -    (new Rewriter).rewrite @tokens
    #

    At every position, run through this list of attempted matches, -short-circuiting if any of them succeed. Their order determines precedence: -@literalToken is the fallback catch-all.

      extractNextToken: ->
    -    return if @identifierToken()
    -    return if @commentToken()
    -    return if @whitespaceToken()
    -    return if @lineToken()
    -    return if @heredocToken()
    -    return if @stringToken()
    -    return if @numberToken()
    -    return if @regexToken()
    -    return if @jsToken()
    -    return    @literalToken()
    #

    Tokenizers

    #

    Matches identifying literals: variables, keywords, method names, etc. -Check to ensure that JavaScript reserved words aren't being used as -identifiers. Because CoffeeScript reserves a handful of keywords that are -allowed in JavaScript, we're careful not to tag them as keywords when -referenced as property names here, so you can still do jQuery.is() even -though is means === otherwise.

      identifierToken: ->
    -    return false unless id = @match IDENTIFIER, 1
    -    @i += id.length
    -    forcedIdentifier = @tagAccessor() or @match ASSIGNED, 1
    -    tag = 'IDENTIFIER'
    -    tag = id.toUpperCase() if include(JS_KEYWORDS, id) or (not forcedIdentifier and include(COFFEE_KEYWORDS, id))
    -    tag = 'LEADING_WHEN'   if tag is 'WHEN' and include LINE_BREAK, @tag()
    -    tag = 'ALL'            if id is 'all' and @tag() is 'FOR'
    -    tag = 'UNARY'          if include UNARY, tag
    -    if include(JS_FORBIDDEN, id)
    -      if forcedIdentifier
    -        tag = 'STRING'
    -        id  = "\"#{id}\""
    -        if forcedIdentifier is 'accessor'
    -          close_index = true
    -          @tokens.pop() if @tag() isnt '@'
    -          @token 'INDEX_START', '['
    -      else if include(RESERVED, id)
    -        @identifierError id
    -    unless forcedIdentifier
    -      tag = id = CONVERSIONS[id] if include COFFEE_ALIASES, id
    -      tag = 'LOGIC' if include LOGIC, id
    -      tag = 'UNARY' if id is '!'
    -    @token tag, id
    -    @token ']', ']' if close_index
    -    true
    #

    Matches numbers, including decimals, hex, and exponential notation. -Be careful not to interfere with ranges-in-progress.

      numberToken: ->
    -    return false unless number = @match NUMBER, 1
    -    return false if @tag() is '.' and starts number, '.'
    -    @i += number.length
    -    @token 'NUMBER', number
    -    true
    #

    Matches strings, including multi-line strings. Ensures that quotation marks -are balanced within the string's contents, and within nested interpolations.

      stringToken: ->
    -    return false unless starts(@chunk, '"') or starts(@chunk, "'")
    -    return false unless string =
    -      @balancedToken(['"', '"'], ['#{', '}']) or
    -      @balancedToken ["'", "'"]
    -    @interpolateString string.replace /\n/g, '\\\n'
    -    @line += count string, "\n"
    -    @i += string.length
    -    true
    #

    Matches heredocs, adjusting indentation to the correct level, as heredocs -preserve whitespace, but ignore indentation to the left.

      heredocToken: ->
    -    return false unless match = @chunk.match HEREDOC
    -    quote = match[1].substr 0, 1
    -    doc = @sanitizeHeredoc match[2] or match[4] or '', {quote}
    -    @interpolateString quote + doc + quote, heredoc: yes
    -    @line += count match[1], "\n"
    -    @i += match[1].length
    -    true
    #

    Matches and consumes comments.

      commentToken: ->
    -    return false unless match = @chunk.match(COMMENT)
    -    @line += count match[1], "\n"
    -    @i += match[1].length
    -    if match[2]
    -      @token 'HERECOMMENT', @sanitizeHeredoc match[2],
    -        herecomment: true, indent: Array(@indent + 1).join(' ')
    -      @token 'TERMINATOR', '\n'
    -    true
    #

    Matches JavaScript interpolated directly into the source via backticks.

      jsToken: ->
    -    return false unless starts @chunk, '`'
    -    return false unless script = @balancedToken ['`', '`']
    -    @token 'JS', script.replace JS_CLEANER, ''
    -    @i += script.length
    -    true
    #

    Matches regular expression literals. Lexing regular expressions is difficult -to distinguish from division, so we borrow some basic heuristics from -JavaScript and Ruby, borrow slash balancing from @balancedToken, and -borrow interpolation from @interpolateString.

      regexToken: ->
    -    return false unless first = @chunk.match REGEX_START
    -    return false if first[1] is ' ' and @tag() not in ['CALL_START', '=']
    -    return false if     include NOT_REGEX, @tag()
    -    return false unless regex = @balancedToken ['/', '/']
    -    return false unless end = @chunk.substr(regex.length).match REGEX_END
    -    regex += flags = end[2] if end[2]
    -    if regex.match REGEX_INTERPOLATION
    -      str = regex.substring(1).split('/')[0]
    -      str = str.replace REGEX_ESCAPE, (escaped) -> '\\' + escaped
    -      @tokens = @tokens.concat [['(', '('], ['NEW', 'new'], ['IDENTIFIER', 'RegExp'], ['CALL_START', '(']]
    -      @interpolateString "\"#{str}\"", escapeQuotes: yes
    -      @tokens.splice @tokens.length, 0, [',', ','], ['STRING', "\"#{flags}\""] if flags
    -      @tokens.splice @tokens.length, 0, [')', ')'], [')', ')']
    -    else
    -      @token 'REGEX', regex
    -    @i += regex.length
    -    true
    #

    Matches a token in which which the passed delimiter pairs must be correctly -balanced (ie. strings, JS literals).

      balancedToken: (delimited...) ->
    -    @balancedString @chunk, delimited
    #

    Matches newlines, indents, and outdents, and determines which is which. -If we can detect that the current line is continued onto the the next line, -then the newline is suppressed:

    - -
    elements
    -  .each( ... )
    -  .map( ... )
    -
    - -

    Keeps track of the level of indentation, because a single outdent token -can close multiple indents, so we need to know how far in we happen to be.

      lineToken: ->
    -    return false unless indent = @match MULTI_DENT, 1
    -    @line += count indent, "\n"
    -    @i    += indent.length
    -    prev = @prev(2)
    -    size = indent.match(LAST_DENTS).reverse()[0].match(LAST_DENT)[1].length
    -    nextCharacter = @match NEXT_CHARACTER, 1
    -    noNewlines = nextCharacter is '.' or nextCharacter is ',' or @unfinished()
    -    if size - @indebt is @indent
    -      return @suppressNewlines() if noNewlines
    -      return @newlineToken indent
    -    else if size > @indent
    -      if noNewlines
    -        @indebt = size - @indent
    -        return @suppressNewlines()
    -      diff = size - @indent + @outdebt
    -      @token 'INDENT', diff
    -      @indents.push diff
    -      @outdebt = @indebt = 0
    -    else
    -      @indebt = 0
    -      @outdentToken @indent - size, noNewlines
    -    @indent = size
    -    true
    #

    Record an outdent token or multiple tokens, if we happen to be moving back -inwards past several recorded indents.

      outdentToken: (moveOut, noNewlines, close) ->
    -    while moveOut > 0
    -      len = @indents.length - 1
    -      if @indents[len] is undefined
    -        moveOut = 0
    -      else if @indents[len] is @outdebt
    -        moveOut -= @outdebt
    -        @outdebt = 0
    -      else if @indents[len] < @outdebt
    -        @outdebt -= @indents[len]
    -        moveOut -= @indents[len]
    -      else
    -        dent = @indents.pop()
    -        dent -= @outdebt
    -        moveOut -= dent
    -        @outdebt = 0
    -        @token 'OUTDENT', dent
    -    @outdebt -= moveOut if dent
    -    @token 'TERMINATOR', "\n" unless @tag() is 'TERMINATOR' or noNewlines
    -    true
    #

    Matches and consumes non-meaningful whitespace. Tag the previous token -as being "spaced", because there are some cases where it makes a difference.

      whitespaceToken: ->
    -    return false unless space = @match WHITESPACE, 1
    -    prev = @prev()
    -    prev.spaced = true if prev
    -    @i += space.length
    -    true
    #

    Generate a newline token. Consecutive newlines get merged together.

      newlineToken: (newlines) ->
    -    @token 'TERMINATOR', "\n" unless @tag() is 'TERMINATOR'
    -    true
    #

    Use a \ at a line-ending to suppress the newline. -The slash is removed here once its job is done.

      suppressNewlines: ->
    -    @tokens.pop() if @value() is "\\"
    -    true
    #

    We treat all other single characters as a token. Eg.: ( ) , . ! -Multi-character operators are also literal tokens, so that Jison can assign -the proper order of operations. There are some symbols that we tag specially -here. ; and newlines are both treated as a TERMINATOR, we distinguish -parentheses that indicate a method call from regular parentheses, and so on.

      literalToken: ->
    -    match = @chunk.match OPERATOR
    -    value = match and match[1]
    -    space = match and match[2]
    -    @tagParameters() if value and value.match CODE
    -    value or= @chunk.substr 0, 1
    -    @i += value.length
    -    spaced = (prev = @prev()) and prev.spaced
    -    tag = value
    -    if value is '='
    -      @assignmentError() if include JS_FORBIDDEN, @value()
    -      if @value() in ['or', 'and']
    -        @tokens.splice(@tokens.length - 1, 1, ['COMPOUND_ASSIGN', CONVERSIONS[@value()] + '=', prev[2]])
    -        return true
    -    if value is ';'                         then tag = 'TERMINATOR'
    -    else if include(LOGIC, value)           then tag = 'LOGIC'
    -    else if include(MATH, value)            then tag = 'MATH'
    -    else if include(COMPARE, value)         then tag = 'COMPARE'
    -    else if include(COMPOUND_ASSIGN, value) then tag = 'COMPOUND_ASSIGN'
    -    else if include(UNARY, value)           then tag = 'UNARY'
    -    else if include(SHIFT, value)           then tag = 'SHIFT'
    -    else if include(CALLABLE, @tag()) and not spaced
    -      if value is '('
    -        prev[0] = 'FUNC_EXIST' if prev[0] is '?'
    -        tag = 'CALL_START'
    -      else if value is '['
    -        tag = 'INDEX_START'
    -        @tag 1, 'INDEX_SOAK'  if @tag() is '?'
    -        @tag 1, 'INDEX_PROTO' if @tag() is '::'
    -    @token tag, value
    -    true
    #

    Token Manipulators

    #

    As we consume a new IDENTIFIER, look at the previous token to determine -if it's a special kind of accessor. Return true if any type of accessor -is the previous token.

      tagAccessor: ->
    -    return false if (not prev = @prev()) or (prev and prev.spaced)
    -    accessor = if prev[1] is '::'
    -      @tag 1, 'PROTOTYPE_ACCESS'
    -    else if prev[1] is '.' and not (@value(2) is '.')
    -      if @tag(2) is '?'
    -        @tag(1, 'SOAK_ACCESS')
    -        @tokens.splice(-2, 1)
    -      else
    -        @tag 1, 'PROPERTY_ACCESS'
    -    else
    -      prev[0] is '@'
    -    if accessor then 'accessor' else false
    #

    Sanitize a heredoc or herecomment by escaping internal double quotes and -erasing all external indentation on the left-hand side.

      sanitizeHeredoc: (doc, options) ->
    -    indent = options.indent
    -    return doc if options.herecomment and not include doc, '\n'
    -    unless options.herecomment
    -      while (match = HEREDOC_INDENT.exec(doc)) isnt null
    -        attempt = if match[2]? then match[2] else match[3]
    -        indent = attempt if not indent? or attempt.length < indent.length
    -    indent or= ''
    -    doc = doc.replace(new RegExp("^" + indent, 'gm'), '')
    -    return doc if options.herecomment
    -    doc = doc.replace(/^\n/, '')
    -    doc.replace(MULTILINER, "\\n")
    -       .replace(new RegExp(options.quote, 'g'), "\\#{options.quote}")
    #

    A source of ambiguity in our grammar used to be parameter lists in function -definitions versus argument lists in function calls. Walk backwards, tagging -parameters specially in order to make things easier for the parser.

      tagParameters: ->
    -    return if @tag() isnt ')'
    -    i = 0
    -    loop
    -      i += 1
    -      tok = @prev i
    -      return if not tok
    -      switch tok[0]
    -        when 'IDENTIFIER'       then tok[0] = 'PARAM'
    -        when ')'                then tok[0] = 'PARAM_END'
    -        when '(', 'CALL_START'  then return tok[0] = 'PARAM_START'
    -    true
    #

    Close up all remaining open blocks at the end of the file.

      closeIndentation: ->
    -    @outdentToken @indent
    #

    The error for when you try to use a forbidden word in JavaScript as -an identifier.

      identifierError: (word) ->
    -    throw new Error "SyntaxError: Reserved word \"#{word}\" on line #{@line + 1}"
    #

    The error for when you try to assign to a reserved word in JavaScript, -like "function" or "default".

      assignmentError: ->
    -    throw new Error "SyntaxError: Reserved word \"#{@value()}\" on line #{@line + 1} can't be assigned"
    #

    Matches a balanced group such as a single or double-quoted string. Pass in -a series of delimiters, all of which must be nested correctly within the -contents of the string. This method allows us to have strings within -interpolations within strings, ad infinitum.

      balancedString: (str, delimited, options) ->
    -    options or= {}
    -    slash = delimited[0][0] is '/'
    -    levels = []
    -    i = 0
    -    while i < str.length
    -      if levels.length and starts str, '\\', i
    -        i += 1
    -      else
    -        for pair in delimited
    -          [open, close] = pair
    -          if levels.length and starts(str, close, i) and levels[levels.length - 1] is pair
    -            levels.pop()
    -            i += close.length - 1
    -            i += 1 unless levels.length
    -            break
    -          else if starts str, open, i
    -            levels.push(pair)
    -            i += open.length - 1
    -            break
    -      break if not levels.length or slash and starts str, '\n', i
    -      i += 1
    -    if levels.length
    -      return false if slash
    -      throw new Error "SyntaxError: Unterminated #{levels.pop()[0]} starting on line #{@line + 1}"
    -    if not i then false else str.substring(0, i)
    #

    Expand variables and expressions inside double-quoted strings using -ECMA Harmony's interpolation syntax -for substitution of bare variables as well as arbitrary expressions.

    - -
    "Hello #{name.capitalize()}."
    -
    - -

    If it encounters an interpolation, this method will recursively create a -new Lexer, tokenize the interpolated contents, and merge them into the -token stream.

      interpolateString: (str, options) ->
    -    options or= {}
    -    if str.length < 3 or not starts str, '"'
    -      @token 'STRING', str
    -    else
    -      lexer   = new Lexer
    -      tokens  = []
    -      quote   = str.substring 0, 1
    -      [i, pi] = [1, 1]
    -      while i < str.length - 1
    -        if starts str, '\\', i
    -          i += 1
    -        else if expr = @balancedString(str.substring(i), [['#{', '}']])
    -          tokens.push ['STRING', quote + str.substring(pi, i) + quote] if pi < i
    -          inner = expr.substring(2, expr.length - 1)
    -          if inner.length
    -            inner = inner.replace new RegExp('\\\\' + quote, 'g'), quote if options.heredoc
    -            nested = lexer.tokenize "(#{inner})", line: @line
    -            (tok[0] = ')') for tok, idx in nested when tok[0] is 'CALL_END'
    -            nested.pop()
    -            tokens.push ['TOKENS', nested]
    -          else
    -            tokens.push ['STRING', quote + quote]
    -          i += expr.length - 1
    -          pi = i + 1
    -        i += 1
    -      tokens.push ['STRING', quote + str.substring(pi, i) + quote] if pi < i and pi < str.length - 1
    -      tokens.unshift ['STRING', '""'] unless tokens[0][0] is 'STRING'
    -      interpolated = tokens.length > 1
    -      @token '(', '(' if interpolated
    -      for token, i in tokens
    -        [tag, value] = token
    -        if tag is 'TOKENS'
    -          @tokens = @tokens.concat value
    -        else if tag is 'STRING' and options.escapeQuotes
    -          escaped = value.substring(1, value.length - 1).replace(/"/g, '\\"')
    -          @token tag, "\"#{escaped}\""
    -        else
    -          @token tag, value
    -        @token '+', '+' if i < tokens.length - 1
    -      @token ')', ')' if interpolated
    -      tokens
    #

    Helpers

    #

    Add a token to the results, taking note of the line number.

      token: (tag, value) ->
    -    @tokens.push [tag, value, @line]
    #

    Peek at a tag in the current token stream.

      tag: (index, newTag) ->
    -    return unless tok = @prev index
    -    return tok[0] = newTag if newTag?
    -    tok[0]
    #

    Peek at a value in the current token stream.

      value: (index, val) ->
    -    return unless tok = @prev index
    -    return tok[1] = val if val?
    -    tok[1]
    #

    Peek at a previous token, entire.

      prev: (index) ->
    -    @tokens[@tokens.length - (index or 1)]
    #

    Attempt to match a string against the current chunk, returning the indexed -match if successful, and false otherwise.

      match: (regex, index) ->
    -    return false unless m = @chunk.match regex
    -    if m then m[index] else false
    #

    Are we in the midst of an unfinished expression?

      unfinished: ->
    -    prev = @prev(2)
    -    @value() and @value().match and @value().match(NO_NEWLINE) and
    -      prev and (prev[0] isnt '.') and not @value().match(CODE) and
    -      not @chunk.match ASSIGNED
    #

    Constants

    #

    Keywords that CoffeeScript shares in common with JavaScript.

    JS_KEYWORDS = [
    -  "if", "else",
    -  "true", "false",
    -  "new", "return",
    -  "try", "catch", "finally", "throw",
    -  "break", "continue",
    -  "for", "in", "while",
    -  "delete", "instanceof", "typeof",
    -  "switch", "super", "extends", "class",
    -  "this", "null", "debugger"
    -]
    #

    CoffeeScript-only keywords, which we're more relaxed about allowing. They can't -be used standalone, but you can reference them as an attached property.

    COFFEE_ALIASES =  ["and", "or", "is", "isnt", "not"]
    -COFFEE_KEYWORDS = COFFEE_ALIASES.concat [
    -  "then", "unless", "until", "loop",
    -  "yes", "no", "on", "off",
    -  "of", "by", "where", "when"
    -]
    #

    The list of keywords that are reserved by JavaScript, but not used, or are -used by CoffeeScript internally. We throw an error when these are encountered, -to avoid having a JavaScript error at runtime.

    RESERVED = [
    -  "case", "default", "do", "function", "var", "void", "with",
    -  "const", "let", "enum", "export", "import", "native",
    -  "__hasProp", "__extends", "__slice"
    -]
    #

    The superset of both JavaScript keywords and reserved words, none of which may -be used as identifiers or properties.

    JS_FORBIDDEN = JS_KEYWORDS.concat RESERVED
    #

    Token matching regexes.

    IDENTIFIER    = /^([a-zA-Z\$_](\w|\$)*)/
    -NUMBER        = /^(((\b0(x|X)[0-9a-fA-F]+)|((\b[0-9]+(\.[0-9]+)?|\.[0-9]+)(e[+\-]?[0-9]+)?)))\b/i
    -HEREDOC       = /^("{6}|'{6}|"{3}([\s\S]*?)\n?([ \t]*)"{3}|'{3}([\s\S]*?)\n?([ \t]*)'{3})/
    -OPERATOR      = /^(-[\-=>]?|\+[+=]?|[*&|\/%=<>^:!?]+)([ \t]*)/
    -WHITESPACE    = /^([ \t]+)/
    -COMMENT       = /^(###([^#][\s\S]*?)(###[ \t]*\n|(###)?$)|(\s*#(?!##[^#])[^\n]*)+)/
    -CODE          = /^((-|=)>)/
    -MULTI_DENT    = /^((\n([ \t]*))+)(\.)?/
    -LAST_DENTS    = /\n([ \t]*)/g
    -LAST_DENT     = /\n([ \t]*)/
    #

    Regex-matching-regexes.

    REGEX_START         = /^\/([^\/])/
    -REGEX_INTERPOLATION = /([^\\]#\{.*[^\\]\})/
    -REGEX_END           = /^(([imgy]{1,4})\b|\W|$)/
    -REGEX_ESCAPE        = /\\[^\$]/g
    #

    Token cleaning regexes.

    JS_CLEANER      = /(^`|`$)/g
    -MULTILINER      = /\n/g
    -NO_NEWLINE      = /^([+\*&|\/\-%=<>!.\\][<>=&|]*|and|or|is|isnt|not|delete|typeof|instanceof)$/
    -HEREDOC_INDENT  = /(\n+([ \t]*)|^([ \t]+))/g
    -ASSIGNED        = /^\s*(([a-zA-Z\$_@]\w*|["'][^\r\n]+?["']|\d+)[ \t]*?[:=][^:=])/
    -NEXT_CHARACTER  = /^\s*(\S)/
    #

    Compound assignment tokens.

    COMPOUND_ASSIGN = ['-=', '+=', '/=', '*=', '%=', '||=', '&&=', '?=', '<<=', '>>=', '>>>=', '&=', '^=', '|=']
    #

    Unary tokens.

    UNARY   = ['UMINUS', 'UPLUS', '!', '!!', '~', 'TYPEOF', 'DELETE']
    #

    Logical tokens.

    LOGIC   = ['&', '|', '^', '&&', '||']
    #

    Bit-shifting tokens.

    SHIFT   = ['<<', '>>', '>>>']
    #

    Comparison tokens.

    COMPARE = ['<=', '<', '>', '>=']
    #

    Mathmatical tokens.

    MATH    = ['*', '/', '%']
    #

    Tokens which a regular expression will never immediately follow, but which -a division operator might.

    - -

    See: http://www.mozilla.org/js/language/js20-2002-04/rationale/syntax.html#regular-expressions

    - -

    Our list is shorter, due to sans-parentheses method calls.

    NOT_REGEX = ['NUMBER', 'REGEX', '++', '--', 'FALSE', 'NULL', 'TRUE', ']']
    #

    Tokens which could legitimately be invoked or indexed. A opening -parentheses or bracket following these tokens will be recorded as the start -of a function invocation or indexing operation.

    CALLABLE = ['IDENTIFIER', 'SUPER', ')', ']', '}', 'STRING', '@', 'THIS', '?', '::']
    #

    Tokens that, when immediately preceding a WHEN, indicate that the WHEN -occurs at the start of a line. We disambiguate these from trailing whens to -avoid an ambiguity in the grammar.

    LINE_BREAK = ['INDENT', 'OUTDENT', 'TERMINATOR']
    #

    Conversions from CoffeeScript operators into JavaScript ones.

    CONVERSIONS =
    -  'and':  '&&'
    -  'or':   '||'
    -  'is':   '=='
    -  'isnt': '!='
    -  'not':  '!'
    -  '===':  '=='
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/nodes.html b/node/node_modules/jade/support/coffee-script/documentation/docs/nodes.html deleted file mode 100644 index 181e035..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/nodes.html +++ /dev/null @@ -1,1245 +0,0 @@ - nodes.coffee

    nodes.coffee

    #

    nodes.coffee contains all of the node classes for the syntax tree. Most -nodes are created as the result of actions in the grammar, -but some are created by other nodes as a method of code generation. To convert -the syntax tree into a string of JavaScript code, call compile() on the root.

    {Scope} = require './scope'
    #

    Import the helpers we plan to use.

    {compact, flatten, merge, del, include, indexOf, starts, ends} = require('./helpers').helpers
    #

    BaseNode

    #

    The BaseNode is the abstract base class for all nodes in the syntax tree. -Each subclass implements the compileNode method, which performs the -code generation for that node. To compile a node to JavaScript, -call compile on it, which wraps compileNode in some generic extra smarts, -to know when the generated code needs to be wrapped up in a closure. -An options hash is passed and cloned throughout, containing information about -the environment from higher in the tree (such as if a returned value is -being requested by the surrounding function), information about the current -scope, and indentation level.

    exports.BaseNode = class BaseNode
    -
    -  constructor: ->
    -    @tags = {}
    #

    Common logic for determining whether to wrap this node in a closure before -compiling it, or to compile directly. We need to wrap if this node is a -statement, and it's not a pureStatement, and we're not at -the top level of a block (which would be unnecessary), and we haven't -already been asked to return the result (because statements know how to -return results).

    - -

    If a Node is topSensitive, that means that it needs to compile differently -depending on whether it's being used as part of a larger expression, or is a -top-level statement within the function body.

      compile: (o) ->
    -    @options = merge o or {}
    -    @tab     = o.indent
    -    del @options, 'chainRoot' unless this instanceof AccessorNode or this instanceof IndexNode
    -    top     = if @topSensitive() then @options.top else del @options, 'top'
    -    closure = @isStatement(o) and not @isPureStatement() and not top and
    -              not @options.asStatement and this not instanceof CommentNode and
    -              not @containsPureStatement()
    -    o.scope.startLevel() if not o.keepLevel
    -    code = if closure then @compileClosure(@options) else @compileNode(@options)
    -    o.scope.endLevel() if not o.keepLevel
    -    code
    #

    Statements converted into expressions via closure-wrapping share a scope -object with their parent closure, to preserve the expected lexical scope.

      compileClosure: (o) ->
    -    @tab = o.indent
    -    o.sharedScope = o.scope
    -    ClosureNode.wrap(this).compile o
    #

    If the code generation wishes to use the result of a complex expression -in multiple places, ensure that the expression is only ever evaluated once, -by assigning it to a temporary variable.

      compileReference: (o, options) ->
    -    options or= {}
    -    pair = if not (@containsType(CallNode) or
    -                  (this instanceof ValueNode and (not (@base instanceof LiteralNode) or @hasProperties())))
    -      [this, this]
    -    else if this instanceof ValueNode and options.assignment
    -      this.cacheIndexes(o)
    -    else
    -      reference = literal o.scope.freeVariable 'ref'
    -      compiled  = new AssignNode reference, this
    -      [compiled, reference]
    -    return [pair[0].compile(o), pair[1].compile(o)] if options.precompile
    -    pair
    #

    Convenience method to grab the current indentation level, plus tabbing in.

      idt: (tabs) ->
    -    idt = @tab or ''
    -    num = (tabs or 0) + 1
    -    idt += TAB while num -= 1
    -    idt
    #

    Construct a node that returns the current node's result. -Note that this is overridden for smarter behavior for -many statement nodes (eg IfNode, ForNode)...

      makeReturn: ->
    -    new ReturnNode this
    #

    Does this node, or any of its children, contain a node of a certain kind? -Recursively traverses down the children of the nodes, yielding to a block -and returning true when the block finds a match. contains does not cross -scope boundaries.

      contains: (block) ->
    -    contains = false
    -    @traverseChildren false, (node) ->
    -      if block(node)
    -        contains = true
    -        return false
    -    contains
    #

    Is this node of a certain type, or does it contain the type?

      containsType: (type) ->
    -    this instanceof type or @contains (n) -> n instanceof type
    #

    Convenience for the most common use of contains. Does the node contain -a pure statement?

      containsPureStatement: ->
    -    @isPureStatement() or @contains (n) -> n.isPureStatement and n.isPureStatement()
    #

    Perform an in-order traversal of the AST. Crosses scope boundaries.

      traverse: (block) -> @traverseChildren true, block
    #

    toString representation of the node, for inspecting the parse tree. -This is what coffee --nodes prints out.

      toString: (idt, override) ->
    -    idt or= ''
    -    children = (child.toString idt + TAB for child in @collectChildren()).join('')
    -    '\n' + idt + (override or @class) + children
    -
    -  eachChild: (func) ->
    -    return unless @children
    -    for attr in @children when this[attr]
    -      for child in flatten [this[attr]]
    -        return if func(child) is false
    -
    -  collectChildren: ->
    -    nodes = []
    -    @eachChild (node) -> nodes.push node
    -    nodes
    -
    -  traverseChildren: (crossScope, func) ->
    -    @eachChild (child) ->
    -      func.apply(this, arguments)
    -      child.traverseChildren(crossScope, func) if child instanceof BaseNode
    #

    Default implementations of the common node properties and methods. Nodes -will override these with custom logic, if needed.

      class:    'BaseNode'
    -  children: []
    -
    -  unwrap          : -> this
    -  isStatement     : -> no
    -  isPureStatement : -> no
    -  topSensitive    : -> no
    #

    Expressions

    #

    The expressions body is the list of expressions that forms the body of an -indented block of code -- the implementation of a function, a clause in an -if, switch, or try, and so on...

    exports.Expressions = class Expressions extends BaseNode
    -
    -  class:        'Expressions'
    -  children:     ['expressions']
    -  isStatement:  -> yes
    -
    -  constructor: (nodes) ->
    -    super()
    -    @expressions = compact flatten nodes or []
    #

    Tack an expression on to the end of this expression list.

      push: (node) ->
    -    @expressions.push(node)
    -    this
    #

    Add an expression at the beginning of this expression list.

      unshift: (node) ->
    -    @expressions.unshift(node)
    -    this
    #

    If this Expressions consists of just a single node, unwrap it by pulling -it back out.

      unwrap: ->
    -    if @expressions.length is 1 then @expressions[0] else this
    #

    Is this an empty block of code?

      empty: ->
    -    @expressions.length is 0
    #

    An Expressions node does not return its entire body, rather it -ensures that the final expression is returned.

      makeReturn: ->
    -    idx  = @expressions.length - 1
    -    last = @expressions[idx]
    -    last = @expressions[idx -= 1] if last instanceof CommentNode
    -    return this if not last or last instanceof ReturnNode
    -    @expressions[idx] = last.makeReturn()
    -    this
    #

    An Expressions is the only node that can serve as the root.

      compile: (o) ->
    -    o or= {}
    -    if o.scope then super(o) else @compileRoot(o)
    -
    -  compileNode: (o) ->
    -    (@compileExpression(node, merge(o)) for node in @expressions).join("\n")
    #

    If we happen to be the top-level Expressions, wrap everything in -a safety closure, unless requested not to. -It would be better not to generate them in the first place, but for now, -clean up obvious double-parentheses.

      compileRoot: (o) ->
    -    o.indent  = @tab = if o.noWrap then '' else TAB
    -    o.scope   = new Scope(null, this, null)
    -    code      = @compileWithDeclarations(o)
    -    code      = code.replace(TRAILING_WHITESPACE, '')
    -    if o.noWrap then code else "(function() {\n#{code}\n}).call(this);\n"
    #

    Compile the expressions body for the contents of a function, with -declarations of all inner variables pushed up to the top.

      compileWithDeclarations: (o) ->
    -    code = @compileNode(o)
    -    code = "#{@tab}var #{o.scope.compiledAssignments()};\n#{code}"  if o.scope.hasAssignments(this)
    -    code = "#{@tab}var #{o.scope.compiledDeclarations()};\n#{code}" if not o.globals and o.scope.hasDeclarations(this)
    -    code
    #

    Compiles a single expression within the expressions body. If we need to -return the result, and it's an expression, simply return it. If it's a -statement, ask the statement to do so.

      compileExpression: (node, o) ->
    -    @tab = o.indent
    -    compiledNode = node.compile merge o, top: true
    -    if node.isStatement(o) then compiledNode else "#{@idt()}#{compiledNode};"
    #

    Wrap up the given nodes as an Expressions, unless it already happens -to be one.

    Expressions.wrap = (nodes) ->
    -  return nodes[0] if nodes.length is 1 and nodes[0] instanceof Expressions
    -  new Expressions(nodes)
    #

    LiteralNode

    #

    Literals are static values that can be passed through directly into -JavaScript without translation, such as: strings, numbers, -true, false, null...

    exports.LiteralNode = class LiteralNode extends BaseNode
    -
    -  class: 'LiteralNode'
    -
    -  constructor: (@value) ->
    -    super()
    -
    -  makeReturn: ->
    -    if @isStatement() then this else super()
    #

    Break and continue must be treated as pure statements -- they lose their -meaning when wrapped in a closure.

      isStatement: ->
    -    @value is 'break' or @value is 'continue' or @value is 'debugger'
    -  isPureStatement: LiteralNode::isStatement
    -
    -  compileNode: (o) ->
    -    idt = if @isStatement(o) then @idt() else ''
    -    end = if @isStatement(o) then ';' else ''
    -    idt + @value + end
    -
    -  toString: (idt) ->
    -    '"' + @value + '"'
    #

    ReturnNode

    #

    A return is a pureStatement -- wrapping it in a closure wouldn't -make sense.

    exports.ReturnNode = class ReturnNode extends BaseNode
    -
    -  class:            'ReturnNode'
    -  isStatement:      -> yes
    -  isPureStatement:  -> yes
    -  children:         ['expression']
    -
    -  constructor: (@expression) ->
    -    super()
    -
    -  makeReturn: ->
    -    this
    -
    -  compile: (o) ->
    -    expr = @expression.makeReturn()
    -    return expr.compile o unless expr instanceof ReturnNode
    -    super o
    -
    -  compileNode: (o) ->
    -    o.asStatement = true if @expression.isStatement(o)
    -    "#{@tab}return #{@expression.compile(o)};"
    #

    ValueNode

    #

    A value, variable or literal or parenthesized, indexed or dotted into, -or vanilla.

    exports.ValueNode = class ValueNode extends BaseNode
    -
    -  class:     'ValueNode'
    -  children: ['base', 'properties']
    #

    A ValueNode has a base and a list of property accesses.

      constructor: (@base, @properties) ->
    -    super()
    -    @properties or= []
    #

    Add a property access to the list.

      push: (prop) ->
    -    @properties.push(prop)
    -    this
    -
    -  hasProperties: ->
    -    !!@properties.length
    #

    Some boolean checks for the benefit of other nodes.

      isArray: ->
    -    @base instanceof ArrayNode and not @hasProperties()
    -
    -  isObject: ->
    -    @base instanceof ObjectNode and not @hasProperties()
    -
    -  isSplice: ->
    -    @hasProperties() and @properties[@properties.length - 1] instanceof SliceNode
    -
    -  makeReturn: ->
    -    if @hasProperties() then super() else @base.makeReturn()
    #

    The value can be unwrapped as its inner node, if there are no attached -properties.

      unwrap: ->
    -    if @properties.length then this else @base
    #

    Values are considered to be statements if their base is a statement.

      isStatement: (o) ->
    -    @base.isStatement and @base.isStatement(o) and not @hasProperties()
    -
    -  isNumber: ->
    -    @base instanceof LiteralNode and @base.value.match NUMBER
    #

    If the value node has indexes containing function calls, and the value node -needs to be used twice, in compound assignment ... then we need to cache -the value of the indexes.

      cacheIndexes: (o) ->
    -    copy = new ValueNode @base, @properties[0..]
    -    if @base instanceof CallNode
    -      [@base, copy.base] = @base.compileReference o
    -    for prop, i in copy.properties
    -      if prop instanceof IndexNode and prop.contains((n) -> n instanceof CallNode)
    -        [index, indexVar] = prop.index.compileReference o
    -        this.properties[i] = new IndexNode index
    -        copy.properties[i] = new IndexNode indexVar
    -    [this, copy]
    #

    Override compile to unwrap the value when possible.

      compile: (o) ->
    -    if not o.top or @properties.length then super(o) else @base.compile(o)
    #

    We compile a value to JavaScript by compiling and joining each property. -Things get much more insteresting if the chain of properties has soak -operators ?. interspersed. Then we have to take care not to accidentally -evaluate a anything twice when building the soak chain.

      compileNode: (o) ->
    -    only        = del o, 'onlyFirst'
    -    op          = @tags.operation
    -    props       = if only then @properties[0...@properties.length - 1] else @properties
    -    o.chainRoot or= this
    -    for prop in props
    -      hasSoak = yes if prop.soakNode
    -    if hasSoak and @containsType CallNode
    -      [me, copy] = @cacheIndexes o
    -    @base.parenthetical = yes if @parenthetical and not props.length
    -    baseline    = @base.compile o
    -    baseline    = "(#{baseline})" if @hasProperties() and (@base instanceof ObjectNode or @isNumber())
    -    complete    = @last = baseline
    -
    -    for prop, i in props
    -      @source = baseline
    -      if prop.soakNode
    -        if @base.containsType(CallNode) and i is 0
    -          temp = o.scope.freeVariable 'ref'
    -          complete = "(#{ baseline = temp } = (#{complete}))"
    -        complete = if i is 0
    -          "(typeof #{complete} === \"undefined\" || #{baseline} === null) ? undefined : "
    -        else
    -          "#{complete} == null ? undefined : "
    -        complete += (baseline += prop.compile(o))
    -      else
    -        part = prop.compile(o)
    -        if hasSoak and prop.containsType CallNode
    -          baseline += copy.properties[i].compile o
    -        else
    -          baseline += part
    -        complete += part
    -        @last = part
    -
    -    if op and @wrapped then "(#{complete})" else complete
    #

    CommentNode

    #

    CoffeeScript passes through block comments as JavaScript block comments -at the same position.

    exports.CommentNode = class CommentNode extends BaseNode
    -
    -  class: 'CommentNode'
    -  isStatement: -> yes
    -
    -  constructor: (@comment) ->
    -    super()
    -
    -  makeReturn: ->
    -    this
    -
    -  compileNode: (o) ->
    -    @tab + '/*' + @comment.replace(/\r?\n/g, '\n' + @tab) + '*/'
    #

    CallNode

    #

    Node for a function invocation. Takes care of converting super() calls into -calls against the prototype's function of the same name.

    exports.CallNode = class CallNode extends BaseNode
    -
    -  class:     'CallNode'
    -  children: ['variable', 'args']
    -
    -  constructor: (variable, @args, @exist) ->
    -    super()
    -    @isNew    = false
    -    @isSuper  = variable is 'super'
    -    @variable = if @isSuper then null else variable
    -    @args     or= []
    -    @first = @last = ''
    -    @compileSplatArguments = (o) ->
    -      SplatNode.compileSplattedArray.call(this, @args, o)
    #

    Tag this invocation as creating a new instance.

      newInstance: ->
    -    @isNew = true
    -    this
    -
    -  prefix: ->
    -    if @isNew then 'new ' else ''
    #

    Grab the reference to the superclass' implementation of the current method.

      superReference: (o) ->
    -    throw new Error "cannot call super outside of a function" unless o.scope.method
    -    methname = o.scope.method.name
    -    meth = if o.scope.method.proto
    -      "#{o.scope.method.proto}.__super__.#{methname}"
    -    else if methname
    -      "#{methname}.__super__.constructor"
    -    else throw new Error "cannot call super on an anonymous function."
    #

    Compile a vanilla function call.

      compileNode: (o) ->
    -    o.chainRoot = this unless o.chainRoot
    -    op = @tags.operation
    -    if @exist
    -      if @variable instanceof ValueNode and @variable.properties[@variable.properties.length - 1] instanceof AccessorNode
    -        methodAccessor = @variable.properties.pop()
    -        [first, meth] = @variable.compileReference o
    -        @first = new ValueNode(first, [methodAccessor]).compile o
    -        @meth = new ValueNode(meth, [methodAccessor]).compile o
    -      else
    -        [@first, @meth] = @variable.compileReference o, precompile: yes
    -      @first = "(typeof #{@first} === \"function\" ? "
    -      @last  = " : undefined)"
    -    else if @variable
    -      @meth = @variable.compile o
    -    for arg in @args when arg instanceof SplatNode
    -      code = @compileSplat(o)
    -    if not code
    -      args = for arg in @args
    -        arg.parenthetical = true
    -        arg.compile o
    -      code = if @isSuper
    -        @compileSuper(args.join(', '), o)
    -      else
    -        "#{@first}#{@prefix()}#{@meth}(#{ args.join(', ') })#{@last}"
    -    if op and @variable and @variable.wrapped then "(#{code})" else code
    #

    super() is converted into a call against the superclass's implementation -of the current function.

      compileSuper: (args, o) ->
    -    "#{@superReference(o)}.call(this#{ if args.length then ', ' else '' }#{args})"
    #

    If you call a function with a splat, it's converted into a JavaScript -.apply() call to allow an array of arguments to be passed. -If it's a constructor, then things get real tricky. We have to inject an -inner constructor in order to be able to pass the varargs.

      compileSplat: (o) ->
    -    meth = @meth or @superReference(o)
    -    obj  = @variable and @variable.source or 'this'
    -    if obj.match(/\(/)
    -      temp = o.scope.freeVariable 'ref'
    -      obj  = temp
    -      meth = "(#{temp} = #{ @variable.source })#{ @variable.last }"
    -    if @isNew
    -      mentionsArgs = no
    -      for arg in @args
    -        arg.contains (n) -> mentionsArgs or= n instanceof LiteralNode and (n.value is 'arguments')
    -      utility 'extends'
    -      a = o.scope.freeVariable 'ctor'
    -      b = o.scope.freeVariable 'ref'
    -      c = o.scope.freeVariable 'result'
    -      """
    -
    -#DIVIDER
    -      """
    -    else
    -      "#{@first}#{@prefix()}#{meth}.apply(#{obj}, #{ @compileSplatArguments(o) })#{@last}"
    #

    {@first}(function() { -{@idt(1)}var ctor = function(){}; -{@idt(1)}__extends(ctor, #{a} = #{meth}); -{@idt(1)}return typeof (#{c} = #{a}.apply(#{b} = new ctor, #{ @compileSplatArguments(o) })) === "object" ? #{c} : #{b}; -{@tab}}).#{ if mentionsArgs then 'apply(this, arguments)' else 'call(this)'}#{@last}

    #

    ExtendsNode

    exports.ExtendsNode = class ExtendsNode extends BaseNode
    -
    -  class:     'ExtendsNode'
    -  children: ['child', 'parent']
    -
    -  constructor: (@child, @parent) ->
    -    super()
    #

    Node to extend an object's prototype with an ancestor object. -After goog.inherits from the -Closure Library.

      compileNode: (o) ->
    -    ref =  new ValueNode literal utility 'extends'
    -    (new CallNode ref, [@child, @parent]).compile o
    #

    Hooks one constructor into another's prototype chain.

    #

    AccessorNode

    exports.AccessorNode = class AccessorNode extends BaseNode
    -
    -  class:     'AccessorNode'
    -  children: ['name']
    -
    -  constructor: (@name, tag) ->
    -    super()
    -    @prototype = if tag is 'prototype' then '.prototype' else ''
    -    @soakNode = tag is 'soak'
    -
    -  compileNode: (o) ->
    -    name = @name.compile o
    -    o.chainRoot.wrapped or= @soakNode
    -    namePart = if name.match(IS_STRING) then "[#{name}]" else ".#{name}"
    -    @prototype + namePart
    #

    A . accessor into a property of a value, or the :: shorthand for -an accessor into the object's prototype.

    #

    IndexNode

    exports.IndexNode = class IndexNode extends BaseNode
    -
    -  class:     'IndexNode'
    -  children: ['index']
    -
    -  constructor: (@index) ->
    -    super()
    -
    -  compileNode: (o) ->
    -    o.chainRoot.wrapped or= @soakNode
    -    idx = @index.compile o
    -    prefix = if @proto then '.prototype' else ''
    -    "#{prefix}[#{idx}]"
    #

    A [ ... ] indexed accessor into an array or object.

    #

    RangeNode

    exports.RangeNode = class RangeNode extends BaseNode
    -
    -  class:     'RangeNode'
    -  children: ['from', 'to']
    -
    -  constructor: (@from, @to, tag) ->
    -    super()
    -    @exclusive = tag is 'exclusive'
    -    @equals = if @exclusive then '' else '='
    #

    A range literal. Ranges can be used to extract portions (slices) of arrays, -to specify a range for comprehensions, or as a value, to be expanded into the -corresponding array of integers at runtime.

      compileVariables: (o) ->
    -    o = merge(o, top: true)
    -    [@from, @fromVar] =  @from.compileReference o, precompile: yes
    -    [@to, @toVar] =      @to.compileReference o, precompile: yes
    -    [@fromNum, @toNum] = [@fromVar.match(SIMPLENUM), @toVar.match(SIMPLENUM)]
    -    parts = []
    -    parts.push @from if @from isnt @fromVar
    -    parts.push @to if @to isnt @toVar
    -    if parts.length then "#{parts.join('; ')}; " else ''
    #

    Compiles the range's source variables -- where it starts and where it ends. -But only if they need to be cached to avoid double evaluation.

      compileNode: (o) ->
    -    return    @compileArray(o)  unless o.index
    -    return    @compileSimple(o) if @fromNum and @toNum
    -    idx      = del o, 'index'
    -    step     = del o, 'step'
    -    vars     = "#{idx} = #{@fromVar}"
    -    intro    = "(#{@fromVar} <= #{@toVar} ? #{idx}"
    -    compare  = "#{intro} <#{@equals} #{@toVar} : #{idx} >#{@equals} #{@toVar})"
    -    stepPart = if step then step.compile(o) else '1'
    -    incr     = if step then "#{idx} += #{stepPart}" else "#{intro} += #{stepPart} : #{idx} -= #{stepPart})"
    -    "#{vars}; #{compare}; #{incr}"
    #

    When compiled normally, the range returns the contents of the for loop -needed to iterate over the values in the range. Used by comprehensions.

      compileSimple: (o) ->
    -    [from, to] = [parseInt(@fromNum, 10), parseInt(@toNum, 10)]
    -    idx        = del o, 'index'
    -    step       = del o, 'step'
    -    step       and= "#{idx} += #{step.compile(o)}"
    -    if from <= to
    -      "#{idx} = #{from}; #{idx} <#{@equals} #{to}; #{step or "#{idx}++"}"
    -    else
    -      "#{idx} = #{from}; #{idx} >#{@equals} #{to}; #{step or "#{idx}--"}"
    #

    Compile a simple range comprehension, with integers.

      compileArray: (o) ->
    -    idt    = @idt 1
    -    vars   = @compileVariables merge o, indent: idt
    -    if @fromNum and @toNum and Math.abs(+@fromNum - +@toNum) <= 20
    -      range = [+@fromNum..+@toNum]
    -      range.pop() if @exclusive
    -      return "[#{ range.join(', ') }]"
    -    i = o.scope.freeVariable 'i'
    -    result = o.scope.freeVariable 'result'
    -    pre    = "\n#{idt}#{result} = []; #{vars}"
    -    if @fromNum and @toNum
    -      o.index = i
    -      body = @compileSimple o
    -    else
    -      clause = "#{@fromVar} <= #{@toVar} ?"
    -      body   = "var #{i} = #{@fromVar}; #{clause} #{i} <#{@equals} #{@toVar} : #{i} >#{@equals} #{@toVar}; #{clause} #{i} += 1 : #{i} -= 1"
    -    post   = "{ #{result}.push(#{i}); }\n#{idt}return #{result};\n#{o.indent}"
    -    "(function() {#{pre}\n#{idt}for (#{body})#{post}}).call(this)"
    #

    When used as a value, expand the range into the equivalent array.

    #

    SliceNode

    exports.SliceNode = class SliceNode extends BaseNode
    -
    -  class:     'SliceNode'
    -  children: ['range']
    -
    -  constructor: (@range) ->
    -    super()
    -
    -  compileNode: (o) ->
    -    from  =  if @range.from then @range.from.compile(o) else '0'
    -    to    =  if @range.to then @range.to.compile(o) else ''
    -    to    += if not to or @range.exclusive then '' else ' + 1'
    -    to    =  ', ' + to if to
    -    ".slice(#{from}#{to})"
    #

    An array slice literal. Unlike JavaScript's Array#slice, the second parameter -specifies the index of the end of the slice, just as the first parameter -is the index of the beginning.

    #

    ObjectNode

    exports.ObjectNode = class ObjectNode extends BaseNode
    -
    -  class:     'ObjectNode'
    -  children: ['properties']
    -
    -  topSensitive: -> true
    -
    -  constructor: (props) ->
    -    super()
    -    @objects = @properties = props or []
    -
    -  compileNode: (o) ->
    -    top = del o, 'top'
    -    o.indent = @idt 1
    -    nonComments = prop for prop in @properties when (prop not instanceof CommentNode)
    -    lastNoncom =  nonComments[nonComments.length - 1]
    -    props = for prop, i in @properties
    -      join   = ",\n"
    -      join   = "\n" if (prop is lastNoncom) or (prop instanceof CommentNode)
    -      join   = '' if i is @properties.length - 1
    -      indent = if prop instanceof CommentNode then '' else @idt 1
    -      prop   = new AssignNode prop, prop, 'object' unless prop instanceof AssignNode or prop instanceof CommentNode
    -      indent + prop.compile(o) + join
    -    props = props.join('')
    -    obj   = '{' + (if props then '\n' + props + '\n' + @idt() else '') + '}'
    -    if top then "(#{obj})" else obj
    #

    An object literal, nothing fancy.

    #

    ArrayNode

    exports.ArrayNode = class ArrayNode extends BaseNode
    -
    -  class:     'ArrayNode'
    -  children: ['objects']
    -
    -  constructor: (@objects) ->
    -    super()
    -    @objects or= []
    -    @compileSplatLiteral = (o) ->
    -      SplatNode.compileSplattedArray.call(this, @objects, o)
    -
    -  compileNode: (o) ->
    -    o.indent = @idt 1
    -    objects = []
    -    for obj, i in @objects
    -      code = obj.compile(o)
    -      if obj instanceof SplatNode
    -        return @compileSplatLiteral o
    -      else if obj instanceof CommentNode
    -        objects.push "\n#{code}\n#{o.indent}"
    -      else if i is @objects.length - 1
    -        objects.push code
    -      else
    -        objects.push "#{code}, "
    -    objects = objects.join('')
    -    if indexOf(objects, '\n') >= 0
    -      "[\n#{@idt(1)}#{objects}\n#{@tab}]"
    -    else
    -      "[#{objects}]"
    #

    An array literal.

    #

    ClassNode

    exports.ClassNode = class ClassNode extends BaseNode
    -
    -  class:        'ClassNode'
    -  children:     ['variable', 'parent', 'properties']
    -  isStatement:  -> yes
    #

    The CoffeeScript class definition.

      constructor: (@variable, @parent, @properties) ->
    -    super()
    -    @properties or= []
    -    @returns    = false
    -
    -  makeReturn: ->
    -    @returns = true
    -    this
    #

    Initialize a ClassNode with its name, an optional superclass, and a -list of prototype property assignments.

      compileNode: (o) ->
    -    @variable  = literal o.scope.freeVariable 'ctor' if @variable is '__temp__'
    -    extension  = @parent and new ExtendsNode(@variable, @parent)
    -    props      = new Expressions
    -    o.top      = true
    -    me         = null
    -    className  = @variable.compile o
    -    constScope = null
    -
    -    if @parent
    -      applied = new ValueNode(@parent, [new AccessorNode(literal('apply'))])
    -      constructor = new CodeNode([], new Expressions([
    -        new CallNode(applied, [literal('this'), literal('arguments')])
    -      ]))
    -    else
    -      constructor = new CodeNode
    -
    -    for prop in @properties
    -      [pvar, func] = [prop.variable, prop.value]
    -      if pvar and pvar.base.value is 'constructor' and func instanceof CodeNode
    -        throw new Error "cannot define a constructor as a bound function." if func.bound
    -        func.name = className
    -        func.body.push new ReturnNode literal 'this'
    -        @variable = new ValueNode @variable
    -        @variable.namespaced = include func.name, '.'
    -        constructor = func
    -        continue
    -      if func instanceof CodeNode and func.bound
    -        if prop.context is 'this'
    -          func.context = className
    -        else
    -          func.bound = false
    -          constScope or= new Scope(o.scope, constructor.body, constructor)
    -          me or= constScope.freeVariable 'this'
    -          pname = pvar.compile(o)
    -          constructor.body.push    new ReturnNode literal 'this' if constructor.body.empty()
    -          constructor.body.unshift literal "this.#{pname} = function(){ return #{className}.prototype.#{pname}.apply(#{me}, arguments); }"
    -      if pvar
    -        access = if prop.context is 'this' then pvar.base.properties[0] else new AccessorNode(pvar, 'prototype')
    -        val    = new ValueNode(@variable, [access])
    -        prop   = new AssignNode(val, func)
    -      props.push prop
    -
    -    constructor.body.unshift literal "#{me} = this" if me
    -    construct = @idt() + (new AssignNode(@variable, constructor)).compile(merge o, {sharedScope: constScope}) + ';'
    -    props     = if !props.empty() then '\n' + props.compile(o)                     else ''
    -    extension = if extension      then '\n' + @idt() + extension.compile(o) + ';'  else ''
    -    returns   = if @returns       then '\n' + new ReturnNode(@variable).compile(o) else ''
    -    construct + extension + props + returns
    #

    Instead of generating the JavaScript string directly, we build up the -equivalent syntax tree and compile that, in pieces. You can see the -constructor, property assignments, and inheritance getting built out below.

    #

    AssignNode

    exports.AssignNode = class AssignNode extends BaseNode
    #

    The AssignNode is used to assign a local variable to value, or to set the -property of an object -- including within object literals.

      PROTO_ASSIGN: /^(\S+)\.prototype/
    -  LEADING_DOT:  /^\.(prototype\.)?/
    -
    -  class:     'AssignNode'
    -  children: ['variable', 'value']
    -
    -  constructor: (@variable, @value, @context) ->
    -    super()
    -
    -  topSensitive: ->
    -    true
    -
    -  isValue: ->
    -    @variable instanceof ValueNode
    -
    -  makeReturn: ->
    -    if @isStatement()
    -      return new Expressions [this, new ReturnNode(@variable)]
    -    else
    -      super()
    -
    -  isStatement: ->
    -    @isValue() and (@variable.isArray() or @variable.isObject())
    #

    Matchers for detecting prototype assignments.

      compileNode: (o) ->
    -    top    = del o, 'top'
    -    return   @compilePatternMatch(o) if @isStatement(o)
    -    return   @compileSplice(o) if @isValue() and @variable.isSplice()
    -    stmt   = del o, 'asStatement'
    -    name   = @variable.compile(o)
    -    last   = if @isValue() then @variable.last.replace(@LEADING_DOT, '') else name
    -    match  = name.match(@PROTO_ASSIGN)
    -    proto  = match and match[1]
    -    if @value instanceof CodeNode
    -      @value.name =  last  if last.match(IDENTIFIER)
    -      @value.proto = proto if proto
    -    val = @value.compile o
    -    return "#{name}: #{val}" if @context is 'object'
    -    o.scope.find name unless @isValue() and (@variable.hasProperties() or @variable.namespaced)
    -    val = "#{name} = #{val}"
    -    return "#{@tab}#{val};" if stmt
    -    if top or @parenthetical then val else "(#{val})"
    #

    Compile an assignment, delegating to compilePatternMatch or -compileSplice if appropriate. Keep track of the name of the base object -we've been assigned to, for correct internal references. If the variable -has not been seen yet within the current scope, declare it.

      compilePatternMatch: (o) ->
    -    valVar        = o.scope.freeVariable 'ref'
    -    value         = if @value.isStatement(o) then ClosureNode.wrap(@value) else @value
    -    assigns       = ["#{@tab}#{valVar} = #{ value.compile(o) };"]
    -    o.top         = true
    -    o.asStatement = true
    -    splat         = false
    -    for obj, i in @variable.base.objects
    #

    Brief implementation of recursive pattern matching, when assigning array or -object literals to a value. Peeks at their properties to assign inner names. -See the ECMAScript Harmony Wiki -for details.

          idx = i
    -      if @variable.isObject()
    -        if obj instanceof AssignNode
    #

    A regular array pattern-match.

              [obj, idx] = [obj.value, obj.variable.base]
    -        else
    #

    A regular object pattern-match.

              idx = obj
    -      if not (obj instanceof ValueNode or obj instanceof SplatNode)
    -        throw new Error 'pattern matching must use only identifiers on the left-hand side.'
    -      isString = idx.value and idx.value.match IS_STRING
    -      accessClass = if isString or @variable.isArray() then IndexNode else AccessorNode
    -      if obj instanceof SplatNode and not splat
    -        val = literal obj.compileValue o, valVar,
    -          (oindex = indexOf(@variable.base.objects, obj)),
    -          (olength = @variable.base.objects.length) - oindex - 1
    -        splat = true
    -      else
    -        idx = literal(if splat then "#{valVar}.length - #{olength - idx}" else idx) if typeof idx isnt 'object'
    -        val = new ValueNode(literal(valVar), [new accessClass(idx)])
    -      assigns.push(new AssignNode(obj, val).compile(o))
    -    code = assigns.join("\n")
    -    code
    #

    A shorthand {a, b, c} = val pattern-match.

      compileSplice: (o) ->
    -    name  = @variable.compile merge o, onlyFirst: true
    -    l     = @variable.properties.length
    -    range = @variable.properties[l - 1].range
    -    plus  = if range.exclusive then '' else ' + 1'
    -    from  = if range.from then range.from.compile(o) else '0'
    -    to    = if range.to then range.to.compile(o) + ' - ' + from + plus else "#{name}.length"
    -    val   = @value.compile(o)
    -    "#{name}.splice.apply(#{name}, [#{from}, #{to}].concat(#{val}))"
    #

    Compile the assignment from an array splice literal, using JavaScript's -Array#splice method.

    #

    CodeNode

    exports.CodeNode = class CodeNode extends BaseNode
    -
    -  class:     'CodeNode'
    -  children: ['params', 'body']
    -
    -  constructor: (@params, @body, tag) ->
    -    super()
    -    @params   or= []
    -    @body     or= new Expressions
    -    @bound    = tag is 'boundfunc'
    -    @context  = 'this' if @bound
    #

    A function definition. This is the only node that creates a new Scope. -When for the purposes of walking the contents of a function body, the CodeNode -has no children -- they're within the inner scope.

      compileNode: (o) ->
    -    sharedScope = del o, 'sharedScope'
    -    top         = del o, 'top'
    -    o.scope     = sharedScope or new Scope(o.scope, @body, this)
    -    o.top       = true
    -    o.indent    = @idt(1)
    -    empty       = @body.expressions.length is 0
    -    del o, 'noWrap'
    -    del o, 'globals'
    -    splat = undefined
    -    params = []
    -    for param, i in @params
    -      if splat
    -        if param.attach
    -          param.assign = new AssignNode new ValueNode literal('this'), [new AccessorNode param.value]
    -          @body.expressions.splice splat.index + 1, 0, param.assign
    -        splat.trailings.push param
    -      else
    -        if param.attach
    -          {value} = param
    -          [param, param.splat] = [literal(o.scope.freeVariable 'arg'), param.splat]
    -          @body.unshift new AssignNode new ValueNode(literal('this'), [new AccessorNode value]), param
    -        if param.splat
    -          splat           = new SplatNode param.value
    -          splat.index     = i
    -          splat.trailings = []
    -          splat.arglength = @params.length
    -          @body.unshift(splat)
    -        else
    -          params.push param
    -    params = (param.compile(o) for param in params)
    -    @body.makeReturn() unless empty
    -    (o.scope.parameter(param)) for param in params
    -    code = if @body.expressions.length then "\n#{ @body.compileWithDeclarations(o) }\n" else ''
    -    func = "function(#{ params.join(', ') }) {#{code}#{ code and @tab }}"
    -    return "#{utility('bind')}(#{func}, #{@context})" if @bound
    -    if top then "(#{func})" else func
    -
    -  topSensitive: ->
    -    true
    #

    Compilation creates a new scope unless explicitly asked to share with the -outer scope. Handles splat parameters in the parameter list by peeking at -the JavaScript arguments objects. If the function is bound with the => -arrow, generates a wrapper that saves the current value of this through -a closure.

      traverseChildren: (crossScope, func) -> super(crossScope, func) if crossScope
    -
    -  toString: (idt) ->
    -    idt or= ''
    -    children = (child.toString(idt + TAB) for child in @collectChildren()).join('')
    -    '\n' + idt + children
    #

    Short-circuit traverseChildren method to prevent it from crossing scope boundaries -unless crossScope is true

    #

    ParamNode

    exports.ParamNode = class ParamNode extends BaseNode
    -
    -  class:    'ParamNode'
    -  children: ['name']
    -
    -  constructor: (@name, @attach, @splat) ->
    -    super()
    -    @value = literal @name
    -
    -  compileNode: (o) ->
    -    @value.compile o
    -
    -  toString: (idt) ->
    -    if @attach then (literal '@' + @name).toString idt else @value.toString idt
    #

    A parameter in a function definition. Beyond a typical Javascript parameter, -these parameters can also attach themselves to the context of the function, -as well as be a splat, gathering up a group of parameters into an array.

    #

    SplatNode

    exports.SplatNode = class SplatNode extends BaseNode
    -
    -  class:     'SplatNode'
    -  children: ['name']
    -
    -  constructor: (name) ->
    -    super()
    -    name = literal(name) unless name.compile
    -    @name = name
    -
    -  compileNode: (o) ->
    -    if @index? then @compileParam(o) else @name.compile(o)
    #

    A splat, either as a parameter to a function, an argument to a call, -or as part of a destructuring assignment.

      compileParam: (o) ->
    -    name = @name.compile(o)
    -    o.scope.find name
    -    end = ''
    -    if @trailings.length
    -      len = o.scope.freeVariable 'len'
    -      o.scope.assign len, "arguments.length"
    -      variadic = o.scope.freeVariable 'result'
    -      o.scope.assign variadic, len + ' >= ' + @arglength
    -      end = if @trailings.length then ", #{len} - #{@trailings.length}"
    -      for trailing, idx in @trailings
    -        if trailing.attach
    -          assign        = trailing.assign
    -          trailing      = literal o.scope.freeVariable 'arg'
    -          assign.value  = trailing
    -        pos = @trailings.length - idx
    -        o.scope.assign(trailing.compile(o), "arguments[#{variadic} ? #{len} - #{pos} : #{@index + idx}]")
    -    "#{name} = #{utility('slice')}.call(arguments, #{@index}#{end})"
    #

    Compiling a parameter splat means recovering the parameters that succeed -the splat in the parameter list, by slicing the arguments object.

      compileValue: (o, name, index, trailings) ->
    -    trail = if trailings then ", #{name}.length - #{trailings}" else ''
    -    "#{utility 'slice'}.call(#{name}, #{index}#{trail})"
    #

    A compiling a splat as a destructuring assignment means slicing arguments -from the right-hand-side's corresponding array.

      @compileSplattedArray: (list, o) ->
    -    args = []
    -    for arg, i in list
    -      code = arg.compile o
    -      prev = args[last = args.length - 1]
    -      if arg not instanceof SplatNode
    -        if prev and starts(prev, '[') and ends(prev, ']')
    -          args[last] = "#{prev.substr(0, prev.length - 1)}, #{code}]"
    -          continue
    -        else if prev and starts(prev, '.concat([') and ends(prev, '])')
    -          args[last] = "#{prev.substr(0, prev.length - 2)}, #{code}])"
    -          continue
    -        else
    -          code = "[#{code}]"
    -      args.push(if i is 0 then code else ".concat(#{code})")
    -    args.join('')
    #

    Utility function that converts arbitrary number of elements, mixed with -splats, to a proper array

    #

    WhileNode

    exports.WhileNode = class WhileNode extends BaseNode
    -
    -  class:         'WhileNode'
    -  children:     ['condition', 'guard', 'body']
    -  isStatement: -> yes
    -
    -  constructor: (condition, opts) ->
    -    super()
    -    if opts and opts.invert
    -      condition = new ParentheticalNode condition if condition instanceof OpNode
    -      condition = new OpNode('!', condition)
    -    @condition  = condition
    -    @guard = opts and opts.guard
    -
    -  addBody: (body) ->
    -    @body = body
    -    this
    -
    -  makeReturn: ->
    -    @returns = true
    -    this
    -
    -  topSensitive: ->
    -    true
    #

    A while loop, the only sort of low-level loop exposed by CoffeeScript. From -it, all other loops can be manufactured. Useful in cases where you need more -flexibility or more speed than a comprehension can provide.

      compileNode: (o) ->
    -    top      =  del(o, 'top') and not @returns
    -    o.indent =  @idt 1
    -    o.top    =  true
    -    @condition.parenthetical = yes
    -    cond     =  @condition.compile(o)
    -    set      =  ''
    -    unless top
    -      rvar  = o.scope.freeVariable 'result'
    -      set   = "#{@tab}#{rvar} = [];\n"
    -      @body = PushNode.wrap(rvar, @body) if @body
    -    pre     = "#{set}#{@tab}while (#{cond})"
    -    @body   = Expressions.wrap([new IfNode(@guard, @body)]) if @guard
    -    if @returns
    -      post = '\n' + new ReturnNode(literal(rvar)).compile(merge(o, indent: @idt()))
    -    else
    -      post = ''
    -    "#{pre} {\n#{ @body.compile(o) }\n#{@tab}}#{post}"
    #

    The main difference from a JavaScript while is that the CoffeeScript -while can be used as a part of a larger expression -- while loops may -return an array containing the computed result of each iteration.

    #

    OpNode

    exports.OpNode = class OpNode extends BaseNode
    #

    Simple Arithmetic and logical operations. Performs some conversion from -CoffeeScript operations into their JavaScript equivalents.

      CONVERSIONS:
    -    '==': '==='
    -    '!=': '!=='
    #

    The map of conversions from CoffeeScript to JavaScript symbols.

      INVERSIONS:
    -    '!==': '==='
    -    '===': '!=='
    #

    The map of invertible operators.

      CHAINABLE:        ['<', '>', '>=', '<=', '===', '!==']
    #

    The list of operators for which we perform -Python-style comparison chaining.

      ASSIGNMENT:       ['||=', '&&=', '?=']
    #

    Our assignment operators that have no JavaScript equivalent.

      PREFIX_OPERATORS: ['typeof', 'delete']
    -
    -  class:     'OpNode'
    -  children: ['first', 'second']
    -
    -  constructor: (@operator, @first, @second, flip) ->
    -    super()
    -    @operator = @CONVERSIONS[@operator] or @operator
    -    @flip     = !!flip
    -    if @first instanceof ValueNode and @first.base instanceof ObjectNode
    -      @first = new ParentheticalNode @first
    -    @first.tags.operation = yes
    -    @second.tags.operation = yes if @second
    -
    -  isUnary: ->
    -    not @second
    -
    -  isInvertible: ->
    -    (@operator in ['===', '!==']) and
    -      not (@first instanceof OpNode) and not (@second instanceof OpNode)
    -
    -
    -  isMutator: ->
    -    ends(@operator, '=') and not (@operator in ['===', '!=='])
    -
    -  isChainable: ->
    -    include(@CHAINABLE, @operator)
    -
    -  invert: ->
    -    @operator = @INVERSIONS[@operator]
    -
    -  toString: (idt) ->
    -    super(idt, @class + ' ' + @operator)
    -
    -  compileNode: (o) ->
    -    return @compileChain(o)      if @isChainable() and @first.unwrap() instanceof OpNode and @first.unwrap().isChainable()
    -    return @compileAssignment(o) if indexOf(@ASSIGNMENT, @operator) >= 0
    -    return @compileUnary(o)      if @isUnary()
    -    return @compileExistence(o)  if @operator is '?'
    -    @first  = new ParentheticalNode(@first)  if @first instanceof OpNode and @first.isMutator()
    -    @second = new ParentheticalNode(@second) if @second instanceof OpNode and @second.isMutator()
    -    [@first.compile(o), @operator, @second.compile(o)].join ' '
    #

    Operators must come before their operands with a space.

      compileChain: (o) ->
    -    shared = @first.unwrap().second
    -    [@first.second, shared] = shared.compileReference(o) if shared.containsType CallNode
    -    [first, second, shared] = [@first.compile(o), @second.compile(o), shared.compile(o)]
    -    "(#{first}) && (#{shared} #{@operator} #{second})"
    #

    Mimic Python's chained comparisons when multiple comparison operators are -used sequentially. For example:

    - -
    bin/coffee -e "puts 50 < 65 > 10"
    -true
    -
      compileAssignment: (o) ->
    -    [first, firstVar] = @first.compileReference o, precompile: yes, assignment: yes
    -    second = @second.compile o
    -    second = "(#{second})" if @second instanceof OpNode
    -    o.scope.find(first) if first.match(IDENTIFIER)
    -    return "#{first} = #{ ExistenceNode.compileTest(o, literal(firstVar))[0] } ? #{firstVar} : #{second}" if @operator is '?='
    -    "#{first} #{ @operator.substr(0, 2) } (#{firstVar} = #{second})"
    #

    When compiling a conditional assignment, take care to ensure that the -operands are only evaluated once, even though we have to reference them -more than once.

      compileExistence: (o) ->
    -    [test, ref] = ExistenceNode.compileTest(o, @first)
    -    "#{test} ? #{ref} : #{ @second.compile(o) }"
    #

    If this is an existence operator, we delegate to ExistenceNode.compileTest -to give us the safe references for the variables.

      compileUnary: (o) ->
    -    space = if indexOf(@PREFIX_OPERATORS, @operator) >= 0 then ' ' else ''
    -    parts = [@operator, space, @first.compile(o)]
    -    parts = parts.reverse() if @flip
    -    parts.join('')
    #

    Compile a unary OpNode.

    exports.InNode = class InNode extends BaseNode
    -
    -  class:    'InNode'
    -  children: ['object', 'array']
    -
    -  constructor: (@object, @array) ->
    -    super()
    -
    -  isArray: ->
    -    @array instanceof ValueNode and @array.isArray()
    -
    -  compileNode: (o) ->
    -    [@obj1, @obj2] = @object.compileReference o, precompile: yes
    -    if @isArray() then @compileOrTest(o) else @compileLoopTest(o)
    -
    -  compileOrTest: (o) ->
    -    tests = for item, i in @array.base.objects
    -      "#{item.compile(o)} === #{if i then @obj2 else @obj1}"
    -    "(#{tests.join(' || ')})"
    -
    -  compileLoopTest: (o) ->
    -    [@arr1, @arr2] = @array.compileReference o, precompile: yes
    -    [i, l] = [o.scope.freeVariable('i'), o.scope.freeVariable('len')]
    -    prefix = if @obj1 isnt @obj2 then @obj1 + '; ' else ''
    -    "(function(){ #{prefix}for (var #{i}=0, #{l}=#{@arr1}.length; #{i}<#{l}; #{i}++) { if (#{@arr2}[#{i}] === #{@obj2}) return true; } return false; }).call(this)"
    #

    InNode

    #

    TryNode

    exports.TryNode = class TryNode extends BaseNode
    -
    -  class:        'TryNode'
    -  children:     ['attempt', 'recovery', 'ensure']
    -  isStatement:  -> yes
    -
    -  constructor: (@attempt, @error, @recovery, @ensure) ->
    -    super()
    -
    -  makeReturn: ->
    -    @attempt  = @attempt.makeReturn() if @attempt
    -    @recovery = @recovery.makeReturn() if @recovery
    -    this
    #

    A classic try/catch/finally block.

      compileNode: (o) ->
    -    o.indent    = @idt 1
    -    o.top       = true
    -    attemptPart = @attempt.compile(o)
    -    errorPart   = if @error then " (#{ @error.compile(o) }) " else ' '
    -    catchPart   = if @recovery then " catch#{errorPart}{\n#{ @recovery.compile(o) }\n#{@tab}}" else ''
    -    finallyPart = (@ensure or '') and ' finally {\n' + @ensure.compile(merge(o)) + "\n#{@tab}}"
    -    "#{@tab}try {\n#{attemptPart}\n#{@tab}}#{catchPart}#{finallyPart}"
    #

    Compilation is more or less as you would expect -- the finally clause -is optional, the catch is not.

    #

    ThrowNode

    exports.ThrowNode = class ThrowNode extends BaseNode
    -
    -  class:         'ThrowNode'
    -  children:     ['expression']
    -  isStatement: -> yes
    -
    -  constructor: (@expression) ->
    -    super()
    #

    Simple node to throw an exception.

      makeReturn: ->
    -    return this
    -
    -  compileNode: (o) ->
    -    "#{@tab}throw #{@expression.compile(o)};"
    #

    A ThrowNode is already a return, of sorts...

    #

    ExistenceNode

    exports.ExistenceNode = class ExistenceNode extends BaseNode
    -
    -  class:     'ExistenceNode'
    -  children: ['expression']
    -
    -  constructor: (@expression) ->
    -    super()
    -
    -  compileNode: (o) ->
    -    test = ExistenceNode.compileTest(o, @expression)[0]
    -    if @parenthetical then test.substring(1, test.length - 1) else test
    #

    Checks a variable for existence -- not null and not undefined. This is -similar to .nil? in Ruby, and avoids having to consult a JavaScript truth -table.

      @compileTest: (o, variable) ->
    -    [first, second] = variable.compileReference o, precompile: yes
    -    ["(typeof #{first} !== \"undefined\" && #{second} !== null)", second]
    #

    The meat of the ExistenceNode is in this static compileTest method -because other nodes like to check the existence of their variables as well. -Be careful not to double-evaluate anything.

    #

    ParentheticalNode

    exports.ParentheticalNode = class ParentheticalNode extends BaseNode
    -
    -  class:     'ParentheticalNode'
    -  children: ['expression']
    -
    -  constructor: (@expression) ->
    -    super()
    -
    -  isStatement: (o) ->
    -    @expression.isStatement(o)
    -
    -  makeReturn: ->
    -    @expression.makeReturn()
    -
    -  topSensitive: ->
    -    yes
    -
    -  compileNode: (o) ->
    -    top  = del o, 'top'
    -    @expression.parenthetical = true
    -    code = @expression.compile(o)
    -    return code if top and @expression.isPureStatement o
    -    if @parenthetical or @isStatement o
    -      return if top then @tab + code + ';' else code
    -    "(#{code})"
    #

    An extra set of parentheses, specified explicitly in the source. At one time -we tried to clean up the results by detecting and removing redundant -parentheses, but no longer -- you can put in as many as you please.

    - -

    Parentheses are a good way to force any statement to become an expression.

    #

    ForNode

    exports.ForNode = class ForNode extends BaseNode
    -
    -  class:         'ForNode'
    -  children:     ['body', 'source', 'guard']
    -  isStatement: -> yes
    -
    -  constructor: (@body, source, @name, @index) ->
    -    super()
    -    @index  or= null
    -    @source = source.source
    -    @guard  = source.guard
    -    @step   = source.step
    -    @raw    = !!source.raw
    -    @object = !!source.object
    -    [@name, @index] = [@index, @name] if @object
    -    @pattern = @name instanceof ValueNode
    -    throw new Error('index cannot be a pattern matching expression') if @index instanceof ValueNode
    -    @returns = false
    -
    -  topSensitive: ->
    -    true
    -
    -  makeReturn: ->
    -    @returns = true
    -    this
    -
    -  compileReturnValue: (val, o) ->
    -    return '\n' + new ReturnNode(literal(val)).compile(o) if @returns
    -    return '\n' + val if val
    -    ''
    #

    CoffeeScript's replacement for the for loop is our array and object -comprehensions, that compile into for loops here. They also act as an -expression, able to return the result of each filtered iteration.

    - -

    Unlike Python array comprehensions, they can be multi-line, and you can pass -the current index of the loop as a second parameter. Unlike Ruby blocks, -you can map and filter in a single pass.

      compileNode: (o) ->
    -    topLevel      = del(o, 'top') and not @returns
    -    range         = @source instanceof ValueNode and @source.base instanceof RangeNode and not @source.properties.length
    -    source        = if range then @source.base else @source
    -    codeInBody    = @body.contains (n) -> n instanceof CodeNode
    -    scope         = o.scope
    -    name          = (@name and @name.compile(o)) or scope.freeVariable 'i'
    -    index         = @index and @index.compile o
    -    scope.find(name,  immediate: yes) if name and not @pattern and (range or not codeInBody)
    -    scope.find(index, immediate: yes) if index
    -    rvar          = scope.freeVariable 'result' unless topLevel
    -    ivar          = if codeInBody then scope.freeVariable 'i' else if range then name else index or scope.freeVariable 'i'
    -    varPart       = ''
    -    guardPart     = ''
    -    body          = Expressions.wrap([@body])
    -    if range
    -      sourcePart  = source.compileVariables(o)
    -      forPart     = source.compile merge o, index: ivar, step: @step
    -    else
    -      svar        = scope.freeVariable 'ref'
    -      sourcePart  = "#{svar} = #{ @source.compile(o) };"
    -      if @pattern
    -        namePart  = new AssignNode(@name, literal("#{svar}[#{ivar}]")).compile(merge o, {indent: @idt(1), top: true, keepLevel: yes}) + '\n'
    -      else
    -        namePart  = "#{name} = #{svar}[#{ivar}]" if name
    -      unless @object
    -        lvar      = scope.freeVariable 'len'
    -        stepPart  = if @step then "#{ivar} += #{ @step.compile(o) }" else "#{ivar}++"
    -        forPart   = "#{ivar} = 0, #{lvar} = #{svar}.length; #{ivar} < #{lvar}; #{stepPart}"
    -    sourcePart    = (if rvar then "#{rvar} = []; " else '') + sourcePart
    -    sourcePart    = if sourcePart then "#{@tab}#{sourcePart}\n#{@tab}" else @tab
    -    returnResult  = @compileReturnValue(rvar, o)
    -
    -    body          = PushNode.wrap(rvar, body) unless topLevel
    -    if @guard
    -      body        = Expressions.wrap([new IfNode(@guard, body)])
    -    if codeInBody
    -      body.unshift  literal "var #{name} = #{ivar}" if range
    -      body.unshift  literal "var #{namePart}" if namePart
    -      body.unshift  literal "var #{index} = #{ivar}" if index
    -      body        = ClosureNode.wrap(body, true)
    -    else
    -      varPart     = (namePart or '') and (if @pattern then namePart else "#{@idt(1)}#{namePart};\n")
    -    if @object
    -      forPart     = "#{ivar} in #{svar}"
    -      guardPart   = "\n#{@idt(1)}if (!#{utility('hasProp')}.call(#{svar}, #{ivar})) continue;" unless @raw
    -    body          = body.compile(merge(o, {indent: @idt(1), top: true}))
    -    vars          = if range then name else "#{name}, #{ivar}"
    -    "#{sourcePart}for (#{forPart}) {#{guardPart}\n#{varPart}#{body}\n#{@tab}}#{returnResult}"
    #

    Welcome to the hairiest method in all of CoffeeScript. Handles the inner -loop, filtering, stepping, and result saving for array, object, and range -comprehensions. Some of the generated code can be shared in common, and -some cannot.

    #

    SwitchNode

    exports.SwitchNode = class SwitchNode extends BaseNode
    -
    -  class:     'SwitchNode'
    -  children: ['subject', 'cases', 'otherwise']
    -
    -  isStatement: -> yes
    -
    -  constructor: (@subject, @cases, @otherwise) ->
    -    super()
    -    @tags.subjectless = !@subject
    -    @subject or= literal 'true'
    -
    -  makeReturn: ->
    -    pair[1].makeReturn() for pair in @cases
    -    @otherwise.makeReturn() if @otherwise
    -    this
    -
    -  compileNode: (o) ->
    -    idt = o.indent = @idt 2
    -    o.top = yes
    -    code = "#{ @tab }switch (#{ @subject.compile o }) {"
    -    for pair in @cases
    -      [conditions, block] = pair
    -      exprs = block.expressions
    -      for condition in flatten [conditions]
    -        condition = new OpNode '!!', new ParentheticalNode condition if @tags.subjectless
    -        code += "\n#{ @idt(1) }case #{ condition.compile o }:"
    -      code += "\n#{ block.compile o }"
    -      code += "\n#{ idt }break;" unless exprs[exprs.length - 1] instanceof ReturnNode
    -    if @otherwise
    -      code += "\n#{ @idt(1) }default:\n#{ @otherwise.compile o }"
    -    code += "\n#{ @tab }}"
    -    code
    #

    A JavaScript switch statement. Converts into a returnable expression on-demand.

    #

    IfNode

    exports.IfNode = class IfNode extends BaseNode
    -
    -  class:     'IfNode'
    -  children: ['condition', 'body', 'elseBody', 'assigner']
    -
    -  topSensitive: -> true
    -
    -  constructor: (@condition, @body, @tags) ->
    -    @tags or= {}
    -    if @tags.invert
    -      if @condition instanceof OpNode and @condition.isInvertible()
    -        @condition.invert()
    -      else
    -        @condition = new OpNode '!', new ParentheticalNode @condition
    -    @elseBody = null
    -    @isChain  = false
    -
    -  bodyNode: -> @body?.unwrap()
    -  elseBodyNode: -> @elseBody?.unwrap()
    -
    -  forceStatement: ->
    -    @tags.statement = true
    -    this
    #

    If/else statements. Acts as an expression by pushing down requested returns -to the last line of each clause.

    - -

    Single-expression IfNodes are compiled into ternary operators if possible, -because ternaries are already proper expressions, and don't need conversion.

      addElse: (elseBody, statement) ->
    -    if @isChain
    -      @elseBodyNode().addElse elseBody, statement
    -    else
    -      @isChain = elseBody instanceof IfNode
    -      @elseBody = @ensureExpressions elseBody
    -    this
    #

    Rewrite a chain of IfNodes to add a default case as the final else.

      isStatement: (o) ->
    -    @statement or= !!((o and o.top) or @tags.statement or @bodyNode().isStatement(o) or (@elseBody and @elseBodyNode().isStatement(o)))
    -
    -  compileCondition: (o) ->
    -    conditions = flatten [@condition]
    -    conditions[0].parenthetical = yes if conditions.length is 1
    -    (cond.compile(o) for cond in conditions).join(' || ')
    -
    -  compileNode: (o) ->
    -    if @isStatement(o) then @compileStatement(o) else @compileTernary(o)
    -
    -  makeReturn: ->
    -    if @isStatement()
    -      @body     and= @ensureExpressions(@body.makeReturn())
    -      @elseBody and= @ensureExpressions(@elseBody.makeReturn())
    -      this
    -    else
    -      new ReturnNode this
    -
    -  ensureExpressions: (node) ->
    -    if node instanceof Expressions then node else new Expressions [node]
    #

    The IfNode only compiles into a statement if either of its bodies needs -to be a statement. Otherwise a ternary is safe.

      compileStatement: (o) ->
    -    top      = del o, 'top'
    -    child    = del o, 'chainChild'
    -    condO    = merge o
    -    o.indent = @idt 1
    -    o.top    = true
    -    ifDent   = if child or (top and not @isStatement(o)) then '' else @idt()
    -    comDent  = if child then @idt() else ''
    -    body     = @body.compile(o)
    -    ifPart   = "#{ifDent}if (#{ @compileCondition(condO) }) {\n#{body}\n#{@tab}}"
    -    return ifPart unless @elseBody
    -    elsePart = if @isChain
    -      ' else ' + @elseBodyNode().compile(merge(o, {indent: @idt(), chainChild: true}))
    -    else
    -      " else {\n#{ @elseBody.compile(o) }\n#{@tab}}"
    -    "#{ifPart}#{elsePart}"
    #

    Compile the IfNode as a regular if-else statement. Flattened chains -force inner else bodies into statement form.

      compileTernary: (o) ->
    -    @bodyNode().tags.operation = @condition.tags.operation = yes
    -    @elseBodyNode().tags.operation = yes if @elseBody
    -    ifPart      = @condition.compile(o) + ' ? ' + @bodyNode().compile(o)
    -    elsePart    = if @elseBody then @elseBodyNode().compile(o) else 'null'
    -    code        = "#{ifPart} : #{elsePart}"
    -    if @tags.operation then "(#{code})" else code
    #

    Compile the IfNode as a ternary operator.

    #

    Faux-Nodes

    #

    PushNode

    PushNode = exports.PushNode =
    -  wrap: (array, expressions) ->
    -    expr = expressions.unwrap()
    -    return expressions if expr.isPureStatement() or expr.containsPureStatement()
    -    Expressions.wrap([new CallNode(
    -      new ValueNode(literal(array), [new AccessorNode(literal('push'))]), [expr]
    -    )])
    #

    Faux-nodes are never created by the grammar, but are used during code -generation to generate other combinations of nodes. The PushNode creates -the tree for array.push(value), which is helpful for recording the result -arrays from comprehensions.

    #

    ClosureNode

    ClosureNode = exports.ClosureNode =
    #

    A faux-node used to wrap an expressions body in a closure.

      wrap: (expressions, statement) ->
    -    return expressions if expressions.containsPureStatement()
    -    func = new ParentheticalNode(new CodeNode([], Expressions.wrap([expressions])))
    -    args = []
    -    mentionsArgs = expressions.contains (n) ->
    -      n instanceof LiteralNode and (n.value is 'arguments')
    -    mentionsThis = expressions.contains (n) ->
    -      (n instanceof LiteralNode and (n.value is 'this')) or
    -      (n instanceof CodeNode and n.bound)
    -    if mentionsArgs or mentionsThis
    -      meth = literal(if mentionsArgs then 'apply' else 'call')
    -      args = [literal('this')]
    -      args.push literal 'arguments' if mentionsArgs
    -      func = new ValueNode func, [new AccessorNode(meth)]
    -    call = new CallNode(func, args)
    -    if statement then Expressions.wrap([call]) else call
    #

    Wrap the expressions body, unless it contains a pure statement, -in which case, no dice. If the body mentions this or arguments, -then make sure that the closure wrapper preserves the original values.

    UTILITIES =
    #

    Utility Functions

      extends:  """
    -            function(child, parent) {
    -                var ctor = function(){};
    -                ctor.prototype = parent.prototype;
    -                child.prototype = new ctor();
    -                child.prototype.constructor = child;
    -                if (typeof parent.extended === "function") parent.extended(child);
    -                child.__super__ = parent.prototype;
    -              }
    -            """
    #

    Correctly set up a prototype chain for inheritance, including a reference -to the superclass for super() calls. See: -goog.inherits.

      bind: """
    -        function(func, context) {
    -            return function(){ return func.apply(context, arguments); };
    -          }
    -        """
    #

    Create a function bound to the current value of "this".

      hasProp: 'Object.prototype.hasOwnProperty'
    -  slice:   'Array.prototype.slice'
    #

    Shortcuts to speed up the lookup time for native functions.

    #

    Constants

    TAB = '  '
    #

    Tabs are two spaces for pretty printing.

    TRAILING_WHITESPACE = /[ \t]+$/gm
    #

    Trim out all trailing whitespace, so that the generated code plays nice -with Git.

    IDENTIFIER = /^[a-zA-Z\$_](\w|\$)*$/
    -NUMBER     = /^(((\b0(x|X)[0-9a-fA-F]+)|((\b[0-9]+(\.[0-9]+)?|\.[0-9]+)(e[+\-]?[0-9]+)?)))\b$/i
    -SIMPLENUM  = /^-?\d+$/
    #

    Keep these identifier regexes in sync with the Lexer.

    IS_STRING = /^['"]/
    #

    Is a literal value a string?

    #

    Utility Functions

    literal = (name) ->
    -  new LiteralNode(name)
    #

    Handy helper for a generating LiteralNode.

    utility = (name) ->
    -  ref = "__#{name}"
    -  Scope.root.assign ref, UTILITIES[name]
    -  ref
    -
    -
    #

    Helper for ensuring that utility functions are assigned at the top level.

    undefined
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/optparse.html b/node/node_modules/jade/support/coffee-script/documentation/docs/optparse.html deleted file mode 100644 index 8b59e3c..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/optparse.html +++ /dev/null @@ -1,75 +0,0 @@ - optparse.coffee

    optparse.coffee

    #

    A simple OptionParser class to parse option flags from the command-line. -Use it like so:

    - -
    parser  = new OptionParser switches, helpBanner
    -options = parser.parse process.argv
    -
    - -

    The first non-option is considered to be the start of the file (and file -option) list, and all subsequent arguments are left unparsed.

    exports.OptionParser = class OptionParser
    #

    Initialize with a list of valid options, in the form:

    - -
    [short-flag, long-flag, description]
    -
    - -

    Along with an an optional banner for the usage help.

      constructor: (rules, banner) ->
    -    @banner = banner
    -    @rules  = buildRules rules
    #

    Parse the list of arguments, populating an options object with all of the -specified options, and returning it. options.arguments will be an array -containing the remaning non-option arguments. This is a simpler API than -many option parsers that allow you to attach callback actions for every -flag. Instead, you're responsible for interpreting the options object.

      parse: (args) ->
    -    options = arguments: []
    -    args    = normalizeArguments args
    -    for arg, i in args
    -      isOption = !!(arg.match(LONG_FLAG) or arg.match(SHORT_FLAG))
    -      matchedRule = no
    -      for rule in @rules
    -        if rule.shortFlag is arg or rule.longFlag is arg
    -          value = if rule.hasArgument then args[i += 1] else true
    -          options[rule.name] = if rule.isList then (options[rule.name] or []).concat value else value
    -          matchedRule = yes
    -          break
    -      throw new Error "unrecognized option: #{arg}" if isOption and not matchedRule
    -      if not isOption
    -        options.arguments = args[i...args.length]
    -        break
    -    options
    #

    Return the help text for this OptionParser, listing and describing all -of the valid options, for --help and such.

      help: ->
    -    lines = ['Available options:']
    -    lines.unshift "#{@banner}\n" if @banner
    -    for rule in @rules
    -      spaces  = 15 - rule.longFlag.length
    -      spaces  = if spaces > 0 then Array(spaces + 1).join(' ') else ''
    -      letPart = if rule.shortFlag then rule.shortFlag + ', ' else '    '
    -      lines.push '  ' + letPart + rule.longFlag + spaces + rule.description
    -    "\n#{ lines.join('\n') }\n"
    #

    Helpers

    #

    Regex matchers for option flags.

    LONG_FLAG  = /^(--\w[\w\-]+)/
    -SHORT_FLAG = /^(-\w)/
    -MULTI_FLAG = /^-(\w{2,})/
    -OPTIONAL   = /\[(\w+(\*?))\]/
    #

    Build and return the list of option rules. If the optional short-flag is -unspecified, leave it out by padding with null.

    buildRules = (rules) ->
    -  for tuple in rules
    -    tuple.unshift null if tuple.length < 3
    -    buildRule tuple...
    #

    Build a rule from a -o short flag, a --output [DIR] long flag, and the -description of what the option does.

    buildRule = (shortFlag, longFlag, description, options) ->
    -  match     = longFlag.match(OPTIONAL)
    -  longFlag  = longFlag.match(LONG_FLAG)[1]
    -  options or= {}
    -  {
    -    name:         longFlag.substr 2
    -    shortFlag:    shortFlag
    -    longFlag:     longFlag
    -    description:  description
    -    hasArgument:  !!(match and match[1])
    -    isList:       !!(match and match[2])
    -  }
    #

    Normalize arguments by expanding merged flags into multiple flags. This allows -you to have -wl be the same as --watch --lint.

    normalizeArguments = (args) ->
    -  args = args.slice 0
    -  result = []
    -  for arg in args
    -    if match = arg.match MULTI_FLAG
    -      result.push '-' + l for l in match[1].split ''
    -    else
    -      result.push arg
    -  result
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/repl.html b/node/node_modules/jade/support/coffee-script/documentation/docs/repl.html deleted file mode 100644 index 3b64130..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/repl.html +++ /dev/null @@ -1,23 +0,0 @@ - repl.coffee

    repl.coffee

    #

    A very simple Read-Eval-Print-Loop. Compiles one line at a time to JavaScript -and evaluates it. Good for simple tests, or poking around the Node.js API. -Using it looks like this:

    - -
    coffee> puts "#{num} bottles of beer" for num in [99..1]
    -
    #

    Require the coffee-script module to get access to the compiler.

    CoffeeScript = require './coffee-script'
    -helpers      = require('./helpers').helpers
    -readline     = require 'readline'
    #

    Start by opening up stdio.

    stdio = process.openStdin()
    #

    Quick alias for quitting the REPL.

    helpers.extend global, quit: -> process.exit(0)
    #

    The main REPL function. run is called every time a line of code is entered. -Attempt to evaluate the command. If there's an exception, print it out instead -of exiting.

    run = (buffer) ->
    -  try
    -    val = CoffeeScript.eval buffer.toString(), noWrap: true, globals: true, fileName: 'repl'
    -    puts inspect val if val isnt undefined
    -  catch err
    -    puts err.stack or err.toString()
    -  repl.prompt()
    #

    Create the REPL by listening to stdin.

    repl = readline.createInterface stdio
    -repl.setPrompt 'coffee> '
    -stdio.on 'data',   (buffer) -> repl.write buffer
    -repl.on  'close',  -> stdio.destroy()
    -repl.on  'line',   run
    -repl.prompt()
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/rewriter.html b/node/node_modules/jade/support/coffee-script/documentation/docs/rewriter.html deleted file mode 100644 index 40a9394..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/rewriter.html +++ /dev/null @@ -1,265 +0,0 @@ - rewriter.coffee

    rewriter.coffee

    #

    The CoffeeScript language has a good deal of optional syntax, implicit syntax, -and shorthand syntax. This can greatly complicate a grammar and bloat -the resulting parse table. Instead of making the parser handle it all, we take -a series of passes over the token stream, using this Rewriter to convert -shorthand into the unambiguous long form, add implicit indentation and -parentheses, balance incorrect nestings, and generally clean things up.

    #

    Import the helpers we need.

    {include} = require('./helpers').helpers
    #

    The Rewriter class is used by the Lexer, directly against -its internal array of tokens.

    exports.Rewriter = class Rewriter
    #

    Helpful snippet for debugging: - puts (t[0] + '/' + t[1] for t in @tokens).join ' '

    #

    Rewrite the token stream in multiple passes, one logical filter at -a time. This could certainly be changed into a single pass through the -stream, with a big ol' efficient switch, but it's much nicer to work with -like this. The order of these passes matters -- indentation must be -corrected before implicit parentheses can be wrapped around blocks of code.

      rewrite: (tokens) ->
    -    @tokens = tokens
    -    @adjustComments()
    -    @removeLeadingNewlines()
    -    @removeMidExpressionNewlines()
    -    @closeOpenCalls()
    -    @closeOpenIndexes()
    -    @addImplicitIndentation()
    -    @tagPostfixConditionals()
    -    @addImplicitBraces()
    -    @addImplicitParentheses()
    -    @ensureBalance BALANCED_PAIRS
    -    @rewriteClosingParens()
    -    @tokens
    #

    Rewrite the token stream, looking one token ahead and behind. -Allow the return value of the block to tell us how many tokens to move -forwards (or backwards) in the stream, to make sure we don't miss anything -as tokens are inserted and removed, and the stream changes length under -our feet.

      scanTokens: (block) ->
    -    i = 0
    -    loop
    -      break unless @tokens[i]
    -      move = block.call this, @tokens[i], i
    -      i += move
    -    true
    -
    -  detectEnd: (i, condition, action) ->
    -    levels = 0
    -    loop
    -      token = @tokens[i]
    -      return action.call this, token, i     if levels is 0 and condition.call this, token, i
    -      return action.call this, token, i - 1 if not token or levels < 0
    -      levels += 1 if include EXPRESSION_START, token[0]
    -      levels -= 1 if include EXPRESSION_END, token[0]
    -      i += 1
    -    i - 1
    #

    Massage newlines and indentations so that comments don't have to be -correctly indented, or appear on a line of their own.

      adjustComments: ->
    -    @scanTokens (token, i) ->
    -      return 1 unless token[0] is 'HERECOMMENT'
    -      [before, prev, post, after] = [@tokens[i - 2], @tokens[i - 1], @tokens[i + 1], @tokens[i + 2]]
    -      if after and after[0] is 'INDENT'
    -        @tokens.splice i + 2, 1
    -        if before and before[0] is 'OUTDENT' and post and prev[0] is post[0] is 'TERMINATOR'
    -          @tokens.splice i - 2, 1
    -        else
    -          @tokens.splice i, 0, after
    -      else if prev and prev[0] not in ['TERMINATOR', 'INDENT', 'OUTDENT']
    -        if post and post[0] is 'TERMINATOR' and after and after[0] is 'OUTDENT'
    -          @tokens.splice(i + 2, 0, @tokens.splice(i, 2)...)
    -          if @tokens[i + 2][0] isnt 'TERMINATOR'
    -            @tokens.splice i + 2, 0, ['TERMINATOR', "\n", prev[2]]
    -        else
    -          @tokens.splice i, 0, ['TERMINATOR', "\n", prev[2]]
    -        return 2
    -      return 1
    #

    Leading newlines would introduce an ambiguity in the grammar, so we -dispatch them here.

      removeLeadingNewlines: ->
    -    @tokens.shift() while @tokens[0] and @tokens[0][0] is 'TERMINATOR'
    #

    Some blocks occur in the middle of expressions -- when we're expecting -this, remove their trailing newlines.

      removeMidExpressionNewlines: ->
    -    @scanTokens (token, i) ->
    -      return 1 unless include(EXPRESSION_CLOSE, @tag(i + 1)) and token[0] is 'TERMINATOR'
    -      @tokens.splice i, 1
    -      return 0
    #

    The lexer has tagged the opening parenthesis of a method call. Match it with -its paired close. We have the mis-nested outdent case included here for -calls that close on the same line, just before their outdent.

      closeOpenCalls: ->
    -    @scanTokens (token, i) ->
    -      if token[0] is 'CALL_START'
    -        condition = (token, i) ->
    -          (token[0] in [')', 'CALL_END']) or (token[0] is 'OUTDENT' and @tokens[i - 1][0] is ')')
    -        action = (token, i) ->
    -          idx = if token[0] is 'OUTDENT' then i - 1 else i
    -          @tokens[idx][0] = 'CALL_END'
    -        @detectEnd i + 1, condition, action
    -      return 1
    #

    The lexer has tagged the opening parenthesis of an indexing operation call. -Match it with its paired close.

      closeOpenIndexes: ->
    -    @scanTokens (token, i) ->
    -      if token[0] is 'INDEX_START'
    -        condition = (token, i) -> token[0] in [']', 'INDEX_END']
    -        action    = (token, i) -> token[0] = 'INDEX_END'
    -        @detectEnd i + 1, condition, action
    -      return 1
    #

    Object literals may be written with implicit braces, for simple cases. -Insert the missing braces here, so that the parser doesn't have to.

      addImplicitBraces: ->
    -    stack = []
    -    @scanTokens (token, i) ->
    -      if include EXPRESSION_START, token[0]
    -        stack.push(if (token[0] is 'INDENT' and (@tag(i - 1) is '{')) then '{' else token[0])
    -      if include EXPRESSION_END, token[0]
    -        stack.pop()
    -      last = stack[stack.length - 1]
    -      if token[0] is ':' and (not last or last[0] isnt '{')
    -        stack.push '{'
    -        idx = if @tag(i - 2) is '@' then i - 2 else i - 1
    -        idx -= 2 if @tag(idx - 2) is 'HERECOMMENT'
    -        tok = ['{', '{', token[2]]
    -        tok.generated = yes
    -        @tokens.splice idx, 0, tok
    -        condition = (token, i) ->
    -          [one, two, three] = @tokens.slice(i + 1, i + 4)
    -          return false if 'HERECOMMENT' in [@tag(i + 1), @tag(i - 1)]
    -          ((token[0] in ['TERMINATOR', 'OUTDENT']) and not ((two and two[0] is ':') or (one and one[0] is '@' and three and three[0] is ':'))) or
    -            (token[0] is ',' and one and (one[0] not in ['IDENTIFIER', 'STRING', '@', 'TERMINATOR', 'OUTDENT']))
    -        action = (token, i) ->
    -          @tokens.splice i, 0, ['}', '}', token[2]]
    -        @detectEnd i + 2, condition, action
    -        return 2
    -      return 1
    #

    Methods may be optionally called without parentheses, for simple cases. -Insert the implicit parentheses here, so that the parser doesn't have to -deal with them.

      addImplicitParentheses: ->
    -    classLine    = no
    -    @scanTokens (token, i) ->
    -      classLine  = yes if token[0] is 'CLASS'
    -      prev       = @tokens[i - 1]
    -      next       = @tokens[i + 1]
    -      idx        = 1
    -      callObject = not classLine and token[0] is 'INDENT' and next and next.generated and next[0] is '{' and prev and include(IMPLICIT_FUNC, prev[0])
    -      idx        = 2 if callObject
    -      seenSingle = no
    -      classLine  = no  if include(LINEBREAKS, token[0])
    -      token.call = yes if prev and not prev.spaced and token[0] is '?'
    -      if prev and (prev.spaced and (include(IMPLICIT_FUNC, prev[0]) or prev.call) and include(IMPLICIT_CALL, token[0]) and
    -          not (token[0] is 'UNARY' and (@tag(i + 1) in ['IN', 'OF', 'INSTANCEOF']))) or callObject
    -        @tokens.splice i, 0, ['CALL_START', '(', token[2]]
    -        condition = (token, i) ->
    -          return yes if not seenSingle and token.fromThen
    -          seenSingle = yes if token[0] in ['IF', 'ELSE', 'UNLESS', '->', '=>']
    -          post = @tokens[i + 1]
    -          (not token.generated and @tokens[i - 1][0] isnt ',' and include(IMPLICIT_END, token[0]) and
    -            not (token[0] is 'INDENT' and (include(IMPLICIT_BLOCK, @tag(i - 1)) or @tag(i - 2) is 'CLASS' or (post and post.generated and post[0] is '{')))) or
    -            token[0] is 'PROPERTY_ACCESS' and @tag(i - 1) is 'OUTDENT'
    -        action = (token, i) ->
    -          idx = if token[0] is 'OUTDENT' then i + 1 else i
    -          @tokens.splice idx, 0, ['CALL_END', ')', token[2]]
    -        @detectEnd i + idx, condition, action
    -        prev[0] = 'FUNC_EXIST' if prev[0] is '?'
    -        return 2
    -      return 1
    #

    Because our grammar is LALR(1), it can't handle some single-line -expressions that lack ending delimiters. The Rewriter adds the implicit -blocks, so it doesn't need to. ')' can close a single-line block, -but we need to make sure it's balanced.

      addImplicitIndentation: ->
    -    @scanTokens (token, i) ->
    -      if token[0] is 'ELSE' and @tag(i - 1) isnt 'OUTDENT'
    -        @tokens.splice i, 0, @indentation(token)...
    -        return 2
    -      if token[0] is 'CATCH' and
    -          (@tag(i + 2) is 'TERMINATOR' or @tag(i + 2) is 'FINALLY')
    -        @tokens.splice i + 2, 0, @indentation(token)...
    -        return 4
    -      if include(SINGLE_LINERS, token[0]) and @tag(i + 1) isnt 'INDENT' and
    -          not (token[0] is 'ELSE' and @tag(i + 1) is 'IF')
    -        starter = token[0]
    -        [indent, outdent] = @indentation token
    -        indent.fromThen   = true if starter is 'THEN'
    -        indent.generated  = outdent.generated = true
    -        @tokens.splice i + 1, 0, indent
    -        condition = (token, i) ->
    -          (include(SINGLE_CLOSERS, token[0]) and token[1] isnt ';') and
    -            not (token[0] is 'ELSE' and starter not in ['IF', 'THEN'])
    -        action = (token, i) ->
    -          idx = if @tokens[i - 1][0] is ',' then i - 1 else i
    -          @tokens.splice idx, 0, outdent
    -        @detectEnd i + 2, condition, action
    -        @tokens.splice i, 1 if token[0] is 'THEN'
    -        return 2
    -      return 1
    #

    Tag postfix conditionals as such, so that we can parse them with a -different precedence.

      tagPostfixConditionals: ->
    -    @scanTokens (token, i) ->
    -      if token[0] in ['IF', 'UNLESS']
    -        original  = token
    -        condition = (token, i) ->
    -          token[0] in ['TERMINATOR', 'INDENT']
    -        action    = (token, i) ->
    -          original[0] = 'POST_' + original[0] if token[0] isnt 'INDENT'
    -        @detectEnd i + 1, condition, action
    -        return 1
    -      return 1
    #

    Ensure that all listed pairs of tokens are correctly balanced throughout -the course of the token stream.

      ensureBalance: (pairs) ->
    -    levels   = {}
    -    openLine = {}
    -    @scanTokens (token, i) ->
    -      for pair in pairs
    -        [open, close] = pair
    -        levels[open] or= 0
    -        if token[0] is open
    -          openLine[open] = token[2] if levels[open] == 0
    -          levels[open] += 1
    -        levels[open] -= 1 if token[0] is close
    -        throw new Error("too many #{token[1]} on line #{token[2] + 1}") if levels[open] < 0
    -      return 1
    -    unclosed = key for key, value of levels when value > 0
    -    if unclosed.length
    -      open = unclosed[0]
    -      line = openLine[open] + 1
    -      throw new Error "unclosed #{open} on line #{line}"
    #

    We'd like to support syntax like this:

    - -
    el.click((event) ->
    -  el.hide())
    -
    - -

    In order to accomplish this, move outdents that follow closing parens -inwards, safely. The steps to accomplish this are:

    - -
      -
    1. Check that all paired tokens are balanced and in order.
    2. -
    3. Rewrite the stream with a stack: if you see an EXPRESSION_START, add it -to the stack. If you see an EXPRESSION_END, pop the stack and replace -it with the inverse of what we've just popped.
    4. -
    5. Keep track of "debt" for tokens that we manufacture, to make sure we end -up balanced in the end.
    6. -
    7. Be careful not to alter array or parentheses delimiters with overzealous -rewriting.
    8. -
      rewriteClosingParens: ->
    -    stack = []
    -    debt  = {}
    -    (debt[key] = 0) for key, val of INVERSES
    -    @scanTokens (token, i) ->
    -      tag = token[0]
    -      inv = INVERSES[token[0]]
    -      if include EXPRESSION_START, tag
    -        stack.push token
    -        return 1
    -      else if include EXPRESSION_END, tag
    -        if debt[inv] > 0
    -          debt[inv] -= 1
    -          @tokens.splice i, 1
    -          return 0
    -        else
    -          match = stack.pop()
    -          mtag  = match[0]
    -          oppos = INVERSES[mtag]
    -          return 1 if tag is oppos
    -          debt[mtag] += 1
    -          val = [oppos, if mtag is 'INDENT' then match[1] else oppos]
    -          if @tokens[i + 2]?[0] is mtag
    -            @tokens.splice i + 3, 0, val
    -            stack.push(match)
    -          else
    -            @tokens.splice i, 0, val
    -          return 1
    -      else
    -        return 1
    #

    Generate the indentation tokens, based on another token on the same line.

      indentation: (token) ->
    -    [['INDENT', 2, token[2]], ['OUTDENT', 2, token[2]]]
    #

    Look up a tag by token index.

      tag: (i) ->
    -    @tokens[i] and @tokens[i][0]
    #

    Constants

    #

    List of the token pairs that must be balanced.

    BALANCED_PAIRS = [['(', ')'], ['[', ']'], ['{', '}'], ['INDENT', 'OUTDENT'],
    -  ['PARAM_START', 'PARAM_END'], ['CALL_START', 'CALL_END'], ['INDEX_START', 'INDEX_END']]
    #

    The inverse mappings of BALANCED_PAIRS we're trying to fix up, so we can -look things up from either end.

    INVERSES = {}
    -for pair in BALANCED_PAIRS
    -  INVERSES[pair[0]] = pair[1]
    -  INVERSES[pair[1]] = pair[0]
    #

    The tokens that signal the start of a balanced pair.

    EXPRESSION_START = pair[0] for pair in BALANCED_PAIRS
    #

    The tokens that signal the end of a balanced pair.

    EXPRESSION_END   = pair[1] for pair in BALANCED_PAIRS
    #

    Tokens that indicate the close of a clause of an expression.

    EXPRESSION_CLOSE = ['CATCH', 'WHEN', 'ELSE', 'FINALLY'].concat EXPRESSION_END
    #

    Tokens that, if followed by an IMPLICIT_CALL, indicate a function invocation.

    IMPLICIT_FUNC    = ['IDENTIFIER', 'SUPER', ')', 'CALL_END', ']', 'INDEX_END', '@', 'THIS']
    #

    If preceded by an IMPLICIT_FUNC, indicates a function invocation.

    IMPLICIT_CALL    = [
    -  'IDENTIFIER', 'NUMBER', 'STRING', 'JS', 'REGEX', 'NEW', 'PARAM_START', 'CLASS',
    -  'IF', 'UNLESS', 'TRY', 'SWITCH', 'THIS', 'NULL', 'UNARY'
    -  'TRUE', 'FALSE', 'YES', 'NO', 'ON', 'OFF',
    -  '@', '->', '=>', '[', '(', '{'
    -]
    #

    Tokens indicating that the implicit call must enclose a block of expressions.

    IMPLICIT_BLOCK   = ['->', '=>', '{', '[', ',']
    #

    Tokens that always mark the end of an implicit call for single-liners.

    IMPLICIT_END     = ['POST_IF', 'POST_UNLESS', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'TERMINATOR', 'INDENT']
    #

    Single-line flavors of block expressions that have unclosed endings. -The grammar can't disambiguate them, so we insert the implicit indentation.

    SINGLE_LINERS    = ['ELSE', "->", "=>", 'TRY', 'FINALLY', 'THEN']
    -SINGLE_CLOSERS   = ['TERMINATOR', 'CATCH', 'FINALLY', 'ELSE', 'OUTDENT', 'LEADING_WHEN']
    #

    Tokens that end a line.

    LINEBREAKS       = ['TERMINATOR', 'INDENT', 'OUTDENT']
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/scope.html b/node/node_modules/jade/support/coffee-script/documentation/docs/scope.html deleted file mode 100644 index 661d5b3..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/scope.html +++ /dev/null @@ -1,57 +0,0 @@ - scope.coffee

    scope.coffee

    #

    The Scope class regulates lexical scoping within CoffeeScript. As you -generate code, you create a tree of scopes in the same shape as the nested -function bodies. Each scope knows about the variables declared within it, -and has a reference to its parent enclosing scope. In this way, we know which -variables are new and need to be declared with var, and which are shared -with the outside.

    #

    Import the helpers we plan to use.

    {extend} = require('./helpers').helpers
    -
    -exports.Scope = class Scope
    #

    The top-level Scope object.

      @root: null
    #

    Initialize a scope with its parent, for lookups up the chain, -as well as a reference to the Expressions node is belongs to, which is -where it should declare its variables, and a reference to the function that -it wraps.

      constructor: (parent, expressions, method) ->
    -    [@parent, @expressions, @method] = [parent, expressions, method]
    -    @variables = {}
    -    if @parent
    -      @garbage = @parent.garbage
    -    else
    -      @garbage   = []
    -      Scope.root = this
    #

    Create a new garbage level

      startLevel: ->
    -    @garbage.push []
    #

    Return to the previous garbage level and erase referenced temporary -variables in current level from scope.

      endLevel: ->
    -    (@variables[name] = 'reuse') for name in @garbage.pop() when @variables[name] is 'var'
    #

    Look up a variable name in lexical scope, and declare it if it does not -already exist.

      find: (name, options) ->
    -    return true if @check name, options
    -    @variables[name] = 'var'
    -    false
    #

    Test variables and return true the first time fn(v, k) returns true

      any: (fn) ->
    -    for v, k of @variables when fn(v, k)
    -      return true
    -    return false
    #

    Reserve a variable name as originating from a function parameter for this -scope. No var required for internal references.

      parameter: (name) ->
    -    @variables[name] = 'param'
    #

    Just check to see if a variable has already been declared, without reserving, -walks up to the root scope.

      check: (name, options) ->
    -    immediate = Object::hasOwnProperty.call @variables, name
    -    return immediate if immediate or (options and options.immediate)
    -    !!(@parent and @parent.check(name))
    #

    Generate a temporary variable name at the given index.

      temporary: (type, index) ->
    -    if type.length > 1
    -      '_' + type + if index > 1 then index else ''
    -    else
    -      '_' + (index + parseInt type, 36).toString(36).replace /\d/g, 'a'
    #

    If we need to store an intermediate result, find an available name for a -compiler-generated variable. _var, _var2, and so on...

      freeVariable: (type) ->
    -    index = 0
    -    index++ while @check(temp = @temporary type, index) and @variables[temp] isnt 'reuse'
    -    @variables[temp] = 'var'
    -    @garbage[@garbage.length - 1].push temp if @garbage.length
    -    temp
    #

    Ensure that an assignment is made at the top of this scope -(or at the top-level scope, if requested).

      assign: (name, value) ->
    -    @variables[name] = value: value, assigned: true
    #

    Does this scope reference any variables that need to be declared in the -given function body?

      hasDeclarations: (body) ->
    -    body is @expressions and @any (k, val) -> val is 'var' or val is 'reuse'
    #

    Does this scope reference any assignments that need to be declared at the -top of the given function body?

      hasAssignments: (body) ->
    -    body is @expressions and @any (k, val) -> val.assigned
    #

    Return the list of variables first declared in this scope.

      declaredVariables: ->
    -    (key for key, val of @variables when val is 'var' or val is 'reuse').sort()
    #

    Return the list of assignments that are supposed to be made at the top -of this scope.

      assignedVariables: ->
    -    "#{key} = #{val.value}" for key, val of @variables when val.assigned
    #

    Compile the JavaScript for all of the variable declarations in this scope.

      compiledDeclarations: ->
    -    @declaredVariables().join ', '
    #

    Compile the JavaScript forall of the variable assignments in this scope.

      compiledAssignments: ->
    -    @assignedVariables().join ', '
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/docs/underscore.html b/node/node_modules/jade/support/coffee-script/documentation/docs/underscore.html deleted file mode 100644 index d812711..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/docs/underscore.html +++ /dev/null @@ -1,296 +0,0 @@ - underscore.coffee

    underscore.coffee

    #
    #

    Underscore.coffee -(c) 2010 Jeremy Ashkenas, DocumentCloud Inc. -Underscore is freely distributable under the terms of the -MIT license. -Portions of Underscore are inspired by or borrowed from -Prototype.js, Oliver Steele's -Functional, and John Resig's -Micro-Templating. -For all details and documentation: -http://documentcloud.github.com/underscore/

    #

    Baseline setup

    #

    Establish the root object, window in the browser, or global on the server.

      root = this
    #

    Save the previous value of the _ variable.

      previousUnderscore = root._
    #

    Establish the object that gets thrown to break out of a loop iteration. -StopIteration is SOP on Mozilla.

      breaker = if typeof(StopIteration) is 'undefined' then '__break__' else StopIteration
    #

    Helper function to escape RegExp contents, because JS doesn't have one.

      escapeRegExp = (string) -> string.replace(/([.*+?^${}()|[\]\/\\])/g, '\\$1')
    #

    Save bytes in the minified (but not gzipped) version:

      ArrayProto           = Array.prototype
    -  ObjProto             = Object.prototype
    #

    Create quick reference variables for speed access to core prototypes.

      slice                = ArrayProto.slice
    -  unshift              = ArrayProto.unshift
    -  toString             = ObjProto.toString
    -  hasOwnProperty       = ObjProto.hasOwnProperty
    -  propertyIsEnumerable = ObjProto.propertyIsEnumerable
    #

    All ECMA5 native implementations we hope to use are declared here.

      nativeForEach        = ArrayProto.forEach
    -  nativeMap            = ArrayProto.map
    -  nativeReduce         = ArrayProto.reduce
    -  nativeReduceRight    = ArrayProto.reduceRight
    -  nativeFilter         = ArrayProto.filter
    -  nativeEvery          = ArrayProto.every
    -  nativeSome           = ArrayProto.some
    -  nativeIndexOf        = ArrayProto.indexOf
    -  nativeLastIndexOf    = ArrayProto.lastIndexOf
    -  nativeIsArray        = Array.isArray
    -  nativeKeys           = Object.keys
    #

    Create a safe reference to the Underscore object for use below.

      _ = (obj) -> new wrapper(obj)
    #

    Export the Underscore object for CommonJS.

      if typeof(exports) != 'undefined' then exports._ = _
    #

    Export Underscore to global scope.

      root._ = _
    #

    Current version.

      _.VERSION = '1.1.0'
    #

    Collection Functions

    #

    The cornerstone, an each implementation. -Handles objects implementing forEach, arrays, and raw objects.

      _.each = (obj, iterator, context) ->
    -    try
    -      if nativeForEach and obj.forEach is nativeForEach
    -        obj.forEach iterator, context
    -      else if _.isNumber obj.length
    -        iterator.call(context, obj[i], i, obj) for i in [0...obj.length]
    -      else
    -        iterator.call(context, val, key, obj) for key, val of obj
    -    catch e
    -      throw e if e isnt breaker
    -    obj
    #

    Return the results of applying the iterator to each element. Use JavaScript -1.6's version of map, if possible.

      _.map = (obj, iterator, context) ->
    -    return obj.map(iterator, context) if nativeMap and obj.map is nativeMap
    -    results = []
    -    _.each obj, (value, index, list) ->
    -      results.push iterator.call context, value, index, list
    -    results
    #

    Reduce builds up a single result from a list of values. Also known as -inject, or foldl. Uses JavaScript 1.8's version of reduce, if possible.

      _.reduce = (obj, iterator, memo, context) ->
    -    if nativeReduce and obj.reduce is nativeReduce
    -      iterator = _.bind iterator, context if context
    -      return obj.reduce iterator, memo
    -    _.each obj, (value, index, list) ->
    -      memo = iterator.call context, memo, value, index, list
    -    memo
    #

    The right-associative version of reduce, also known as foldr. Uses -JavaScript 1.8's version of reduceRight, if available.

      _.reduceRight = (obj, iterator, memo, context) ->
    -    if nativeReduceRight and obj.reduceRight is nativeReduceRight
    -      iterator = _.bind iterator, context if context
    -      return obj.reduceRight iterator, memo
    -    reversed = _.clone(_.toArray(obj)).reverse()
    -    _.reduce reversed, iterator, memo, context
    #

    Return the first value which passes a truth test.

      _.detect = (obj, iterator, context) ->
    -    result = null
    -    _.each obj, (value, index, list) ->
    -      if iterator.call context, value, index, list
    -        result = value
    -        _.breakLoop()
    -    result
    #

    Return all the elements that pass a truth test. Use JavaScript 1.6's -filter, if it exists.

      _.filter = (obj, iterator, context) ->
    -    return obj.filter iterator, context if nativeFilter and obj.filter is nativeFilter
    -    results = []
    -    _.each obj, (value, index, list) ->
    -      results.push value if iterator.call context, value, index, list
    -    results
    #

    Return all the elements for which a truth test fails.

      _.reject = (obj, iterator, context) ->
    -    results = []
    -    _.each obj, (value, index, list) ->
    -      results.push value if not iterator.call context, value, index, list
    -    results
    #

    Determine whether all of the elements match a truth test. Delegate to -JavaScript 1.6's every, if it is present.

      _.every = (obj, iterator, context) ->
    -    iterator ||= _.identity
    -    return obj.every iterator, context if nativeEvery and obj.every is nativeEvery
    -    result = true
    -    _.each obj, (value, index, list) ->
    -      _.breakLoop() unless (result = result and iterator.call(context, value, index, list))
    -    result
    #

    Determine if at least one element in the object matches a truth test. Use -JavaScript 1.6's some, if it exists.

      _.some = (obj, iterator, context) ->
    -    iterator ||= _.identity
    -    return obj.some iterator, context if nativeSome and obj.some is nativeSome
    -    result = false
    -    _.each obj, (value, index, list) ->
    -      _.breakLoop() if (result = iterator.call(context, value, index, list))
    -    result
    #

    Determine if a given value is included in the array or object, -based on ===.

      _.include = (obj, target) ->
    -    return _.indexOf(obj, target) isnt -1 if nativeIndexOf and obj.indexOf is nativeIndexOf
    -    for key, val of obj
    -      return true if val is target
    -    false
    #

    Invoke a method with arguments on every item in a collection.

      _.invoke = (obj, method) ->
    -    args = _.rest arguments, 2
    -    (if method then val[method] else val).apply(val, args) for val in obj
    #

    Convenience version of a common use case of map: fetching a property.

      _.pluck = (obj, key) ->
    -    _.map(obj, (val) -> val[key])
    #

    Return the maximum item or (item-based computation).

      _.max = (obj, iterator, context) ->
    -    return Math.max.apply(Math, obj) if not iterator and _.isArray(obj)
    -    result = computed: -Infinity
    -    _.each obj, (value, index, list) ->
    -      computed = if iterator then iterator.call(context, value, index, list) else value
    -      computed >= result.computed and (result = {value: value, computed: computed})
    -    result.value
    #

    Return the minimum element (or element-based computation).

      _.min = (obj, iterator, context) ->
    -    return Math.min.apply(Math, obj) if not iterator and _.isArray(obj)
    -    result = computed: Infinity
    -    _.each obj, (value, index, list) ->
    -      computed = if iterator then iterator.call(context, value, index, list) else value
    -      computed < result.computed and (result = {value: value, computed: computed})
    -    result.value
    #

    Sort the object's values by a criterion produced by an iterator.

      _.sortBy = (obj, iterator, context) ->
    -    _.pluck(((_.map obj, (value, index, list) ->
    -      {value: value, criteria: iterator.call(context, value, index, list)}
    -    ).sort((left, right) ->
    -      a = left.criteria; b = right.criteria
    -      if a < b then -1 else if a > b then 1 else 0
    -    )), 'value')
    #

    Use a comparator function to figure out at what index an object should -be inserted so as to maintain order. Uses binary search.

      _.sortedIndex = (array, obj, iterator) ->
    -    iterator ||= _.identity
    -    low =  0
    -    high = array.length
    -    while low < high
    -      mid = (low + high) >> 1
    -      if iterator(array[mid]) < iterator(obj) then low = mid + 1 else high = mid
    -    low
    #

    Convert anything iterable into a real, live array.

      _.toArray = (iterable) ->
    -    return []                   if (!iterable)
    -    return iterable.toArray()   if (iterable.toArray)
    -    return iterable             if (_.isArray(iterable))
    -    return slice.call(iterable) if (_.isArguments(iterable))
    -    _.values(iterable)
    #

    Return the number of elements in an object.

      _.size = (obj) -> _.toArray(obj).length
    #

    Array Functions

    #

    Get the first element of an array. Passing n will return the first N -values in the array. Aliased as head. The guard check allows it to work -with map.

      _.first = (array, n, guard) ->
    -    if n and not guard then slice.call(array, 0, n) else array[0]
    #

    Returns everything but the first entry of the array. Aliased as tail. -Especially useful on the arguments object. Passing an index will return -the rest of the values in the array from that index onward. The guard -check allows it to work with map.

      _.rest = (array, index, guard) ->
    -    slice.call(array, if _.isUndefined(index) or guard then 1 else index)
    #

    Get the last element of an array.

      _.last = (array) -> array[array.length - 1]
    #

    Trim out all falsy values from an array.

      _.compact = (array) -> item for item in array when item
    #

    Return a completely flattened version of an array.

      _.flatten = (array) ->
    -    _.reduce array, (memo, value) ->
    -      return memo.concat(_.flatten(value)) if _.isArray value
    -      memo.push value
    -      memo
    -    , []
    #

    Return a version of the array that does not contain the specified value(s).

      _.without = (array) ->
    -    values = _.rest arguments
    -    val for val in _.toArray(array) when not _.include values, val
    #

    Produce a duplicate-free version of the array. If the array has already -been sorted, you have the option of using a faster algorithm.

      _.uniq = (array, isSorted) ->
    -    memo = []
    -    for el, i in _.toArray array
    -      memo.push el if i is 0 || (if isSorted is true then _.last(memo) isnt el else not _.include(memo, el))
    -    memo
    #

    Produce an array that contains every item shared between all the -passed-in arrays.

      _.intersect = (array) ->
    -    rest = _.rest arguments
    -    _.select _.uniq(array), (item) ->
    -      _.all rest, (other) ->
    -        _.indexOf(other, item) >= 0
    #

    Zip together multiple lists into a single array -- elements that share -an index go together.

      _.zip = ->
    -    length =  _.max _.pluck arguments, 'length'
    -    results = new Array length
    -    for i in [0...length]
    -      results[i] = _.pluck arguments, String i
    -    results
    #

    If the browser doesn't supply us with indexOf (I'm looking at you, MSIE), -we need this function. Return the position of the first occurence of an -item in an array, or -1 if the item is not included in the array.

      _.indexOf = (array, item) ->
    -    return array.indexOf item if nativeIndexOf and array.indexOf is nativeIndexOf
    -    i = 0; l = array.length
    -    while l - i
    -      if array[i] is item then return i else i++
    -    -1
    #

    Provide JavaScript 1.6's lastIndexOf, delegating to the native function, -if possible.

      _.lastIndexOf = (array, item) ->
    -    return array.lastIndexOf(item) if nativeLastIndexOf and array.lastIndexOf is nativeLastIndexOf
    -    i = array.length
    -    while i
    -      if array[i] is item then return i else i--
    -    -1
    #

    Generate an integer Array containing an arithmetic progression. A port of -the native Python range function.

      _.range = (start, stop, step) ->
    -    a         = arguments
    -    solo      = a.length <= 1
    -    i = start = if solo then 0 else a[0]
    -    stop      = if solo then a[0] else a[1]
    -    step      = a[2] or 1
    -    len       = Math.ceil((stop - start) / step)
    -    return []   if len <= 0
    -    range     = new Array len
    -    idx       = 0
    -    loop
    -      return range if (if step > 0 then i - stop else stop - i) >= 0
    -      range[idx] = i
    -      idx++
    -      i+= step
    #

    Function Functions

    #

    Create a function bound to a given object (assigning this, and arguments, -optionally). Binding with arguments is also known as curry.

      _.bind = (func, obj) ->
    -    args = _.rest arguments, 2
    -    -> func.apply obj or root, args.concat arguments
    #

    Bind all of an object's methods to that object. Useful for ensuring that -all callbacks defined on an object belong to it.

      _.bindAll = (obj) ->
    -    funcs = if arguments.length > 1 then _.rest(arguments) else _.functions(obj)
    -    _.each funcs, (f) -> obj[f] = _.bind obj[f], obj
    -    obj
    #

    Delays a function for the given number of milliseconds, and then calls -it with the arguments supplied.

      _.delay = (func, wait) ->
    -    args = _.rest arguments, 2
    -    setTimeout((-> func.apply(func, args)), wait)
    #

    Memoize an expensive function by storing its results.

      _.memoize = (func, hasher) ->
    -    memo = {}
    -    hasher or= _.identity
    -    ->
    -      key = hasher.apply this, arguments
    -      return memo[key] if key of memo
    -      memo[key] = func.apply this, arguments
    #

    Defers a function, scheduling it to run after the current call stack has -cleared.

      _.defer = (func) ->
    -    _.delay.apply _, [func, 1].concat _.rest arguments
    #

    Returns the first function passed as an argument to the second, -allowing you to adjust arguments, run code before and after, and -conditionally execute the original function.

      _.wrap = (func, wrapper) ->
    -    -> wrapper.apply wrapper, [func].concat arguments
    #

    Returns a function that is the composition of a list of functions, each -consuming the return value of the function that follows.

      _.compose = ->
    -    funcs = arguments
    -    ->
    -      args = arguments
    -      for i in [(funcs.length - 1)..0]
    -        args = [funcs[i].apply(this, args)]
    -      args[0]
    #

    Object Functions

    #

    Retrieve the names of an object's properties.

      _.keys = nativeKeys or (obj) ->
    -    return _.range 0, obj.length if _.isArray(obj)
    -    key for key, val of obj
    #

    Retrieve the values of an object's properties.

      _.values = (obj) ->
    -    _.map obj, _.identity
    #

    Return a sorted list of the function names available in Underscore.

      _.functions = (obj) ->
    -    _.filter(_.keys(obj), (key) -> _.isFunction(obj[key])).sort()
    #

    Extend a given object with all of the properties in a source object.

      _.extend = (obj) ->
    -    for source in _.rest(arguments)
    -      (obj[key] = val) for key, val of source
    -    obj
    #

    Create a (shallow-cloned) duplicate of an object.

      _.clone = (obj) ->
    -    return obj.slice 0 if _.isArray obj
    -    _.extend {}, obj
    #

    Invokes interceptor with the obj, and then returns obj. -The primary purpose of this method is to "tap into" a method chain, in order to perform operations on intermediate results within the chain.

      _.tap = (obj, interceptor) ->
    -    interceptor obj
    -    obj
    #

    Perform a deep comparison to check if two objects are equal.

      _.isEqual = (a, b) ->
    #

    Check object identity.

        return true if a is b
    #

    Different types?

        atype = typeof(a); btype = typeof(b)
    -    return false if atype isnt btype
    #

    Basic equality test (watch out for coercions).

        return true if `a == b`
    #

    One is falsy and the other truthy.

        return false if (!a and b) or (a and !b)
    #

    One of them implements an isEqual()?

        return a.isEqual(b) if a.isEqual
    #

    Check dates' integer values.

        return a.getTime() is b.getTime() if _.isDate(a) and _.isDate(b)
    #

    Both are NaN?

        return false if _.isNaN(a) and _.isNaN(b)
    #

    Compare regular expressions.

        if _.isRegExp(a) and _.isRegExp(b)
    -      return a.source     is b.source and
    -             a.global     is b.global and
    -             a.ignoreCase is b.ignoreCase and
    -             a.multiline  is b.multiline
    #

    If a is not an object by this point, we can't handle it.

        return false if atype isnt 'object'
    #

    Check for different array lengths before comparing contents.

        return false if a.length and (a.length isnt b.length)
    #

    Nothing else worked, deep compare the contents.

        aKeys = _.keys(a); bKeys = _.keys(b)
    #

    Different object sizes?

        return false if aKeys.length isnt bKeys.length
    #

    Recursive comparison of contents.

        (return false) for all key, val of a when !(key of b) or !_.isEqual(val, b[key])
    -    true
    #

    Is a given array or object empty?

      _.isEmpty = (obj) ->
    -    return obj.length is 0 if _.isArray(obj) or _.isString(obj)
    -    (return false) for key of obj when hasOwnProperty.call(obj, key)
    -    true
    #

    Is a given value a DOM element?

      _.isElement   = (obj) -> obj and obj.nodeType is 1
    #

    Is a given value an array?

      _.isArray     = nativeIsArray or (obj) -> !!(obj and obj.concat and obj.unshift and not obj.callee)
    #

    Is a given variable an arguments object?

      _.isArguments = (obj) -> obj and obj.callee
    #

    Is the given value a function?

      _.isFunction  = (obj) -> !!(obj and obj.constructor and obj.call and obj.apply)
    #

    Is the given value a string?

      _.isString    = (obj) -> !!(obj is '' or (obj and obj.charCodeAt and obj.substr))
    #

    Is a given value a number?

      _.isNumber    = (obj) -> (obj is +obj) or toString.call(obj) is '[object Number]'
    #

    Is a given value a boolean?

      _.isBoolean   = (obj) -> obj is true or obj is false
    #

    Is a given value a Date?

      _.isDate      = (obj) -> !!(obj and obj.getTimezoneOffset and obj.setUTCFullYear)
    #

    Is the given value a regular expression?

      _.isRegExp    = (obj) -> !!(obj and obj.exec and (obj.ignoreCase or obj.ignoreCase is false))
    #

    Is the given value NaN -- this one is interesting. NaN != NaN, and -isNaN(undefined) == true, so we make sure it's a number first.

      _.isNaN       = (obj) -> _.isNumber(obj) and window.isNaN(obj)
    #

    Is a given value equal to null?

      _.isNull      = (obj) -> obj is null
    #

    Is a given variable undefined?

      _.isUndefined = (obj) -> typeof obj is 'undefined'
    #

    Utility Functions

    #

    Run Underscore.js in noConflict mode, returning the _ variable to its -previous owner. Returns a reference to the Underscore object.

      _.noConflict = ->
    -    root._ = previousUnderscore
    -    this
    #

    Keep the identity function around for default iterators.

      _.identity = (value) -> value
    #

    Run a function n times.

      _.times = (n, iterator, context) ->
    -    iterator.call(context, i) for i in [0...n]
    #

    Break out of the middle of an iteration.

      _.breakLoop = -> throw breaker
    #

    Add your own custom functions to the Underscore object, ensuring that -they're correctly added to the OOP wrapper as well.

      _.mixin = (obj) ->
    -    for name in _.functions(obj)
    -      addToWrapper name, _[name] = obj[name]
    #

    Generate a unique integer id (unique within the entire client session). -Useful for temporary DOM ids.

      idCounter = 0
    -  _.uniqueId = (prefix) ->
    -    (prefix or '') + idCounter++
    #

    By default, Underscore uses ERB-style template delimiters, change the -following template settings to use alternative delimiters.

      _.templateSettings = {
    -    start:        '<%'
    -    end:          '%>'
    -    interpolate:  /<%=(.+?)%>/g
    -  }
    #

    JavaScript templating a-la ERB, pilfered from John Resig's -Secrets of the JavaScript Ninja, page 83. -Single-quote fix from Rick Strahl. -With alterations for arbitrary delimiters, and to preserve whitespace.

      _.template = (str, data) ->
    -    c = _.templateSettings
    -    endMatch = new RegExp("'(?=[^"+c.end.substr(0, 1)+"]*"+escapeRegExp(c.end)+")","g")
    -    fn = new Function 'obj',
    -      'var p=[],print=function(){p.push.apply(p,arguments);};' +
    -      'with(obj||{}){p.push(\'' +
    -      str.replace(/\r/g, '\\r')
    -         .replace(/\n/g, '\\n')
    -         .replace(/\t/g, '\\t')
    -         .replace(endMatch,"✄")
    -         .split("'").join("\\'")
    -         .split("✄").join("'")
    -         .replace(c.interpolate, "',$1,'")
    -         .split(c.start).join("');")
    -         .split(c.end).join("p.push('") +
    -         "');}return p.join('');"
    -    if data then fn(data) else fn
    #

    Aliases

      _.forEach  = _.each
    -  _.foldl    = _.inject = _.reduce
    -  _.foldr    = _.reduceRight
    -  _.select   = _.filter
    -  _.all      = _.every
    -  _.any      = _.some
    -  _.contains = _.include
    -  _.head     = _.first
    -  _.tail     = _.rest
    -  _.methods  = _.functions
    #

    Setup the OOP Wrapper

    #

    If Underscore is called as a function, it returns a wrapped object that -can be used OO-style. This wrapper holds altered versions of all the -underscore functions. Wrapped objects may be chained.

      wrapper = (obj) ->
    -    this._wrapped = obj
    -    this
    #

    Helper function to continue chaining intermediate results.

      result = (obj, chain) ->
    -    if chain then _(obj).chain() else obj
    #

    A method to easily add functions to the OOP wrapper.

      addToWrapper = (name, func) ->
    -    wrapper.prototype[name] = ->
    -      args = _.toArray arguments
    -      unshift.call args, this._wrapped
    -      result func.apply(_, args), this._chain
    #

    Add all of the Underscore functions to the wrapper object.

      _.mixin _
    #

    Add all mutator Array functions to the wrapper.

      _.each ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], (name) ->
    -    method = Array.prototype[name]
    -    wrapper.prototype[name] = ->
    -      method.apply(this._wrapped, arguments)
    -      result(this._wrapped, this._chain)
    #

    Add all accessor Array functions to the wrapper.

      _.each ['concat', 'join', 'slice'], (name) ->
    -    method = Array.prototype[name]
    -    wrapper.prototype[name] = ->
    -      result(method.apply(this._wrapped, arguments), this._chain)
    #

    Start chaining a wrapped Underscore object.

      wrapper::chain = ->
    -    this._chain = true
    -    this
    #

    Extracts the result from a wrapped and chained object.

      wrapper::value = -> this._wrapped
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/images/favicon.ico b/node/node_modules/jade/support/coffee-script/documentation/images/favicon.ico deleted file mode 100644 index ecf4a86584314832ad9469e1bd05a751b479e04e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1406 zcmZQzU<5(|0R}M0U}azs1F|%L7$l?s#Ec9aKoZP=&}i)Sr#~>v-}9KkxbzG|&+01- z3{pW1>M2_pDwaKF2%Y?l;qaBm2z{fh(GVC7f#DMZY^)H#2JsRr8w>yo5+Gn@V`O4s z=U`@L!{7t;p~wR@vZAWT&xfjq+XpcZ>Krf!>;g_sP6iN$11tgz$SNR;;X3eh8|;DR p%0n?TkY)s8Nhk)fL1IApBlQdnkAP}F1KE$~GcX(nvis^87yw!E9U1@t diff --git a/node/node_modules/jade/support/coffee-script/documentation/images/logo.png b/node/node_modules/jade/support/coffee-script/documentation/images/logo.png deleted file mode 100644 index 2b1e40a4e87914c33e888c63c26409337956c636..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6059 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 diff --git a/node/node_modules/jade/support/coffee-script/documentation/index.html.erb b/node/node_modules/jade/support/coffee-script/documentation/index.html.erb deleted file mode 100644 index ad79164..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/index.html.erb +++ /dev/null @@ -1,1364 +0,0 @@ -<% - require 'uv' - def code_for(file, executable=false) - return '' unless File.exists?("documentation/js/#{file}.js") - cs = File.read("documentation/coffee/#{file}.coffee") - js = File.read("documentation/js/#{file}.js") - cshtml = Uv.parse(cs, 'xhtml', 'coffeescript', false, 'idle', false) - jshtml = Uv.parse(js, 'xhtml', 'javascript', false, 'idle', false) - append = executable == true ? '' : "alert(#{executable});" - run = executable == true ? 'run' : "run: #{executable}" - button = executable ? "" : '' - "
    #{cshtml}#{jshtml}#{button}
    " - end -%> - - - - - - - CoffeeScript - - - - - - -
    - - - -
    - - -

    - CoffeeScript is a little language that compiles into JavaScript. Think - of it as JavaScript's less ostentatious kid brother — the same genes, - roughly the same height, but a different sense of style. Apart from a handful of - bonus goodies, statements in CoffeeScript correspond one-to-one with their - equivalent in JavaScript, it's just another way of saying it. -

    - -

    - Disclaimer: - CoffeeScript is just for fun. Until it reaches 1.0, there are no guarantees - that the syntax won't change between versions. That said, - it compiles into clean JavaScript (the good parts) that can use existing - JavaScript libraries seamlessly, and passes through - JSLint without warnings. The compiled - output is pretty-printed and quite readable. -

    - -

    - Latest Version: - 0.9.4 -

    - -

    - - Mini Overview -

    - -

    CoffeeScript on the left, compiled JavaScript output on the right.

    - - <%= code_for('overview', 'cubes') %> - -

    - For a longer CoffeeScript example, check out - Underscore.coffee, a port - of the Underscore.js - library of helper functions. Underscore.coffee can pass the entire Underscore.js - test suite. The CoffeeScript version is faster than the original for a number - of methods (in general, due to the speed of CoffeeScript's array comprehensions), and - after being minified and gzipped, is only 241 bytes larger than the original - JavaScript version. - Additional examples are included in the source repository, inside the - examples folder. -

    - -

    - - Installation and Usage -

    - -

    - The CoffeeScript compiler is written in pure CoffeeScript, using a - small DSL - on top of the Jison parser generator, and is available - as a Node.js utility. The core compiler however, - does not depend on Node, and can be run in other server-side-JavaScript environments, - or in the browser (see "Try CoffeeScript", above). -

    - -

    - To install, first make sure you have a working copy of the latest tagged version of - Node.js, currently 0.1.102 or higher. - Then clone the CoffeeScript - source repository - from GitHub, or download the latest - release: 0.9.4. - To install the CoffeeScript compiler system-wide - under /usr/local, open the directory and run: -

    - -
    -sudo bin/cake install
    - -

    - Alternatively, if you already have the - Node Package Manager installed, - you can use that to grab the latest CoffeeScript: -

    - -
    -sudo npm install coffee-script
    - -

    - Both of these provide the coffee command, which will execute CoffeeScripts - under Node.js by default, but is also used to compile CoffeeScript - .coffee files into JavaScript, or to run an an interactive REPL. - When compiling to JavaScript, coffee writes the output - as .js files in the same directory by default, but output - can be customized with the following options: -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -c, --compile - Compile a .coffee script into a .js JavaScript file - of the same name. -
    -i, --interactive - Launch an interactive CoffeeScript session to try short snippets. - More pleasant if wrapped with - rlwrap. -
    -o, --output [DIR] - Write out all compiled JavaScript files into the specified directory. - Use in conjunction with --compile or --watch. -
    -w, --watch - Watch the modification times of the coffee-scripts, recompiling as - soon as a change occurs. -
    -p, --print - Instead of writing out the JavaScript as a file, print it - directly to stdout. -
    -l, --lint - If the jsl - (JavaScript Lint) - command is installed, use it - to check the compilation of a CoffeeScript file. (Handy in - conjunction with
    --watch) -
    -s, --stdio - Pipe in CoffeeScript to STDIN and get back JavaScript over STDOUT. - Good for use with processes written in other languages. An example:
    - cat src/cake.coffee | coffee -sc -
    -e, --eval - Compile and print a little snippet of CoffeeScript directly from the - command line. For example:
    coffee -e "puts num for num in [10..1]" -
    -r, --require - Load a library before compiling or executing your script. Can be used - to hook in to the compiler (to add Growl notifications, for example). -
    -b, --bare - Compile the JavaScript without the top-level function safety wrapper. - (Used for CoffeeScript as a Node.js module.) -
    -t, --tokens - Instead of parsing the CoffeeScript, just lex it, and print out the - token stream: [IDENTIFIER square] [ASSIGN =] [PARAM_START (] ... -
    -n, --nodes - Instead of compiling the CoffeeScript, just lex and parse it, and print - out the parse tree: -
    -Expressions
    -  Assign
    -    Value "square"
    -    Code "x"
    -      Op *
    -        Value "x"
    -        Value "x"
    -
    - -

    - Examples: -

    - -
    -coffee -c path/to/script.coffee
    -coffee --interactive
    -coffee --watch --lint experimental.coffee
    -coffee --print app/scripts/*.coffee > concatenation.js
    - -

    - - Language Reference -

    - -

    - - This reference is structured so that it can be read from top to bottom, - if you like. Later sections use ideas and syntax previously introduced. - Familiarity with JavaScript is assumed. - In all of the following examples, the source CoffeeScript is provided on - the left, and the direct compilation into JavaScript is on the right. - -

    - -

    - - Many of the examples can be run (where it makes sense) by pressing the "run" - button towards the bottom right. You can also paste examples into - "Try CoffeeScript" in the toolbar, and play with them from there. - -

    - - Significant Whitespace - CoffeeScript uses Python-style significant whitespace: You don't need to - use semicolons ; to terminate expressions, ending - the line will do just as well. Semicolons can still be used to fit - multiple expressions onto a single line. Instead of using curly braces - { } to delimit blocks of code (like functions, - if-statements, - switch, and try/catch), - use indentation. -

    - -

    - You don't need to use parentheses to invoke a function if you're passing - arguments:
    print "coffee". Implicit parentheses wrap forwards - to the end of the line, or block expression. -

    - -

    - You can use newlines to break up your expression into smaller pieces, - as long as CoffeeScript can determine that the line hasn't finished yet, - because it ends with an operator or a dot ... seen most commonly - in jQuery-chaining style JavaScript. -

    - -

    - - Functions and Invocation - Functions are defined by a list of parameters, an arrow, and the - function body. The empty function looks like this: -> -

    - <%= code_for('functions', 'cube(5)') %> - -

    - - Objects and Arrays - Object and Array literals look very similar to their JavaScript cousins. - When you spread out each property on a separate line, the commas are - optional. Implicit objects may be created with indentation instead of - brackets, winding up looking quite similar to YAML. -

    - <%= code_for('objects_and_arrays', 'song.join(",")') %> -

    - In JavaScript, you can't use reserved words, like class, as properties - of an object, without quoting them as strings. CoffeeScript notices and quotes - them for you, so you don't have to worry about it (say, when using jQuery). -

    - <%= code_for('objects_reserved') %> - -

    - - Lexical Scoping and Variable Safety - The CoffeeScript compiler takes care to make sure that all of your variables - are properly declared within lexical scope — you never need to write - var yourself. -

    - <%= code_for('scope', 'inner') %> -

    - Notice how all of the variable declarations have been pushed up to - the top of the closest scope, the first time they appear. - outer is not redeclared within the inner function, because it's - already in scope; inner within the function, on the other hand, - should not be able to change the value of the external variable of the same name, and - therefore has a declaration of its own. -

    -

    - This behavior is effectively identical to Ruby's scope for local variables. - Because you don't have direct access to the var keyword, - it's impossible to shadow an outer variable on purpose, you may only refer - to it. So be careful that you're not reusing the name of an external - variable accidentally, if you're writing a deeply nested function. -

    -

    - Although suppressed within this documentation for clarity, all - CoffeeScript output is wrapped in an anonymous function: - (function(){ ... })(); This safety wrapper, combined with the - automatic generation of the var keyword, make it exceedingly difficult - to pollute the global namespace by accident. -

    -

    - If you'd like to create top-level variables for other scripts to use, - attach them as properties on window, or on the exports - object in CommonJS. The existential operator (covered below), gives you a - reliable way to figure out where to add them, if you're targeting both - CommonJS and the browser: root = exports ? this -

    - -

    - - If, Else, Unless, and Conditional Assignment - If/else statements can be written without the use of parentheses and - curly brackets. As with functions and other block expressions, - multi-line conditionals are delimited by indentation. There's also a handy - postfix form, with the if or unless at the end. -

    -

    - CoffeeScript can compile if statements into JavaScript expressions, - using the ternary operator when possible, and closure wrapping otherwise. There - is no explicit ternary statement in CoffeeScript — you simply use - a regular if statement inline. -

    - <%= code_for('conditionals') %> - -

    - - Aliases - Because the == operator frequently causes undesirable coercion, - is intransitive, and has a different meaning than in other languages, - CoffeeScript compiles == into ===, and != into - !==. - In addition, is compiles into ===, - and isnt into !==. -

    -

    - You can use not as an alias for !. -

    -

    - For logic, and compiles to &&, and or - into ||. -

    -

    - Instead of a newline or semicolon, then can be used to separate - conditions from expressions, in while, - if/else, and switch/when statements. -

    -

    - As in YAML, on and yes - are the same as boolean true, while off and no are boolean false. -

    -

    - For single-line statements, unless can be used as the inverse of if. -

    -

    - As a shortcut for this.property, you can use @property. -

    -

    - You can use in to test for array presence, and of to - test for JavaScript object-key presence. -

    - <%= code_for('aliases') %> - -

    - - Splats... - The JavaScript arguments object is a useful way to work with - functions that accept variable numbers of arguments. CoffeeScript provides - splats ..., both for function definition as well as invocation, - making variable numbers of arguments a little bit more palatable. -

    - <%= code_for('splats', true) %> - -

    - - While, Until, and Loop - The only low-level loop that CoffeeScript provides is the while loop. The - main difference from JavaScript is that the while loop can be used - as an expression, returning an array containing the result of each iteration - through the loop. -

    - <%= code_for('while', 'lyrics.join("\n")') %> -

    - For readability, the until keyword is equivalent to while not, - and the loop keyword is equivalent to while true. - Other JavaScript loops, such as for loops and do-while loops - can be mimicked by variations on loop, but the hope is that you - won't need to do that with CoffeeScript, either because you're using - each (forEach) style iterators, or... -

    - -

    - - Comprehensions (Arrays, Objects, and Ranges) - For your looping needs, CoffeeScript provides array comprehensions - similar to Python's. They replace (and compile into) for loops, with - optional guard clauses and the value of the current array index. - Unlike for loops, array comprehensions are expressions, and can be returned - and assigned. They should be able to handle most places where you otherwise - would use a loop, each/forEach, map, or select/filter. -

    - <%= code_for('array_comprehensions') %> -

    - If you know the start and end of your loop, or would like to step through - in fixed-size increments, you can use a range to specify the start and - end of your comprehension. -

    - <%= code_for('range_comprehensions', 'countdown') %> -

    - Comprehensions can also be used to iterate over the keys and values in - an object. Use of to signal comprehension over the properties of - an object instead of the values in an array. -

    - <%= code_for('object_comprehensions', 'ages.join(", ")') %> -

    - By default, object comprehensions are safe, and use a hasOwnProperty - check to make sure that you're dealing with properties on the current - object. If you'd like the regular JavaScript
    for (key in obj) ... - loop, for speed or for another reason, you can use
    - for all key, value of object in CoffeeScript. -

    - -

    - - Array Slicing and Splicing with Ranges - CoffeeScript borrows Ruby's - range syntax - for extracting slices of arrays. With two dots (3..5), the range - is inclusive: the first argument is the index of the first element in - the slice, and the second is the index of the last one. Three dots signify - a range that excludes the end. -

    - <%= code_for('slices', 'copy') %> -

    - The same syntax can be used with assignment to replace a segment of an - array with new values (to splice it). -

    - <%= code_for('splices', 'numbers') %> - -

    - - Everything is an Expression (at least, as much as possible) - You might have noticed how even though we don't add return statements - to CoffeeScript functions, they nonetheless return their final value. - The CoffeeScript compiler tries to make sure that all statements in the - language can be used as expressions. Watch how the return gets - pushed down into each possible branch of execution, in the function - below. -

    - <%= code_for('expressions', 'eldest') %> -

    - Even though functions will always return their final value, it's both possible - and encouraged to return early from a function body writing out the explicit - return (return value), when you know that you're done. -

    -

    - Because variable declarations occur at the top of scope, assignment can - be used within expressions, even for variables that haven't been seen before: -

    - <%= code_for('expressions_assignment', 'six') %> -

    - Things that would otherwise be statements in JavaScript, when used - as part of an expression in CoffeeScript, are converted into expressions - by wrapping them in a closure. This lets you do useful things, like assign - the result of a comprehension to a variable: -

    - <%= code_for('expressions_comprehension', 'globals') %> -

    - As well as silly things, like passing a try/catch statement directly - into a function call: -

    - <%= code_for('expressions_try', true) %> -

    - There are a handful of statements in JavaScript that can't be meaningfully - converted into expressions, namely break, continue, - and return. If you make use of them within a block of code, - CoffeeScript won't try to perform the conversion. -

    - -

    - - The Existential Operator - It's a little difficult to check for the existence of a variable in - JavaScript. if (variable) ... comes close, but fails for zero, - the empty string, and false. CoffeeScript's existential operator ? returns true unless - a variable is null or undefined, which makes it analogous - to Ruby's nil? -

    -

    - It can also be used for safer conditional assignment than ||= - provides, for cases where you may be handling numbers or strings. -

    - <%= code_for('existence', 'speed') %> -

    - The accessor variant of the existential operator ?. can be used to soak - up null references in a chain of properties. Use it instead - of the dot accessor . in cases where the base value may be null - or undefined. If all of the properties exist then you'll get the expected - result, if the chain is broken, undefined is returned instead of - the TypeError that would be raised otherwise. -

    - <%= code_for('soaks') %> -

    - Soaking up nulls is similar to Ruby's - andand gem, and to the - safe navigation operator - in Groovy. -

    - -

    - - Classes, Inheritance, and Super - JavaScript's prototypal inheritance has always been a bit of a - brain-bender, with a whole family tree of libraries that provide a cleaner - syntax for classical inheritance on top of JavaScript's prototypes: - Base2, - Prototype.js, - JS.Class, etc. - The libraries provide syntactic sugar, but the built-in inheritance would - be completely usable if it weren't for a couple of small exceptions: - it's awkward to call super (the prototype object's - implementation of the current function), and it's awkward to correctly - set the prototype chain. -

    -

    - Instead of repetitively attaching functions to a prototype, CoffeeScript - provides a basic class structure that allows you to name your class, - set the superclass, assign prototypal properties, and define the constructor, - in a single assignable expression. -

    - <%= code_for('classes', true) %> -

    - If structuring your prototypes classically isn't your cup of tea, CoffeeScript - provides a couple of lower-level conveniences. The extends operator - helps with proper prototype setup, :: gives you - quick access to an object's prototype, and super() - is converted into a call against the immediate ancestor's method of the same name. -

    - <%= code_for('prototypes', '"one_two".dasherize()') %> -

    - Finally, you may assign Class-level (static) properties within a class - definition by using
    @property: value -

    - -

    - - Pattern Matching (Destructuring Assignment) - To make extracting values from complex arrays and objects more convenient, - CoffeeScript implements ECMAScript Harmony's proposed - destructuring assignment - syntax. When you assign an array or object literal to a value, CoffeeScript - breaks up and matches both sides against each other, assigning the values - on the right to the variables on the left. In the simplest case, it can be - used for parallel assignment: -

    - <%= code_for('parallel_assignment', 'theBait') %> -

    - But it's also helpful for dealing with functions that return multiple - values. -

    - <%= code_for('multiple_return_values', 'forecast') %> -

    - Pattern matching can be used with any depth of array and object nesting, - to help pull out deeply nested properties. -

    - <%= code_for('object_extraction', 'name + " — " + street') %> -

    - Pattern matching can even be combined with splats. -

    - <%= code_for('patterns_and_splats', 'contents.join("")') %> - -

    - - Function binding - In JavaScript, the this keyword is dynamically scoped to mean the - object that the current function is attached to. If you pass a function as - as callback, or attach it to a different object, the original value of this - will be lost. If you're not familiar with this behavior, - this Digital Web article - gives a good overview of the quirks. -

    -

    - The fat arrow => can be used to both define a function, and to bind - it to the current value of this, right on the spot. This is helpful - when using callback-based libraries like Prototype or jQuery, for creating - iterator functions to pass to each, or event-handler functions - to use with bind. Functions created with the fat arrow are able to access - properties of the this where they're defined. -

    - <%= code_for('fat_arrow') %> -

    - If we had used -> in the callback above, @customer would - have referred to the undefined "customer" property of the DOM element, - and trying to call purchase() on it would have raised an exception. -

    - -

    - - Embedded JavaScript - Hopefully, you'll never need to use it, but if you ever need to intersperse - snippets of JavaScript within your CoffeeScript, you can - use backticks to pass it straight through. -

    - <%= code_for('embedded', 'hi()') %> - -

    - - Switch/When/Else - Switch statements in JavaScript are a bit awkward. You need to - remember to break at the end of every case statement to - avoid accidentally falling through to the default case. - CoffeeScript prevents accidental fall-through, and can convert the switch - into a returnable, assignable expression. The format is: switch condition, - when clauses, else the default case. -

    -

    - As in Ruby, switch statements in CoffeeScript can take multiple - values for each when clause. If any of the values match, the clause - runs. -

    - <%= code_for('switch') %> - -

    - - Try/Catch/Finally - Try/catch statements are just about the same as JavaScript (although - they work as expressions). -

    - <%= code_for('try') %> - -

    - - Chained Comparisons - CoffeeScript borrows - chained comparisons - from Python — making it easy to test if a value falls within a - certain range. -

    - <%= code_for('comparisons', 'healthy') %> - -

    - - String and RegExp Interpolation - Ruby-style string interpolation is included in CoffeeScript. Double-quoted - strings allow for interpolated values, while single-quoted strings are literal. -

    - <%= code_for('interpolation', 'quote') %> -

    - And arbitrary expressions can be interpolated by using brackets #{ ... }
    - Interpolation works the same way within regular expressions. -

    - <%= code_for('interpolation_expression', 'sentence') %> - -

    - - Multiline Strings, Heredocs, and Block Comments - Multiline strings are allowed in CoffeeScript. -

    - <%= code_for('strings', 'mobyDick') %> -

    - Heredocs can be used to hold formatted or indentation-sensitive text - (or, if you just don't feel like escaping quotes and apostrophes). The - indentation level that begins the heredoc is maintained throughout, so - you can keep it all aligned with the body of your code. -

    - <%= code_for('heredocs') %> -

    - Double-quoted heredocs, like double-quoted strings, allow interpolation. -

    -

    - Sometimes you'd like to pass a block comment through to the generated - JavaScript. For example, when you need to embed a licensing header at - the top of a file. Block comments, which mirror the synax for heredocs, - are preserved in the generated code. -

    - <%= code_for('block_comment') %> - -

    - - Cake, and Cakefiles -

    - -

    - CoffeeScript includes a simple build system similar to - Make and - Rake. Naturally, - it's called Cake, and is used for the build and test tasks for the CoffeeScript - language itself. Tasks are defined in a file named Cakefile, and - can be invoked by running cake taskname from within the directory. - To print a list of all the tasks and options, just run cake. -

    - -

    - Task definitions are written in CoffeeScript, so you can put arbitrary code - in your Cakefile. Define a task with a name, a long description, and the - function to invoke when the task is run. If your task takes a command-line - option, you can define the option with short and long flags, and it will - be made available in the options object. Here's a task that uses - the Node.js API to rebuild CoffeeScript's parser: -

    - <%= code_for('cake_tasks') %> -

    - If you need to invoke one task before another — for example, running - build before test, you can use the invoke function: - invoke 'build' -

    - -

    - - "text/coffeescript" Script Tags -

    - -

    - While it's not recommended for serious use, CoffeeScripts may be included - directly within the browser using <script type="text/coffeescript"> - tags. The source includes a compressed and minified version of the compiler - (Download current version here, 43k when gzipped) - as extras/coffee-script.js. Include this file on a page with - inline CoffeeScript tags, and it will compile and evaluate them in order. -

    - -

    - In fact, the little bit of glue script that runs "Try CoffeeScript" above, - as well as jQuery for the menu, is implemented in just this way. - View source and look at the bottom of the page to see the example. - Including the script also gives you access to CoffeeScript.compile() - so you can pop open Firebug and try compiling some strings. -

    - -

    - The usual caveats about CoffeeScript apply — your inline scripts will - run within a closure wrapper, so if you want to expose global variables or - functions, attach them to the window object. -

    - -

    - - Resources -

    - -
      -
    • - Source Code
      - Use bin/coffee to test your changes,
      - bin/cake test to run the test suite,
      - bin/cake build to rebuild the CoffeeScript compiler, and
      - bin/cake build:parser to regenerate the Jison parser if you're - working on the grammar.

      - git checkout lib && bin/cake build:full is a good command to run when you're working - on the core language. It'll refresh the lib directory - (in case you broke something), build your altered compiler, use that to - rebuild itself (a good sanity test) and then run all of the tests. If - they pass, there's a good chance you've made a successful change. -
    • -
    • - CoffeeScript Issues
      - Bugs reports, feature requests, and general discussion all belong here. -
    • -
    • - If you'd like to chat, stop by #coffeescript on Freenode in the - IRC client of your choice, or on - webchat.freenode.net. -
    • -
    • - yeungda's JCoffeeScript - — A Java Library that uses Rhino to compile CoffeeScript, allowing - compilation within Java projects or on systems that Node.js doesn't support. -
    • -
    • - defunkt's CoffeeScript Major Mode - — a Emacs major mode that provides syntax highlighting, indentation - support, and some bonus commands. -
    • -
    • - jashkenas's CoffeeScript TextMate Bundle - — which provides syntax highlighting, snippet expansion, and the - ability to run bits of CoffeeScript from within TextMate itself. -
    • -
    • - kchmck's Vim CoffeeScript - — which adds Vim syntax highlighting and indentation support. -
    • -
    • - wavded's gedit-coffeescript - — a CoffeeScript syntax highlighter for the gedit text editor. -
    • -
    • - yeungda's coffeescript-idea - — a plugin for IntelliJ IDEA and RubyMine providing syntax highlighting. -
    • -
    • - mattly's rack-coffee - — a small Rack middleware for serving CoffeeScript files as - compiled JavaScript on the fly. -
    • -
    • - jnicklas's BistroCar - — a plugin that serves and bundles CoffeeScript from within your - Rails application. -
    • -
    • - dsc's CoffeeCup - — a Python WSGI middleware that compiles CoffeeScript to JavaScript - on-demand during development. -
    • -
    • - sutto's Barista - — a BistroCar alternative that integrates well with - Jammit and Rails 3. -
    • -
    • - inem and gerad's coffee-haml-filter - — a custom filter for rendering CoffeeScript inline within - HAML templates. -
    • -
    • - chrislloyd's Roast - — a CoffeeScript compiler plug-in that allows you to include external - source files. -
    • -
    • - andrzejsliwa's CoffeeApp - — a CoffeeScript wrapper for CouchApps, web applications served - directly from CouchDB. -
    • -
    • - mauricemach's CoffeeKup - — Markup as CoffeeScript. After _why's - Markaby. -
    • -
    • - jashkenas's Docco - — a quick-and-dirty literate-programming-style documentation generator - for CoffeeScript. Used to produce the annotated source. -
    • -
    - -

    - - Web Chat (IRC) -

    - -

    - Quick help and advice can usually be found in the CoffeeScript IRC room. - Join #coffeescript on irc.freenode.net, or click the - button below to open a webchat session on this page. -

    - -

    - -

    - -

    - - Change Log -

    - -

    - 0.9.4 - CoffeeScript now uses appropriately-named temporary variables, and recycles - their references after use. Added require.extensions support for - Node.js 0.3. Loading CoffeeScript in the browser now adds just a - single CoffeeScript object to global scope. - Fixes for implicit object and block comment edge cases. -

    - -

    - 0.9.3 - CoffeeScript switch statements now compile into JS switch - statements — they previously compiled into if/else chains - for JavaScript 1.3 compatibility. - Soaking a function invocation is now supported. Users of the RubyMine - editor should now be able to use --watch mode. -

    - -

    - 0.9.2 - Specifying the start and end of a range literal is now optional, eg. array[3..]. - You can now say a not instanceof b. - Fixed important bugs with nested significant and non-significant indentation (Issue #637). - Added a --require flag that allows you to hook into the coffee command. - Added a custom jsl.conf file for our preferred JavaScriptLint setup. - Sped up Jison grammar compilation time by flattening rules for operations. - Block comments can now be used with JavaScript-minifier-friendly syntax. - Added JavaScript's compound assignment bitwise operators. Bugfixes to - implicit object literals with leading number and string keys, as the subject - of implicit calls, and as part of compound assignment. -

    - -

    - 0.9.1 - Bugfix release for 0.9.1. Greatly improves the handling of mixed - implicit objects, implicit function calls, and implicit indentation. - String and regex interpolation is now strictly #{ ... } (Ruby style). - The compiler now takes a --require flag, which specifies scripts - to run before compilation. -

    - -

    - 0.9.0 - The CoffeeScript 0.9 series is considered to be a release candidate - for 1.0; let's give her a shakedown cruise. 0.9.0 introduces a massive - backwards-incompatible change: Assignment now uses =, and object - literals use :, as in JavaScript. This allows us to have implicit - object literals, and YAML-style object definitions. Half assignments are - removed, in favor of +=, or=, and friends. - Interpolation now uses a hash mark # instead of the dollar sign - $ — because dollar signs may be part of a valid JS identifier. - Downwards range comprehensions are now safe again, and are optimized to - straight for loops when created with integer endpoints. - A fast, unguarded form of object comprehension was added: - for all key, value of object. Mentioning the super keyword - with no arguments now forwards all arguments passed to the function, - as in Ruby. If you extend class B from parent class A, if - A has an extended method defined, it will be called, passing in B — - this enables static inheritance, among other things. Cleaner output for - functions bound with the fat arrow. @variables can now be used - in parameter lists, with the parameter being automatically set as a property - on the object — useful in constructors and setter functions. - Constructor functions can now take splats. -

    - -

    - 0.7.2 - Quick bugfix (right after 0.7.1) for a problem that prevented coffee - command-line options from being parsed in some circumstances. -

    - -

    - 0.7.1 - Block-style comments are now passed through and printed as JavaScript block - comments -- making them useful for licenses and copyright headers. Better - support for running coffee scripts standalone via hashbangs. - Improved syntax errors for tokens that are not in the grammar. -

    - -

    - 0.7.0 - Official CoffeeScript variable style is now camelCase, as in JavaScript. - Reserved words are now allowed as object keys, and will be quoted for you. - Range comprehensions now generate cleaner code, but you have to specify by -1 - if you'd like to iterate downward. Reporting of syntax errors is greatly - improved from the previous release. Running coffee with no arguments - now launches the REPL, with Readline support. The <- bind operator - has been removed from CoffeeScript. The loop keyword was added, - which is equivalent to a while true loop. Comprehensions that contain - closures will now close over their variables, like the semantics of a forEach. - You can now use bound function in class definitions (bound to the instance). - For consistency, a in b is now an array presence check, and a of b - is an object-key check. Comments are no longer passed through to the generated - JavaScript. -

    - -

    - 0.6.2 - The coffee command will now preserve directory structure when - compiling a directory full of scripts. Fixed two omissions that were preventing - the CoffeeScript compiler from running live within Internet Explorer. - There's now a syntax for block comments, similar in spirit to CoffeeScript's heredocs. - ECMA Harmony DRY-style pattern matching is now supported, where the name - of the property is the same as the name of the value: {name, length}: func. - Pattern matching is now allowed within comprehension variables. unless - is now allowed in block form. until loops were added, as the inverse - of while loops. switch statements are now allowed without - switch object clauses. Compatible - with Node.js v0.1.95. -

    - -

    - 0.6.1 - Upgraded CoffeeScript for compatibility with the new Node.js v0.1.90 - series. -

    - -

    - 0.6.0 - Trailing commas are now allowed, a-la Python. Static - properties may be assigned directly within class definitions, - using @property notation. -

    - -

    - 0.5.6 - Interpolation can now be used within regular expressions and heredocs, as well as - strings. Added the <- bind operator. - Allowing assignment to half-expressions instead of special ||=-style - operators. The arguments object is no longer automatically converted into - an array. After requiring coffee-script, Node.js can now directly - load .coffee files, thanks to registerExtension. Multiple - splats can now be used in function calls, arrays, and pattern matching. -

    - -

    - 0.5.5 - String interpolation, contributed by - Stan Angeloff. - Since --run has been the default since 0.5.3, updating - --stdio and --eval to run by default, pass --compile - as well if you'd like to print the result. -

    - -

    - 0.5.4 - Bugfix that corrects the Node.js global constants __filename and - __dirname. Tweaks for more flexible parsing of nested function - literals and improperly-indented comments. Updates for the latest Node.js API. -

    - -

    - 0.5.3 - CoffeeScript now has a syntax for defining classes. Many of the core - components (Nodes, Lexer, Rewriter, Scope, Optparse) are using them. - Cakefiles can use optparse.coffee to define options for tasks. - --run is now the default flag for the coffee command, - use --compile to save JavaScripts. Bugfix for an ambiguity between - RegExp literals and chained divisions. -

    - -

    - 0.5.2 - Added a compressed version of the compiler for inclusion in web pages as -
    extras/coffee-script.js. It'll automatically run any script tags - with type text/coffeescript for you. Added a --stdio option - to the coffee command, for piped-in compiles. -

    - - -

    - 0.5.1 - Improvements to null soaking with the existential operator, including - soaks on indexed properties. Added conditions to while loops, - so you can use them as filters with when, in the same manner as - comprehensions. -

    - -

    - 0.5.0 - CoffeeScript 0.5.0 is a major release, While there are no language changes, - the Ruby compiler has been removed in favor of a self-hosting - compiler written in pure CoffeeScript. -

    - -

    - 0.3.2 - @property is now a shorthand for this.property.
    - Switched the default JavaScript engine from Narwhal to Node.js. Pass - the --narwhal flag if you'd like to continue using it. -

    - -

    - 0.3.0 - CoffeeScript 0.3 includes major syntax changes: -
    - The function symbol was changed to - ->, and the bound function symbol is now =>. -
    - Parameter lists in function definitions must now be wrapped in parentheses. -
    - Added property soaking, with the ?. operator. -
    - Made parentheses optional, when invoking functions with arguments. -
    - Removed the obsolete block literal syntax. -

    - -

    - 0.2.6 - Added Python-style chained comparisons, the conditional existence - operator ?=, and some examples from Beautiful Code. - Bugfixes relating to statement-to-expression conversion, arguments-to-array - conversion, and the TextMate syntax highlighter. -

    - -

    - 0.2.5 - The conditions in switch statements can now take multiple values at once — - If any of them are true, the case will run. Added the long arrow ==>, - which defines and immediately binds a function to this. While loops can - now be used as expressions, in the same way that comprehensions can. Splats - can be used within pattern matches to soak up the rest of an array. -

    - -

    - 0.2.4 - Added ECMAScript Harmony style destructuring assignment, for dealing with - extracting values from nested arrays and objects. Added indentation-sensitive - heredocs for nicely formatted strings or chunks of code. -

    - -

    - 0.2.3 - Axed the unsatisfactory ino keyword, replacing it with of for - object comprehensions. They now look like: for prop, value of object. -

    - -

    - 0.2.2 - When performing a comprehension over an object, use ino, instead - of in, which helps us generate smaller, more efficient code at - compile time. -
    - Added :: as a shorthand for saying .prototype. -
    - The "splat" symbol has been changed from a prefix asterisk *, to - a postfix ellipsis ... -
    - Added JavaScript's in operator, - empty return statements, and empty while loops. -
    - Constructor functions that start with capital letters now include a - safety check to make sure that the new instance of the object is returned. -
    - The extends keyword now functions identically to goog.inherits - in Google's Closure Library. -

    - -

    - 0.2.1 - Arguments objects are now converted into real arrays when referenced. -

    - -

    - 0.2.0 - Major release. Significant whitespace. Better statement-to-expression - conversion. Splats. Splice literals. Object comprehensions. Blocks. - The existential operator. Many thanks to all the folks who posted issues, - with special thanks to - Liam O'Connor-Davis for whitespace - and expression help. -

    - -

    - 0.1.6 - Bugfix for running coffee --interactive and --run - from outside of the CoffeeScript directory. Bugfix for nested - function/if-statements. -

    - -

    - 0.1.5 - Array slice literals and array comprehensions can now both take Ruby-style - ranges to specify the start and end. JavaScript variable declaration is - now pushed up to the top of the scope, making all assignment statements into - expressions. You can use \ to escape newlines. - The coffee-script command is now called coffee. -

    - -

    - 0.1.4 - The official CoffeeScript extension is now .coffee instead of - .cs, which properly belongs to - C#. - Due to popular demand, you can now also use = to assign. Unlike - JavaScript, = can also be used within object literals, interchangeably - with :. Made a grammatical fix for chained function calls - like func(1)(2)(3)(4). Inheritance and super no longer use - __proto__, so they should be IE-compatible now. -

    - -

    - 0.1.3 - The coffee command now includes --interactive, - which launches an interactive CoffeeScript session, and --run, - which directly compiles and executes a script. Both options depend on a - working installation of Narwhal. - The aint keyword has been replaced by isnt, which goes - together a little smoother with is. - Quoted strings are now allowed as identifiers within object literals: eg. - {"5+5": 10}. - All assignment operators now use a colon: +:, -:, - *:, etc. -

    - -

    - 0.1.2 - Fixed a bug with calling super() through more than one level of - inheritance, with the re-addition of the extends keyword. - Added experimental Narwhal - support (as a Tusk package), contributed by - Tom Robinson, including - bin/cs as a CoffeeScript REPL and interpreter. - New --no-wrap option to suppress the safety function - wrapper. -

    - -

    - 0.1.1 - Added instanceof and typeof as operators. -

    - -

    - 0.1.0 - Initial CoffeeScript release. -

    - -
    - - - - - - - - diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/aliases.js b/node/node_modules/jade/support/coffee-script/documentation/js/aliases.js deleted file mode 100644 index a3675d6..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/aliases.js +++ /dev/null @@ -1,17 +0,0 @@ -var volume, winner; -if (ignition === true) { - launch(); -} -if (band !== SpinalTap) { - volume = 10; -} -if (answer !== false) { - letTheWildRumpusBegin(); -} -if (car.speed < limit) { - accelerate(); -} -if ((47 === pick || 92 === pick || 13 === pick)) { - winner = true; -} -print(inspect("My name is " + this.name)); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/array_comprehensions.js b/node/node_modules/jade/support/coffee-script/documentation/js/array_comprehensions.js deleted file mode 100644 index 2260db7..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/array_comprehensions.js +++ /dev/null @@ -1,20 +0,0 @@ -var _i, _len, _len2, _ref, _result, food, lunch, pos, roid, roid2; -lunch = (function() { - _result = []; _ref = ['toast', 'cheese', 'wine']; - for (_i = 0, _len = _ref.length; _i < _len; _i++) { - food = _ref[_i]; - _result.push(eat(food)); - } - return _result; -})(); -for (pos = 0, _len = asteroids.length; pos < _len; pos++) { - roid = asteroids[pos]; - for (_i = 0, _len2 = asteroids.length; _i < _len2; _i++) { - roid2 = asteroids[_i]; - if (roid !== roid2) { - if (roid.overlaps(roid2)) { - roid.explode(); - } - } - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/block_comment.js b/node/node_modules/jade/support/coffee-script/documentation/js/block_comment.js deleted file mode 100644 index ae602e6..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/block_comment.js +++ /dev/null @@ -1,4 +0,0 @@ -/* -CoffeeScript Compiler v0.9.4 -Released under the MIT License -*/ \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/cake_tasks.js b/node/node_modules/jade/support/coffee-script/documentation/js/cake_tasks.js deleted file mode 100644 index b1c0914..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/cake_tasks.js +++ /dev/null @@ -1,10 +0,0 @@ -var fs; -fs = require('fs'); -option('-o', '--output [DIR]', 'directory for compiled code'); -task('build:parser', 'rebuild the Jison parser', function(options) { - var code, dir; - require('jison'); - code = require('./lib/grammar').parser.generate(); - dir = options.output || 'lib'; - return fs.writeFile("" + dir + "/parser.js", code); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/classes.js b/node/node_modules/jade/support/coffee-script/documentation/js/classes.js deleted file mode 100644 index 279885f..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/classes.js +++ /dev/null @@ -1,42 +0,0 @@ -var Animal, Horse, Snake, sam, tom; -var __extends = function(child, parent) { - var ctor = function() {}; - ctor.prototype = parent.prototype; - child.prototype = new ctor(); - child.prototype.constructor = child; - if (typeof parent.extended === "function") parent.extended(child); - child.__super__ = parent.prototype; -}; -Animal = (function() { - return function Animal(_arg) { - this.name = _arg; - return this; - }; -})(); -Animal.prototype.move = function(meters) { - return alert(this.name + " moved " + meters + "m."); -}; -Snake = (function() { - return function Snake() { - return Animal.apply(this, arguments); - }; -})(); -__extends(Snake, Animal); -Snake.prototype.move = function() { - alert("Slithering..."); - return Snake.__super__.move.call(this, 5); -}; -Horse = (function() { - return function Horse() { - return Animal.apply(this, arguments); - }; -})(); -__extends(Horse, Animal); -Horse.prototype.move = function() { - alert("Galloping..."); - return Horse.__super__.move.call(this, 45); -}; -sam = new Snake("Sammy the Python"); -tom = new Horse("Tommy the Palomino"); -sam.move(); -tom.move(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/comparisons.js b/node/node_modules/jade/support/coffee-script/documentation/js/comparisons.js deleted file mode 100644 index e1ce0cc..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/comparisons.js +++ /dev/null @@ -1,3 +0,0 @@ -var cholesterol, healthy; -cholesterol = 127; -healthy = (200 > cholesterol) && (cholesterol > 60); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/conditionals.js b/node/node_modules/jade/support/coffee-script/documentation/js/conditionals.js deleted file mode 100644 index bee05fb..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/conditionals.js +++ /dev/null @@ -1,12 +0,0 @@ -var date, mood, options; -if (singing) { - mood = greatlyImproved; -} -if (happy && knowsIt) { - clapsHands(); - chaChaCha(); -} else { - showIt(); -} -date = friday ? sue : jill; -options || (options = defaults); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/embedded.js b/node/node_modules/jade/support/coffee-script/documentation/js/embedded.js deleted file mode 100644 index 3db2b0f..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/embedded.js +++ /dev/null @@ -1,4 +0,0 @@ -var hi; -hi = function() { - return [document.title, "Hello JavaScript"].join(": "); -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/existence.js b/node/node_modules/jade/support/coffee-script/documentation/js/existence.js deleted file mode 100644 index 6fc021b..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/existence.js +++ /dev/null @@ -1,5 +0,0 @@ -var solipsism, speed; -if ((typeof mind !== "undefined" && mind !== null) && !(typeof world !== "undefined" && world !== null)) { - solipsism = true; -} -(typeof speed !== "undefined" && speed !== null) ? speed : (speed = 140); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/expressions.js b/node/node_modules/jade/support/coffee-script/documentation/js/expressions.js deleted file mode 100644 index 6ea42bc..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/expressions.js +++ /dev/null @@ -1,5 +0,0 @@ -var eldest, grade; -grade = function(student) { - return student.excellentWork ? "A+" : (student.okayStuff ? (student.triedHard ? "B" : "B-") : "C"); -}; -eldest = 24 > 21 ? "Liz" : "Ike"; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/expressions_assignment.js b/node/node_modules/jade/support/coffee-script/documentation/js/expressions_assignment.js deleted file mode 100644 index e75323d..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/expressions_assignment.js +++ /dev/null @@ -1,2 +0,0 @@ -var one, six, three, two; -six = (one = 1) + (two = 2) + (three = 3); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/expressions_comprehension.js b/node/node_modules/jade/support/coffee-script/documentation/js/expressions_comprehension.js deleted file mode 100644 index 771e67f..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/expressions_comprehension.js +++ /dev/null @@ -1,10 +0,0 @@ -var _result, globals, name; -var __hasProp = Object.prototype.hasOwnProperty; -globals = (function() { - _result = []; - for (name in window) { - if (!__hasProp.call(window, name)) continue; - _result.push(name); - } - return _result; -})().slice(0, 10); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/expressions_try.js b/node/node_modules/jade/support/coffee-script/documentation/js/expressions_try.js deleted file mode 100644 index 19a9506..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/expressions_try.js +++ /dev/null @@ -1,7 +0,0 @@ -alert((function() { - try { - return nonexistent / undefined; - } catch (error) { - return "And the error is ... " + error; - } -})()); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/fat_arrow.js b/node/node_modules/jade/support/coffee-script/documentation/js/fat_arrow.js deleted file mode 100644 index 9f8f50d..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/fat_arrow.js +++ /dev/null @@ -1,11 +0,0 @@ -var Account; -var __bind = function(func, context) { - return function() { return func.apply(context, arguments); }; -}; -Account = function(customer, cart) { - this.customer = customer; - this.cart = cart; - return $('.shopping_cart').bind('click', __bind(function(event) { - return this.customer.purchase(this.cart); - }, this)); -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/functions.js b/node/node_modules/jade/support/coffee-script/documentation/js/functions.js deleted file mode 100644 index ec38bc7..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/functions.js +++ /dev/null @@ -1,7 +0,0 @@ -var cube, square; -square = function(x) { - return x * x; -}; -cube = function(x) { - return square(x) * x; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/heredocs.js b/node/node_modules/jade/support/coffee-script/documentation/js/heredocs.js deleted file mode 100644 index 0cbcb2a..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/heredocs.js +++ /dev/null @@ -1,2 +0,0 @@ -var html; -html = '\n cup of coffeescript\n'; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/interpolation.js b/node/node_modules/jade/support/coffee-script/documentation/js/interpolation.js deleted file mode 100644 index 6b4e124..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/interpolation.js +++ /dev/null @@ -1,3 +0,0 @@ -var author, quote; -author = "Wittgenstein"; -quote = ("A picture is a fact. -- " + author); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/interpolation_expression.js b/node/node_modules/jade/support/coffee-script/documentation/js/interpolation_expression.js deleted file mode 100644 index 166e08d..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/interpolation_expression.js +++ /dev/null @@ -1,4 +0,0 @@ -var dates, sentence, sep; -sentence = ("" + (22 / 7) + " is a decent approximation of π"); -sep = "[.\\/\\- ]"; -dates = /\d+#{sep}\d+#{sep}\d+/g; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/multiple_return_values.js b/node/node_modules/jade/support/coffee-script/documentation/js/multiple_return_values.js deleted file mode 100644 index e4bf1e6..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/multiple_return_values.js +++ /dev/null @@ -1,5 +0,0 @@ -var _ref, city, forecast, temp, weatherReport; -weatherReport = function(location) { - return [location, 72, "Mostly Sunny"]; -}; -_ref = weatherReport("Berkeley, CA"), city = _ref[0], temp = _ref[1], forecast = _ref[2]; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/object_comprehensions.js b/node/node_modules/jade/support/coffee-script/documentation/js/object_comprehensions.js deleted file mode 100644 index 8d719ed..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/object_comprehensions.js +++ /dev/null @@ -1,16 +0,0 @@ -var _result, age, ages, child, yearsOld; -var __hasProp = Object.prototype.hasOwnProperty; -yearsOld = { - max: 10, - ida: 9, - tim: 11 -}; -ages = (function() { - _result = []; - for (child in yearsOld) { - if (!__hasProp.call(yearsOld, child)) continue; - age = yearsOld[child]; - _result.push(child + " is " + age); - } - return _result; -})(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/object_extraction.js b/node/node_modules/jade/support/coffee-script/documentation/js/object_extraction.js deleted file mode 100644 index 90eff3d..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/object_extraction.js +++ /dev/null @@ -1,10 +0,0 @@ -var _ref, _ref2, city, futurists, name, street; -futurists = { - sculptor: "Umberto Boccioni", - painter: "Vladimir Burliuk", - poet: { - name: "F.T. Marinetti", - address: ["Via Roma 42R", "Bellagio, Italy 22021"] - } -}; -_ref = futurists.poet, name = _ref.name, _ref2 = _ref.address, street = _ref2[0], city = _ref2[1]; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/objects_and_arrays.js b/node/node_modules/jade/support/coffee-script/documentation/js/objects_and_arrays.js deleted file mode 100644 index 57b544d..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/objects_and_arrays.js +++ /dev/null @@ -1,17 +0,0 @@ -var kids, matrix, singers, song; -song = ["do", "re", "mi", "fa", "so"]; -singers = { - Jagger: "Rock", - Elvis: "Roll" -}; -matrix = [1, 0, 1, 0, 0, 1, 1, 1, 0]; -kids = { - brother: { - name: "Max", - age: 11 - }, - sister: { - name: "Ida", - age: 9 - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/objects_reserved.js b/node/node_modules/jade/support/coffee-script/documentation/js/objects_reserved.js deleted file mode 100644 index db54cf6..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/objects_reserved.js +++ /dev/null @@ -1,3 +0,0 @@ -$('.account').css({ - "class": 'active' -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/overview.js b/node/node_modules/jade/support/coffee-script/documentation/js/overview.js deleted file mode 100644 index 5bdbffa..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/overview.js +++ /dev/null @@ -1,34 +0,0 @@ -var _i, _len, _result, cubes, list, math, num, number, opposite, race, square; -var __slice = Array.prototype.slice; -number = 42; -opposite = true; -if (opposite) { - number = -42; -} -square = function(x) { - return x * x; -}; -list = [1, 2, 3, 4, 5]; -math = { - root: Math.sqrt, - square: square, - cube: function(x) { - return x * square(x); - } -}; -race = function(winner) { - var runners; - runners = __slice.call(arguments, 1); - return print(winner, runners); -}; -if (typeof elvis !== "undefined" && elvis !== null) { - alert("I knew it!"); -} -cubes = (function() { - _result = []; - for (_i = 0, _len = list.length; _i < _len; _i++) { - num = list[_i]; - _result.push(math.cube(num)); - } - return _result; -})(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/parallel_assignment.js b/node/node_modules/jade/support/coffee-script/documentation/js/parallel_assignment.js deleted file mode 100644 index a24e7f6..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/parallel_assignment.js +++ /dev/null @@ -1,4 +0,0 @@ -var _ref, theBait, theSwitch; -theBait = 1000; -theSwitch = 0; -_ref = [theSwitch, theBait], theBait = _ref[0], theSwitch = _ref[1]; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/patterns_and_splats.js b/node/node_modules/jade/support/coffee-script/documentation/js/patterns_and_splats.js deleted file mode 100644 index 46b2260..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/patterns_and_splats.js +++ /dev/null @@ -1,4 +0,0 @@ -var _ref, close, contents, open, tag; -var __slice = Array.prototype.slice; -tag = ""; -_ref = tag.split(""), open = _ref[0], contents = __slice.call(_ref, 1, _ref.length - 1), close = _ref[_ref.length - 1]; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/prototypes.js b/node/node_modules/jade/support/coffee-script/documentation/js/prototypes.js deleted file mode 100644 index 418bc10..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/prototypes.js +++ /dev/null @@ -1,3 +0,0 @@ -String.prototype.dasherize = function() { - return this.replace(/_/g, "-"); -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/range_comprehensions.js b/node/node_modules/jade/support/coffee-script/documentation/js/range_comprehensions.js deleted file mode 100644 index 220d689..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/range_comprehensions.js +++ /dev/null @@ -1,19 +0,0 @@ -var _result, countdown, deliverEggs, num; -countdown = (function() { - _result = []; - for (num = 10; num >= 1; num--) { - _result.push(num); - } - return _result; -})(); -deliverEggs = function() { - var _ref, _result2, dozen, i; - _result2 = []; _ref = eggs.length; - for (i = 0; (0 <= _ref ? i < _ref : i > _ref); i += 12) { - _result2.push((function() { - dozen = eggs.slice(i, i + 12); - return deliver(new eggCarton(dozen)); - })()); - } - return _result2; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/scope.js b/node/node_modules/jade/support/coffee-script/documentation/js/scope.js deleted file mode 100644 index 478badf..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/scope.js +++ /dev/null @@ -1,8 +0,0 @@ -var changeNumbers, inner, outer; -outer = 1; -changeNumbers = function() { - var inner; - inner = -1; - return (outer = 10); -}; -inner = changeNumbers(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/slices.js b/node/node_modules/jade/support/coffee-script/documentation/js/slices.js deleted file mode 100644 index 064c502..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/slices.js +++ /dev/null @@ -1,4 +0,0 @@ -var copy, numbers, threeToSix; -numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; -threeToSix = numbers.slice(3, 6 + 1); -copy = numbers.slice(0, numbers.length); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/soaks.js b/node/node_modules/jade/support/coffee-script/documentation/js/soaks.js deleted file mode 100644 index 5cf887e..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/soaks.js +++ /dev/null @@ -1,2 +0,0 @@ -var _ref, _ref2; -(((_ref = lottery.drawWinner()) != null) ? (((_ref2 = _ref.address) != null) ? _ref2.zipcode : undefined) : undefined); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/splats.js b/node/node_modules/jade/support/coffee-script/documentation/js/splats.js deleted file mode 100644 index 3f16b83..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/splats.js +++ /dev/null @@ -1,15 +0,0 @@ -var awardMedals, contenders, gold, rest, silver; -var __slice = Array.prototype.slice; -gold = (silver = (rest = "unknown")); -awardMedals = function(first, second) { - var others; - others = __slice.call(arguments, 2); - gold = first; - silver = second; - return (rest = others); -}; -contenders = ["Michael Phelps", "Liu Xiang", "Yao Ming", "Allyson Felix", "Shawn Johnson", "Roman Sebrle", "Guo Jingjing", "Tyson Gay", "Asafa Powell", "Usain Bolt"]; -awardMedals.apply(awardMedals, contenders); -alert("Gold: " + gold); -alert("Silver: " + silver); -alert("The Field: " + rest); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/splices.js b/node/node_modules/jade/support/coffee-script/documentation/js/splices.js deleted file mode 100644 index 944f1e3..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/splices.js +++ /dev/null @@ -1,3 +0,0 @@ -var _ref, numbers; -numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; -([].splice.apply(numbers, [3, 6 - 3 + 1].concat(_ref = [-3, -4, -5, -6])), _ref); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/strings.js b/node/node_modules/jade/support/coffee-script/documentation/js/strings.js deleted file mode 100644 index cfdf5d5..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/strings.js +++ /dev/null @@ -1,2 +0,0 @@ -var mobyDick; -mobyDick = "Call me Ishmael. Some years ago -- never mind how long precisely -- having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world..."; \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/switch.js b/node/node_modules/jade/support/coffee-script/documentation/js/switch.js deleted file mode 100644 index 2449cb9..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/switch.js +++ /dev/null @@ -1,23 +0,0 @@ -switch (day) { - case "Mon": - go(work); - break; - case "Tue": - go(relax); - break; - case "Thu": - go(iceFishing); - break; - case "Fri": - case "Sat": - if (day === bingoDay) { - go(bingo); - go(dancing); - } - break; - case "Sun": - go(church); - break; - default: - go(work); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/try.js b/node/node_modules/jade/support/coffee-script/documentation/js/try.js deleted file mode 100644 index 97b089f..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/try.js +++ /dev/null @@ -1,8 +0,0 @@ -try { - allHellBreaksLoose(); - catsAndDogsLivingTogether(); -} catch (error) { - print(error); -} finally { - cleanUp(); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/documentation/js/while.js b/node/node_modules/jade/support/coffee-script/documentation/js/while.js deleted file mode 100644 index 910b839..0000000 --- a/node/node_modules/jade/support/coffee-script/documentation/js/while.js +++ /dev/null @@ -1,17 +0,0 @@ -var _result, lyrics, num; -if (this.studyingEconomics) { - while (supply > demand) { - buy(); - } - while (!(supply > demand)) { - sell(); - } -} -num = 6; -lyrics = (function() { - _result = []; - while (num -= 1) { - _result.push(num + " little monkeys, jumping on the bed. One fell out and bumped his head."); - } - return _result; -})(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/beautiful_code/binary_search.coffee b/node/node_modules/jade/support/coffee-script/examples/beautiful_code/binary_search.coffee deleted file mode 100644 index 6ad42c8..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/beautiful_code/binary_search.coffee +++ /dev/null @@ -1,16 +0,0 @@ -# Beautiful Code, Chapter 6. -# The implementation of binary search that is tested. - -# Return the index of an element in a sorted list. (or -1, if not present) -index = (list, target) -> - [low, high] = [0, list.length] - while low < high - mid = (low + high) >> 1 - val = list[mid] - return mid if val is target - if val < target then low = mid + 1 else high = mid - return -1 - -puts 2 is index [10, 20, 30, 40, 50], 30 -puts 4 is index [-97, 35, 67, 88, 1200], 1200 -puts 0 is index [0, 45, 70], 0 \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/beautiful_code/quicksort_runtime.coffee b/node/node_modules/jade/support/coffee-script/examples/beautiful_code/quicksort_runtime.coffee deleted file mode 100644 index 27794f4..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/beautiful_code/quicksort_runtime.coffee +++ /dev/null @@ -1,13 +0,0 @@ -# Beautiful Code, Chapter 3. -# Produces the expected runtime of Quicksort, for every integer from 1 to N. - -runtime = (N) -> - [sum, t] = [0, 0] - for n in [1..N] - sum += 2 * t - t = n - 1 + sum / n - t - -puts runtime(3) is 2.6666666666666665 -puts runtime(5) is 7.4 -puts runtime(8) is 16.92142857142857 diff --git a/node/node_modules/jade/support/coffee-script/examples/beautiful_code/regular_expression_matcher.coffee b/node/node_modules/jade/support/coffee-script/examples/beautiful_code/regular_expression_matcher.coffee deleted file mode 100644 index 99ed0a1..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/beautiful_code/regular_expression_matcher.coffee +++ /dev/null @@ -1,34 +0,0 @@ -# Beautiful Code, Chapter 1. -# Implements a regular expression matcher that supports character matches, -# '.', '^', '$', and '*'. - -# Search for the regexp anywhere in the text. -match = (regexp, text) -> - return match_here(regexp.slice(1), text) if regexp[0] is '^' - while text - return true if match_here(regexp, text) - text = text.slice(1) - false - -# Search for the regexp at the beginning of the text. -match_here = (regexp, text) -> - [cur, next] = [regexp[0], regexp[1]] - if regexp.length is 0 then return true - if next is '*' then return match_star(cur, regexp.slice(2), text) - if cur is '$' and not next then return text.length is 0 - if text and (cur is '.' or cur is text[0]) then return match_here(regexp.slice(1), text.slice(1)) - false - -# Search for a kleene star match at the beginning of the text. -match_star = (c, regexp, text) -> - loop - return true if match_here(regexp, text) - return false unless text and (text[0] is c or c is '.') - text = text.slice(1) - -puts match("ex", "some text") -puts match("s..t", "spit") -puts match("^..t", "buttercup") -puts match("i..$", "cherries") -puts match("o*m", "vrooooommm!") -puts match("^hel*o$", "hellllllo") \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/blocks.coffee b/node/node_modules/jade/support/coffee-script/examples/blocks.coffee deleted file mode 100644 index f9e67ff..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/blocks.coffee +++ /dev/null @@ -1,54 +0,0 @@ -# After wycats' http://yehudakatz.com/2010/02/07/the-building-blocks-of-ruby/ - -# Sinatra. -get '/hello', -> - 'Hello World' - - -# Append. -append = (location, data) -> - path = new Pathname location - throw new Error("Location does not exist") unless path.exists() - - File.open path, 'a', (file) -> - file.puts YAML.dump data - - data - - -# Rubinius' File.open implementation. -File.open = (path, mode, block) -> - io = new File path, mode - - return io unless block - - try - block io - finally - io.close() unless io.closed() - - -# Write. -write = (location, data) -> - path = new Pathname location - raise "Location does not exist" unless path.exists() - - File.open path, 'w', (file) -> - return false if Digest.MD5.hexdigest(file.read()) is data.hash() - file.puts YAML.dump data - true - - -# Rails' respond_to. -index = -> - people = Person.find 'all' - - respond_to (format) -> - format.html() - format.xml -> render xml: people.xml() - - -# Synchronization. -synchronize = (block) -> - lock() - try block() finally unlock() diff --git a/node/node_modules/jade/support/coffee-script/examples/code.coffee b/node/node_modules/jade/support/coffee-script/examples/code.coffee deleted file mode 100644 index 255feba..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/code.coffee +++ /dev/null @@ -1,171 +0,0 @@ -# Functions: -square = (x) -> x * x - -sum = (x, y) -> x + y - -odd = (x) -> x % 2 isnt 0 - -even = (x) -> x % 2 is 0 - -run_loop = -> - fire_events((e) -> e.stopPropagation()) - listen() - wait() - -# Objects: -dense_object_literal = {one: 1, two: 2, three: 3} - -spaced_out_multiline_object = - pi: 3.14159 - list: [1, 2, 3, 4] - regex: /match[ing](every|thing|\/)/gi - three: new Idea - - inner_obj: - freedom: -> _.freedom() - -# Arrays: -stooges = [{moe: 45}, {curly: 43}, {larry: 46}] - -exponents = [((x) -> x), ((x) -> x * x), ((x) -> x * x * x)] - -empty = [] - -multiline = [ - 'line one' - 'line two' -] - -# Conditionals and ternaries. -if submarine.shields_up - full_speed_ahead() - fire_torpedos() -else if submarine.sinking - abandon_ship() -else - run_away() - -eldest = if 25 > 21 then liz else marge - -decoration = medal_of_honor if war_hero - -go_to_sleep() unless coffee - -# Returning early: -race = -> - run() - walk() - crawl() - if tired then return sleep() - race() - -# Conditional assignment: -good or= evil -wine and= cheese - -# Nested property access and calls. -((moon.turn(360))).shapes[3].move({x: 45, y: 30}).position['top'].offset('x') - -a = b = c = 5 - -# Embedded JavaScript. -callback( - `function(e) { e.stop(); }` -) - -# Try/Catch/Finally/Throw. -try - all_hell_breaks_loose() - dogs_and_cats_living_together() - throw "up" -catch error - print(error) -finally - clean_up() - -try all_hell_breaks_loose() catch error then print(error) finally clean_up() - -# While loops, break and continue. -while demand > supply - sell() - restock() - -while supply > demand then buy() - -loop - break if broken - continue if continuing - -# Unary operators. -!!true - -# Lexical scoping. -v_1 = 5 -change_a_and_set_b = -> - v_1 = 10 - v_2 = 15 -v_2 = 20 - -# Array comprehensions. -supper = food.capitalize() for food in ['toast', 'cheese', 'wine'] - -drink bottle for bottle, i in ['soda', 'wine', 'lemonade'] when even i - -# Switch statements ("else" serves as a default). -activity = switch day - when "Tuesday" then eat_breakfast() - when "Sunday" then go_to_church() - when "Saturday" then go_to_the_park() - when "Wednesday" - if day is bingo_day - go_to_bingo() - else - eat_breakfast() - go_to_work() - eat_dinner() - else go_to_work() - -# Semicolons can optionally be used instead of newlines. -wednesday = -> eat_breakfast(); go_to_work(); eat_dinner() - -# Array slice literals. -zero_to_nine = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -three_to_six = zero_to_nine[3..6] - -# Multiline strings with inner quotes. -story = "Lorem ipsum dolor \"sit\" amet, consectetuer adipiscing elit, -sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna -aliquam erat volutpat. Ut wisi enim ad." - -# Inheritance and calling super. -class Animal - constructor: (@name) -> - - move: (meters) -> - alert this.name + " moved " + meters + "m." - -class Snake extends Animal - move: -> - alert 'Slithering...' - super 5 - -class Horse extends Animal - move: -> - alert 'Galloping...' - super 45 - -sam = new Snake "Sammy the Snake" -tom = new Horse "Tommy the Horse" - -sam.move() -tom.move() - -# Numbers. -a_googol = 1e100 -hex = 0xff0000 -negative = -1.0 -infinity = Infinity -nan = NaN - -# Deleting. -delete secret.identity \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/README b/node/node_modules/jade/support/coffee-script/examples/computer_science/README deleted file mode 100644 index 1046f9f..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/README +++ /dev/null @@ -1,4 +0,0 @@ -Ported from Nicholas Zakas' collection of computer science fundamentals, written -in JavaScript. Originals available here: - -http://github.com/nzakas/computer-science-in-javascript diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/binary_search.coffee b/node/node_modules/jade/support/coffee-script/examples/computer_science/binary_search.coffee deleted file mode 100644 index 69fc678..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/binary_search.coffee +++ /dev/null @@ -1,25 +0,0 @@ -# Uses a binary search algorithm to locate a value in the specified array. -binary_search = (items, value) -> - - start = 0 - stop = items.length - 1 - pivot = Math.floor (start + stop) / 2 - - while items[pivot] isnt value and start < stop - - # Adjust the search area. - stop = pivot - 1 if value < items[pivot] - start = pivot + 1 if value > items[pivot] - - # Recalculate the pivot. - pivot = Math.floor (stop + start) / 2 - - # Make sure we've found the correct value. - if items[pivot] is value then pivot else -1 - - -# Test the function. -puts 2 is binary_search [10, 20, 30, 40, 50], 30 -puts 4 is binary_search [-97, 35, 67, 88, 1200], 1200 -puts 0 is binary_search [0, 45, 70], 0 -puts(-1 is binary_search [0, 45, 70], 10) \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/bubble_sort.coffee b/node/node_modules/jade/support/coffee-script/examples/computer_science/bubble_sort.coffee deleted file mode 100644 index 4757c8e..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/bubble_sort.coffee +++ /dev/null @@ -1,11 +0,0 @@ -# A bubble sort implementation, sorting the given array in-place. -bubble_sort = (list) -> - for i in [0...list.length] - for j in [0...list.length - i] - [list[j], list[j+1]] = [list[j+1], list[j]] if list[j] > list[j+1] - list - - -# Test the function. -puts bubble_sort([3, 2, 1]).join(' ') is '1 2 3' -puts bubble_sort([9, 2, 7, 0, 1]).join(' ') is '0 1 2 7 9' \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/linked_list.coffee b/node/node_modules/jade/support/coffee-script/examples/computer_science/linked_list.coffee deleted file mode 100644 index 95bb2ef..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/linked_list.coffee +++ /dev/null @@ -1,108 +0,0 @@ -# "Classic" linked list implementation that doesn't keep track of its size. -class LinkedList - - constructor: -> - this._head = null # Pointer to the first item in the list. - - - # Appends some data to the end of the list. This method traverses the existing - # list and places the value at the end in a new node. - add: (data) -> - - # Create a new node object to wrap the data. - node = data: data, next: null - - current = this._head or= node - - if this._head isnt node - (current = current.next) while current.next - current.next = node - - this - - - # Retrieves the data at the given position in the list. - item: (index) -> - - # Check for out-of-bounds values. - return null if index < 0 - - current = this._head or null - i = -1 - - # Advance through the list. - (current = current.next) while current and index > (i += 1) - - # Return null if we've reached the end. - current and current.data - - - # Remove the item from the given location in the list. - remove: (index) -> - - # Check for out-of-bounds values. - return null if index < 0 - - current = this._head or null - i = -1 - - # Special case: removing the first item. - if index is 0 - this._head = current.next - else - - # Find the right location. - ([previous, current] = [current, current.next]) while index > (i += 1) - - # Skip over the item to remove. - previous.next = current.next - - # Return the value. - current and current.data - - - # Calculate the number of items in the list. - size: -> - current = this._head - count = 0 - - while current - count += 1 - current = current.next - - count - - - # Convert the list into an array. - toArray: -> - result = [] - current = this._head - - while current - result.push current.data - current = current.next - - result - - - # The string representation of the linked list. - toString: -> this.toArray().toString() - - -# Tests. -list = new LinkedList - -list.add("Hi") -puts list.size() is 1 -puts list.item(0) is "Hi" -puts list.item(1) is null - -list = new LinkedList -list.add("zero").add("one").add("two") -puts list.size() is 3 -puts list.item(2) is "two" -puts list.remove(1) is "one" -puts list.item(0) is "zero" -puts list.item(1) is "two" -puts list.size() is 2 -puts list.item(-10) is null diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/luhn_algorithm.coffee b/node/node_modules/jade/support/coffee-script/examples/computer_science/luhn_algorithm.coffee deleted file mode 100644 index db1c544..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/luhn_algorithm.coffee +++ /dev/null @@ -1,36 +0,0 @@ -# Use the Luhn algorithm to validate a numeric identifier, such as credit card -# numbers, national insurance numbers, etc. -# See: http://en.wikipedia.org/wiki/Luhn_algorithm - -is_valid_identifier = (identifier) -> - - sum = 0 - alt = false - - for i in [(identifier.length - 1)..0] - - # Get the next digit. - num = parseInt identifier.charAt(i), 10 - - # If it's not a valid number, abort. - return false if isNaN(num) - - # If it's an alternate number... - if alt - num *= 2 - num = (num % 10) + 1 if num > 9 - - # Flip the alternate bit. - alt = !alt - - # Add to the rest of the sum. - sum += num - - # Determine if it's valid. - sum % 10 is 0 - - -# Tests. -puts is_valid_identifier("49927398716") is true -puts is_valid_identifier("4408041234567893") is true -puts is_valid_identifier("4408041234567890") is false diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/merge_sort.coffee b/node/node_modules/jade/support/coffee-script/examples/computer_science/merge_sort.coffee deleted file mode 100644 index 4fb6907..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/merge_sort.coffee +++ /dev/null @@ -1,19 +0,0 @@ -# Sorts an array in ascending natural order using merge sort. -merge_sort = (list) -> - - return list if list.length is 1 - - result = [] - pivot = Math.floor list.length / 2 - left = merge_sort list.slice 0, pivot - right = merge_sort list.slice pivot - - while left.length and right.length - result.push(if left[0] < right[0] then left.shift() else right.shift()) - - result.concat(left).concat(right) - - -# Test the function. -puts merge_sort([3, 2, 1]).join(' ') is '1 2 3' -puts merge_sort([9, 2, 7, 0, 1]).join(' ') is '0 1 2 7 9' \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/computer_science/selection_sort.coffee b/node/node_modules/jade/support/coffee-script/examples/computer_science/selection_sort.coffee deleted file mode 100644 index 1e87d56..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/computer_science/selection_sort.coffee +++ /dev/null @@ -1,23 +0,0 @@ -# An in-place selection sort. -selection_sort = (list) -> - len = list.length - - # For each item in the list. - for i in [0...len] - - # Set the minimum to this position. - min = i - - # Check the rest of the array to see if anything is smaller. - (min = j if list[j] < list[min]) for j in [(i+1)...len] - - # Swap if a smaller item has been found. - [list[i], list[min]] = [list[min], list[i]] if i isnt min - - # The list is now sorted. - list - - -# Test the function. -puts selection_sort([3, 2, 1]).join(' ') is '1 2 3' -puts selection_sort([9, 2, 7, 0, 1]).join(' ') is '0 1 2 7 9' \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/examples/poignant.coffee b/node/node_modules/jade/support/coffee-script/examples/poignant.coffee deleted file mode 100644 index dc07ef8..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/poignant.coffee +++ /dev/null @@ -1,181 +0,0 @@ -# Examples from the Poignant Guide. - -# ['toast', 'cheese', 'wine'].each { |food| print food.capitalize } - -['toast', 'wine', 'cheese'].each (food) -> print food.capitalize() - - - -# class LotteryTicket -# def picks; @picks; end -# def picks=(var); @picks = var; end -# def purchased; @purchased; end -# def purchased=(var); @purchased = var; end -# end - -LotteryTicket = - get_picks: -> @picks - set_picks: (@picks) -> - get_purchased: -> @purchase - set_purchased: (@purchased) -> - - - -# class << LotteryDraw -# def play -# result = LotteryTicket.new_random -# winners = {} -# @@tickets.each do |buyer, ticket_list| -# ticket_list.each do |ticket| -# score = ticket.score( result ) -# next if score.zero? -# winners[buyer] ||= [] -# winners[buyer] << [ ticket, score ] -# end -# end -# @@tickets.clear -# winners -# end -# end - -LotteryDraw = - play: -> - result = LotteryTicket.new_random() - winners = {} - this.tickets.each (buyer, ticket_list) -> - ticket_list.each (ticket) -> - score = ticket.score result - return if score is 0 - winners[buyer] or= [] - winners[buyer].push [ticket, score] - this.tickets = {} - winners - - - -# module WishScanner -# def scan_for_a_wish -# wish = self.read.detect do |thought| -# thought.index( 'wish: ' ) == 0 -# end -# wish.gsub( 'wish: ', '' ) -# end -# end - -WishScanner = - scan_for_a_wish: -> - wish = this.read().detect (thought) -> thought.index('wish: ') is 0 - wish.replace 'wish: ', '' - - - -# class Creature -# -# # This method applies a hit taken during a fight. -# def hit( damage ) -# p_up = rand( charisma ) -# if p_up % 9 == 7 -# @life += p_up / 4 -# puts "[#{ self.class } magick powers up #{ p_up }!]" -# end -# @life -= damage -# puts "[#{ self.class } has died.]" if @life <= 0 -# end -# -# # This method takes one turn in a fight. -# def fight( enemy, weapon ) -# if life <= 0 -# puts "[#{ self.class } is too dead to fight!]" -# return -# end -# -# # Attack the opponent -# your_hit = rand( strength + weapon ) -# puts "[You hit with #{ your_hit } points of damage!]" -# enemy.hit( your_hit ) -# -# # Retaliation -# p enemy -# if enemy.life > 0 -# enemy_hit = rand( enemy.strength + enemy.weapon ) -# puts "[Your enemy hit with #{ enemy_hit } points of damage!]" -# self.hit( enemy_hit ) -# end -# end -# -# end - -Creature = - - # This method applies a hit taken during a fight. - hit: (damage) -> - p_up = Math.rand this.charisma - if p_up % 9 is 7 - this.life += p_up / 4 - puts "[" + this.name + " magick powers up " + p_up + "!]" - this.life -= damage - if this.life <= 0 then puts "[" + this.name + " has died.]" - - # This method takes one turn in a fight. - fight: (enemy, weapon) -> - if this.life <= 0 then return puts "[" + this.name + "is too dead to fight!]" - - # Attack the opponent. - your_hit = Math.rand this.strength + weapon - puts "[You hit with " + your_hit + "points of damage!]" - enemy.hit your_hit - - # Retaliation. - puts enemy - if enemy.life > 0 - enemy_hit = Math.rand enemy.strength + enemy.weapon - puts "[Your enemy hit with " + enemy_hit + "points of damage!]" - this.hit enemy_hit - - - -# # Get evil idea and swap in code words -# print "Enter your new idea: " -# idea = gets -# code_words.each do |real, code| -# idea.gsub!( real, code ) -# end -# -# # Save the jibberish to a new file -# print "File encoded. Please enter a name for this idea: " -# idea_name = gets.strip -# File::open( "idea-" + idea_name + ".txt", "w" ) do |f| -# f << idea -# end - -# Get evil idea and swap in code words -print "Enter your new idea: " -idea = gets() -code_words.each (real, code) -> idea.replace(real, code) - -# Save the jibberish to a new file -print "File encoded. Please enter a name for this idea: " -idea_name = gets().strip() -File.open "idea-" + idea_name + '.txt', 'w', (file) -> file.write idea - - - -# def wipe_mutterings_from( sentence ) -# unless sentence.respond_to? :include? -# raise ArgumentError, -# "cannot wipe mutterings from a #{ sentence.class }" -# end -# while sentence.include? '(' -# open = sentence.index( '(' ) -# close = sentence.index( ')', open ) -# sentence[open..close] = '' if close -# end -# end - -wipe_mutterings_from = (sentence) -> - throw new Error "cannot wipe mutterings" unless sentence.indexOf - while sentence.indexOf('(') >= 0 - open = sentence.indexOf('(') - 1 - close = sentence.indexOf(')') + 1 - sentence = sentence[0..open] + sentence[close..sentence.length] - sentence diff --git a/node/node_modules/jade/support/coffee-script/examples/potion.coffee b/node/node_modules/jade/support/coffee-script/examples/potion.coffee deleted file mode 100644 index 66c126a..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/potion.coffee +++ /dev/null @@ -1,206 +0,0 @@ -# Examples from _why's Potion, the Readme and "Potion: A Short Pamphlet". - -# 5 times: "Odelay!" print. - -print "Odelay!" for [1..5] - - -# add = (x, y): x + y. -# add(2, 4) string print - -add = (x, y) -> x + y -print add 2, 4 - - -# loop: 'quaff' print. - -loop print 'quaff' - - -# ('cheese', 'bread', 'mayo') at (1) print - -print ['cheese', 'bread', 'mayo'][1] - - -# (language='Potion', pointless=true) at (key='language') print - -print {language: 'Potion', pointless: true}['language'] - - -# minus = (x, y): x - y. -# minus (y=10, x=6) - -minus = (x, y) -> x - y -minus 6, 10 - - -# foods = ('cheese', 'bread', 'mayo') -# foods (2) - -foods = ['cheese', 'bread', 'mayo'] -foods[2] - - -# (dog='canine', cat='feline', fox='vulpine') each (key, val): -# (key, ' is a ', val) join print. - -for key, val of {dog: 'canine', cat: 'feline', fox: 'vulpine'} - print key + ' is a ' + val - - -# Person = class: /name, /age, /sex. -# Person print = (): -# ('My name is ', /name, '.') join print. - -class Person - print: -> - print 'My name is ' + @name + '.' - - -# p = Person () -# p /name string print - -p = new Person -print p.name - - -# Policeman = Person class (rank): /rank = rank. -# Policeman print = (): -# ('My name is ', /name, ' and I'm a ', /rank, '.') join print. -# -# Policeman ('Constable') print - -class Policeman extends Person - constructor: (@rank) -> - - print: -> - print 'My name is ' + @name + " and I'm a " + @rank + '.' - -print new Policeman 'Constable' - - -# app = [window (width=200, height=400) -# [para 'Welcome.', button 'OK']] -# app first name - -app = - window: - width: 200 - height: 200 - para: 'Welcome.' - button: 'OK' - -app.window - - -# x = 1 -# y = 2 -# -# x = 1, y = 2 - -x = 1 -y = 2 - -x = 1; y = 2 - - -# table = (language='Potion' -# pointless=true) - -table = - language: 'Potion' - pointless: yes - - -# # this foul business... -# String length = (): 10. - -# this foul business... -String::length = -> 10 - - -# block = : -# 'potion' print. - -block = -> - print 'potion' - - -# if (age > 100): 'ancient'. - -if age > 100 then 'ancient' - - -# author = -# if (title == 'Jonathan Strange & Mr. Norrell'): -# 'Susanna Clarke'. -# elsif (title == 'The Star Diaries'): -# 'Stanislaw Lem'. -# elsif (title == 'The Slynx'): -# 'Tatyana Tolstaya'. -# else: -# '... probably Philip K. Dick'. - -switch author - when 'Jonathan Strange & Mr. Norrell' - 'Susanna Clarke' - when 'The Star Diaries' - 'Stanislaw Lem' - when 'The Slynx' - 'Tatyana Tolstaya' - else - '... probably Philip K. Dick' - - -# count = 8 -# while (count > 0): -# 'quaff' print -# count--. - -count = 8 -while count > 0 - print 'quaff' - count-- - - -# 1 to 5 (a): -# a string print. - -print a for a in [1..5] - - -# if (3 ?gender): -# "Huh? Numbers are sexed? That's amazing." print. - -if (3).gender? - print "Huh? Numbers are sexed? That's amazing." - - -# HomePage get = (url): -# session = url query ? at ('session'). - -HomePage::get = (url) -> - session = url.query.session if url.query? - - -# BTree = class: /left, /right. -# b = BTree () -# b /left = BTree () -# b /right = BTree () - -BTree = -> -b = new BTree -b.left = new BTree -b.right = new BTree - - -# BTree = class: /left, /right. -# b = BTree () -# -# if (b ? /left): -# 'left path found!' print. - -BTree = -> -b = new BTree - -print 'left path found!' if b.left? diff --git a/node/node_modules/jade/support/coffee-script/examples/underscore.coffee b/node/node_modules/jade/support/coffee-script/examples/underscore.coffee deleted file mode 100644 index d6ef6b9..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/underscore.coffee +++ /dev/null @@ -1,684 +0,0 @@ - - # **Underscore.coffee - # (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.** - # Underscore is freely distributable under the terms of the - # [MIT license](http://en.wikipedia.org/wiki/MIT_License). - # Portions of Underscore are inspired by or borrowed from - # [Prototype.js](http://prototypejs.org/api), Oliver Steele's - # [Functional](http://osteele.com), and John Resig's - # [Micro-Templating](http://ejohn.org). - # For all details and documentation: - # http://documentcloud.github.com/underscore/ - - - # Baseline setup - # -------------- - - # Establish the root object, `window` in the browser, or `global` on the server. - root = this - - - # Save the previous value of the `_` variable. - previousUnderscore = root._ - - - # Establish the object that gets thrown to break out of a loop iteration. - # `StopIteration` is SOP on Mozilla. - breaker = if typeof(StopIteration) is 'undefined' then '__break__' else StopIteration - - - # Helper function to escape **RegExp** contents, because JS doesn't have one. - escapeRegExp = (string) -> string.replace(/([.*+?^${}()|[\]\/\\])/g, '\\$1') - - - # Save bytes in the minified (but not gzipped) version: - ArrayProto = Array.prototype - ObjProto = Object.prototype - - - # Create quick reference variables for speed access to core prototypes. - slice = ArrayProto.slice - unshift = ArrayProto.unshift - toString = ObjProto.toString - hasOwnProperty = ObjProto.hasOwnProperty - propertyIsEnumerable = ObjProto.propertyIsEnumerable - - - # All **ECMA5** native implementations we hope to use are declared here. - nativeForEach = ArrayProto.forEach - nativeMap = ArrayProto.map - nativeReduce = ArrayProto.reduce - nativeReduceRight = ArrayProto.reduceRight - nativeFilter = ArrayProto.filter - nativeEvery = ArrayProto.every - nativeSome = ArrayProto.some - nativeIndexOf = ArrayProto.indexOf - nativeLastIndexOf = ArrayProto.lastIndexOf - nativeIsArray = Array.isArray - nativeKeys = Object.keys - - - # Create a safe reference to the Underscore object for use below. - _ = (obj) -> new wrapper(obj) - - - # Export the Underscore object for **CommonJS**. - if typeof(exports) != 'undefined' then exports._ = _ - - - # Export Underscore to global scope. - root._ = _ - - - # Current version. - _.VERSION = '1.1.0' - - - # Collection Functions - # -------------------- - - # The cornerstone, an **each** implementation. - # Handles objects implementing **forEach**, arrays, and raw objects. - _.each = (obj, iterator, context) -> - try - if nativeForEach and obj.forEach is nativeForEach - obj.forEach iterator, context - else if _.isNumber obj.length - iterator.call(context, obj[i], i, obj) for i in [0...obj.length] - else - iterator.call(context, val, key, obj) for key, val of obj - catch e - throw e if e isnt breaker - obj - - - # Return the results of applying the iterator to each element. Use JavaScript - # 1.6's version of **map**, if possible. - _.map = (obj, iterator, context) -> - return obj.map(iterator, context) if nativeMap and obj.map is nativeMap - results = [] - _.each obj, (value, index, list) -> - results.push iterator.call context, value, index, list - results - - - # **Reduce** builds up a single result from a list of values. Also known as - # **inject**, or **foldl**. Uses JavaScript 1.8's version of **reduce**, if possible. - _.reduce = (obj, iterator, memo, context) -> - if nativeReduce and obj.reduce is nativeReduce - iterator = _.bind iterator, context if context - return obj.reduce iterator, memo - _.each obj, (value, index, list) -> - memo = iterator.call context, memo, value, index, list - memo - - - # The right-associative version of **reduce**, also known as **foldr**. Uses - # JavaScript 1.8's version of **reduceRight**, if available. - _.reduceRight = (obj, iterator, memo, context) -> - if nativeReduceRight and obj.reduceRight is nativeReduceRight - iterator = _.bind iterator, context if context - return obj.reduceRight iterator, memo - reversed = _.clone(_.toArray(obj)).reverse() - _.reduce reversed, iterator, memo, context - - - # Return the first value which passes a truth test. - _.detect = (obj, iterator, context) -> - result = null - _.each obj, (value, index, list) -> - if iterator.call context, value, index, list - result = value - _.breakLoop() - result - - - # Return all the elements that pass a truth test. Use JavaScript 1.6's - # **filter**, if it exists. - _.filter = (obj, iterator, context) -> - return obj.filter iterator, context if nativeFilter and obj.filter is nativeFilter - results = [] - _.each obj, (value, index, list) -> - results.push value if iterator.call context, value, index, list - results - - - # Return all the elements for which a truth test fails. - _.reject = (obj, iterator, context) -> - results = [] - _.each obj, (value, index, list) -> - results.push value if not iterator.call context, value, index, list - results - - - # Determine whether all of the elements match a truth test. Delegate to - # JavaScript 1.6's **every**, if it is present. - _.every = (obj, iterator, context) -> - iterator ||= _.identity - return obj.every iterator, context if nativeEvery and obj.every is nativeEvery - result = true - _.each obj, (value, index, list) -> - _.breakLoop() unless (result = result and iterator.call(context, value, index, list)) - result - - - # Determine if at least one element in the object matches a truth test. Use - # JavaScript 1.6's **some**, if it exists. - _.some = (obj, iterator, context) -> - iterator ||= _.identity - return obj.some iterator, context if nativeSome and obj.some is nativeSome - result = false - _.each obj, (value, index, list) -> - _.breakLoop() if (result = iterator.call(context, value, index, list)) - result - - - # Determine if a given value is included in the array or object, - # based on `===`. - _.include = (obj, target) -> - return _.indexOf(obj, target) isnt -1 if nativeIndexOf and obj.indexOf is nativeIndexOf - for key, val of obj - return true if val is target - false - - - # Invoke a method with arguments on every item in a collection. - _.invoke = (obj, method) -> - args = _.rest arguments, 2 - (if method then val[method] else val).apply(val, args) for val in obj - - - # Convenience version of a common use case of **map**: fetching a property. - _.pluck = (obj, key) -> - _.map(obj, (val) -> val[key]) - - - # Return the maximum item or (item-based computation). - _.max = (obj, iterator, context) -> - return Math.max.apply(Math, obj) if not iterator and _.isArray(obj) - result = computed: -Infinity - _.each obj, (value, index, list) -> - computed = if iterator then iterator.call(context, value, index, list) else value - computed >= result.computed and (result = {value: value, computed: computed}) - result.value - - - # Return the minimum element (or element-based computation). - _.min = (obj, iterator, context) -> - return Math.min.apply(Math, obj) if not iterator and _.isArray(obj) - result = computed: Infinity - _.each obj, (value, index, list) -> - computed = if iterator then iterator.call(context, value, index, list) else value - computed < result.computed and (result = {value: value, computed: computed}) - result.value - - - # Sort the object's values by a criterion produced by an iterator. - _.sortBy = (obj, iterator, context) -> - _.pluck(((_.map obj, (value, index, list) -> - {value: value, criteria: iterator.call(context, value, index, list)} - ).sort((left, right) -> - a = left.criteria; b = right.criteria - if a < b then -1 else if a > b then 1 else 0 - )), 'value') - - - # Use a comparator function to figure out at what index an object should - # be inserted so as to maintain order. Uses binary search. - _.sortedIndex = (array, obj, iterator) -> - iterator ||= _.identity - low = 0 - high = array.length - while low < high - mid = (low + high) >> 1 - if iterator(array[mid]) < iterator(obj) then low = mid + 1 else high = mid - low - - - # Convert anything iterable into a real, live array. - _.toArray = (iterable) -> - return [] if (!iterable) - return iterable.toArray() if (iterable.toArray) - return iterable if (_.isArray(iterable)) - return slice.call(iterable) if (_.isArguments(iterable)) - _.values(iterable) - - - # Return the number of elements in an object. - _.size = (obj) -> _.toArray(obj).length - - - # Array Functions - # --------------- - - # Get the first element of an array. Passing `n` will return the first N - # values in the array. Aliased as **head**. The `guard` check allows it to work - # with **map**. - _.first = (array, n, guard) -> - if n and not guard then slice.call(array, 0, n) else array[0] - - - # Returns everything but the first entry of the array. Aliased as **tail**. - # Especially useful on the arguments object. Passing an `index` will return - # the rest of the values in the array from that index onward. The `guard` - # check allows it to work with **map**. - _.rest = (array, index, guard) -> - slice.call(array, if _.isUndefined(index) or guard then 1 else index) - - - # Get the last element of an array. - _.last = (array) -> array[array.length - 1] - - - # Trim out all falsy values from an array. - _.compact = (array) -> item for item in array when item - - - # Return a completely flattened version of an array. - _.flatten = (array) -> - _.reduce array, (memo, value) -> - return memo.concat(_.flatten(value)) if _.isArray value - memo.push value - memo - , [] - - - # Return a version of the array that does not contain the specified value(s). - _.without = (array) -> - values = _.rest arguments - val for val in _.toArray(array) when not _.include values, val - - - # Produce a duplicate-free version of the array. If the array has already - # been sorted, you have the option of using a faster algorithm. - _.uniq = (array, isSorted) -> - memo = [] - for el, i in _.toArray array - memo.push el if i is 0 || (if isSorted is true then _.last(memo) isnt el else not _.include(memo, el)) - memo - - - # Produce an array that contains every item shared between all the - # passed-in arrays. - _.intersect = (array) -> - rest = _.rest arguments - _.select _.uniq(array), (item) -> - _.all rest, (other) -> - _.indexOf(other, item) >= 0 - - - # Zip together multiple lists into a single array -- elements that share - # an index go together. - _.zip = -> - length = _.max _.pluck arguments, 'length' - results = new Array length - for i in [0...length] - results[i] = _.pluck arguments, String i - results - - - # If the browser doesn't supply us with **indexOf** (I'm looking at you, MSIE), - # we need this function. Return the position of the first occurence of an - # item in an array, or -1 if the item is not included in the array. - _.indexOf = (array, item) -> - return array.indexOf item if nativeIndexOf and array.indexOf is nativeIndexOf - i = 0; l = array.length - while l - i - if array[i] is item then return i else i++ - -1 - - - # Provide JavaScript 1.6's **lastIndexOf**, delegating to the native function, - # if possible. - _.lastIndexOf = (array, item) -> - return array.lastIndexOf(item) if nativeLastIndexOf and array.lastIndexOf is nativeLastIndexOf - i = array.length - while i - if array[i] is item then return i else i-- - -1 - - - # Generate an integer Array containing an arithmetic progression. A port of - # [the native Python **range** function](http://docs.python.org/library/functions.html#range). - _.range = (start, stop, step) -> - a = arguments - solo = a.length <= 1 - i = start = if solo then 0 else a[0] - stop = if solo then a[0] else a[1] - step = a[2] or 1 - len = Math.ceil((stop - start) / step) - return [] if len <= 0 - range = new Array len - idx = 0 - loop - return range if (if step > 0 then i - stop else stop - i) >= 0 - range[idx] = i - idx++ - i+= step - - - # Function Functions - # ------------------ - - # Create a function bound to a given object (assigning `this`, and arguments, - # optionally). Binding with arguments is also known as **curry**. - _.bind = (func, obj) -> - args = _.rest arguments, 2 - -> func.apply obj or root, args.concat arguments - - - # Bind all of an object's methods to that object. Useful for ensuring that - # all callbacks defined on an object belong to it. - _.bindAll = (obj) -> - funcs = if arguments.length > 1 then _.rest(arguments) else _.functions(obj) - _.each funcs, (f) -> obj[f] = _.bind obj[f], obj - obj - - - # Delays a function for the given number of milliseconds, and then calls - # it with the arguments supplied. - _.delay = (func, wait) -> - args = _.rest arguments, 2 - setTimeout((-> func.apply(func, args)), wait) - - - # Memoize an expensive function by storing its results. - _.memoize = (func, hasher) -> - memo = {} - hasher or= _.identity - -> - key = hasher.apply this, arguments - return memo[key] if key of memo - memo[key] = func.apply this, arguments - - - # Defers a function, scheduling it to run after the current call stack has - # cleared. - _.defer = (func) -> - _.delay.apply _, [func, 1].concat _.rest arguments - - - # Returns the first function passed as an argument to the second, - # allowing you to adjust arguments, run code before and after, and - # conditionally execute the original function. - _.wrap = (func, wrapper) -> - -> wrapper.apply wrapper, [func].concat arguments - - - # Returns a function that is the composition of a list of functions, each - # consuming the return value of the function that follows. - _.compose = -> - funcs = arguments - -> - args = arguments - for i in [(funcs.length - 1)..0] - args = [funcs[i].apply(this, args)] - args[0] - - - # Object Functions - # ---------------- - - # Retrieve the names of an object's properties. - _.keys = nativeKeys or (obj) -> - return _.range 0, obj.length if _.isArray(obj) - key for key, val of obj - - - # Retrieve the values of an object's properties. - _.values = (obj) -> - _.map obj, _.identity - - - # Return a sorted list of the function names available in Underscore. - _.functions = (obj) -> - _.filter(_.keys(obj), (key) -> _.isFunction(obj[key])).sort() - - - # Extend a given object with all of the properties in a source object. - _.extend = (obj) -> - for source in _.rest(arguments) - (obj[key] = val) for key, val of source - obj - - - # Create a (shallow-cloned) duplicate of an object. - _.clone = (obj) -> - return obj.slice 0 if _.isArray obj - _.extend {}, obj - - - # Invokes interceptor with the obj, and then returns obj. - # The primary purpose of this method is to "tap into" a method chain, in order to perform operations on intermediate results within the chain. - _.tap = (obj, interceptor) -> - interceptor obj - obj - - - # Perform a deep comparison to check if two objects are equal. - _.isEqual = (a, b) -> - # Check object identity. - return true if a is b - # Different types? - atype = typeof(a); btype = typeof(b) - return false if atype isnt btype - # Basic equality test (watch out for coercions). - return true if `a == b` - # One is falsy and the other truthy. - return false if (!a and b) or (a and !b) - # One of them implements an `isEqual()`? - return a.isEqual(b) if a.isEqual - # Check dates' integer values. - return a.getTime() is b.getTime() if _.isDate(a) and _.isDate(b) - # Both are NaN? - return false if _.isNaN(a) and _.isNaN(b) - # Compare regular expressions. - if _.isRegExp(a) and _.isRegExp(b) - return a.source is b.source and - a.global is b.global and - a.ignoreCase is b.ignoreCase and - a.multiline is b.multiline - # If a is not an object by this point, we can't handle it. - return false if atype isnt 'object' - # Check for different array lengths before comparing contents. - return false if a.length and (a.length isnt b.length) - # Nothing else worked, deep compare the contents. - aKeys = _.keys(a); bKeys = _.keys(b) - # Different object sizes? - return false if aKeys.length isnt bKeys.length - # Recursive comparison of contents. - (return false) for all key, val of a when !(key of b) or !_.isEqual(val, b[key]) - true - - - # Is a given array or object empty? - _.isEmpty = (obj) -> - return obj.length is 0 if _.isArray(obj) or _.isString(obj) - (return false) for key of obj when hasOwnProperty.call(obj, key) - true - - - # Is a given value a DOM element? - _.isElement = (obj) -> obj and obj.nodeType is 1 - - - # Is a given value an array? - _.isArray = nativeIsArray or (obj) -> !!(obj and obj.concat and obj.unshift and not obj.callee) - - - # Is a given variable an arguments object? - _.isArguments = (obj) -> obj and obj.callee - - - # Is the given value a function? - _.isFunction = (obj) -> !!(obj and obj.constructor and obj.call and obj.apply) - - - # Is the given value a string? - _.isString = (obj) -> !!(obj is '' or (obj and obj.charCodeAt and obj.substr)) - - - # Is a given value a number? - _.isNumber = (obj) -> (obj is +obj) or toString.call(obj) is '[object Number]' - - - # Is a given value a boolean? - _.isBoolean = (obj) -> obj is true or obj is false - - - # Is a given value a Date? - _.isDate = (obj) -> !!(obj and obj.getTimezoneOffset and obj.setUTCFullYear) - - - # Is the given value a regular expression? - _.isRegExp = (obj) -> !!(obj and obj.exec and (obj.ignoreCase or obj.ignoreCase is false)) - - - # Is the given value NaN -- this one is interesting. `NaN != NaN`, and - # `isNaN(undefined) == true`, so we make sure it's a number first. - _.isNaN = (obj) -> _.isNumber(obj) and window.isNaN(obj) - - - # Is a given value equal to null? - _.isNull = (obj) -> obj is null - - - # Is a given variable undefined? - _.isUndefined = (obj) -> typeof obj is 'undefined' - - - # Utility Functions - # ----------------- - - # Run Underscore.js in noConflict mode, returning the `_` variable to its - # previous owner. Returns a reference to the Underscore object. - _.noConflict = -> - root._ = previousUnderscore - this - - - # Keep the identity function around for default iterators. - _.identity = (value) -> value - - - # Run a function `n` times. - _.times = (n, iterator, context) -> - iterator.call(context, i) for i in [0...n] - - - # Break out of the middle of an iteration. - _.breakLoop = -> throw breaker - - - # Add your own custom functions to the Underscore object, ensuring that - # they're correctly added to the OOP wrapper as well. - _.mixin = (obj) -> - for name in _.functions(obj) - addToWrapper name, _[name] = obj[name] - - - # Generate a unique integer id (unique within the entire client session). - # Useful for temporary DOM ids. - idCounter = 0 - _.uniqueId = (prefix) -> - (prefix or '') + idCounter++ - - - # By default, Underscore uses **ERB**-style template delimiters, change the - # following template settings to use alternative delimiters. - _.templateSettings = { - start: '<%' - end: '%>' - interpolate: /<%=(.+?)%>/g - } - - - # JavaScript templating a-la **ERB**, pilfered from John Resig's - # *Secrets of the JavaScript Ninja*, page 83. - # Single-quote fix from Rick Strahl. - # With alterations for arbitrary delimiters, and to preserve whitespace. - _.template = (str, data) -> - c = _.templateSettings - endMatch = new RegExp("'(?=[^"+c.end.substr(0, 1)+"]*"+escapeRegExp(c.end)+")","g") - fn = new Function 'obj', - 'var p=[],print=function(){p.push.apply(p,arguments);};' + - 'with(obj||{}){p.push(\'' + - str.replace(/\r/g, '\\r') - .replace(/\n/g, '\\n') - .replace(/\t/g, '\\t') - .replace(endMatch,"✄") - .split("'").join("\\'") - .split("✄").join("'") - .replace(c.interpolate, "',$1,'") - .split(c.start).join("');") - .split(c.end).join("p.push('") + - "');}return p.join('');" - if data then fn(data) else fn - - - # Aliases - # ------- - - _.forEach = _.each - _.foldl = _.inject = _.reduce - _.foldr = _.reduceRight - _.select = _.filter - _.all = _.every - _.any = _.some - _.contains = _.include - _.head = _.first - _.tail = _.rest - _.methods = _.functions - - - # Setup the OOP Wrapper - # --------------------- - - # If Underscore is called as a function, it returns a wrapped object that - # can be used OO-style. This wrapper holds altered versions of all the - # underscore functions. Wrapped objects may be chained. - wrapper = (obj) -> - this._wrapped = obj - this - - - # Helper function to continue chaining intermediate results. - result = (obj, chain) -> - if chain then _(obj).chain() else obj - - - # A method to easily add functions to the OOP wrapper. - addToWrapper = (name, func) -> - wrapper.prototype[name] = -> - args = _.toArray arguments - unshift.call args, this._wrapped - result func.apply(_, args), this._chain - - - # Add all of the Underscore functions to the wrapper object. - _.mixin _ - - - # Add all mutator Array functions to the wrapper. - _.each ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], (name) -> - method = Array.prototype[name] - wrapper.prototype[name] = -> - method.apply(this._wrapped, arguments) - result(this._wrapped, this._chain) - - - # Add all accessor Array functions to the wrapper. - _.each ['concat', 'join', 'slice'], (name) -> - method = Array.prototype[name] - wrapper.prototype[name] = -> - result(method.apply(this._wrapped, arguments), this._chain) - - - # Start chaining a wrapped Underscore object. - wrapper::chain = -> - this._chain = true - this - - - # Extracts the result from a wrapped and chained object. - wrapper::value = -> this._wrapped diff --git a/node/node_modules/jade/support/coffee-script/examples/web_server.coffee b/node/node_modules/jade/support/coffee-script/examples/web_server.coffee deleted file mode 100644 index c2ee089..0000000 --- a/node/node_modules/jade/support/coffee-script/examples/web_server.coffee +++ /dev/null @@ -1,13 +0,0 @@ -# Contributed by Jason Huggins - -sys = require 'sys' -http = require 'http' - -server = http.createServer (req, res) -> - res.writeHeader 200, 'Content-Type': 'text/plain' - res.write 'Hello, World!' - res.end() - -server.listen 3000 - -sys.puts "Server running at http://localhost:3000/" diff --git a/node/node_modules/jade/support/coffee-script/extras/EXTRAS b/node/node_modules/jade/support/coffee-script/extras/EXTRAS deleted file mode 100644 index 79ec413..0000000 --- a/node/node_modules/jade/support/coffee-script/extras/EXTRAS +++ /dev/null @@ -1,7 +0,0 @@ -EXTRAS: - -"extras/coffee-script.js" is a concatenated and compressed version of the -CoffeeScript compiler. To use it in the browser, include the script after any -inline script tags of type "text/coffeescript" on the page. It will compile -and evaluate all of the scripts in order. - diff --git a/node/node_modules/jade/support/coffee-script/extras/coffee-script.js b/node/node_modules/jade/support/coffee-script/extras/coffee-script.js deleted file mode 100644 index 71b8181..0000000 --- a/node/node_modules/jade/support/coffee-script/extras/coffee-script.js +++ /dev/null @@ -1,8 +0,0 @@ -/** - * CoffeeScript Compiler v0.9.4 - * http://coffeescript.org - * - * Copyright 2010, Jeremy Ashkenas - * Released under the MIT License - */ -this.CoffeeScript=function(){function require(path){return require[path]}require["./helpers"]=new function(){var exports=this;(function(){var extend,flatten,indexOf;indexOf=(exports.indexOf=Array.indexOf||(Array.prototype.indexOf?function(array,item,from){return array.indexOf(item,from)}:function(array,item,from){var _len,index,other;for(index=0,_len=array.length;index<_len;index++){other=array[index];if(other===item&&(!from||(from<=index))){return index}}return -1}));exports.include=function(list,value){return indexOf(list,value)>=0};exports.starts=function(string,literal,start){return literal===string.substr(start,literal.length)};exports.ends=function(string,literal,back){var len;len=literal.length;return literal===string.substr(string.length-len-(back||0),len)};exports.compact=function(array){var _i,_len,_result,item;_result=[];for(_i=0,_len=array.length;_i<_len;_i++){item=array[_i];if(item){_result.push(item)}}return _result};exports.count=function(string,letter){var num,pos;num=(pos=0);while(pos=1+string.indexOf(letter,pos)){num++}return num};exports.merge=function(options,overrides){return extend(extend({},options),overrides)};extend=(exports.extend=function(object,properties){var key,val;for(key in properties){val=properties[key];object[key]=val}return object});exports.flatten=(flatten=function(array){var _i,_len,element,flattened;flattened=[];for(_i=0,_len=array.length;_i<_len;_i++){element=array[_i];if(element instanceof Array){flattened=flattened.concat(flatten(element))}else{flattened.push(element)}}return flattened});exports.del=function(obj,key){var val;val=obj[key];delete obj[key];return val};exports.last=function(array,back){return array[array.length-(back||0)-1]}}).call(this)};require["./rewriter"]=new function(){var exports=this;(function(){var BALANCED_PAIRS,EXPRESSION_CLOSE,EXPRESSION_END,EXPRESSION_START,IMPLICIT_BLOCK,IMPLICIT_CALL,IMPLICIT_END,IMPLICIT_FUNC,INVERSES,LINEBREAKS,SINGLE_CLOSERS,SINGLE_LINERS,_i,_len,_ref,include,left,rite;include=require("./helpers").include;exports.Rewriter=(function(){function Rewriter(){}return Rewriter})();exports.Rewriter.prototype.rewrite=function(_arg){this.tokens=_arg;this.adjustComments();this.removeLeadingNewlines();this.removeMidExpressionNewlines();this.closeOpenCalls();this.closeOpenIndexes();this.addImplicitIndentation();this.tagPostfixConditionals();this.addImplicitBraces();this.addImplicitParentheses();this.ensureBalance(BALANCED_PAIRS);this.rewriteClosingParens();return this.tokens};exports.Rewriter.prototype.scanTokens=function(block){var i,token,tokens;tokens=this.tokens;i=0;while(token=tokens[i]){i+=block.call(this,token,i,tokens)}return true};exports.Rewriter.prototype.detectEnd=function(i,condition,action){var levels,token,tokens;tokens=this.tokens;levels=0;while(token=tokens[i]){if(levels===0&&condition.call(this,token,i)){return action.call(this,token,i)}if(!token||levels<0){return action.call(this,token,i-1)}if(include(EXPRESSION_START,token[0])){levels+=1}else{if(include(EXPRESSION_END,token[0])){levels-=1}}i+=1}return i-1};exports.Rewriter.prototype.adjustComments=function(){return this.scanTokens(function(token,i,tokens){var _ref,after,before,post,prev;if(token[0]!=="HERECOMMENT"){return 1}before=tokens[i-2];prev=tokens[i-1];post=tokens[i+1];after=tokens[i+2];if(((after!=null)?after[0]:undefined)==="INDENT"){tokens.splice(i+2,1);if(((before!=null)?before[0]:undefined)==="OUTDENT"&&((post!=null)?post[0]:undefined)==="TERMINATOR"){tokens.splice(i-2,1)}else{tokens.splice(i,0,after)}}else{if(prev&&!((_ref=prev[0])==="TERMINATOR"||_ref==="INDENT"||_ref==="OUTDENT")){if(((post!=null)?post[0]:undefined)==="TERMINATOR"&&((after!=null)?after[0]:undefined)==="OUTDENT"){tokens.splice.apply(tokens,[i+2,0].concat(tokens.splice(i,2)));if(tokens[i+2][0]!=="TERMINATOR"){tokens.splice(i+2,0,["TERMINATOR","\n",prev[2]])}}else{tokens.splice(i,0,["TERMINATOR","\n",prev[2]])}return 2}}return 1})};exports.Rewriter.prototype.removeLeadingNewlines=function(){var _len,_ref,i,tag;for(i=0,_len=(_ref=this.tokens).length;i<_len;i++){tag=_ref[i][0];if(tag!=="TERMINATOR"){break}}return i?this.tokens.splice(0,i):undefined};exports.Rewriter.prototype.removeMidExpressionNewlines=function(){return this.scanTokens(function(token,i,tokens){if(!(token[0]==="TERMINATOR"&&include(EXPRESSION_CLOSE,this.tag(i+1)))){return 1}tokens.splice(i,1);return 0})};exports.Rewriter.prototype.closeOpenCalls=function(){var action,condition;condition=function(token,i){var _ref;return((_ref=token[0])===")"||_ref==="CALL_END")||token[0]==="OUTDENT"&&this.tag(i-1)===")"};action=function(token,i){return(this.tokens[token[0]==="OUTDENT"?i-1:i][0]="CALL_END")};return this.scanTokens(function(token,i){if(token[0]==="CALL_START"){this.detectEnd(i+1,condition,action)}return 1})};exports.Rewriter.prototype.closeOpenIndexes=function(){var action,condition;condition=function(token,i){var _ref;return((_ref=token[0])==="]"||_ref==="INDEX_END")};action=function(token,i){return(token[0]="INDEX_END")};return this.scanTokens(function(token,i){if(token[0]==="INDEX_START"){this.detectEnd(i+1,condition,action)}return 1})};exports.Rewriter.prototype.addImplicitBraces=function(){var action,condition,stack;stack=[];condition=function(token,i){var _ref,_ref2,one,tag,three,two;if(("HERECOMMENT"===this.tag(i+1)||"HERECOMMENT"===this.tag(i-1))){return false}_ref=this.tokens.slice(i+1,i+4),one=_ref[0],two=_ref[1],three=_ref[2];tag=token[0];return(tag==="TERMINATOR"||tag==="OUTDENT")&&!(((two!=null)?two[0]:undefined)===":"||((one!=null)?one[0]:undefined)==="@"&&((three!=null)?three[0]:undefined)===":")||tag===","&&!((_ref2=((one!=null)?one[0]:undefined))==="IDENTIFIER"||_ref2==="NUMBER"||_ref2==="STRING"||_ref2==="@"||_ref2==="TERMINATOR"||_ref2==="OUTDENT")};action=function(token,i){return this.tokens.splice(i,0,["}","}",token[2]])};return this.scanTokens(function(token,i,tokens){var idx,tag,tok;if(include(EXPRESSION_START,tag=token[0])){stack.push(tag==="INDENT"&&this.tag(i-1)==="{"?"{":tag);return 1}if(include(EXPRESSION_END,tag)){stack.pop();return 1}if(!(tag===":"&&stack[stack.length-1]!=="{")){return 1}stack.push("{");idx=this.tag(i-2)==="@"?i-2:i-1;if(this.tag(idx-2)==="HERECOMMENT"){idx-=2}tok=["{","{",token[2]];tok.generated=true;tokens.splice(idx,0,tok);this.detectEnd(i+2,condition,action);return 2})};exports.Rewriter.prototype.addImplicitParentheses=function(){var action,classLine;classLine=false;action=function(token,i){var idx;idx=token[0]==="OUTDENT"?i+1:i;return this.tokens.splice(idx,0,["CALL_END",")",token[2]])};return this.scanTokens(function(token,i,tokens){var callObject,next,prev,seenSingle,tag;tag=token[0];if(tag==="CLASS"){classLine=true}prev=tokens[i-1];next=tokens[i+1];callObject=!classLine&&tag==="INDENT"&&next&&next.generated&&next[0]==="{"&&prev&&include(IMPLICIT_FUNC,prev[0]);seenSingle=false;if(include(LINEBREAKS,tag)){classLine=false}if(prev&&!prev.spaced&&tag==="?"){token.call=true}if(!(callObject||((prev!=null)?prev.spaced:undefined)&&(prev.call||include(IMPLICIT_FUNC,prev[0]))&&include(IMPLICIT_CALL,tag))){return 1}tokens.splice(i,0,["CALL_START","(",token[2]]);this.detectEnd(i+(callObject?2:1),function(token,i){var post;if(!seenSingle&&token.fromThen){return true}tag=token[0];if((tag==="IF"||tag==="ELSE"||tag==="UNLESS"||tag==="->"||tag==="=>")){seenSingle=true}if(tag==="PROPERTY_ACCESS"&&this.tag(i-1)==="OUTDENT"){return true}return !token.generated&&this.tag(i-1)!==","&&include(IMPLICIT_END,tag)&&(tag!=="INDENT"||(this.tag(i-2)!=="CLASS"&&!include(IMPLICIT_BLOCK,this.tag(i-1))&&!((post=this.tokens[i+1])&&post.generated&&post[0]==="{")))},action);if(prev[0]==="?"){prev[0]="FUNC_EXIST"}return 2})};exports.Rewriter.prototype.addImplicitIndentation=function(){return this.scanTokens(function(token,i,tokens){var _ref,_ref2,action,condition,indent,outdent,starter,tag;tag=token[0];if(tag==="ELSE"&&this.tag(i-1)!=="OUTDENT"){tokens.splice.apply(tokens,[i,0].concat(this.indentation(token)));return 2}if(tag==="CATCH"&&((_ref=this.tag(i+2))==="TERMINATOR"||_ref==="FINALLY")){tokens.splice.apply(tokens,[i+2,0].concat(this.indentation(token)));return 4}if(include(SINGLE_LINERS,tag)&&this.tag(i+1)!=="INDENT"&&!(tag==="ELSE"&&this.tag(i+1)==="IF")){starter=tag;_ref2=this.indentation(token),indent=_ref2[0],outdent=_ref2[1];if(starter==="THEN"){indent.fromThen=true}indent.generated=(outdent.generated=true);tokens.splice(i+1,0,indent);condition=function(token,i){return token[1]!==";"&&include(SINGLE_CLOSERS,token[0])&&!(token[0]==="ELSE"&&!(starter==="IF"||starter==="THEN"))};action=function(token,i){return this.tokens.splice(this.tag(i-1)===","?i-1:i,0,outdent)};this.detectEnd(i+2,condition,action);if(tag==="THEN"){tokens.splice(i,1)}return 1}return 1})};exports.Rewriter.prototype.tagPostfixConditionals=function(){var condition;condition=function(token,i){var _ref;return((_ref=token[0])==="TERMINATOR"||_ref==="INDENT")};return this.scanTokens(function(token,i){var _ref,original;if(!((_ref=token[0])==="IF"||_ref==="UNLESS")){return 1}original=token;this.detectEnd(i+1,condition,function(token,i){return token[0]!=="INDENT"?(original[0]="POST_"+original[0]):undefined});return 1})};exports.Rewriter.prototype.ensureBalance=function(pairs){var _result,key,levels,open,openLine,unclosed,value;levels={};openLine={};this.scanTokens(function(token,i){var _i,_len,_ref,_ref2,close,open,tag;tag=token[0];for(_i=0,_len=(_ref=pairs).length;_i<_len;_i++){_ref2=_ref[_i],open=_ref2[0],close=_ref2[1];levels[open]|=0;if(tag===open){if(levels[open]===0){openLine[open]=token[2]}levels[open]+=1}else{if(tag===close){levels[open]-=1}}if(levels[open]<0){throw Error("too many "+(token[1])+" on line "+(token[2]+1))}}return 1});unclosed=(function(){_result=[];for(key in levels){value=levels[key];if(value>0){_result.push(key)}}return _result})();if(unclosed.length){throw Error("unclosed "+(open=unclosed[0])+" on line "+(openLine[open]+1))}};exports.Rewriter.prototype.rewriteClosingParens=function(){var debt,key,stack;stack=[];debt={};for(key in INVERSES){(debt[key]=0)}return this.scanTokens(function(token,i,tokens){var inv,match,mtag,oppos,tag,val;if(include(EXPRESSION_START,tag=token[0])){stack.push(token);return 1}if(!include(EXPRESSION_END,tag)){return 1}if(debt[(inv=INVERSES[tag])]>0){debt[inv]-=1;tokens.splice(i,1);return 0}match=stack.pop();mtag=match[0];oppos=INVERSES[mtag];if(tag===oppos){return 1}debt[mtag]+=1;val=[oppos,mtag==="INDENT"?match[1]:oppos];if(this.tag(i+2)===mtag){tokens.splice(i+3,0,val);stack.push(match)}else{tokens.splice(i,0,val)}return 1})};exports.Rewriter.prototype.indentation=function(token){return[["INDENT",2,token[2]],["OUTDENT",2,token[2]]]};exports.Rewriter.prototype.tag=function(i){var _ref;return(((_ref=this.tokens[i])!=null)?_ref[0]:undefined)};BALANCED_PAIRS=[["(",")"],["[","]"],["{","}"],["INDENT","OUTDENT"],["CALL_START","CALL_END"],["PARAM_START","PARAM_END"],["INDEX_START","INDEX_END"]];INVERSES={};EXPRESSION_START=[];EXPRESSION_END=[];for(_i=0,_len=BALANCED_PAIRS.length;_i<_len;_i++){_ref=BALANCED_PAIRS[_i],left=_ref[0],rite=_ref[1];EXPRESSION_START.push(INVERSES[rite]=left);EXPRESSION_END.push(INVERSES[left]=rite)}EXPRESSION_CLOSE=["CATCH","WHEN","ELSE","FINALLY"].concat(EXPRESSION_END);IMPLICIT_FUNC=["IDENTIFIER","SUPER",")","CALL_END","]","INDEX_END","@","THIS"];IMPLICIT_CALL=["IDENTIFIER","NUMBER","STRING","JS","REGEX","NEW","PARAM_START","CLASS","IF","UNLESS","TRY","SWITCH","THIS","BOOL","UNARY","@","->","=>","[","(","{"];IMPLICIT_BLOCK=["->","=>","{","[",","];IMPLICIT_END=["POST_IF","POST_UNLESS","FOR","WHILE","UNTIL","LOOP","TERMINATOR","INDENT"];SINGLE_LINERS=["ELSE","->","=>","TRY","FINALLY","THEN"];SINGLE_CLOSERS=["TERMINATOR","CATCH","FINALLY","ELSE","OUTDENT","LEADING_WHEN"];LINEBREAKS=["TERMINATOR","INDENT","OUTDENT"]}).call(this)};require["./lexer"]=new function(){var exports=this;(function(){var ASSIGNED,BOOL,CALLABLE,CODE,COFFEE_ALIASES,COFFEE_KEYWORDS,COMMENT,COMPARE,COMPOUND_ASSIGN,HEREDOC,HEREDOC_INDENT,HEREGEX,HEREGEX_OMIT,IDENTIFIER,INDEXABLE,JSTOKEN,JS_FORBIDDEN,JS_KEYWORDS,LEADING_SPACES,LINE_BREAK,LOGIC,Lexer,MATH,MULTILINER,MULTI_DENT,NEXT_CHARACTER,NEXT_ELLIPSIS,NOT_REGEX,NO_NEWLINE,NUMBER,OPERATOR,REGEX,RELATION,RESERVED,Rewriter,SHIFT,SIMPLESTR,TRAILING_SPACES,UNARY,WHITESPACE,_ref,compact,count,include,last,op,starts;Rewriter=require("./rewriter").Rewriter;_ref=require("./helpers"),include=_ref.include,count=_ref.count,starts=_ref.starts,compact=_ref.compact,last=_ref.last;exports.Lexer=(function(){Lexer=(function(){function Lexer(){}return Lexer})();Lexer.prototype.tokenize=function(code,options){var o;code=code.replace(/\r/g,"").replace(TRAILING_SPACES,"");o=options||{};this.code=code;this.i=0;this.line=o.line||0;this.indent=0;this.indebt=0;this.outdebt=0;this.seenFor=false;this.indents=[];this.tokens=[];while(this.chunk=code.slice(this.i)){this.identifierToken()||this.commentToken()||this.whitespaceToken()||this.lineToken()||this.heredocToken()||this.stringToken()||this.numberToken()||this.regexToken()||this.jsToken()||this.literalToken()}this.closeIndentation();if(o.rewrite===false){return this.tokens}return(new Rewriter).rewrite(this.tokens)};Lexer.prototype.identifierToken=function(){var colon,forcedIdentifier,id,input,match,tag;if(!(match=IDENTIFIER.exec(this.chunk))){return false}input=match[0],id=match[1],colon=match[2];this.i+=input.length;if(id==="all"&&this.tag()==="FOR"){this.token("ALL",id);return true}forcedIdentifier=colon||this.tagAccessor();tag="IDENTIFIER";if(include(JS_KEYWORDS,id)||!forcedIdentifier&&include(COFFEE_KEYWORDS,id)){tag=id.toUpperCase();if(tag==="WHEN"&&include(LINE_BREAK,this.tag())){tag="LEADING_WHEN"}else{if(tag==="FOR"){this.seenFor=true}else{if(include(UNARY,tag)){tag="UNARY"}else{if(include(RELATION,tag)){if(tag!=="INSTANCEOF"&&this.seenFor){this.seenFor=false;tag="FOR"+tag}else{tag="RELATION";if(this.value()==="!"){this.tokens.pop();id="!"+id}}}}}}}if(include(JS_FORBIDDEN,id)){if(forcedIdentifier){tag="IDENTIFIER";id=new String(id);id.reserved=true}else{if(include(RESERVED,id)){this.identifierError(id)}}}if(!forcedIdentifier){if(COFFEE_ALIASES.hasOwnProperty(id)){tag=(id=COFFEE_ALIASES[id])}if(id==="!"){tag="UNARY"}else{if(include(LOGIC,id)){tag="LOGIC"}else{if(include(BOOL,tag)){id=tag.toLowerCase();tag="BOOL"}}}}this.token(tag,id);if(colon){this.token(":",":")}return true};Lexer.prototype.numberToken=function(){var match,number;if(!(match=NUMBER.exec(this.chunk))){return false}number=match[0];if(this.tag()==="."&&number.charAt(0)==="."){return false}this.i+=number.length;this.token("NUMBER",number);return true};Lexer.prototype.stringToken=function(){var match,string;switch(this.chunk.charAt(0)){case"'":if(!(match=SIMPLESTR.exec(this.chunk))){return false}this.token("STRING",(string=match[0]).replace(MULTILINER,"\\\n"));break;case'"':if(!(string=this.balancedString(this.chunk,[['"','"'],["#{","}"]]))){return false}if(0body.indexOf("#{")){re=body.replace(HEREGEX_OMIT,"").replace(/\//g,"\\/");this.token("REGEX","/"+(re||"(?:)")+"/"+flags);return true}this.token("IDENTIFIER","RegExp");this.tokens.push(["CALL_START","("]);tokens=[];for(_i=0,_len=(_ref2=this.interpolateString(body,{regex:true})).length;_i<_len;_i++){_ref3=_ref2[_i],tag=_ref3[0],value=_ref3[1];if(tag==="TOKENS"){tokens.push.apply(tokens,value)}else{if(!(value=value.replace(HEREGEX_OMIT,""))){continue}value=value.replace(/\\/g,"\\\\");tokens.push(["STRING",this.makeString(value,'"',true)])}tokens.push(["+","+"])}tokens.pop();if((((_ref4=tokens[0])!=null)?_ref4[0]:undefined)!=="STRING"){this.tokens.push(["STRING",'""'],["+","+"])}(_this=this.tokens).push.apply(_this,tokens);if(flags){this.tokens.push([",",","],["STRING",'"'+flags+'"'])}this.token(")",")");return true};Lexer.prototype.lineToken=function(){var diff,indent,match,nextCharacter,noNewlines,prev,size;if(!(match=MULTI_DENT.exec(this.chunk))){return false}indent=match[0];this.line+=count(indent,"\n");this.i+=indent.length;prev=last(this.tokens,1);size=indent.length-1-indent.lastIndexOf("\n");nextCharacter=NEXT_CHARACTER.exec(this.chunk)[1];noNewlines=((nextCharacter==="."||nextCharacter===",")&&!NEXT_ELLIPSIS.test(this.chunk))||this.unfinished();if(size-this.indebt===this.indent){if(noNewlines){return this.suppressNewlines()}return this.newlineToken(indent)}else{if(size>this.indent){if(noNewlines){this.indebt=size-this.indent;return this.suppressNewlines()}diff=size-this.indent+this.outdebt;this.token("INDENT",diff);this.indents.push(diff);this.outdebt=(this.indebt=0)}else{this.indebt=0;this.outdentToken(this.indent-size,noNewlines)}}this.indent=size;return true};Lexer.prototype.outdentToken=function(moveOut,noNewlines,close){var dent,len;while(moveOut>0){len=this.indents.length-1;if(this.indents[len]===undefined){moveOut=0}else{if(this.indents[len]===this.outdebt){moveOut-=this.outdebt;this.outdebt=0}else{if(this.indents[len]doc.indexOf("\n")){return doc}if(!herecomment){while(match=HEREDOC_INDENT.exec(doc)){attempt=match[1];if(indent===null||(0<(_ref2=attempt.length))&&(_ref21){nested.unshift(["(","("]);nested.push([")",")"])}tokens.push(["TOKENS",nested])}i+=expr.length;pi=i+1}if((i>pi)&&(pi1){this.token("(","(")}for(i=0,_len=tokens.length;i<_len;i++){_ref3=tokens[i],tag=_ref3[0],value=_ref3[1];if(i){this.token("+","+")}if(tag==="TOKENS"){(_this=this.tokens).push.apply(_this,value)}else{this.token("STRING",this.makeString(value,'"',heredoc))}}if(interpolated){this.token(")",")")}return tokens};Lexer.prototype.token=function(tag,value){return this.tokens.push([tag,value,this.line])};Lexer.prototype.tag=function(index,tag){var tok;return(tok=last(this.tokens,index))&&((tag!=null)?(tok[0]=tag):tok[0])};Lexer.prototype.value=function(index,val){var tok;return(tok=last(this.tokens,index))&&((val!=null)?(tok[1]=val):tok[1])};Lexer.prototype.unfinished=function(){var prev,value;return(prev=last(this.tokens,1))&&prev[0]!=="."&&(value=this.value())&&!value.reserved&&NO_NEWLINE.test(value)&&!CODE.test(value)&&!ASSIGNED.test(this.chunk)};Lexer.prototype.escapeLines=function(str,heredoc){return str.replace(MULTILINER,heredoc?"\\n":"")};Lexer.prototype.makeString=function(body,quote,heredoc){if(!body){return quote+quote}body=body.replace(/\\([\s\S])/g,function(match,contents){return(contents==="\n"||contents===quote)?contents:match});body=body.replace(RegExp(""+quote,"g"),"\\$&");return quote+this.escapeLines(body,heredoc)+quote};return Lexer})();JS_KEYWORDS=["true","false","null","this","new","delete","typeof","in","instanceof","return","throw","break","continue","debugger","if","else","switch","for","while","try","catch","finally","class","extends","super"];COFFEE_KEYWORDS=["then","unless","until","loop","of","by","when"];for(op in (COFFEE_ALIASES={and:"&&",or:"||",is:"==",isnt:"!=",not:"!",yes:"TRUE",no:"FALSE",on:"TRUE",off:"FALSE"})){COFFEE_KEYWORDS.push(op)}COFFEE_ALIASES["==="]="==";RESERVED=["case","default","do","function","var","void","with","const","let","enum","export","import","native","__hasProp","__extends","__slice"];JS_FORBIDDEN=JS_KEYWORDS.concat(RESERVED);IDENTIFIER=/^([$A-Za-z_][$\w]*)([^\n\S]*:(?!:))?/;NUMBER=/^0x[\da-f]+|^(?:\d+(\.\d+)?|\.\d+)(?:e[+-]?\d+)?/i;HEREDOC=/^("""|''')([\s\S]*?)(?:\n[ \t]*)?\1/;OPERATOR=/^(?:-[-=>]?|\+[+=]?|\.\.\.?|[*&|\/%=<>^:!?]+)/;WHITESPACE=/^[ \t]+/;COMMENT=/^###([^#][\s\S]*?)(?:###[ \t]*\n|(?:###)?$)|^(?:\s*#(?!##[^#]).*)+/;CODE=/^[-=]>/;MULTI_DENT=/^(?:\n[ \t]*)+/;SIMPLESTR=/^'[^\\']*(?:\\.[^\\']*)*'/;JSTOKEN=/^`[^\\`]*(?:\\.[^\\`]*)*`/;REGEX=/^\/(?!\s)(?:[^[\/\n\\]+|\\[\s\S]|\[([^\]\n\\]+|\\[\s\S])*])+\/[imgy]{0,4}(?![A-Za-z])/;HEREGEX=/^\/{3}([\s\S]+?)\/{3}([imgy]{0,4})(?![A-Za-z])/;HEREGEX_OMIT=/\s+(?:#.*)?/g;MULTILINER=/\n/g;HEREDOC_INDENT=/\n+([ \t]*)/g;ASSIGNED=/^\s*@?[$A-Za-z_][$\w]*[ \t]*?[:=][^:=>]/;NEXT_CHARACTER=/^\s*(\S?)/;NEXT_ELLIPSIS=/^\s*\.\.\.?/;LEADING_SPACES=/^\s+/;TRAILING_SPACES=/\s+$/;NO_NEWLINE=/^(?:[-+*&|\/%=<>!.\\][<>=&|]*|and|or|is(?:nt)?|n(?:ot|ew)|delete|typeof|instanceof)$/;COMPOUND_ASSIGN=["-=","+=","/=","*=","%=","||=","&&=","?=","<<=",">>=",">>>=","&=","^=","|="];UNARY=["UMINUS","UPLUS","!","!!","~","NEW","TYPEOF","DELETE"];LOGIC=["&","|","^","&&","||"];SHIFT=["<<",">>",">>>"];COMPARE=["<=","<",">",">="];MATH=["*","/","%"];RELATION=["IN","OF","INSTANCEOF"];BOOL=["TRUE","FALSE","NULL"];NOT_REGEX=["NUMBER","REGEX","BOOL","++","--","]"];CALLABLE=["IDENTIFIER","STRING","REGEX",")","]","}","?","::","@","THIS","SUPER"];INDEXABLE=CALLABLE.concat("NUMBER","BOOL");LINE_BREAK=["INDENT","OUTDENT","TERMINATOR"]}).call(this)};require["./parser"]=new function(){var exports=this;var parser=(function(){var parser={trace:function trace(){},yy:{},symbols_:{error:2,Root:3,TERMINATOR:4,Body:5,Block:6,Line:7,Expression:8,Statement:9,Return:10,Throw:11,BREAK:12,CONTINUE:13,DEBUGGER:14,Value:15,Invocation:16,Code:17,Operation:18,Assign:19,If:20,Try:21,While:22,For:23,Switch:24,Extends:25,Class:26,Existence:27,Comment:28,INDENT:29,OUTDENT:30,Identifier:31,IDENTIFIER:32,AlphaNumeric:33,NUMBER:34,STRING:35,Literal:36,JS:37,REGEX:38,BOOL:39,Assignable:40,"=":41,AssignObj:42,ThisProperty:43,":":44,RETURN:45,HERECOMMENT:46,"?":47,PARAM_START:48,ParamList:49,PARAM_END:50,FuncGlyph:51,"->":52,"=>":53,OptComma:54,",":55,Param:56,PARAM:57,"@":58,"...":59,Splat:60,SimpleAssignable:61,Accessor:62,Array:63,Object:64,Parenthetical:65,Range:66,This:67,PROPERTY_ACCESS:68,PROTOTYPE_ACCESS:69,"::":70,SOAK_ACCESS:71,Index:72,Slice:73,INDEX_START:74,INDEX_END:75,INDEX_SOAK:76,INDEX_PROTO:77,"{":78,AssignList:79,"}":80,CLASS:81,EXTENDS:82,ClassBody:83,ClassAssign:84,OptFuncExist:85,Arguments:86,SUPER:87,FUNC_EXIST:88,CALL_START:89,CALL_END:90,ArgList:91,THIS:92,RangeDots:93,"..":94,"[":95,"]":96,Arg:97,SimpleArgs:98,TRY:99,Catch:100,FINALLY:101,CATCH:102,THROW:103,"(":104,")":105,WhileSource:106,WHILE:107,WHEN:108,UNTIL:109,Loop:110,LOOP:111,ForBody:112,FOR:113,ForStart:114,ForSource:115,ForVariables:116,ALL:117,ForValue:118,FORIN:119,FOROF:120,BY:121,SWITCH:122,Whens:123,ELSE:124,When:125,LEADING_WHEN:126,IfBlock:127,IF:128,UNLESS:129,POST_IF:130,POST_UNLESS:131,UNARY:132,"-":133,"+":134,"--":135,"++":136,"==":137,"!=":138,MATH:139,SHIFT:140,COMPARE:141,LOGIC:142,COMPOUND_ASSIGN:143,RELATION:144,"$accept":0,"$end":1},terminals_:{"2":"error","4":"TERMINATOR","12":"BREAK","13":"CONTINUE","14":"DEBUGGER","29":"INDENT","30":"OUTDENT","32":"IDENTIFIER","34":"NUMBER","35":"STRING","37":"JS","38":"REGEX","39":"BOOL","41":"=","44":":","45":"RETURN","46":"HERECOMMENT","47":"?","48":"PARAM_START","50":"PARAM_END","52":"->","53":"=>","55":",","57":"PARAM","58":"@","59":"...","68":"PROPERTY_ACCESS","69":"PROTOTYPE_ACCESS","70":"::","71":"SOAK_ACCESS","74":"INDEX_START","75":"INDEX_END","76":"INDEX_SOAK","77":"INDEX_PROTO","78":"{","80":"}","81":"CLASS","82":"EXTENDS","87":"SUPER","88":"FUNC_EXIST","89":"CALL_START","90":"CALL_END","92":"THIS","94":"..","95":"[","96":"]","99":"TRY","101":"FINALLY","102":"CATCH","103":"THROW","104":"(","105":")","107":"WHILE","108":"WHEN","109":"UNTIL","111":"LOOP","113":"FOR","117":"ALL","119":"FORIN","120":"FOROF","121":"BY","122":"SWITCH","124":"ELSE","126":"LEADING_WHEN","128":"IF","129":"UNLESS","130":"POST_IF","131":"POST_UNLESS","132":"UNARY","133":"-","134":"+","135":"--","136":"++","137":"==","138":"!=","139":"MATH","140":"SHIFT","141":"COMPARE","142":"LOGIC","143":"COMPOUND_ASSIGN","144":"RELATION"},productions_:[0,[3,0],[3,1],[3,1],[3,2],[5,1],[5,3],[5,2],[7,1],[7,1],[9,1],[9,1],[9,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[6,3],[6,2],[6,2],[31,1],[33,1],[33,1],[36,1],[36,1],[36,1],[36,1],[19,3],[19,5],[42,1],[42,1],[42,1],[42,3],[42,3],[42,5],[42,5],[42,1],[10,2],[10,1],[28,1],[27,2],[17,5],[17,2],[51,1],[51,1],[54,0],[54,1],[49,0],[49,1],[49,3],[56,1],[56,2],[56,2],[56,3],[60,2],[61,1],[61,2],[61,2],[61,1],[40,1],[40,1],[40,1],[15,1],[15,1],[15,1],[15,1],[15,1],[62,2],[62,2],[62,1],[62,2],[62,1],[62,1],[72,3],[72,2],[72,2],[64,4],[79,0],[79,1],[79,3],[79,4],[79,6],[26,2],[26,4],[26,5],[26,7],[26,4],[26,1],[26,3],[26,6],[84,1],[84,3],[84,5],[83,0],[83,1],[83,3],[83,3],[25,3],[16,3],[16,3],[16,1],[16,2],[85,0],[85,1],[86,2],[86,4],[67,1],[67,1],[93,1],[93,1],[43,2],[66,5],[73,5],[73,4],[73,4],[63,2],[63,4],[91,1],[91,3],[91,4],[91,4],[91,6],[97,1],[97,1],[98,1],[98,3],[21,2],[21,3],[21,4],[21,5],[100,3],[11,2],[65,3],[65,2],[106,2],[106,4],[106,2],[106,4],[22,2],[22,2],[22,2],[22,1],[110,2],[110,2],[23,2],[23,2],[23,2],[112,2],[112,2],[114,2],[114,3],[118,1],[118,1],[118,1],[116,1],[116,3],[115,2],[115,2],[115,4],[115,4],[115,4],[115,6],[115,6],[24,5],[24,7],[24,4],[24,6],[123,1],[123,2],[125,3],[125,4],[127,3],[127,3],[127,5],[127,3],[20,1],[20,3],[20,3],[20,3],[20,3],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,5],[18,3]],performAction:function anonymous(yytext,yyleng,yylineno,yy){var $$=arguments[5],$0=arguments[5].length;switch(arguments[4]){case 1:return this.$=new yy.Expressions;break;case 2:return this.$=new yy.Expressions;break;case 3:return this.$=$$[$0-1+1-1];break;case 4:return this.$=$$[$0-2+1-1];break;case 5:this.$=yy.Expressions.wrap([$$[$0-1+1-1]]);break;case 6:this.$=$$[$0-3+1-1].push($$[$0-3+3-1]);break;case 7:this.$=$$[$0-2+1-1];break;case 8:this.$=$$[$0-1+1-1];break;case 9:this.$=$$[$0-1+1-1];break;case 10:this.$=$$[$0-1+1-1];break;case 11:this.$=$$[$0-1+1-1];break;case 12:this.$=new yy.Literal($$[$0-1+1-1]);break;case 13:this.$=new yy.Literal($$[$0-1+1-1]);break;case 14:this.$=new yy.Literal($$[$0-1+1-1]);break;case 15:this.$=$$[$0-1+1-1];break;case 16:this.$=$$[$0-1+1-1];break;case 17:this.$=$$[$0-1+1-1];break;case 18:this.$=$$[$0-1+1-1];break;case 19:this.$=$$[$0-1+1-1];break;case 20:this.$=$$[$0-1+1-1];break;case 21:this.$=$$[$0-1+1-1];break;case 22:this.$=$$[$0-1+1-1];break;case 23:this.$=$$[$0-1+1-1];break;case 24:this.$=$$[$0-1+1-1];break;case 25:this.$=$$[$0-1+1-1];break;case 26:this.$=$$[$0-1+1-1];break;case 27:this.$=$$[$0-1+1-1];break;case 28:this.$=$$[$0-1+1-1];break;case 29:this.$=$$[$0-3+2-1];break;case 30:this.$=new yy.Expressions;break;case 31:this.$=yy.Expressions.wrap([$$[$0-2+2-1]]);break;case 32:this.$=new yy.Literal($$[$0-1+1-1]);break;case 33:this.$=new yy.Literal($$[$0-1+1-1]);break;case 34:this.$=new yy.Literal($$[$0-1+1-1]);break;case 35:this.$=$$[$0-1+1-1];break;case 36:this.$=new yy.Literal($$[$0-1+1-1]);break;case 37:this.$=new yy.Literal($$[$0-1+1-1]);break;case 38:this.$=new yy.Literal($$[$0-1+1-1]);break;case 39:this.$=new yy.Assign($$[$0-3+1-1],$$[$0-3+3-1]);break;case 40:this.$=new yy.Assign($$[$0-5+1-1],$$[$0-5+4-1]);break;case 41:this.$=new yy.Value($$[$0-1+1-1]);break;case 42:this.$=$$[$0-1+1-1];break;case 43:this.$=$$[$0-1+1-1];break;case 44:this.$=new yy.Assign(new yy.Value($$[$0-3+1-1]),$$[$0-3+3-1],"object");break;case 45:this.$=new yy.Assign(new yy.Value($$[$0-3+1-1]),$$[$0-3+3-1],"object");break;case 46:this.$=new yy.Assign(new yy.Value($$[$0-5+1-1]),$$[$0-5+4-1],"object");break;case 47:this.$=new yy.Assign(new yy.Value($$[$0-5+1-1]),$$[$0-5+4-1],"object");break;case 48:this.$=$$[$0-1+1-1];break;case 49:this.$=new yy.Return($$[$0-2+2-1]);break;case 50:this.$=new yy.Return;break;case 51:this.$=new yy.Comment($$[$0-1+1-1]);break;case 52:this.$=new yy.Existence($$[$0-2+1-1]);break;case 53:this.$=new yy.Code($$[$0-5+2-1],$$[$0-5+5-1],$$[$0-5+4-1]);break;case 54:this.$=new yy.Code([],$$[$0-2+2-1],$$[$0-2+1-1]);break;case 55:this.$="func";break;case 56:this.$="boundfunc";break;case 57:this.$=$$[$0-1+1-1];break;case 58:this.$=$$[$0-1+1-1];break;case 59:this.$=[];break;case 60:this.$=[$$[$0-1+1-1]];break;case 61:this.$=$$[$0-3+1-1].concat($$[$0-3+3-1]);break;case 62:this.$=new yy.Literal($$[$0-1+1-1]);break;case 63:this.$=new yy.Param($$[$0-2+2-1],true);break;case 64:this.$=new yy.Param($$[$0-2+1-1],false,true);break;case 65:this.$=new yy.Param($$[$0-3+2-1],true,true);break;case 66:this.$=new yy.Splat($$[$0-2+1-1]);break;case 67:this.$=new yy.Value($$[$0-1+1-1]);break;case 68:this.$=$$[$0-2+1-1].push($$[$0-2+2-1]);break;case 69:this.$=new yy.Value($$[$0-2+1-1],[$$[$0-2+2-1]]);break;case 70:this.$=$$[$0-1+1-1];break;case 71:this.$=$$[$0-1+1-1];break;case 72:this.$=new yy.Value($$[$0-1+1-1]);break;case 73:this.$=new yy.Value($$[$0-1+1-1]);break;case 74:this.$=$$[$0-1+1-1];break;case 75:this.$=new yy.Value($$[$0-1+1-1]);break;case 76:this.$=new yy.Value($$[$0-1+1-1]);break;case 77:this.$=new yy.Value($$[$0-1+1-1]);break;case 78:this.$=$$[$0-1+1-1];break;case 79:this.$=new yy.Accessor($$[$0-2+2-1]);break;case 80:this.$=new yy.Accessor($$[$0-2+2-1],"prototype");break;case 81:this.$=new yy.Accessor(new yy.Literal("prototype"));break;case 82:this.$=new yy.Accessor($$[$0-2+2-1],"soak");break;case 83:this.$=$$[$0-1+1-1];break;case 84:this.$=new yy.Slice($$[$0-1+1-1]);break;case 85:this.$=new yy.Index($$[$0-3+2-1]);break;case 86:this.$=(function(){$$[$0-2+2-1].soakNode=true;return $$[$0-2+2-1]}());break;case 87:this.$=(function(){$$[$0-2+2-1].proto=true;return $$[$0-2+2-1]}());break;case 88:this.$=new yy.ObjectLiteral($$[$0-4+2-1]);break;case 89:this.$=[];break;case 90:this.$=[$$[$0-1+1-1]];break;case 91:this.$=$$[$0-3+1-1].concat($$[$0-3+3-1]);break;case 92:this.$=$$[$0-4+1-1].concat($$[$0-4+4-1]);break;case 93:this.$=$$[$0-6+1-1].concat($$[$0-6+4-1]);break;case 94:this.$=new yy.Class($$[$0-2+2-1]);break;case 95:this.$=new yy.Class($$[$0-4+2-1],$$[$0-4+4-1]);break;case 96:this.$=new yy.Class($$[$0-5+2-1],null,$$[$0-5+4-1]);break;case 97:this.$=new yy.Class($$[$0-7+2-1],$$[$0-7+4-1],$$[$0-7+6-1]);break;case 98:this.$=new yy.Class("__temp__",null,$$[$0-4+3-1]);break;case 99:this.$=new yy.Class("__temp__",null,new yy.Expressions);break;case 100:this.$=new yy.Class("__temp__",$$[$0-3+3-1],new yy.Expressions);break;case 101:this.$=new yy.Class("__temp__",$$[$0-6+3-1],$$[$0-6+5-1]);break;case 102:this.$=$$[$0-1+1-1];break;case 103:this.$=new yy.Assign(new yy.Value($$[$0-3+1-1]),$$[$0-3+3-1],"this");break;case 104:this.$=new yy.Assign(new yy.Value($$[$0-5+1-1]),$$[$0-5+4-1],"this");break;case 105:this.$=[];break;case 106:this.$=[$$[$0-1+1-1]];break;case 107:this.$=$$[$0-3+1-1].concat($$[$0-3+3-1]);break;case 108:this.$=$$[$0-3+2-1];break;case 109:this.$=new yy.Extends($$[$0-3+1-1],$$[$0-3+3-1]);break;case 110:this.$=new yy.Call($$[$0-3+1-1],$$[$0-3+3-1],$$[$0-3+2-1]);break;case 111:this.$=new yy.Call($$[$0-3+1-1],$$[$0-3+3-1],$$[$0-3+2-1]);break;case 112:this.$=new yy.Call("super",[new yy.Splat(new yy.Literal("arguments"))]);break;case 113:this.$=new yy.Call("super",$$[$0-2+2-1]);break;case 114:this.$=false;break;case 115:this.$=true;break;case 116:this.$=[];break;case 117:this.$=$$[$0-4+2-1];break;case 118:this.$=new yy.Value(new yy.Literal("this"));break;case 119:this.$=new yy.Value(new yy.Literal("this"));break;case 120:this.$="inclusive";break;case 121:this.$="exclusive";break;case 122:this.$=new yy.Value(new yy.Literal("this"),[new yy.Accessor($$[$0-2+2-1])],"this");break;case 123:this.$=new yy.Range($$[$0-5+2-1],$$[$0-5+4-1],$$[$0-5+3-1]);break;case 124:this.$=new yy.Range($$[$0-5+2-1],$$[$0-5+4-1],$$[$0-5+3-1]);break;case 125:this.$=new yy.Range($$[$0-4+2-1],null,$$[$0-4+3-1]);break;case 126:this.$=new yy.Range(null,$$[$0-4+3-1],$$[$0-4+2-1]);break;case 127:this.$=new yy.ArrayLiteral([]);break;case 128:this.$=new yy.ArrayLiteral($$[$0-4+2-1]);break;case 129:this.$=[$$[$0-1+1-1]];break;case 130:this.$=$$[$0-3+1-1].concat($$[$0-3+3-1]);break;case 131:this.$=$$[$0-4+1-1].concat($$[$0-4+4-1]);break;case 132:this.$=$$[$0-4+2-1];break;case 133:this.$=$$[$0-6+1-1].concat($$[$0-6+4-1]);break;case 134:this.$=$$[$0-1+1-1];break;case 135:this.$=$$[$0-1+1-1];break;case 136:this.$=$$[$0-1+1-1];break;case 137:this.$=[].concat($$[$0-3+1-1],$$[$0-3+3-1]);break;case 138:this.$=new yy.Try($$[$0-2+2-1]);break;case 139:this.$=new yy.Try($$[$0-3+2-1],$$[$0-3+3-1][0],$$[$0-3+3-1][1]);break;case 140:this.$=new yy.Try($$[$0-4+2-1],null,null,$$[$0-4+4-1]);break;case 141:this.$=new yy.Try($$[$0-5+2-1],$$[$0-5+3-1][0],$$[$0-5+3-1][1],$$[$0-5+5-1]);break;case 142:this.$=[$$[$0-3+2-1],$$[$0-3+3-1]];break;case 143:this.$=new yy.Throw($$[$0-2+2-1]);break;case 144:this.$=new yy.Parens($$[$0-3+2-1]);break;case 145:this.$=new yy.Parens(new yy.Literal(""));break;case 146:this.$=new yy.While($$[$0-2+2-1]);break;case 147:this.$=new yy.While($$[$0-4+2-1],{guard:$$[$0-4+4-1]});break;case 148:this.$=new yy.While($$[$0-2+2-1],{invert:true});break;case 149:this.$=new yy.While($$[$0-4+2-1],{invert:true,guard:$$[$0-4+4-1]});break;case 150:this.$=$$[$0-2+1-1].addBody($$[$0-2+2-1]);break;case 151:this.$=$$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]]));break;case 152:this.$=$$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]]));break;case 153:this.$=$$[$0-1+1-1];break;case 154:this.$=new yy.While(new yy.Literal("true")).addBody($$[$0-2+2-1]);break;case 155:this.$=new yy.While(new yy.Literal("true")).addBody(yy.Expressions.wrap([$$[$0-2+2-1]]));break;case 156:this.$=new yy.For($$[$0-2+1-1],$$[$0-2+2-1],$$[$0-2+2-1].vars[0],$$[$0-2+2-1].vars[1]);break;case 157:this.$=new yy.For($$[$0-2+1-1],$$[$0-2+2-1],$$[$0-2+2-1].vars[0],$$[$0-2+2-1].vars[1]);break;case 158:this.$=new yy.For($$[$0-2+2-1],$$[$0-2+1-1],$$[$0-2+1-1].vars[0],$$[$0-2+1-1].vars[1]);break;case 159:this.$={source:new yy.Value($$[$0-2+2-1]),vars:[]};break;case 160:this.$=(function(){$$[$0-2+2-1].raw=$$[$0-2+1-1].raw;$$[$0-2+2-1].vars=$$[$0-2+1-1];return $$[$0-2+2-1]}());break;case 161:this.$=$$[$0-2+2-1];break;case 162:this.$=(function(){$$[$0-3+3-1].raw=true;return $$[$0-3+3-1]}());break;case 163:this.$=$$[$0-1+1-1];break;case 164:this.$=new yy.Value($$[$0-1+1-1]);break;case 165:this.$=new yy.Value($$[$0-1+1-1]);break;case 166:this.$=[$$[$0-1+1-1]];break;case 167:this.$=[$$[$0-3+1-1],$$[$0-3+3-1]];break;case 168:this.$={source:$$[$0-2+2-1]};break;case 169:this.$={source:$$[$0-2+2-1],object:true};break;case 170:this.$={source:$$[$0-4+2-1],guard:$$[$0-4+4-1]};break;case 171:this.$={source:$$[$0-4+2-1],guard:$$[$0-4+4-1],object:true};break;case 172:this.$={source:$$[$0-4+2-1],step:$$[$0-4+4-1]};break;case 173:this.$={source:$$[$0-6+2-1],guard:$$[$0-6+4-1],step:$$[$0-6+6-1]};break;case 174:this.$={source:$$[$0-6+2-1],step:$$[$0-6+4-1],guard:$$[$0-6+6-1]};break;case 175:this.$=new yy.Switch($$[$0-5+2-1],$$[$0-5+4-1]);break;case 176:this.$=new yy.Switch($$[$0-7+2-1],$$[$0-7+4-1],$$[$0-7+6-1]);break;case 177:this.$=new yy.Switch(null,$$[$0-4+3-1]);break;case 178:this.$=new yy.Switch(null,$$[$0-6+3-1],$$[$0-6+5-1]);break;case 179:this.$=$$[$0-1+1-1];break;case 180:this.$=$$[$0-2+1-1].concat($$[$0-2+2-1]);break;case 181:this.$=[[$$[$0-3+2-1],$$[$0-3+3-1]]];break;case 182:this.$=[[$$[$0-4+2-1],$$[$0-4+3-1]]];break;case 183:this.$=new yy.If($$[$0-3+2-1],$$[$0-3+3-1]);break;case 184:this.$=new yy.If($$[$0-3+2-1],$$[$0-3+3-1],{invert:true});break;case 185:this.$=$$[$0-5+1-1].addElse(new yy.If($$[$0-5+4-1],$$[$0-5+5-1]));break;case 186:this.$=$$[$0-3+1-1].addElse($$[$0-3+3-1]);break;case 187:this.$=$$[$0-1+1-1];break;case 188:this.$=new yy.If($$[$0-3+3-1],yy.Expressions.wrap([$$[$0-3+1-1]]),{statement:true});break;case 189:this.$=new yy.If($$[$0-3+3-1],yy.Expressions.wrap([$$[$0-3+1-1]]),{statement:true});break;case 190:this.$=new yy.If($$[$0-3+3-1],yy.Expressions.wrap([$$[$0-3+1-1]]),{statement:true,invert:true});break;case 191:this.$=new yy.If($$[$0-3+3-1],yy.Expressions.wrap([$$[$0-3+1-1]]),{statement:true,invert:true});break;case 192:this.$=new yy.Op($$[$0-2+1-1],$$[$0-2+2-1]);break;case 193:this.$=new yy.Op("-",$$[$0-2+2-1]);break;case 194:this.$=new yy.Op("+",$$[$0-2+2-1]);break;case 195:this.$=new yy.Op("--",$$[$0-2+2-1]);break;case 196:this.$=new yy.Op("++",$$[$0-2+2-1]);break;case 197:this.$=new yy.Op("--",$$[$0-2+1-1],null,true);break;case 198:this.$=new yy.Op("++",$$[$0-2+1-1],null,true);break;case 199:this.$=new yy.Op("+",$$[$0-3+1-1],$$[$0-3+3-1]);break;case 200:this.$=new yy.Op("-",$$[$0-3+1-1],$$[$0-3+3-1]);break;case 201:this.$=new yy.Op("==",$$[$0-3+1-1],$$[$0-3+3-1]);break;case 202:this.$=new yy.Op("!=",$$[$0-3+1-1],$$[$0-3+3-1]);break;case 203:this.$=new yy.Op($$[$0-3+2-1],$$[$0-3+1-1],$$[$0-3+3-1]);break;case 204:this.$=new yy.Op($$[$0-3+2-1],$$[$0-3+1-1],$$[$0-3+3-1]);break;case 205:this.$=new yy.Op($$[$0-3+2-1],$$[$0-3+1-1],$$[$0-3+3-1]);break;case 206:this.$=new yy.Op($$[$0-3+2-1],$$[$0-3+1-1],$$[$0-3+3-1]);break;case 207:this.$=new yy.Op($$[$0-3+2-1],$$[$0-3+1-1],$$[$0-3+3-1]);break;case 208:this.$=new yy.Op($$[$0-5+2-1],$$[$0-5+1-1],$$[$0-5+4-1]);break;case 209:this.$=$$[$0-3+2-1].charAt(0)==="!"?($$[$0-3+2-1]==="!in"?new yy.Op("!",new yy.In($$[$0-3+1-1],$$[$0-3+3-1])):new yy.Op("!",new yy.Parens(new yy.Op($$[$0-3+2-1].slice(1),$$[$0-3+1-1],$$[$0-3+3-1])))):($$[$0-3+2-1]==="in"?new yy.In($$[$0-3+1-1],$$[$0-3+3-1]):new yy.Op($$[$0-3+2-1],$$[$0-3+1-1],$$[$0-3+3-1]));break}},table:[{"1":[2,1],"3":1,"4":[1,2],"5":3,"6":4,"7":5,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,6],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[3]},{"1":[2,2],"28":77,"46":[1,49]},{"1":[2,3],"4":[1,78]},{"4":[1,79]},{"1":[2,5],"4":[2,5],"30":[2,5]},{"5":80,"7":5,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"30":[1,81],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,8],"4":[2,8],"30":[2,8],"47":[1,97],"105":[2,8],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,9],"4":[2,9],"30":[2,9],"105":[2,9],"106":100,"107":[1,66],"109":[1,67],"112":101,"113":[1,69],"114":70,"130":[1,98],"131":[1,99]},{"1":[2,15],"4":[2,15],"29":[2,15],"30":[2,15],"47":[2,15],"55":[2,15],"59":[2,15],"62":104,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"75":[2,15],"76":[1,113],"77":[1,114],"80":[2,15],"85":102,"88":[1,105],"89":[2,114],"90":[2,15],"94":[2,15],"96":[2,15],"105":[2,15],"107":[2,15],"108":[2,15],"109":[2,15],"113":[2,15],"121":[2,15],"130":[2,15],"131":[2,15],"133":[2,15],"134":[2,15],"135":[2,15],"136":[2,15],"137":[2,15],"138":[2,15],"139":[2,15],"140":[2,15],"141":[2,15],"142":[2,15],"143":[1,103],"144":[2,15]},{"1":[2,16],"4":[2,16],"29":[2,16],"30":[2,16],"47":[2,16],"55":[2,16],"59":[2,16],"62":116,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"75":[2,16],"76":[1,113],"77":[1,114],"80":[2,16],"85":115,"88":[1,105],"89":[2,114],"90":[2,16],"94":[2,16],"96":[2,16],"105":[2,16],"107":[2,16],"108":[2,16],"109":[2,16],"113":[2,16],"121":[2,16],"130":[2,16],"131":[2,16],"133":[2,16],"134":[2,16],"135":[2,16],"136":[2,16],"137":[2,16],"138":[2,16],"139":[2,16],"140":[2,16],"141":[2,16],"142":[2,16],"144":[2,16]},{"1":[2,17],"4":[2,17],"29":[2,17],"30":[2,17],"47":[2,17],"55":[2,17],"59":[2,17],"75":[2,17],"80":[2,17],"90":[2,17],"94":[2,17],"96":[2,17],"105":[2,17],"107":[2,17],"108":[2,17],"109":[2,17],"113":[2,17],"121":[2,17],"130":[2,17],"131":[2,17],"133":[2,17],"134":[2,17],"135":[2,17],"136":[2,17],"137":[2,17],"138":[2,17],"139":[2,17],"140":[2,17],"141":[2,17],"142":[2,17],"144":[2,17]},{"1":[2,18],"4":[2,18],"29":[2,18],"30":[2,18],"47":[2,18],"55":[2,18],"59":[2,18],"75":[2,18],"80":[2,18],"90":[2,18],"94":[2,18],"96":[2,18],"105":[2,18],"107":[2,18],"108":[2,18],"109":[2,18],"113":[2,18],"121":[2,18],"130":[2,18],"131":[2,18],"133":[2,18],"134":[2,18],"135":[2,18],"136":[2,18],"137":[2,18],"138":[2,18],"139":[2,18],"140":[2,18],"141":[2,18],"142":[2,18],"144":[2,18]},{"1":[2,19],"4":[2,19],"29":[2,19],"30":[2,19],"47":[2,19],"55":[2,19],"59":[2,19],"75":[2,19],"80":[2,19],"90":[2,19],"94":[2,19],"96":[2,19],"105":[2,19],"107":[2,19],"108":[2,19],"109":[2,19],"113":[2,19],"121":[2,19],"130":[2,19],"131":[2,19],"133":[2,19],"134":[2,19],"135":[2,19],"136":[2,19],"137":[2,19],"138":[2,19],"139":[2,19],"140":[2,19],"141":[2,19],"142":[2,19],"144":[2,19]},{"1":[2,20],"4":[2,20],"29":[2,20],"30":[2,20],"47":[2,20],"55":[2,20],"59":[2,20],"75":[2,20],"80":[2,20],"90":[2,20],"94":[2,20],"96":[2,20],"105":[2,20],"107":[2,20],"108":[2,20],"109":[2,20],"113":[2,20],"121":[2,20],"130":[2,20],"131":[2,20],"133":[2,20],"134":[2,20],"135":[2,20],"136":[2,20],"137":[2,20],"138":[2,20],"139":[2,20],"140":[2,20],"141":[2,20],"142":[2,20],"144":[2,20]},{"1":[2,21],"4":[2,21],"29":[2,21],"30":[2,21],"47":[2,21],"55":[2,21],"59":[2,21],"75":[2,21],"80":[2,21],"90":[2,21],"94":[2,21],"96":[2,21],"105":[2,21],"107":[2,21],"108":[2,21],"109":[2,21],"113":[2,21],"121":[2,21],"130":[2,21],"131":[2,21],"133":[2,21],"134":[2,21],"135":[2,21],"136":[2,21],"137":[2,21],"138":[2,21],"139":[2,21],"140":[2,21],"141":[2,21],"142":[2,21],"144":[2,21]},{"1":[2,22],"4":[2,22],"29":[2,22],"30":[2,22],"47":[2,22],"55":[2,22],"59":[2,22],"75":[2,22],"80":[2,22],"90":[2,22],"94":[2,22],"96":[2,22],"105":[2,22],"107":[2,22],"108":[2,22],"109":[2,22],"113":[2,22],"121":[2,22],"130":[2,22],"131":[2,22],"133":[2,22],"134":[2,22],"135":[2,22],"136":[2,22],"137":[2,22],"138":[2,22],"139":[2,22],"140":[2,22],"141":[2,22],"142":[2,22],"144":[2,22]},{"1":[2,23],"4":[2,23],"29":[2,23],"30":[2,23],"47":[2,23],"55":[2,23],"59":[2,23],"75":[2,23],"80":[2,23],"90":[2,23],"94":[2,23],"96":[2,23],"105":[2,23],"107":[2,23],"108":[2,23],"109":[2,23],"113":[2,23],"121":[2,23],"130":[2,23],"131":[2,23],"133":[2,23],"134":[2,23],"135":[2,23],"136":[2,23],"137":[2,23],"138":[2,23],"139":[2,23],"140":[2,23],"141":[2,23],"142":[2,23],"144":[2,23]},{"1":[2,24],"4":[2,24],"29":[2,24],"30":[2,24],"47":[2,24],"55":[2,24],"59":[2,24],"75":[2,24],"80":[2,24],"90":[2,24],"94":[2,24],"96":[2,24],"105":[2,24],"107":[2,24],"108":[2,24],"109":[2,24],"113":[2,24],"121":[2,24],"130":[2,24],"131":[2,24],"133":[2,24],"134":[2,24],"135":[2,24],"136":[2,24],"137":[2,24],"138":[2,24],"139":[2,24],"140":[2,24],"141":[2,24],"142":[2,24],"144":[2,24]},{"1":[2,25],"4":[2,25],"29":[2,25],"30":[2,25],"47":[2,25],"55":[2,25],"59":[2,25],"75":[2,25],"80":[2,25],"90":[2,25],"94":[2,25],"96":[2,25],"105":[2,25],"107":[2,25],"108":[2,25],"109":[2,25],"113":[2,25],"121":[2,25],"130":[2,25],"131":[2,25],"133":[2,25],"134":[2,25],"135":[2,25],"136":[2,25],"137":[2,25],"138":[2,25],"139":[2,25],"140":[2,25],"141":[2,25],"142":[2,25],"144":[2,25]},{"1":[2,26],"4":[2,26],"29":[2,26],"30":[2,26],"47":[2,26],"55":[2,26],"59":[2,26],"75":[2,26],"80":[2,26],"90":[2,26],"94":[2,26],"96":[2,26],"105":[2,26],"107":[2,26],"108":[2,26],"109":[2,26],"113":[2,26],"121":[2,26],"130":[2,26],"131":[2,26],"133":[2,26],"134":[2,26],"135":[2,26],"136":[2,26],"137":[2,26],"138":[2,26],"139":[2,26],"140":[2,26],"141":[2,26],"142":[2,26],"144":[2,26]},{"1":[2,27],"4":[2,27],"29":[2,27],"30":[2,27],"47":[2,27],"55":[2,27],"59":[2,27],"75":[2,27],"80":[2,27],"90":[2,27],"94":[2,27],"96":[2,27],"105":[2,27],"107":[2,27],"108":[2,27],"109":[2,27],"113":[2,27],"121":[2,27],"130":[2,27],"131":[2,27],"133":[2,27],"134":[2,27],"135":[2,27],"136":[2,27],"137":[2,27],"138":[2,27],"139":[2,27],"140":[2,27],"141":[2,27],"142":[2,27],"144":[2,27]},{"1":[2,28],"4":[2,28],"29":[2,28],"30":[2,28],"47":[2,28],"55":[2,28],"59":[2,28],"75":[2,28],"80":[2,28],"90":[2,28],"94":[2,28],"96":[2,28],"105":[2,28],"107":[2,28],"108":[2,28],"109":[2,28],"113":[2,28],"121":[2,28],"130":[2,28],"131":[2,28],"133":[2,28],"134":[2,28],"135":[2,28],"136":[2,28],"137":[2,28],"138":[2,28],"139":[2,28],"140":[2,28],"141":[2,28],"142":[2,28],"144":[2,28]},{"1":[2,10],"4":[2,10],"30":[2,10],"105":[2,10],"107":[2,10],"109":[2,10],"113":[2,10],"130":[2,10],"131":[2,10]},{"1":[2,11],"4":[2,11],"30":[2,11],"105":[2,11],"107":[2,11],"109":[2,11],"113":[2,11],"130":[2,11],"131":[2,11]},{"1":[2,12],"4":[2,12],"30":[2,12],"105":[2,12],"107":[2,12],"109":[2,12],"113":[2,12],"130":[2,12],"131":[2,12]},{"1":[2,13],"4":[2,13],"30":[2,13],"105":[2,13],"107":[2,13],"109":[2,13],"113":[2,13],"130":[2,13],"131":[2,13]},{"1":[2,14],"4":[2,14],"30":[2,14],"105":[2,14],"107":[2,14],"109":[2,14],"113":[2,14],"130":[2,14],"131":[2,14]},{"1":[2,74],"4":[2,74],"29":[2,74],"30":[2,74],"41":[1,117],"47":[2,74],"55":[2,74],"59":[2,74],"68":[2,74],"69":[2,74],"70":[2,74],"71":[2,74],"74":[2,74],"75":[2,74],"76":[2,74],"77":[2,74],"80":[2,74],"88":[2,74],"89":[2,74],"90":[2,74],"94":[2,74],"96":[2,74],"105":[2,74],"107":[2,74],"108":[2,74],"109":[2,74],"113":[2,74],"121":[2,74],"130":[2,74],"131":[2,74],"133":[2,74],"134":[2,74],"135":[2,74],"136":[2,74],"137":[2,74],"138":[2,74],"139":[2,74],"140":[2,74],"141":[2,74],"142":[2,74],"143":[2,74],"144":[2,74]},{"1":[2,75],"4":[2,75],"29":[2,75],"30":[2,75],"47":[2,75],"55":[2,75],"59":[2,75],"68":[2,75],"69":[2,75],"70":[2,75],"71":[2,75],"74":[2,75],"75":[2,75],"76":[2,75],"77":[2,75],"80":[2,75],"88":[2,75],"89":[2,75],"90":[2,75],"94":[2,75],"96":[2,75],"105":[2,75],"107":[2,75],"108":[2,75],"109":[2,75],"113":[2,75],"121":[2,75],"130":[2,75],"131":[2,75],"133":[2,75],"134":[2,75],"135":[2,75],"136":[2,75],"137":[2,75],"138":[2,75],"139":[2,75],"140":[2,75],"141":[2,75],"142":[2,75],"143":[2,75],"144":[2,75]},{"1":[2,76],"4":[2,76],"29":[2,76],"30":[2,76],"47":[2,76],"55":[2,76],"59":[2,76],"68":[2,76],"69":[2,76],"70":[2,76],"71":[2,76],"74":[2,76],"75":[2,76],"76":[2,76],"77":[2,76],"80":[2,76],"88":[2,76],"89":[2,76],"90":[2,76],"94":[2,76],"96":[2,76],"105":[2,76],"107":[2,76],"108":[2,76],"109":[2,76],"113":[2,76],"121":[2,76],"130":[2,76],"131":[2,76],"133":[2,76],"134":[2,76],"135":[2,76],"136":[2,76],"137":[2,76],"138":[2,76],"139":[2,76],"140":[2,76],"141":[2,76],"142":[2,76],"143":[2,76],"144":[2,76]},{"1":[2,77],"4":[2,77],"29":[2,77],"30":[2,77],"47":[2,77],"55":[2,77],"59":[2,77],"68":[2,77],"69":[2,77],"70":[2,77],"71":[2,77],"74":[2,77],"75":[2,77],"76":[2,77],"77":[2,77],"80":[2,77],"88":[2,77],"89":[2,77],"90":[2,77],"94":[2,77],"96":[2,77],"105":[2,77],"107":[2,77],"108":[2,77],"109":[2,77],"113":[2,77],"121":[2,77],"130":[2,77],"131":[2,77],"133":[2,77],"134":[2,77],"135":[2,77],"136":[2,77],"137":[2,77],"138":[2,77],"139":[2,77],"140":[2,77],"141":[2,77],"142":[2,77],"143":[2,77],"144":[2,77]},{"1":[2,78],"4":[2,78],"29":[2,78],"30":[2,78],"47":[2,78],"55":[2,78],"59":[2,78],"68":[2,78],"69":[2,78],"70":[2,78],"71":[2,78],"74":[2,78],"75":[2,78],"76":[2,78],"77":[2,78],"80":[2,78],"88":[2,78],"89":[2,78],"90":[2,78],"94":[2,78],"96":[2,78],"105":[2,78],"107":[2,78],"108":[2,78],"109":[2,78],"113":[2,78],"121":[2,78],"130":[2,78],"131":[2,78],"133":[2,78],"134":[2,78],"135":[2,78],"136":[2,78],"137":[2,78],"138":[2,78],"139":[2,78],"140":[2,78],"141":[2,78],"142":[2,78],"143":[2,78],"144":[2,78]},{"1":[2,112],"4":[2,112],"29":[2,112],"30":[2,112],"47":[2,112],"55":[2,112],"59":[2,112],"68":[2,112],"69":[2,112],"70":[2,112],"71":[2,112],"74":[2,112],"75":[2,112],"76":[2,112],"77":[2,112],"80":[2,112],"86":118,"88":[2,112],"89":[1,119],"90":[2,112],"94":[2,112],"96":[2,112],"105":[2,112],"107":[2,112],"108":[2,112],"109":[2,112],"113":[2,112],"121":[2,112],"130":[2,112],"131":[2,112],"133":[2,112],"134":[2,112],"135":[2,112],"136":[2,112],"137":[2,112],"138":[2,112],"139":[2,112],"140":[2,112],"141":[2,112],"142":[2,112],"144":[2,112]},{"49":120,"50":[2,59],"55":[2,59],"56":121,"57":[1,122],"58":[1,123]},{"4":[1,125],"6":124,"29":[1,6]},{"8":126,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":128,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":129,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":130,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":131,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,187],"4":[2,187],"29":[2,187],"30":[2,187],"47":[2,187],"55":[2,187],"59":[2,187],"75":[2,187],"80":[2,187],"90":[2,187],"94":[2,187],"96":[2,187],"105":[2,187],"107":[2,187],"108":[2,187],"109":[2,187],"113":[2,187],"121":[2,187],"124":[1,132],"130":[2,187],"131":[2,187],"133":[2,187],"134":[2,187],"135":[2,187],"136":[2,187],"137":[2,187],"138":[2,187],"139":[2,187],"140":[2,187],"141":[2,187],"142":[2,187],"144":[2,187]},{"4":[1,125],"6":133,"29":[1,6]},{"4":[1,125],"6":134,"29":[1,6]},{"1":[2,153],"4":[2,153],"29":[2,153],"30":[2,153],"47":[2,153],"55":[2,153],"59":[2,153],"75":[2,153],"80":[2,153],"90":[2,153],"94":[2,153],"96":[2,153],"105":[2,153],"107":[2,153],"108":[2,153],"109":[2,153],"113":[2,153],"121":[2,153],"130":[2,153],"131":[2,153],"133":[2,153],"134":[2,153],"135":[2,153],"136":[2,153],"137":[2,153],"138":[2,153],"139":[2,153],"140":[2,153],"141":[2,153],"142":[2,153],"144":[2,153]},{"4":[1,125],"6":135,"29":[1,6]},{"8":136,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,137],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,71],"4":[2,71],"29":[2,71],"30":[2,71],"41":[2,71],"47":[2,71],"55":[2,71],"59":[2,71],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,71],"76":[2,71],"77":[2,71],"80":[2,71],"82":[1,138],"88":[2,71],"89":[2,71],"90":[2,71],"94":[2,71],"96":[2,71],"105":[2,71],"107":[2,71],"108":[2,71],"109":[2,71],"113":[2,71],"121":[2,71],"130":[2,71],"131":[2,71],"133":[2,71],"134":[2,71],"135":[2,71],"136":[2,71],"137":[2,71],"138":[2,71],"139":[2,71],"140":[2,71],"141":[2,71],"142":[2,71],"143":[2,71],"144":[2,71]},{"1":[2,99],"4":[2,99],"15":142,"16":143,"29":[1,140],"30":[2,99],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":144,"43":72,"47":[2,99],"55":[2,99],"58":[1,61],"59":[2,99],"61":139,"63":52,"64":53,"65":30,"66":31,"67":32,"75":[2,99],"78":[1,73],"80":[2,99],"82":[1,141],"87":[1,33],"90":[2,99],"92":[1,60],"94":[2,99],"95":[1,59],"96":[2,99],"104":[1,58],"105":[2,99],"107":[2,99],"108":[2,99],"109":[2,99],"113":[2,99],"121":[2,99],"130":[2,99],"131":[2,99],"133":[2,99],"134":[2,99],"135":[2,99],"136":[2,99],"137":[2,99],"138":[2,99],"139":[2,99],"140":[2,99],"141":[2,99],"142":[2,99],"144":[2,99]},{"1":[2,51],"4":[2,51],"29":[2,51],"30":[2,51],"47":[2,51],"55":[2,51],"59":[2,51],"75":[2,51],"80":[2,51],"90":[2,51],"94":[2,51],"96":[2,51],"101":[2,51],"102":[2,51],"105":[2,51],"107":[2,51],"108":[2,51],"109":[2,51],"113":[2,51],"121":[2,51],"124":[2,51],"126":[2,51],"130":[2,51],"131":[2,51],"133":[2,51],"134":[2,51],"135":[2,51],"136":[2,51],"137":[2,51],"138":[2,51],"139":[2,51],"140":[2,51],"141":[2,51],"142":[2,51],"144":[2,51]},{"1":[2,50],"4":[2,50],"8":145,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"30":[2,50],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"105":[2,50],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"130":[2,50],"131":[2,50],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":146,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,72],"4":[2,72],"29":[2,72],"30":[2,72],"41":[2,72],"47":[2,72],"55":[2,72],"59":[2,72],"68":[2,72],"69":[2,72],"70":[2,72],"71":[2,72],"74":[2,72],"75":[2,72],"76":[2,72],"77":[2,72],"80":[2,72],"88":[2,72],"89":[2,72],"90":[2,72],"94":[2,72],"96":[2,72],"105":[2,72],"107":[2,72],"108":[2,72],"109":[2,72],"113":[2,72],"121":[2,72],"130":[2,72],"131":[2,72],"133":[2,72],"134":[2,72],"135":[2,72],"136":[2,72],"137":[2,72],"138":[2,72],"139":[2,72],"140":[2,72],"141":[2,72],"142":[2,72],"143":[2,72],"144":[2,72]},{"1":[2,73],"4":[2,73],"29":[2,73],"30":[2,73],"41":[2,73],"47":[2,73],"55":[2,73],"59":[2,73],"68":[2,73],"69":[2,73],"70":[2,73],"71":[2,73],"74":[2,73],"75":[2,73],"76":[2,73],"77":[2,73],"80":[2,73],"88":[2,73],"89":[2,73],"90":[2,73],"94":[2,73],"96":[2,73],"105":[2,73],"107":[2,73],"108":[2,73],"109":[2,73],"113":[2,73],"121":[2,73],"130":[2,73],"131":[2,73],"133":[2,73],"134":[2,73],"135":[2,73],"136":[2,73],"137":[2,73],"138":[2,73],"139":[2,73],"140":[2,73],"141":[2,73],"142":[2,73],"143":[2,73],"144":[2,73]},{"1":[2,35],"4":[2,35],"29":[2,35],"30":[2,35],"47":[2,35],"55":[2,35],"59":[2,35],"68":[2,35],"69":[2,35],"70":[2,35],"71":[2,35],"74":[2,35],"75":[2,35],"76":[2,35],"77":[2,35],"80":[2,35],"88":[2,35],"89":[2,35],"90":[2,35],"94":[2,35],"96":[2,35],"105":[2,35],"107":[2,35],"108":[2,35],"109":[2,35],"113":[2,35],"121":[2,35],"130":[2,35],"131":[2,35],"133":[2,35],"134":[2,35],"135":[2,35],"136":[2,35],"137":[2,35],"138":[2,35],"139":[2,35],"140":[2,35],"141":[2,35],"142":[2,35],"143":[2,35],"144":[2,35]},{"1":[2,36],"4":[2,36],"29":[2,36],"30":[2,36],"47":[2,36],"55":[2,36],"59":[2,36],"68":[2,36],"69":[2,36],"70":[2,36],"71":[2,36],"74":[2,36],"75":[2,36],"76":[2,36],"77":[2,36],"80":[2,36],"88":[2,36],"89":[2,36],"90":[2,36],"94":[2,36],"96":[2,36],"105":[2,36],"107":[2,36],"108":[2,36],"109":[2,36],"113":[2,36],"121":[2,36],"130":[2,36],"131":[2,36],"133":[2,36],"134":[2,36],"135":[2,36],"136":[2,36],"137":[2,36],"138":[2,36],"139":[2,36],"140":[2,36],"141":[2,36],"142":[2,36],"143":[2,36],"144":[2,36]},{"1":[2,37],"4":[2,37],"29":[2,37],"30":[2,37],"47":[2,37],"55":[2,37],"59":[2,37],"68":[2,37],"69":[2,37],"70":[2,37],"71":[2,37],"74":[2,37],"75":[2,37],"76":[2,37],"77":[2,37],"80":[2,37],"88":[2,37],"89":[2,37],"90":[2,37],"94":[2,37],"96":[2,37],"105":[2,37],"107":[2,37],"108":[2,37],"109":[2,37],"113":[2,37],"121":[2,37],"130":[2,37],"131":[2,37],"133":[2,37],"134":[2,37],"135":[2,37],"136":[2,37],"137":[2,37],"138":[2,37],"139":[2,37],"140":[2,37],"141":[2,37],"142":[2,37],"143":[2,37],"144":[2,37]},{"1":[2,38],"4":[2,38],"29":[2,38],"30":[2,38],"47":[2,38],"55":[2,38],"59":[2,38],"68":[2,38],"69":[2,38],"70":[2,38],"71":[2,38],"74":[2,38],"75":[2,38],"76":[2,38],"77":[2,38],"80":[2,38],"88":[2,38],"89":[2,38],"90":[2,38],"94":[2,38],"96":[2,38],"105":[2,38],"107":[2,38],"108":[2,38],"109":[2,38],"113":[2,38],"121":[2,38],"130":[2,38],"131":[2,38],"133":[2,38],"134":[2,38],"135":[2,38],"136":[2,38],"137":[2,38],"138":[2,38],"139":[2,38],"140":[2,38],"141":[2,38],"142":[2,38],"143":[2,38],"144":[2,38]},{"7":147,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"105":[1,148],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":149,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":151,"92":[1,60],"95":[1,59],"96":[1,150],"97":152,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,118],"4":[2,118],"29":[2,118],"30":[2,118],"47":[2,118],"55":[2,118],"59":[2,118],"68":[2,118],"69":[2,118],"70":[2,118],"71":[2,118],"74":[2,118],"75":[2,118],"76":[2,118],"77":[2,118],"80":[2,118],"88":[2,118],"89":[2,118],"90":[2,118],"94":[2,118],"96":[2,118],"105":[2,118],"107":[2,118],"108":[2,118],"109":[2,118],"113":[2,118],"121":[2,118],"130":[2,118],"131":[2,118],"133":[2,118],"134":[2,118],"135":[2,118],"136":[2,118],"137":[2,118],"138":[2,118],"139":[2,118],"140":[2,118],"141":[2,118],"142":[2,118],"143":[2,118],"144":[2,118]},{"1":[2,119],"4":[2,119],"29":[2,119],"30":[2,119],"31":155,"32":[1,76],"47":[2,119],"55":[2,119],"59":[2,119],"68":[2,119],"69":[2,119],"70":[2,119],"71":[2,119],"74":[2,119],"75":[2,119],"76":[2,119],"77":[2,119],"80":[2,119],"88":[2,119],"89":[2,119],"90":[2,119],"94":[2,119],"96":[2,119],"105":[2,119],"107":[2,119],"108":[2,119],"109":[2,119],"113":[2,119],"121":[2,119],"130":[2,119],"131":[2,119],"133":[2,119],"134":[2,119],"135":[2,119],"136":[2,119],"137":[2,119],"138":[2,119],"139":[2,119],"140":[2,119],"141":[2,119],"142":[2,119],"143":[2,119],"144":[2,119]},{"4":[2,55],"29":[2,55]},{"4":[2,56],"29":[2,56]},{"8":156,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":157,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":158,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":159,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[1,125],"6":160,"8":161,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,6],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"31":166,"32":[1,76],"63":167,"64":168,"66":162,"78":[1,73],"95":[1,59],"116":163,"117":[1,164],"118":165},{"115":169,"119":[1,170],"120":[1,171]},{"1":[2,67],"4":[2,67],"29":[2,67],"30":[2,67],"41":[2,67],"47":[2,67],"55":[2,67],"59":[2,67],"68":[2,67],"69":[2,67],"70":[2,67],"71":[2,67],"74":[2,67],"75":[2,67],"76":[2,67],"77":[2,67],"80":[2,67],"82":[2,67],"88":[2,67],"89":[2,67],"90":[2,67],"94":[2,67],"96":[2,67],"105":[2,67],"107":[2,67],"108":[2,67],"109":[2,67],"113":[2,67],"121":[2,67],"130":[2,67],"131":[2,67],"133":[2,67],"134":[2,67],"135":[2,67],"136":[2,67],"137":[2,67],"138":[2,67],"139":[2,67],"140":[2,67],"141":[2,67],"142":[2,67],"143":[2,67],"144":[2,67]},{"1":[2,70],"4":[2,70],"29":[2,70],"30":[2,70],"41":[2,70],"47":[2,70],"55":[2,70],"59":[2,70],"68":[2,70],"69":[2,70],"70":[2,70],"71":[2,70],"74":[2,70],"75":[2,70],"76":[2,70],"77":[2,70],"80":[2,70],"82":[2,70],"88":[2,70],"89":[2,70],"90":[2,70],"94":[2,70],"96":[2,70],"105":[2,70],"107":[2,70],"108":[2,70],"109":[2,70],"113":[2,70],"121":[2,70],"130":[2,70],"131":[2,70],"133":[2,70],"134":[2,70],"135":[2,70],"136":[2,70],"137":[2,70],"138":[2,70],"139":[2,70],"140":[2,70],"141":[2,70],"142":[2,70],"143":[2,70],"144":[2,70]},{"4":[2,89],"28":177,"29":[2,89],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":173,"43":176,"46":[1,49],"55":[2,89],"58":[1,178],"79":172,"80":[2,89]},{"1":[2,33],"4":[2,33],"29":[2,33],"30":[2,33],"44":[2,33],"47":[2,33],"55":[2,33],"59":[2,33],"68":[2,33],"69":[2,33],"70":[2,33],"71":[2,33],"74":[2,33],"75":[2,33],"76":[2,33],"77":[2,33],"80":[2,33],"88":[2,33],"89":[2,33],"90":[2,33],"94":[2,33],"96":[2,33],"105":[2,33],"107":[2,33],"108":[2,33],"109":[2,33],"113":[2,33],"121":[2,33],"130":[2,33],"131":[2,33],"133":[2,33],"134":[2,33],"135":[2,33],"136":[2,33],"137":[2,33],"138":[2,33],"139":[2,33],"140":[2,33],"141":[2,33],"142":[2,33],"143":[2,33],"144":[2,33]},{"1":[2,34],"4":[2,34],"29":[2,34],"30":[2,34],"44":[2,34],"47":[2,34],"55":[2,34],"59":[2,34],"68":[2,34],"69":[2,34],"70":[2,34],"71":[2,34],"74":[2,34],"75":[2,34],"76":[2,34],"77":[2,34],"80":[2,34],"88":[2,34],"89":[2,34],"90":[2,34],"94":[2,34],"96":[2,34],"105":[2,34],"107":[2,34],"108":[2,34],"109":[2,34],"113":[2,34],"121":[2,34],"130":[2,34],"131":[2,34],"133":[2,34],"134":[2,34],"135":[2,34],"136":[2,34],"137":[2,34],"138":[2,34],"139":[2,34],"140":[2,34],"141":[2,34],"142":[2,34],"143":[2,34],"144":[2,34]},{"1":[2,32],"4":[2,32],"29":[2,32],"30":[2,32],"41":[2,32],"44":[2,32],"47":[2,32],"55":[2,32],"59":[2,32],"68":[2,32],"69":[2,32],"70":[2,32],"71":[2,32],"74":[2,32],"75":[2,32],"76":[2,32],"77":[2,32],"80":[2,32],"82":[2,32],"88":[2,32],"89":[2,32],"90":[2,32],"94":[2,32],"96":[2,32],"105":[2,32],"107":[2,32],"108":[2,32],"109":[2,32],"113":[2,32],"119":[2,32],"120":[2,32],"121":[2,32],"130":[2,32],"131":[2,32],"133":[2,32],"134":[2,32],"135":[2,32],"136":[2,32],"137":[2,32],"138":[2,32],"139":[2,32],"140":[2,32],"141":[2,32],"142":[2,32],"143":[2,32],"144":[2,32]},{"1":[2,31],"4":[2,31],"29":[2,31],"30":[2,31],"47":[2,31],"55":[2,31],"59":[2,31],"75":[2,31],"80":[2,31],"90":[2,31],"94":[2,31],"96":[2,31],"101":[2,31],"102":[2,31],"105":[2,31],"107":[2,31],"108":[2,31],"109":[2,31],"113":[2,31],"121":[2,31],"124":[2,31],"126":[2,31],"130":[2,31],"131":[2,31],"133":[2,31],"134":[2,31],"135":[2,31],"136":[2,31],"137":[2,31],"138":[2,31],"139":[2,31],"140":[2,31],"141":[2,31],"142":[2,31],"144":[2,31]},{"1":[2,7],"4":[2,7],"7":179,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"30":[2,7],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,4]},{"4":[1,78],"30":[1,180]},{"1":[2,30],"4":[2,30],"29":[2,30],"30":[2,30],"47":[2,30],"55":[2,30],"59":[2,30],"75":[2,30],"80":[2,30],"90":[2,30],"94":[2,30],"96":[2,30],"101":[2,30],"102":[2,30],"105":[2,30],"107":[2,30],"108":[2,30],"109":[2,30],"113":[2,30],"121":[2,30],"124":[2,30],"126":[2,30],"130":[2,30],"131":[2,30],"133":[2,30],"134":[2,30],"135":[2,30],"136":[2,30],"137":[2,30],"138":[2,30],"139":[2,30],"140":[2,30],"141":[2,30],"142":[2,30],"144":[2,30]},{"1":[2,197],"4":[2,197],"29":[2,197],"30":[2,197],"47":[2,197],"55":[2,197],"59":[2,197],"75":[2,197],"80":[2,197],"90":[2,197],"94":[2,197],"96":[2,197],"105":[2,197],"107":[2,197],"108":[2,197],"109":[2,197],"113":[2,197],"121":[2,197],"130":[2,197],"131":[2,197],"133":[2,197],"134":[2,197],"135":[2,197],"136":[2,197],"137":[2,197],"138":[2,197],"139":[2,197],"140":[2,197],"141":[2,197],"142":[2,197],"144":[2,197]},{"1":[2,198],"4":[2,198],"29":[2,198],"30":[2,198],"47":[2,198],"55":[2,198],"59":[2,198],"75":[2,198],"80":[2,198],"90":[2,198],"94":[2,198],"96":[2,198],"105":[2,198],"107":[2,198],"108":[2,198],"109":[2,198],"113":[2,198],"121":[2,198],"130":[2,198],"131":[2,198],"133":[2,198],"134":[2,198],"135":[2,198],"136":[2,198],"137":[2,198],"138":[2,198],"139":[2,198],"140":[2,198],"141":[2,198],"142":[2,198],"144":[2,198]},{"8":181,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":182,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":183,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":184,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":185,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":186,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":187,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":188,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":189,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":190,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":191,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,152],"4":[2,152],"29":[2,152],"30":[2,152],"47":[2,152],"55":[2,152],"59":[2,152],"75":[2,152],"80":[2,152],"90":[2,152],"94":[2,152],"96":[2,152],"105":[2,152],"107":[2,152],"108":[2,152],"109":[2,152],"113":[2,152],"121":[2,152],"130":[2,152],"131":[2,152],"133":[2,152],"134":[2,152],"135":[2,152],"136":[2,152],"137":[2,152],"138":[2,152],"139":[2,152],"140":[2,152],"141":[2,152],"142":[2,152],"144":[2,152]},{"1":[2,157],"4":[2,157],"29":[2,157],"30":[2,157],"47":[2,157],"55":[2,157],"59":[2,157],"75":[2,157],"80":[2,157],"90":[2,157],"94":[2,157],"96":[2,157],"105":[2,157],"107":[2,157],"108":[2,157],"109":[2,157],"113":[2,157],"121":[2,157],"130":[2,157],"131":[2,157],"133":[2,157],"134":[2,157],"135":[2,157],"136":[2,157],"137":[2,157],"138":[2,157],"139":[2,157],"140":[2,157],"141":[2,157],"142":[2,157],"144":[2,157]},{"1":[2,52],"4":[2,52],"29":[2,52],"30":[2,52],"47":[2,52],"55":[2,52],"59":[2,52],"75":[2,52],"80":[2,52],"90":[2,52],"94":[2,52],"96":[2,52],"105":[2,52],"107":[2,52],"108":[2,52],"109":[2,52],"113":[2,52],"121":[2,52],"130":[2,52],"131":[2,52],"133":[2,52],"134":[2,52],"135":[2,52],"136":[2,52],"137":[2,52],"138":[2,52],"139":[2,52],"140":[2,52],"141":[2,52],"142":[2,52],"144":[2,52]},{"8":192,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":193,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,151],"4":[2,151],"29":[2,151],"30":[2,151],"47":[2,151],"55":[2,151],"59":[2,151],"75":[2,151],"80":[2,151],"90":[2,151],"94":[2,151],"96":[2,151],"105":[2,151],"107":[2,151],"108":[2,151],"109":[2,151],"113":[2,151],"121":[2,151],"130":[2,151],"131":[2,151],"133":[2,151],"134":[2,151],"135":[2,151],"136":[2,151],"137":[2,151],"138":[2,151],"139":[2,151],"140":[2,151],"141":[2,151],"142":[2,151],"144":[2,151]},{"1":[2,156],"4":[2,156],"29":[2,156],"30":[2,156],"47":[2,156],"55":[2,156],"59":[2,156],"75":[2,156],"80":[2,156],"90":[2,156],"94":[2,156],"96":[2,156],"105":[2,156],"107":[2,156],"108":[2,156],"109":[2,156],"113":[2,156],"121":[2,156],"130":[2,156],"131":[2,156],"133":[2,156],"134":[2,156],"135":[2,156],"136":[2,156],"137":[2,156],"138":[2,156],"139":[2,156],"140":[2,156],"141":[2,156],"142":[2,156],"144":[2,156]},{"86":194,"89":[1,119]},{"8":195,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,196],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,68],"4":[2,68],"29":[2,68],"30":[2,68],"41":[2,68],"47":[2,68],"55":[2,68],"59":[2,68],"68":[2,68],"69":[2,68],"70":[2,68],"71":[2,68],"74":[2,68],"75":[2,68],"76":[2,68],"77":[2,68],"80":[2,68],"82":[2,68],"88":[2,68],"89":[2,68],"90":[2,68],"94":[2,68],"96":[2,68],"105":[2,68],"107":[2,68],"108":[2,68],"109":[2,68],"113":[2,68],"121":[2,68],"130":[2,68],"131":[2,68],"133":[2,68],"134":[2,68],"135":[2,68],"136":[2,68],"137":[2,68],"138":[2,68],"139":[2,68],"140":[2,68],"141":[2,68],"142":[2,68],"143":[2,68],"144":[2,68]},{"89":[2,115]},{"31":197,"32":[1,76]},{"31":198,"32":[1,76]},{"1":[2,81],"4":[2,81],"29":[2,81],"30":[2,81],"41":[2,81],"47":[2,81],"55":[2,81],"59":[2,81],"68":[2,81],"69":[2,81],"70":[2,81],"71":[2,81],"74":[2,81],"75":[2,81],"76":[2,81],"77":[2,81],"80":[2,81],"82":[2,81],"88":[2,81],"89":[2,81],"90":[2,81],"94":[2,81],"96":[2,81],"105":[2,81],"107":[2,81],"108":[2,81],"109":[2,81],"113":[2,81],"121":[2,81],"130":[2,81],"131":[2,81],"133":[2,81],"134":[2,81],"135":[2,81],"136":[2,81],"137":[2,81],"138":[2,81],"139":[2,81],"140":[2,81],"141":[2,81],"142":[2,81],"143":[2,81],"144":[2,81]},{"31":199,"32":[1,76]},{"1":[2,83],"4":[2,83],"29":[2,83],"30":[2,83],"41":[2,83],"47":[2,83],"55":[2,83],"59":[2,83],"68":[2,83],"69":[2,83],"70":[2,83],"71":[2,83],"74":[2,83],"75":[2,83],"76":[2,83],"77":[2,83],"80":[2,83],"82":[2,83],"88":[2,83],"89":[2,83],"90":[2,83],"94":[2,83],"96":[2,83],"105":[2,83],"107":[2,83],"108":[2,83],"109":[2,83],"113":[2,83],"121":[2,83],"130":[2,83],"131":[2,83],"133":[2,83],"134":[2,83],"135":[2,83],"136":[2,83],"137":[2,83],"138":[2,83],"139":[2,83],"140":[2,83],"141":[2,83],"142":[2,83],"143":[2,83],"144":[2,83]},{"1":[2,84],"4":[2,84],"29":[2,84],"30":[2,84],"41":[2,84],"47":[2,84],"55":[2,84],"59":[2,84],"68":[2,84],"69":[2,84],"70":[2,84],"71":[2,84],"74":[2,84],"75":[2,84],"76":[2,84],"77":[2,84],"80":[2,84],"82":[2,84],"88":[2,84],"89":[2,84],"90":[2,84],"94":[2,84],"96":[2,84],"105":[2,84],"107":[2,84],"108":[2,84],"109":[2,84],"113":[2,84],"121":[2,84],"130":[2,84],"131":[2,84],"133":[2,84],"134":[2,84],"135":[2,84],"136":[2,84],"137":[2,84],"138":[2,84],"139":[2,84],"140":[2,84],"141":[2,84],"142":[2,84],"143":[2,84],"144":[2,84]},{"8":200,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"59":[1,203],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"93":201,"94":[1,202],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"72":204,"74":[1,205],"76":[1,113],"77":[1,114]},{"72":206,"74":[1,205],"76":[1,113],"77":[1,114]},{"86":207,"89":[1,119]},{"1":[2,69],"4":[2,69],"29":[2,69],"30":[2,69],"41":[2,69],"47":[2,69],"55":[2,69],"59":[2,69],"68":[2,69],"69":[2,69],"70":[2,69],"71":[2,69],"74":[2,69],"75":[2,69],"76":[2,69],"77":[2,69],"80":[2,69],"82":[2,69],"88":[2,69],"89":[2,69],"90":[2,69],"94":[2,69],"96":[2,69],"105":[2,69],"107":[2,69],"108":[2,69],"109":[2,69],"113":[2,69],"121":[2,69],"130":[2,69],"131":[2,69],"133":[2,69],"134":[2,69],"135":[2,69],"136":[2,69],"137":[2,69],"138":[2,69],"139":[2,69],"140":[2,69],"141":[2,69],"142":[2,69],"143":[2,69],"144":[2,69]},{"8":208,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,209],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,113],"4":[2,113],"29":[2,113],"30":[2,113],"47":[2,113],"55":[2,113],"59":[2,113],"68":[2,113],"69":[2,113],"70":[2,113],"71":[2,113],"74":[2,113],"75":[2,113],"76":[2,113],"77":[2,113],"80":[2,113],"88":[2,113],"89":[2,113],"90":[2,113],"94":[2,113],"96":[2,113],"105":[2,113],"107":[2,113],"108":[2,113],"109":[2,113],"113":[2,113],"121":[2,113],"130":[2,113],"131":[2,113],"133":[2,113],"134":[2,113],"135":[2,113],"136":[2,113],"137":[2,113],"138":[2,113],"139":[2,113],"140":[2,113],"141":[2,113],"142":[2,113],"144":[2,113]},{"8":212,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"90":[1,210],"91":211,"92":[1,60],"95":[1,59],"97":152,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"50":[1,213],"55":[1,214]},{"50":[2,60],"55":[2,60]},{"50":[2,62],"55":[2,62],"59":[1,215]},{"57":[1,216]},{"1":[2,54],"4":[2,54],"29":[2,54],"30":[2,54],"47":[2,54],"55":[2,54],"59":[2,54],"75":[2,54],"80":[2,54],"90":[2,54],"94":[2,54],"96":[2,54],"105":[2,54],"107":[2,54],"108":[2,54],"109":[2,54],"113":[2,54],"121":[2,54],"130":[2,54],"131":[2,54],"133":[2,54],"134":[2,54],"135":[2,54],"136":[2,54],"137":[2,54],"138":[2,54],"139":[2,54],"140":[2,54],"141":[2,54],"142":[2,54],"144":[2,54]},{"28":77,"46":[1,49]},{"1":[2,192],"4":[2,192],"29":[2,192],"30":[2,192],"47":[1,97],"55":[2,192],"59":[2,192],"75":[2,192],"80":[2,192],"90":[2,192],"94":[2,192],"96":[2,192],"105":[2,192],"106":95,"107":[2,192],"108":[2,192],"109":[2,192],"112":96,"113":[2,192],"114":70,"121":[2,192],"130":[2,192],"131":[2,192],"133":[2,192],"134":[2,192],"135":[1,82],"136":[1,83],"137":[2,192],"138":[2,192],"139":[2,192],"140":[2,192],"141":[2,192],"142":[2,192],"144":[2,192]},{"106":100,"107":[1,66],"109":[1,67],"112":101,"113":[1,69],"114":70,"130":[1,98],"131":[1,99]},{"1":[2,193],"4":[2,193],"29":[2,193],"30":[2,193],"47":[1,97],"55":[2,193],"59":[2,193],"75":[2,193],"80":[2,193],"90":[2,193],"94":[2,193],"96":[2,193],"105":[2,193],"106":95,"107":[2,193],"108":[2,193],"109":[2,193],"112":96,"113":[2,193],"114":70,"121":[2,193],"130":[2,193],"131":[2,193],"133":[2,193],"134":[2,193],"135":[1,82],"136":[1,83],"137":[2,193],"138":[2,193],"139":[2,193],"140":[2,193],"141":[2,193],"142":[2,193],"144":[2,193]},{"1":[2,194],"4":[2,194],"29":[2,194],"30":[2,194],"47":[1,97],"55":[2,194],"59":[2,194],"75":[2,194],"80":[2,194],"90":[2,194],"94":[2,194],"96":[2,194],"105":[2,194],"106":95,"107":[2,194],"108":[2,194],"109":[2,194],"112":96,"113":[2,194],"114":70,"121":[2,194],"130":[2,194],"131":[2,194],"133":[2,194],"134":[2,194],"135":[1,82],"136":[1,83],"137":[2,194],"138":[2,194],"139":[2,194],"140":[2,194],"141":[2,194],"142":[2,194],"144":[2,194]},{"1":[2,195],"4":[2,195],"29":[2,195],"30":[2,195],"47":[2,195],"55":[2,195],"59":[2,195],"75":[2,195],"80":[2,195],"90":[2,195],"94":[2,195],"96":[2,195],"105":[2,195],"106":95,"107":[2,195],"108":[2,195],"109":[2,195],"112":96,"113":[2,195],"114":70,"121":[2,195],"130":[2,195],"131":[2,195],"133":[2,195],"134":[2,195],"137":[2,195],"138":[2,195],"139":[2,195],"140":[2,195],"141":[2,195],"142":[2,195],"144":[2,195]},{"1":[2,196],"4":[2,196],"29":[2,196],"30":[2,196],"47":[2,196],"55":[2,196],"59":[2,196],"75":[2,196],"80":[2,196],"90":[2,196],"94":[2,196],"96":[2,196],"105":[2,196],"106":95,"107":[2,196],"108":[2,196],"109":[2,196],"112":96,"113":[2,196],"114":70,"121":[2,196],"130":[2,196],"131":[2,196],"133":[2,196],"134":[2,196],"137":[2,196],"138":[2,196],"139":[2,196],"140":[2,196],"141":[2,196],"142":[2,196],"144":[2,196]},{"4":[1,125],"6":218,"29":[1,6],"128":[1,217]},{"1":[2,138],"4":[2,138],"29":[2,138],"30":[2,138],"47":[2,138],"55":[2,138],"59":[2,138],"75":[2,138],"80":[2,138],"90":[2,138],"94":[2,138],"96":[2,138],"100":219,"101":[1,220],"102":[1,221],"105":[2,138],"107":[2,138],"108":[2,138],"109":[2,138],"113":[2,138],"121":[2,138],"130":[2,138],"131":[2,138],"133":[2,138],"134":[2,138],"135":[2,138],"136":[2,138],"137":[2,138],"138":[2,138],"139":[2,138],"140":[2,138],"141":[2,138],"142":[2,138],"144":[2,138]},{"1":[2,150],"4":[2,150],"29":[2,150],"30":[2,150],"47":[2,150],"55":[2,150],"59":[2,150],"75":[2,150],"80":[2,150],"90":[2,150],"94":[2,150],"96":[2,150],"105":[2,150],"107":[2,150],"108":[2,150],"109":[2,150],"113":[2,150],"121":[2,150],"130":[2,150],"131":[2,150],"133":[2,150],"134":[2,150],"135":[2,150],"136":[2,150],"137":[2,150],"138":[2,150],"139":[2,150],"140":[2,150],"141":[2,150],"142":[2,150],"144":[2,150]},{"1":[2,158],"4":[2,158],"29":[2,158],"30":[2,158],"47":[2,158],"55":[2,158],"59":[2,158],"75":[2,158],"80":[2,158],"90":[2,158],"94":[2,158],"96":[2,158],"105":[2,158],"107":[2,158],"108":[2,158],"109":[2,158],"113":[2,158],"121":[2,158],"130":[2,158],"131":[2,158],"133":[2,158],"134":[2,158],"135":[2,158],"136":[2,158],"137":[2,158],"138":[2,158],"139":[2,158],"140":[2,158],"141":[2,158],"142":[2,158],"144":[2,158]},{"29":[1,222],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"123":223,"125":224,"126":[1,225]},{"15":226,"16":143,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":144,"43":72,"58":[1,61],"61":227,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"1":[2,94],"4":[2,94],"29":[1,229],"30":[2,94],"47":[2,94],"55":[2,94],"59":[2,94],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,94],"76":[2,71],"77":[2,71],"80":[2,94],"82":[1,228],"88":[2,71],"89":[2,71],"90":[2,94],"94":[2,94],"96":[2,94],"105":[2,94],"107":[2,94],"108":[2,94],"109":[2,94],"113":[2,94],"121":[2,94],"130":[2,94],"131":[2,94],"133":[2,94],"134":[2,94],"135":[2,94],"136":[2,94],"137":[2,94],"138":[2,94],"139":[2,94],"140":[2,94],"141":[2,94],"142":[2,94],"144":[2,94]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":230,"84":231},{"15":235,"16":143,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":144,"43":72,"58":[1,61],"61":227,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"62":104,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"76":[1,113],"77":[1,114],"85":102,"88":[1,105],"89":[2,114]},{"62":116,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"76":[1,113],"77":[1,114],"85":115,"88":[1,105],"89":[2,114]},{"1":[2,74],"4":[2,74],"29":[2,74],"30":[2,74],"47":[2,74],"55":[2,74],"59":[2,74],"68":[2,74],"69":[2,74],"70":[2,74],"71":[2,74],"74":[2,74],"75":[2,74],"76":[2,74],"77":[2,74],"80":[2,74],"88":[2,74],"89":[2,74],"90":[2,74],"94":[2,74],"96":[2,74],"105":[2,74],"107":[2,74],"108":[2,74],"109":[2,74],"113":[2,74],"121":[2,74],"130":[2,74],"131":[2,74],"133":[2,74],"134":[2,74],"135":[2,74],"136":[2,74],"137":[2,74],"138":[2,74],"139":[2,74],"140":[2,74],"141":[2,74],"142":[2,74],"144":[2,74]},{"1":[2,49],"4":[2,49],"30":[2,49],"47":[1,97],"105":[2,49],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[2,49],"131":[2,49],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,143],"4":[2,143],"30":[2,143],"47":[1,97],"105":[2,143],"106":95,"107":[2,143],"109":[2,143],"112":96,"113":[2,143],"114":70,"130":[2,143],"131":[2,143],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"105":[1,236]},{"1":[2,145],"4":[2,145],"29":[2,145],"30":[2,145],"47":[2,145],"55":[2,145],"59":[2,145],"68":[2,145],"69":[2,145],"70":[2,145],"71":[2,145],"74":[2,145],"75":[2,145],"76":[2,145],"77":[2,145],"80":[2,145],"88":[2,145],"89":[2,145],"90":[2,145],"94":[2,145],"96":[2,145],"105":[2,145],"107":[2,145],"108":[2,145],"109":[2,145],"113":[2,145],"121":[2,145],"130":[2,145],"131":[2,145],"133":[2,145],"134":[2,145],"135":[2,145],"136":[2,145],"137":[2,145],"138":[2,145],"139":[2,145],"140":[2,145],"141":[2,145],"142":[2,145],"143":[2,145],"144":[2,145]},{"4":[2,134],"29":[2,134],"47":[1,97],"55":[2,134],"59":[1,238],"93":237,"94":[1,202],"96":[2,134],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,127],"4":[2,127],"29":[2,127],"30":[2,127],"41":[2,127],"47":[2,127],"55":[2,127],"59":[2,127],"68":[2,127],"69":[2,127],"70":[2,127],"71":[2,127],"74":[2,127],"75":[2,127],"76":[2,127],"77":[2,127],"80":[2,127],"88":[2,127],"89":[2,127],"90":[2,127],"94":[2,127],"96":[2,127],"105":[2,127],"107":[2,127],"108":[2,127],"109":[2,127],"113":[2,127],"119":[2,127],"120":[2,127],"121":[2,127],"130":[2,127],"131":[2,127],"133":[2,127],"134":[2,127],"135":[2,127],"136":[2,127],"137":[2,127],"138":[2,127],"139":[2,127],"140":[2,127],"141":[2,127],"142":[2,127],"143":[2,127],"144":[2,127]},{"4":[2,57],"29":[2,57],"54":239,"55":[1,240],"96":[2,57]},{"4":[2,129],"29":[2,129],"30":[2,129],"55":[2,129],"90":[2,129],"96":[2,129]},{"8":212,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":241,"92":[1,60],"95":[1,59],"97":152,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,135],"29":[2,135],"30":[2,135],"55":[2,135],"90":[2,135],"96":[2,135]},{"1":[2,122],"4":[2,122],"29":[2,122],"30":[2,122],"41":[2,122],"44":[2,122],"47":[2,122],"55":[2,122],"59":[2,122],"68":[2,122],"69":[2,122],"70":[2,122],"71":[2,122],"74":[2,122],"75":[2,122],"76":[2,122],"77":[2,122],"80":[2,122],"82":[2,122],"88":[2,122],"89":[2,122],"90":[2,122],"94":[2,122],"96":[2,122],"105":[2,122],"107":[2,122],"108":[2,122],"109":[2,122],"113":[2,122],"121":[2,122],"130":[2,122],"131":[2,122],"133":[2,122],"134":[2,122],"135":[2,122],"136":[2,122],"137":[2,122],"138":[2,122],"139":[2,122],"140":[2,122],"141":[2,122],"142":[2,122],"143":[2,122],"144":[2,122]},{"4":[1,125],"6":242,"29":[1,6],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[1,125],"6":243,"29":[1,6],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,146],"4":[2,146],"29":[2,146],"30":[2,146],"47":[1,97],"55":[2,146],"59":[2,146],"75":[2,146],"80":[2,146],"90":[2,146],"94":[2,146],"96":[2,146],"105":[2,146],"106":95,"107":[1,66],"108":[1,244],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,146],"130":[2,146],"131":[2,146],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,148],"4":[2,148],"29":[2,148],"30":[2,148],"47":[1,97],"55":[2,148],"59":[2,148],"75":[2,148],"80":[2,148],"90":[2,148],"94":[2,148],"96":[2,148],"105":[2,148],"106":95,"107":[1,66],"108":[1,245],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,148],"130":[2,148],"131":[2,148],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,154],"4":[2,154],"29":[2,154],"30":[2,154],"47":[2,154],"55":[2,154],"59":[2,154],"75":[2,154],"80":[2,154],"90":[2,154],"94":[2,154],"96":[2,154],"105":[2,154],"107":[2,154],"108":[2,154],"109":[2,154],"113":[2,154],"121":[2,154],"130":[2,154],"131":[2,154],"133":[2,154],"134":[2,154],"135":[2,154],"136":[2,154],"137":[2,154],"138":[2,154],"139":[2,154],"140":[2,154],"141":[2,154],"142":[2,154],"144":[2,154]},{"1":[2,155],"4":[2,155],"29":[2,155],"30":[2,155],"47":[1,97],"55":[2,155],"59":[2,155],"75":[2,155],"80":[2,155],"90":[2,155],"94":[2,155],"96":[2,155],"105":[2,155],"106":95,"107":[1,66],"108":[2,155],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,155],"130":[2,155],"131":[2,155],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,159],"4":[2,159],"29":[2,159],"30":[2,159],"47":[2,159],"55":[2,159],"59":[2,159],"75":[2,159],"80":[2,159],"90":[2,159],"94":[2,159],"96":[2,159],"105":[2,159],"107":[2,159],"108":[2,159],"109":[2,159],"113":[2,159],"121":[2,159],"130":[2,159],"131":[2,159],"133":[2,159],"134":[2,159],"135":[2,159],"136":[2,159],"137":[2,159],"138":[2,159],"139":[2,159],"140":[2,159],"141":[2,159],"142":[2,159],"144":[2,159]},{"119":[2,161],"120":[2,161]},{"31":166,"32":[1,76],"63":167,"64":168,"78":[1,73],"95":[1,247],"116":246,"118":165},{"55":[1,248],"119":[2,166],"120":[2,166]},{"55":[2,163],"119":[2,163],"120":[2,163]},{"55":[2,164],"119":[2,164],"120":[2,164]},{"55":[2,165],"119":[2,165],"120":[2,165]},{"1":[2,160],"4":[2,160],"29":[2,160],"30":[2,160],"47":[2,160],"55":[2,160],"59":[2,160],"75":[2,160],"80":[2,160],"90":[2,160],"94":[2,160],"96":[2,160],"105":[2,160],"107":[2,160],"108":[2,160],"109":[2,160],"113":[2,160],"121":[2,160],"130":[2,160],"131":[2,160],"133":[2,160],"134":[2,160],"135":[2,160],"136":[2,160],"137":[2,160],"138":[2,160],"139":[2,160],"140":[2,160],"141":[2,160],"142":[2,160],"144":[2,160]},{"8":249,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":250,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,57],"29":[2,57],"54":251,"55":[1,252],"80":[2,57]},{"4":[2,90],"29":[2,90],"30":[2,90],"55":[2,90],"80":[2,90]},{"4":[2,41],"29":[2,41],"30":[2,41],"44":[1,253],"55":[2,41],"80":[2,41]},{"4":[2,42],"29":[2,42],"30":[2,42],"44":[1,254],"55":[2,42],"80":[2,42]},{"4":[2,43],"29":[2,43],"30":[2,43],"55":[2,43],"80":[2,43]},{"4":[2,48],"29":[2,48],"30":[2,48],"55":[2,48],"80":[2,48]},{"31":155,"32":[1,76]},{"1":[2,6],"4":[2,6],"30":[2,6]},{"1":[2,29],"4":[2,29],"29":[2,29],"30":[2,29],"47":[2,29],"55":[2,29],"59":[2,29],"75":[2,29],"80":[2,29],"90":[2,29],"94":[2,29],"96":[2,29],"101":[2,29],"102":[2,29],"105":[2,29],"107":[2,29],"108":[2,29],"109":[2,29],"113":[2,29],"121":[2,29],"124":[2,29],"126":[2,29],"130":[2,29],"131":[2,29],"133":[2,29],"134":[2,29],"135":[2,29],"136":[2,29],"137":[2,29],"138":[2,29],"139":[2,29],"140":[2,29],"141":[2,29],"142":[2,29],"144":[2,29]},{"1":[2,199],"4":[2,199],"29":[2,199],"30":[2,199],"47":[1,97],"55":[2,199],"59":[2,199],"75":[2,199],"80":[2,199],"90":[2,199],"94":[2,199],"96":[2,199],"105":[2,199],"106":95,"107":[2,199],"108":[2,199],"109":[2,199],"112":96,"113":[2,199],"114":70,"121":[2,199],"130":[2,199],"131":[2,199],"133":[2,199],"134":[2,199],"135":[1,82],"136":[1,83],"137":[2,199],"138":[2,199],"139":[1,88],"140":[2,199],"141":[2,199],"142":[2,199],"144":[2,199]},{"1":[2,200],"4":[2,200],"29":[2,200],"30":[2,200],"47":[1,97],"55":[2,200],"59":[2,200],"75":[2,200],"80":[2,200],"90":[2,200],"94":[2,200],"96":[2,200],"105":[2,200],"106":95,"107":[2,200],"108":[2,200],"109":[2,200],"112":96,"113":[2,200],"114":70,"121":[2,200],"130":[2,200],"131":[2,200],"133":[2,200],"134":[2,200],"135":[1,82],"136":[1,83],"137":[2,200],"138":[2,200],"139":[1,88],"140":[2,200],"141":[2,200],"142":[2,200],"144":[2,200]},{"1":[2,201],"4":[2,201],"29":[2,201],"30":[2,201],"47":[1,97],"55":[2,201],"59":[2,201],"75":[2,201],"80":[2,201],"90":[2,201],"94":[2,201],"96":[2,201],"105":[2,201],"106":95,"107":[2,201],"108":[2,201],"109":[2,201],"112":96,"113":[2,201],"114":70,"121":[2,201],"130":[2,201],"131":[2,201],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[2,201],"138":[2,201],"139":[1,88],"140":[1,89],"141":[1,90],"142":[2,201],"144":[1,92]},{"1":[2,202],"4":[2,202],"29":[2,202],"30":[2,202],"47":[1,97],"55":[2,202],"59":[2,202],"75":[2,202],"80":[2,202],"90":[2,202],"94":[2,202],"96":[2,202],"105":[2,202],"106":95,"107":[2,202],"108":[2,202],"109":[2,202],"112":96,"113":[2,202],"114":70,"121":[2,202],"130":[2,202],"131":[2,202],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[2,202],"138":[2,202],"139":[1,88],"140":[1,89],"141":[1,90],"142":[2,202],"144":[1,92]},{"1":[2,203],"4":[2,203],"29":[2,203],"30":[2,203],"47":[1,97],"55":[2,203],"59":[2,203],"75":[2,203],"80":[2,203],"90":[2,203],"94":[2,203],"96":[2,203],"105":[2,203],"106":95,"107":[2,203],"108":[2,203],"109":[2,203],"112":96,"113":[2,203],"114":70,"121":[2,203],"130":[2,203],"131":[2,203],"133":[2,203],"134":[2,203],"135":[1,82],"136":[1,83],"137":[2,203],"138":[2,203],"139":[2,203],"140":[2,203],"141":[2,203],"142":[2,203],"144":[2,203]},{"1":[2,204],"4":[2,204],"29":[2,204],"30":[2,204],"47":[1,97],"55":[2,204],"59":[2,204],"75":[2,204],"80":[2,204],"90":[2,204],"94":[2,204],"96":[2,204],"105":[2,204],"106":95,"107":[2,204],"108":[2,204],"109":[2,204],"112":96,"113":[2,204],"114":70,"121":[2,204],"130":[2,204],"131":[2,204],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[2,204],"138":[2,204],"139":[1,88],"140":[2,204],"141":[2,204],"142":[2,204],"144":[2,204]},{"1":[2,205],"4":[2,205],"29":[2,205],"30":[2,205],"47":[1,97],"55":[2,205],"59":[2,205],"75":[2,205],"80":[2,205],"90":[2,205],"94":[2,205],"96":[2,205],"105":[2,205],"106":95,"107":[2,205],"108":[2,205],"109":[2,205],"112":96,"113":[2,205],"114":70,"121":[2,205],"130":[2,205],"131":[2,205],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[2,205],"138":[2,205],"139":[1,88],"140":[1,89],"141":[2,205],"142":[2,205],"144":[2,205]},{"1":[2,206],"4":[2,206],"29":[2,206],"30":[2,206],"47":[1,97],"55":[2,206],"59":[2,206],"75":[2,206],"80":[2,206],"90":[2,206],"94":[2,206],"96":[2,206],"105":[2,206],"106":95,"107":[2,206],"108":[2,206],"109":[2,206],"112":96,"113":[2,206],"114":70,"121":[2,206],"130":[2,206],"131":[2,206],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[2,206],"144":[1,92]},{"1":[2,209],"4":[2,209],"29":[2,209],"30":[2,209],"47":[1,97],"55":[2,209],"59":[2,209],"75":[2,209],"80":[2,209],"90":[2,209],"94":[2,209],"96":[2,209],"105":[2,209],"106":95,"107":[2,209],"108":[2,209],"109":[2,209],"112":96,"113":[2,209],"114":70,"121":[2,209],"130":[2,209],"131":[2,209],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[2,209],"138":[2,209],"139":[1,88],"140":[1,89],"141":[1,90],"142":[2,209],"144":[2,209]},{"1":[2,189],"4":[2,189],"29":[2,189],"30":[2,189],"47":[1,97],"55":[2,189],"59":[2,189],"75":[2,189],"80":[2,189],"90":[2,189],"94":[2,189],"96":[2,189],"105":[2,189],"106":95,"107":[1,66],"108":[2,189],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,189],"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,191],"4":[2,191],"29":[2,191],"30":[2,191],"47":[1,97],"55":[2,191],"59":[2,191],"75":[2,191],"80":[2,191],"90":[2,191],"94":[2,191],"96":[2,191],"105":[2,191],"106":95,"107":[1,66],"108":[2,191],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,191],"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,188],"4":[2,188],"29":[2,188],"30":[2,188],"47":[1,97],"55":[2,188],"59":[2,188],"75":[2,188],"80":[2,188],"90":[2,188],"94":[2,188],"96":[2,188],"105":[2,188],"106":95,"107":[1,66],"108":[2,188],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,188],"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,190],"4":[2,190],"29":[2,190],"30":[2,190],"47":[1,97],"55":[2,190],"59":[2,190],"75":[2,190],"80":[2,190],"90":[2,190],"94":[2,190],"96":[2,190],"105":[2,190],"106":95,"107":[1,66],"108":[2,190],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,190],"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,110],"4":[2,110],"29":[2,110],"30":[2,110],"47":[2,110],"55":[2,110],"59":[2,110],"68":[2,110],"69":[2,110],"70":[2,110],"71":[2,110],"74":[2,110],"75":[2,110],"76":[2,110],"77":[2,110],"80":[2,110],"88":[2,110],"89":[2,110],"90":[2,110],"94":[2,110],"96":[2,110],"105":[2,110],"107":[2,110],"108":[2,110],"109":[2,110],"113":[2,110],"121":[2,110],"130":[2,110],"131":[2,110],"133":[2,110],"134":[2,110],"135":[2,110],"136":[2,110],"137":[2,110],"138":[2,110],"139":[2,110],"140":[2,110],"141":[2,110],"142":[2,110],"144":[2,110]},{"1":[2,207],"4":[2,207],"29":[2,207],"30":[2,207],"47":[1,97],"55":[2,207],"59":[2,207],"75":[2,207],"80":[2,207],"90":[2,207],"94":[2,207],"96":[2,207],"105":[2,207],"106":95,"107":[2,207],"108":[2,207],"109":[2,207],"112":96,"113":[2,207],"114":70,"121":[2,207],"130":[2,207],"131":[2,207],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"8":255,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,79],"4":[2,79],"29":[2,79],"30":[2,79],"41":[2,79],"47":[2,79],"55":[2,79],"59":[2,79],"68":[2,79],"69":[2,79],"70":[2,79],"71":[2,79],"74":[2,79],"75":[2,79],"76":[2,79],"77":[2,79],"80":[2,79],"82":[2,79],"88":[2,79],"89":[2,79],"90":[2,79],"94":[2,79],"96":[2,79],"105":[2,79],"107":[2,79],"108":[2,79],"109":[2,79],"113":[2,79],"121":[2,79],"130":[2,79],"131":[2,79],"133":[2,79],"134":[2,79],"135":[2,79],"136":[2,79],"137":[2,79],"138":[2,79],"139":[2,79],"140":[2,79],"141":[2,79],"142":[2,79],"143":[2,79],"144":[2,79]},{"1":[2,80],"4":[2,80],"29":[2,80],"30":[2,80],"41":[2,80],"47":[2,80],"55":[2,80],"59":[2,80],"68":[2,80],"69":[2,80],"70":[2,80],"71":[2,80],"74":[2,80],"75":[2,80],"76":[2,80],"77":[2,80],"80":[2,80],"82":[2,80],"88":[2,80],"89":[2,80],"90":[2,80],"94":[2,80],"96":[2,80],"105":[2,80],"107":[2,80],"108":[2,80],"109":[2,80],"113":[2,80],"121":[2,80],"130":[2,80],"131":[2,80],"133":[2,80],"134":[2,80],"135":[2,80],"136":[2,80],"137":[2,80],"138":[2,80],"139":[2,80],"140":[2,80],"141":[2,80],"142":[2,80],"143":[2,80],"144":[2,80]},{"1":[2,82],"4":[2,82],"29":[2,82],"30":[2,82],"41":[2,82],"47":[2,82],"55":[2,82],"59":[2,82],"68":[2,82],"69":[2,82],"70":[2,82],"71":[2,82],"74":[2,82],"75":[2,82],"76":[2,82],"77":[2,82],"80":[2,82],"82":[2,82],"88":[2,82],"89":[2,82],"90":[2,82],"94":[2,82],"96":[2,82],"105":[2,82],"107":[2,82],"108":[2,82],"109":[2,82],"113":[2,82],"121":[2,82],"130":[2,82],"131":[2,82],"133":[2,82],"134":[2,82],"135":[2,82],"136":[2,82],"137":[2,82],"138":[2,82],"139":[2,82],"140":[2,82],"141":[2,82],"142":[2,82],"143":[2,82],"144":[2,82]},{"47":[1,97],"59":[1,203],"75":[1,256],"93":257,"94":[1,202],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"8":258,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"12":[2,120],"13":[2,120],"14":[2,120],"32":[2,120],"34":[2,120],"35":[2,120],"37":[2,120],"38":[2,120],"39":[2,120],"45":[2,120],"46":[2,120],"48":[2,120],"52":[2,120],"53":[2,120],"58":[2,120],"75":[2,120],"78":[2,120],"81":[2,120],"87":[2,120],"92":[2,120],"95":[2,120],"99":[2,120],"103":[2,120],"104":[2,120],"107":[2,120],"109":[2,120],"111":[2,120],"113":[2,120],"122":[2,120],"128":[2,120],"129":[2,120],"132":[2,120],"133":[2,120],"134":[2,120],"135":[2,120],"136":[2,120]},{"12":[2,121],"13":[2,121],"14":[2,121],"32":[2,121],"34":[2,121],"35":[2,121],"37":[2,121],"38":[2,121],"39":[2,121],"45":[2,121],"46":[2,121],"48":[2,121],"52":[2,121],"53":[2,121],"58":[2,121],"75":[2,121],"78":[2,121],"81":[2,121],"87":[2,121],"92":[2,121],"95":[2,121],"99":[2,121],"103":[2,121],"104":[2,121],"107":[2,121],"109":[2,121],"111":[2,121],"113":[2,121],"122":[2,121],"128":[2,121],"129":[2,121],"132":[2,121],"133":[2,121],"134":[2,121],"135":[2,121],"136":[2,121]},{"1":[2,86],"4":[2,86],"29":[2,86],"30":[2,86],"41":[2,86],"47":[2,86],"55":[2,86],"59":[2,86],"68":[2,86],"69":[2,86],"70":[2,86],"71":[2,86],"74":[2,86],"75":[2,86],"76":[2,86],"77":[2,86],"80":[2,86],"82":[2,86],"88":[2,86],"89":[2,86],"90":[2,86],"94":[2,86],"96":[2,86],"105":[2,86],"107":[2,86],"108":[2,86],"109":[2,86],"113":[2,86],"121":[2,86],"130":[2,86],"131":[2,86],"133":[2,86],"134":[2,86],"135":[2,86],"136":[2,86],"137":[2,86],"138":[2,86],"139":[2,86],"140":[2,86],"141":[2,86],"142":[2,86],"143":[2,86],"144":[2,86]},{"8":259,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,87],"4":[2,87],"29":[2,87],"30":[2,87],"41":[2,87],"47":[2,87],"55":[2,87],"59":[2,87],"68":[2,87],"69":[2,87],"70":[2,87],"71":[2,87],"74":[2,87],"75":[2,87],"76":[2,87],"77":[2,87],"80":[2,87],"82":[2,87],"88":[2,87],"89":[2,87],"90":[2,87],"94":[2,87],"96":[2,87],"105":[2,87],"107":[2,87],"108":[2,87],"109":[2,87],"113":[2,87],"121":[2,87],"130":[2,87],"131":[2,87],"133":[2,87],"134":[2,87],"135":[2,87],"136":[2,87],"137":[2,87],"138":[2,87],"139":[2,87],"140":[2,87],"141":[2,87],"142":[2,87],"143":[2,87],"144":[2,87]},{"1":[2,111],"4":[2,111],"29":[2,111],"30":[2,111],"47":[2,111],"55":[2,111],"59":[2,111],"68":[2,111],"69":[2,111],"70":[2,111],"71":[2,111],"74":[2,111],"75":[2,111],"76":[2,111],"77":[2,111],"80":[2,111],"88":[2,111],"89":[2,111],"90":[2,111],"94":[2,111],"96":[2,111],"105":[2,111],"107":[2,111],"108":[2,111],"109":[2,111],"113":[2,111],"121":[2,111],"130":[2,111],"131":[2,111],"133":[2,111],"134":[2,111],"135":[2,111],"136":[2,111],"137":[2,111],"138":[2,111],"139":[2,111],"140":[2,111],"141":[2,111],"142":[2,111],"144":[2,111]},{"1":[2,39],"4":[2,39],"29":[2,39],"30":[2,39],"47":[1,97],"55":[2,39],"59":[2,39],"75":[2,39],"80":[2,39],"90":[2,39],"94":[2,39],"96":[2,39],"105":[2,39],"106":95,"107":[1,66],"108":[2,39],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,39],"130":[2,39],"131":[2,39],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"8":260,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,116],"4":[2,116],"29":[2,116],"30":[2,116],"47":[2,116],"55":[2,116],"59":[2,116],"68":[2,116],"69":[2,116],"70":[2,116],"71":[2,116],"74":[2,116],"75":[2,116],"76":[2,116],"77":[2,116],"80":[2,116],"88":[2,116],"89":[2,116],"90":[2,116],"94":[2,116],"96":[2,116],"105":[2,116],"107":[2,116],"108":[2,116],"109":[2,116],"113":[2,116],"121":[2,116],"130":[2,116],"131":[2,116],"133":[2,116],"134":[2,116],"135":[2,116],"136":[2,116],"137":[2,116],"138":[2,116],"139":[2,116],"140":[2,116],"141":[2,116],"142":[2,116],"144":[2,116]},{"4":[2,57],"29":[2,57],"54":261,"55":[1,240],"90":[2,57]},{"4":[2,134],"29":[2,134],"30":[2,134],"47":[1,97],"55":[2,134],"59":[1,262],"90":[2,134],"96":[2,134],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"51":263,"52":[1,62],"53":[1,63]},{"56":264,"57":[1,122],"58":[1,123]},{"50":[2,64],"55":[2,64]},{"50":[2,63],"55":[2,63],"59":[1,265]},{"8":266,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,186],"4":[2,186],"29":[2,186],"30":[2,186],"47":[2,186],"55":[2,186],"59":[2,186],"75":[2,186],"80":[2,186],"90":[2,186],"94":[2,186],"96":[2,186],"105":[2,186],"107":[2,186],"108":[2,186],"109":[2,186],"113":[2,186],"121":[2,186],"124":[2,186],"130":[2,186],"131":[2,186],"133":[2,186],"134":[2,186],"135":[2,186],"136":[2,186],"137":[2,186],"138":[2,186],"139":[2,186],"140":[2,186],"141":[2,186],"142":[2,186],"144":[2,186]},{"1":[2,139],"4":[2,139],"29":[2,139],"30":[2,139],"47":[2,139],"55":[2,139],"59":[2,139],"75":[2,139],"80":[2,139],"90":[2,139],"94":[2,139],"96":[2,139],"101":[1,267],"105":[2,139],"107":[2,139],"108":[2,139],"109":[2,139],"113":[2,139],"121":[2,139],"130":[2,139],"131":[2,139],"133":[2,139],"134":[2,139],"135":[2,139],"136":[2,139],"137":[2,139],"138":[2,139],"139":[2,139],"140":[2,139],"141":[2,139],"142":[2,139],"144":[2,139]},{"4":[1,125],"6":268,"29":[1,6]},{"31":269,"32":[1,76]},{"123":270,"125":224,"126":[1,225]},{"30":[1,271],"124":[1,272],"125":273,"126":[1,225]},{"30":[2,179],"124":[2,179],"126":[2,179]},{"8":275,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"98":274,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,109],"4":[2,109],"29":[2,109],"30":[2,109],"47":[2,109],"55":[2,109],"59":[2,109],"62":104,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"75":[2,109],"76":[1,113],"77":[1,114],"80":[2,109],"85":102,"88":[1,105],"89":[2,114],"90":[2,109],"94":[2,109],"96":[2,109],"105":[2,109],"107":[2,109],"108":[2,109],"109":[2,109],"113":[2,109],"121":[2,109],"130":[2,109],"131":[2,109],"133":[2,109],"134":[2,109],"135":[2,109],"136":[2,109],"137":[2,109],"138":[2,109],"139":[2,109],"140":[2,109],"141":[2,109],"142":[2,109],"144":[2,109]},{"1":[2,71],"4":[2,71],"29":[2,71],"30":[2,71],"47":[2,71],"55":[2,71],"59":[2,71],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,71],"76":[2,71],"77":[2,71],"80":[2,71],"88":[2,71],"89":[2,71],"90":[2,71],"94":[2,71],"96":[2,71],"105":[2,71],"107":[2,71],"108":[2,71],"109":[2,71],"113":[2,71],"121":[2,71],"130":[2,71],"131":[2,71],"133":[2,71],"134":[2,71],"135":[2,71],"136":[2,71],"137":[2,71],"138":[2,71],"139":[2,71],"140":[2,71],"141":[2,71],"142":[2,71],"144":[2,71]},{"15":276,"16":143,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":144,"43":72,"58":[1,61],"61":227,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":277,"84":231},{"4":[1,279],"30":[1,278]},{"4":[2,106],"30":[2,106],"80":[2,106]},{"4":[2,105],"28":177,"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"80":[2,105],"83":280,"84":231},{"4":[2,102],"30":[2,102],"80":[2,102]},{"4":[2,43],"30":[2,43],"44":[1,281],"80":[2,43]},{"1":[2,100],"4":[2,100],"29":[1,282],"30":[2,100],"47":[2,100],"55":[2,100],"59":[2,100],"62":104,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"75":[2,100],"76":[1,113],"77":[1,114],"80":[2,100],"85":102,"88":[1,105],"89":[2,114],"90":[2,100],"94":[2,100],"96":[2,100],"105":[2,100],"107":[2,100],"108":[2,100],"109":[2,100],"113":[2,100],"121":[2,100],"130":[2,100],"131":[2,100],"133":[2,100],"134":[2,100],"135":[2,100],"136":[2,100],"137":[2,100],"138":[2,100],"139":[2,100],"140":[2,100],"141":[2,100],"142":[2,100],"144":[2,100]},{"1":[2,144],"4":[2,144],"29":[2,144],"30":[2,144],"47":[2,144],"55":[2,144],"59":[2,144],"68":[2,144],"69":[2,144],"70":[2,144],"71":[2,144],"74":[2,144],"75":[2,144],"76":[2,144],"77":[2,144],"80":[2,144],"88":[2,144],"89":[2,144],"90":[2,144],"94":[2,144],"96":[2,144],"105":[2,144],"107":[2,144],"108":[2,144],"109":[2,144],"113":[2,144],"121":[2,144],"130":[2,144],"131":[2,144],"133":[2,144],"134":[2,144],"135":[2,144],"136":[2,144],"137":[2,144],"138":[2,144],"139":[2,144],"140":[2,144],"141":[2,144],"142":[2,144],"143":[2,144],"144":[2,144]},{"8":283,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,66],"12":[2,121],"13":[2,121],"14":[2,121],"29":[2,66],"32":[2,121],"34":[2,121],"35":[2,121],"37":[2,121],"38":[2,121],"39":[2,121],"45":[2,121],"46":[2,121],"48":[2,121],"52":[2,121],"53":[2,121],"55":[2,66],"58":[2,121],"78":[2,121],"81":[2,121],"87":[2,121],"92":[2,121],"95":[2,121],"96":[2,66],"99":[2,121],"103":[2,121],"104":[2,121],"107":[2,121],"109":[2,121],"111":[2,121],"113":[2,121],"122":[2,121],"128":[2,121],"129":[2,121],"132":[2,121],"133":[2,121],"134":[2,121],"135":[2,121],"136":[2,121]},{"4":[1,285],"29":[1,286],"96":[1,284]},{"4":[2,58],"8":212,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[2,58],"30":[2,58],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"90":[2,58],"92":[1,60],"95":[1,59],"96":[2,58],"97":287,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,57],"29":[2,57],"30":[2,57],"54":288,"55":[1,240]},{"1":[2,183],"4":[2,183],"29":[2,183],"30":[2,183],"47":[2,183],"55":[2,183],"59":[2,183],"75":[2,183],"80":[2,183],"90":[2,183],"94":[2,183],"96":[2,183],"105":[2,183],"107":[2,183],"108":[2,183],"109":[2,183],"113":[2,183],"121":[2,183],"124":[2,183],"130":[2,183],"131":[2,183],"133":[2,183],"134":[2,183],"135":[2,183],"136":[2,183],"137":[2,183],"138":[2,183],"139":[2,183],"140":[2,183],"141":[2,183],"142":[2,183],"144":[2,183]},{"1":[2,184],"4":[2,184],"29":[2,184],"30":[2,184],"47":[2,184],"55":[2,184],"59":[2,184],"75":[2,184],"80":[2,184],"90":[2,184],"94":[2,184],"96":[2,184],"105":[2,184],"107":[2,184],"108":[2,184],"109":[2,184],"113":[2,184],"121":[2,184],"124":[2,184],"130":[2,184],"131":[2,184],"133":[2,184],"134":[2,184],"135":[2,184],"136":[2,184],"137":[2,184],"138":[2,184],"139":[2,184],"140":[2,184],"141":[2,184],"142":[2,184],"144":[2,184]},{"8":289,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":290,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"119":[2,162],"120":[2,162]},{"8":212,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":151,"92":[1,60],"95":[1,59],"96":[1,150],"97":152,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"31":166,"32":[1,76],"63":167,"64":168,"78":[1,73],"95":[1,247],"118":291},{"1":[2,168],"4":[2,168],"29":[2,168],"30":[2,168],"47":[1,97],"55":[2,168],"59":[2,168],"75":[2,168],"80":[2,168],"90":[2,168],"94":[2,168],"96":[2,168],"105":[2,168],"106":95,"107":[2,168],"108":[1,292],"109":[2,168],"112":96,"113":[2,168],"114":70,"121":[1,293],"130":[2,168],"131":[2,168],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,169],"4":[2,169],"29":[2,169],"30":[2,169],"47":[1,97],"55":[2,169],"59":[2,169],"75":[2,169],"80":[2,169],"90":[2,169],"94":[2,169],"96":[2,169],"105":[2,169],"106":95,"107":[2,169],"108":[1,294],"109":[2,169],"112":96,"113":[2,169],"114":70,"121":[2,169],"130":[2,169],"131":[2,169],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[1,296],"29":[1,297],"80":[1,295]},{"4":[2,58],"28":177,"29":[2,58],"30":[2,58],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":298,"43":176,"46":[1,49],"58":[1,178],"80":[2,58]},{"8":299,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,300],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":301,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,302],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"30":[1,303],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,85],"4":[2,85],"29":[2,85],"30":[2,85],"41":[2,85],"47":[2,85],"55":[2,85],"59":[2,85],"68":[2,85],"69":[2,85],"70":[2,85],"71":[2,85],"74":[2,85],"75":[2,85],"76":[2,85],"77":[2,85],"80":[2,85],"82":[2,85],"88":[2,85],"89":[2,85],"90":[2,85],"94":[2,85],"96":[2,85],"105":[2,85],"107":[2,85],"108":[2,85],"109":[2,85],"113":[2,85],"121":[2,85],"130":[2,85],"131":[2,85],"133":[2,85],"134":[2,85],"135":[2,85],"136":[2,85],"137":[2,85],"138":[2,85],"139":[2,85],"140":[2,85],"141":[2,85],"142":[2,85],"143":[2,85],"144":[2,85]},{"8":304,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"75":[1,305],"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"47":[1,97],"75":[1,306],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"47":[1,97],"75":[1,256],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"30":[1,307],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[1,285],"29":[1,286],"90":[1,308]},{"4":[2,66],"29":[2,66],"30":[2,66],"55":[2,66],"90":[2,66],"96":[2,66]},{"4":[1,125],"6":309,"29":[1,6]},{"50":[2,61],"55":[2,61]},{"50":[2,65],"55":[2,65]},{"4":[1,125],"6":310,"29":[1,6],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[1,125],"6":311,"29":[1,6]},{"1":[2,140],"4":[2,140],"29":[2,140],"30":[2,140],"47":[2,140],"55":[2,140],"59":[2,140],"75":[2,140],"80":[2,140],"90":[2,140],"94":[2,140],"96":[2,140],"105":[2,140],"107":[2,140],"108":[2,140],"109":[2,140],"113":[2,140],"121":[2,140],"130":[2,140],"131":[2,140],"133":[2,140],"134":[2,140],"135":[2,140],"136":[2,140],"137":[2,140],"138":[2,140],"139":[2,140],"140":[2,140],"141":[2,140],"142":[2,140],"144":[2,140]},{"4":[1,125],"6":312,"29":[1,6]},{"30":[1,313],"124":[1,314],"125":273,"126":[1,225]},{"1":[2,177],"4":[2,177],"29":[2,177],"30":[2,177],"47":[2,177],"55":[2,177],"59":[2,177],"75":[2,177],"80":[2,177],"90":[2,177],"94":[2,177],"96":[2,177],"105":[2,177],"107":[2,177],"108":[2,177],"109":[2,177],"113":[2,177],"121":[2,177],"130":[2,177],"131":[2,177],"133":[2,177],"134":[2,177],"135":[2,177],"136":[2,177],"137":[2,177],"138":[2,177],"139":[2,177],"140":[2,177],"141":[2,177],"142":[2,177],"144":[2,177]},{"4":[1,125],"6":315,"29":[1,6]},{"30":[2,180],"124":[2,180],"126":[2,180]},{"4":[1,125],"6":316,"29":[1,6],"55":[1,317]},{"4":[2,136],"29":[2,136],"47":[1,97],"55":[2,136],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,95],"4":[2,95],"29":[1,318],"30":[2,95],"47":[2,95],"55":[2,95],"59":[2,95],"62":104,"68":[1,106],"69":[1,107],"70":[1,108],"71":[1,109],"72":110,"73":111,"74":[1,112],"75":[2,95],"76":[1,113],"77":[1,114],"80":[2,95],"85":102,"88":[1,105],"89":[2,114],"90":[2,95],"94":[2,95],"96":[2,95],"105":[2,95],"107":[2,95],"108":[2,95],"109":[2,95],"113":[2,95],"121":[2,95],"130":[2,95],"131":[2,95],"133":[2,95],"134":[2,95],"135":[2,95],"136":[2,95],"137":[2,95],"138":[2,95],"139":[2,95],"140":[2,95],"141":[2,95],"142":[2,95],"144":[2,95]},{"4":[1,279],"30":[1,319]},{"1":[2,98],"4":[2,98],"29":[2,98],"30":[2,98],"47":[2,98],"55":[2,98],"59":[2,98],"75":[2,98],"80":[2,98],"90":[2,98],"94":[2,98],"96":[2,98],"105":[2,98],"107":[2,98],"108":[2,98],"109":[2,98],"113":[2,98],"121":[2,98],"130":[2,98],"131":[2,98],"133":[2,98],"134":[2,98],"135":[2,98],"136":[2,98],"137":[2,98],"138":[2,98],"139":[2,98],"140":[2,98],"141":[2,98],"142":[2,98],"144":[2,98]},{"28":177,"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"84":320},{"4":[1,279],"80":[1,321]},{"8":322,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,323],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":324,"84":231},{"47":[1,97],"96":[1,325],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,128],"4":[2,128],"29":[2,128],"30":[2,128],"41":[2,128],"47":[2,128],"55":[2,128],"59":[2,128],"68":[2,128],"69":[2,128],"70":[2,128],"71":[2,128],"74":[2,128],"75":[2,128],"76":[2,128],"77":[2,128],"80":[2,128],"88":[2,128],"89":[2,128],"90":[2,128],"94":[2,128],"96":[2,128],"105":[2,128],"107":[2,128],"108":[2,128],"109":[2,128],"113":[2,128],"119":[2,128],"120":[2,128],"121":[2,128],"130":[2,128],"131":[2,128],"133":[2,128],"134":[2,128],"135":[2,128],"136":[2,128],"137":[2,128],"138":[2,128],"139":[2,128],"140":[2,128],"141":[2,128],"142":[2,128],"143":[2,128],"144":[2,128]},{"8":212,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"97":326,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":212,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":327,"92":[1,60],"95":[1,59],"97":152,"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,130],"29":[2,130],"30":[2,130],"55":[2,130],"90":[2,130],"96":[2,130]},{"4":[1,285],"29":[1,286],"30":[1,328]},{"1":[2,147],"4":[2,147],"29":[2,147],"30":[2,147],"47":[1,97],"55":[2,147],"59":[2,147],"75":[2,147],"80":[2,147],"90":[2,147],"94":[2,147],"96":[2,147],"105":[2,147],"106":95,"107":[1,66],"108":[2,147],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,147],"130":[2,147],"131":[2,147],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,149],"4":[2,149],"29":[2,149],"30":[2,149],"47":[1,97],"55":[2,149],"59":[2,149],"75":[2,149],"80":[2,149],"90":[2,149],"94":[2,149],"96":[2,149],"105":[2,149],"106":95,"107":[1,66],"108":[2,149],"109":[1,67],"112":96,"113":[1,69],"114":70,"121":[2,149],"130":[2,149],"131":[2,149],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"119":[2,167],"120":[2,167]},{"8":329,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":330,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":331,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,88],"4":[2,88],"29":[2,88],"30":[2,88],"41":[2,88],"47":[2,88],"55":[2,88],"59":[2,88],"68":[2,88],"69":[2,88],"70":[2,88],"71":[2,88],"74":[2,88],"75":[2,88],"76":[2,88],"77":[2,88],"80":[2,88],"88":[2,88],"89":[2,88],"90":[2,88],"94":[2,88],"96":[2,88],"105":[2,88],"107":[2,88],"108":[2,88],"109":[2,88],"113":[2,88],"119":[2,88],"120":[2,88],"121":[2,88],"130":[2,88],"131":[2,88],"133":[2,88],"134":[2,88],"135":[2,88],"136":[2,88],"137":[2,88],"138":[2,88],"139":[2,88],"140":[2,88],"141":[2,88],"142":[2,88],"143":[2,88],"144":[2,88]},{"28":177,"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":332,"43":176,"46":[1,49],"58":[1,178]},{"4":[2,89],"28":177,"29":[2,89],"30":[2,89],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":173,"43":176,"46":[1,49],"55":[2,89],"58":[1,178],"79":333},{"4":[2,91],"29":[2,91],"30":[2,91],"55":[2,91],"80":[2,91]},{"4":[2,44],"29":[2,44],"30":[2,44],"47":[1,97],"55":[2,44],"80":[2,44],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"8":334,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,45],"29":[2,45],"30":[2,45],"47":[1,97],"55":[2,45],"80":[2,45],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"8":335,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,208],"4":[2,208],"29":[2,208],"30":[2,208],"47":[2,208],"55":[2,208],"59":[2,208],"75":[2,208],"80":[2,208],"90":[2,208],"94":[2,208],"96":[2,208],"105":[2,208],"107":[2,208],"108":[2,208],"109":[2,208],"113":[2,208],"121":[2,208],"130":[2,208],"131":[2,208],"133":[2,208],"134":[2,208],"135":[2,208],"136":[2,208],"137":[2,208],"138":[2,208],"139":[2,208],"140":[2,208],"141":[2,208],"142":[2,208],"144":[2,208]},{"47":[1,97],"75":[1,336],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,125],"4":[2,125],"29":[2,125],"30":[2,125],"41":[2,125],"47":[2,125],"55":[2,125],"59":[2,125],"68":[2,125],"69":[2,125],"70":[2,125],"71":[2,125],"74":[2,125],"75":[2,125],"76":[2,125],"77":[2,125],"80":[2,125],"82":[2,125],"88":[2,125],"89":[2,125],"90":[2,125],"94":[2,125],"96":[2,125],"105":[2,125],"107":[2,125],"108":[2,125],"109":[2,125],"113":[2,125],"121":[2,125],"130":[2,125],"131":[2,125],"133":[2,125],"134":[2,125],"135":[2,125],"136":[2,125],"137":[2,125],"138":[2,125],"139":[2,125],"140":[2,125],"141":[2,125],"142":[2,125],"143":[2,125],"144":[2,125]},{"1":[2,126],"4":[2,126],"29":[2,126],"30":[2,126],"41":[2,126],"47":[2,126],"55":[2,126],"59":[2,126],"68":[2,126],"69":[2,126],"70":[2,126],"71":[2,126],"74":[2,126],"75":[2,126],"76":[2,126],"77":[2,126],"80":[2,126],"82":[2,126],"88":[2,126],"89":[2,126],"90":[2,126],"94":[2,126],"96":[2,126],"105":[2,126],"107":[2,126],"108":[2,126],"109":[2,126],"113":[2,126],"121":[2,126],"130":[2,126],"131":[2,126],"133":[2,126],"134":[2,126],"135":[2,126],"136":[2,126],"137":[2,126],"138":[2,126],"139":[2,126],"140":[2,126],"141":[2,126],"142":[2,126],"143":[2,126],"144":[2,126]},{"1":[2,40],"4":[2,40],"29":[2,40],"30":[2,40],"47":[2,40],"55":[2,40],"59":[2,40],"75":[2,40],"80":[2,40],"90":[2,40],"94":[2,40],"96":[2,40],"105":[2,40],"107":[2,40],"108":[2,40],"109":[2,40],"113":[2,40],"121":[2,40],"130":[2,40],"131":[2,40],"133":[2,40],"134":[2,40],"135":[2,40],"136":[2,40],"137":[2,40],"138":[2,40],"139":[2,40],"140":[2,40],"141":[2,40],"142":[2,40],"144":[2,40]},{"1":[2,117],"4":[2,117],"29":[2,117],"30":[2,117],"47":[2,117],"55":[2,117],"59":[2,117],"68":[2,117],"69":[2,117],"70":[2,117],"71":[2,117],"74":[2,117],"75":[2,117],"76":[2,117],"77":[2,117],"80":[2,117],"88":[2,117],"89":[2,117],"90":[2,117],"94":[2,117],"96":[2,117],"105":[2,117],"107":[2,117],"108":[2,117],"109":[2,117],"113":[2,117],"121":[2,117],"130":[2,117],"131":[2,117],"133":[2,117],"134":[2,117],"135":[2,117],"136":[2,117],"137":[2,117],"138":[2,117],"139":[2,117],"140":[2,117],"141":[2,117],"142":[2,117],"144":[2,117]},{"1":[2,53],"4":[2,53],"29":[2,53],"30":[2,53],"47":[2,53],"55":[2,53],"59":[2,53],"75":[2,53],"80":[2,53],"90":[2,53],"94":[2,53],"96":[2,53],"105":[2,53],"107":[2,53],"108":[2,53],"109":[2,53],"113":[2,53],"121":[2,53],"130":[2,53],"131":[2,53],"133":[2,53],"134":[2,53],"135":[2,53],"136":[2,53],"137":[2,53],"138":[2,53],"139":[2,53],"140":[2,53],"141":[2,53],"142":[2,53],"144":[2,53]},{"1":[2,185],"4":[2,185],"29":[2,185],"30":[2,185],"47":[2,185],"55":[2,185],"59":[2,185],"75":[2,185],"80":[2,185],"90":[2,185],"94":[2,185],"96":[2,185],"105":[2,185],"107":[2,185],"108":[2,185],"109":[2,185],"113":[2,185],"121":[2,185],"124":[2,185],"130":[2,185],"131":[2,185],"133":[2,185],"134":[2,185],"135":[2,185],"136":[2,185],"137":[2,185],"138":[2,185],"139":[2,185],"140":[2,185],"141":[2,185],"142":[2,185],"144":[2,185]},{"1":[2,141],"4":[2,141],"29":[2,141],"30":[2,141],"47":[2,141],"55":[2,141],"59":[2,141],"75":[2,141],"80":[2,141],"90":[2,141],"94":[2,141],"96":[2,141],"105":[2,141],"107":[2,141],"108":[2,141],"109":[2,141],"113":[2,141],"121":[2,141],"130":[2,141],"131":[2,141],"133":[2,141],"134":[2,141],"135":[2,141],"136":[2,141],"137":[2,141],"138":[2,141],"139":[2,141],"140":[2,141],"141":[2,141],"142":[2,141],"144":[2,141]},{"1":[2,142],"4":[2,142],"29":[2,142],"30":[2,142],"47":[2,142],"55":[2,142],"59":[2,142],"75":[2,142],"80":[2,142],"90":[2,142],"94":[2,142],"96":[2,142],"101":[2,142],"105":[2,142],"107":[2,142],"108":[2,142],"109":[2,142],"113":[2,142],"121":[2,142],"130":[2,142],"131":[2,142],"133":[2,142],"134":[2,142],"135":[2,142],"136":[2,142],"137":[2,142],"138":[2,142],"139":[2,142],"140":[2,142],"141":[2,142],"142":[2,142],"144":[2,142]},{"1":[2,175],"4":[2,175],"29":[2,175],"30":[2,175],"47":[2,175],"55":[2,175],"59":[2,175],"75":[2,175],"80":[2,175],"90":[2,175],"94":[2,175],"96":[2,175],"105":[2,175],"107":[2,175],"108":[2,175],"109":[2,175],"113":[2,175],"121":[2,175],"130":[2,175],"131":[2,175],"133":[2,175],"134":[2,175],"135":[2,175],"136":[2,175],"137":[2,175],"138":[2,175],"139":[2,175],"140":[2,175],"141":[2,175],"142":[2,175],"144":[2,175]},{"4":[1,125],"6":337,"29":[1,6]},{"30":[1,338]},{"4":[1,339],"30":[2,181],"124":[2,181],"126":[2,181]},{"8":340,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":341,"84":231},{"1":[2,96],"4":[2,96],"29":[2,96],"30":[2,96],"47":[2,96],"55":[2,96],"59":[2,96],"75":[2,96],"80":[2,96],"90":[2,96],"94":[2,96],"96":[2,96],"105":[2,96],"107":[2,96],"108":[2,96],"109":[2,96],"113":[2,96],"121":[2,96],"130":[2,96],"131":[2,96],"133":[2,96],"134":[2,96],"135":[2,96],"136":[2,96],"137":[2,96],"138":[2,96],"139":[2,96],"140":[2,96],"141":[2,96],"142":[2,96],"144":[2,96]},{"4":[2,107],"30":[2,107],"80":[2,107]},{"4":[2,108],"30":[2,108],"80":[2,108]},{"4":[2,103],"30":[2,103],"47":[1,97],"80":[2,103],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"8":342,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[1,279],"30":[1,343]},{"1":[2,123],"4":[2,123],"29":[2,123],"30":[2,123],"47":[2,123],"55":[2,123],"59":[2,123],"68":[2,123],"69":[2,123],"70":[2,123],"71":[2,123],"74":[2,123],"75":[2,123],"76":[2,123],"77":[2,123],"80":[2,123],"88":[2,123],"89":[2,123],"90":[2,123],"94":[2,123],"96":[2,123],"105":[2,123],"107":[2,123],"108":[2,123],"109":[2,123],"113":[2,123],"121":[2,123],"130":[2,123],"131":[2,123],"133":[2,123],"134":[2,123],"135":[2,123],"136":[2,123],"137":[2,123],"138":[2,123],"139":[2,123],"140":[2,123],"141":[2,123],"142":[2,123],"143":[2,123],"144":[2,123]},{"4":[2,131],"29":[2,131],"30":[2,131],"55":[2,131],"90":[2,131],"96":[2,131]},{"4":[2,57],"29":[2,57],"30":[2,57],"54":344,"55":[1,240]},{"4":[2,132],"29":[2,132],"30":[2,132],"55":[2,132],"90":[2,132],"96":[2,132]},{"1":[2,170],"4":[2,170],"29":[2,170],"30":[2,170],"47":[1,97],"55":[2,170],"59":[2,170],"75":[2,170],"80":[2,170],"90":[2,170],"94":[2,170],"96":[2,170],"105":[2,170],"106":95,"107":[2,170],"108":[2,170],"109":[2,170],"112":96,"113":[2,170],"114":70,"121":[1,345],"130":[2,170],"131":[2,170],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,172],"4":[2,172],"29":[2,172],"30":[2,172],"47":[1,97],"55":[2,172],"59":[2,172],"75":[2,172],"80":[2,172],"90":[2,172],"94":[2,172],"96":[2,172],"105":[2,172],"106":95,"107":[2,172],"108":[1,346],"109":[2,172],"112":96,"113":[2,172],"114":70,"121":[2,172],"130":[2,172],"131":[2,172],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,171],"4":[2,171],"29":[2,171],"30":[2,171],"47":[1,97],"55":[2,171],"59":[2,171],"75":[2,171],"80":[2,171],"90":[2,171],"94":[2,171],"96":[2,171],"105":[2,171],"106":95,"107":[2,171],"108":[2,171],"109":[2,171],"112":96,"113":[2,171],"114":70,"121":[2,171],"130":[2,171],"131":[2,171],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[2,92],"29":[2,92],"30":[2,92],"55":[2,92],"80":[2,92]},{"4":[2,57],"29":[2,57],"30":[2,57],"54":347,"55":[1,252]},{"30":[1,348],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"30":[1,349],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,124],"4":[2,124],"29":[2,124],"30":[2,124],"41":[2,124],"47":[2,124],"55":[2,124],"59":[2,124],"68":[2,124],"69":[2,124],"70":[2,124],"71":[2,124],"74":[2,124],"75":[2,124],"76":[2,124],"77":[2,124],"80":[2,124],"82":[2,124],"88":[2,124],"89":[2,124],"90":[2,124],"94":[2,124],"96":[2,124],"105":[2,124],"107":[2,124],"108":[2,124],"109":[2,124],"113":[2,124],"121":[2,124],"130":[2,124],"131":[2,124],"133":[2,124],"134":[2,124],"135":[2,124],"136":[2,124],"137":[2,124],"138":[2,124],"139":[2,124],"140":[2,124],"141":[2,124],"142":[2,124],"143":[2,124],"144":[2,124]},{"30":[1,350]},{"1":[2,178],"4":[2,178],"29":[2,178],"30":[2,178],"47":[2,178],"55":[2,178],"59":[2,178],"75":[2,178],"80":[2,178],"90":[2,178],"94":[2,178],"96":[2,178],"105":[2,178],"107":[2,178],"108":[2,178],"109":[2,178],"113":[2,178],"121":[2,178],"130":[2,178],"131":[2,178],"133":[2,178],"134":[2,178],"135":[2,178],"136":[2,178],"137":[2,178],"138":[2,178],"139":[2,178],"140":[2,178],"141":[2,178],"142":[2,178],"144":[2,178]},{"30":[2,182],"124":[2,182],"126":[2,182]},{"4":[2,137],"29":[2,137],"47":[1,97],"55":[2,137],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[1,279],"30":[1,351]},{"30":[1,352],"47":[1,97],"106":95,"107":[1,66],"109":[1,67],"112":96,"113":[1,69],"114":70,"130":[1,93],"131":[1,94],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,101],"4":[2,101],"29":[2,101],"30":[2,101],"47":[2,101],"55":[2,101],"59":[2,101],"75":[2,101],"80":[2,101],"90":[2,101],"94":[2,101],"96":[2,101],"105":[2,101],"107":[2,101],"108":[2,101],"109":[2,101],"113":[2,101],"121":[2,101],"130":[2,101],"131":[2,101],"133":[2,101],"134":[2,101],"135":[2,101],"136":[2,101],"137":[2,101],"138":[2,101],"139":[2,101],"140":[2,101],"141":[2,101],"142":[2,101],"144":[2,101]},{"4":[1,285],"29":[1,286],"30":[1,353]},{"8":354,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":355,"9":127,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":71,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":72,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":47,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,42],"103":[1,51],"104":[1,58],"106":43,"107":[1,66],"109":[1,67],"110":44,"111":[1,68],"112":45,"113":[1,69],"114":70,"122":[1,46],"127":41,"128":[1,64],"129":[1,65],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[1,296],"29":[1,297],"30":[1,356]},{"4":[2,46],"29":[2,46],"30":[2,46],"55":[2,46],"80":[2,46]},{"4":[2,47],"29":[2,47],"30":[2,47],"55":[2,47],"80":[2,47]},{"1":[2,176],"4":[2,176],"29":[2,176],"30":[2,176],"47":[2,176],"55":[2,176],"59":[2,176],"75":[2,176],"80":[2,176],"90":[2,176],"94":[2,176],"96":[2,176],"105":[2,176],"107":[2,176],"108":[2,176],"109":[2,176],"113":[2,176],"121":[2,176],"130":[2,176],"131":[2,176],"133":[2,176],"134":[2,176],"135":[2,176],"136":[2,176],"137":[2,176],"138":[2,176],"139":[2,176],"140":[2,176],"141":[2,176],"142":[2,176],"144":[2,176]},{"1":[2,97],"4":[2,97],"29":[2,97],"30":[2,97],"47":[2,97],"55":[2,97],"59":[2,97],"75":[2,97],"80":[2,97],"90":[2,97],"94":[2,97],"96":[2,97],"105":[2,97],"107":[2,97],"108":[2,97],"109":[2,97],"113":[2,97],"121":[2,97],"130":[2,97],"131":[2,97],"133":[2,97],"134":[2,97],"135":[2,97],"136":[2,97],"137":[2,97],"138":[2,97],"139":[2,97],"140":[2,97],"141":[2,97],"142":[2,97],"144":[2,97]},{"4":[2,104],"30":[2,104],"80":[2,104]},{"4":[2,133],"29":[2,133],"30":[2,133],"55":[2,133],"90":[2,133],"96":[2,133]},{"1":[2,173],"4":[2,173],"29":[2,173],"30":[2,173],"47":[1,97],"55":[2,173],"59":[2,173],"75":[2,173],"80":[2,173],"90":[2,173],"94":[2,173],"96":[2,173],"105":[2,173],"106":95,"107":[2,173],"108":[2,173],"109":[2,173],"112":96,"113":[2,173],"114":70,"121":[2,173],"130":[2,173],"131":[2,173],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"1":[2,174],"4":[2,174],"29":[2,174],"30":[2,174],"47":[1,97],"55":[2,174],"59":[2,174],"75":[2,174],"80":[2,174],"90":[2,174],"94":[2,174],"96":[2,174],"105":[2,174],"106":95,"107":[2,174],"108":[2,174],"109":[2,174],"112":96,"113":[2,174],"114":70,"121":[2,174],"130":[2,174],"131":[2,174],"133":[1,85],"134":[1,84],"135":[1,82],"136":[1,83],"137":[1,86],"138":[1,87],"139":[1,88],"140":[1,89],"141":[1,90],"142":[1,91],"144":[1,92]},{"4":[2,93],"29":[2,93],"30":[2,93],"55":[2,93],"80":[2,93]}],defaultActions:{"79":[2,4],"105":[2,115]},parseError:function parseError(str,hash){throw new Error(str)},parse:function parse(input){var self=this,stack=[0],vstack=[null],table=this.table,yytext="",yylineno=0,yyleng=0,shifts=0,reductions=0,recovering=0,TERROR=2,EOF=1;this.lexer.setInput(input);this.lexer.yy=this.yy;this.yy.lexer=this.lexer;var parseError=this.yy.parseError=typeof this.yy.parseError=="function"?this.yy.parseError:this.parseError;function popStack(n){stack.length=stack.length-2*n;vstack.length=vstack.length-n}function checkRecover(st){for(var p in table[st]){if(p==TERROR){return true}}return false}function lex(){var token;token=self.lexer.lex()||1;if(typeof token!=="number"){token=self.symbols_[token]||token}return token}var symbol,preErrorSymbol,state,action,a,r,yyval={},p,len,newState,expected,recovered=false;while(true){state=stack[stack.length-1];if(this.defaultActions[state]){action=this.defaultActions[state]}else{if(symbol==null){symbol=lex()}action=table[state]&&table[state][symbol]}if(typeof action==="undefined"||!action.length||!action[0]){if(!recovering){expected=[];for(p in table[state]){if(this.terminals_[p]&&p>2){expected.push("'"+this.terminals_[p]+"'")}}if(this.lexer.showPosition){parseError.call(this,"Parse error on line "+(yylineno+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+expected.join(", "),{text:this.lexer.match,token:this.terminals_[symbol]||symbol,line:this.lexer.yylineno,expected:expected})}else{parseError.call(this,"Parse error on line "+(yylineno+1)+": Unexpected '"+(this.terminals_[symbol]||symbol)+"'",{text:this.lexer.match,token:this.terminals_[symbol]||symbol,line:this.lexer.yylineno,expected:expected})}}if(recovering==3){if(symbol==EOF){throw"Parsing halted."}yyleng=this.lexer.yyleng;yytext=this.lexer.yytext;yylineno=this.lexer.yylineno;symbol=lex()}while(1){if(checkRecover(state)){break}if(state==0){throw"Parsing halted."}popStack(1);state=stack[stack.length-1]}preErrorSymbol=symbol;symbol=TERROR;state=stack[stack.length-1];action=table[state]&&table[state][TERROR];recovering=3}if(action[0] instanceof Array&&action.length>1){throw new Error("Parse Error: multiple actions possible at state: "+state+", token: "+symbol)}a=action;switch(a[0]){case 1:shifts++;stack.push(symbol);vstack.push(this.lexer.yytext);stack.push(a[1]);symbol=null;if(!preErrorSymbol){yyleng=this.lexer.yyleng;yytext=this.lexer.yytext;yylineno=this.lexer.yylineno;if(recovering>0){recovering--}}else{symbol=preErrorSymbol;preErrorSymbol=null}break;case 2:reductions++;len=this.productions_[a[1]][1];yyval.$=vstack[vstack.length-len];r=this.performAction.call(yyval,yytext,yyleng,yylineno,this.yy,a[1],vstack);if(typeof r!=="undefined"){return r}if(len){stack=stack.slice(0,-1*len*2);vstack=vstack.slice(0,-1*len)}stack.push(this.productions_[a[1]][0]);vstack.push(yyval.$);newState=table[stack[stack.length-2]][stack[stack.length-1]];stack.push(newState);break;case 3:this.reductionCount=reductions;this.shiftCount=shifts;return true}}return true}};return parser})();if(typeof require!=="undefined"){exports.parser=parser;exports.parse=function(){return parser.parse.apply(parser,arguments)};exports.main=function commonjsMain(args){if(!args[1]){throw new Error("Usage: "+args[0]+" FILE")}if(typeof process!=="undefined"){var source=require("fs").readFileSync(require("path").join(process.cwd(),args[1]),"utf8")}else{var cwd=require("file").path(require("file").cwd());var source=cwd.join(args[1]).read({charset:"utf-8"})}return exports.parser.parse(source)};if(typeof module!=="undefined"&&require.main===module){exports.main(typeof process!=="undefined"?process.argv.slice(1):require("system").args)}}};require["./scope"]=new function(){var exports=this;(function(){var Scope,_ref,extend,last;var __hasProp=Object.prototype.hasOwnProperty;_ref=require("./helpers"),extend=_ref.extend,last=_ref.last;exports.Scope=(function(){Scope=(function(){function Scope(_arg,_arg2,_arg3){this.method=_arg3;this.expressions=_arg2;this.parent=_arg;this.variables={"arguments":"arguments"};if(this.parent){this.garbage=this.parent.garbage}else{this.garbage=[];Scope.root=this}return this}return Scope})();Scope.root=null;Scope.prototype.startLevel=function(){return this.garbage.push([])};Scope.prototype.endLevel=function(){var _i,_len,_ref2,_result,name,vars;vars=this.variables;_result=[];for(_i=0,_len=(_ref2=this.garbage.pop()).length;_i<_len;_i++){name=_ref2[_i];if(vars[name]==="var"){_result.push(vars[name]="reuse")}}return _result};Scope.prototype.find=function(name,options){if(this.check(name,options)){return true}this.variables[name]="var";return false};Scope.prototype.any=function(fn){var _ref2,k,v;for(v in _ref2=this.variables){if(!__hasProp.call(_ref2,v)){continue}k=_ref2[v];if(fn(v,k)){return true}}return false};Scope.prototype.parameter=function(name){return(this.variables[name]="param")};Scope.prototype.check=function(name,options){var _ref2,immediate;immediate=Object.prototype.hasOwnProperty.call(this.variables,name);if(immediate||((options!=null)?options.immediate:undefined)){return immediate}return !!(((_ref2=this.parent)!=null)?_ref2.check(name):undefined)};Scope.prototype.temporary=function(type,index){return type.length>1?"_"+type+(index>1?index:""):"_"+(index+parseInt(type,36)).toString(36).replace(/\d/g,"a")};Scope.prototype.freeVariable=function(type){var index,temp;index=0;while(this.check(temp=this.temporary(type,index))&&this.variables[temp]!=="reuse"){index++}this.variables[temp]="var";if(this.garbage.length){last(this.garbage).push(temp)}return temp};Scope.prototype.assign=function(name,value){return(this.variables[name]={value:value,assigned:true})};Scope.prototype.hasDeclarations=function(body){return body===this.expressions&&this.any(function(k,val){return(val==="var"||val==="reuse")})};Scope.prototype.hasAssignments=function(body){return body===this.expressions&&this.any(function(k,val){return val.assigned})};Scope.prototype.declaredVariables=function(){var _ref2,_result,key,val;return(function(){_result=[];for(key in _ref2=this.variables){if(!__hasProp.call(_ref2,key)){continue}val=_ref2[key];if((val==="var"||val==="reuse")){_result.push(key)}}return _result}).call(this).sort()};Scope.prototype.assignedVariables=function(){var _ref2,_result,key,val;_result=[];for(key in _ref2=this.variables){if(!__hasProp.call(_ref2,key)){continue}val=_ref2[key];if(val.assigned){_result.push(""+key+" = "+(val.value))}}return _result};Scope.prototype.compiledDeclarations=function(){return this.declaredVariables().join(", ")};Scope.prototype.compiledAssignments=function(){return this.assignedVariables().join(", ")};return Scope}).call(this)}).call(this)};require["./nodes"]=new function(){var exports=this;(function(){var Accessor,ArrayLiteral,Assign,Base,Call,Class,Closure,Code,Comment,Existence,Expressions,Extends,For,IDENTIFIER,IS_STRING,If,In,Index,Literal,NO,NUMBER,ObjectLiteral,Op,Param,Parens,Push,Range,Return,SIMPLENUM,Scope,Slice,Splat,Switch,TAB,THIS,TRAILING_WHITESPACE,Throw,Try,UTILITIES,Value,While,YES,_ref,compact,del,ends,flatten,include,last,merge,starts,utility;var __extends=function(child,parent){function ctor(){this.constructor=child}ctor.prototype=parent.prototype;child.prototype=new ctor;if(typeof parent.extended==="function"){parent.extended(child)}child.__super__=parent.prototype};Scope=require("./scope").Scope;_ref=require("./helpers"),compact=_ref.compact,flatten=_ref.flatten,merge=_ref.merge,del=_ref.del,include=_ref.include,starts=_ref.starts,ends=_ref.ends,last=_ref.last;YES=function(){return true};NO=function(){return false};THIS=function(){return this};exports.Base=(function(){Base=(function(){function Base(){this.tags={};return this}return Base})();Base.prototype.compile=function(o){var closure,code,top;this.options=o?merge(o):{};this.tab=o.indent;top=this.topSensitive()?this.options.top:del(this.options,"top");closure=this.isStatement(o)&&!this.isPureStatement()&&!top&&!this.options.asStatement&&!(this instanceof Comment)&&!this.containsPureStatement();code=closure?this.compileClosure(this.options):this.compileNode(this.options);return code};Base.prototype.compileClosure=function(o){o.sharedScope=o.scope;return Closure.wrap(this).compile(o)};Base.prototype.compileReference=function(o,options){var _len,compiled,i,node,pair,reference;pair=(function(){if(!this.isComplex()){return[this,this]}else{reference=new Literal(o.scope.freeVariable("ref"));compiled=new Assign(reference,this);return[compiled,reference]}}).call(this);if(((options!=null)?options.precompile:undefined)){for(i=0,_len=pair.length;i<_len;i++){node=pair[i];(pair[i]=node.compile(o))}}return pair};Base.prototype.idt=function(tabs){var idt,num;idt=this.tab||"";num=(tabs||0)+1;while(num-=1){idt+=TAB}return idt};Base.prototype.makeReturn=function(){return new Return(this)};Base.prototype.contains=function(block){var contains;contains=false;this.traverseChildren(false,function(node){if(block(node)){contains=true;return false}});return contains};Base.prototype.containsType=function(type){return this instanceof type||this.contains(function(node){return node instanceof type})};Base.prototype.containsPureStatement=function(){return this.isPureStatement()||this.contains(function(node){return node.isPureStatement()})};Base.prototype.traverse=function(block){return this.traverseChildren(true,block)};Base.prototype.toString=function(idt,override){var _i,_len,_ref2,_result,child,children,klass;idt||(idt="");children=(function(){_result=[];for(_i=0,_len=(_ref2=this.collectChildren()).length;_i<_len;_i++){child=_ref2[_i];_result.push(child.toString(idt+TAB))}return _result}).call(this).join("");klass=override||this.constructor.name+(this.soakNode||this.exist?"?":"");return"\n"+idt+klass+children};Base.prototype.eachChild=function(func){var _i,_j,_len,_len2,_ref2,_ref3,_result,attr,child;if(!this.children){return}_result=[];for(_i=0,_len=(_ref2=this.children).length;_i<_len;_i++){attr=_ref2[_i];if(this[attr]){for(_j=0,_len2=(_ref3=flatten([this[attr]])).length;_j<_len2;_j++){child=_ref3[_j];if(func(child)===false){return}}}}return _result};Base.prototype.collectChildren=function(){var nodes;nodes=[];this.eachChild(function(node){return nodes.push(node)});return nodes};Base.prototype.traverseChildren=function(crossScope,func){return this.eachChild(function(child){if(func(child)===false){return false}return crossScope||!(child instanceof Code)?child.traverseChildren(crossScope,func):undefined})};Base.prototype.invert=function(){return new Op("!",this)};Base.prototype.children=[];Base.prototype.unwrap=THIS;Base.prototype.isStatement=NO;Base.prototype.isPureStatement=NO;Base.prototype.isComplex=YES;Base.prototype.topSensitive=NO;Base.prototype.assigns=NO;return Base})();exports.Expressions=(function(){Expressions=(function(){function Expressions(nodes){Expressions.__super__.constructor.call(this);this.expressions=compact(flatten(nodes||[]));return this}return Expressions})();__extends(Expressions,Base);Expressions.prototype.children=["expressions"];Expressions.prototype.isStatement=YES;Expressions.prototype.push=function(node){this.expressions.push(node);return this};Expressions.prototype.unshift=function(node){this.expressions.unshift(node);return this};Expressions.prototype.unwrap=function(){return this.expressions.length===1?this.expressions[0]:this};Expressions.prototype.empty=function(){return this.expressions.length===0};Expressions.prototype.makeReturn=function(){var end,idx;end=this.expressions[(idx=this.expressions.length-1)];if(end instanceof Comment){end=this.expressions[idx-=1]}if(end&&!(end instanceof Return)){this.expressions[idx]=end.makeReturn()}return this};Expressions.prototype.compile=function(o){o||(o={});return o.scope?Expressions.__super__.compile.call(this,o):this.compileRoot(o)};Expressions.prototype.compileNode=function(o){var _i,_len,_ref2,_result,node;return(function(){_result=[];for(_i=0,_len=(_ref2=this.expressions).length;_i<_len;_i++){node=_ref2[_i];_result.push(this.compileExpression(node,merge(o)))}return _result}).call(this).join("\n")};Expressions.prototype.compileRoot=function(o){var code;o.indent=(this.tab=o.bare?"":TAB);o.scope=new Scope(null,this,null);code=this.compileWithDeclarations(o);code=code.replace(TRAILING_WHITESPACE,"");return o.bare?code:("(function() {\n"+code+"\n}).call(this);\n")};Expressions.prototype.compileWithDeclarations=function(o){var code;code=this.compileNode(o);if(o.scope.hasAssignments(this)){code=(""+(this.tab)+"var "+(o.scope.compiledAssignments().replace(/\n/g,"$&"+this.tab))+";\n"+code)}if(!o.globals&&o.scope.hasDeclarations(this)){code=(""+(this.tab)+"var "+(o.scope.compiledDeclarations())+";\n"+code)}return code};Expressions.prototype.compileExpression=function(node,o){var compiledNode;this.tab=o.indent;node.tags.front=true;compiledNode=node.compile(merge(o,{top:true}));return node.isStatement(o)?compiledNode:(""+(this.idt())+compiledNode+";")};return Expressions})();Expressions.wrap=function(nodes){if(nodes.length===1&&nodes[0] instanceof Expressions){return nodes[0]}return new Expressions(nodes)};exports.Literal=(function(){Literal=(function(){function Literal(_arg){this.value=_arg;Literal.__super__.constructor.call(this);return this}return Literal})();__extends(Literal,Base);Literal.prototype.makeReturn=function(){return this.isStatement()?this:Literal.__super__.makeReturn.call(this)};Literal.prototype.isStatement=function(){var _ref2;return((_ref2=this.value)==="break"||_ref2==="continue"||_ref2==="debugger")};Literal.prototype.isPureStatement=Literal.prototype.isStatement;Literal.prototype.isComplex=NO;Literal.prototype.isReserved=function(){return !!this.value.reserved};Literal.prototype.assigns=function(name){return name===this.value};Literal.prototype.compileNode=function(o){var end,idt,val;idt=this.isStatement(o)?this.idt():"";end=this.isStatement(o)?";":"";val=this.isReserved()?('"'+(this.value)+'"'):this.value;return idt+val+end};Literal.prototype.toString=function(){return' "'+this.value+'"'};return Literal})();exports.Return=(function(){Return=(function(){function Return(_arg){this.expression=_arg;Return.__super__.constructor.call(this);return this}return Return})();__extends(Return,Base);Return.prototype.isStatement=YES;Return.prototype.isPureStatement=YES;Return.prototype.children=["expression"];Return.prototype.makeReturn=THIS;Return.prototype.compile=function(o){var _ref2,expr;expr=(((_ref2=this.expression)!=null)?_ref2.makeReturn():undefined);if(expr&&(!(expr instanceof Return))){return expr.compile(o)}return Return.__super__.compile.call(this,o)};Return.prototype.compileNode=function(o){var expr;expr="";if(this.expression){if(this.expression.isStatement(o)){o.asStatement=true}expr=" "+this.expression.compile(o)}return""+(this.tab)+"return"+expr+";"};return Return})();exports.Value=(function(){Value=(function(){function Value(_arg,_arg2,tag){this.properties=_arg2;this.base=_arg;Value.__super__.constructor.call(this);this.properties||(this.properties=[]);if(tag){this.tags[tag]=true}return this}return Value})();__extends(Value,Base);Value.prototype.children=["base","properties"];Value.prototype.push=function(prop){this.properties.push(prop);return this};Value.prototype.hasProperties=function(){return !!this.properties.length};Value.prototype.isArray=function(){return this.base instanceof ArrayLiteral&&!this.properties.length};Value.prototype.isObject=function(){return this.base instanceof ObjectLiteral&&!this.properties.length};Value.prototype.isSplice=function(){return last(this.properties) instanceof Slice};Value.prototype.isComplex=function(){return this.base.isComplex()||this.hasProperties()};Value.prototype.assigns=function(name){return !this.properties.length&&this.base.assigns(name)};Value.prototype.makeReturn=function(){return this.properties.length?Value.__super__.makeReturn.call(this):this.base.makeReturn()};Value.prototype.unwrap=function(){return this.properties.length?this:this.base};Value.prototype.isStatement=function(o){return this.base.isStatement(o)&&!this.properties.length};Value.prototype.isSimpleNumber=function(){return this.base instanceof Literal&&SIMPLENUM.test(this.base.value)};Value.prototype.cacheReference=function(o){var base,bref,name,nref;name=last(this.properties);if(!this.base.isComplex()&&this.properties.length<2&&!((name!=null)?name.isComplex():undefined)){return[this,this]}base=new Value(this.base,this.properties.slice(0,-1));if(base.isComplex()){bref=new Literal(o.scope.freeVariable("base"));base=new Value(new Parens(new Assign(bref,base)))}if(!name){return[base,bref]}if(name.isComplex()){nref=new Literal(o.scope.freeVariable("name"));name=new Index(new Assign(nref,name.index));nref=new Index(nref)}return[base.push(name),new Value(bref||base.base,[nref||name])]};Value.prototype.compile=function(o){this.base.tags.front=this.tags.front;return !o.top||this.properties.length?Value.__super__.compile.call(this,o):this.base.compile(o)};Value.prototype.compileNode=function(o){var _i,_len,code,ex,prop,props;if(ex=this.unfoldSoak(o)){return ex.compile(o)}props=this.properties;if(this.parenthetical&&!props.length){this.base.parenthetical=true}code=this.base.compile(o);if(props[0] instanceof Accessor&&this.isSimpleNumber()){code=("("+code+")")}for(_i=0,_len=props.length;_i<_len;_i++){prop=props[_i];(code+=prop.compile(o))}return code};Value.prototype.unfoldSoak=function(o){var _len,_ref2,fst,i,ifn,prop,ref,snd;if(this.base.soakNode){Array.prototype.push.apply(this.base.body.properties,this.properties);return this.base}for(i=0,_len=(_ref2=this.properties).length;i<_len;i++){prop=_ref2[i];if(prop.soakNode){prop.soakNode=false;fst=new Value(this.base,this.properties.slice(0,i));snd=new Value(this.base,this.properties.slice(i));if(fst.isComplex()){ref=new Literal(o.scope.freeVariable("ref"));fst=new Parens(new Assign(ref,fst));snd.base=ref}ifn=new If(new Existence(fst),snd,{operation:true});ifn.soakNode=true;return ifn}}return null};Value.unfoldSoak=function(o,parent,name){var ifnode,node;node=parent[name];if(node instanceof If&&node.soakNode){ifnode=node}else{if(node instanceof Value){ifnode=node.unfoldSoak(o)}}if(!ifnode){return}parent[name]=ifnode.body;ifnode.body=new Value(parent);return ifnode};return Value}).call(this);exports.Comment=(function(){Comment=(function(){function Comment(_arg){this.comment=_arg;Comment.__super__.constructor.call(this);return this}return Comment})();__extends(Comment,Base);Comment.prototype.isStatement=YES;Comment.prototype.makeReturn=THIS;Comment.prototype.compileNode=function(o){return this.tab+"/*"+this.comment.replace(/\n/g,"\n"+this.tab)+"*/"};return Comment})();exports.Call=(function(){Call=(function(){function Call(variable,_arg,_arg2){this.exist=_arg2;this.args=_arg;Call.__super__.constructor.call(this);this.isNew=false;this.isSuper=variable==="super";this.variable=this.isSuper?null:variable;this.args||(this.args=[]);return this}return Call})();__extends(Call,Base);Call.prototype.children=["variable","args"];Call.prototype.compileSplatArguments=function(o){return Splat.compileSplattedArray(this.args,o)};Call.prototype.newInstance=function(){this.isNew=true;return this};Call.prototype.prefix=function(){return this.isNew?"new ":""};Call.prototype.superReference=function(o){var method,name;method=o.scope.method;if(!method){throw Error("cannot call super outside of a function")}name=method.name;if(!name){throw Error("cannot call super on an anonymous function.")}return method.klass?(""+(method.klass)+".__super__."+name):(""+name+".__super__.constructor")};Call.prototype.unfoldSoak=function(o){var _i,_len,_ref2,call,list,node;call=this;list=[];while(true){if(call.variable instanceof Call){list.push(call);call=call.variable;continue}if(!(call.variable instanceof Value)){break}list.push(call);if(!((call=call.variable.base) instanceof Call)){break}}for(_i=0,_len=(_ref2=list.reverse()).length;_i<_len;_i++){call=_ref2[_i];if(node){if(call.variable instanceof Call){call.variable=node}else{call.variable.base=node}}node=Value.unfoldSoak(o,call,"variable")}return node};Call.prototype.compileNode=function(o){var _i,_j,_len,_len2,_ref2,_ref3,_ref4,_ref5,_result,arg,args,left,node,rite,val;if(node=this.unfoldSoak(o)){return node.compile(o)}(((_ref2=this.variable)!=null)?(_ref2.tags.front=this.tags.front):undefined);if(this.exist){if(val=this.variable){if(!(val instanceof Value)){val=new Value(val)}_ref3=val.cacheReference(o),left=_ref3[0],rite=_ref3[1];rite=new Call(rite,this.args)}else{left=new Literal(this.superReference(o));rite=new Call(new Value(left),this.args);rite.isNew=this.isNew}left=("typeof "+(left.compile(o))+' !== "function"');rite=rite.compile(o);return("("+left+" ? undefined : "+rite+")")}for(_i=0,_len=(_ref4=this.args).length;_i<_len;_i++){arg=_ref4[_i];if(arg instanceof Splat){return this.compileSplat(o)}}args=(function(){_result=[];for(_j=0,_len2=(_ref5=this.args).length;_j<_len2;_j++){arg=_ref5[_j];_result.push((arg.parenthetical=true)&&arg.compile(o))}return _result}).call(this).join(", ");return this.isSuper?this.compileSuper(args,o):(""+(this.prefix())+(this.variable.compile(o))+"("+args+")")};Call.prototype.compileSuper=function(args,o){return""+(this.superReference(o))+".call(this"+(args.length?", ":"")+args+")"};Call.prototype.compileSplat=function(o){var base,fun,idt,name,ref,splatargs;splatargs=this.compileSplatArguments(o);if(this.isSuper){return(""+(this.superReference(o))+".apply(this, "+splatargs+")")}if(!this.isNew){if(!((base=this.variable) instanceof Value)){base=new Value(base)}if((name=base.properties.pop())&&base.isComplex()){ref=o.scope.freeVariable("this");fun=("("+ref+" = "+(base.compile(o))+")"+(name.compile(o)))}else{fun=(ref=base.compile(o));if(name){fun+=name.compile(o)}}return(""+fun+".apply("+ref+", "+splatargs+")")}idt=this.idt(1);return"(function(func, args, ctor) {\n"+idt+"ctor.prototype = func.prototype;\n"+idt+"var child = new ctor, result = func.apply(child, args);\n"+idt+'return typeof result === "object" ? result : child;\n'+(this.tab)+"})("+(this.variable.compile(o))+", "+splatargs+", function() {})"};return Call})();exports.Extends=(function(){Extends=(function(){function Extends(_arg,_arg2){this.parent=_arg2;this.child=_arg;Extends.__super__.constructor.call(this);return this}return Extends})();__extends(Extends,Base);Extends.prototype.children=["child","parent"];Extends.prototype.compileNode=function(o){var ref;ref=new Value(new Literal(utility("extends")));return(new Call(ref,[this.child,this.parent])).compile(o)};return Extends})();exports.Accessor=(function(){Accessor=(function(){function Accessor(_arg,tag){this.name=_arg;Accessor.__super__.constructor.call(this);this.prototype=tag==="prototype"?".prototype":"";this.soakNode=tag==="soak";return this}return Accessor})();__extends(Accessor,Base);Accessor.prototype.children=["name"];Accessor.prototype.compileNode=function(o){var name,namePart;name=this.name.compile(o);namePart=name.match(IS_STRING)?("["+name+"]"):("."+name);return this.prototype+namePart};Accessor.prototype.isComplex=NO;return Accessor})();exports.Index=(function(){Index=(function(){function Index(_arg){this.index=_arg;Index.__super__.constructor.call(this);return this}return Index})();__extends(Index,Base);Index.prototype.children=["index"];Index.prototype.compileNode=function(o){var idx,prefix;idx=this.index.compile(o);prefix=this.proto?".prototype":"";return""+prefix+"["+idx+"]"};Index.prototype.isComplex=function(){return this.index.isComplex()};return Index})();exports.Range=(function(){Range=(function(){function Range(_arg,_arg2,tag){this.to=_arg2;this.from=_arg;Range.__super__.constructor.call(this);this.exclusive=tag==="exclusive";this.equals=this.exclusive?"":"=";return this}return Range})();__extends(Range,Base);Range.prototype.children=["from","to"];Range.prototype.compileVariables=function(o){var _ref2,_ref3,_ref4,parts;o=merge(o,{top:true});_ref2=this.from.compileReference(o,{precompile:true}),this.from=_ref2[0],this.fromVar=_ref2[1];_ref3=this.to.compileReference(o,{precompile:true}),this.to=_ref3[0],this.toVar=_ref3[1];_ref4=[this.fromVar.match(SIMPLENUM),this.toVar.match(SIMPLENUM)],this.fromNum=_ref4[0],this.toNum=_ref4[1];parts=[];if(this.from!==this.fromVar){parts.push(this.from)}return this.to!==this.toVar?parts.push(this.to):undefined};Range.prototype.compileNode=function(o){var compare,idx,incr,intro,step,stepPart,vars;this.compileVariables(o);if(!o.index){return this.compileArray(o)}if(this.fromNum&&this.toNum){return this.compileSimple(o)}idx=del(o,"index");step=del(o,"step");vars=(""+idx+" = "+(this.from))+(this.to!==this.toVar?(", "+(this.to)):"");intro=("("+(this.fromVar)+" <= "+(this.toVar)+" ? "+idx);compare=(""+intro+" <"+(this.equals)+" "+(this.toVar)+" : "+idx+" >"+(this.equals)+" "+(this.toVar)+")");stepPart=step?step.compile(o):"1";incr=step?(""+idx+" += "+stepPart):(""+intro+" += "+stepPart+" : "+idx+" -= "+stepPart+")");return""+vars+"; "+compare+"; "+incr};Range.prototype.compileSimple=function(o){var _ref2,from,idx,step,to;_ref2=[+this.fromNum,+this.toNum],from=_ref2[0],to=_ref2[1];idx=del(o,"index");step=del(o,"step");step&&(step=(""+idx+" += "+(step.compile(o))));return from<=to?(""+idx+" = "+from+"; "+idx+" <"+(this.equals)+" "+to+"; "+(step||(""+idx+"++"))):(""+idx+" = "+from+"; "+idx+" >"+(this.equals)+" "+to+"; "+(step||(""+idx+"--")))};Range.prototype.compileArray=function(o){var _i,_ref2,_ref3,_result,body,clause,i,idt,post,pre,range,result,vars;if(this.fromNum&&this.toNum&&(Math.abs(this.fromNum-this.toNum)<=20)){range=(function(){_result=[];for(var _i=_ref2=+this.fromNum,_ref3=+this.toNum;_ref2<=_ref3?_i<=_ref3:_i>=_ref3;_ref2<=_ref3?_i+=1:_i-=1){_result.push(_i)}return _result}).call(this);if(this.exclusive){range.pop()}return("["+(range.join(", "))+"]")}idt=this.idt(1);i=o.scope.freeVariable("i");result=o.scope.freeVariable("result");pre=("\n"+idt+result+" = [];");if(this.fromNum&&this.toNum){o.index=i;body=this.compileSimple(o)}else{vars=(""+i+" = "+(this.from))+(this.to!==this.toVar?(", "+(this.to)):"");clause=(""+(this.fromVar)+" <= "+(this.toVar)+" ?");body=("var "+vars+"; "+clause+" "+i+" <"+(this.equals)+" "+(this.toVar)+" : "+i+" >"+(this.equals)+" "+(this.toVar)+"; "+clause+" "+i+" += 1 : "+i+" -= 1")}post=("{ "+result+".push("+i+"); }\n"+idt+"return "+result+";\n"+(o.indent));return"(function() {"+pre+"\n"+idt+"for ("+body+")"+post+"}).call(this)"};return Range})();exports.Slice=(function(){Slice=(function(){function Slice(_arg){this.range=_arg;Slice.__super__.constructor.call(this);return this}return Slice})();__extends(Slice,Base);Slice.prototype.children=["range"];Slice.prototype.compileNode=function(o){var from,to;from=this.range.from?this.range.from.compile(o):"0";to=this.range.to?this.range.to.compile(o):"";to+=(!to||this.range.exclusive?"":" + 1");if(to){to=", "+to}return".slice("+from+to+")"};return Slice})();exports.ObjectLiteral=(function(){ObjectLiteral=(function(){function ObjectLiteral(props){ObjectLiteral.__super__.constructor.call(this);this.objects=(this.properties=props||[]);return this}return ObjectLiteral})();__extends(ObjectLiteral,Base);ObjectLiteral.prototype.children=["properties"];ObjectLiteral.prototype.compileNode=function(o){var _i,_len,_ref2,_result,i,indent,join,lastNoncom,nonComments,obj,prop,props,top;top=del(o,"top");o.indent=this.idt(1);nonComments=(function(){_result=[];for(_i=0,_len=(_ref2=this.properties).length;_i<_len;_i++){prop=_ref2[_i];if(!(prop instanceof Comment)){_result.push(prop)}}return _result}).call(this);lastNoncom=last(nonComments);props=(function(){_result=[];for(i=0,_len=(_ref2=this.properties).length;i<_len;i++){prop=_ref2[i];_result.push((function(){join=i===this.properties.length-1?"":(prop===lastNoncom||prop instanceof Comment?"\n":",\n");indent=prop instanceof Comment?"":this.idt(1);if(prop instanceof Value&&prop.tags["this"]){prop=new Assign(prop.properties[0].name,prop,"object")}else{if(!(prop instanceof Assign)&&!(prop instanceof Comment)){prop=new Assign(prop,prop,"object")}}return indent+prop.compile(o)+join}).call(this))}return _result}).call(this);props=props.join("");obj=("{"+(props?"\n"+props+"\n"+this.idt():"")+"}");return this.tags.front?("("+obj+")"):obj};ObjectLiteral.prototype.assigns=function(name){var _i,_len,_ref2,prop;for(_i=0,_len=(_ref2=this.properties).length;_i<_len;_i++){prop=_ref2[_i];if(prop.assigns(name)){return true}}return false};return ObjectLiteral})();exports.ArrayLiteral=(function(){ArrayLiteral=(function(){function ArrayLiteral(_arg){this.objects=_arg;ArrayLiteral.__super__.constructor.call(this);this.objects||(this.objects=[]);return this}return ArrayLiteral})();__extends(ArrayLiteral,Base);ArrayLiteral.prototype.children=["objects"];ArrayLiteral.prototype.compileSplatLiteral=function(o){return Splat.compileSplattedArray(this.objects,o)};ArrayLiteral.prototype.compileNode=function(o){var _i,_len,_len2,_ref2,_ref3,code,i,obj,objects;o.indent=this.idt(1);for(_i=0,_len=(_ref2=this.objects).length;_i<_len;_i++){obj=_ref2[_i];if(obj instanceof Splat){return this.compileSplatLiteral(o)}}objects=[];for(i=0,_len2=(_ref3=this.objects).length;i<_len2;i++){obj=_ref3[i];code=obj.compile(o);objects.push(obj instanceof Comment?("\n"+code+"\n"+(o.indent)):(i===this.objects.length-1?code:code+", "))}objects=objects.join("");return 0= "+this.arglength);end=this.trailings.length?(", "+len+" - "+(this.trailings.length)):undefined;for(idx=0,_len=(_ref2=this.trailings).length;idx<_len;idx++){trailing=_ref2[idx];if(trailing.attach){assign=trailing.assign;trailing=new Literal(o.scope.freeVariable("arg"));assign.value=trailing}pos=this.trailings.length-idx;o.scope.assign(trailing.compile(o),"arguments["+variadic+" ? "+len+" - "+pos+" : "+(this.index+idx)+"]")}}return""+name+" = "+(utility("slice"))+".call(arguments, "+(this.index)+end+")"};Splat.prototype.compileValue=function(o,name,index,trailings){var trail;trail=trailings?(", "+name+".length - "+trailings):"";return""+(utility("slice"))+".call("+name+", "+index+trail+")"};Splat.compileSplattedArray=function(list,o){var _len,arg,args,code,end,i,prev;args=[];end=-1;for(i=0,_len=list.length;i<_len;i++){arg=list[i];code=arg.compile(o);prev=args[end];if(!(arg instanceof Splat)){if(prev&&starts(prev,"[")&&ends(prev,"]")){args[end]=(""+(prev.slice(0,-1))+", "+code+"]");continue}if(prev&&starts(prev,".concat([")&&ends(prev,"])")){args[end]=(""+(prev.slice(0,-2))+", "+code+"])");continue}code=("["+code+"]")}args[++end]=i===0?code:(".concat("+code+")")}return args.join("")};return Splat}).call(this);exports.While=(function(){While=(function(){function While(condition,opts){While.__super__.constructor.call(this);this.condition=((opts!=null)?opts.invert:undefined)?condition.invert():condition;this.guard=((opts!=null)?opts.guard:undefined);return this}return While})();__extends(While,Base);While.prototype.children=["condition","guard","body"];While.prototype.isStatement=YES;While.prototype.addBody=function(body){this.body=body;return this};While.prototype.makeReturn=function(){this.returns=true;return this};While.prototype.topSensitive=YES;While.prototype.compileNode=function(o){var cond,post,pre,rvar,set,top;top=del(o,"top")&&!this.returns;o.indent=this.idt(1);this.condition.parenthetical=true;cond=this.condition.compile(o);o.top=true;set="";if(!top){rvar=o.scope.freeVariable("result");set=(""+(this.tab)+rvar+" = [];\n");if(this.body){this.body=Push.wrap(rvar,this.body)}}pre=(""+set+(this.tab)+"while ("+cond+")");if(this.guard){this.body=Expressions.wrap([new If(this.guard,this.body)])}if(this.returns){post="\n"+new Return(new Literal(rvar)).compile(merge(o,{indent:this.idt()}))}else{post=""}return""+pre+" {\n"+(this.body.compile(o))+"\n"+(this.tab)+"}"+post};return While})();exports.Op=(function(){Op=(function(){function Op(op,first,second,flip){if(op==="new"){if(first instanceof Call){return first.newInstance()}if(first instanceof Code&&first.bound){first=new Parens(first)}}Op.__super__.constructor.call(this);this.operator=this.CONVERSIONS[op]||op;(this.first=first).tags.operation=true;if(second){(this.second=second).tags.operation=true}this.flip=!!flip;return this}return Op})();__extends(Op,Base);Op.prototype.CONVERSIONS={"==":"===","!=":"!==",of:"in"};Op.prototype.INVERSIONS={"!==":"===","===":"!=="};Op.prototype.CHAINABLE=["<",">",">=","<=","===","!=="];Op.prototype.ASSIGNMENT=["||=","&&=","?="];Op.prototype.PREFIX_OPERATORS=["new","typeof","delete"];Op.prototype.children=["first","second"];Op.prototype.isUnary=function(){return !this.second};Op.prototype.isComplex=function(){return this.operator!=="!"||this.first.isComplex()};Op.prototype.isMutator=function(){var _ref2;return ends(this.operator,"=")&&!((_ref2=this.operator)==="==="||_ref2==="!==")};Op.prototype.isChainable=function(){return include(this.CHAINABLE,this.operator)};Op.prototype.invert=function(){var _ref2;if(((_ref2=this.operator)==="==="||_ref2==="!==")){this.operator=this.INVERSIONS[this.operator];return this}else{return this.second?new Parens(this).invert():Op.__super__.invert.call(this)}};Op.prototype.toString=function(idt){return Op.__super__.toString.call(this,idt,this.constructor.name+" "+this.operator)};Op.prototype.compileNode=function(o){if(this.second){this.first.tags.front=this.tags.front}if(this.isChainable()&&this.first.unwrap() instanceof Op&&this.first.unwrap().isChainable()){return this.compileChain(o)}if(include(this.ASSIGNMENT,this.operator)){return this.compileAssignment(o)}if(this.isUnary()){return this.compileUnary(o)}if(this.operator==="?"){return this.compileExistence(o)}if(this.first instanceof Op&&this.first.isMutator()){this.first=new Parens(this.first)}if(this.second instanceof Op&&this.second.isMutator()){this.second=new Parens(this.second)}return[this.first.compile(o),this.operator,this.second.compile(o)].join(" ")};Op.prototype.compileChain=function(o){var _ref2,_ref3,first,second,shared;shared=this.first.unwrap().second;_ref2=shared.compileReference(o),this.first.second=_ref2[0],shared=_ref2[1];_ref3=[this.first.compile(o),this.second.compile(o),shared.compile(o)],first=_ref3[0],second=_ref3[1],shared=_ref3[2];return"("+first+") && ("+shared+" "+(this.operator)+" "+second+")"};Op.prototype.compileAssignment=function(o){var _ref2,left,rite;_ref2=this.first.cacheReference(o),left=_ref2[0],rite=_ref2[1];rite=new Assign(rite,this.second);return new Op(this.operator.slice(0,-1),left,rite).compile(o)};Op.prototype.compileExistence=function(o){var fst,ref;if(this.first.isComplex()){ref=o.scope.freeVariable("ref");fst=new Parens(new Assign(new Literal(ref),this.first))}else{fst=this.first;ref=fst.compile(o)}return new Existence(fst).compile(o)+(" ? "+ref+" : "+(this.second.compile(o)))};Op.prototype.compileUnary=function(o){var parts,space;space=include(this.PREFIX_OPERATORS,this.operator)?" ":"";parts=[this.operator,space,this.first.compile(o)];return(this.flip?parts.reverse():parts).join("")};return Op})();exports.In=(function(){In=(function(){function In(_arg,_arg2){this.array=_arg2;this.object=_arg;In.__super__.constructor.call(this);return this}return In})();__extends(In,Base);In.prototype.children=["object","array"];In.prototype.isArray=function(){return this.array instanceof Value&&this.array.isArray()};In.prototype.compileNode=function(o){var _ref2;_ref2=this.object.compileReference(o,{precompile:true}),this.obj1=_ref2[0],this.obj2=_ref2[1];return this.isArray()?this.compileOrTest(o):this.compileLoopTest(o)};In.prototype.compileOrTest=function(o){var _len,_ref2,_result,i,item,tests;tests=(function(){_result=[];for(i=0,_len=(_ref2=this.array.base.objects).length;i<_len;i++){item=_ref2[i];_result.push(""+(i?this.obj2:this.obj1)+" === "+(item.compile(o)))}return _result}).call(this);return"("+(tests.join(" || "))+")"};In.prototype.compileLoopTest=function(o){var _ref2,_ref3,i,l,prefix;_ref2=this.array.compileReference(o,{precompile:true}),this.arr1=_ref2[0],this.arr2=_ref2[1];_ref3=[o.scope.freeVariable("i"),o.scope.freeVariable("len")],i=_ref3[0],l=_ref3[1];prefix=this.obj1!==this.obj2?this.obj1+"; ":"";return"(function(){ "+prefix+"for (var "+i+"=0, "+l+"="+(this.arr1)+".length; "+i+"<"+l+"; "+i+"++) { if ("+(this.arr2)+"["+i+"] === "+(this.obj2)+") return true; } return false; }).call(this)"};return In})();exports.Try=(function(){Try=(function(){function Try(_arg,_arg2,_arg3,_arg4){this.ensure=_arg4;this.recovery=_arg3;this.error=_arg2;this.attempt=_arg;Try.__super__.constructor.call(this);return this}return Try})();__extends(Try,Base);Try.prototype.children=["attempt","recovery","ensure"];Try.prototype.isStatement=YES;Try.prototype.makeReturn=function(){if(this.attempt){this.attempt=this.attempt.makeReturn()}if(this.recovery){this.recovery=this.recovery.makeReturn()}return this};Try.prototype.compileNode=function(o){var attemptPart,catchPart,errorPart,finallyPart;o.indent=this.idt(1);o.top=true;attemptPart=this.attempt.compile(o);errorPart=this.error?(" ("+(this.error.compile(o))+") "):" ";catchPart=this.recovery?(" catch"+errorPart+"{\n"+(this.recovery.compile(o))+"\n"+(this.tab)+"}"):(!(this.ensure||this.recovery)?" catch (_e) {}":"");finallyPart=(this.ensure||"")&&" finally {\n"+this.ensure.compile(merge(o))+("\n"+(this.tab)+"}");return""+(this.tab)+"try {\n"+attemptPart+"\n"+(this.tab)+"}"+catchPart+finallyPart};return Try})();exports.Throw=(function(){Throw=(function(){function Throw(_arg){this.expression=_arg;Throw.__super__.constructor.call(this);return this}return Throw})();__extends(Throw,Base);Throw.prototype.children=["expression"];Throw.prototype.isStatement=YES;Throw.prototype.makeReturn=THIS;Throw.prototype.compileNode=function(o){return""+(this.tab)+"throw "+(this.expression.compile(o))+";"};return Throw})();exports.Existence=(function(){Existence=(function(){function Existence(_arg){this.expression=_arg;Existence.__super__.constructor.call(this);return this}return Existence})();__extends(Existence,Base);Existence.prototype.children=["expression"];Existence.prototype.compileNode=function(o){var code;code=this.expression.compile(o);code=IDENTIFIER.test(code)&&!o.scope.check(code)?("typeof "+code+' !== "undefined" && '+code+" !== null"):(""+code+" != null");return this.parenthetical?code:("("+code+")")};return Existence})();exports.Parens=(function(){Parens=(function(){function Parens(_arg){this.expression=_arg;Parens.__super__.constructor.call(this);return this}return Parens})();__extends(Parens,Base);Parens.prototype.children=["expression"];Parens.prototype.isStatement=function(o){return this.expression.isStatement(o)};Parens.prototype.isComplex=function(){return this.expression.isComplex()};Parens.prototype.topSensitive=YES;Parens.prototype.makeReturn=function(){return this.expression.makeReturn()};Parens.prototype.compileNode=function(o){var code,top;top=del(o,"top");this.expression.parenthetical=true;code=this.expression.compile(o);if(top&&this.expression.isPureStatement(o)){return code}if(this.parenthetical||this.isStatement(o)){return top?this.tab+code+";":code}return"("+code+")"};return Parens})();exports.For=(function(){For=(function(){function For(_arg,source,_arg2,_arg3){var _ref2;this.index=_arg3;this.name=_arg2;this.body=_arg;For.__super__.constructor.call(this);this.source=source.source,this.guard=source.guard,this.step=source.step;this.raw=!!source.raw;this.object=!!source.object;if(this.object){_ref2=[this.index,this.name],this.name=_ref2[0],this.index=_ref2[1]}this.pattern=this.name instanceof Value;if(this.index instanceof Value){throw new Error("index cannot be a pattern matching expression")}this.returns=false;return this}return For})();__extends(For,Base);For.prototype.children=["body","source","guard"];For.prototype.isStatement=YES;For.prototype.topSensitive=YES;For.prototype.makeReturn=function(){this.returns=true;return this};For.prototype.compileReturnValue=function(val,o){if(this.returns){return"\n"+new Return(new Literal(val)).compile(o)}if(val){return"\n"+val}return""};For.prototype.compileNode=function(o){var body,codeInBody,forPart,guardPart,idt1,index,ivar,lvar,name,namePart,range,ref,resultPart,returnResult,rvar,scope,source,sourcePart,stepPart,svar,topLevel,varPart,vars;topLevel=del(o,"top")&&!this.returns;range=this.source instanceof Value&&this.source.base instanceof Range&&!this.source.properties.length;source=range?this.source.base:this.source;codeInBody=this.body.contains(function(node){return node instanceof Code});scope=o.scope;name=this.name&&this.name.compile(o);index=this.index&&this.index.compile(o);if(name&&!this.pattern&&(range||!codeInBody)){scope.find(name,{immediate:true})}if(index){scope.find(index,{immediate:true})}if(!topLevel){rvar=scope.freeVariable("result")}ivar=range?name:index;if(!ivar||codeInBody){ivar=scope.freeVariable("i")}varPart="";guardPart="";body=Expressions.wrap([this.body]);idt1=this.idt(1);if(range){forPart=source.compile(merge(o,{index:ivar,step:this.step}))}else{svar=(sourcePart=this.source.compile(o));if((name||!this.raw)&&!(IDENTIFIER.test(svar)&&scope.check(svar,{immediate:true}))){sourcePart=(""+(ref=scope.freeVariable("ref"))+" = "+svar);if(!this.object){sourcePart=("("+sourcePart+")")}svar=ref}namePart=this.pattern?new Assign(this.name,new Literal(""+svar+"["+ivar+"]")).compile(merge(o,{top:true})):(name?(""+name+" = "+svar+"["+ivar+"]"):undefined);if(!this.object){lvar=scope.freeVariable("len");stepPart=this.step?(""+ivar+" += "+(this.step.compile(o))):(""+ivar+"++");forPart=(""+ivar+" = 0, "+lvar+" = "+sourcePart+".length; "+ivar+" < "+lvar+"; "+stepPart)}}resultPart=rvar?(""+(this.tab)+rvar+" = [];\n"):"";returnResult=this.compileReturnValue(rvar,o);if(!topLevel){body=Push.wrap(rvar,body)}if(this.guard){body=Expressions.wrap([new If(this.guard,body)])}if(codeInBody){if(range){body.unshift(new Literal("var "+name+" = "+ivar))}if(namePart){body.unshift(new Literal("var "+namePart))}if(index){body.unshift(new Literal("var "+index+" = "+ivar))}body=Closure.wrap(body,true)}else{if(namePart){varPart=(""+idt1+namePart+";\n")}}if(this.object){forPart=(""+ivar+" in "+sourcePart);if(!this.raw){guardPart=("\n"+idt1+"if (!"+(utility("hasProp"))+".call("+svar+", "+ivar+")) continue;")}}body=body.compile(merge(o,{indent:idt1,top:true}));vars=range?name:(""+name+", "+ivar);return""+resultPart+(this.tab)+"for ("+forPart+") {"+guardPart+"\n"+varPart+body+"\n"+(this.tab)+"}"+returnResult};return For})();exports.Switch=(function(){Switch=(function(){function Switch(_arg,_arg2,_arg3){this.otherwise=_arg3;this.cases=_arg2;this.subject=_arg;Switch.__super__.constructor.call(this);this.tags.subjectless=!this.subject;this.subject||(this.subject=new Literal("true"));return this}return Switch})();__extends(Switch,Base);Switch.prototype.children=["subject","cases","otherwise"];Switch.prototype.isStatement=YES;Switch.prototype.makeReturn=function(){var _i,_len,_ref2,pair;for(_i=0,_len=(_ref2=this.cases).length;_i<_len;_i++){pair=_ref2[_i];pair[1].makeReturn()}if(this.otherwise){this.otherwise.makeReturn()}return this};Switch.prototype.compileNode=function(o){var _i,_j,_len,_len2,_ref2,_ref3,block,code,condition,conditions,exprs,idt,pair;idt=(o.indent=this.idt(2));o.top=true;code=(""+(this.tab)+"switch ("+(this.subject.compile(o))+") {");for(_i=0,_len=(_ref2=this.cases).length;_i<_len;_i++){pair=_ref2[_i];conditions=pair[0],block=pair[1];exprs=block.expressions;for(_j=0,_len2=(_ref3=flatten([conditions])).length;_j<_len2;_j++){condition=_ref3[_j];if(this.tags.subjectless){condition=new Op("!!",new Parens(condition))}code+=("\n"+(this.idt(1))+"case "+(condition.compile(o))+":")}code+=("\n"+(block.compile(o)));if(!(last(exprs) instanceof Return)){code+=("\n"+idt+"break;")}}if(this.otherwise){code+=("\n"+(this.idt(1))+"default:\n"+(this.otherwise.compile(o)))}code+=("\n"+(this.tab)+"}");return code};return Switch})();exports.If=(function(){If=(function(){function If(condition,_arg,_arg2){this.tags=_arg2;this.body=_arg;this.tags||(this.tags={});this.condition=this.tags.invert?condition.invert():condition;this.elseBody=null;this.isChain=false;return this}return If})();__extends(If,Base);If.prototype.children=["condition","body","elseBody","assigner"];If.prototype.topSensitive=YES;If.prototype.bodyNode=function(){var _ref2;return(((_ref2=this.body)!=null)?_ref2.unwrap():undefined)};If.prototype.elseBodyNode=function(){var _ref2;return(((_ref2=this.elseBody)!=null)?_ref2.unwrap():undefined)};If.prototype.addElse=function(elseBody){if(this.isChain){this.elseBodyNode().addElse(elseBody)}else{this.isChain=elseBody instanceof If;this.elseBody=this.ensureExpressions(elseBody)}return this};If.prototype.isStatement=function(o){var _ref2;return this.statement||(this.statement=((o!=null)?o.top:undefined)||this.bodyNode().isStatement(o)||(((_ref2=this.elseBodyNode())!=null)?_ref2.isStatement(o):undefined))};If.prototype.compileCondition=function(o){this.condition.parenthetical=true;return this.condition.compile(o)};If.prototype.compileNode=function(o){return this.isStatement(o)?this.compileStatement(o):this.compileExpression(o)};If.prototype.makeReturn=function(){if(this.isStatement()){this.body&&(this.body=this.ensureExpressions(this.body.makeReturn()));this.elseBody&&(this.elseBody=this.ensureExpressions(this.elseBody.makeReturn()));return this}else{return new Return(this)}};If.prototype.ensureExpressions=function(node){return node instanceof Expressions?node:new Expressions([node])};If.prototype.compileStatement=function(o){var child,condO,ifPart,top;top=del(o,"top");child=del(o,"chainChild");condO=merge(o);o.indent=this.idt(1);o.top=true;ifPart=("if ("+(this.compileCondition(condO))+") {\n"+(this.body.compile(o))+"\n"+(this.tab)+"}");if(!child){ifPart=this.tab+ifPart}if(!this.elseBody){return ifPart}return ifPart+(this.isChain?" else "+this.elseBodyNode().compile(merge(o,{indent:this.tab,chainChild:true})):(" else {\n"+(this.elseBody.compile(o))+"\n"+(this.tab)+"}"))};If.prototype.compileExpression=function(o){var code,elsePart,ifPart;this.bodyNode().tags.operation=(this.condition.tags.operation=true);if(this.elseBody){this.elseBodyNode().tags.operation=true}ifPart=this.condition.compile(o)+" ? "+this.bodyNode().compile(o);elsePart=this.elseBody?this.elseBodyNode().compile(o):"undefined";code=(""+ifPart+" : "+elsePart);return this.tags.operation?("("+code+")"):code};return If})();Push={wrap:function(name,expressions){if(expressions.empty()||expressions.containsPureStatement()){return expressions}return Expressions.wrap([new Call(new Value(new Literal(name),[new Accessor(new Literal("push"))]),[expressions.unwrap()])])}};Closure={wrap:function(expressions,statement){var args,call,func,mentionsArgs,meth;if(expressions.containsPureStatement()){return expressions}func=new Parens(new Code([],Expressions.wrap([expressions])));args=[];if((mentionsArgs=expressions.contains(this.literalArgs))||(expressions.contains(this.literalThis))){meth=new Literal(mentionsArgs?"apply":"call");args=[new Literal("this")];if(mentionsArgs){args.push(new Literal("arguments"))}func=new Value(func,[new Accessor(meth)])}call=new Call(func,args);return statement?Expressions.wrap([call]):call},literalArgs:function(node){return node instanceof Literal&&node.value==="arguments"},literalThis:function(node){return node instanceof Literal&&node.value==="this"||node instanceof Code&&node.bound}};UTILITIES={"extends":'function(child, parent) {\n function ctor() { this.constructor = child; }\n ctor.prototype = parent.prototype;\n child.prototype = new ctor;\n if (typeof parent.extended === "function") parent.extended(child);\n child.__super__ = parent.prototype;\n}',bind:"function(func, context) {\n return function() { return func.apply(context, arguments); };\n}",hasProp:"Object.prototype.hasOwnProperty",slice:"Array.prototype.slice"};TAB=" ";TRAILING_WHITESPACE=/[ \t]+$/gm;IDENTIFIER=/^[$A-Za-z_][$\w]*$/;NUMBER=/^0x[\da-f]+|^(?:\d+(\.\d+)?|\.\d+)(?:e[+-]?\d+)?$/i;SIMPLENUM=/^[+-]?\d+$/;IS_STRING=/^['"]/;utility=function(name){var ref;ref=("__"+name);Scope.root.assign(ref,UTILITIES[name]);return ref}}).call(this)};require["./coffee-script"]=new function(){var exports=this;(function(){var Lexer,compile,fs,lexer,parser,path;path=require("path");Lexer=require("./lexer").Lexer;parser=require("./parser").parser;if(require.extensions){fs=require("fs");require.extensions[".coffee"]=function(module,filename){var content;content=compile(fs.readFileSync(filename,"utf8"));return module._compile(content,filename)}}else{if(require.registerExtension){require.registerExtension(".coffee",function(content){return compile(content)})}}exports.VERSION="0.9.4";exports.helpers=require("./helpers");exports.compile=(compile=function(code,options){options||(options={});try{return(parser.parse(lexer.tokenize(code))).compile(options)}catch(err){if(options.fileName){err.message=("In "+(options.fileName)+", "+(err.message))}throw err}});exports.tokens=function(code,options){return lexer.tokenize(code,options)};exports.nodes=function(code,options){return parser.parse(lexer.tokenize(code,options))};exports.run=function(code,options){var root;root=module;while(root.parent){root=root.parent}root.filename=options.fileName;if(root.moduleCache){root.moduleCache={}}return path.extname(root.filename)!==".coffee"||require.extensions?root._compile(exports.compile(code,options),root.filename):root._compile(code,root.filename)};exports.eval=function(code,options){var __dirname,__filename;__filename=options.fileName;__dirname=path.dirname(__filename);return eval(exports.compile(code,options))};lexer=new Lexer;parser.lexer={lex:function(){var token;token=this.tokens[this.pos]||[""];this.pos+=1;this.yylineno=token[2];this.yytext=token[1];return token[0]},setInput:function(tokens){this.tokens=tokens;return(this.pos=0)},upcomingInput:function(){return""}};parser.yy=require("./nodes")}).call(this)};require["./browser"]=new function(){var exports=this;(function(){var CoffeeScript,runScripts;CoffeeScript=require("./coffee-script");CoffeeScript.require=require;CoffeeScript.eval=function(code,options){return eval(CoffeeScript.compile(code,options))};CoffeeScript.run=function(code,options){((options!=null)?(options.bare=true):undefined);return Function(CoffeeScript.compile(code,options))()};if(!(typeof window!=="undefined"&&window!==null)){return}CoffeeScript.load=function(url,options){var xhr;xhr=new (window.ActiveXObject||XMLHttpRequest)("Microsoft.XMLHTTP");xhr.open("GET",url,true);if("overrideMimeType" in xhr){xhr.overrideMimeType("text/plain")}xhr.onreadystatechange=function(){return xhr.readyState===4?CoffeeScript.run(xhr.responseText,options):undefined};return xhr.send(null)};runScripts=function(){var _i,_len,_ref;for(_i=0,_len=(_ref=document.getElementsByTagName("script")).length;_i<_len;_i++){(function(){var script=_ref[_i];return script.type==="text/coffeescript"?(script.src?CoffeeScript.load(script.src):setTimeout(function(){return CoffeeScript.run(script.innerHTML)})):undefined})()}return null};if(window.addEventListener){addEventListener("DOMContentLoaded",runScripts,false)}else{attachEvent("onload",runScripts)}}).call(this)};return require["./coffee-script"]}(); \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/extras/jsl.conf b/node/node_modules/jade/support/coffee-script/extras/jsl.conf deleted file mode 100644 index fb41a61..0000000 --- a/node/node_modules/jade/support/coffee-script/extras/jsl.conf +++ /dev/null @@ -1,44 +0,0 @@ -# JavaScriptLint configuration file for CoffeeScript. - -+no_return_value # function {0} does not always return a value -+duplicate_formal # duplicate formal argument {0} --equal_as_assign # test for equality (==) mistyped as assignment (=)?{0} -+var_hides_arg # variable {0} hides argument -+redeclared_var # redeclaration of {0} {1} --anon_no_return_value # anonymous function does not always return a value -+missing_semicolon # missing semicolon -+meaningless_block # meaningless block; curly braces have no impact --comma_separated_stmts # multiple statements separated by commas (use semicolons?) -+unreachable_code # unreachable code -+missing_break # missing break statement -+missing_break_for_last_case # missing break statement for last case in switch --comparison_type_conv # comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==) --inc_dec_within_stmt # increment (++) and decrement (--) operators used as part of greater statement -+useless_void # use of the void type may be unnecessary (void is always undefined) -+multiple_plus_minus # unknown order of operations for successive plus (e.g. x+++y) or minus (e.g. x---y) signs -+use_of_label # use of label --block_without_braces # block statement without curly braces -+leading_decimal_point # leading decimal point may indicate a number or an object member -+trailing_decimal_point # trailing decimal point may indicate a number or an object member -+octal_number # leading zeros make an octal number -+nested_comment # nested comment -+misplaced_regex # regular expressions should be preceded by a left parenthesis, assignment, colon, or comma -+ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement -+empty_statement # empty statement or extra semicolon --missing_option_explicit # the "option explicit" control comment is missing -+partial_option_explicit # the "option explicit" control comment, if used, must be in the first script tag -+dup_option_explicit # duplicate "option explicit" control comment -+useless_assign # useless assignment -+ambiguous_nested_stmt # block statements containing block statements should use curly braces to resolve ambiguity -+ambiguous_else_stmt # the else statement could be matched with one of multiple if statements (use curly braces to indicate intent) --missing_default_case # missing default case in switch statement -+duplicate_case_in_switch # duplicate case in switch statements -+default_not_at_end # the default case is not at the end of the switch statement -+legacy_cc_not_understood # couldn't understand control comment using /*@keyword@*/ syntax -+jsl_cc_not_understood # couldn't understand control comment using /*jsl:keyword*/ syntax -+useless_comparison # useless comparison; comparing identical expressions -+with_statement # with statement hides undeclared variables; use temporary variable instead -+trailing_comma_in_array # extra comma is not recommended in array initializers -+assign_to_function_call # assignment to a function call -+parseint_missing_radix # parseInt missing radix parameter -+lambda_assign_requires_semicolon diff --git a/node/node_modules/jade/support/coffee-script/index.html b/node/node_modules/jade/support/coffee-script/index.html deleted file mode 100644 index 5b28b8b..0000000 --- a/node/node_modules/jade/support/coffee-script/index.html +++ /dev/null @@ -1,2225 +0,0 @@ - - - - - - - - CoffeeScript - - - - - - -
    - - - -
    - - -

    - CoffeeScript is a little language that compiles into JavaScript. Think - of it as JavaScript's less ostentatious kid brother — the same genes, - roughly the same height, but a different sense of style. Apart from a handful of - bonus goodies, statements in CoffeeScript correspond one-to-one with their - equivalent in JavaScript, it's just another way of saying it. -

    - -

    - Disclaimer: - CoffeeScript is just for fun. Until it reaches 1.0, there are no guarantees - that the syntax won't change between versions. That said, - it compiles into clean JavaScript (the good parts) that can use existing - JavaScript libraries seamlessly, and passes through - JSLint without warnings. The compiled - output is pretty-printed and quite readable. -

    - -

    - Latest Version: - 0.9.4 -

    - -

    - - Mini Overview -

    - -

    CoffeeScript on the left, compiled JavaScript output on the right.

    - -
    # Assignment:
    -number   = 42
    -opposite = true
    -
    -# Conditions:
    -number = -42 if opposite
    -
    -# Functions:
    -square = (x) -> x * x
    -
    -# Arrays:
    -list = [1, 2, 3, 4, 5]
    -
    -# Objects:
    -math =
    -  root:   Math.sqrt
    -  square: square
    -  cube:   (x) -> x * square x
    -
    -# Splats:
    -race = (winner, runners...) ->
    -  print winner, runners
    -
    -# Existence:
    -alert "I knew it!" if elvis?
    -
    -# Array comprehensions:
    -cubes = math.cube num for num in list
    -
    var _i, _len, _result, cubes, list, math, num, number, opposite, race, square;
    -var __slice = Array.prototype.slice;
    -number = 42;
    -opposite = true;
    -if (opposite) {
    -  number = -42;
    -}
    -square = function(x) {
    -  return x * x;
    -};
    -list = [1, 2, 3, 4, 5];
    -math = {
    -  root: Math.sqrt,
    -  square: square,
    -  cube: function(x) {
    -    return x * square(x);
    -  }
    -};
    -race = function(winner) {
    -  var runners;
    -  runners = __slice.call(arguments, 1);
    -  return print(winner, runners);
    -};
    -if (typeof elvis !== "undefined" && elvis !== null) {
    -  alert("I knew it!");
    -}
    -cubes = (function() {
    -  _result = [];
    -  for (_i = 0, _len = list.length; _i < _len; _i++) {
    -    num = list[_i];
    -    _result.push(math.cube(num));
    -  }
    -  return _result;
    -})();
    -

    - -

    - For a longer CoffeeScript example, check out - Underscore.coffee, a port - of the Underscore.js - library of helper functions. Underscore.coffee can pass the entire Underscore.js - test suite. The CoffeeScript version is faster than the original for a number - of methods (in general, due to the speed of CoffeeScript's array comprehensions), and - after being minified and gzipped, is only 241 bytes larger than the original - JavaScript version. - Additional examples are included in the source repository, inside the - examples folder. -

    - -

    - - Installation and Usage -

    - -

    - The CoffeeScript compiler is written in pure CoffeeScript, using a - small DSL - on top of the Jison parser generator, and is available - as a Node.js utility. The core compiler however, - does not depend on Node, and can be run in other server-side-JavaScript environments, - or in the browser (see "Try CoffeeScript", above). -

    - -

    - To install, first make sure you have a working copy of the latest tagged version of - Node.js, currently 0.1.102 or higher. - Then clone the CoffeeScript - source repository - from GitHub, or download the latest - release: 0.9.4. - To install the CoffeeScript compiler system-wide - under /usr/local, open the directory and run: -

    - -
    -sudo bin/cake install
    - -

    - Alternatively, if you already have the - Node Package Manager installed, - you can use that to grab the latest CoffeeScript: -

    - -
    -sudo npm install coffee-script
    - -

    - Both of these provide the coffee command, which will execute CoffeeScripts - under Node.js by default, but is also used to compile CoffeeScript - .coffee files into JavaScript, or to run an an interactive REPL. - When compiling to JavaScript, coffee writes the output - as .js files in the same directory by default, but output - can be customized with the following options: -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -c, --compile - Compile a .coffee script into a .js JavaScript file - of the same name. -
    -i, --interactive - Launch an interactive CoffeeScript session to try short snippets. - More pleasant if wrapped with - rlwrap. -
    -o, --output [DIR] - Write out all compiled JavaScript files into the specified directory. - Use in conjunction with --compile or --watch. -
    -w, --watch - Watch the modification times of the coffee-scripts, recompiling as - soon as a change occurs. -
    -p, --print - Instead of writing out the JavaScript as a file, print it - directly to stdout. -
    -l, --lint - If the jsl - (JavaScript Lint) - command is installed, use it - to check the compilation of a CoffeeScript file. (Handy in - conjunction with
    --watch) -
    -s, --stdio - Pipe in CoffeeScript to STDIN and get back JavaScript over STDOUT. - Good for use with processes written in other languages. An example:
    - cat src/cake.coffee | coffee -sc -
    -e, --eval - Compile and print a little snippet of CoffeeScript directly from the - command line. For example:
    coffee -e "puts num for num in [10..1]" -
    -r, --require - Load a library before compiling or executing your script. Can be used - to hook in to the compiler (to add Growl notifications, for example). -
    -b, --bare - Compile the JavaScript without the top-level function safety wrapper. - (Used for CoffeeScript as a Node.js module.) -
    -t, --tokens - Instead of parsing the CoffeeScript, just lex it, and print out the - token stream: [IDENTIFIER square] [ASSIGN =] [PARAM_START (] ... -
    -n, --nodes - Instead of compiling the CoffeeScript, just lex and parse it, and print - out the parse tree: -
    -Expressions
    -  Assign
    -    Value "square"
    -    Code "x"
    -      Op *
    -        Value "x"
    -        Value "x"
    -
    - -

    - Examples: -

    - -
    -coffee -c path/to/script.coffee
    -coffee --interactive
    -coffee --watch --lint experimental.coffee
    -coffee --print app/scripts/*.coffee > concatenation.js
    - -

    - - Language Reference -

    - -

    - - This reference is structured so that it can be read from top to bottom, - if you like. Later sections use ideas and syntax previously introduced. - Familiarity with JavaScript is assumed. - In all of the following examples, the source CoffeeScript is provided on - the left, and the direct compilation into JavaScript is on the right. - -

    - -

    - - Many of the examples can be run (where it makes sense) by pressing the "run" - button towards the bottom right. You can also paste examples into - "Try CoffeeScript" in the toolbar, and play with them from there. - -

    - - Significant Whitespace - CoffeeScript uses Python-style significant whitespace: You don't need to - use semicolons ; to terminate expressions, ending - the line will do just as well. Semicolons can still be used to fit - multiple expressions onto a single line. Instead of using curly braces - { } to delimit blocks of code (like functions, - if-statements, - switch, and try/catch), - use indentation. -

    - -

    - You don't need to use parentheses to invoke a function if you're passing - arguments:
    print "coffee". Implicit parentheses wrap forwards - to the end of the line, or block expression. -

    - -

    - You can use newlines to break up your expression into smaller pieces, - as long as CoffeeScript can determine that the line hasn't finished yet, - because it ends with an operator or a dot ... seen most commonly - in jQuery-chaining style JavaScript. -

    - -

    - - Functions and Invocation - Functions are defined by a list of parameters, an arrow, and the - function body. The empty function looks like this: -> -

    -
    square = (x) -> x * x
    -cube   = (x) -> square(x) * x
    -
    var cube, square;
    -square = function(x) {
    -  return x * x;
    -};
    -cube = function(x) {
    -  return square(x) * x;
    -};
    -

    - -

    - - Objects and Arrays - Object and Array literals look very similar to their JavaScript cousins. - When you spread out each property on a separate line, the commas are - optional. Implicit objects may be created with indentation instead of - brackets, winding up looking quite similar to YAML. -

    -
    song = ["do", "re", "mi", "fa", "so"]
    -
    -singers = {Jagger: "Rock", Elvis: "Roll"}
    -
    -matrix = [
    -  1, 0, 1
    -  0, 0, 1
    -  1, 1, 0
    -]
    -
    -kids =
    -  brother:
    -    name: "Max"
    -    age:  11
    -  sister:
    -    name: "Ida"
    -    age:  9
    -
    var kids, matrix, singers, song;
    -song = ["do", "re", "mi", "fa", "so"];
    -singers = {
    -  Jagger: "Rock",
    -  Elvis: "Roll"
    -};
    -matrix = [1, 0, 1, 0, 0, 1, 1, 1, 0];
    -kids = {
    -  brother: {
    -    name: "Max",
    -    age: 11
    -  },
    -  sister: {
    -    name: "Ida",
    -    age: 9
    -  }
    -};
    -

    -

    - In JavaScript, you can't use reserved words, like class, as properties - of an object, without quoting them as strings. CoffeeScript notices and quotes - them for you, so you don't have to worry about it (say, when using jQuery). -

    -
    $('.account').css class: 'active'
    -
    $('.account').css({
    -  "class": 'active'
    -});
    -

    - -

    - - Lexical Scoping and Variable Safety - The CoffeeScript compiler takes care to make sure that all of your variables - are properly declared within lexical scope — you never need to write - var yourself. -

    -
    outer = 1
    -changeNumbers = ->
    -  inner = -1
    -  outer = 10
    -inner = changeNumbers()
    -
    var changeNumbers, inner, outer;
    -outer = 1;
    -changeNumbers = function() {
    -  var inner;
    -  inner = -1;
    -  return (outer = 10);
    -};
    -inner = changeNumbers();
    -

    -

    - Notice how all of the variable declarations have been pushed up to - the top of the closest scope, the first time they appear. - outer is not redeclared within the inner function, because it's - already in scope; inner within the function, on the other hand, - should not be able to change the value of the external variable of the same name, and - therefore has a declaration of its own. -

    -

    - This behavior is effectively identical to Ruby's scope for local variables. - Because you don't have direct access to the var keyword, - it's impossible to shadow an outer variable on purpose, you may only refer - to it. So be careful that you're not reusing the name of an external - variable accidentally, if you're writing a deeply nested function. -

    -

    - Although suppressed within this documentation for clarity, all - CoffeeScript output is wrapped in an anonymous function: - (function(){ ... })(); This safety wrapper, combined with the - automatic generation of the var keyword, make it exceedingly difficult - to pollute the global namespace by accident. -

    -

    - If you'd like to create top-level variables for other scripts to use, - attach them as properties on window, or on the exports - object in CommonJS. The existential operator (covered below), gives you a - reliable way to figure out where to add them, if you're targeting both - CommonJS and the browser: root = exports ? this -

    - -

    - - If, Else, Unless, and Conditional Assignment - If/else statements can be written without the use of parentheses and - curly brackets. As with functions and other block expressions, - multi-line conditionals are delimited by indentation. There's also a handy - postfix form, with the if or unless at the end. -

    -

    - CoffeeScript can compile if statements into JavaScript expressions, - using the ternary operator when possible, and closure wrapping otherwise. There - is no explicit ternary statement in CoffeeScript — you simply use - a regular if statement inline. -

    -
    mood = greatlyImproved if singing
    -
    -if happy and knowsIt
    -  clapsHands()
    -  chaChaCha()
    -else
    -  showIt()
    -
    -date = if friday then sue else jill
    -
    -options or= defaults
    -
    var date, mood, options;
    -if (singing) {
    -  mood = greatlyImproved;
    -}
    -if (happy && knowsIt) {
    -  clapsHands();
    -  chaChaCha();
    -} else {
    -  showIt();
    -}
    -date = friday ? sue : jill;
    -options || (options = defaults);
    -

    - -

    - - Aliases - Because the == operator frequently causes undesirable coercion, - is intransitive, and has a different meaning than in other languages, - CoffeeScript compiles == into ===, and != into - !==. - In addition, is compiles into ===, - and isnt into !==. -

    -

    - You can use not as an alias for !. -

    -

    - For logic, and compiles to &&, and or - into ||. -

    -

    - Instead of a newline or semicolon, then can be used to separate - conditions from expressions, in while, - if/else, and switch/when statements. -

    -

    - As in YAML, on and yes - are the same as boolean true, while off and no are boolean false. -

    -

    - For single-line statements, unless can be used as the inverse of if. -

    -

    - As a shortcut for this.property, you can use @property. -

    -

    - You can use in to test for array presence, and of to - test for JavaScript object-key presence. -

    -
    launch() if ignition is on
    -
    -volume = 10 if band isnt SpinalTap
    -
    -letTheWildRumpusBegin() unless answer is no
    -
    -if car.speed < limit then accelerate()
    -
    -winner = yes if pick in [47, 92, 13]
    -
    -print inspect "My name is " + @name
    -
    var volume, winner;
    -if (ignition === true) {
    -  launch();
    -}
    -if (band !== SpinalTap) {
    -  volume = 10;
    -}
    -if (answer !== false) {
    -  letTheWildRumpusBegin();
    -}
    -if (car.speed < limit) {
    -  accelerate();
    -}
    -if ((47 === pick || 92 === pick || 13 === pick)) {
    -  winner = true;
    -}
    -print(inspect("My name is " + this.name));
    -

    - -

    - - Splats... - The JavaScript arguments object is a useful way to work with - functions that accept variable numbers of arguments. CoffeeScript provides - splats ..., both for function definition as well as invocation, - making variable numbers of arguments a little bit more palatable. -

    -
    gold = silver = rest = "unknown"
    -
    -awardMedals = (first, second, others...) ->
    -  gold   = first
    -  silver = second
    -  rest   = others
    -
    -contenders = [
    -  "Michael Phelps"
    -  "Liu Xiang"
    -  "Yao Ming"
    -  "Allyson Felix"
    -  "Shawn Johnson"
    -  "Roman Sebrle"
    -  "Guo Jingjing"
    -  "Tyson Gay"
    -  "Asafa Powell"
    -  "Usain Bolt"
    -]
    -
    -awardMedals contenders...
    -
    -alert "Gold: " + gold
    -alert "Silver: " + silver
    -alert "The Field: " + rest
    -
    var awardMedals, contenders, gold, rest, silver;
    -var __slice = Array.prototype.slice;
    -gold = (silver = (rest = "unknown"));
    -awardMedals = function(first, second) {
    -  var others;
    -  others = __slice.call(arguments, 2);
    -  gold = first;
    -  silver = second;
    -  return (rest = others);
    -};
    -contenders = ["Michael Phelps", "Liu Xiang", "Yao Ming", "Allyson Felix", "Shawn Johnson", "Roman Sebrle", "Guo Jingjing", "Tyson Gay", "Asafa Powell", "Usain Bolt"];
    -awardMedals.apply(awardMedals, contenders);
    -alert("Gold: " + gold);
    -alert("Silver: " + silver);
    -alert("The Field: " + rest);
    -

    - -

    - - While, Until, and Loop - The only low-level loop that CoffeeScript provides is the while loop. The - main difference from JavaScript is that the while loop can be used - as an expression, returning an array containing the result of each iteration - through the loop. -

    -
    # Econ 101
    -if this.studyingEconomics
    -  buy()  while supply > demand
    -  sell() until supply > demand
    -
    -# Nursery Rhyme
    -num = 6
    -lyrics = while num -= 1
    -  num + " little monkeys, jumping on the bed.
    -    One fell out and bumped his head."
    -
    var _result, lyrics, num;
    -if (this.studyingEconomics) {
    -  while (supply > demand) {
    -    buy();
    -  }
    -  while (!(supply > demand)) {
    -    sell();
    -  }
    -}
    -num = 6;
    -lyrics = (function() {
    -  _result = [];
    -  while (num -= 1) {
    -    _result.push(num + " little monkeys, jumping on the bed.    One fell out and bumped his head.");
    -  }
    -  return _result;
    -})();
    -

    -

    - For readability, the until keyword is equivalent to while not, - and the loop keyword is equivalent to while true. - Other JavaScript loops, such as for loops and do-while loops - can be mimicked by variations on loop, but the hope is that you - won't need to do that with CoffeeScript, either because you're using - each (forEach) style iterators, or... -

    - -

    - - Comprehensions (Arrays, Objects, and Ranges) - For your looping needs, CoffeeScript provides array comprehensions - similar to Python's. They replace (and compile into) for loops, with - optional guard clauses and the value of the current array index. - Unlike for loops, array comprehensions are expressions, and can be returned - and assigned. They should be able to handle most places where you otherwise - would use a loop, each/forEach, map, or select/filter. -

    -
    # Eat lunch.
    -lunch = eat food for food in ['toast', 'cheese', 'wine']
    -
    -# Naive collision detection.
    -for roid, pos in asteroids
    -  for roid2 in asteroids when roid isnt roid2
    -    roid.explode() if roid.overlaps roid2
    -
    var _i, _len, _len2, _ref, _result, food, lunch, pos, roid, roid2;
    -lunch = (function() {
    -  _result = []; _ref = ['toast', 'cheese', 'wine'];
    -  for (_i = 0, _len = _ref.length; _i < _len; _i++) {
    -    food = _ref[_i];
    -    _result.push(eat(food));
    -  }
    -  return _result;
    -})();
    -for (pos = 0, _len = asteroids.length; pos < _len; pos++) {
    -  roid = asteroids[pos];
    -  for (_i = 0, _len2 = asteroids.length; _i < _len2; _i++) {
    -    roid2 = asteroids[_i];
    -    if (roid !== roid2) {
    -      if (roid.overlaps(roid2)) {
    -        roid.explode();
    -      }
    -    }
    -  }
    -}
    -

    -

    - If you know the start and end of your loop, or would like to step through - in fixed-size increments, you can use a range to specify the start and - end of your comprehension. -

    -
    countdown = num for num in [10..1]
    -
    -deliverEggs = ->
    -  for i in [0...eggs.length] by 12
    -    dozen = eggs[i...i+12]
    -    deliver new eggCarton dozen
    -
    var _result, countdown, deliverEggs, num;
    -countdown = (function() {
    -  _result = [];
    -  for (num = 10; num >= 1; num--) {
    -    _result.push(num);
    -  }
    -  return _result;
    -})();
    -deliverEggs = function() {
    -  var _ref, _result2, dozen, i;
    -  _result2 = []; _ref = eggs.length;
    -  for (i = 0; (0 <= _ref ? i < _ref : i > _ref); i += 12) {
    -    _result2.push((function() {
    -      dozen = eggs.slice(i, i + 12);
    -      return deliver(new eggCarton(dozen));
    -    })());
    -  }
    -  return _result2;
    -};
    -

    -

    - Comprehensions can also be used to iterate over the keys and values in - an object. Use of to signal comprehension over the properties of - an object instead of the values in an array. -

    -
    yearsOld = max: 10, ida: 9, tim: 11
    -
    -ages = for child, age of yearsOld
    -  child + " is " + age
    -
    var _result, age, ages, child, yearsOld;
    -var __hasProp = Object.prototype.hasOwnProperty;
    -yearsOld = {
    -  max: 10,
    -  ida: 9,
    -  tim: 11
    -};
    -ages = (function() {
    -  _result = [];
    -  for (child in yearsOld) {
    -    if (!__hasProp.call(yearsOld, child)) continue;
    -    age = yearsOld[child];
    -    _result.push(child + " is " + age);
    -  }
    -  return _result;
    -})();
    -

    -

    - By default, object comprehensions are safe, and use a hasOwnProperty - check to make sure that you're dealing with properties on the current - object. If you'd like the regular JavaScript
    for (key in obj) ... - loop, for speed or for another reason, you can use
    - for all key, value of object in CoffeeScript. -

    - -

    - - Array Slicing and Splicing with Ranges - CoffeeScript borrows Ruby's - range syntax - for extracting slices of arrays. With two dots (3..5), the range - is inclusive: the first argument is the index of the first element in - the slice, and the second is the index of the last one. Three dots signify - a range that excludes the end. -

    -
    numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    -
    -threeToSix = numbers[3..6]
    -
    -copy = numbers[0...numbers.length]
    -
    -
    var copy, numbers, threeToSix;
    -numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
    -threeToSix = numbers.slice(3, 6 + 1);
    -copy = numbers.slice(0, numbers.length);
    -

    -

    - The same syntax can be used with assignment to replace a segment of an - array with new values (to splice it). -

    -
    numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    -
    -numbers[3..6] = [-3, -4, -5, -6]
    -
    -
    -
    var _ref, numbers;
    -numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
    -([].splice.apply(numbers, [3, 6 - 3 + 1].concat(_ref = [-3, -4, -5, -6])), _ref);
    -

    - -

    - - Everything is an Expression (at least, as much as possible) - You might have noticed how even though we don't add return statements - to CoffeeScript functions, they nonetheless return their final value. - The CoffeeScript compiler tries to make sure that all statements in the - language can be used as expressions. Watch how the return gets - pushed down into each possible branch of execution, in the function - below. -

    -
    grade = (student) ->
    -  if student.excellentWork
    -    "A+"
    -  else if student.okayStuff
    -    if student.triedHard then "B" else "B-"
    -  else
    -    "C"
    -
    -eldest = if 24 > 21 then "Liz" else "Ike"
    -
    var eldest, grade;
    -grade = function(student) {
    -  return student.excellentWork ? "A+" : (student.okayStuff ? (student.triedHard ? "B" : "B-") : "C");
    -};
    -eldest = 24 > 21 ? "Liz" : "Ike";
    -

    -

    - Even though functions will always return their final value, it's both possible - and encouraged to return early from a function body writing out the explicit - return (return value), when you know that you're done. -

    -

    - Because variable declarations occur at the top of scope, assignment can - be used within expressions, even for variables that haven't been seen before: -

    -
    six = (one = 1) + (two = 2) + (three = 3)
    -
    var one, six, three, two;
    -six = (one = 1) + (two = 2) + (three = 3);
    -

    -

    - Things that would otherwise be statements in JavaScript, when used - as part of an expression in CoffeeScript, are converted into expressions - by wrapping them in a closure. This lets you do useful things, like assign - the result of a comprehension to a variable: -

    -
    # The first ten global properties.
    -
    -globals = (name for name of window)[0...10]
    -
    var _result, globals, name;
    -var __hasProp = Object.prototype.hasOwnProperty;
    -globals = (function() {
    -  _result = [];
    -  for (name in window) {
    -    if (!__hasProp.call(window, name)) continue;
    -    _result.push(name);
    -  }
    -  return _result;
    -})().slice(0, 10);
    -

    -

    - As well as silly things, like passing a try/catch statement directly - into a function call: -

    -
    alert(
    -  try
    -    nonexistent / undefined
    -  catch error
    -    "And the error is ... " + error
    -)
    -
    alert((function() {
    -  try {
    -    return nonexistent / undefined;
    -  } catch (error) {
    -    return "And the error is ... " + error;
    -  }
    -})());
    -

    -

    - There are a handful of statements in JavaScript that can't be meaningfully - converted into expressions, namely break, continue, - and return. If you make use of them within a block of code, - CoffeeScript won't try to perform the conversion. -

    - -

    - - The Existential Operator - It's a little difficult to check for the existence of a variable in - JavaScript. if (variable) ... comes close, but fails for zero, - the empty string, and false. CoffeeScript's existential operator ? returns true unless - a variable is null or undefined, which makes it analogous - to Ruby's nil? -

    -

    - It can also be used for safer conditional assignment than ||= - provides, for cases where you may be handling numbers or strings. -

    -
    solipsism = true if mind? and not world?
    -
    -speed ?= 140
    -
    -
    -
    -
    -
    -
    var solipsism, speed;
    -if ((typeof mind !== "undefined" && mind !== null) && !(typeof world !== "undefined" && world !== null)) {
    -  solipsism = true;
    -}
    -(typeof speed !== "undefined" && speed !== null) ? speed : (speed = 140);
    -

    -

    - The accessor variant of the existential operator ?. can be used to soak - up null references in a chain of properties. Use it instead - of the dot accessor . in cases where the base value may be null - or undefined. If all of the properties exist then you'll get the expected - result, if the chain is broken, undefined is returned instead of - the TypeError that would be raised otherwise. -

    -
    lottery.drawWinner()?.address?.zipcode
    -
    var _ref, _ref2;
    -(((_ref = lottery.drawWinner()) != null) ? (((_ref2 = _ref.address) != null) ? _ref2.zipcode : undefined) : undefined);
    -

    -

    - Soaking up nulls is similar to Ruby's - andand gem, and to the - safe navigation operator - in Groovy. -

    - -

    - - Classes, Inheritance, and Super - JavaScript's prototypal inheritance has always been a bit of a - brain-bender, with a whole family tree of libraries that provide a cleaner - syntax for classical inheritance on top of JavaScript's prototypes: - Base2, - Prototype.js, - JS.Class, etc. - The libraries provide syntactic sugar, but the built-in inheritance would - be completely usable if it weren't for a couple of small exceptions: - it's awkward to call super (the prototype object's - implementation of the current function), and it's awkward to correctly - set the prototype chain. -

    -

    - Instead of repetitively attaching functions to a prototype, CoffeeScript - provides a basic class structure that allows you to name your class, - set the superclass, assign prototypal properties, and define the constructor, - in a single assignable expression. -

    -
    class Animal
    -  constructor: (@name) ->
    -
    -  move: (meters) ->
    -    alert @name + " moved " + meters + "m."
    -
    -class Snake extends Animal
    -  move: ->
    -    alert "Slithering..."
    -    super 5
    -
    -class Horse extends Animal
    -  move: ->
    -    alert "Galloping..."
    -    super 45
    -
    -sam = new Snake "Sammy the Python"
    -tom = new Horse "Tommy the Palomino"
    -
    -sam.move()
    -tom.move()
    -
    -
    -
    -
    -
    var Animal, Horse, Snake, sam, tom;
    -var __extends = function(child, parent) {
    -  var ctor = function() {};
    -  ctor.prototype = parent.prototype;
    -  child.prototype = new ctor();
    -  child.prototype.constructor = child;
    -  if (typeof parent.extended === "function") parent.extended(child);
    -  child.__super__ = parent.prototype;
    -};
    -Animal = (function() {
    -  return function Animal(_arg) {
    -    this.name = _arg;
    -    return this;
    -  };
    -})();
    -Animal.prototype.move = function(meters) {
    -  return alert(this.name + " moved " + meters + "m.");
    -};
    -Snake = (function() {
    -  return function Snake() {
    -    return Animal.apply(this, arguments);
    -  };
    -})();
    -__extends(Snake, Animal);
    -Snake.prototype.move = function() {
    -  alert("Slithering...");
    -  return Snake.__super__.move.call(this, 5);
    -};
    -Horse = (function() {
    -  return function Horse() {
    -    return Animal.apply(this, arguments);
    -  };
    -})();
    -__extends(Horse, Animal);
    -Horse.prototype.move = function() {
    -  alert("Galloping...");
    -  return Horse.__super__.move.call(this, 45);
    -};
    -sam = new Snake("Sammy the Python");
    -tom = new Horse("Tommy the Palomino");
    -sam.move();
    -tom.move();
    -

    -

    - If structuring your prototypes classically isn't your cup of tea, CoffeeScript - provides a couple of lower-level conveniences. The extends operator - helps with proper prototype setup, :: gives you - quick access to an object's prototype, and super() - is converted into a call against the immediate ancestor's method of the same name. -

    -
    String::dasherize = ->
    -  this.replace /_/g, "-"
    -
    String.prototype.dasherize = function() {
    -  return this.replace(/_/g, "-");
    -};
    -

    -

    - Finally, you may assign Class-level (static) properties within a class - definition by using
    @property: value -

    - -

    - - Pattern Matching (Destructuring Assignment) - To make extracting values from complex arrays and objects more convenient, - CoffeeScript implements ECMAScript Harmony's proposed - destructuring assignment - syntax. When you assign an array or object literal to a value, CoffeeScript - breaks up and matches both sides against each other, assigning the values - on the right to the variables on the left. In the simplest case, it can be - used for parallel assignment: -

    -
    theBait   = 1000
    -theSwitch = 0
    -
    -[theBait, theSwitch] = [theSwitch, theBait]
    -
    var _ref, theBait, theSwitch;
    -theBait = 1000;
    -theSwitch = 0;
    -_ref = [theSwitch, theBait], theBait = _ref[0], theSwitch = _ref[1];
    -

    -

    - But it's also helpful for dealing with functions that return multiple - values. -

    -
    weatherReport = (location) ->
    -  # Make an Ajax request to fetch the weather...
    -  [location, 72, "Mostly Sunny"]
    -
    -[city, temp, forecast] = weatherReport "Berkeley, CA"
    -
    var _ref, city, forecast, temp, weatherReport;
    -weatherReport = function(location) {
    -  return [location, 72, "Mostly Sunny"];
    -};
    -_ref = weatherReport("Berkeley, CA"), city = _ref[0], temp = _ref[1], forecast = _ref[2];
    -

    -

    - Pattern matching can be used with any depth of array and object nesting, - to help pull out deeply nested properties. -

    -
    futurists =
    -  sculptor: "Umberto Boccioni"
    -  painter:  "Vladimir Burliuk"
    -  poet:
    -    name:   "F.T. Marinetti"
    -    address: [
    -      "Via Roma 42R"
    -      "Bellagio, Italy 22021"
    -    ]
    -
    -{poet: {name, address: [street, city]}} = futurists
    -
    var _ref, _ref2, city, futurists, name, street;
    -futurists = {
    -  sculptor: "Umberto Boccioni",
    -  painter: "Vladimir Burliuk",
    -  poet: {
    -    name: "F.T. Marinetti",
    -    address: ["Via Roma 42R", "Bellagio, Italy 22021"]
    -  }
    -};
    -_ref = futurists.poet, name = _ref.name, _ref2 = _ref.address, street = _ref2[0], city = _ref2[1];
    -

    -

    - Pattern matching can even be combined with splats. -

    -
    tag = "<impossible>"
    -
    -[open, contents..., close] = tag.split("")
    -
    -
    -
    -
    -
    var _ref, close, contents, open, tag;
    -var __slice = Array.prototype.slice;
    -tag = "<impossible>";
    -_ref = tag.split(""), open = _ref[0], contents = __slice.call(_ref, 1, _ref.length - 1), close = _ref[_ref.length - 1];
    -

    - -

    - - Function binding - In JavaScript, the this keyword is dynamically scoped to mean the - object that the current function is attached to. If you pass a function as - as callback, or attach it to a different object, the original value of this - will be lost. If you're not familiar with this behavior, - this Digital Web article - gives a good overview of the quirks. -

    -

    - The fat arrow => can be used to both define a function, and to bind - it to the current value of this, right on the spot. This is helpful - when using callback-based libraries like Prototype or jQuery, for creating - iterator functions to pass to each, or event-handler functions - to use with bind. Functions created with the fat arrow are able to access - properties of the this where they're defined. -

    -
    Account = (customer, cart) ->
    -  @customer = customer
    -  @cart = cart
    -
    -  $('.shopping_cart').bind 'click', (event) =>
    -    @customer.purchase @cart
    -
    var Account;
    -var __bind = function(func, context) {
    -  return function() { return func.apply(context, arguments); };
    -};
    -Account = function(customer, cart) {
    -  this.customer = customer;
    -  this.cart = cart;
    -  return $('.shopping_cart').bind('click', __bind(function(event) {
    -    return this.customer.purchase(this.cart);
    -  }, this));
    -};
    -

    -

    - If we had used -> in the callback above, @customer would - have referred to the undefined "customer" property of the DOM element, - and trying to call purchase() on it would have raised an exception. -

    - -

    - - Embedded JavaScript - Hopefully, you'll never need to use it, but if you ever need to intersperse - snippets of JavaScript within your CoffeeScript, you can - use backticks to pass it straight through. -

    -
    hi = `function() {
    -  return [document.title, "Hello JavaScript"].join(": ");
    -}`
    -
    -
    -
    var hi;
    -hi = function() {
    -  return [document.title, "Hello JavaScript"].join(": ");
    -};
    -

    - -

    - - Switch/When/Else - Switch statements in JavaScript are a bit awkward. You need to - remember to break at the end of every case statement to - avoid accidentally falling through to the default case. - CoffeeScript prevents accidental fall-through, and can convert the switch - into a returnable, assignable expression. The format is: switch condition, - when clauses, else the default case. -

    -

    - As in Ruby, switch statements in CoffeeScript can take multiple - values for each when clause. If any of the values match, the clause - runs. -

    -
    switch day
    -  when "Mon" then go work
    -  when "Tue" then go relax
    -  when "Thu" then go iceFishing
    -  when "Fri", "Sat"
    -    if day is bingoDay
    -      go bingo
    -      go dancing
    -  when "Sun" then go church
    -  else go work
    -
    switch (day) {
    -  case "Mon":
    -    go(work);
    -    break;
    -  case "Tue":
    -    go(relax);
    -    break;
    -  case "Thu":
    -    go(iceFishing);
    -    break;
    -  case "Fri":
    -  case "Sat":
    -    if (day === bingoDay) {
    -      go(bingo);
    -      go(dancing);
    -    }
    -    break;
    -  case "Sun":
    -    go(church);
    -    break;
    -  default:
    -    go(work);
    -}
    -

    - -

    - - Try/Catch/Finally - Try/catch statements are just about the same as JavaScript (although - they work as expressions). -

    -
    try
    -  allHellBreaksLoose()
    -  catsAndDogsLivingTogether()
    -catch error
    -  print error
    -finally
    -  cleanUp()
    -
    try {
    -  allHellBreaksLoose();
    -  catsAndDogsLivingTogether();
    -} catch (error) {
    -  print(error);
    -} finally {
    -  cleanUp();
    -}
    -

    - -

    - - Chained Comparisons - CoffeeScript borrows - chained comparisons - from Python — making it easy to test if a value falls within a - certain range. -

    -
    cholesterol = 127
    -
    -healthy = 200 > cholesterol > 60
    -
    -
    -
    var cholesterol, healthy;
    -cholesterol = 127;
    -healthy = (200 > cholesterol) && (cholesterol > 60);
    -

    - -

    - - String and RegExp Interpolation - Ruby-style string interpolation is included in CoffeeScript. Double-quoted - strings allow for interpolated values, while single-quoted strings are literal. -

    -
    author = "Wittgenstein"
    -quote  = "A picture is a fact. -- #{author}"
    -
    var author, quote;
    -author = "Wittgenstein";
    -quote = ("A picture is a fact. -- " + author);
    -

    -

    - And arbitrary expressions can be interpolated by using brackets #{ ... }
    - Interpolation works the same way within regular expressions. -

    -
    sentence = "#{ 22 / 7 } is a decent approximation of π"
    -
    -sep   = "[.\\/\\- ]"
    -dates = /\d+#{sep}\d+#{sep}\d+/g
    -
    -
    -
    var dates, sentence, sep;
    -sentence = ("" + (22 / 7) + " is a decent approximation of π");
    -sep = "[.\\/\\- ]";
    -dates = /\d+#{sep}\d+#{sep}\d+/g;
    -

    - -

    - - Multiline Strings, Heredocs, and Block Comments - Multiline strings are allowed in CoffeeScript. -

    -
    mobyDick = "Call me Ishmael. Some years ago --
    - never mind how long precisely -- having little
    - or no money in my purse, and nothing particular
    - to interest me on shore, I thought I would sail
    - about a little and see the watery part of the
    - world..."
    -
    -
    -
    var mobyDick;
    -mobyDick = "Call me Ishmael. Some years ago -- never mind how long precisely -- having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world...";
    -

    -

    - Heredocs can be used to hold formatted or indentation-sensitive text - (or, if you just don't feel like escaping quotes and apostrophes). The - indentation level that begins the heredoc is maintained throughout, so - you can keep it all aligned with the body of your code. -

    -
    html = '''
    -       <strong>
    -         cup of coffeescript
    -       </strong>
    -       '''
    -
    var html;
    -html = '<strong>\n  cup of coffeescript\n</strong>';
    -

    -

    - Double-quoted heredocs, like double-quoted strings, allow interpolation. -

    -

    - Sometimes you'd like to pass a block comment through to the generated - JavaScript. For example, when you need to embed a licensing header at - the top of a file. Block comments, which mirror the syntax for heredocs, - are preserved in the generated code. -

    -
    ###
    -CoffeeScript Compiler v0.9.4
    -Released under the MIT License
    -###
    -
    /*
    -CoffeeScript Compiler v0.9.4
    -Released under the MIT License
    -*/
    -

    - -

    - - Cake, and Cakefiles -

    - -

    - CoffeeScript includes a simple build system similar to - Make and - Rake. Naturally, - it's called Cake, and is used for the build and test tasks for the CoffeeScript - language itself. Tasks are defined in a file named Cakefile, and - can be invoked by running cake taskname from within the directory. - To print a list of all the tasks and options, just run cake. -

    - -

    - Task definitions are written in CoffeeScript, so you can put arbitrary code - in your Cakefile. Define a task with a name, a long description, and the - function to invoke when the task is run. If your task takes a command-line - option, you can define the option with short and long flags, and it will - be made available in the options object. Here's a task that uses - the Node.js API to rebuild CoffeeScript's parser: -

    -
    fs = require 'fs'
    -
    -option '-o', '--output [DIR]', 'directory for compiled code'
    -
    -task 'build:parser', 'rebuild the Jison parser', (options) ->
    -  require 'jison'
    -  code = require('./lib/grammar').parser.generate()
    -  dir  = options.output or 'lib'
    -  fs.writeFile "#{dir}/parser.js", code
    -
    var fs;
    -fs = require('fs');
    -option('-o', '--output [DIR]', 'directory for compiled code');
    -task('build:parser', 'rebuild the Jison parser', function(options) {
    -  var code, dir;
    -  require('jison');
    -  code = require('./lib/grammar').parser.generate();
    -  dir = options.output || 'lib';
    -  return fs.writeFile("" + dir + "/parser.js", code);
    -});
    -

    -

    - If you need to invoke one task before another — for example, running - build before test, you can use the invoke function: - invoke 'build' -

    - -

    - - "text/coffeescript" Script Tags -

    - -

    - While it's not recommended for serious use, CoffeeScripts may be included - directly within the browser using <script type="text/coffeescript"> - tags. The source includes a compressed and minified version of the compiler - (Download current version here, 43k when gzipped) - as extras/coffee-script.js. Include this file on a page with - inline CoffeeScript tags, and it will compile and evaluate them in order. -

    - -

    - In fact, the little bit of glue script that runs "Try CoffeeScript" above, - as well as jQuery for the menu, is implemented in just this way. - View source and look at the bottom of the page to see the example. - Including the script also gives you access to CoffeeScript.compile() - so you can pop open Firebug and try compiling some strings. -

    - -

    - The usual caveats about CoffeeScript apply — your inline scripts will - run within a closure wrapper, so if you want to expose global variables or - functions, attach them to the window object. -

    - -

    - - Resources -

    - -
      -
    • - Source Code
      - Use bin/coffee to test your changes,
      - bin/cake test to run the test suite,
      - bin/cake build to rebuild the CoffeeScript compiler, and
      - bin/cake build:parser to regenerate the Jison parser if you're - working on the grammar.

      - git checkout lib && bin/cake build:full is a good command to run when you're working - on the core language. It'll refresh the lib directory - (in case you broke something), build your altered compiler, use that to - rebuild itself (a good sanity test) and then run all of the tests. If - they pass, there's a good chance you've made a successful change. -
    • -
    • - CoffeeScript Issues
      - Bugs reports, feature requests, and general discussion all belong here. -
    • -
    • - If you'd like to chat, stop by #coffeescript on Freenode in the - IRC client of your choice, or on - webchat.freenode.net. -
    • -
    • - yeungda's JCoffeeScript - — A Java Library that uses Rhino to compile CoffeeScript, allowing - compilation within Java projects or on systems that Node.js doesn't support. -
    • -
    • - defunkt's CoffeeScript Major Mode - — a Emacs major mode that provides syntax highlighting, indentation - support, and some bonus commands. -
    • -
    • - jashkenas's CoffeeScript TextMate Bundle - — which provides syntax highlighting, snippet expansion, and the - ability to run bits of CoffeeScript from within TextMate itself. -
    • -
    • - kchmck's Vim CoffeeScript - — which adds Vim syntax highlighting and indentation support. -
    • -
    • - wavded's gedit-coffeescript - — a CoffeeScript syntax highlighter for the gedit text editor. -
    • -
    • - yeungda's coffeescript-idea - — a plugin for IntelliJ IDEA and RubyMine providing syntax highlighting. -
    • -
    • - mattly's rack-coffee - — a small Rack middleware for serving CoffeeScript files as - compiled JavaScript on the fly. -
    • -
    • - jnicklas's BistroCar - — a plugin that serves and bundles CoffeeScript from within your - Rails application. -
    • -
    • - dsc's CoffeeCup - — a Python WSGI middleware that compiles CoffeeScript to JavaScript - on-demand during development. -
    • -
    • - sutto's Barista - — a BistroCar alternative that integrates well with - Jammit and Rails 3. -
    • -
    • - inem and gerad's coffee-haml-filter - — a custom filter for rendering CoffeeScript inline within - HAML templates. -
    • -
    • - chrislloyd's Roast - — a CoffeeScript compiler plug-in that allows you to include external - source files. -
    • -
    • - mauricemach's CoffeeKup - — Markup as CoffeeScript. After _why's - Markaby. -
    • -
    • - jashkenas's Docco - — a quick-and-dirty literate-programming-style documentation generator - for CoffeeScript. Used to produce the annotated source. -
    • -
    - -

    - - Web Chat (IRC) -

    - -

    - Quick help and advice can usually be found in the CoffeeScript IRC room. - Join #coffeescript on irc.freenode.net, or click the - button below to open a webchat session on this page. -

    - -

    - -

    - -

    - - Change Log -

    - -

    - 0.9.4 - CoffeeScript now uses appropriately-named temporary variables, and recycles - their references after use. Added require.extensions support for - Node.js 0.3. Loading CoffeeScript in the browser now adds just a - single CoffeeScript object to global scope. - Fixes for implicit object and block comment edge cases. -

    - -

    - 0.9.3 - CoffeeScript switch statements now compile into JS switch - statements — they previously compiled into if/else chains - for JavaScript 1.3 compatibility. - Soaking a function invocation is now supported. Users of the RubyMine - editor should now be able to use --watch mode. -

    - -

    - 0.9.2 - Specifying the start and end of a range literal is now optional, eg. array[3..]. - You can now say a not instanceof b. - Fixed important bugs with nested significant and non-significant indentation (Issue #637). - Added a --require flag that allows you to hook into the coffee command. - Added a custom jsl.conf file for our preferred JavaScriptLint setup. - Sped up Jison grammar compilation time by flattening rules for operations. - Block comments can now be used with JavaScript-minifier-friendly syntax. - Added JavaScript's compound assignment bitwise operators. Bugfixes to - implicit object literals with leading number and string keys, as the subject - of implicit calls, and as part of compound assignment. -

    - -

    - 0.9.1 - Bugfix release for 0.9.1. Greatly improves the handling of mixed - implicit objects, implicit function calls, and implicit indentation. - String and regex interpolation is now strictly #{ ... } (Ruby style). - The compiler now takes a --require flag, which specifies scripts - to run before compilation. -

    - -

    - 0.9.0 - The CoffeeScript 0.9 series is considered to be a release candidate - for 1.0; let's give her a shakedown cruise. 0.9.0 introduces a massive - backwards-incompatible change: Assignment now uses =, and object - literals use :, as in JavaScript. This allows us to have implicit - object literals, and YAML-style object definitions. Half assignments are - removed, in favor of +=, or=, and friends. - Interpolation now uses a hash mark # instead of the dollar sign - $ — because dollar signs may be part of a valid JS identifier. - Downwards range comprehensions are now safe again, and are optimized to - straight for loops when created with integer endpoints. - A fast, unguarded form of object comprehension was added: - for all key, value of object. Mentioning the super keyword - with no arguments now forwards all arguments passed to the function, - as in Ruby. If you extend class B from parent class A, if - A has an extended method defined, it will be called, passing in B — - this enables static inheritance, among other things. Cleaner output for - functions bound with the fat arrow. @variables can now be used - in parameter lists, with the parameter being automatically set as a property - on the object — useful in constructors and setter functions. - Constructor functions can now take splats. -

    - -

    - 0.7.2 - Quick bugfix (right after 0.7.1) for a problem that prevented coffee - command-line options from being parsed in some circumstances. -

    - -

    - 0.7.1 - Block-style comments are now passed through and printed as JavaScript block - comments -- making them useful for licenses and copyright headers. Better - support for running coffee scripts standalone via hashbangs. - Improved syntax errors for tokens that are not in the grammar. -

    - -

    - 0.7.0 - Official CoffeeScript variable style is now camelCase, as in JavaScript. - Reserved words are now allowed as object keys, and will be quoted for you. - Range comprehensions now generate cleaner code, but you have to specify by -1 - if you'd like to iterate downward. Reporting of syntax errors is greatly - improved from the previous release. Running coffee with no arguments - now launches the REPL, with Readline support. The <- bind operator - has been removed from CoffeeScript. The loop keyword was added, - which is equivalent to a while true loop. Comprehensions that contain - closures will now close over their variables, like the semantics of a forEach. - You can now use bound function in class definitions (bound to the instance). - For consistency, a in b is now an array presence check, and a of b - is an object-key check. Comments are no longer passed through to the generated - JavaScript. -

    - -

    - 0.6.2 - The coffee command will now preserve directory structure when - compiling a directory full of scripts. Fixed two omissions that were preventing - the CoffeeScript compiler from running live within Internet Explorer. - There's now a syntax for block comments, similar in spirit to CoffeeScript's heredocs. - ECMA Harmony DRY-style pattern matching is now supported, where the name - of the property is the same as the name of the value: {name, length}: func. - Pattern matching is now allowed within comprehension variables. unless - is now allowed in block form. until loops were added, as the inverse - of while loops. switch statements are now allowed without - switch object clauses. Compatible - with Node.js v0.1.95. -

    - -

    - 0.6.1 - Upgraded CoffeeScript for compatibility with the new Node.js v0.1.90 - series. -

    - -

    - 0.6.0 - Trailing commas are now allowed, a-la Python. Static - properties may be assigned directly within class definitions, - using @property notation. -

    - -

    - 0.5.6 - Interpolation can now be used within regular expressions and heredocs, as well as - strings. Added the <- bind operator. - Allowing assignment to half-expressions instead of special ||=-style - operators. The arguments object is no longer automatically converted into - an array. After requiring coffee-script, Node.js can now directly - load .coffee files, thanks to registerExtension. Multiple - splats can now be used in function calls, arrays, and pattern matching. -

    - -

    - 0.5.5 - String interpolation, contributed by - Stan Angeloff. - Since --run has been the default since 0.5.3, updating - --stdio and --eval to run by default, pass --compile - as well if you'd like to print the result. -

    - -

    - 0.5.4 - Bugfix that corrects the Node.js global constants __filename and - __dirname. Tweaks for more flexible parsing of nested function - literals and improperly-indented comments. Updates for the latest Node.js API. -

    - -

    - 0.5.3 - CoffeeScript now has a syntax for defining classes. Many of the core - components (Nodes, Lexer, Rewriter, Scope, Optparse) are using them. - Cakefiles can use optparse.coffee to define options for tasks. - --run is now the default flag for the coffee command, - use --compile to save JavaScripts. Bugfix for an ambiguity between - RegExp literals and chained divisions. -

    - -

    - 0.5.2 - Added a compressed version of the compiler for inclusion in web pages as -
    extras/coffee-script.js. It'll automatically run any script tags - with type text/coffeescript for you. Added a --stdio option - to the coffee command, for piped-in compiles. -

    - - -

    - 0.5.1 - Improvements to null soaking with the existential operator, including - soaks on indexed properties. Added conditions to while loops, - so you can use them as filters with when, in the same manner as - comprehensions. -

    - -

    - 0.5.0 - CoffeeScript 0.5.0 is a major release, While there are no language changes, - the Ruby compiler has been removed in favor of a self-hosting - compiler written in pure CoffeeScript. -

    - -

    - 0.3.2 - @property is now a shorthand for this.property.
    - Switched the default JavaScript engine from Narwhal to Node.js. Pass - the --narwhal flag if you'd like to continue using it. -

    - -

    - 0.3.0 - CoffeeScript 0.3 includes major syntax changes: -
    - The function symbol was changed to - ->, and the bound function symbol is now =>. -
    - Parameter lists in function definitions must now be wrapped in parentheses. -
    - Added property soaking, with the ?. operator. -
    - Made parentheses optional, when invoking functions with arguments. -
    - Removed the obsolete block literal syntax. -

    - -

    - 0.2.6 - Added Python-style chained comparisons, the conditional existence - operator ?=, and some examples from Beautiful Code. - Bugfixes relating to statement-to-expression conversion, arguments-to-array - conversion, and the TextMate syntax highlighter. -

    - -

    - 0.2.5 - The conditions in switch statements can now take multiple values at once — - If any of them are true, the case will run. Added the long arrow ==>, - which defines and immediately binds a function to this. While loops can - now be used as expressions, in the same way that comprehensions can. Splats - can be used within pattern matches to soak up the rest of an array. -

    - -

    - 0.2.4 - Added ECMAScript Harmony style destructuring assignment, for dealing with - extracting values from nested arrays and objects. Added indentation-sensitive - heredocs for nicely formatted strings or chunks of code. -

    - -

    - 0.2.3 - Axed the unsatisfactory ino keyword, replacing it with of for - object comprehensions. They now look like: for prop, value of object. -

    - -

    - 0.2.2 - When performing a comprehension over an object, use ino, instead - of in, which helps us generate smaller, more efficient code at - compile time. -
    - Added :: as a shorthand for saying .prototype. -
    - The "splat" symbol has been changed from a prefix asterisk *, to - a postfix ellipsis ... -
    - Added JavaScript's in operator, - empty return statements, and empty while loops. -
    - Constructor functions that start with capital letters now include a - safety check to make sure that the new instance of the object is returned. -
    - The extends keyword now functions identically to goog.inherits - in Google's Closure Library. -

    - -

    - 0.2.1 - Arguments objects are now converted into real arrays when referenced. -

    - -

    - 0.2.0 - Major release. Significant whitespace. Better statement-to-expression - conversion. Splats. Splice literals. Object comprehensions. Blocks. - The existential operator. Many thanks to all the folks who posted issues, - with special thanks to - Liam O'Connor-Davis for whitespace - and expression help. -

    - -

    - 0.1.6 - Bugfix for running coffee --interactive and --run - from outside of the CoffeeScript directory. Bugfix for nested - function/if-statements. -

    - -

    - 0.1.5 - Array slice literals and array comprehensions can now both take Ruby-style - ranges to specify the start and end. JavaScript variable declaration is - now pushed up to the top of the scope, making all assignment statements into - expressions. You can use \ to escape newlines. - The coffee-script command is now called coffee. -

    - -

    - 0.1.4 - The official CoffeeScript extension is now .coffee instead of - .cs, which properly belongs to - C#. - Due to popular demand, you can now also use = to assign. Unlike - JavaScript, = can also be used within object literals, interchangeably - with :. Made a grammatical fix for chained function calls - like func(1)(2)(3)(4). Inheritance and super no longer use - __proto__, so they should be IE-compatible now. -

    - -

    - 0.1.3 - The coffee command now includes --interactive, - which launches an interactive CoffeeScript session, and --run, - which directly compiles and executes a script. Both options depend on a - working installation of Narwhal. - The aint keyword has been replaced by isnt, which goes - together a little smoother with is. - Quoted strings are now allowed as identifiers within object literals: eg. - {"5+5": 10}. - All assignment operators now use a colon: +:, -:, - *:, etc. -

    - -

    - 0.1.2 - Fixed a bug with calling super() through more than one level of - inheritance, with the re-addition of the extends keyword. - Added experimental Narwhal - support (as a Tusk package), contributed by - Tom Robinson, including - bin/cs as a CoffeeScript REPL and interpreter. - New --no-wrap option to suppress the safety function - wrapper. -

    - -

    - 0.1.1 - Added instanceof and typeof as operators. -

    - -

    - 0.1.0 - Initial CoffeeScript release. -

    - -
    - - - - - - - - diff --git a/node/node_modules/jade/support/coffee-script/lib/browser.js b/node/node_modules/jade/support/coffee-script/lib/browser.js deleted file mode 100644 index c35d5fe..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/browser.js +++ /dev/null @@ -1,46 +0,0 @@ -(function() { - var CoffeeScript, runScripts; - CoffeeScript = require('./coffee-script'); - CoffeeScript.require = require; - CoffeeScript.eval = function(code, options) { - return eval(CoffeeScript.compile(code, options)); - }; - CoffeeScript.run = function(code, options) { - ((options != null) ? (options.bare = true) : undefined); - return Function(CoffeeScript.compile(code, options))(); - }; - if (!(typeof window !== "undefined" && window !== null)) { - return; - } - CoffeeScript.load = function(url, options) { - var xhr; - xhr = new (window.ActiveXObject || XMLHttpRequest)('Microsoft.XMLHTTP'); - xhr.open('GET', url, true); - if ('overrideMimeType' in xhr) { - xhr.overrideMimeType('text/plain'); - } - xhr.onreadystatechange = function() { - return xhr.readyState === 4 ? CoffeeScript.run(xhr.responseText, options) : undefined; - }; - return xhr.send(null); - }; - runScripts = function() { - var _i, _j, _len, _ref, script; - for (_i = 0, _len = (_ref = document.getElementsByTagName('script')).length; _i < _len; _i++) { - (function() { - var script = _ref[_i]; - _j = script; - return script.type === 'text/coffeescript' ? (script.src ? CoffeeScript.load(script.src) : setTimeout(function() { - return CoffeeScript.run(script.innerHTML); - })) : undefined; - })(); - script = _j; - } - return null; - }; - if (window.addEventListener) { - addEventListener('DOMContentLoaded', runScripts, false); - } else { - attachEvent('onload', runScripts); - } -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/cake.js b/node/node_modules/jade/support/coffee-script/lib/cake.js deleted file mode 100755 index 770a648..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/cake.js +++ /dev/null @@ -1,73 +0,0 @@ -(function() { - var CoffeeScript, fs, helpers, missingTask, oparse, options, optparse, path, printTasks, switches, tasks; - fs = require('fs'); - path = require('path'); - helpers = require('./helpers'); - optparse = require('./optparse'); - CoffeeScript = require('./coffee-script'); - tasks = {}; - options = {}; - switches = []; - oparse = null; - helpers.extend(global, { - task: function(name, description, action) { - var _ref; - if (!action) { - _ref = [description, action], action = _ref[0], description = _ref[1]; - } - return (tasks[name] = { - name: name, - description: description, - action: action - }); - }, - option: function(letter, flag, description) { - return switches.push([letter, flag, description]); - }, - invoke: function(name) { - if (!tasks[name]) { - missingTask(name); - } - return tasks[name].action(options); - } - }); - exports.run = function() { - return path.exists('Cakefile', function(exists) { - var _i, _len, _ref, _result, arg, args; - if (!exists) { - throw new Error("Cakefile not found in " + (process.cwd())); - } - args = process.argv.slice(2); - CoffeeScript.run(fs.readFileSync('Cakefile').toString(), { - fileName: 'Cakefile' - }); - oparse = new optparse.OptionParser(switches); - if (!args.length) { - return printTasks(); - } - options = oparse.parse(args); - _result = []; - for (_i = 0, _len = (_ref = options.arguments).length; _i < _len; _i++) { - arg = _ref[_i]; - _result.push(invoke(arg)); - } - return _result; - }); - }; - printTasks = function() { - var _ref, desc, name, spaces, task; - puts(''); - for (name in _ref = tasks) { - task = _ref[name]; - spaces = 20 - name.length; - spaces = spaces > 0 ? Array(spaces + 1).join(' ') : ''; - desc = task.description ? ("# " + (task.description)) : ''; - puts("cake " + name + spaces + " " + desc); - } - return switches.length ? puts(oparse.help()) : undefined; - }; - missingTask = function(task) { - puts("No such task: \"" + task + "\""); - return process.exit(1); - }; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/coffee-script.js b/node/node_modules/jade/support/coffee-script/lib/coffee-script.js deleted file mode 100755 index 7bd422c..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/coffee-script.js +++ /dev/null @@ -1,74 +0,0 @@ -(function() { - var Lexer, compile, fs, lexer, parser, path; - path = require('path'); - Lexer = require('./lexer').Lexer; - parser = require('./parser').parser; - if (require.extensions) { - fs = require('fs'); - require.extensions['.coffee'] = function(module, filename) { - var content; - content = compile(fs.readFileSync(filename, 'utf8')); - return module._compile(content, filename); - }; - } else if (require.registerExtension) { - require.registerExtension('.coffee', function(content) { - return compile(content); - }); - } - exports.VERSION = '0.9.4'; - exports.helpers = require('./helpers'); - exports.compile = (compile = function(code, options) { - options || (options = {}); - try { - return (parser.parse(lexer.tokenize(code))).compile(options); - } catch (err) { - if (options.fileName) { - err.message = ("In " + (options.fileName) + ", " + (err.message)); - } - throw err; - } - }); - exports.tokens = function(code, options) { - return lexer.tokenize(code, options); - }; - exports.nodes = function(code, options) { - return parser.parse(lexer.tokenize(code, options)); - }; - exports.run = function(code, options) { - var root; - root = module; - while (root.parent) { - root = root.parent; - } - root.filename = options.fileName; - if (root.moduleCache) { - root.moduleCache = {}; - } - return path.extname(root.filename) !== '.coffee' || require.extensions ? root._compile(exports.compile(code, options), root.filename) : root._compile(code, root.filename); - }; - exports.eval = function(code, options) { - var __dirname, __filename; - __filename = options.fileName; - __dirname = path.dirname(__filename); - return eval(exports.compile(code, options)); - }; - lexer = new Lexer; - parser.lexer = { - lex: function() { - var token; - token = this.tokens[this.pos] || [""]; - this.pos += 1; - this.yylineno = token[2]; - this.yytext = token[1]; - return token[0]; - }, - setInput: function(tokens) { - this.tokens = tokens; - return (this.pos = 0); - }, - upcomingInput: function() { - return ""; - } - }; - parser.yy = require('./nodes'); -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/command.js b/node/node_modules/jade/support/coffee-script/lib/command.js deleted file mode 100644 index 58a2774..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/command.js +++ /dev/null @@ -1,227 +0,0 @@ -(function() { - var BANNER, CoffeeScript, EventEmitter, SWITCHES, _ref, compileOptions, compileScript, compileScripts, compileStdio, exec, fs, helpers, lint, optionParser, optparse, opts, parseOptions, path, printTokens, sources, spawn, usage, version, watch, writeJs; - fs = require('fs'); - path = require('path'); - optparse = require('./optparse'); - CoffeeScript = require('./coffee-script'); - helpers = require('./helpers'); - _ref = require('child_process'), spawn = _ref.spawn, exec = _ref.exec; - EventEmitter = require('events').EventEmitter; - helpers.extend(CoffeeScript, new EventEmitter); - global.CoffeeScript = CoffeeScript; - BANNER = 'coffee compiles CoffeeScript source files into JavaScript.\n\nUsage:\n coffee path/to/script.coffee'; - SWITCHES = [['-c', '--compile', 'compile to JavaScript and save as .js files'], ['-i', '--interactive', 'run an interactive CoffeeScript REPL'], ['-o', '--output [DIR]', 'set the directory for compiled JavaScript'], ['-w', '--watch', 'watch scripts for changes, and recompile'], ['-p', '--print', 'print the compiled JavaScript to stdout'], ['-l', '--lint', 'pipe the compiled JavaScript through JSLint'], ['-s', '--stdio', 'listen for and compile scripts over stdio'], ['-e', '--eval', 'compile a string from the command line'], ['-r', '--require [FILE*]', 'require a library before executing your script'], ['-b', '--bare', 'compile without the top-level function wrapper'], ['-t', '--tokens', 'print the tokens that the lexer produces'], ['-n', '--nodes', 'print the parse tree that Jison produces'], ['-v', '--version', 'display CoffeeScript version'], ['-h', '--help', 'display this help message']]; - opts = {}; - sources = []; - optionParser = null; - exports.run = function() { - var flags, separator; - parseOptions(); - if (opts.help) { - return usage(); - } - if (opts.version) { - return version(); - } - if (opts.interactive) { - return require('./repl'); - } - if (opts.stdio) { - return compileStdio(); - } - if (opts.eval) { - return compileScript('console', sources[0]); - } - if (!sources.length) { - return require('./repl'); - } - separator = sources.indexOf('--'); - flags = []; - if (separator >= 0) { - flags = sources.splice(separator + 1); - sources.pop(); - } - if (opts.run) { - flags = sources.splice(1).concat(flags); - } - process.ARGV = (process.argv = flags); - return compileScripts(); - }; - compileScripts = function() { - var _i, _j, _len, _ref2, _result, base, compile, source; - _result = []; - for (_i = 0, _len = (_ref2 = sources).length; _i < _len; _i++) { - (function() { - var source = _ref2[_i]; - _j = source; - return _result.push((function() { - base = source; - compile = function(source, topLevel) { - return path.exists(source, function(exists) { - if (!exists) { - throw new Error("File not found: " + source); - } - return fs.stat(source, function(err, stats) { - if (stats.isDirectory()) { - return fs.readdir(source, function(err, files) { - var _k, _len2, _result2, file; - _result2 = []; - for (_k = 0, _len2 = files.length; _k < _len2; _k++) { - file = files[_k]; - _result2.push(compile(path.join(source, file))); - } - return _result2; - }); - } else if (topLevel || path.extname(source) === '.coffee') { - fs.readFile(source, function(err, code) { - return compileScript(source, code.toString(), base); - }); - return opts.watch ? watch(source, base) : undefined; - } - }); - }); - }; - return compile(source, true); - })()); - })(); - source = _j; - } - return _result; - }; - compileScript = function(file, input, base) { - var _i, _len, _ref2, o, options, req, t, task; - o = opts; - options = compileOptions(file); - if (o.require) { - for (_i = 0, _len = (_ref2 = o.require).length; _i < _len; _i++) { - req = _ref2[_i]; - require(helpers.starts(req, '.') ? fs.realpathSync(req) : req); - } - } - try { - t = (task = { - file: file, - input: input, - options: options - }); - CoffeeScript.emit('compile', task); - if (o.tokens) { - return printTokens(CoffeeScript.tokens(t.input)); - } else if (o.nodes) { - return puts(CoffeeScript.nodes(t.input).toString().trim()); - } else if (o.run) { - return CoffeeScript.run(t.input, t.options); - } else { - t.output = CoffeeScript.compile(t.input, t.options); - CoffeeScript.emit('success', task); - return o.print ? print(t.output) : (o.compile ? writeJs(t.file, t.output, base) : (o.lint ? lint(t.output) : undefined)); - } - } catch (err) { - CoffeeScript.emit('failure', err, task); - if (CoffeeScript.listeners('failure').length) { - return; - } - if (o.watch) { - return puts(err.message); - } - error(err.stack); - return process.exit(1); - } - }; - compileStdio = function() { - var code, stdin; - code = ''; - stdin = process.openStdin(); - stdin.on('data', function(buffer) { - return buffer ? code += buffer.toString() : undefined; - }); - return stdin.on('end', function() { - return compileScript('stdio', code); - }); - }; - watch = function(source, base) { - return fs.watchFile(source, { - persistent: true, - interval: 500 - }, function(curr, prev) { - if (curr.size === prev.size && curr.mtime.getTime() === prev.mtime.getTime()) { - return; - } - return fs.readFile(source, function(err, code) { - if (err) { - throw err; - } - return compileScript(source, code.toString(), base); - }); - }); - }; - writeJs = function(source, js, base) { - var baseDir, compile, dir, filename, jsPath, srcDir; - filename = path.basename(source, path.extname(source)) + '.js'; - srcDir = path.dirname(source); - baseDir = srcDir.substring(base.length); - dir = opts.output ? path.join(opts.output, baseDir) : srcDir; - jsPath = path.join(dir, filename); - compile = function() { - if (js.length <= 0) { - js = ' '; - } - return fs.writeFile(jsPath, js, function(err) { - return opts.compile && opts.watch ? puts("Compiled " + source) : undefined; - }); - }; - return path.exists(dir, function(exists) { - return exists ? compile() : exec("mkdir -p " + dir, compile); - }); - }; - lint = function(js) { - var conf, jsl, printIt; - printIt = function(buffer) { - return puts(buffer.toString().trim()); - }; - conf = __dirname + '/../extras/jsl.conf'; - jsl = spawn('jsl', ['-nologo', '-stdin', '-conf', conf]); - jsl.stdout.on('data', printIt); - jsl.stderr.on('data', printIt); - jsl.stdin.write(js); - return jsl.stdin.end(); - }; - printTokens = function(tokens) { - var _i, _len, _ref2, _result, strings, tag, token, value; - strings = (function() { - _result = []; - for (_i = 0, _len = tokens.length; _i < _len; _i++) { - token = tokens[_i]; - _result.push((function() { - _ref2 = [token[0], token[1].toString().replace(/\n/, '\\n')], tag = _ref2[0], value = _ref2[1]; - return "[" + tag + " " + value + "]"; - })()); - } - return _result; - })(); - return puts(strings.join(' ')); - }; - parseOptions = function() { - var o; - optionParser = new optparse.OptionParser(SWITCHES, BANNER); - o = (opts = optionParser.parse(process.argv.slice(2))); - o.compile || (o.compile = !!o.output); - o.run = !(o.compile || o.print || o.lint); - o.print = !!(o.print || (o.eval || o.stdio && o.compile)); - return (sources = o.arguments); - }; - compileOptions = function(fileName) { - return { - fileName: fileName, - bare: opts.bare - }; - }; - usage = function() { - puts(optionParser.help()); - return process.exit(0); - }; - version = function() { - puts("CoffeeScript version " + (CoffeeScript.VERSION)); - return process.exit(0); - }; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/grammar.js b/node/node_modules/jade/support/coffee-script/lib/grammar.js deleted file mode 100644 index e038a74..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/grammar.js +++ /dev/null @@ -1,622 +0,0 @@ -(function() { - var Parser, _i, _j, _len, _len2, _ref, _result, alt, alternatives, grammar, name, o, operators, token, tokens, unwrap; - var __hasProp = Object.prototype.hasOwnProperty; - Parser = require('jison').Parser; - unwrap = /function\s*\(\)\s*\{\s*return\s*([\s\S]*);\s*\}/; - o = function(patternString, action, options) { - var match; - if (!action) { - return [patternString, '$$ = $1;', options]; - } - action = (match = (action + '').match(unwrap)) ? match[1] : ("(" + action + "())"); - action = action.replace(/\bnew (\w+)\b/g, 'new yy.$1').replace(/Expressions\.wrap/g, 'yy.Expressions.wrap'); - return [patternString, ("$$ = " + action + ";"), options]; - }; - grammar = { - Root: [ - o("", function() { - return new Expressions; - }), o("TERMINATOR", function() { - return new Expressions; - }), o("Body"), o("Block TERMINATOR") - ], - Body: [ - o("Line", function() { - return Expressions.wrap([$1]); - }), o("Body TERMINATOR Line", function() { - return $1.push($3); - }), o("Body TERMINATOR") - ], - Line: [o("Expression"), o("Statement")], - Statement: [ - o("Return"), o("Throw"), o("BREAK", function() { - return new Literal($1); - }), o("CONTINUE", function() { - return new Literal($1); - }), o("DEBUGGER", function() { - return new Literal($1); - }) - ], - Expression: [o("Value"), o("Invocation"), o("Code"), o("Operation"), o("Assign"), o("If"), o("Try"), o("While"), o("For"), o("Switch"), o("Extends"), o("Class"), o("Existence"), o("Comment")], - Block: [ - o("INDENT Body OUTDENT", function() { - return $2; - }), o("INDENT OUTDENT", function() { - return new Expressions; - }), o("TERMINATOR Comment", function() { - return Expressions.wrap([$2]); - }) - ], - Identifier: [ - o("IDENTIFIER", function() { - return new Literal($1); - }) - ], - AlphaNumeric: [ - o("NUMBER", function() { - return new Literal($1); - }), o("STRING", function() { - return new Literal($1); - }) - ], - Literal: [ - o("AlphaNumeric"), o("JS", function() { - return new Literal($1); - }), o("REGEX", function() { - return new Literal($1); - }), o("BOOL", function() { - return new Literal($1); - }) - ], - Assign: [ - o("Assignable = Expression", function() { - return new Assign($1, $3); - }), o("Assignable = INDENT Expression OUTDENT", function() { - return new Assign($1, $4); - }) - ], - AssignObj: [ - o("Identifier", function() { - return new Value($1); - }), o("AlphaNumeric"), o("ThisProperty"), o("Identifier : Expression", function() { - return new Assign(new Value($1), $3, 'object'); - }), o("AlphaNumeric : Expression", function() { - return new Assign(new Value($1), $3, 'object'); - }), o("Identifier : INDENT Expression OUTDENT", function() { - return new Assign(new Value($1), $4, 'object'); - }), o("AlphaNumeric : INDENT Expression OUTDENT", function() { - return new Assign(new Value($1), $4, 'object'); - }), o("Comment") - ], - Return: [ - o("RETURN Expression", function() { - return new Return($2); - }), o("RETURN", function() { - return new Return; - }) - ], - Comment: [ - o("HERECOMMENT", function() { - return new Comment($1); - }) - ], - Existence: [ - o("Expression ?", function() { - return new Existence($1); - }) - ], - Code: [ - o("PARAM_START ParamList PARAM_END FuncGlyph Block", function() { - return new Code($2, $5, $4); - }), o("FuncGlyph Block", function() { - return new Code([], $2, $1); - }) - ], - FuncGlyph: [ - o("->", function() { - return 'func'; - }), o("=>", function() { - return 'boundfunc'; - }) - ], - OptComma: [o(''), o(',')], - ParamList: [ - o("", function() { - return []; - }), o("Param", function() { - return [$1]; - }), o("ParamList , Param", function() { - return $1.concat($3); - }) - ], - Param: [ - o("PARAM", function() { - return new Literal($1); - }), o("@ PARAM", function() { - return new Param($2, true); - }), o("PARAM ...", function() { - return new Param($1, false, true); - }), o("@ PARAM ...", function() { - return new Param($2, true, true); - }) - ], - Splat: [ - o("Expression ...", function() { - return new Splat($1); - }) - ], - SimpleAssignable: [ - o("Identifier", function() { - return new Value($1); - }), o("Value Accessor", function() { - return $1.push($2); - }), o("Invocation Accessor", function() { - return new Value($1, [$2]); - }), o("ThisProperty") - ], - Assignable: [ - o("SimpleAssignable"), o("Array", function() { - return new Value($1); - }), o("Object", function() { - return new Value($1); - }) - ], - Value: [ - o("Assignable"), o("Literal", function() { - return new Value($1); - }), o("Parenthetical", function() { - return new Value($1); - }), o("Range", function() { - return new Value($1); - }), o("This") - ], - Accessor: [ - o("PROPERTY_ACCESS Identifier", function() { - return new Accessor($2); - }), o("PROTOTYPE_ACCESS Identifier", function() { - return new Accessor($2, 'prototype'); - }), o("::", function() { - return new Accessor(new Literal('prototype')); - }), o("SOAK_ACCESS Identifier", function() { - return new Accessor($2, 'soak'); - }), o("Index"), o("Slice", function() { - return new Slice($1); - }) - ], - Index: [ - o("INDEX_START Expression INDEX_END", function() { - return new Index($2); - }), o("INDEX_SOAK Index", function() { - $2.soakNode = true; - return $2; - }), o("INDEX_PROTO Index", function() { - $2.proto = true; - return $2; - }) - ], - Object: [ - o("{ AssignList OptComma }", function() { - return new ObjectLiteral($2); - }) - ], - AssignList: [ - o("", function() { - return []; - }), o("AssignObj", function() { - return [$1]; - }), o("AssignList , AssignObj", function() { - return $1.concat($3); - }), o("AssignList OptComma TERMINATOR AssignObj", function() { - return $1.concat($4); - }), o("AssignList OptComma INDENT AssignList OptComma OUTDENT", function() { - return $1.concat($4); - }) - ], - Class: [ - o("CLASS SimpleAssignable", function() { - return new Class($2); - }), o("CLASS SimpleAssignable EXTENDS Value", function() { - return new Class($2, $4); - }), o("CLASS SimpleAssignable INDENT ClassBody OUTDENT", function() { - return new Class($2, null, $4); - }), o("CLASS SimpleAssignable EXTENDS Value INDENT ClassBody OUTDENT", function() { - return new Class($2, $4, $6); - }), o("CLASS INDENT ClassBody OUTDENT", function() { - return new Class('__temp__', null, $3); - }), o("CLASS", function() { - return new Class('__temp__', null, new Expressions); - }), o("CLASS EXTENDS Value", function() { - return new Class('__temp__', $3, new Expressions); - }), o("CLASS EXTENDS Value INDENT ClassBody OUTDENT", function() { - return new Class('__temp__', $3, $5); - }) - ], - ClassAssign: [ - o("AssignObj", function() { - return $1; - }), o("ThisProperty : Expression", function() { - return new Assign(new Value($1), $3, 'this'); - }), o("ThisProperty : INDENT Expression OUTDENT", function() { - return new Assign(new Value($1), $4, 'this'); - }) - ], - ClassBody: [ - o("", function() { - return []; - }), o("ClassAssign", function() { - return [$1]; - }), o("ClassBody TERMINATOR ClassAssign", function() { - return $1.concat($3); - }), o("{ ClassBody }", function() { - return $2; - }) - ], - Extends: [ - o("SimpleAssignable EXTENDS Value", function() { - return new Extends($1, $3); - }) - ], - Invocation: [ - o("Value OptFuncExist Arguments", function() { - return new Call($1, $3, $2); - }), o("Invocation OptFuncExist Arguments", function() { - return new Call($1, $3, $2); - }), o("SUPER", function() { - return new Call('super', [new Splat(new Literal('arguments'))]); - }), o("SUPER Arguments", function() { - return new Call('super', $2); - }) - ], - OptFuncExist: [ - o("", function() { - return false; - }), o("FUNC_EXIST", function() { - return true; - }) - ], - Arguments: [ - o("CALL_START CALL_END", function() { - return []; - }), o("CALL_START ArgList OptComma CALL_END", function() { - return $2; - }) - ], - This: [ - o("THIS", function() { - return new Value(new Literal('this')); - }), o("@", function() { - return new Value(new Literal('this')); - }) - ], - RangeDots: [ - o("..", function() { - return 'inclusive'; - }), o("...", function() { - return 'exclusive'; - }) - ], - ThisProperty: [ - o("@ Identifier", function() { - return new Value(new Literal('this'), [new Accessor($2)], 'this'); - }) - ], - Range: [ - o("[ Expression RangeDots Expression ]", function() { - return new Range($2, $4, $3); - }) - ], - Slice: [ - o("INDEX_START Expression RangeDots Expression INDEX_END", function() { - return new Range($2, $4, $3); - }), o("INDEX_START Expression RangeDots INDEX_END", function() { - return new Range($2, null, $3); - }), o("INDEX_START RangeDots Expression INDEX_END", function() { - return new Range(null, $3, $2); - }) - ], - Array: [ - o("[ ]", function() { - return new ArrayLiteral([]); - }), o("[ ArgList OptComma ]", function() { - return new ArrayLiteral($2); - }) - ], - ArgList: [ - o("Arg", function() { - return [$1]; - }), o("ArgList , Arg", function() { - return $1.concat($3); - }), o("ArgList OptComma TERMINATOR Arg", function() { - return $1.concat($4); - }), o("INDENT ArgList OptComma OUTDENT", function() { - return $2; - }), o("ArgList OptComma INDENT ArgList OptComma OUTDENT", function() { - return $1.concat($4); - }) - ], - Arg: [o("Expression"), o("Splat")], - SimpleArgs: [ - o("Expression"), o("SimpleArgs , Expression", function() { - return [].concat($1, $3); - }) - ], - Try: [ - o("TRY Block", function() { - return new Try($2); - }), o("TRY Block Catch", function() { - return new Try($2, $3[0], $3[1]); - }), o("TRY Block FINALLY Block", function() { - return new Try($2, null, null, $4); - }), o("TRY Block Catch FINALLY Block", function() { - return new Try($2, $3[0], $3[1], $5); - }) - ], - Catch: [ - o("CATCH Identifier Block", function() { - return [$2, $3]; - }) - ], - Throw: [ - o("THROW Expression", function() { - return new Throw($2); - }) - ], - Parenthetical: [ - o("( Expression )", function() { - return new Parens($2); - }), o("( )", function() { - return new Parens(new Literal('')); - }) - ], - WhileSource: [ - o("WHILE Expression", function() { - return new While($2); - }), o("WHILE Expression WHEN Expression", function() { - return new While($2, { - guard: $4 - }); - }), o("UNTIL Expression", function() { - return new While($2, { - invert: true - }); - }), o("UNTIL Expression WHEN Expression", function() { - return new While($2, { - invert: true, - guard: $4 - }); - }) - ], - While: [ - o("WhileSource Block", function() { - return $1.addBody($2); - }), o("Statement WhileSource", function() { - return $2.addBody(Expressions.wrap([$1])); - }), o("Expression WhileSource", function() { - return $2.addBody(Expressions.wrap([$1])); - }), o("Loop", function() { - return $1; - }) - ], - Loop: [ - o("LOOP Block", function() { - return new While(new Literal('true')).addBody($2); - }), o("LOOP Expression", function() { - return new While(new Literal('true')).addBody(Expressions.wrap([$2])); - }) - ], - For: [ - o("Statement ForBody", function() { - return new For($1, $2, $2.vars[0], $2.vars[1]); - }), o("Expression ForBody", function() { - return new For($1, $2, $2.vars[0], $2.vars[1]); - }), o("ForBody Block", function() { - return new For($2, $1, $1.vars[0], $1.vars[1]); - }) - ], - ForBody: [ - o("FOR Range", function() { - return { - source: new Value($2), - vars: [] - }; - }), o("ForStart ForSource", function() { - $2.raw = $1.raw; - $2.vars = $1; - return $2; - }) - ], - ForStart: [ - o("FOR ForVariables", function() { - return $2; - }), o("FOR ALL ForVariables", function() { - $3.raw = true; - return $3; - }) - ], - ForValue: [ - o("Identifier"), o("Array", function() { - return new Value($1); - }), o("Object", function() { - return new Value($1); - }) - ], - ForVariables: [ - o("ForValue", function() { - return [$1]; - }), o("ForValue , ForValue", function() { - return [$1, $3]; - }) - ], - ForSource: [ - o("FORIN Expression", function() { - return { - source: $2 - }; - }), o("FOROF Expression", function() { - return { - source: $2, - object: true - }; - }), o("FORIN Expression WHEN Expression", function() { - return { - source: $2, - guard: $4 - }; - }), o("FOROF Expression WHEN Expression", function() { - return { - source: $2, - guard: $4, - object: true - }; - }), o("FORIN Expression BY Expression", function() { - return { - source: $2, - step: $4 - }; - }), o("FORIN Expression WHEN Expression BY Expression", function() { - return { - source: $2, - guard: $4, - step: $6 - }; - }), o("FORIN Expression BY Expression WHEN Expression", function() { - return { - source: $2, - step: $4, - guard: $6 - }; - }) - ], - Switch: [ - o("SWITCH Expression INDENT Whens OUTDENT", function() { - return new Switch($2, $4); - }), o("SWITCH Expression INDENT Whens ELSE Block OUTDENT", function() { - return new Switch($2, $4, $6); - }), o("SWITCH INDENT Whens OUTDENT", function() { - return new Switch(null, $3); - }), o("SWITCH INDENT Whens ELSE Block OUTDENT", function() { - return new Switch(null, $3, $5); - }) - ], - Whens: [ - o("When"), o("Whens When", function() { - return $1.concat($2); - }) - ], - When: [ - o("LEADING_WHEN SimpleArgs Block", function() { - return [[$2, $3]]; - }), o("LEADING_WHEN SimpleArgs Block TERMINATOR", function() { - return [[$2, $3]]; - }) - ], - IfBlock: [ - o("IF Expression Block", function() { - return new If($2, $3); - }), o("UNLESS Expression Block", function() { - return new If($2, $3, { - invert: true - }); - }), o("IfBlock ELSE IF Expression Block", function() { - return $1.addElse(new If($4, $5)); - }), o("IfBlock ELSE Block", function() { - return $1.addElse($3); - }) - ], - If: [ - o("IfBlock"), o("Statement POST_IF Expression", function() { - return new If($3, Expressions.wrap([$1]), { - statement: true - }); - }), o("Expression POST_IF Expression", function() { - return new If($3, Expressions.wrap([$1]), { - statement: true - }); - }), o("Statement POST_UNLESS Expression", function() { - return new If($3, Expressions.wrap([$1]), { - statement: true, - invert: true - }); - }), o("Expression POST_UNLESS Expression", function() { - return new If($3, Expressions.wrap([$1]), { - statement: true, - invert: true - }); - }) - ], - Operation: [ - o("UNARY Expression", function() { - return new Op($1, $2); - }), o("- Expression", function() { - return new Op('-', $2); - }, { - prec: 'UNARY' - }), o("+ Expression", function() { - return new Op('+', $2); - }, { - prec: 'UNARY' - }), o("-- SimpleAssignable", function() { - return new Op('--', $2); - }), o("++ SimpleAssignable", function() { - return new Op('++', $2); - }), o("SimpleAssignable --", function() { - return new Op('--', $1, null, true); - }), o("SimpleAssignable ++", function() { - return new Op('++', $1, null, true); - }), o("Expression + Expression", function() { - return new Op('+', $1, $3); - }), o("Expression - Expression", function() { - return new Op('-', $1, $3); - }), o("Expression == Expression", function() { - return new Op('==', $1, $3); - }), o("Expression != Expression", function() { - return new Op('!=', $1, $3); - }), o("Expression MATH Expression", function() { - return new Op($2, $1, $3); - }), o("Expression SHIFT Expression", function() { - return new Op($2, $1, $3); - }), o("Expression COMPARE Expression", function() { - return new Op($2, $1, $3); - }), o("Expression LOGIC Expression", function() { - return new Op($2, $1, $3); - }), o("SimpleAssignable COMPOUND_ASSIGN Expression", function() { - return new Op($2, $1, $3); - }), o("SimpleAssignable COMPOUND_ASSIGN INDENT Expression OUTDENT", function() { - return new Op($2, $1, $4); - }), o("Expression RELATION Expression", function() { - return $2.charAt(0) === '!' ? ($2 === '!in' ? new Op('!', new In($1, $3)) : new Op('!', new Parens(new Op($2.slice(1), $1, $3)))) : ($2 === 'in' ? new In($1, $3) : new Op($2, $1, $3)); - }) - ] - }; - operators = [["left", 'CALL_START', 'CALL_END'], ["nonassoc", '++', '--'], ["left", '?'], ["right", 'UNARY'], ["left", 'MATH'], ["left", '+', '-'], ["left", 'SHIFT'], ["left", 'COMPARE'], ["left", 'RELATION'], ["left", '==', '!='], ["left", 'LOGIC'], ["right", 'COMPOUND_ASSIGN'], ["left", '.'], ["nonassoc", 'INDENT', 'OUTDENT'], ["right", 'WHEN', 'LEADING_WHEN', 'FORIN', 'FOROF', 'BY', 'THROW'], ["right", 'IF', 'UNLESS', 'ELSE', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS'], ["right", '=', ':', 'RETURN'], ["right", '->', '=>', 'UNLESS', 'POST_IF', 'POST_UNLESS']]; - tokens = []; - for (name in grammar) { - if (!__hasProp.call(grammar, name)) continue; - alternatives = grammar[name]; - grammar[name] = (function() { - _result = []; - for (_i = 0, _len = alternatives.length; _i < _len; _i++) { - alt = alternatives[_i]; - _result.push((function() { - for (_j = 0, _len2 = (_ref = alt[0].split(' ')).length; _j < _len2; _j++) { - token = _ref[_j]; - if (!grammar[token]) { - tokens.push(token); - } - } - if (name === 'Root') { - alt[1] = ("return " + (alt[1])); - } - return alt; - })()); - } - return _result; - })(); - } - exports.parser = new Parser({ - tokens: tokens.join(' '), - bnf: grammar, - operators: operators.reverse(), - startSymbol: 'Root' - }); -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/helpers.js b/node/node_modules/jade/support/coffee-script/lib/helpers.js deleted file mode 100644 index 5983bf6..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/helpers.js +++ /dev/null @@ -1,78 +0,0 @@ -(function() { - var extend, flatten, indexOf; - indexOf = (exports.indexOf = Array.indexOf || (Array.prototype.indexOf ? function(array, item, from) { - return array.indexOf(item, from); - } : function(array, item, from) { - var _len, index, other; - for (index = 0, _len = array.length; index < _len; index++) { - other = array[index]; - if (other === item && (!from || (from <= index))) { - return index; - } - } - return -1; - })); - exports.include = function(list, value) { - return indexOf(list, value) >= 0; - }; - exports.starts = function(string, literal, start) { - return literal === string.substr(start, literal.length); - }; - exports.ends = function(string, literal, back) { - var len; - len = literal.length; - return literal === string.substr(string.length - len - (back || 0), len); - }; - exports.compact = function(array) { - var _i, _len, _result, item; - _result = []; - for (_i = 0, _len = array.length; _i < _len; _i++) { - item = array[_i]; - if (item) { - _result.push(item); - } - } - return _result; - }; - exports.count = function(string, letter) { - var num, pos; - num = (pos = 0); - while (pos = 1 + string.indexOf(letter, pos)) { - num++; - } - return num; - }; - exports.merge = function(options, overrides) { - return extend(extend({}, options), overrides); - }; - extend = (exports.extend = function(object, properties) { - var key, val; - for (key in properties) { - val = properties[key]; - object[key] = val; - } - return object; - }); - exports.flatten = (flatten = function(array) { - var _i, _len, element, flattened; - flattened = []; - for (_i = 0, _len = array.length; _i < _len; _i++) { - element = array[_i]; - if (element instanceof Array) { - flattened = flattened.concat(flatten(element)); - } else { - flattened.push(element); - } - } - return flattened; - }); - exports.del = function(obj, key) { - var val; - val = obj[key]; - delete obj[key]; - return val; - }; - exports.last = function(array, back) { - return array[array.length - (back || 0) - 1]; - }; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/index.js b/node/node_modules/jade/support/coffee-script/lib/index.js deleted file mode 100644 index dc5ab13..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/index.js +++ /dev/null @@ -1,9 +0,0 @@ -(function() { - var _ref, key, val; - var __hasProp = Object.prototype.hasOwnProperty; - for (key in _ref = require('./coffee-script')) { - if (!__hasProp.call(_ref, key)) continue; - val = _ref[key]; - (exports[key] = val); - } -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/lexer.js b/node/node_modules/jade/support/coffee-script/lib/lexer.js deleted file mode 100644 index ce25616..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/lexer.js +++ /dev/null @@ -1,638 +0,0 @@ -(function() { - var ASSIGNED, BOOL, CALLABLE, CODE, COFFEE_ALIASES, COFFEE_KEYWORDS, COMMENT, COMPARE, COMPOUND_ASSIGN, HEREDOC, HEREDOC_INDENT, HEREGEX, HEREGEX_OMIT, IDENTIFIER, INDEXABLE, JSTOKEN, JS_FORBIDDEN, JS_KEYWORDS, LEADING_SPACES, LINE_BREAK, LOGIC, Lexer, MATH, MULTILINER, MULTI_DENT, NEXT_CHARACTER, NEXT_ELLIPSIS, NOT_REGEX, NO_NEWLINE, NUMBER, OPERATOR, REGEX, RELATION, RESERVED, Rewriter, SHIFT, SIMPLESTR, TRAILING_SPACES, UNARY, WHITESPACE, _ref, compact, count, include, last, op, starts; - Rewriter = require('./rewriter').Rewriter; - _ref = require('./helpers'), include = _ref.include, count = _ref.count, starts = _ref.starts, compact = _ref.compact, last = _ref.last; - exports.Lexer = (function() { - Lexer = (function() { - function Lexer() { - return this; - }; - return Lexer; - })(); - Lexer.prototype.tokenize = function(code, options) { - var o; - code = code.replace(/\r/g, '').replace(TRAILING_SPACES, ''); - o = options || {}; - this.code = code; - this.i = 0; - this.line = o.line || 0; - this.indent = 0; - this.indebt = 0; - this.outdebt = 0; - this.seenFor = false; - this.indents = []; - this.tokens = []; - while (this.chunk = code.slice(this.i)) { - this.identifierToken() || this.commentToken() || this.whitespaceToken() || this.lineToken() || this.heredocToken() || this.stringToken() || this.numberToken() || this.regexToken() || this.jsToken() || this.literalToken(); - } - this.closeIndentation(); - if (o.rewrite === false) { - return this.tokens; - } - return (new Rewriter).rewrite(this.tokens); - }; - Lexer.prototype.identifierToken = function() { - var colon, forcedIdentifier, id, input, match, tag; - if (!(match = IDENTIFIER.exec(this.chunk))) { - return false; - } - input = match[0], id = match[1], colon = match[2]; - this.i += input.length; - if (id === 'all' && this.tag() === 'FOR') { - this.token('ALL', id); - return true; - } - forcedIdentifier = colon || this.tagAccessor(); - tag = 'IDENTIFIER'; - if (include(JS_KEYWORDS, id) || !forcedIdentifier && include(COFFEE_KEYWORDS, id)) { - tag = id.toUpperCase(); - if (tag === 'WHEN' && include(LINE_BREAK, this.tag())) { - tag = 'LEADING_WHEN'; - } else if (tag === 'FOR') { - this.seenFor = true; - } else if (include(UNARY, tag)) { - tag = 'UNARY'; - } else if (include(RELATION, tag)) { - if (tag !== 'INSTANCEOF' && this.seenFor) { - this.seenFor = false; - tag = 'FOR' + tag; - } else { - tag = 'RELATION'; - if (this.value() === '!') { - this.tokens.pop(); - id = '!' + id; - } - } - } - } - if (include(JS_FORBIDDEN, id)) { - if (forcedIdentifier) { - tag = 'IDENTIFIER'; - id = new String(id); - id.reserved = true; - } else if (include(RESERVED, id)) { - this.identifierError(id); - } - } - if (!forcedIdentifier) { - if (COFFEE_ALIASES.hasOwnProperty(id)) { - tag = (id = COFFEE_ALIASES[id]); - } - if (id === '!') { - tag = 'UNARY'; - } else if (include(LOGIC, id)) { - tag = 'LOGIC'; - } else if (include(BOOL, tag)) { - id = tag.toLowerCase(); - tag = 'BOOL'; - } - } - this.token(tag, id); - if (colon) { - this.token(':', ':'); - } - return true; - }; - Lexer.prototype.numberToken = function() { - var match, number; - if (!(match = NUMBER.exec(this.chunk))) { - return false; - } - number = match[0]; - if (this.tag() === '.' && number.charAt(0) === '.') { - return false; - } - this.i += number.length; - this.token('NUMBER', number); - return true; - }; - Lexer.prototype.stringToken = function() { - var match, string; - switch (this.chunk.charAt(0)) { - case "'": - if (!(match = SIMPLESTR.exec(this.chunk))) { - return false; - } - this.token('STRING', (string = match[0]).replace(MULTILINER, '\\\n')); - break; - case '"': - if (!(string = this.balancedString(this.chunk, [['"', '"'], ['#{', '}']]))) { - return false; - } - if (0 < string.indexOf('#{', 1)) { - this.interpolateString(string.slice(1, -1)); - } else { - this.token('STRING', this.escapeLines(string)); - } - break; - default: - return false; - } - this.line += count(string, '\n'); - this.i += string.length; - return true; - }; - Lexer.prototype.heredocToken = function() { - var doc, heredoc, match, quote; - if (!(match = HEREDOC.exec(this.chunk))) { - return false; - } - heredoc = match[0]; - quote = heredoc.charAt(0); - doc = this.sanitizeHeredoc(match[2], { - quote: quote, - indent: null - }); - if (quote === '"' && (0 <= doc.indexOf('#{'))) { - this.interpolateString(doc, { - heredoc: true - }); - } else { - this.token('STRING', this.makeString(doc, quote, true)); - } - this.line += count(heredoc, '\n'); - this.i += heredoc.length; - return true; - }; - Lexer.prototype.commentToken = function() { - var comment, here, match; - if (!(match = this.chunk.match(COMMENT))) { - return false; - } - comment = match[0], here = match[1]; - this.line += count(comment, '\n'); - this.i += comment.length; - if (here) { - this.token('HERECOMMENT', this.sanitizeHeredoc(here, { - herecomment: true, - indent: Array(this.indent + 1).join(' ') - })); - this.token('TERMINATOR', '\n'); - } - return true; - }; - Lexer.prototype.jsToken = function() { - var match, script; - if (!(this.chunk.charAt(0) === '`' && (match = JSTOKEN.exec(this.chunk)))) { - return false; - } - this.token('JS', (script = match[0]).slice(1, -1)); - this.i += script.length; - return true; - }; - Lexer.prototype.regexToken = function() { - var match, regex; - if (this.chunk.charAt(0) !== '/') { - return false; - } - if (match = HEREGEX.exec(this.chunk)) { - return this.heregexToken(match); - } - if (include(NOT_REGEX, this.tag())) { - return false; - } - if (!(match = REGEX.exec(this.chunk))) { - return false; - } - regex = match[0]; - this.token('REGEX', regex === '//' ? '/(?:)/' : regex); - this.i += regex.length; - return true; - }; - Lexer.prototype.heregexToken = function(match) { - var _i, _len, _ref2, _ref3, _ref4, _this, body, flags, heregex, re, tag, tokens, value; - heregex = match[0], body = match[1], flags = match[2]; - this.i += heregex.length; - if (0 > body.indexOf('#{')) { - re = body.replace(HEREGEX_OMIT, '').replace(/\//g, '\\/'); - this.token('REGEX', "/" + (re || '(?:)') + "/" + flags); - return true; - } - this.token('IDENTIFIER', 'RegExp'); - this.tokens.push(['CALL_START', '(']); - tokens = []; - for (_i = 0, _len = (_ref2 = this.interpolateString(body, { - regex: true - })).length; _i < _len; _i++) { - _ref3 = _ref2[_i], tag = _ref3[0], value = _ref3[1]; - if (tag === 'TOKENS') { - tokens.push.apply(tokens, value); - } else { - if (!(value = value.replace(HEREGEX_OMIT, ''))) { - continue; - } - value = value.replace(/\\/g, '\\\\'); - tokens.push(['STRING', this.makeString(value, '"', true)]); - } - tokens.push(['+', '+']); - } - tokens.pop(); - if ((((_ref4 = tokens[0]) != null) ? _ref4[0] : undefined) !== 'STRING') { - this.tokens.push(['STRING', '""'], ['+', '+']); - } - (_this = this.tokens).push.apply(_this, tokens); - if (flags) { - this.tokens.push([',', ','], ['STRING', '"' + flags + '"']); - } - this.token(')', ')'); - return true; - }; - Lexer.prototype.lineToken = function() { - var diff, indent, match, nextCharacter, noNewlines, prev, size; - if (!(match = MULTI_DENT.exec(this.chunk))) { - return false; - } - indent = match[0]; - this.line += count(indent, '\n'); - this.i += indent.length; - prev = last(this.tokens, 1); - size = indent.length - 1 - indent.lastIndexOf('\n'); - nextCharacter = NEXT_CHARACTER.exec(this.chunk)[1]; - noNewlines = ((nextCharacter === '.' || nextCharacter === ',') && !NEXT_ELLIPSIS.test(this.chunk)) || this.unfinished(); - if (size - this.indebt === this.indent) { - if (noNewlines) { - return this.suppressNewlines(); - } - return this.newlineToken(indent); - } else if (size > this.indent) { - if (noNewlines) { - this.indebt = size - this.indent; - return this.suppressNewlines(); - } - diff = size - this.indent + this.outdebt; - this.token('INDENT', diff); - this.indents.push(diff); - this.outdebt = (this.indebt = 0); - } else { - this.indebt = 0; - this.outdentToken(this.indent - size, noNewlines); - } - this.indent = size; - return true; - }; - Lexer.prototype.outdentToken = function(moveOut, noNewlines, close) { - var dent, len; - while (moveOut > 0) { - len = this.indents.length - 1; - if (this.indents[len] === undefined) { - moveOut = 0; - } else if (this.indents[len] === this.outdebt) { - moveOut -= this.outdebt; - this.outdebt = 0; - } else if (this.indents[len] < this.outdebt) { - this.outdebt -= this.indents[len]; - moveOut -= this.indents[len]; - } else { - dent = this.indents.pop() - this.outdebt; - moveOut -= dent; - this.outdebt = 0; - this.token('OUTDENT', dent); - } - } - if (dent) { - this.outdebt -= moveOut; - } - if (!(this.tag() === 'TERMINATOR' || noNewlines)) { - this.token('TERMINATOR', '\n'); - } - return true; - }; - Lexer.prototype.whitespaceToken = function() { - var match, prev; - if (!(match = WHITESPACE.exec(this.chunk))) { - return false; - } - prev = last(this.tokens); - if (prev) { - prev.spaced = true; - } - this.i += match[0].length; - return true; - }; - Lexer.prototype.newlineToken = function(newlines) { - if (this.tag() !== 'TERMINATOR') { - this.token('TERMINATOR', '\n'); - } - return true; - }; - Lexer.prototype.suppressNewlines = function() { - if (this.value() === '\\') { - this.tokens.pop(); - } - return true; - }; - Lexer.prototype.literalToken = function() { - var _ref2, match, prev, tag, value; - if (match = OPERATOR.exec(this.chunk)) { - value = match[0]; - if (CODE.test(value)) { - this.tagParameters(); - } - } else { - value = this.chunk.charAt(0); - } - this.i += value.length; - tag = value; - prev = last(this.tokens); - if (value === '=' && prev) { - if (!prev[1].reserved && include(JS_FORBIDDEN, prev[1])) { - this.assignmentError(); - } - if (((_ref2 = prev[1]) === '||' || _ref2 === '&&')) { - prev[0] = 'COMPOUND_ASSIGN'; - prev[1] += '='; - return true; - } - } - if (';' === value) { - tag = 'TERMINATOR'; - } else if (include(LOGIC, value)) { - tag = 'LOGIC'; - } else if (include(MATH, value)) { - tag = 'MATH'; - } else if (include(COMPARE, value)) { - tag = 'COMPARE'; - } else if (include(COMPOUND_ASSIGN, value)) { - tag = 'COMPOUND_ASSIGN'; - } else if (include(UNARY, value)) { - tag = 'UNARY'; - } else if (include(SHIFT, value)) { - tag = 'SHIFT'; - } else if (value === '?' && ((prev != null) ? prev.spaced : undefined)) { - tag = 'LOGIC'; - } else if (prev && !prev.spaced) { - if (value === '(' && include(CALLABLE, prev[0])) { - if (prev[0] === '?') { - prev[0] = 'FUNC_EXIST'; - } - tag = 'CALL_START'; - } else if (value === '[' && include(INDEXABLE, prev[0])) { - tag = 'INDEX_START'; - switch (prev[0]) { - case '?': - prev[0] = 'INDEX_SOAK'; - break; - case '::': - prev[0] = 'INDEX_PROTO'; - break; - } - } - } - this.token(tag, value); - return true; - }; - Lexer.prototype.tagAccessor = function() { - var prev; - if (!(prev = last(this.tokens)) || prev.spaced) { - return false; - } - if (prev[1] === '::') { - this.tag(0, 'PROTOTYPE_ACCESS'); - } else if (prev[1] === '.' && this.value(1) !== '.') { - if (this.tag(1) === '?') { - this.tag(0, 'SOAK_ACCESS'); - this.tokens.splice(-2, 1); - } else { - this.tag(0, 'PROPERTY_ACCESS'); - } - } else { - return prev[0] === '@'; - } - return true; - }; - Lexer.prototype.sanitizeHeredoc = function(doc, options) { - var _ref2, attempt, herecomment, indent, match; - indent = options.indent, herecomment = options.herecomment; - if (herecomment && 0 > doc.indexOf('\n')) { - return doc; - } - if (!herecomment) { - while (match = HEREDOC_INDENT.exec(doc)) { - attempt = match[1]; - if (indent === null || (0 < (_ref2 = attempt.length)) && (_ref2 < indent.length)) { - indent = attempt; - } - } - } - if (indent) { - doc = doc.replace(RegExp("\\n" + indent, "g"), '\n'); - } - if (!herecomment) { - doc = doc.replace(/^\n/, ''); - } - return doc; - }; - Lexer.prototype.tagParameters = function() { - var i, tok; - if (this.tag() !== ')') { - return; - } - i = this.tokens.length; - while (tok = this.tokens[--i]) { - switch (tok[0]) { - case 'IDENTIFIER': - tok[0] = 'PARAM'; - break; - case ')': - tok[0] = 'PARAM_END'; - break; - case '(': - case 'CALL_START': - tok[0] = 'PARAM_START'; - return true; - } - } - return true; - }; - Lexer.prototype.closeIndentation = function() { - return this.outdentToken(this.indent); - }; - Lexer.prototype.identifierError = function(word) { - throw SyntaxError("Reserved word \"" + word + "\" on line " + (this.line + 1)); - }; - Lexer.prototype.assignmentError = function() { - throw SyntaxError("Reserved word \"" + (this.value()) + "\" on line " + (this.line + 1) + " can't be assigned"); - }; - Lexer.prototype.balancedString = function(str, delimited, options) { - var _i, _len, close, i, levels, open, pair, slen; - options || (options = {}); - levels = []; - i = 0; - slen = str.length; - while (i < slen) { - if (levels.length && str.charAt(i) === '\\') { - i += 1; - } else { - for (_i = 0, _len = delimited.length; _i < _len; _i++) { - pair = delimited[_i]; - open = pair[0], close = pair[1]; - if (levels.length && starts(str, close, i) && last(levels) === pair) { - levels.pop(); - i += close.length - 1; - if (!levels.length) { - i += 1; - } - break; - } - if (starts(str, open, i)) { - levels.push(pair); - i += open.length - 1; - break; - } - } - } - if (!levels.length) { - break; - } - i += 1; - } - if (levels.length) { - throw SyntaxError("Unterminated " + (levels.pop()[0]) + " starting on line " + (this.line + 1)); - } - return !i ? false : str.slice(0, i); - }; - Lexer.prototype.interpolateString = function(str, options) { - var _len, _ref2, _ref3, _this, expr, heredoc, i, inner, interpolated, letter, nested, pi, regex, tag, tokens, value; - _ref2 = options || (options = {}), heredoc = _ref2.heredoc, regex = _ref2.regex; - tokens = []; - pi = 0; - i = -1; - while (letter = str.charAt(i += 1)) { - if (letter === '\\') { - i += 1; - continue; - } - if (!(letter === '#' && str.charAt(i + 1) === '{' && (expr = this.balancedString(str.slice(i + 1), [['{', '}']])))) { - continue; - } - if (pi < i) { - tokens.push(['TO_BE_STRING', str.slice(pi, i)]); - } - inner = expr.slice(1, -1).replace(LEADING_SPACES, '').replace(TRAILING_SPACES, ''); - if (inner.length) { - nested = new Lexer().tokenize(inner, { - line: this.line, - rewrite: false - }); - nested.pop(); - if (nested.length > 1) { - nested.unshift(['(', '(']); - nested.push([')', ')']); - } - tokens.push(['TOKENS', nested]); - } - i += expr.length; - pi = i + 1; - } - if ((i > pi) && (pi < str.length)) { - tokens.push(['TO_BE_STRING', str.slice(pi)]); - } - if (regex) { - return tokens; - } - if (!tokens.length) { - return this.token('STRING', '""'); - } - if (tokens[0][0] !== 'TO_BE_STRING') { - tokens.unshift(['', '']); - } - if (interpolated = tokens.length > 1) { - this.token('(', '('); - } - for (i = 0, _len = tokens.length; i < _len; i++) { - _ref3 = tokens[i], tag = _ref3[0], value = _ref3[1]; - if (i) { - this.token('+', '+'); - } - if (tag === 'TOKENS') { - (_this = this.tokens).push.apply(_this, value); - } else { - this.token('STRING', this.makeString(value, '"', heredoc)); - } - } - if (interpolated) { - this.token(')', ')'); - } - return tokens; - }; - Lexer.prototype.token = function(tag, value) { - return this.tokens.push([tag, value, this.line]); - }; - Lexer.prototype.tag = function(index, tag) { - var tok; - return (tok = last(this.tokens, index)) && ((tag != null) ? (tok[0] = tag) : tok[0]); - }; - Lexer.prototype.value = function(index, val) { - var tok; - return (tok = last(this.tokens, index)) && ((val != null) ? (tok[1] = val) : tok[1]); - }; - Lexer.prototype.unfinished = function() { - var prev, value; - return (prev = last(this.tokens, 1)) && prev[0] !== '.' && (value = this.value()) && !value.reserved && NO_NEWLINE.test(value) && !CODE.test(value) && !ASSIGNED.test(this.chunk); - }; - Lexer.prototype.escapeLines = function(str, heredoc) { - return str.replace(MULTILINER, heredoc ? '\\n' : ''); - }; - Lexer.prototype.makeString = function(body, quote, heredoc) { - if (!body) { - return quote + quote; - } - body = body.replace(/\\([\s\S])/g, function(match, contents) { - return (contents === '\n' || contents === quote) ? contents : match; - }); - body = body.replace(RegExp("" + quote, "g"), '\\$&'); - return quote + this.escapeLines(body, heredoc) + quote; - }; - return Lexer; - })(); - JS_KEYWORDS = ['true', 'false', 'null', 'this', 'new', 'delete', 'typeof', 'in', 'instanceof', 'return', 'throw', 'break', 'continue', 'debugger', 'if', 'else', 'switch', 'for', 'while', 'try', 'catch', 'finally', 'class', 'extends', 'super']; - COFFEE_KEYWORDS = ['then', 'unless', 'until', 'loop', 'of', 'by', 'when']; - for (op in (COFFEE_ALIASES = { - and: '&&', - or: '||', - is: '==', - isnt: '!=', - not: '!', - yes: 'TRUE', - no: 'FALSE', - on: 'TRUE', - off: 'FALSE' - })) { - COFFEE_KEYWORDS.push(op); - } - RESERVED = ['case', 'default', 'do', 'function', 'var', 'void', 'with', 'const', 'let', 'enum', 'export', 'import', 'native', '__hasProp', '__extends', '__slice']; - JS_FORBIDDEN = JS_KEYWORDS.concat(RESERVED); - IDENTIFIER = /^([$A-Za-z_][$\w]*)([^\n\S]*:(?!:))?/; - NUMBER = /^0x[\da-f]+|^(?:\d+(\.\d+)?|\.\d+)(?:e[+-]?\d+)?/i; - HEREDOC = /^("""|''')([\s\S]*?)(?:\n[ \t]*)?\1/; - OPERATOR = /^(?:-[-=>]?|\+[+=]?|\.\.\.?|[*&|\/%=<>^:!?]+)/; - WHITESPACE = /^[ \t]+/; - COMMENT = /^###([^#][\s\S]*?)(?:###[ \t]*\n|(?:###)?$)|^(?:\s*#(?!##[^#]).*)+/; - CODE = /^[-=]>/; - MULTI_DENT = /^(?:\n[ \t]*)+/; - SIMPLESTR = /^'[^\\']*(?:\\.[^\\']*)*'/; - JSTOKEN = /^`[^\\`]*(?:\\.[^\\`]*)*`/; - REGEX = /^\/(?!\s)[^[\/\n\\]*(?:(?:\\[\s\S]|\[[^\]\n\\]*(?:\\[\s\S][^\]\n\\]*)*])[^[\/\n\\]*)*\/[imgy]{0,4}(?![A-Za-z])/; - HEREGEX = /^\/{3}([\s\S]+?)\/{3}([imgy]{0,4})(?![A-Za-z])/; - HEREGEX_OMIT = /\s+(?:#.*)?/g; - MULTILINER = /\n/g; - HEREDOC_INDENT = /\n+([ \t]*)/g; - ASSIGNED = /^\s*@?[$A-Za-z_][$\w]*[ \t]*?[:=][^:=>]/; - NEXT_CHARACTER = /^\s*(\S?)/; - NEXT_ELLIPSIS = /^\s*\.\.\.?/; - LEADING_SPACES = /^\s+/; - TRAILING_SPACES = /\s+$/; - NO_NEWLINE = /^(?:[-+*&|\/%=<>!.\\][<>=&|]*|and|or|is(?:nt)?|n(?:ot|ew)|delete|typeof|instanceof)$/; - COMPOUND_ASSIGN = ['-=', '+=', '/=', '*=', '%=', '||=', '&&=', '?=', '<<=', '>>=', '>>>=', '&=', '^=', '|=']; - UNARY = ['UMINUS', 'UPLUS', '!', '!!', '~', 'NEW', 'TYPEOF', 'DELETE']; - LOGIC = ['&', '|', '^', '&&', '||']; - SHIFT = ['<<', '>>', '>>>']; - COMPARE = ['<=', '<', '>', '>=']; - MATH = ['*', '/', '%']; - RELATION = ['IN', 'OF', 'INSTANCEOF']; - BOOL = ['TRUE', 'FALSE', 'NULL']; - NOT_REGEX = ['NUMBER', 'REGEX', 'BOOL', '++', '--', ']']; - CALLABLE = ['IDENTIFIER', 'STRING', 'REGEX', ')', ']', '}', '?', '::', '@', 'THIS', 'SUPER']; - INDEXABLE = CALLABLE.concat('NUMBER', 'BOOL'); - LINE_BREAK = ['INDENT', 'OUTDENT', 'TERMINATOR']; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/nodes.js b/node/node_modules/jade/support/coffee-script/lib/nodes.js deleted file mode 100644 index 93d8012..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/nodes.js +++ /dev/null @@ -1,1981 +0,0 @@ -(function() { - var Accessor, ArrayLiteral, Assign, Base, Call, Class, Closure, Code, Comment, Existence, Expressions, Extends, For, IDENTIFIER, IS_STRING, If, In, Index, Literal, NO, NUMBER, ObjectLiteral, Op, Param, Parens, Push, Range, Return, SIMPLENUM, Scope, Slice, Splat, Switch, TAB, THIS, TRAILING_WHITESPACE, Throw, Try, UTILITIES, Value, While, YES, _ref, compact, del, ends, flatten, include, last, merge, starts, utility; - var __extends = function(child, parent) { - function ctor() { this.constructor = child; } - ctor.prototype = parent.prototype; - child.prototype = new ctor; - if (typeof parent.extended === "function") parent.extended(child); - child.__super__ = parent.prototype; - }; - Scope = require('./scope').Scope; - _ref = require('./helpers'), compact = _ref.compact, flatten = _ref.flatten, merge = _ref.merge, del = _ref.del, include = _ref.include, starts = _ref.starts, ends = _ref.ends, last = _ref.last; - YES = function() { - return true; - }; - NO = function() { - return false; - }; - THIS = function() { - return this; - }; - exports.Base = (function() { - Base = (function() { - function Base() { - this.tags = {}; - return this; - }; - return Base; - })(); - Base.prototype.compile = function(o) { - var closure, code, top; - this.options = o ? merge(o) : {}; - this.tab = o.indent; - top = this.topSensitive() ? this.options.top : del(this.options, 'top'); - closure = this.isStatement(o) && !this.isPureStatement() && !top && !this.options.asStatement && !(this instanceof Comment); - code = closure ? this.compileClosure(this.options) : this.compileNode(this.options); - return code; - }; - Base.prototype.compileClosure = function(o) { - o.sharedScope = o.scope; - if (this.containsPureStatement()) { - throw new Error('cannot include a pure statement in an expression.'); - } - return Closure.wrap(this).compile(o); - }; - Base.prototype.compileReference = function(o, options) { - var _len, compiled, i, node, pair, reference; - pair = (function() { - if (!this.isComplex()) { - return [this, this]; - } else { - reference = new Literal(o.scope.freeVariable('ref')); - compiled = new Assign(reference, this); - return [compiled, reference]; - } - }).call(this); - if (((options != null) ? options.precompile : undefined)) { - for (i = 0, _len = pair.length; i < _len; i++) { - node = pair[i]; - (pair[i] = node.compile(o)); - } - } - return pair; - }; - Base.prototype.idt = function(tabs) { - var idt, num; - idt = this.tab || ''; - num = (tabs || 0) + 1; - while (num -= 1) { - idt += TAB; - } - return idt; - }; - Base.prototype.makeReturn = function() { - return new Return(this); - }; - Base.prototype.contains = function(block) { - var contains; - contains = false; - this.traverseChildren(false, function(node) { - if (block(node)) { - contains = true; - return false; - } - }); - return contains; - }; - Base.prototype.containsType = function(type) { - return this instanceof type || this.contains(function(node) { - return node instanceof type; - }); - }; - Base.prototype.containsPureStatement = function() { - return this.isPureStatement() || this.contains(function(node) { - return node.isPureStatement(); - }); - }; - Base.prototype.traverse = function(block) { - return this.traverseChildren(true, block); - }; - Base.prototype.toString = function(idt, override) { - var _i, _len, _ref2, _result, child, children, klass; - idt || (idt = ''); - children = (function() { - _result = []; - for (_i = 0, _len = (_ref2 = this.collectChildren()).length; _i < _len; _i++) { - child = _ref2[_i]; - _result.push(child.toString(idt + TAB)); - } - return _result; - }).call(this).join(''); - klass = override || this.constructor.name + (this.soakNode ? '?' : ''); - return '\n' + idt + klass + children; - }; - Base.prototype.eachChild = function(func) { - var _i, _j, _len, _len2, _ref2, _ref3, _result, attr, child; - if (!this.children) { - return; - } - _result = []; - for (_i = 0, _len = (_ref2 = this.children).length; _i < _len; _i++) { - attr = _ref2[_i]; - if (this[attr]) { - for (_j = 0, _len2 = (_ref3 = flatten([this[attr]])).length; _j < _len2; _j++) { - child = _ref3[_j]; - if (func(child) === false) { - return; - } - } - } - } - return _result; - }; - Base.prototype.collectChildren = function() { - var nodes; - nodes = []; - this.eachChild(function(node) { - return nodes.push(node); - }); - return nodes; - }; - Base.prototype.traverseChildren = function(crossScope, func) { - return this.eachChild(function(child) { - if (func(child) === false) { - return false; - } - return crossScope || !(child instanceof Code) ? child.traverseChildren(crossScope, func) : undefined; - }); - }; - Base.prototype.invert = function() { - return new Op('!', this); - }; - Base.prototype.children = []; - Base.prototype.unwrap = THIS; - Base.prototype.isStatement = NO; - Base.prototype.isPureStatement = NO; - Base.prototype.isComplex = YES; - Base.prototype.topSensitive = NO; - Base.prototype.unfoldSoak = NO; - Base.prototype.assigns = NO; - return Base; - })(); - exports.Expressions = (function() { - Expressions = (function() { - function Expressions(nodes) { - Expressions.__super__.constructor.call(this); - this.expressions = compact(flatten(nodes || [])); - return this; - }; - return Expressions; - })(); - __extends(Expressions, Base); - Expressions.prototype.children = ['expressions']; - Expressions.prototype.isStatement = YES; - Expressions.prototype.push = function(node) { - this.expressions.push(node); - return this; - }; - Expressions.prototype.unshift = function(node) { - this.expressions.unshift(node); - return this; - }; - Expressions.prototype.unwrap = function() { - return this.expressions.length === 1 ? this.expressions[0] : this; - }; - Expressions.prototype.empty = function() { - return this.expressions.length === 0; - }; - Expressions.prototype.makeReturn = function() { - var end, idx; - end = this.expressions[(idx = this.expressions.length - 1)]; - if (end instanceof Comment) { - end = this.expressions[idx -= 1]; - } - if (end && !(end instanceof Return)) { - this.expressions[idx] = end.makeReturn(); - } - return this; - }; - Expressions.prototype.compile = function(o) { - o || (o = {}); - return o.scope ? Expressions.__super__.compile.call(this, o) : this.compileRoot(o); - }; - Expressions.prototype.compileNode = function(o) { - var _i, _len, _ref2, _result, node; - return (function() { - _result = []; - for (_i = 0, _len = (_ref2 = this.expressions).length; _i < _len; _i++) { - node = _ref2[_i]; - _result.push(this.compileExpression(node, merge(o))); - } - return _result; - }).call(this).join('\n'); - }; - Expressions.prototype.compileRoot = function(o) { - var code; - o.indent = (this.tab = o.bare ? '' : TAB); - o.scope = new Scope(null, this, null); - code = this.compileWithDeclarations(o); - code = code.replace(TRAILING_WHITESPACE, ''); - return o.bare ? code : ("(function() {\n" + code + "\n}).call(this);\n"); - }; - Expressions.prototype.compileWithDeclarations = function(o) { - var code; - code = this.compileNode(o); - if (o.scope.hasAssignments(this)) { - code = ("" + (this.tab) + "var " + (o.scope.compiledAssignments().replace(/\n/g, '$&' + this.tab)) + ";\n" + code); - } - if (!o.globals && o.scope.hasDeclarations(this)) { - code = ("" + (this.tab) + "var " + (o.scope.compiledDeclarations()) + ";\n" + code); - } - return code; - }; - Expressions.prototype.compileExpression = function(node, o) { - var compiledNode; - this.tab = o.indent; - node.tags.front = true; - compiledNode = node.compile(merge(o, { - top: true - })); - return node.isStatement(o) ? compiledNode : ("" + (this.idt()) + compiledNode + ";"); - }; - return Expressions; - })(); - Expressions.wrap = function(nodes) { - if (nodes.length === 1 && nodes[0] instanceof Expressions) { - return nodes[0]; - } - return new Expressions(nodes); - }; - exports.Literal = (function() { - Literal = (function() { - function Literal(_arg) { - this.value = _arg; - Literal.__super__.constructor.call(this); - return this; - }; - return Literal; - })(); - __extends(Literal, Base); - Literal.prototype.makeReturn = function() { - return this.isStatement() ? this : Literal.__super__.makeReturn.call(this); - }; - Literal.prototype.isStatement = function() { - var _ref2; - return ((_ref2 = this.value) === 'break' || _ref2 === 'continue' || _ref2 === 'debugger'); - }; - Literal.prototype.isPureStatement = Literal.prototype.isStatement; - Literal.prototype.isComplex = NO; - Literal.prototype.isReserved = function() { - return !!this.value.reserved; - }; - Literal.prototype.assigns = function(name) { - return name === this.value; - }; - Literal.prototype.compileNode = function(o) { - var end, idt, val; - idt = this.isStatement(o) ? this.idt() : ''; - end = this.isStatement(o) ? ';' : ''; - val = this.isReserved() ? ("\"" + (this.value) + "\"") : this.value; - return idt + val + end; - }; - Literal.prototype.toString = function() { - return ' "' + this.value + '"'; - }; - return Literal; - })(); - exports.Return = (function() { - Return = (function() { - function Return(_arg) { - this.expression = _arg; - Return.__super__.constructor.call(this); - return this; - }; - return Return; - })(); - __extends(Return, Base); - Return.prototype.isStatement = YES; - Return.prototype.isPureStatement = YES; - Return.prototype.children = ['expression']; - Return.prototype.makeReturn = THIS; - Return.prototype.compile = function(o) { - var _ref2, expr; - expr = (((_ref2 = this.expression) != null) ? _ref2.makeReturn() : undefined); - if (expr && (!(expr instanceof Return))) { - return expr.compile(o); - } - return Return.__super__.compile.call(this, o); - }; - Return.prototype.compileNode = function(o) { - var expr; - expr = ''; - if (this.expression) { - if (this.expression.isStatement(o)) { - o.asStatement = true; - } - expr = ' ' + this.expression.compile(o); - } - return "" + (this.tab) + "return" + expr + ";"; - }; - return Return; - })(); - exports.Value = (function() { - Value = (function() { - function Value(_arg, _arg2, tag) { - this.properties = _arg2; - this.base = _arg; - Value.__super__.constructor.call(this); - this.properties || (this.properties = []); - if (tag) { - this.tags[tag] = true; - } - return this; - }; - return Value; - })(); - __extends(Value, Base); - Value.prototype.children = ['base', 'properties']; - Value.prototype.push = function(prop) { - this.properties.push(prop); - return this; - }; - Value.prototype.hasProperties = function() { - return !!this.properties.length; - }; - Value.prototype.isArray = function() { - return this.base instanceof ArrayLiteral && !this.properties.length; - }; - Value.prototype.isObject = function() { - return this.base instanceof ObjectLiteral && !this.properties.length; - }; - Value.prototype.isSplice = function() { - return last(this.properties) instanceof Slice; - }; - Value.prototype.isComplex = function() { - return this.base.isComplex() || this.hasProperties(); - }; - Value.prototype.assigns = function(name) { - return !this.properties.length && this.base.assigns(name); - }; - Value.prototype.makeReturn = function() { - return this.properties.length ? Value.__super__.makeReturn.call(this) : this.base.makeReturn(); - }; - Value.prototype.unwrap = function() { - return this.properties.length ? this : this.base; - }; - Value.prototype.isStatement = function(o) { - return this.base.isStatement(o) && !this.properties.length; - }; - Value.prototype.isSimpleNumber = function() { - return this.base instanceof Literal && SIMPLENUM.test(this.base.value); - }; - Value.prototype.cacheReference = function(o) { - var base, bref, name, nref; - name = last(this.properties); - if (!this.base.isComplex() && this.properties.length < 2 && !((name != null) ? name.isComplex() : undefined)) { - return [this, this]; - } - base = new Value(this.base, this.properties.slice(0, -1)); - if (base.isComplex()) { - bref = new Literal(o.scope.freeVariable('base')); - base = new Value(new Parens(new Assign(bref, base))); - } - if (!name) { - return [base, bref]; - } - if (name.isComplex()) { - nref = new Literal(o.scope.freeVariable('name')); - name = new Index(new Assign(nref, name.index)); - nref = new Index(nref); - } - return [base.push(name), new Value(bref || base.base, [nref || name])]; - }; - Value.prototype.compile = function(o) { - this.base.tags.front = this.tags.front; - return !o.top || this.properties.length ? Value.__super__.compile.call(this, o) : this.base.compile(o); - }; - Value.prototype.compileNode = function(o) { - var _i, _len, code, ifn, prop, props; - if (ifn = this.unfoldSoak(o)) { - return ifn.compile(o); - } - props = this.properties; - if (this.parenthetical && !props.length) { - this.base.parenthetical = true; - } - code = this.base.compile(o); - if (props[0] instanceof Accessor && this.isSimpleNumber()) { - code = ("(" + code + ")"); - } - for (_i = 0, _len = props.length; _i < _len; _i++) { - prop = props[_i]; - (code += prop.compile(o)); - } - return code; - }; - Value.prototype.unfoldSoak = function(o) { - var _len, _ref2, fst, i, ifn, prop, ref, snd; - if (ifn = this.base.unfoldSoak(o)) { - Array.prototype.push.apply(ifn.body.properties, this.properties); - return ifn; - } - for (i = 0, _len = (_ref2 = this.properties).length; i < _len; i++) { - prop = _ref2[i]; - if (prop.soakNode) { - prop.soakNode = false; - fst = new Value(this.base, this.properties.slice(0, i)); - snd = new Value(this.base, this.properties.slice(i)); - if (fst.isComplex()) { - ref = new Literal(o.scope.freeVariable('ref')); - fst = new Parens(new Assign(ref, fst)); - snd.base = ref; - } - ifn = new If(new Existence(fst), snd, { - soak: true - }); - return ifn; - } - } - return null; - }; - return Value; - })(); - exports.Comment = (function() { - Comment = (function() { - function Comment(_arg) { - this.comment = _arg; - Comment.__super__.constructor.call(this); - return this; - }; - return Comment; - })(); - __extends(Comment, Base); - Comment.prototype.isStatement = YES; - Comment.prototype.makeReturn = THIS; - Comment.prototype.compileNode = function(o) { - return this.tab + '/*' + this.comment.replace(/\n/g, '\n' + this.tab) + '*/'; - }; - return Comment; - })(); - exports.Call = (function() { - Call = (function() { - function Call(variable, _arg, _arg2) { - this.soakNode = _arg2; - this.args = _arg; - Call.__super__.constructor.call(this); - this.isNew = false; - this.isSuper = variable === 'super'; - this.variable = this.isSuper ? null : variable; - this.args || (this.args = []); - return this; - }; - return Call; - })(); - __extends(Call, Base); - Call.prototype.children = ['variable', 'args']; - Call.prototype.compileSplatArguments = function(o) { - return Splat.compileSplattedArray(this.args, o); - }; - Call.prototype.newInstance = function() { - this.isNew = true; - return this; - }; - Call.prototype.prefix = function() { - return this.isNew ? 'new ' : ''; - }; - Call.prototype.superReference = function(o) { - var method, name; - method = o.scope.method; - if (!method) { - throw Error("cannot call super outside of a function."); - } - name = method.name; - if (!name) { - throw Error("cannot call super on an anonymous function."); - } - return method.klass ? ("" + (method.klass) + ".__super__." + name) : ("" + name + ".__super__.constructor"); - }; - Call.prototype.unfoldSoak = function(o) { - var _i, _len, _ref2, _ref3, call, ifn, left, list, rite, val; - if (this.soakNode) { - if (val = this.variable) { - if (!(val instanceof Value)) { - val = new Value(val); - } - _ref2 = val.cacheReference(o), left = _ref2[0], rite = _ref2[1]; - } else { - left = new Literal(this.superReference(o)); - rite = new Value(left); - } - rite = new Call(rite, this.args); - rite.isNew = this.isNew; - left = new Literal("typeof " + (left.compile(o)) + " === \"function\""); - ifn = new If(left, new Value(rite), { - soak: true - }); - return ifn; - } - call = this; - list = []; - while (true) { - if (call.variable instanceof Call) { - list.push(call); - call = call.variable; - continue; - } - if (!(call.variable instanceof Value)) { - break; - } - list.push(call); - if (!((call = call.variable.base) instanceof Call)) { - break; - } - } - for (_i = 0, _len = (_ref3 = list.reverse()).length; _i < _len; _i++) { - call = _ref3[_i]; - if (ifn) { - if (call.variable instanceof Call) { - call.variable = ifn; - } else { - call.variable.base = ifn; - } - } - ifn = If.unfoldSoak(o, call, 'variable'); - } - return ifn; - }; - Call.prototype.compileNode = function(o) { - var _i, _j, _len, _len2, _ref2, _ref3, _ref4, _result, arg, args, ifn; - if (ifn = this.unfoldSoak(o)) { - return ifn.compile(o); - } - (((_ref2 = this.variable) != null) ? (_ref2.tags.front = this.tags.front) : undefined); - for (_i = 0, _len = (_ref3 = this.args).length; _i < _len; _i++) { - arg = _ref3[_i]; - if (arg instanceof Splat) { - return this.compileSplat(o); - } - } - args = (function() { - _result = []; - for (_j = 0, _len2 = (_ref4 = this.args).length; _j < _len2; _j++) { - arg = _ref4[_j]; - _result.push((arg.parenthetical = true) && arg.compile(o)); - } - return _result; - }).call(this).join(', '); - return this.isSuper ? this.compileSuper(args, o) : ("" + (this.prefix()) + (this.variable.compile(o)) + "(" + args + ")"); - }; - Call.prototype.compileSuper = function(args, o) { - return "" + (this.superReference(o)) + ".call(this" + (args.length ? ', ' : '') + args + ")"; - }; - Call.prototype.compileSplat = function(o) { - var base, fun, idt, name, ref, splatargs; - splatargs = this.compileSplatArguments(o); - if (this.isSuper) { - return ("" + (this.superReference(o)) + ".apply(this, " + splatargs + ")"); - } - if (!this.isNew) { - if (!((base = this.variable) instanceof Value)) { - base = new Value(base); - } - if ((name = base.properties.pop()) && base.isComplex()) { - ref = o.scope.freeVariable('this'); - fun = ("(" + ref + " = " + (base.compile(o)) + ")" + (name.compile(o))); - } else { - fun = (ref = base.compile(o)); - if (name) { - fun += name.compile(o); - } - } - return ("" + fun + ".apply(" + ref + ", " + splatargs + ")"); - } - idt = this.idt(1); - return "(function(func, args, ctor) {\n" + idt + "ctor.prototype = func.prototype;\n" + idt + "var child = new ctor, result = func.apply(child, args);\n" + idt + "return typeof result === \"object\" ? result : child;\n" + (this.tab) + "})(" + (this.variable.compile(o)) + ", " + splatargs + ", function() {})"; - }; - return Call; - })(); - exports.Extends = (function() { - Extends = (function() { - function Extends(_arg, _arg2) { - this.parent = _arg2; - this.child = _arg; - Extends.__super__.constructor.call(this); - return this; - }; - return Extends; - })(); - __extends(Extends, Base); - Extends.prototype.children = ['child', 'parent']; - Extends.prototype.compileNode = function(o) { - var ref; - ref = new Value(new Literal(utility('extends'))); - return (new Call(ref, [this.child, this.parent])).compile(o); - }; - return Extends; - })(); - exports.Accessor = (function() { - Accessor = (function() { - function Accessor(_arg, tag) { - this.name = _arg; - Accessor.__super__.constructor.call(this); - this.prototype = tag === 'prototype' ? '.prototype' : ''; - this.soakNode = tag === 'soak'; - return this; - }; - return Accessor; - })(); - __extends(Accessor, Base); - Accessor.prototype.children = ['name']; - Accessor.prototype.compileNode = function(o) { - var name, namePart; - name = this.name.compile(o); - namePart = name.match(IS_STRING) ? ("[" + name + "]") : ("." + name); - return this.prototype + namePart; - }; - Accessor.prototype.isComplex = NO; - return Accessor; - })(); - exports.Index = (function() { - Index = (function() { - function Index(_arg) { - this.index = _arg; - Index.__super__.constructor.call(this); - return this; - }; - return Index; - })(); - __extends(Index, Base); - Index.prototype.children = ['index']; - Index.prototype.compileNode = function(o) { - var idx, prefix; - idx = this.index.compile(o); - prefix = this.proto ? '.prototype' : ''; - return "" + prefix + "[" + idx + "]"; - }; - Index.prototype.isComplex = function() { - return this.index.isComplex(); - }; - return Index; - })(); - exports.Range = (function() { - Range = (function() { - function Range(_arg, _arg2, tag) { - this.to = _arg2; - this.from = _arg; - Range.__super__.constructor.call(this); - this.exclusive = tag === 'exclusive'; - this.equals = this.exclusive ? '' : '='; - return this; - }; - return Range; - })(); - __extends(Range, Base); - Range.prototype.children = ['from', 'to']; - Range.prototype.compileVariables = function(o) { - var _ref2, _ref3, _ref4, parts; - o = merge(o, { - top: true - }); - _ref2 = this.from.compileReference(o, { - precompile: true - }), this.from = _ref2[0], this.fromVar = _ref2[1]; - _ref3 = this.to.compileReference(o, { - precompile: true - }), this.to = _ref3[0], this.toVar = _ref3[1]; - _ref4 = [this.fromVar.match(SIMPLENUM), this.toVar.match(SIMPLENUM)], this.fromNum = _ref4[0], this.toNum = _ref4[1]; - parts = []; - if (this.from !== this.fromVar) { - parts.push(this.from); - } - return this.to !== this.toVar ? parts.push(this.to) : undefined; - }; - Range.prototype.compileNode = function(o) { - var compare, idx, incr, intro, step, stepPart, vars; - this.compileVariables(o); - if (!o.index) { - return this.compileArray(o); - } - if (this.fromNum && this.toNum) { - return this.compileSimple(o); - } - idx = del(o, 'index'); - step = del(o, 'step'); - vars = ("" + idx + " = " + (this.from)) + (this.to !== this.toVar ? (", " + (this.to)) : ''); - intro = ("(" + (this.fromVar) + " <= " + (this.toVar) + " ? " + idx); - compare = ("" + intro + " <" + (this.equals) + " " + (this.toVar) + " : " + idx + " >" + (this.equals) + " " + (this.toVar) + ")"); - stepPart = step ? step.compile(o) : '1'; - incr = step ? ("" + idx + " += " + stepPart) : ("" + intro + " += " + stepPart + " : " + idx + " -= " + stepPart + ")"); - return "" + vars + "; " + compare + "; " + incr; - }; - Range.prototype.compileSimple = function(o) { - var _ref2, from, idx, step, to; - _ref2 = [+this.fromNum, +this.toNum], from = _ref2[0], to = _ref2[1]; - idx = del(o, 'index'); - step = del(o, 'step'); - step && (step = ("" + idx + " += " + (step.compile(o)))); - return from <= to ? ("" + idx + " = " + from + "; " + idx + " <" + (this.equals) + " " + to + "; " + (step || ("" + idx + "++"))) : ("" + idx + " = " + from + "; " + idx + " >" + (this.equals) + " " + to + "; " + (step || ("" + idx + "--"))); - }; - Range.prototype.compileArray = function(o) { - var _i, _ref2, _ref3, _result, body, clause, i, idt, post, pre, range, result, vars; - if (this.fromNum && this.toNum && (Math.abs(this.fromNum - this.toNum) <= 20)) { - range = (function() { - _result = []; - for (var _i = _ref2 = +this.fromNum, _ref3 = +this.toNum; _ref2 <= _ref3 ? _i <= _ref3 : _i >= _ref3; _ref2 <= _ref3 ? _i += 1 : _i -= 1){ _result.push(_i); } - return _result; - }).call(this); - if (this.exclusive) { - range.pop(); - } - return ("[" + (range.join(', ')) + "]"); - } - idt = this.idt(1); - i = o.scope.freeVariable('i'); - result = o.scope.freeVariable('result'); - pre = ("\n" + idt + result + " = [];"); - if (this.fromNum && this.toNum) { - o.index = i; - body = this.compileSimple(o); - } else { - vars = ("" + i + " = " + (this.from)) + (this.to !== this.toVar ? (", " + (this.to)) : ''); - clause = ("" + (this.fromVar) + " <= " + (this.toVar) + " ?"); - body = ("var " + vars + "; " + clause + " " + i + " <" + (this.equals) + " " + (this.toVar) + " : " + i + " >" + (this.equals) + " " + (this.toVar) + "; " + clause + " " + i + " += 1 : " + i + " -= 1"); - } - post = ("{ " + result + ".push(" + i + "); }\n" + idt + "return " + result + ";\n" + (o.indent)); - return "(function() {" + pre + "\n" + idt + "for (" + body + ")" + post + "}).call(this)"; - }; - return Range; - })(); - exports.Slice = (function() { - Slice = (function() { - function Slice(_arg) { - this.range = _arg; - Slice.__super__.constructor.call(this); - return this; - }; - return Slice; - })(); - __extends(Slice, Base); - Slice.prototype.children = ['range']; - Slice.prototype.compileNode = function(o) { - var from, to; - from = this.range.from ? this.range.from.compile(o) : '0'; - to = this.range.to ? this.range.to.compile(o) : ''; - to += (!to || this.range.exclusive ? '' : ' + 1'); - if (to) { - to = ', ' + to; - } - return ".slice(" + from + to + ")"; - }; - return Slice; - })(); - exports.ObjectLiteral = (function() { - ObjectLiteral = (function() { - function ObjectLiteral(props) { - ObjectLiteral.__super__.constructor.call(this); - this.objects = (this.properties = props || []); - return this; - }; - return ObjectLiteral; - })(); - __extends(ObjectLiteral, Base); - ObjectLiteral.prototype.children = ['properties']; - ObjectLiteral.prototype.compileNode = function(o) { - var _i, _len, _ref2, _result, i, indent, join, lastNoncom, nonComments, obj, prop, props, top; - top = del(o, 'top'); - o.indent = this.idt(1); - nonComments = (function() { - _result = []; - for (_i = 0, _len = (_ref2 = this.properties).length; _i < _len; _i++) { - prop = _ref2[_i]; - if (!(prop instanceof Comment)) { - _result.push(prop); - } - } - return _result; - }).call(this); - lastNoncom = last(nonComments); - props = (function() { - _result = []; - for (i = 0, _len = (_ref2 = this.properties).length; i < _len; i++) { - prop = _ref2[i]; - _result.push((function() { - join = i === this.properties.length - 1 ? '' : (prop === lastNoncom || prop instanceof Comment ? '\n' : ',\n'); - indent = prop instanceof Comment ? '' : this.idt(1); - if (prop instanceof Value && prop.tags["this"]) { - prop = new Assign(prop.properties[0].name, prop, 'object'); - } else if (!(prop instanceof Assign) && !(prop instanceof Comment)) { - prop = new Assign(prop, prop, 'object'); - } - return indent + prop.compile(o) + join; - }).call(this)); - } - return _result; - }).call(this); - props = props.join(''); - obj = ("{" + (props ? '\n' + props + '\n' + this.idt() : '') + "}"); - return this.tags.front ? ("(" + obj + ")") : obj; - }; - ObjectLiteral.prototype.assigns = function(name) { - var _i, _len, _ref2, prop; - for (_i = 0, _len = (_ref2 = this.properties).length; _i < _len; _i++) { - prop = _ref2[_i]; - if (prop.assigns(name)) { - return true; - } - } - return false; - }; - return ObjectLiteral; - })(); - exports.ArrayLiteral = (function() { - ArrayLiteral = (function() { - function ArrayLiteral(_arg) { - this.objects = _arg; - ArrayLiteral.__super__.constructor.call(this); - this.objects || (this.objects = []); - return this; - }; - return ArrayLiteral; - })(); - __extends(ArrayLiteral, Base); - ArrayLiteral.prototype.children = ['objects']; - ArrayLiteral.prototype.compileSplatLiteral = function(o) { - return Splat.compileSplattedArray(this.objects, o); - }; - ArrayLiteral.prototype.compileNode = function(o) { - var _i, _len, _len2, _ref2, _ref3, code, i, obj, objects; - o.indent = this.idt(1); - for (_i = 0, _len = (_ref2 = this.objects).length; _i < _len; _i++) { - obj = _ref2[_i]; - if (obj instanceof Splat) { - return this.compileSplatLiteral(o); - } - } - objects = []; - for (i = 0, _len2 = (_ref3 = this.objects).length; i < _len2; i++) { - obj = _ref3[i]; - code = obj.compile(o); - objects.push(obj instanceof Comment ? ("\n" + code + "\n" + (o.indent)) : (i === this.objects.length - 1 ? code : code + ', ')); - } - objects = objects.join(''); - return 0 < objects.indexOf('\n') ? ("[\n" + (o.indent) + objects + "\n" + (this.tab) + "]") : ("[" + objects + "]"); - }; - ArrayLiteral.prototype.assigns = function(name) { - var _i, _len, _ref2, obj; - for (_i = 0, _len = (_ref2 = this.objects).length; _i < _len; _i++) { - obj = _ref2[_i]; - if (obj.assigns(name)) { - return true; - } - } - return false; - }; - return ArrayLiteral; - })(); - exports.Class = (function() { - Class = (function() { - function Class(variable, _arg, _arg2) { - this.properties = _arg2; - this.parent = _arg; - Class.__super__.constructor.call(this); - this.variable = variable === '__temp__' ? new Literal(variable) : variable; - this.properties || (this.properties = []); - this.returns = false; - return this; - }; - return Class; - })(); - __extends(Class, Base); - Class.prototype.children = ['variable', 'parent', 'properties']; - Class.prototype.isStatement = YES; - Class.prototype.makeReturn = function() { - this.returns = true; - return this; - }; - Class.prototype.compileNode = function(o) { - var _i, _len, _ref2, _ref3, _ref4, access, applied, apply, className, constScope, construct, constructor, extension, func, me, pname, prop, props, pvar, ref, returns, val, variable; - variable = this.variable; - if (variable.value === '__temp__') { - variable = new Literal(o.scope.freeVariable('ctor')); - } - extension = this.parent && new Extends(variable, this.parent); - props = new Expressions; - o.top = true; - me = null; - className = variable.compile(o); - constScope = null; - if (this.parent) { - applied = new Value(this.parent, [new Accessor(new Literal('apply'))]); - constructor = new Code([], new Expressions([new Call(applied, [new Literal('this'), new Literal('arguments')])])); - } else { - constructor = new Code([], new Expressions([new Return(new Literal('this'))])); - } - for (_i = 0, _len = (_ref2 = this.properties).length; _i < _len; _i++) { - prop = _ref2[_i]; - _ref3 = [prop.variable, prop.value], pvar = _ref3[0], func = _ref3[1]; - if (pvar && pvar.base.value === 'constructor') { - if (!(func instanceof Code)) { - _ref4 = func.compileReference(o), func = _ref4[0], ref = _ref4[1]; - if (func !== ref) { - props.push(func); - } - apply = new Call(new Value(ref, [new Accessor(new Literal('apply'))]), [new Literal('this'), new Literal('arguments')]); - func = new Code([], new Expressions([apply])); - } - if (func.bound) { - throw new Error("cannot define a constructor as a bound function."); - } - func.name = className; - func.body.push(new Return(new Literal('this'))); - variable = new Value(variable); - variable.namespaced = 0 < className.indexOf('.'); - constructor = func; - if (props.expressions[props.expressions.length - 1] instanceof Comment) { - constructor.comment = props.expressions.pop(); - } - continue; - } - if (func instanceof Code && func.bound) { - if (prop.context === 'this') { - func.context = className; - } else { - func.bound = false; - constScope || (constScope = new Scope(o.scope, constructor.body, constructor)); - me || (me = constScope.freeVariable('this')); - pname = pvar.compile(o); - if (constructor.body.empty()) { - constructor.body.push(new Return(new Literal('this'))); - } - constructor.body.unshift(new Literal("this." + pname + " = function(){ return " + className + ".prototype." + pname + ".apply(" + me + ", arguments); }")); - } - } - if (pvar) { - access = prop.context === 'this' ? pvar.base.properties[0] : new Accessor(pvar, 'prototype'); - val = new Value(variable, [access]); - prop = new Assign(val, func); - } - props.push(prop); - } - constructor.className = className.match(/[\w\d\$_]+$/); - if (me) { - constructor.body.unshift(new Literal("" + me + " = this")); - } - construct = this.idt() + new Assign(variable, constructor).compile(merge(o, { - sharedScope: constScope - })) + ';'; - props = !props.empty() ? '\n' + props.compile(o) : ''; - extension = extension ? '\n' + this.idt() + extension.compile(o) + ';' : ''; - returns = this.returns ? '\n' + new Return(variable).compile(o) : ''; - return construct + extension + props + returns; - }; - return Class; - })(); - exports.Assign = (function() { - Assign = (function() { - function Assign(_arg, _arg2, _arg3) { - this.context = _arg3; - this.value = _arg2; - this.variable = _arg; - Assign.__super__.constructor.call(this); - return this; - }; - return Assign; - })(); - __extends(Assign, Base); - Assign.prototype.METHOD_DEF = /^(?:(\S+)\.prototype\.)?([$A-Za-z_][$\w]*)$/; - Assign.prototype.children = ['variable', 'value']; - Assign.prototype.topSensitive = YES; - Assign.prototype.isValue = function() { - return this.variable instanceof Value; - }; - Assign.prototype.compileNode = function(o) { - var ifn, isValue, match, name, stmt, top, val; - if (isValue = this.isValue()) { - if (this.variable.isArray() || this.variable.isObject()) { - return this.compilePatternMatch(o); - } - if (this.variable.isSplice()) { - return this.compileSplice(o); - } - if (ifn = If.unfoldSoak(o, this, 'variable')) { - delete o.top; - return ifn.compile(o); - } - } - top = del(o, 'top'); - stmt = del(o, 'asStatement'); - name = this.variable.compile(o); - if (this.value instanceof Code && (match = this.METHOD_DEF.exec(name))) { - this.value.name = match[2]; - this.value.klass = match[1]; - } - val = this.value.compile(o); - if (this.context === 'object') { - return ("" + name + ": " + val); - } - if (!(isValue && (this.variable.hasProperties() || this.variable.namespaced))) { - o.scope.find(name); - } - val = ("" + name + " = " + val); - if (stmt) { - return ("" + (this.tab) + val + ";"); - } - return top || this.parenthetical ? val : ("(" + val + ")"); - }; - Assign.prototype.compilePatternMatch = function(o) { - var _len, _ref2, _ref3, accessClass, assigns, code, i, idx, isObject, obj, objects, olength, otop, ref, splat, top, val, valVar, value; - if ((value = this.value).isStatement(o)) { - value = Closure.wrap(value); - } - objects = this.variable.base.objects; - if (!(olength = objects.length)) { - return value.compile(o); - } - isObject = this.variable.isObject(); - if (o.top && olength === 1 && !((obj = objects[0]) instanceof Splat)) { - if (obj instanceof Assign) { - _ref2 = obj, idx = _ref2.variable.base, obj = _ref2.value; - } else { - idx = isObject ? (obj.tags["this"] ? obj.properties[0].name : obj) : new Literal(0); - } - if (!(value instanceof Value)) { - value = new Value(value); - } - accessClass = IDENTIFIER.test(idx.value) ? Accessor : Index; - value.properties.push(new accessClass(idx)); - return new Assign(obj, value).compile(o); - } - top = del(o, 'top'); - otop = merge(o, { - top: true - }); - valVar = value.compile(o); - assigns = []; - splat = false; - if (!IDENTIFIER.test(valVar) || this.variable.assigns(valVar)) { - assigns.push("" + (ref = o.scope.freeVariable('ref')) + " = " + valVar); - valVar = ref; - } - for (i = 0, _len = objects.length; i < _len; i++) { - obj = objects[i]; - idx = i; - if (isObject) { - if (obj instanceof Assign) { - _ref3 = obj, idx = _ref3.variable.base, obj = _ref3.value; - } else { - idx = obj.tags["this"] ? obj.properties[0].name : obj; - } - } - if (!(obj instanceof Value || obj instanceof Splat)) { - throw new Error('pattern matching must use only identifiers on the left-hand side.'); - } - accessClass = isObject && IDENTIFIER.test(idx.value) ? Accessor : Index; - if (!splat && obj instanceof Splat) { - val = new Literal(obj.compileValue(o, valVar, i, olength - i - 1)); - splat = true; - } else { - if (typeof idx !== 'object') { - idx = new Literal(splat ? ("" + valVar + ".length - " + (olength - idx)) : idx); - } - val = new Value(new Literal(valVar), [new accessClass(idx)]); - } - assigns.push(new Assign(obj, val).compile(otop)); - } - if (!top) { - assigns.push(valVar); - } - code = assigns.join(', '); - return top || this.parenthetical ? code : ("(" + code + ")"); - }; - Assign.prototype.compileSplice = function(o) { - var from, name, plus, range, ref, to, val; - range = this.variable.properties.pop().range; - name = this.variable.compile(o); - plus = range.exclusive ? '' : ' + 1'; - from = range.from ? range.from.compile(o) : '0'; - to = range.to ? range.to.compile(o) + ' - ' + from + plus : ("" + name + ".length"); - ref = o.scope.freeVariable('ref'); - val = this.value.compile(o); - return "([].splice.apply(" + name + ", [" + from + ", " + to + "].concat(" + ref + " = " + val + ")), " + ref + ")"; - }; - Assign.prototype.assigns = function(name) { - return this[this.context === 'object' ? 'value' : 'variable'].assigns(name); - }; - return Assign; - })(); - exports.Code = (function() { - Code = (function() { - function Code(_arg, _arg2, tag) { - this.body = _arg2; - this.params = _arg; - Code.__super__.constructor.call(this); - this.params || (this.params = []); - this.body || (this.body = new Expressions); - this.bound = tag === 'boundfunc'; - if (this.bound) { - this.context = 'this'; - } - return this; - }; - return Code; - })(); - __extends(Code, Base); - Code.prototype.children = ['params', 'body']; - Code.prototype.compileNode = function(o) { - var _i, _len, _len2, _ref2, _ref3, _result, close, code, comm, empty, func, i, open, param, params, sharedScope, splat, top, value; - sharedScope = del(o, 'sharedScope'); - top = del(o, 'top'); - o.scope = sharedScope || new Scope(o.scope, this.body, this); - o.top = true; - o.indent = this.idt(1); - empty = this.body.expressions.length === 0; - delete o.bare; - delete o.globals; - splat = undefined; - params = []; - for (i = 0, _len = (_ref2 = this.params).length; i < _len; i++) { - param = _ref2[i]; - if (splat) { - if (param.attach) { - param.assign = new Assign(new Value(new Literal('this'), [new Accessor(param.value)])); - this.body.expressions.splice(splat.index + 1, 0, param.assign); - } - splat.trailings.push(param); - } else { - if (param.attach) { - value = param.value; - _ref3 = [new Literal(o.scope.freeVariable('arg')), param.splat], param = _ref3[0], param.splat = _ref3[1]; - this.body.unshift(new Assign(new Value(new Literal('this'), [new Accessor(value)]), param)); - } - if (param.splat) { - splat = new Splat(param.value); - splat.index = i; - splat.trailings = []; - splat.arglength = this.params.length; - this.body.unshift(splat); - } else { - params.push(param); - } - } - } - o.scope.startLevel(); - params = (function() { - _result = []; - for (_i = 0, _len2 = params.length; _i < _len2; _i++) { - param = params[_i]; - _result.push(param.compile(o)); - } - return _result; - })(); - if (!(empty || this.noReturn)) { - this.body.makeReturn(); - } - for (_i = 0, _len2 = params.length; _i < _len2; _i++) { - param = params[_i]; - (o.scope.parameter(param)); - } - comm = this.comment ? this.comment.compile(o) + '\n' : ''; - if (this.className) { - o.indent = this.idt(2); - } - code = this.body.expressions.length ? ("\n" + (this.body.compileWithDeclarations(o)) + "\n") : ''; - open = this.className ? ("(function() {\n" + comm + (this.idt(1)) + "function " + (this.className) + "(") : "function("; - close = this.className ? ("" + (code && this.idt(1)) + "};\n" + (this.idt(1)) + "return " + (this.className) + ";\n" + (this.tab) + "})()") : ("" + (code && this.tab) + "}"); - func = ("" + open + (params.join(', ')) + ") {" + code + close); - o.scope.endLevel(); - if (this.bound) { - return ("" + (utility('bind')) + "(" + func + ", " + (this.context) + ")"); - } - return this.tags.front ? ("(" + func + ")") : func; - }; - Code.prototype.traverseChildren = function(crossScope, func) { - return crossScope ? Code.__super__.traverseChildren.call(this, crossScope, func) : undefined; - }; - return Code; - })(); - exports.Param = (function() { - Param = (function() { - function Param(_arg, _arg2, _arg3) { - this.splat = _arg3; - this.attach = _arg2; - this.name = _arg; - Param.__super__.constructor.call(this); - this.value = new Literal(this.name); - return this; - }; - return Param; - })(); - __extends(Param, Base); - Param.prototype.children = ['name']; - Param.prototype.compileNode = function(o) { - return this.value.compile(o); - }; - Param.prototype.toString = function() { - var name; - name = this.name; - if (this.attach) { - name = '@' + name; - } - if (this.splat) { - name += '...'; - } - return new Literal(name).toString(); - }; - return Param; - })(); - exports.Splat = (function() { - Splat = (function() { - function Splat(name) { - Splat.__super__.constructor.call(this); - this.name = name.compile ? name : new Literal(name); - return this; - }; - return Splat; - })(); - __extends(Splat, Base); - Splat.prototype.children = ['name']; - Splat.prototype.assigns = function(name) { - return this.name.assigns(name); - }; - Splat.prototype.compileNode = function(o) { - return (this.index != null) ? this.compileParam(o) : this.name.compile(o); - }; - Splat.prototype.compileParam = function(o) { - var _len, _ref2, assign, end, idx, len, name, pos, trailing, variadic; - name = this.name.compile(o); - o.scope.find(name); - end = ''; - if (this.trailings.length) { - len = o.scope.freeVariable('len'); - o.scope.assign(len, "arguments.length"); - variadic = o.scope.freeVariable('result'); - o.scope.assign(variadic, len + ' >= ' + this.arglength); - end = this.trailings.length ? (", " + len + " - " + (this.trailings.length)) : undefined; - for (idx = 0, _len = (_ref2 = this.trailings).length; idx < _len; idx++) { - trailing = _ref2[idx]; - if (trailing.attach) { - assign = trailing.assign; - trailing = new Literal(o.scope.freeVariable('arg')); - assign.value = trailing; - } - pos = this.trailings.length - idx; - o.scope.assign(trailing.compile(o), "arguments[" + variadic + " ? " + len + " - " + pos + " : " + (this.index + idx) + "]"); - } - } - return "" + name + " = " + (utility('slice')) + ".call(arguments, " + (this.index) + end + ")"; - }; - Splat.prototype.compileValue = function(o, name, index, trailings) { - var trail; - trail = trailings ? (", " + name + ".length - " + trailings) : ''; - return "" + (utility('slice')) + ".call(" + name + ", " + index + trail + ")"; - }; - Splat.compileSplattedArray = function(list, o) { - var _len, arg, args, code, end, i, prev; - args = []; - end = -1; - for (i = 0, _len = list.length; i < _len; i++) { - arg = list[i]; - code = arg.compile(o); - prev = args[end]; - if (!(arg instanceof Splat)) { - if (prev && starts(prev, '[') && ends(prev, ']')) { - args[end] = ("" + (prev.slice(0, -1)) + ", " + code + "]"); - continue; - } - if (prev && starts(prev, '.concat([') && ends(prev, '])')) { - args[end] = ("" + (prev.slice(0, -2)) + ", " + code + "])"); - continue; - } - code = ("[" + code + "]"); - } - args[++end] = i === 0 ? code : (".concat(" + code + ")"); - } - return args.join(''); - }; - return Splat; - }).call(this); - exports.While = (function() { - While = (function() { - function While(condition, opts) { - While.__super__.constructor.call(this); - this.condition = ((opts != null) ? opts.invert : undefined) ? condition.invert() : condition; - this.guard = ((opts != null) ? opts.guard : undefined); - return this; - }; - return While; - })(); - __extends(While, Base); - While.prototype.children = ['condition', 'guard', 'body']; - While.prototype.isStatement = YES; - While.prototype.addBody = function(body) { - this.body = body; - return this; - }; - While.prototype.makeReturn = function() { - this.returns = true; - return this; - }; - While.prototype.topSensitive = YES; - While.prototype.compileNode = function(o) { - var cond, post, pre, rvar, set, top; - top = del(o, 'top') && !this.returns; - o.indent = this.idt(1); - this.condition.parenthetical = true; - cond = this.condition.compile(o); - o.top = true; - set = ''; - if (!top) { - rvar = o.scope.freeVariable('result'); - set = ("" + (this.tab) + rvar + " = [];\n"); - if (this.body) { - this.body = Push.wrap(rvar, this.body); - } - } - pre = ("" + set + (this.tab) + "while (" + cond + ")"); - if (this.guard) { - this.body = Expressions.wrap([new If(this.guard, this.body)]); - } - if (this.returns) { - post = '\n' + new Return(new Literal(rvar)).compile(merge(o, { - indent: this.idt() - })); - } else { - post = ''; - } - return "" + pre + " {\n" + (this.body.compile(o)) + "\n" + (this.tab) + "}" + post; - }; - return While; - })(); - exports.Op = (function() { - Op = (function() { - function Op(op, first, second, flip) { - if (op === 'new') { - if (first instanceof Call) { - return first.newInstance(); - } - if (first instanceof Code && first.bound) { - first = new Parens(first); - } - } - Op.__super__.constructor.call(this); - this.operator = this.CONVERSIONS[op] || op; - (this.first = first).tags.operation = true; - if (second) { - (this.second = second).tags.operation = true; - } - this.flip = !!flip; - return this; - }; - return Op; - })(); - __extends(Op, Base); - Op.prototype.CONVERSIONS = { - '==': '===', - '!=': '!==', - of: 'in' - }; - Op.prototype.INVERSIONS = { - '!==': '===', - '===': '!==' - }; - Op.prototype.CHAINABLE = ['<', '>', '>=', '<=', '===', '!==']; - Op.prototype.ASSIGNMENT = ['||=', '&&=', '?=']; - Op.prototype.PREFIX_OPERATORS = ['new', 'typeof', 'delete']; - Op.prototype.children = ['first', 'second']; - Op.prototype.isUnary = function() { - return !this.second; - }; - Op.prototype.isComplex = function() { - return this.operator !== '!' || this.first.isComplex(); - }; - Op.prototype.isMutator = function() { - var _ref2; - return ends(this.operator, '=') && !((_ref2 = this.operator) === '===' || _ref2 === '!=='); - }; - Op.prototype.isChainable = function() { - return include(this.CHAINABLE, this.operator); - }; - Op.prototype.invert = function() { - var _ref2; - if (((_ref2 = this.operator) === '===' || _ref2 === '!==')) { - this.operator = this.INVERSIONS[this.operator]; - return this; - } else return this.second ? new Parens(this).invert() : Op.__super__.invert.call(this); - }; - Op.prototype.toString = function(idt) { - return Op.__super__.toString.call(this, idt, this.constructor.name + ' ' + this.operator); - }; - Op.prototype.compileNode = function(o) { - if (this.second) { - this.first.tags.front = this.tags.front; - } - if (this.isChainable() && this.first.unwrap() instanceof Op && this.first.unwrap().isChainable()) { - return this.compileChain(o); - } - if (include(this.ASSIGNMENT, this.operator)) { - return this.compileAssignment(o); - } - if (this.isUnary()) { - return this.compileUnary(o); - } - if (this.operator === '?') { - return this.compileExistence(o); - } - if (this.first instanceof Op && this.first.isMutator()) { - this.first = new Parens(this.first); - } - if (this.second instanceof Op && this.second.isMutator()) { - this.second = new Parens(this.second); - } - return [this.first.compile(o), this.operator, this.second.compile(o)].join(' '); - }; - Op.prototype.compileChain = function(o) { - var _ref2, _ref3, first, second, shared; - shared = this.first.unwrap().second; - _ref2 = shared.compileReference(o), this.first.second = _ref2[0], shared = _ref2[1]; - _ref3 = [this.first.compile(o), this.second.compile(o), shared.compile(o)], first = _ref3[0], second = _ref3[1], shared = _ref3[2]; - return "(" + first + ") && (" + shared + " " + (this.operator) + " " + second + ")"; - }; - Op.prototype.compileAssignment = function(o) { - var _ref2, left, rite; - _ref2 = this.first.cacheReference(o), left = _ref2[0], rite = _ref2[1]; - rite = new Assign(rite, this.second); - return new Op(this.operator.slice(0, -1), left, rite).compile(o); - }; - Op.prototype.compileExistence = function(o) { - var fst, ref; - if (this.first.isComplex()) { - ref = o.scope.freeVariable('ref'); - fst = new Parens(new Assign(new Literal(ref), this.first)); - } else { - fst = this.first; - ref = fst.compile(o); - } - return new Existence(fst).compile(o) + (" ? " + ref + " : " + (this.second.compile(o))); - }; - Op.prototype.compileUnary = function(o) { - var parts, space; - space = include(this.PREFIX_OPERATORS, this.operator) ? ' ' : ''; - parts = [this.operator, space, this.first.compile(o)]; - return (this.flip ? parts.reverse() : parts).join(''); - }; - return Op; - })(); - exports.In = (function() { - In = (function() { - function In(_arg, _arg2) { - this.array = _arg2; - this.object = _arg; - In.__super__.constructor.call(this); - return this; - }; - return In; - })(); - __extends(In, Base); - In.prototype.children = ['object', 'array']; - In.prototype.isArray = function() { - return this.array instanceof Value && this.array.isArray(); - }; - In.prototype.compileNode = function(o) { - return this.isArray() ? this.compileOrTest(o) : this.compileLoopTest(o); - }; - In.prototype.compileOrTest = function(o) { - var _len, _ref2, _ref3, _result, i, item, obj1, obj2, tests; - _ref2 = this.object.compileReference(o, { - precompile: true - }), obj1 = _ref2[0], obj2 = _ref2[1]; - tests = (function() { - _result = []; - for (i = 0, _len = (_ref3 = this.array.base.objects).length; i < _len; i++) { - item = _ref3[i]; - _result.push("" + (i ? obj2 : obj1) + " === " + (item.compile(o))); - } - return _result; - }).call(this); - return "(" + (tests.join(' || ')) + ")"; - }; - In.prototype.compileLoopTest = function(o) { - return "" + (utility('inArray')) + "(" + (this.object.compile(o)) + ", " + (this.array.compile(o)) + ")"; - }; - return In; - })(); - exports.Try = (function() { - Try = (function() { - function Try(_arg, _arg2, _arg3, _arg4) { - this.ensure = _arg4; - this.recovery = _arg3; - this.error = _arg2; - this.attempt = _arg; - Try.__super__.constructor.call(this); - return this; - }; - return Try; - })(); - __extends(Try, Base); - Try.prototype.children = ['attempt', 'recovery', 'ensure']; - Try.prototype.isStatement = YES; - Try.prototype.makeReturn = function() { - if (this.attempt) { - this.attempt = this.attempt.makeReturn(); - } - if (this.recovery) { - this.recovery = this.recovery.makeReturn(); - } - return this; - }; - Try.prototype.compileNode = function(o) { - var attemptPart, catchPart, errorPart, finallyPart; - o.indent = this.idt(1); - o.top = true; - attemptPart = this.attempt.compile(o); - errorPart = this.error ? (" (" + (this.error.compile(o)) + ") ") : ' '; - catchPart = this.recovery ? (" catch" + errorPart + "{\n" + (this.recovery.compile(o)) + "\n" + (this.tab) + "}") : (!(this.ensure || this.recovery) ? ' catch (_e) {}' : ''); - finallyPart = (this.ensure || '') && ' finally {\n' + this.ensure.compile(merge(o)) + ("\n" + (this.tab) + "}"); - return "" + (this.tab) + "try {\n" + attemptPart + "\n" + (this.tab) + "}" + catchPart + finallyPart; - }; - return Try; - })(); - exports.Throw = (function() { - Throw = (function() { - function Throw(_arg) { - this.expression = _arg; - Throw.__super__.constructor.call(this); - return this; - }; - return Throw; - })(); - __extends(Throw, Base); - Throw.prototype.children = ['expression']; - Throw.prototype.isStatement = YES; - Throw.prototype.makeReturn = THIS; - Throw.prototype.compileNode = function(o) { - return "" + (this.tab) + "throw " + (this.expression.compile(o)) + ";"; - }; - return Throw; - })(); - exports.Existence = (function() { - Existence = (function() { - function Existence(_arg) { - this.expression = _arg; - Existence.__super__.constructor.call(this); - return this; - }; - return Existence; - })(); - __extends(Existence, Base); - Existence.prototype.children = ['expression']; - Existence.prototype.compileNode = function(o) { - var code; - code = this.expression.compile(o); - code = IDENTIFIER.test(code) && !o.scope.check(code) ? ("typeof " + code + " !== \"undefined\" && " + code + " !== null") : ("" + code + " != null"); - return this.parenthetical ? code : ("(" + code + ")"); - }; - return Existence; - })(); - exports.Parens = (function() { - Parens = (function() { - function Parens(_arg) { - this.expression = _arg; - Parens.__super__.constructor.call(this); - return this; - }; - return Parens; - })(); - __extends(Parens, Base); - Parens.prototype.children = ['expression']; - Parens.prototype.isStatement = function(o) { - return this.expression.isStatement(o); - }; - Parens.prototype.isComplex = function() { - return this.expression.isComplex(); - }; - Parens.prototype.topSensitive = YES; - Parens.prototype.makeReturn = function() { - return this.expression.makeReturn(); - }; - Parens.prototype.compileNode = function(o) { - var code, top; - top = del(o, 'top'); - this.expression.parenthetical = true; - code = this.expression.compile(o); - if (top && this.expression.isPureStatement(o)) { - return code; - } - if (this.parenthetical || this.isStatement(o)) { - return top ? this.tab + code + ';' : code; - } - return "(" + code + ")"; - }; - return Parens; - })(); - exports.For = (function() { - For = (function() { - function For(_arg, source, _arg2, _arg3) { - var _ref2; - this.index = _arg3; - this.name = _arg2; - this.body = _arg; - For.__super__.constructor.call(this); - this.source = source.source, this.guard = source.guard, this.step = source.step; - this.raw = !!source.raw; - this.object = !!source.object; - if (this.object) { - _ref2 = [this.index, this.name], this.name = _ref2[0], this.index = _ref2[1]; - } - this.pattern = this.name instanceof Value; - if (this.index instanceof Value) { - throw new Error('index cannot be a pattern matching expression'); - } - this.returns = false; - return this; - }; - return For; - })(); - __extends(For, Base); - For.prototype.children = ['body', 'source', 'guard']; - For.prototype.isStatement = YES; - For.prototype.topSensitive = YES; - For.prototype.makeReturn = function() { - this.returns = true; - return this; - }; - For.prototype.compileReturnValue = function(val, o) { - if (this.returns) { - return '\n' + new Return(new Literal(val)).compile(o); - } - if (val) { - return '\n' + val; - } - return ''; - }; - For.prototype.compileNode = function(o) { - var body, codeInBody, forPart, guardPart, idt1, index, ivar, lastLine, lvar, name, namePart, nvar, range, ref, resultPart, returnResult, rvar, scope, source, sourcePart, stepPart, svar, topLevel, unstepPart, varPart, vars; - topLevel = del(o, 'top') && !this.returns; - range = this.source instanceof Value && this.source.base instanceof Range && !this.source.properties.length; - source = range ? this.source.base : this.source; - codeInBody = !this.body.containsPureStatement() && this.body.contains(function(node) { - return node instanceof Code; - }); - scope = o.scope; - name = this.name && this.name.compile(o); - index = this.index && this.index.compile(o); - if (name && !this.pattern && (range || !codeInBody)) { - scope.find(name, { - immediate: true - }); - } - if (index) { - scope.find(index, { - immediate: true - }); - } - if (!topLevel) { - rvar = scope.freeVariable('result'); - } - ivar = range ? name : index; - if (!ivar || codeInBody) { - ivar = scope.freeVariable('i'); - } - if (name && !range && codeInBody) { - nvar = scope.freeVariable('i'); - } - varPart = ''; - guardPart = ''; - unstepPart = ''; - body = Expressions.wrap([this.body]); - idt1 = this.idt(1); - if (range) { - forPart = source.compile(merge(o, { - index: ivar, - step: this.step - })); - } else { - svar = (sourcePart = this.source.compile(o)); - if ((name || !this.raw) && !(IDENTIFIER.test(svar) && scope.check(svar, { - immediate: true - }))) { - sourcePart = ("" + (ref = scope.freeVariable('ref')) + " = " + svar); - if (!this.object) { - sourcePart = ("(" + sourcePart + ")"); - } - svar = ref; - } - namePart = this.pattern ? new Assign(this.name, new Literal("" + svar + "[" + ivar + "]")).compile(merge(o, { - top: true - })) : (name ? ("" + name + " = " + svar + "[" + ivar + "]") : undefined); - if (!this.object) { - lvar = scope.freeVariable('len'); - stepPart = this.step ? ("" + ivar + " += " + (this.step.compile(o))) : ("" + ivar + "++"); - forPart = ("" + ivar + " = 0, " + lvar + " = " + sourcePart + ".length; " + ivar + " < " + lvar + "; " + stepPart); - } - } - resultPart = rvar ? ("" + (this.tab) + rvar + " = [];\n") : ''; - returnResult = this.compileReturnValue(rvar, o); - if (!topLevel) { - body = Push.wrap(rvar, body); - } - if (this.guard) { - body = Expressions.wrap([new If(this.guard, body)]); - } - if (codeInBody) { - if (range) { - body.unshift(new Literal("var " + name + " = " + ivar)); - } - if (namePart) { - body.unshift(new Literal("var " + namePart)); - } - if (index) { - body.unshift(new Literal("var " + index + " = " + ivar)); - } - lastLine = body.expressions.pop(); - if (index) { - body.push(new Assign(new Literal(ivar), new Literal(index))); - } - if (nvar) { - body.push(new Assign(new Literal(nvar), new Literal(name))); - } - body.push(lastLine); - o.indent = this.idt(1); - body = Expressions.wrap([new Literal(body.compile(o))]); - if (index) { - body.push(new Assign(new Literal(index), new Literal(ivar))); - } - if (name) { - body.push(new Assign(new Literal(name), new Literal(nvar || ivar))); - } - } else { - if (namePart) { - varPart = ("" + idt1 + namePart + ";\n"); - } - if (forPart && name === ivar) { - unstepPart = this.step ? ("" + name + " -= " + (this.step.compile(o)) + ";") : ("" + name + "--;"); - unstepPart = ("\n" + (this.tab)) + unstepPart; - } - } - if (this.object) { - forPart = ("" + ivar + " in " + sourcePart); - if (!this.raw) { - guardPart = ("\n" + idt1 + "if (!" + (utility('hasProp')) + ".call(" + svar + ", " + ivar + ")) continue;"); - } - } - body = body.compile(merge(o, { - indent: idt1, - top: true - })); - vars = range ? name : ("" + name + ", " + ivar); - return "" + resultPart + (this.tab) + "for (" + forPart + ") {" + guardPart + "\n" + varPart + body + "\n" + (this.tab) + "}" + unstepPart + returnResult; - }; - return For; - })(); - exports.Switch = (function() { - Switch = (function() { - function Switch(_arg, _arg2, _arg3) { - this.otherwise = _arg3; - this.cases = _arg2; - this.subject = _arg; - Switch.__super__.constructor.call(this); - this.tags.subjectless = !this.subject; - this.subject || (this.subject = new Literal('true')); - return this; - }; - return Switch; - })(); - __extends(Switch, Base); - Switch.prototype.children = ['subject', 'cases', 'otherwise']; - Switch.prototype.isStatement = YES; - Switch.prototype.makeReturn = function() { - var _i, _len, _ref2, pair; - for (_i = 0, _len = (_ref2 = this.cases).length; _i < _len; _i++) { - pair = _ref2[_i]; - pair[1].makeReturn(); - } - if (this.otherwise) { - this.otherwise.makeReturn(); - } - return this; - }; - Switch.prototype.compileNode = function(o) { - var _i, _j, _len, _len2, _ref2, _ref3, block, code, condition, conditions, exprs, idt, pair; - idt = (o.indent = this.idt(2)); - o.top = true; - code = ("" + (this.tab) + "switch (" + (this.subject.compile(o)) + ") {"); - for (_i = 0, _len = (_ref2 = this.cases).length; _i < _len; _i++) { - pair = _ref2[_i]; - conditions = pair[0], block = pair[1]; - exprs = block.expressions; - for (_j = 0, _len2 = (_ref3 = flatten([conditions])).length; _j < _len2; _j++) { - condition = _ref3[_j]; - if (this.tags.subjectless) { - condition = new Op('!!', new Parens(condition)); - } - code += ("\n" + (this.idt(1)) + "case " + (condition.compile(o)) + ":"); - } - code += ("\n" + (block.compile(o))); - if (!(last(exprs) instanceof Return)) { - code += ("\n" + idt + "break;"); - } - } - if (this.otherwise) { - code += ("\n" + (this.idt(1)) + "default:\n" + (this.otherwise.compile(o))); - } - code += ("\n" + (this.tab) + "}"); - return code; - }; - return Switch; - })(); - exports.If = (function() { - If = (function() { - function If(condition, _arg, tags) { - this.body = _arg; - this.tags = tags || (tags = {}); - this.condition = tags.invert ? condition.invert() : condition; - this.soakNode = tags.soak; - this.elseBody = null; - this.isChain = false; - return this; - }; - return If; - })(); - __extends(If, Base); - If.prototype.children = ['condition', 'body', 'elseBody', 'assigner']; - If.prototype.topSensitive = YES; - If.prototype.bodyNode = function() { - var _ref2; - return (((_ref2 = this.body) != null) ? _ref2.unwrap() : undefined); - }; - If.prototype.elseBodyNode = function() { - var _ref2; - return (((_ref2 = this.elseBody) != null) ? _ref2.unwrap() : undefined); - }; - If.prototype.addElse = function(elseBody) { - if (this.isChain) { - this.elseBodyNode().addElse(elseBody); - } else { - this.isChain = elseBody instanceof If; - this.elseBody = this.ensureExpressions(elseBody); - } - return this; - }; - If.prototype.isStatement = function(o) { - var _ref2; - return this.statement || (this.statement = ((o != null) ? o.top : undefined) || this.bodyNode().isStatement(o) || (((_ref2 = this.elseBodyNode()) != null) ? _ref2.isStatement(o) : undefined)); - }; - If.prototype.compileCondition = function(o) { - this.condition.parenthetical = true; - return this.condition.compile(o); - }; - If.prototype.compileNode = function(o) { - return this.isStatement(o) ? this.compileStatement(o) : this.compileExpression(o); - }; - If.prototype.makeReturn = function() { - if (this.isStatement()) { - this.body && (this.body = this.ensureExpressions(this.body.makeReturn())); - this.elseBody && (this.elseBody = this.ensureExpressions(this.elseBody.makeReturn())); - return this; - } else { - return new Return(this); - } - }; - If.prototype.ensureExpressions = function(node) { - return node instanceof Expressions ? node : new Expressions([node]); - }; - If.prototype.compileStatement = function(o) { - var child, condO, ifPart, top; - top = del(o, 'top'); - child = del(o, 'chainChild'); - condO = merge(o); - o.indent = this.idt(1); - o.top = true; - ifPart = ("if (" + (this.compileCondition(condO)) + ") {\n" + (this.body.compile(o)) + "\n" + (this.tab) + "}"); - if (!child) { - ifPart = this.tab + ifPart; - } - if (!this.elseBody) { - return ifPart; - } - return ifPart + (this.isChain ? ' else ' + this.elseBodyNode().compile(merge(o, { - indent: this.tab, - chainChild: true - })) : (" else {\n" + (this.elseBody.compile(o)) + "\n" + (this.tab) + "}")); - }; - If.prototype.compileExpression = function(o) { - var code, elsePart, ifPart; - this.bodyNode().tags.operation = (this.condition.tags.operation = true); - if (this.elseBody) { - this.elseBodyNode().tags.operation = true; - } - ifPart = this.condition.compile(o) + ' ? ' + this.bodyNode().compile(o); - elsePart = this.elseBody ? this.elseBodyNode().compile(o) : 'undefined'; - code = ("" + ifPart + " : " + elsePart); - return this.tags.operation || this.soakNode ? ("(" + code + ")") : code; - }; - If.prototype.unfoldSoak = function() { - return this.soakNode && this; - }; - If.unfoldSoak = function(o, parent, name) { - var ifn; - if (!(ifn = parent[name].unfoldSoak(o))) { - return; - } - parent[name] = ifn.body; - ifn.body = new Value(parent); - return ifn; - }; - return If; - }).call(this); - Push = { - wrap: function(name, expressions) { - if (expressions.empty() || expressions.containsPureStatement()) { - return expressions; - } - return Expressions.wrap([new Call(new Value(new Literal(name), [new Accessor(new Literal('push'))]), [expressions.unwrap()])]); - } - }; - Closure = { - wrap: function(expressions, statement, noReturn) { - var args, call, func, mentionsArgs, meth; - if (expressions.containsPureStatement()) { - return expressions; - } - func = new Parens(new Code([], Expressions.wrap([expressions]))); - args = []; - if ((mentionsArgs = expressions.contains(this.literalArgs)) || (expressions.contains(this.literalThis))) { - meth = new Literal(mentionsArgs ? 'apply' : 'call'); - args = [new Literal('this')]; - if (mentionsArgs) { - args.push(new Literal('arguments')); - } - func = new Value(func, [new Accessor(meth)]); - func.noReturn = noReturn; - } - call = new Call(func, args); - return statement ? Expressions.wrap([call]) : call; - }, - literalArgs: function(node) { - return node instanceof Literal && node.value === 'arguments'; - }, - literalThis: function(node) { - return node instanceof Literal && node.value === 'this' || node instanceof Code && node.bound; - } - }; - UTILITIES = { - "extends": 'function(child, parent) {\n function ctor() { this.constructor = child; }\n ctor.prototype = parent.prototype;\n child.prototype = new ctor;\n if (typeof parent.extended === "function") parent.extended(child);\n child.__super__ = parent.prototype;\n}', - bind: 'function(func, context) {\n return function() { return func.apply(context, arguments); };\n}', - inArray: '(function() {\n var indexOf = Array.prototype.indexOf || function(item) {\n var i = this.length; while (i--) if (this[i] === item) return i;\n return -1;\n };\n return function(item, array) { return indexOf.call(array, item) > -1; };\n})();', - hasProp: 'Object.prototype.hasOwnProperty', - slice: 'Array.prototype.slice' - }; - TAB = ' '; - TRAILING_WHITESPACE = /[ \t]+$/gm; - IDENTIFIER = /^[$A-Za-z_][$\w]*$/; - NUMBER = /^0x[\da-f]+|^(?:\d+(\.\d+)?|\.\d+)(?:e[+-]?\d+)?$/i; - SIMPLENUM = /^[+-]?\d+$/; - IS_STRING = /^['"]/; - utility = function(name) { - var ref; - ref = ("__" + name); - Scope.root.assign(ref, UTILITIES[name]); - return ref; - }; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/optparse.js b/node/node_modules/jade/support/coffee-script/lib/optparse.js deleted file mode 100755 index 4a9ae28..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/optparse.js +++ /dev/null @@ -1,107 +0,0 @@ -(function() { - var LONG_FLAG, MULTI_FLAG, OPTIONAL, OptionParser, SHORT_FLAG, buildRule, buildRules, normalizeArguments; - exports.OptionParser = (function() { - OptionParser = (function() { - function OptionParser(rules, banner) { - this.banner = banner; - this.rules = buildRules(rules); - return this; - }; - return OptionParser; - })(); - OptionParser.prototype.parse = function(args) { - var _i, _len, _len2, _ref, arg, i, isOption, matchedRule, options, rule, value; - options = { - arguments: [] - }; - args = normalizeArguments(args); - for (i = 0, _len = args.length; i < _len; i++) { - arg = args[i]; - isOption = !!(arg.match(LONG_FLAG) || arg.match(SHORT_FLAG)); - matchedRule = false; - for (_i = 0, _len2 = (_ref = this.rules).length; _i < _len2; _i++) { - rule = _ref[_i]; - if (rule.shortFlag === arg || rule.longFlag === arg) { - value = rule.hasArgument ? args[i += 1] : true; - options[rule.name] = rule.isList ? (options[rule.name] || []).concat(value) : value; - matchedRule = true; - break; - } - } - if (isOption && !matchedRule) { - throw new Error("unrecognized option: " + arg); - } - if (!isOption) { - options.arguments = args.slice(i); - break; - } - } - return options; - }; - OptionParser.prototype.help = function() { - var _i, _len, _ref, letPart, lines, rule, spaces; - lines = ['Available options:']; - if (this.banner) { - lines.unshift("" + (this.banner) + "\n"); - } - for (_i = 0, _len = (_ref = this.rules).length; _i < _len; _i++) { - rule = _ref[_i]; - spaces = 15 - rule.longFlag.length; - spaces = spaces > 0 ? Array(spaces + 1).join(' ') : ''; - letPart = rule.shortFlag ? rule.shortFlag + ', ' : ' '; - lines.push(' ' + letPart + rule.longFlag + spaces + rule.description); - } - return "\n" + (lines.join('\n')) + "\n"; - }; - return OptionParser; - })(); - LONG_FLAG = /^(--\w[\w\-]+)/; - SHORT_FLAG = /^(-\w)/; - MULTI_FLAG = /^-(\w{2,})/; - OPTIONAL = /\[(\w+(\*?))\]/; - buildRules = function(rules) { - var _i, _len, _result, tuple; - _result = []; - for (_i = 0, _len = rules.length; _i < _len; _i++) { - tuple = rules[_i]; - _result.push((function() { - if (tuple.length < 3) { - tuple.unshift(null); - } - return buildRule.apply(buildRule, tuple); - })()); - } - return _result; - }; - buildRule = function(shortFlag, longFlag, description, options) { - var match; - match = longFlag.match(OPTIONAL); - longFlag = longFlag.match(LONG_FLAG)[1]; - options || (options = {}); - return { - name: longFlag.substr(2), - shortFlag: shortFlag, - longFlag: longFlag, - description: description, - hasArgument: !!(match && match[1]), - isList: !!(match && match[2]) - }; - }; - normalizeArguments = function(args) { - var _i, _j, _len, _len2, _ref, arg, l, match, result; - args = args.slice(0); - result = []; - for (_i = 0, _len = args.length; _i < _len; _i++) { - arg = args[_i]; - if (match = arg.match(MULTI_FLAG)) { - for (_j = 0, _len2 = (_ref = match[1].split('')).length; _j < _len2; _j++) { - l = _ref[_j]; - result.push('-' + l); - } - } else { - result.push(arg); - } - } - return result; - }; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/parser.js b/node/node_modules/jade/support/coffee-script/lib/parser.js deleted file mode 100755 index e77d3bc..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/parser.js +++ /dev/null @@ -1,687 +0,0 @@ -/* Jison generated parser */ -var parser = (function(){ -var parser = {trace: function trace() { }, -yy: {}, -symbols_: {"error":2,"Root":3,"TERMINATOR":4,"Body":5,"Block":6,"Line":7,"Expression":8,"Statement":9,"Return":10,"Throw":11,"BREAK":12,"CONTINUE":13,"DEBUGGER":14,"Value":15,"Invocation":16,"Code":17,"Operation":18,"Assign":19,"If":20,"Try":21,"While":22,"For":23,"Switch":24,"Extends":25,"Class":26,"Existence":27,"Comment":28,"INDENT":29,"OUTDENT":30,"Identifier":31,"IDENTIFIER":32,"AlphaNumeric":33,"NUMBER":34,"STRING":35,"Literal":36,"JS":37,"REGEX":38,"BOOL":39,"Assignable":40,"=":41,"AssignObj":42,"ThisProperty":43,":":44,"RETURN":45,"HERECOMMENT":46,"?":47,"PARAM_START":48,"ParamList":49,"PARAM_END":50,"FuncGlyph":51,"->":52,"=>":53,"OptComma":54,",":55,"Param":56,"PARAM":57,"@":58,"...":59,"Splat":60,"SimpleAssignable":61,"Accessor":62,"Array":63,"Object":64,"Parenthetical":65,"Range":66,"This":67,"PROPERTY_ACCESS":68,"PROTOTYPE_ACCESS":69,"::":70,"SOAK_ACCESS":71,"Index":72,"Slice":73,"INDEX_START":74,"INDEX_END":75,"INDEX_SOAK":76,"INDEX_PROTO":77,"{":78,"AssignList":79,"}":80,"CLASS":81,"EXTENDS":82,"ClassBody":83,"ClassAssign":84,"OptFuncExist":85,"Arguments":86,"SUPER":87,"FUNC_EXIST":88,"CALL_START":89,"CALL_END":90,"ArgList":91,"THIS":92,"RangeDots":93,"..":94,"[":95,"]":96,"Arg":97,"SimpleArgs":98,"TRY":99,"Catch":100,"FINALLY":101,"CATCH":102,"THROW":103,"(":104,")":105,"WhileSource":106,"WHILE":107,"WHEN":108,"UNTIL":109,"Loop":110,"LOOP":111,"ForBody":112,"FOR":113,"ForStart":114,"ForSource":115,"ForVariables":116,"ALL":117,"ForValue":118,"FORIN":119,"FOROF":120,"BY":121,"SWITCH":122,"Whens":123,"ELSE":124,"When":125,"LEADING_WHEN":126,"IfBlock":127,"IF":128,"UNLESS":129,"POST_IF":130,"POST_UNLESS":131,"UNARY":132,"-":133,"+":134,"--":135,"++":136,"==":137,"!=":138,"MATH":139,"SHIFT":140,"COMPARE":141,"LOGIC":142,"COMPOUND_ASSIGN":143,"RELATION":144,"$accept":0,"$end":1}, -terminals_: {"2":"error","4":"TERMINATOR","12":"BREAK","13":"CONTINUE","14":"DEBUGGER","29":"INDENT","30":"OUTDENT","32":"IDENTIFIER","34":"NUMBER","35":"STRING","37":"JS","38":"REGEX","39":"BOOL","41":"=","44":":","45":"RETURN","46":"HERECOMMENT","47":"?","48":"PARAM_START","50":"PARAM_END","52":"->","53":"=>","55":",","57":"PARAM","58":"@","59":"...","68":"PROPERTY_ACCESS","69":"PROTOTYPE_ACCESS","70":"::","71":"SOAK_ACCESS","74":"INDEX_START","75":"INDEX_END","76":"INDEX_SOAK","77":"INDEX_PROTO","78":"{","80":"}","81":"CLASS","82":"EXTENDS","87":"SUPER","88":"FUNC_EXIST","89":"CALL_START","90":"CALL_END","92":"THIS","94":"..","95":"[","96":"]","99":"TRY","101":"FINALLY","102":"CATCH","103":"THROW","104":"(","105":")","107":"WHILE","108":"WHEN","109":"UNTIL","111":"LOOP","113":"FOR","117":"ALL","119":"FORIN","120":"FOROF","121":"BY","122":"SWITCH","124":"ELSE","126":"LEADING_WHEN","128":"IF","129":"UNLESS","130":"POST_IF","131":"POST_UNLESS","132":"UNARY","133":"-","134":"+","135":"--","136":"++","137":"==","138":"!=","139":"MATH","140":"SHIFT","141":"COMPARE","142":"LOGIC","143":"COMPOUND_ASSIGN","144":"RELATION"}, -productions_: [0,[3,0],[3,1],[3,1],[3,2],[5,1],[5,3],[5,2],[7,1],[7,1],[9,1],[9,1],[9,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[6,3],[6,2],[6,2],[31,1],[33,1],[33,1],[36,1],[36,1],[36,1],[36,1],[19,3],[19,5],[42,1],[42,1],[42,1],[42,3],[42,3],[42,5],[42,5],[42,1],[10,2],[10,1],[28,1],[27,2],[17,5],[17,2],[51,1],[51,1],[54,0],[54,1],[49,0],[49,1],[49,3],[56,1],[56,2],[56,2],[56,3],[60,2],[61,1],[61,2],[61,2],[61,1],[40,1],[40,1],[40,1],[15,1],[15,1],[15,1],[15,1],[15,1],[62,2],[62,2],[62,1],[62,2],[62,1],[62,1],[72,3],[72,2],[72,2],[64,4],[79,0],[79,1],[79,3],[79,4],[79,6],[26,2],[26,4],[26,5],[26,7],[26,4],[26,1],[26,3],[26,6],[84,1],[84,3],[84,5],[83,0],[83,1],[83,3],[83,3],[25,3],[16,3],[16,3],[16,1],[16,2],[85,0],[85,1],[86,2],[86,4],[67,1],[67,1],[93,1],[93,1],[43,2],[66,5],[73,5],[73,4],[73,4],[63,2],[63,4],[91,1],[91,3],[91,4],[91,4],[91,6],[97,1],[97,1],[98,1],[98,3],[21,2],[21,3],[21,4],[21,5],[100,3],[11,2],[65,3],[65,2],[106,2],[106,4],[106,2],[106,4],[22,2],[22,2],[22,2],[22,1],[110,2],[110,2],[23,2],[23,2],[23,2],[112,2],[112,2],[114,2],[114,3],[118,1],[118,1],[118,1],[116,1],[116,3],[115,2],[115,2],[115,4],[115,4],[115,4],[115,6],[115,6],[24,5],[24,7],[24,4],[24,6],[123,1],[123,2],[125,3],[125,4],[127,3],[127,3],[127,5],[127,3],[20,1],[20,3],[20,3],[20,3],[20,3],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,2],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,3],[18,5],[18,3]], -performAction: function anonymous(yytext,yyleng,yylineno,yy) { - -var $$ = arguments[5],$0=arguments[5].length; -switch(arguments[4]) { -case 1:return this.$ = new yy.Expressions; -break; -case 2:return this.$ = new yy.Expressions; -break; -case 3:return this.$ = $$[$0-1+1-1]; -break; -case 4:return this.$ = $$[$0-2+1-1]; -break; -case 5:this.$ = yy.Expressions.wrap([$$[$0-1+1-1]]); -break; -case 6:this.$ = $$[$0-3+1-1].push($$[$0-3+3-1]); -break; -case 7:this.$ = $$[$0-2+1-1]; -break; -case 8:this.$ = $$[$0-1+1-1]; -break; -case 9:this.$ = $$[$0-1+1-1]; -break; -case 10:this.$ = $$[$0-1+1-1]; -break; -case 11:this.$ = $$[$0-1+1-1]; -break; -case 12:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 13:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 14:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 15:this.$ = $$[$0-1+1-1]; -break; -case 16:this.$ = $$[$0-1+1-1]; -break; -case 17:this.$ = $$[$0-1+1-1]; -break; -case 18:this.$ = $$[$0-1+1-1]; -break; -case 19:this.$ = $$[$0-1+1-1]; -break; -case 20:this.$ = $$[$0-1+1-1]; -break; -case 21:this.$ = $$[$0-1+1-1]; -break; -case 22:this.$ = $$[$0-1+1-1]; -break; -case 23:this.$ = $$[$0-1+1-1]; -break; -case 24:this.$ = $$[$0-1+1-1]; -break; -case 25:this.$ = $$[$0-1+1-1]; -break; -case 26:this.$ = $$[$0-1+1-1]; -break; -case 27:this.$ = $$[$0-1+1-1]; -break; -case 28:this.$ = $$[$0-1+1-1]; -break; -case 29:this.$ = $$[$0-3+2-1]; -break; -case 30:this.$ = new yy.Expressions; -break; -case 31:this.$ = yy.Expressions.wrap([$$[$0-2+2-1]]); -break; -case 32:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 33:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 34:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 35:this.$ = $$[$0-1+1-1]; -break; -case 36:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 37:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 38:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 39:this.$ = new yy.Assign($$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 40:this.$ = new yy.Assign($$[$0-5+1-1], $$[$0-5+4-1]); -break; -case 41:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 42:this.$ = $$[$0-1+1-1]; -break; -case 43:this.$ = $$[$0-1+1-1]; -break; -case 44:this.$ = new yy.Assign(new yy.Value($$[$0-3+1-1]), $$[$0-3+3-1], 'object'); -break; -case 45:this.$ = new yy.Assign(new yy.Value($$[$0-3+1-1]), $$[$0-3+3-1], 'object'); -break; -case 46:this.$ = new yy.Assign(new yy.Value($$[$0-5+1-1]), $$[$0-5+4-1], 'object'); -break; -case 47:this.$ = new yy.Assign(new yy.Value($$[$0-5+1-1]), $$[$0-5+4-1], 'object'); -break; -case 48:this.$ = $$[$0-1+1-1]; -break; -case 49:this.$ = new yy.Return($$[$0-2+2-1]); -break; -case 50:this.$ = new yy.Return; -break; -case 51:this.$ = new yy.Comment($$[$0-1+1-1]); -break; -case 52:this.$ = new yy.Existence($$[$0-2+1-1]); -break; -case 53:this.$ = new yy.Code($$[$0-5+2-1], $$[$0-5+5-1], $$[$0-5+4-1]); -break; -case 54:this.$ = new yy.Code([], $$[$0-2+2-1], $$[$0-2+1-1]); -break; -case 55:this.$ = 'func'; -break; -case 56:this.$ = 'boundfunc'; -break; -case 57:this.$ = $$[$0-1+1-1]; -break; -case 58:this.$ = $$[$0-1+1-1]; -break; -case 59:this.$ = []; -break; -case 60:this.$ = [$$[$0-1+1-1]]; -break; -case 61:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); -break; -case 62:this.$ = new yy.Literal($$[$0-1+1-1]); -break; -case 63:this.$ = new yy.Param($$[$0-2+2-1], true); -break; -case 64:this.$ = new yy.Param($$[$0-2+1-1], false, true); -break; -case 65:this.$ = new yy.Param($$[$0-3+2-1], true, true); -break; -case 66:this.$ = new yy.Splat($$[$0-2+1-1]); -break; -case 67:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 68:this.$ = $$[$0-2+1-1].push($$[$0-2+2-1]); -break; -case 69:this.$ = new yy.Value($$[$0-2+1-1], [$$[$0-2+2-1]]); -break; -case 70:this.$ = $$[$0-1+1-1]; -break; -case 71:this.$ = $$[$0-1+1-1]; -break; -case 72:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 73:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 74:this.$ = $$[$0-1+1-1]; -break; -case 75:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 76:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 77:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 78:this.$ = $$[$0-1+1-1]; -break; -case 79:this.$ = new yy.Accessor($$[$0-2+2-1]); -break; -case 80:this.$ = new yy.Accessor($$[$0-2+2-1], 'prototype'); -break; -case 81:this.$ = new yy.Accessor(new yy.Literal('prototype')); -break; -case 82:this.$ = new yy.Accessor($$[$0-2+2-1], 'soak'); -break; -case 83:this.$ = $$[$0-1+1-1]; -break; -case 84:this.$ = new yy.Slice($$[$0-1+1-1]); -break; -case 85:this.$ = new yy.Index($$[$0-3+2-1]); -break; -case 86:this.$ = (function () { - $$[$0-2+2-1].soakNode = true; - return $$[$0-2+2-1]; - }()); -break; -case 87:this.$ = (function () { - $$[$0-2+2-1].proto = true; - return $$[$0-2+2-1]; - }()); -break; -case 88:this.$ = new yy.ObjectLiteral($$[$0-4+2-1]); -break; -case 89:this.$ = []; -break; -case 90:this.$ = [$$[$0-1+1-1]]; -break; -case 91:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); -break; -case 92:this.$ = $$[$0-4+1-1].concat($$[$0-4+4-1]); -break; -case 93:this.$ = $$[$0-6+1-1].concat($$[$0-6+4-1]); -break; -case 94:this.$ = new yy.Class($$[$0-2+2-1]); -break; -case 95:this.$ = new yy.Class($$[$0-4+2-1], $$[$0-4+4-1]); -break; -case 96:this.$ = new yy.Class($$[$0-5+2-1], null, $$[$0-5+4-1]); -break; -case 97:this.$ = new yy.Class($$[$0-7+2-1], $$[$0-7+4-1], $$[$0-7+6-1]); -break; -case 98:this.$ = new yy.Class('__temp__', null, $$[$0-4+3-1]); -break; -case 99:this.$ = new yy.Class('__temp__', null, new yy.Expressions); -break; -case 100:this.$ = new yy.Class('__temp__', $$[$0-3+3-1], new yy.Expressions); -break; -case 101:this.$ = new yy.Class('__temp__', $$[$0-6+3-1], $$[$0-6+5-1]); -break; -case 102:this.$ = $$[$0-1+1-1]; -break; -case 103:this.$ = new yy.Assign(new yy.Value($$[$0-3+1-1]), $$[$0-3+3-1], 'this'); -break; -case 104:this.$ = new yy.Assign(new yy.Value($$[$0-5+1-1]), $$[$0-5+4-1], 'this'); -break; -case 105:this.$ = []; -break; -case 106:this.$ = [$$[$0-1+1-1]]; -break; -case 107:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); -break; -case 108:this.$ = $$[$0-3+2-1]; -break; -case 109:this.$ = new yy.Extends($$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 110:this.$ = new yy.Call($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); -break; -case 111:this.$ = new yy.Call($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); -break; -case 112:this.$ = new yy.Call('super', [new yy.Splat(new yy.Literal('arguments'))]); -break; -case 113:this.$ = new yy.Call('super', $$[$0-2+2-1]); -break; -case 114:this.$ = false; -break; -case 115:this.$ = true; -break; -case 116:this.$ = []; -break; -case 117:this.$ = $$[$0-4+2-1]; -break; -case 118:this.$ = new yy.Value(new yy.Literal('this')); -break; -case 119:this.$ = new yy.Value(new yy.Literal('this')); -break; -case 120:this.$ = 'inclusive'; -break; -case 121:this.$ = 'exclusive'; -break; -case 122:this.$ = new yy.Value(new yy.Literal('this'), [new yy.Accessor($$[$0-2+2-1])], 'this'); -break; -case 123:this.$ = new yy.Range($$[$0-5+2-1], $$[$0-5+4-1], $$[$0-5+3-1]); -break; -case 124:this.$ = new yy.Range($$[$0-5+2-1], $$[$0-5+4-1], $$[$0-5+3-1]); -break; -case 125:this.$ = new yy.Range($$[$0-4+2-1], null, $$[$0-4+3-1]); -break; -case 126:this.$ = new yy.Range(null, $$[$0-4+3-1], $$[$0-4+2-1]); -break; -case 127:this.$ = new yy.ArrayLiteral([]); -break; -case 128:this.$ = new yy.ArrayLiteral($$[$0-4+2-1]); -break; -case 129:this.$ = [$$[$0-1+1-1]]; -break; -case 130:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); -break; -case 131:this.$ = $$[$0-4+1-1].concat($$[$0-4+4-1]); -break; -case 132:this.$ = $$[$0-4+2-1]; -break; -case 133:this.$ = $$[$0-6+1-1].concat($$[$0-6+4-1]); -break; -case 134:this.$ = $$[$0-1+1-1]; -break; -case 135:this.$ = $$[$0-1+1-1]; -break; -case 136:this.$ = $$[$0-1+1-1]; -break; -case 137:this.$ = [].concat($$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 138:this.$ = new yy.Try($$[$0-2+2-1]); -break; -case 139:this.$ = new yy.Try($$[$0-3+2-1], $$[$0-3+3-1][0], $$[$0-3+3-1][1]); -break; -case 140:this.$ = new yy.Try($$[$0-4+2-1], null, null, $$[$0-4+4-1]); -break; -case 141:this.$ = new yy.Try($$[$0-5+2-1], $$[$0-5+3-1][0], $$[$0-5+3-1][1], $$[$0-5+5-1]); -break; -case 142:this.$ = [$$[$0-3+2-1], $$[$0-3+3-1]]; -break; -case 143:this.$ = new yy.Throw($$[$0-2+2-1]); -break; -case 144:this.$ = new yy.Parens($$[$0-3+2-1]); -break; -case 145:this.$ = new yy.Parens(new yy.Literal('')); -break; -case 146:this.$ = new yy.While($$[$0-2+2-1]); -break; -case 147:this.$ = new yy.While($$[$0-4+2-1], { - guard: $$[$0-4+4-1] - }); -break; -case 148:this.$ = new yy.While($$[$0-2+2-1], { - invert: true - }); -break; -case 149:this.$ = new yy.While($$[$0-4+2-1], { - invert: true, - guard: $$[$0-4+4-1] - }); -break; -case 150:this.$ = $$[$0-2+1-1].addBody($$[$0-2+2-1]); -break; -case 151:this.$ = $$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]])); -break; -case 152:this.$ = $$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]])); -break; -case 153:this.$ = $$[$0-1+1-1]; -break; -case 154:this.$ = new yy.While(new yy.Literal('true')).addBody($$[$0-2+2-1]); -break; -case 155:this.$ = new yy.While(new yy.Literal('true')).addBody(yy.Expressions.wrap([$$[$0-2+2-1]])); -break; -case 156:this.$ = new yy.For($$[$0-2+1-1], $$[$0-2+2-1], $$[$0-2+2-1].vars[0], $$[$0-2+2-1].vars[1]); -break; -case 157:this.$ = new yy.For($$[$0-2+1-1], $$[$0-2+2-1], $$[$0-2+2-1].vars[0], $$[$0-2+2-1].vars[1]); -break; -case 158:this.$ = new yy.For($$[$0-2+2-1], $$[$0-2+1-1], $$[$0-2+1-1].vars[0], $$[$0-2+1-1].vars[1]); -break; -case 159:this.$ = { - source: new yy.Value($$[$0-2+2-1]), - vars: [] - }; -break; -case 160:this.$ = (function () { - $$[$0-2+2-1].raw = $$[$0-2+1-1].raw; - $$[$0-2+2-1].vars = $$[$0-2+1-1]; - return $$[$0-2+2-1]; - }()); -break; -case 161:this.$ = $$[$0-2+2-1]; -break; -case 162:this.$ = (function () { - $$[$0-3+3-1].raw = true; - return $$[$0-3+3-1]; - }()); -break; -case 163:this.$ = $$[$0-1+1-1]; -break; -case 164:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 165:this.$ = new yy.Value($$[$0-1+1-1]); -break; -case 166:this.$ = [$$[$0-1+1-1]]; -break; -case 167:this.$ = [$$[$0-3+1-1], $$[$0-3+3-1]]; -break; -case 168:this.$ = { - source: $$[$0-2+2-1] - }; -break; -case 169:this.$ = { - source: $$[$0-2+2-1], - object: true - }; -break; -case 170:this.$ = { - source: $$[$0-4+2-1], - guard: $$[$0-4+4-1] - }; -break; -case 171:this.$ = { - source: $$[$0-4+2-1], - guard: $$[$0-4+4-1], - object: true - }; -break; -case 172:this.$ = { - source: $$[$0-4+2-1], - step: $$[$0-4+4-1] - }; -break; -case 173:this.$ = { - source: $$[$0-6+2-1], - guard: $$[$0-6+4-1], - step: $$[$0-6+6-1] - }; -break; -case 174:this.$ = { - source: $$[$0-6+2-1], - step: $$[$0-6+4-1], - guard: $$[$0-6+6-1] - }; -break; -case 175:this.$ = new yy.Switch($$[$0-5+2-1], $$[$0-5+4-1]); -break; -case 176:this.$ = new yy.Switch($$[$0-7+2-1], $$[$0-7+4-1], $$[$0-7+6-1]); -break; -case 177:this.$ = new yy.Switch(null, $$[$0-4+3-1]); -break; -case 178:this.$ = new yy.Switch(null, $$[$0-6+3-1], $$[$0-6+5-1]); -break; -case 179:this.$ = $$[$0-1+1-1]; -break; -case 180:this.$ = $$[$0-2+1-1].concat($$[$0-2+2-1]); -break; -case 181:this.$ = [[$$[$0-3+2-1], $$[$0-3+3-1]]]; -break; -case 182:this.$ = [[$$[$0-4+2-1], $$[$0-4+3-1]]]; -break; -case 183:this.$ = new yy.If($$[$0-3+2-1], $$[$0-3+3-1]); -break; -case 184:this.$ = new yy.If($$[$0-3+2-1], $$[$0-3+3-1], { - invert: true - }); -break; -case 185:this.$ = $$[$0-5+1-1].addElse(new yy.If($$[$0-5+4-1], $$[$0-5+5-1])); -break; -case 186:this.$ = $$[$0-3+1-1].addElse($$[$0-3+3-1]); -break; -case 187:this.$ = $$[$0-1+1-1]; -break; -case 188:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true - }); -break; -case 189:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true - }); -break; -case 190:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true, - invert: true - }); -break; -case 191:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true, - invert: true - }); -break; -case 192:this.$ = new yy.Op($$[$0-2+1-1], $$[$0-2+2-1]); -break; -case 193:this.$ = new yy.Op('-', $$[$0-2+2-1]); -break; -case 194:this.$ = new yy.Op('+', $$[$0-2+2-1]); -break; -case 195:this.$ = new yy.Op('--', $$[$0-2+2-1]); -break; -case 196:this.$ = new yy.Op('++', $$[$0-2+2-1]); -break; -case 197:this.$ = new yy.Op('--', $$[$0-2+1-1], null, true); -break; -case 198:this.$ = new yy.Op('++', $$[$0-2+1-1], null, true); -break; -case 199:this.$ = new yy.Op('+', $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 200:this.$ = new yy.Op('-', $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 201:this.$ = new yy.Op('==', $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 202:this.$ = new yy.Op('!=', $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 203:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 204:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 205:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 206:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 207:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 208:this.$ = new yy.Op($$[$0-5+2-1], $$[$0-5+1-1], $$[$0-5+4-1]); -break; -case 209:this.$ = $$[$0-3+2-1].charAt(0) === '!' ? ($$[$0-3+2-1] === '!in' ? new yy.Op('!', new yy.In($$[$0-3+1-1], $$[$0-3+3-1])) : new yy.Op('!', new yy.Parens(new yy.Op($$[$0-3+2-1].slice(1), $$[$0-3+1-1], $$[$0-3+3-1])))) : ($$[$0-3+2-1] === 'in' ? new yy.In($$[$0-3+1-1], $$[$0-3+3-1]) : new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1])); -break; -} -}, -table: [{"1":[2,1],"3":1,"4":[1,2],"5":3,"6":4,"7":5,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,6],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[3]},{"1":[2,2],"28":77,"46":[1,49]},{"1":[2,3],"4":[1,78]},{"4":[1,79]},{"1":[2,5],"4":[2,5],"30":[2,5]},{"5":80,"7":5,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"30":[1,81],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,8],"4":[2,8],"30":[2,8],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,9],"4":[2,9],"30":[2,9],"106":98,"107":[1,68],"109":[1,69],"112":99,"113":[1,71],"114":72,"130":[1,96],"131":[1,97]},{"1":[2,15],"4":[2,15],"29":[2,15],"30":[2,15],"47":[2,15],"55":[2,15],"59":[2,15],"62":101,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"75":[2,15],"76":[1,110],"77":[1,111],"80":[2,15],"85":100,"88":[1,102],"89":[2,114],"90":[2,15],"94":[2,15],"96":[2,15],"105":[2,15],"107":[2,15],"108":[2,15],"109":[2,15],"113":[2,15],"121":[2,15],"130":[2,15],"131":[2,15],"133":[2,15],"134":[2,15],"137":[2,15],"138":[2,15],"139":[2,15],"140":[2,15],"141":[2,15],"142":[2,15],"144":[2,15]},{"1":[2,16],"4":[2,16],"29":[2,16],"30":[2,16],"47":[2,16],"55":[2,16],"59":[2,16],"62":113,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"75":[2,16],"76":[1,110],"77":[1,111],"80":[2,16],"85":112,"88":[1,102],"89":[2,114],"90":[2,16],"94":[2,16],"96":[2,16],"105":[2,16],"107":[2,16],"108":[2,16],"109":[2,16],"113":[2,16],"121":[2,16],"130":[2,16],"131":[2,16],"133":[2,16],"134":[2,16],"137":[2,16],"138":[2,16],"139":[2,16],"140":[2,16],"141":[2,16],"142":[2,16],"144":[2,16]},{"1":[2,17],"4":[2,17],"29":[2,17],"30":[2,17],"47":[2,17],"55":[2,17],"59":[2,17],"75":[2,17],"80":[2,17],"90":[2,17],"94":[2,17],"96":[2,17],"105":[2,17],"107":[2,17],"108":[2,17],"109":[2,17],"113":[2,17],"121":[2,17],"130":[2,17],"131":[2,17],"133":[2,17],"134":[2,17],"137":[2,17],"138":[2,17],"139":[2,17],"140":[2,17],"141":[2,17],"142":[2,17],"144":[2,17]},{"1":[2,18],"4":[2,18],"29":[2,18],"30":[2,18],"47":[2,18],"55":[2,18],"59":[2,18],"75":[2,18],"80":[2,18],"90":[2,18],"94":[2,18],"96":[2,18],"105":[2,18],"107":[2,18],"108":[2,18],"109":[2,18],"113":[2,18],"121":[2,18],"130":[2,18],"131":[2,18],"133":[2,18],"134":[2,18],"137":[2,18],"138":[2,18],"139":[2,18],"140":[2,18],"141":[2,18],"142":[2,18],"144":[2,18]},{"1":[2,19],"4":[2,19],"29":[2,19],"30":[2,19],"47":[2,19],"55":[2,19],"59":[2,19],"75":[2,19],"80":[2,19],"90":[2,19],"94":[2,19],"96":[2,19],"105":[2,19],"107":[2,19],"108":[2,19],"109":[2,19],"113":[2,19],"121":[2,19],"130":[2,19],"131":[2,19],"133":[2,19],"134":[2,19],"137":[2,19],"138":[2,19],"139":[2,19],"140":[2,19],"141":[2,19],"142":[2,19],"144":[2,19]},{"1":[2,20],"4":[2,20],"29":[2,20],"30":[2,20],"47":[2,20],"55":[2,20],"59":[2,20],"75":[2,20],"80":[2,20],"90":[2,20],"94":[2,20],"96":[2,20],"105":[2,20],"107":[2,20],"108":[2,20],"109":[2,20],"113":[2,20],"121":[2,20],"130":[2,20],"131":[2,20],"133":[2,20],"134":[2,20],"137":[2,20],"138":[2,20],"139":[2,20],"140":[2,20],"141":[2,20],"142":[2,20],"144":[2,20]},{"1":[2,21],"4":[2,21],"29":[2,21],"30":[2,21],"47":[2,21],"55":[2,21],"59":[2,21],"75":[2,21],"80":[2,21],"90":[2,21],"94":[2,21],"96":[2,21],"105":[2,21],"107":[2,21],"108":[2,21],"109":[2,21],"113":[2,21],"121":[2,21],"130":[2,21],"131":[2,21],"133":[2,21],"134":[2,21],"137":[2,21],"138":[2,21],"139":[2,21],"140":[2,21],"141":[2,21],"142":[2,21],"144":[2,21]},{"1":[2,22],"4":[2,22],"29":[2,22],"30":[2,22],"47":[2,22],"55":[2,22],"59":[2,22],"75":[2,22],"80":[2,22],"90":[2,22],"94":[2,22],"96":[2,22],"105":[2,22],"107":[2,22],"108":[2,22],"109":[2,22],"113":[2,22],"121":[2,22],"130":[2,22],"131":[2,22],"133":[2,22],"134":[2,22],"137":[2,22],"138":[2,22],"139":[2,22],"140":[2,22],"141":[2,22],"142":[2,22],"144":[2,22]},{"1":[2,23],"4":[2,23],"29":[2,23],"30":[2,23],"47":[2,23],"55":[2,23],"59":[2,23],"75":[2,23],"80":[2,23],"90":[2,23],"94":[2,23],"96":[2,23],"105":[2,23],"107":[2,23],"108":[2,23],"109":[2,23],"113":[2,23],"121":[2,23],"130":[2,23],"131":[2,23],"133":[2,23],"134":[2,23],"137":[2,23],"138":[2,23],"139":[2,23],"140":[2,23],"141":[2,23],"142":[2,23],"144":[2,23]},{"1":[2,24],"4":[2,24],"29":[2,24],"30":[2,24],"47":[2,24],"55":[2,24],"59":[2,24],"75":[2,24],"80":[2,24],"90":[2,24],"94":[2,24],"96":[2,24],"105":[2,24],"107":[2,24],"108":[2,24],"109":[2,24],"113":[2,24],"121":[2,24],"130":[2,24],"131":[2,24],"133":[2,24],"134":[2,24],"137":[2,24],"138":[2,24],"139":[2,24],"140":[2,24],"141":[2,24],"142":[2,24],"144":[2,24]},{"1":[2,25],"4":[2,25],"29":[2,25],"30":[2,25],"47":[2,25],"55":[2,25],"59":[2,25],"75":[2,25],"80":[2,25],"90":[2,25],"94":[2,25],"96":[2,25],"105":[2,25],"107":[2,25],"108":[2,25],"109":[2,25],"113":[2,25],"121":[2,25],"130":[2,25],"131":[2,25],"133":[2,25],"134":[2,25],"137":[2,25],"138":[2,25],"139":[2,25],"140":[2,25],"141":[2,25],"142":[2,25],"144":[2,25]},{"1":[2,26],"4":[2,26],"29":[2,26],"30":[2,26],"47":[2,26],"55":[2,26],"59":[2,26],"75":[2,26],"80":[2,26],"90":[2,26],"94":[2,26],"96":[2,26],"105":[2,26],"107":[2,26],"108":[2,26],"109":[2,26],"113":[2,26],"121":[2,26],"130":[2,26],"131":[2,26],"133":[2,26],"134":[2,26],"137":[2,26],"138":[2,26],"139":[2,26],"140":[2,26],"141":[2,26],"142":[2,26],"144":[2,26]},{"1":[2,27],"4":[2,27],"29":[2,27],"30":[2,27],"47":[2,27],"55":[2,27],"59":[2,27],"75":[2,27],"80":[2,27],"90":[2,27],"94":[2,27],"96":[2,27],"105":[2,27],"107":[2,27],"108":[2,27],"109":[2,27],"113":[2,27],"121":[2,27],"130":[2,27],"131":[2,27],"133":[2,27],"134":[2,27],"137":[2,27],"138":[2,27],"139":[2,27],"140":[2,27],"141":[2,27],"142":[2,27],"144":[2,27]},{"1":[2,28],"4":[2,28],"29":[2,28],"30":[2,28],"47":[2,28],"55":[2,28],"59":[2,28],"75":[2,28],"80":[2,28],"90":[2,28],"94":[2,28],"96":[2,28],"105":[2,28],"107":[2,28],"108":[2,28],"109":[2,28],"113":[2,28],"121":[2,28],"130":[2,28],"131":[2,28],"133":[2,28],"134":[2,28],"137":[2,28],"138":[2,28],"139":[2,28],"140":[2,28],"141":[2,28],"142":[2,28],"144":[2,28]},{"1":[2,10],"4":[2,10],"30":[2,10],"107":[2,10],"109":[2,10],"113":[2,10],"130":[2,10],"131":[2,10]},{"1":[2,11],"4":[2,11],"30":[2,11],"107":[2,11],"109":[2,11],"113":[2,11],"130":[2,11],"131":[2,11]},{"1":[2,12],"4":[2,12],"30":[2,12],"107":[2,12],"109":[2,12],"113":[2,12],"130":[2,12],"131":[2,12]},{"1":[2,13],"4":[2,13],"30":[2,13],"107":[2,13],"109":[2,13],"113":[2,13],"130":[2,13],"131":[2,13]},{"1":[2,14],"4":[2,14],"30":[2,14],"107":[2,14],"109":[2,14],"113":[2,14],"130":[2,14],"131":[2,14]},{"1":[2,74],"4":[2,74],"29":[2,74],"30":[2,74],"41":[1,114],"47":[2,74],"55":[2,74],"59":[2,74],"68":[2,74],"69":[2,74],"70":[2,74],"71":[2,74],"74":[2,74],"75":[2,74],"76":[2,74],"77":[2,74],"80":[2,74],"88":[2,74],"89":[2,74],"90":[2,74],"94":[2,74],"96":[2,74],"105":[2,74],"107":[2,74],"108":[2,74],"109":[2,74],"113":[2,74],"121":[2,74],"130":[2,74],"131":[2,74],"133":[2,74],"134":[2,74],"137":[2,74],"138":[2,74],"139":[2,74],"140":[2,74],"141":[2,74],"142":[2,74],"144":[2,74]},{"1":[2,75],"4":[2,75],"29":[2,75],"30":[2,75],"47":[2,75],"55":[2,75],"59":[2,75],"68":[2,75],"69":[2,75],"70":[2,75],"71":[2,75],"74":[2,75],"75":[2,75],"76":[2,75],"77":[2,75],"80":[2,75],"88":[2,75],"89":[2,75],"90":[2,75],"94":[2,75],"96":[2,75],"105":[2,75],"107":[2,75],"108":[2,75],"109":[2,75],"113":[2,75],"121":[2,75],"130":[2,75],"131":[2,75],"133":[2,75],"134":[2,75],"137":[2,75],"138":[2,75],"139":[2,75],"140":[2,75],"141":[2,75],"142":[2,75],"144":[2,75]},{"1":[2,76],"4":[2,76],"29":[2,76],"30":[2,76],"47":[2,76],"55":[2,76],"59":[2,76],"68":[2,76],"69":[2,76],"70":[2,76],"71":[2,76],"74":[2,76],"75":[2,76],"76":[2,76],"77":[2,76],"80":[2,76],"88":[2,76],"89":[2,76],"90":[2,76],"94":[2,76],"96":[2,76],"105":[2,76],"107":[2,76],"108":[2,76],"109":[2,76],"113":[2,76],"121":[2,76],"130":[2,76],"131":[2,76],"133":[2,76],"134":[2,76],"137":[2,76],"138":[2,76],"139":[2,76],"140":[2,76],"141":[2,76],"142":[2,76],"144":[2,76]},{"1":[2,77],"4":[2,77],"29":[2,77],"30":[2,77],"47":[2,77],"55":[2,77],"59":[2,77],"68":[2,77],"69":[2,77],"70":[2,77],"71":[2,77],"74":[2,77],"75":[2,77],"76":[2,77],"77":[2,77],"80":[2,77],"88":[2,77],"89":[2,77],"90":[2,77],"94":[2,77],"96":[2,77],"105":[2,77],"107":[2,77],"108":[2,77],"109":[2,77],"113":[2,77],"121":[2,77],"130":[2,77],"131":[2,77],"133":[2,77],"134":[2,77],"137":[2,77],"138":[2,77],"139":[2,77],"140":[2,77],"141":[2,77],"142":[2,77],"144":[2,77]},{"1":[2,78],"4":[2,78],"29":[2,78],"30":[2,78],"47":[2,78],"55":[2,78],"59":[2,78],"68":[2,78],"69":[2,78],"70":[2,78],"71":[2,78],"74":[2,78],"75":[2,78],"76":[2,78],"77":[2,78],"80":[2,78],"88":[2,78],"89":[2,78],"90":[2,78],"94":[2,78],"96":[2,78],"105":[2,78],"107":[2,78],"108":[2,78],"109":[2,78],"113":[2,78],"121":[2,78],"130":[2,78],"131":[2,78],"133":[2,78],"134":[2,78],"137":[2,78],"138":[2,78],"139":[2,78],"140":[2,78],"141":[2,78],"142":[2,78],"144":[2,78]},{"1":[2,112],"4":[2,112],"29":[2,112],"30":[2,112],"47":[2,112],"55":[2,112],"59":[2,112],"68":[2,112],"69":[2,112],"70":[2,112],"71":[2,112],"74":[2,112],"75":[2,112],"76":[2,112],"77":[2,112],"80":[2,112],"86":115,"88":[2,112],"89":[1,116],"90":[2,112],"94":[2,112],"96":[2,112],"105":[2,112],"107":[2,112],"108":[2,112],"109":[2,112],"113":[2,112],"121":[2,112],"130":[2,112],"131":[2,112],"133":[2,112],"134":[2,112],"137":[2,112],"138":[2,112],"139":[2,112],"140":[2,112],"141":[2,112],"142":[2,112],"144":[2,112]},{"49":117,"50":[2,59],"55":[2,59],"56":118,"57":[1,119],"58":[1,120]},{"4":[1,122],"6":121,"29":[1,6]},{"8":123,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":125,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":126,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"15":128,"16":129,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":130,"43":65,"58":[1,61],"61":127,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"15":128,"16":129,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":130,"43":65,"58":[1,61],"61":131,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"1":[2,71],"4":[2,71],"29":[2,71],"30":[2,71],"41":[2,71],"47":[2,71],"55":[2,71],"59":[2,71],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,71],"76":[2,71],"77":[2,71],"80":[2,71],"82":[1,135],"88":[2,71],"89":[2,71],"90":[2,71],"94":[2,71],"96":[2,71],"105":[2,71],"107":[2,71],"108":[2,71],"109":[2,71],"113":[2,71],"121":[2,71],"130":[2,71],"131":[2,71],"133":[2,71],"134":[2,71],"135":[1,132],"136":[1,133],"137":[2,71],"138":[2,71],"139":[2,71],"140":[2,71],"141":[2,71],"142":[2,71],"143":[1,134],"144":[2,71]},{"1":[2,187],"4":[2,187],"29":[2,187],"30":[2,187],"47":[2,187],"55":[2,187],"59":[2,187],"75":[2,187],"80":[2,187],"90":[2,187],"94":[2,187],"96":[2,187],"105":[2,187],"107":[2,187],"108":[2,187],"109":[2,187],"113":[2,187],"121":[2,187],"124":[1,136],"130":[2,187],"131":[2,187],"133":[2,187],"134":[2,187],"137":[2,187],"138":[2,187],"139":[2,187],"140":[2,187],"141":[2,187],"142":[2,187],"144":[2,187]},{"4":[1,122],"6":137,"29":[1,6]},{"4":[1,122],"6":138,"29":[1,6]},{"1":[2,153],"4":[2,153],"29":[2,153],"30":[2,153],"47":[2,153],"55":[2,153],"59":[2,153],"75":[2,153],"80":[2,153],"90":[2,153],"94":[2,153],"96":[2,153],"105":[2,153],"107":[2,153],"108":[2,153],"109":[2,153],"113":[2,153],"121":[2,153],"130":[2,153],"131":[2,153],"133":[2,153],"134":[2,153],"137":[2,153],"138":[2,153],"139":[2,153],"140":[2,153],"141":[2,153],"142":[2,153],"144":[2,153]},{"4":[1,122],"6":139,"29":[1,6]},{"8":140,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,141],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,99],"4":[2,99],"15":128,"16":129,"29":[1,143],"30":[2,99],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":130,"43":65,"47":[2,99],"55":[2,99],"58":[1,61],"59":[2,99],"61":142,"63":52,"64":53,"65":30,"66":31,"67":32,"75":[2,99],"78":[1,73],"80":[2,99],"82":[1,144],"87":[1,33],"90":[2,99],"92":[1,60],"94":[2,99],"95":[1,59],"96":[2,99],"104":[1,58],"105":[2,99],"107":[2,99],"108":[2,99],"109":[2,99],"113":[2,99],"121":[2,99],"130":[2,99],"131":[2,99],"133":[2,99],"134":[2,99],"137":[2,99],"138":[2,99],"139":[2,99],"140":[2,99],"141":[2,99],"142":[2,99],"144":[2,99]},{"1":[2,51],"4":[2,51],"29":[2,51],"30":[2,51],"47":[2,51],"55":[2,51],"59":[2,51],"75":[2,51],"80":[2,51],"90":[2,51],"94":[2,51],"96":[2,51],"101":[2,51],"102":[2,51],"105":[2,51],"107":[2,51],"108":[2,51],"109":[2,51],"113":[2,51],"121":[2,51],"124":[2,51],"126":[2,51],"130":[2,51],"131":[2,51],"133":[2,51],"134":[2,51],"137":[2,51],"138":[2,51],"139":[2,51],"140":[2,51],"141":[2,51],"142":[2,51],"144":[2,51]},{"1":[2,50],"4":[2,50],"8":145,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"30":[2,50],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"130":[2,50],"131":[2,50],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":146,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,72],"4":[2,72],"29":[2,72],"30":[2,72],"41":[2,72],"47":[2,72],"55":[2,72],"59":[2,72],"68":[2,72],"69":[2,72],"70":[2,72],"71":[2,72],"74":[2,72],"75":[2,72],"76":[2,72],"77":[2,72],"80":[2,72],"88":[2,72],"89":[2,72],"90":[2,72],"94":[2,72],"96":[2,72],"105":[2,72],"107":[2,72],"108":[2,72],"109":[2,72],"113":[2,72],"121":[2,72],"130":[2,72],"131":[2,72],"133":[2,72],"134":[2,72],"137":[2,72],"138":[2,72],"139":[2,72],"140":[2,72],"141":[2,72],"142":[2,72],"144":[2,72]},{"1":[2,73],"4":[2,73],"29":[2,73],"30":[2,73],"41":[2,73],"47":[2,73],"55":[2,73],"59":[2,73],"68":[2,73],"69":[2,73],"70":[2,73],"71":[2,73],"74":[2,73],"75":[2,73],"76":[2,73],"77":[2,73],"80":[2,73],"88":[2,73],"89":[2,73],"90":[2,73],"94":[2,73],"96":[2,73],"105":[2,73],"107":[2,73],"108":[2,73],"109":[2,73],"113":[2,73],"121":[2,73],"130":[2,73],"131":[2,73],"133":[2,73],"134":[2,73],"137":[2,73],"138":[2,73],"139":[2,73],"140":[2,73],"141":[2,73],"142":[2,73],"144":[2,73]},{"1":[2,35],"4":[2,35],"29":[2,35],"30":[2,35],"47":[2,35],"55":[2,35],"59":[2,35],"68":[2,35],"69":[2,35],"70":[2,35],"71":[2,35],"74":[2,35],"75":[2,35],"76":[2,35],"77":[2,35],"80":[2,35],"88":[2,35],"89":[2,35],"90":[2,35],"94":[2,35],"96":[2,35],"105":[2,35],"107":[2,35],"108":[2,35],"109":[2,35],"113":[2,35],"121":[2,35],"130":[2,35],"131":[2,35],"133":[2,35],"134":[2,35],"137":[2,35],"138":[2,35],"139":[2,35],"140":[2,35],"141":[2,35],"142":[2,35],"144":[2,35]},{"1":[2,36],"4":[2,36],"29":[2,36],"30":[2,36],"47":[2,36],"55":[2,36],"59":[2,36],"68":[2,36],"69":[2,36],"70":[2,36],"71":[2,36],"74":[2,36],"75":[2,36],"76":[2,36],"77":[2,36],"80":[2,36],"88":[2,36],"89":[2,36],"90":[2,36],"94":[2,36],"96":[2,36],"105":[2,36],"107":[2,36],"108":[2,36],"109":[2,36],"113":[2,36],"121":[2,36],"130":[2,36],"131":[2,36],"133":[2,36],"134":[2,36],"137":[2,36],"138":[2,36],"139":[2,36],"140":[2,36],"141":[2,36],"142":[2,36],"144":[2,36]},{"1":[2,37],"4":[2,37],"29":[2,37],"30":[2,37],"47":[2,37],"55":[2,37],"59":[2,37],"68":[2,37],"69":[2,37],"70":[2,37],"71":[2,37],"74":[2,37],"75":[2,37],"76":[2,37],"77":[2,37],"80":[2,37],"88":[2,37],"89":[2,37],"90":[2,37],"94":[2,37],"96":[2,37],"105":[2,37],"107":[2,37],"108":[2,37],"109":[2,37],"113":[2,37],"121":[2,37],"130":[2,37],"131":[2,37],"133":[2,37],"134":[2,37],"137":[2,37],"138":[2,37],"139":[2,37],"140":[2,37],"141":[2,37],"142":[2,37],"144":[2,37]},{"1":[2,38],"4":[2,38],"29":[2,38],"30":[2,38],"47":[2,38],"55":[2,38],"59":[2,38],"68":[2,38],"69":[2,38],"70":[2,38],"71":[2,38],"74":[2,38],"75":[2,38],"76":[2,38],"77":[2,38],"80":[2,38],"88":[2,38],"89":[2,38],"90":[2,38],"94":[2,38],"96":[2,38],"105":[2,38],"107":[2,38],"108":[2,38],"109":[2,38],"113":[2,38],"121":[2,38],"130":[2,38],"131":[2,38],"133":[2,38],"134":[2,38],"137":[2,38],"138":[2,38],"139":[2,38],"140":[2,38],"141":[2,38],"142":[2,38],"144":[2,38]},{"8":147,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"105":[1,148],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":149,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":151,"92":[1,60],"95":[1,59],"96":[1,150],"97":152,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,118],"4":[2,118],"29":[2,118],"30":[2,118],"47":[2,118],"55":[2,118],"59":[2,118],"68":[2,118],"69":[2,118],"70":[2,118],"71":[2,118],"74":[2,118],"75":[2,118],"76":[2,118],"77":[2,118],"80":[2,118],"88":[2,118],"89":[2,118],"90":[2,118],"94":[2,118],"96":[2,118],"105":[2,118],"107":[2,118],"108":[2,118],"109":[2,118],"113":[2,118],"121":[2,118],"130":[2,118],"131":[2,118],"133":[2,118],"134":[2,118],"137":[2,118],"138":[2,118],"139":[2,118],"140":[2,118],"141":[2,118],"142":[2,118],"144":[2,118]},{"1":[2,119],"4":[2,119],"29":[2,119],"30":[2,119],"31":155,"32":[1,76],"47":[2,119],"55":[2,119],"59":[2,119],"68":[2,119],"69":[2,119],"70":[2,119],"71":[2,119],"74":[2,119],"75":[2,119],"76":[2,119],"77":[2,119],"80":[2,119],"88":[2,119],"89":[2,119],"90":[2,119],"94":[2,119],"96":[2,119],"105":[2,119],"107":[2,119],"108":[2,119],"109":[2,119],"113":[2,119],"121":[2,119],"130":[2,119],"131":[2,119],"133":[2,119],"134":[2,119],"137":[2,119],"138":[2,119],"139":[2,119],"140":[2,119],"141":[2,119],"142":[2,119],"144":[2,119]},{"4":[2,55],"29":[2,55]},{"4":[2,56],"29":[2,56]},{"1":[2,67],"4":[2,67],"29":[2,67],"30":[2,67],"41":[2,67],"47":[2,67],"55":[2,67],"59":[2,67],"68":[2,67],"69":[2,67],"70":[2,67],"71":[2,67],"74":[2,67],"75":[2,67],"76":[2,67],"77":[2,67],"80":[2,67],"82":[2,67],"88":[2,67],"89":[2,67],"90":[2,67],"94":[2,67],"96":[2,67],"105":[2,67],"107":[2,67],"108":[2,67],"109":[2,67],"113":[2,67],"121":[2,67],"130":[2,67],"131":[2,67],"133":[2,67],"134":[2,67],"135":[2,67],"136":[2,67],"137":[2,67],"138":[2,67],"139":[2,67],"140":[2,67],"141":[2,67],"142":[2,67],"143":[2,67],"144":[2,67]},{"1":[2,70],"4":[2,70],"29":[2,70],"30":[2,70],"41":[2,70],"47":[2,70],"55":[2,70],"59":[2,70],"68":[2,70],"69":[2,70],"70":[2,70],"71":[2,70],"74":[2,70],"75":[2,70],"76":[2,70],"77":[2,70],"80":[2,70],"82":[2,70],"88":[2,70],"89":[2,70],"90":[2,70],"94":[2,70],"96":[2,70],"105":[2,70],"107":[2,70],"108":[2,70],"109":[2,70],"113":[2,70],"121":[2,70],"130":[2,70],"131":[2,70],"133":[2,70],"134":[2,70],"135":[2,70],"136":[2,70],"137":[2,70],"138":[2,70],"139":[2,70],"140":[2,70],"141":[2,70],"142":[2,70],"143":[2,70],"144":[2,70]},{"8":156,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":157,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":158,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":159,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[1,122],"6":160,"8":161,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,6],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"31":166,"32":[1,76],"63":167,"64":168,"66":162,"78":[1,73],"95":[1,59],"116":163,"117":[1,164],"118":165},{"115":169,"119":[1,170],"120":[1,171]},{"4":[2,89],"28":177,"29":[2,89],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":173,"43":176,"46":[1,49],"55":[2,89],"58":[1,178],"79":172,"80":[2,89]},{"1":[2,33],"4":[2,33],"29":[2,33],"30":[2,33],"44":[2,33],"47":[2,33],"55":[2,33],"59":[2,33],"68":[2,33],"69":[2,33],"70":[2,33],"71":[2,33],"74":[2,33],"75":[2,33],"76":[2,33],"77":[2,33],"80":[2,33],"88":[2,33],"89":[2,33],"90":[2,33],"94":[2,33],"96":[2,33],"105":[2,33],"107":[2,33],"108":[2,33],"109":[2,33],"113":[2,33],"121":[2,33],"130":[2,33],"131":[2,33],"133":[2,33],"134":[2,33],"137":[2,33],"138":[2,33],"139":[2,33],"140":[2,33],"141":[2,33],"142":[2,33],"144":[2,33]},{"1":[2,34],"4":[2,34],"29":[2,34],"30":[2,34],"44":[2,34],"47":[2,34],"55":[2,34],"59":[2,34],"68":[2,34],"69":[2,34],"70":[2,34],"71":[2,34],"74":[2,34],"75":[2,34],"76":[2,34],"77":[2,34],"80":[2,34],"88":[2,34],"89":[2,34],"90":[2,34],"94":[2,34],"96":[2,34],"105":[2,34],"107":[2,34],"108":[2,34],"109":[2,34],"113":[2,34],"121":[2,34],"130":[2,34],"131":[2,34],"133":[2,34],"134":[2,34],"137":[2,34],"138":[2,34],"139":[2,34],"140":[2,34],"141":[2,34],"142":[2,34],"144":[2,34]},{"1":[2,32],"4":[2,32],"29":[2,32],"30":[2,32],"41":[2,32],"44":[2,32],"47":[2,32],"55":[2,32],"59":[2,32],"68":[2,32],"69":[2,32],"70":[2,32],"71":[2,32],"74":[2,32],"75":[2,32],"76":[2,32],"77":[2,32],"80":[2,32],"82":[2,32],"88":[2,32],"89":[2,32],"90":[2,32],"94":[2,32],"96":[2,32],"105":[2,32],"107":[2,32],"108":[2,32],"109":[2,32],"113":[2,32],"119":[2,32],"120":[2,32],"121":[2,32],"130":[2,32],"131":[2,32],"133":[2,32],"134":[2,32],"135":[2,32],"136":[2,32],"137":[2,32],"138":[2,32],"139":[2,32],"140":[2,32],"141":[2,32],"142":[2,32],"143":[2,32],"144":[2,32]},{"1":[2,31],"4":[2,31],"29":[2,31],"30":[2,31],"47":[2,31],"55":[2,31],"59":[2,31],"75":[2,31],"80":[2,31],"90":[2,31],"94":[2,31],"96":[2,31],"101":[2,31],"102":[2,31],"105":[2,31],"107":[2,31],"108":[2,31],"109":[2,31],"113":[2,31],"121":[2,31],"124":[2,31],"126":[2,31],"130":[2,31],"131":[2,31],"133":[2,31],"134":[2,31],"137":[2,31],"138":[2,31],"139":[2,31],"140":[2,31],"141":[2,31],"142":[2,31],"144":[2,31]},{"1":[2,7],"4":[2,7],"7":179,"8":7,"9":8,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"30":[2,7],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,4]},{"4":[1,78],"30":[1,180]},{"1":[2,30],"4":[2,30],"29":[2,30],"30":[2,30],"47":[2,30],"55":[2,30],"59":[2,30],"75":[2,30],"80":[2,30],"90":[2,30],"94":[2,30],"96":[2,30],"101":[2,30],"102":[2,30],"105":[2,30],"107":[2,30],"108":[2,30],"109":[2,30],"113":[2,30],"121":[2,30],"124":[2,30],"126":[2,30],"130":[2,30],"131":[2,30],"133":[2,30],"134":[2,30],"137":[2,30],"138":[2,30],"139":[2,30],"140":[2,30],"141":[2,30],"142":[2,30],"144":[2,30]},{"8":181,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":182,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":183,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":184,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":185,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":186,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":187,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":188,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":189,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":190,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":191,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,152],"4":[2,152],"29":[2,152],"30":[2,152],"47":[2,152],"55":[2,152],"59":[2,152],"75":[2,152],"80":[2,152],"90":[2,152],"94":[2,152],"96":[2,152],"105":[2,152],"107":[2,152],"108":[2,152],"109":[2,152],"113":[2,152],"121":[2,152],"130":[2,152],"131":[2,152],"133":[2,152],"134":[2,152],"137":[2,152],"138":[2,152],"139":[2,152],"140":[2,152],"141":[2,152],"142":[2,152],"144":[2,152]},{"1":[2,157],"4":[2,157],"29":[2,157],"30":[2,157],"47":[2,157],"55":[2,157],"59":[2,157],"75":[2,157],"80":[2,157],"90":[2,157],"94":[2,157],"96":[2,157],"105":[2,157],"107":[2,157],"108":[2,157],"109":[2,157],"113":[2,157],"121":[2,157],"130":[2,157],"131":[2,157],"133":[2,157],"134":[2,157],"137":[2,157],"138":[2,157],"139":[2,157],"140":[2,157],"141":[2,157],"142":[2,157],"144":[2,157]},{"1":[2,52],"4":[2,52],"29":[2,52],"30":[2,52],"47":[2,52],"55":[2,52],"59":[2,52],"75":[2,52],"80":[2,52],"90":[2,52],"94":[2,52],"96":[2,52],"105":[2,52],"107":[2,52],"108":[2,52],"109":[2,52],"113":[2,52],"121":[2,52],"130":[2,52],"131":[2,52],"133":[2,52],"134":[2,52],"137":[2,52],"138":[2,52],"139":[2,52],"140":[2,52],"141":[2,52],"142":[2,52],"144":[2,52]},{"8":192,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":193,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,151],"4":[2,151],"29":[2,151],"30":[2,151],"47":[2,151],"55":[2,151],"59":[2,151],"75":[2,151],"80":[2,151],"90":[2,151],"94":[2,151],"96":[2,151],"105":[2,151],"107":[2,151],"108":[2,151],"109":[2,151],"113":[2,151],"121":[2,151],"130":[2,151],"131":[2,151],"133":[2,151],"134":[2,151],"137":[2,151],"138":[2,151],"139":[2,151],"140":[2,151],"141":[2,151],"142":[2,151],"144":[2,151]},{"1":[2,156],"4":[2,156],"29":[2,156],"30":[2,156],"47":[2,156],"55":[2,156],"59":[2,156],"75":[2,156],"80":[2,156],"90":[2,156],"94":[2,156],"96":[2,156],"105":[2,156],"107":[2,156],"108":[2,156],"109":[2,156],"113":[2,156],"121":[2,156],"130":[2,156],"131":[2,156],"133":[2,156],"134":[2,156],"137":[2,156],"138":[2,156],"139":[2,156],"140":[2,156],"141":[2,156],"142":[2,156],"144":[2,156]},{"86":194,"89":[1,116]},{"1":[2,68],"4":[2,68],"29":[2,68],"30":[2,68],"41":[2,68],"47":[2,68],"55":[2,68],"59":[2,68],"68":[2,68],"69":[2,68],"70":[2,68],"71":[2,68],"74":[2,68],"75":[2,68],"76":[2,68],"77":[2,68],"80":[2,68],"82":[2,68],"88":[2,68],"89":[2,68],"90":[2,68],"94":[2,68],"96":[2,68],"105":[2,68],"107":[2,68],"108":[2,68],"109":[2,68],"113":[2,68],"121":[2,68],"130":[2,68],"131":[2,68],"133":[2,68],"134":[2,68],"135":[2,68],"136":[2,68],"137":[2,68],"138":[2,68],"139":[2,68],"140":[2,68],"141":[2,68],"142":[2,68],"143":[2,68],"144":[2,68]},{"89":[2,115]},{"31":195,"32":[1,76]},{"31":196,"32":[1,76]},{"1":[2,81],"4":[2,81],"29":[2,81],"30":[2,81],"41":[2,81],"47":[2,81],"55":[2,81],"59":[2,81],"68":[2,81],"69":[2,81],"70":[2,81],"71":[2,81],"74":[2,81],"75":[2,81],"76":[2,81],"77":[2,81],"80":[2,81],"82":[2,81],"88":[2,81],"89":[2,81],"90":[2,81],"94":[2,81],"96":[2,81],"105":[2,81],"107":[2,81],"108":[2,81],"109":[2,81],"113":[2,81],"121":[2,81],"130":[2,81],"131":[2,81],"133":[2,81],"134":[2,81],"135":[2,81],"136":[2,81],"137":[2,81],"138":[2,81],"139":[2,81],"140":[2,81],"141":[2,81],"142":[2,81],"143":[2,81],"144":[2,81]},{"31":197,"32":[1,76]},{"1":[2,83],"4":[2,83],"29":[2,83],"30":[2,83],"41":[2,83],"47":[2,83],"55":[2,83],"59":[2,83],"68":[2,83],"69":[2,83],"70":[2,83],"71":[2,83],"74":[2,83],"75":[2,83],"76":[2,83],"77":[2,83],"80":[2,83],"82":[2,83],"88":[2,83],"89":[2,83],"90":[2,83],"94":[2,83],"96":[2,83],"105":[2,83],"107":[2,83],"108":[2,83],"109":[2,83],"113":[2,83],"121":[2,83],"130":[2,83],"131":[2,83],"133":[2,83],"134":[2,83],"135":[2,83],"136":[2,83],"137":[2,83],"138":[2,83],"139":[2,83],"140":[2,83],"141":[2,83],"142":[2,83],"143":[2,83],"144":[2,83]},{"1":[2,84],"4":[2,84],"29":[2,84],"30":[2,84],"41":[2,84],"47":[2,84],"55":[2,84],"59":[2,84],"68":[2,84],"69":[2,84],"70":[2,84],"71":[2,84],"74":[2,84],"75":[2,84],"76":[2,84],"77":[2,84],"80":[2,84],"82":[2,84],"88":[2,84],"89":[2,84],"90":[2,84],"94":[2,84],"96":[2,84],"105":[2,84],"107":[2,84],"108":[2,84],"109":[2,84],"113":[2,84],"121":[2,84],"130":[2,84],"131":[2,84],"133":[2,84],"134":[2,84],"135":[2,84],"136":[2,84],"137":[2,84],"138":[2,84],"139":[2,84],"140":[2,84],"141":[2,84],"142":[2,84],"143":[2,84],"144":[2,84]},{"8":198,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"59":[1,201],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"93":199,"94":[1,200],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"72":202,"74":[1,203],"76":[1,110],"77":[1,111]},{"72":204,"74":[1,203],"76":[1,110],"77":[1,111]},{"86":205,"89":[1,116]},{"1":[2,69],"4":[2,69],"29":[2,69],"30":[2,69],"41":[2,69],"47":[2,69],"55":[2,69],"59":[2,69],"68":[2,69],"69":[2,69],"70":[2,69],"71":[2,69],"74":[2,69],"75":[2,69],"76":[2,69],"77":[2,69],"80":[2,69],"82":[2,69],"88":[2,69],"89":[2,69],"90":[2,69],"94":[2,69],"96":[2,69],"105":[2,69],"107":[2,69],"108":[2,69],"109":[2,69],"113":[2,69],"121":[2,69],"130":[2,69],"131":[2,69],"133":[2,69],"134":[2,69],"135":[2,69],"136":[2,69],"137":[2,69],"138":[2,69],"139":[2,69],"140":[2,69],"141":[2,69],"142":[2,69],"143":[2,69],"144":[2,69]},{"8":206,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,207],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,113],"4":[2,113],"29":[2,113],"30":[2,113],"47":[2,113],"55":[2,113],"59":[2,113],"68":[2,113],"69":[2,113],"70":[2,113],"71":[2,113],"74":[2,113],"75":[2,113],"76":[2,113],"77":[2,113],"80":[2,113],"88":[2,113],"89":[2,113],"90":[2,113],"94":[2,113],"96":[2,113],"105":[2,113],"107":[2,113],"108":[2,113],"109":[2,113],"113":[2,113],"121":[2,113],"130":[2,113],"131":[2,113],"133":[2,113],"134":[2,113],"137":[2,113],"138":[2,113],"139":[2,113],"140":[2,113],"141":[2,113],"142":[2,113],"144":[2,113]},{"8":210,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"90":[1,208],"91":209,"92":[1,60],"95":[1,59],"97":152,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"50":[1,211],"55":[1,212]},{"50":[2,60],"55":[2,60]},{"50":[2,62],"55":[2,62],"59":[1,213]},{"57":[1,214]},{"1":[2,54],"4":[2,54],"29":[2,54],"30":[2,54],"47":[2,54],"55":[2,54],"59":[2,54],"75":[2,54],"80":[2,54],"90":[2,54],"94":[2,54],"96":[2,54],"105":[2,54],"107":[2,54],"108":[2,54],"109":[2,54],"113":[2,54],"121":[2,54],"130":[2,54],"131":[2,54],"133":[2,54],"134":[2,54],"137":[2,54],"138":[2,54],"139":[2,54],"140":[2,54],"141":[2,54],"142":[2,54],"144":[2,54]},{"28":77,"46":[1,49]},{"1":[2,192],"4":[2,192],"29":[2,192],"30":[2,192],"47":[1,95],"55":[2,192],"59":[2,192],"75":[2,192],"80":[2,192],"90":[2,192],"94":[2,192],"96":[2,192],"105":[2,192],"106":93,"107":[2,192],"108":[2,192],"109":[2,192],"112":94,"113":[2,192],"114":72,"121":[2,192],"130":[2,192],"131":[2,192],"133":[2,192],"134":[2,192],"137":[2,192],"138":[2,192],"139":[2,192],"140":[2,192],"141":[2,192],"142":[2,192],"144":[2,192]},{"106":98,"107":[1,68],"109":[1,69],"112":99,"113":[1,71],"114":72,"130":[1,96],"131":[1,97]},{"1":[2,193],"4":[2,193],"29":[2,193],"30":[2,193],"47":[1,95],"55":[2,193],"59":[2,193],"75":[2,193],"80":[2,193],"90":[2,193],"94":[2,193],"96":[2,193],"105":[2,193],"106":93,"107":[2,193],"108":[2,193],"109":[2,193],"112":94,"113":[2,193],"114":72,"121":[2,193],"130":[2,193],"131":[2,193],"133":[2,193],"134":[2,193],"137":[2,193],"138":[2,193],"139":[2,193],"140":[2,193],"141":[2,193],"142":[2,193],"144":[2,193]},{"1":[2,194],"4":[2,194],"29":[2,194],"30":[2,194],"47":[1,95],"55":[2,194],"59":[2,194],"75":[2,194],"80":[2,194],"90":[2,194],"94":[2,194],"96":[2,194],"105":[2,194],"106":93,"107":[2,194],"108":[2,194],"109":[2,194],"112":94,"113":[2,194],"114":72,"121":[2,194],"130":[2,194],"131":[2,194],"133":[2,194],"134":[2,194],"137":[2,194],"138":[2,194],"139":[2,194],"140":[2,194],"141":[2,194],"142":[2,194],"144":[2,194]},{"1":[2,195],"4":[2,195],"29":[2,195],"30":[2,195],"47":[2,195],"55":[2,195],"59":[2,195],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,195],"76":[2,71],"77":[2,71],"80":[2,195],"88":[2,71],"89":[2,71],"90":[2,195],"94":[2,195],"96":[2,195],"105":[2,195],"107":[2,195],"108":[2,195],"109":[2,195],"113":[2,195],"121":[2,195],"130":[2,195],"131":[2,195],"133":[2,195],"134":[2,195],"137":[2,195],"138":[2,195],"139":[2,195],"140":[2,195],"141":[2,195],"142":[2,195],"144":[2,195]},{"62":101,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"76":[1,110],"77":[1,111],"85":100,"88":[1,102],"89":[2,114]},{"62":113,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"76":[1,110],"77":[1,111],"85":112,"88":[1,102],"89":[2,114]},{"1":[2,74],"4":[2,74],"29":[2,74],"30":[2,74],"47":[2,74],"55":[2,74],"59":[2,74],"68":[2,74],"69":[2,74],"70":[2,74],"71":[2,74],"74":[2,74],"75":[2,74],"76":[2,74],"77":[2,74],"80":[2,74],"88":[2,74],"89":[2,74],"90":[2,74],"94":[2,74],"96":[2,74],"105":[2,74],"107":[2,74],"108":[2,74],"109":[2,74],"113":[2,74],"121":[2,74],"130":[2,74],"131":[2,74],"133":[2,74],"134":[2,74],"137":[2,74],"138":[2,74],"139":[2,74],"140":[2,74],"141":[2,74],"142":[2,74],"144":[2,74]},{"1":[2,196],"4":[2,196],"29":[2,196],"30":[2,196],"47":[2,196],"55":[2,196],"59":[2,196],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,196],"76":[2,71],"77":[2,71],"80":[2,196],"88":[2,71],"89":[2,71],"90":[2,196],"94":[2,196],"96":[2,196],"105":[2,196],"107":[2,196],"108":[2,196],"109":[2,196],"113":[2,196],"121":[2,196],"130":[2,196],"131":[2,196],"133":[2,196],"134":[2,196],"137":[2,196],"138":[2,196],"139":[2,196],"140":[2,196],"141":[2,196],"142":[2,196],"144":[2,196]},{"1":[2,197],"4":[2,197],"29":[2,197],"30":[2,197],"47":[2,197],"55":[2,197],"59":[2,197],"75":[2,197],"80":[2,197],"90":[2,197],"94":[2,197],"96":[2,197],"105":[2,197],"107":[2,197],"108":[2,197],"109":[2,197],"113":[2,197],"121":[2,197],"130":[2,197],"131":[2,197],"133":[2,197],"134":[2,197],"137":[2,197],"138":[2,197],"139":[2,197],"140":[2,197],"141":[2,197],"142":[2,197],"144":[2,197]},{"1":[2,198],"4":[2,198],"29":[2,198],"30":[2,198],"47":[2,198],"55":[2,198],"59":[2,198],"75":[2,198],"80":[2,198],"90":[2,198],"94":[2,198],"96":[2,198],"105":[2,198],"107":[2,198],"108":[2,198],"109":[2,198],"113":[2,198],"121":[2,198],"130":[2,198],"131":[2,198],"133":[2,198],"134":[2,198],"137":[2,198],"138":[2,198],"139":[2,198],"140":[2,198],"141":[2,198],"142":[2,198],"144":[2,198]},{"8":215,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,216],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"15":217,"16":129,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":130,"43":65,"58":[1,61],"61":218,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"4":[1,122],"6":220,"29":[1,6],"128":[1,219]},{"1":[2,138],"4":[2,138],"29":[2,138],"30":[2,138],"47":[2,138],"55":[2,138],"59":[2,138],"75":[2,138],"80":[2,138],"90":[2,138],"94":[2,138],"96":[2,138],"100":221,"101":[1,222],"102":[1,223],"105":[2,138],"107":[2,138],"108":[2,138],"109":[2,138],"113":[2,138],"121":[2,138],"130":[2,138],"131":[2,138],"133":[2,138],"134":[2,138],"137":[2,138],"138":[2,138],"139":[2,138],"140":[2,138],"141":[2,138],"142":[2,138],"144":[2,138]},{"1":[2,150],"4":[2,150],"29":[2,150],"30":[2,150],"47":[2,150],"55":[2,150],"59":[2,150],"75":[2,150],"80":[2,150],"90":[2,150],"94":[2,150],"96":[2,150],"105":[2,150],"107":[2,150],"108":[2,150],"109":[2,150],"113":[2,150],"121":[2,150],"130":[2,150],"131":[2,150],"133":[2,150],"134":[2,150],"137":[2,150],"138":[2,150],"139":[2,150],"140":[2,150],"141":[2,150],"142":[2,150],"144":[2,150]},{"1":[2,158],"4":[2,158],"29":[2,158],"30":[2,158],"47":[2,158],"55":[2,158],"59":[2,158],"75":[2,158],"80":[2,158],"90":[2,158],"94":[2,158],"96":[2,158],"105":[2,158],"107":[2,158],"108":[2,158],"109":[2,158],"113":[2,158],"121":[2,158],"130":[2,158],"131":[2,158],"133":[2,158],"134":[2,158],"137":[2,158],"138":[2,158],"139":[2,158],"140":[2,158],"141":[2,158],"142":[2,158],"144":[2,158]},{"29":[1,224],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"123":225,"125":226,"126":[1,227]},{"1":[2,94],"4":[2,94],"29":[1,229],"30":[2,94],"47":[2,94],"55":[2,94],"59":[2,94],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,94],"76":[2,71],"77":[2,71],"80":[2,94],"82":[1,228],"88":[2,71],"89":[2,71],"90":[2,94],"94":[2,94],"96":[2,94],"105":[2,94],"107":[2,94],"108":[2,94],"109":[2,94],"113":[2,94],"121":[2,94],"130":[2,94],"131":[2,94],"133":[2,94],"134":[2,94],"137":[2,94],"138":[2,94],"139":[2,94],"140":[2,94],"141":[2,94],"142":[2,94],"144":[2,94]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":230,"84":231},{"15":235,"16":129,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":130,"43":65,"58":[1,61],"61":218,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"1":[2,49],"4":[2,49],"30":[2,49],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[2,49],"131":[2,49],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,143],"4":[2,143],"30":[2,143],"47":[1,95],"106":93,"107":[2,143],"109":[2,143],"112":94,"113":[2,143],"114":72,"130":[2,143],"131":[2,143],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"47":[1,95],"105":[1,236],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,145],"4":[2,145],"29":[2,145],"30":[2,145],"47":[2,145],"55":[2,145],"59":[2,145],"68":[2,145],"69":[2,145],"70":[2,145],"71":[2,145],"74":[2,145],"75":[2,145],"76":[2,145],"77":[2,145],"80":[2,145],"88":[2,145],"89":[2,145],"90":[2,145],"94":[2,145],"96":[2,145],"105":[2,145],"107":[2,145],"108":[2,145],"109":[2,145],"113":[2,145],"121":[2,145],"130":[2,145],"131":[2,145],"133":[2,145],"134":[2,145],"137":[2,145],"138":[2,145],"139":[2,145],"140":[2,145],"141":[2,145],"142":[2,145],"144":[2,145]},{"4":[2,134],"29":[2,134],"47":[1,95],"55":[2,134],"59":[1,238],"93":237,"94":[1,200],"96":[2,134],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,127],"4":[2,127],"29":[2,127],"30":[2,127],"41":[2,127],"47":[2,127],"55":[2,127],"59":[2,127],"68":[2,127],"69":[2,127],"70":[2,127],"71":[2,127],"74":[2,127],"75":[2,127],"76":[2,127],"77":[2,127],"80":[2,127],"88":[2,127],"89":[2,127],"90":[2,127],"94":[2,127],"96":[2,127],"105":[2,127],"107":[2,127],"108":[2,127],"109":[2,127],"113":[2,127],"119":[2,127],"120":[2,127],"121":[2,127],"130":[2,127],"131":[2,127],"133":[2,127],"134":[2,127],"137":[2,127],"138":[2,127],"139":[2,127],"140":[2,127],"141":[2,127],"142":[2,127],"144":[2,127]},{"4":[2,57],"29":[2,57],"54":239,"55":[1,240],"96":[2,57]},{"4":[2,129],"29":[2,129],"30":[2,129],"55":[2,129],"90":[2,129],"96":[2,129]},{"8":210,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":241,"92":[1,60],"95":[1,59],"97":152,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,135],"29":[2,135],"30":[2,135],"55":[2,135],"90":[2,135],"96":[2,135]},{"1":[2,122],"4":[2,122],"29":[2,122],"30":[2,122],"41":[2,122],"44":[2,122],"47":[2,122],"55":[2,122],"59":[2,122],"68":[2,122],"69":[2,122],"70":[2,122],"71":[2,122],"74":[2,122],"75":[2,122],"76":[2,122],"77":[2,122],"80":[2,122],"82":[2,122],"88":[2,122],"89":[2,122],"90":[2,122],"94":[2,122],"96":[2,122],"105":[2,122],"107":[2,122],"108":[2,122],"109":[2,122],"113":[2,122],"121":[2,122],"130":[2,122],"131":[2,122],"133":[2,122],"134":[2,122],"135":[2,122],"136":[2,122],"137":[2,122],"138":[2,122],"139":[2,122],"140":[2,122],"141":[2,122],"142":[2,122],"143":[2,122],"144":[2,122]},{"4":[1,122],"6":242,"29":[1,6],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[1,122],"6":243,"29":[1,6],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,146],"4":[2,146],"29":[2,146],"30":[2,146],"47":[1,95],"55":[2,146],"59":[2,146],"75":[2,146],"80":[2,146],"90":[2,146],"94":[2,146],"96":[2,146],"105":[2,146],"106":93,"107":[1,68],"108":[1,244],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,146],"130":[2,146],"131":[2,146],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,148],"4":[2,148],"29":[2,148],"30":[2,148],"47":[1,95],"55":[2,148],"59":[2,148],"75":[2,148],"80":[2,148],"90":[2,148],"94":[2,148],"96":[2,148],"105":[2,148],"106":93,"107":[1,68],"108":[1,245],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,148],"130":[2,148],"131":[2,148],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,154],"4":[2,154],"29":[2,154],"30":[2,154],"47":[2,154],"55":[2,154],"59":[2,154],"75":[2,154],"80":[2,154],"90":[2,154],"94":[2,154],"96":[2,154],"105":[2,154],"107":[2,154],"108":[2,154],"109":[2,154],"113":[2,154],"121":[2,154],"130":[2,154],"131":[2,154],"133":[2,154],"134":[2,154],"137":[2,154],"138":[2,154],"139":[2,154],"140":[2,154],"141":[2,154],"142":[2,154],"144":[2,154]},{"1":[2,155],"4":[2,155],"29":[2,155],"30":[2,155],"47":[1,95],"55":[2,155],"59":[2,155],"75":[2,155],"80":[2,155],"90":[2,155],"94":[2,155],"96":[2,155],"105":[2,155],"106":93,"107":[1,68],"108":[2,155],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,155],"130":[2,155],"131":[2,155],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,159],"4":[2,159],"29":[2,159],"30":[2,159],"47":[2,159],"55":[2,159],"59":[2,159],"75":[2,159],"80":[2,159],"90":[2,159],"94":[2,159],"96":[2,159],"105":[2,159],"107":[2,159],"108":[2,159],"109":[2,159],"113":[2,159],"121":[2,159],"130":[2,159],"131":[2,159],"133":[2,159],"134":[2,159],"137":[2,159],"138":[2,159],"139":[2,159],"140":[2,159],"141":[2,159],"142":[2,159],"144":[2,159]},{"119":[2,161],"120":[2,161]},{"31":166,"32":[1,76],"63":167,"64":168,"78":[1,73],"95":[1,247],"116":246,"118":165},{"55":[1,248],"119":[2,166],"120":[2,166]},{"55":[2,163],"119":[2,163],"120":[2,163]},{"55":[2,164],"119":[2,164],"120":[2,164]},{"55":[2,165],"119":[2,165],"120":[2,165]},{"1":[2,160],"4":[2,160],"29":[2,160],"30":[2,160],"47":[2,160],"55":[2,160],"59":[2,160],"75":[2,160],"80":[2,160],"90":[2,160],"94":[2,160],"96":[2,160],"105":[2,160],"107":[2,160],"108":[2,160],"109":[2,160],"113":[2,160],"121":[2,160],"130":[2,160],"131":[2,160],"133":[2,160],"134":[2,160],"137":[2,160],"138":[2,160],"139":[2,160],"140":[2,160],"141":[2,160],"142":[2,160],"144":[2,160]},{"8":249,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":250,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,57],"29":[2,57],"54":251,"55":[1,252],"80":[2,57]},{"4":[2,90],"29":[2,90],"30":[2,90],"55":[2,90],"80":[2,90]},{"4":[2,41],"29":[2,41],"30":[2,41],"44":[1,253],"55":[2,41],"80":[2,41]},{"4":[2,42],"29":[2,42],"30":[2,42],"44":[1,254],"55":[2,42],"80":[2,42]},{"4":[2,43],"29":[2,43],"30":[2,43],"55":[2,43],"80":[2,43]},{"4":[2,48],"29":[2,48],"30":[2,48],"55":[2,48],"80":[2,48]},{"31":155,"32":[1,76]},{"1":[2,6],"4":[2,6],"30":[2,6]},{"1":[2,29],"4":[2,29],"29":[2,29],"30":[2,29],"47":[2,29],"55":[2,29],"59":[2,29],"75":[2,29],"80":[2,29],"90":[2,29],"94":[2,29],"96":[2,29],"101":[2,29],"102":[2,29],"105":[2,29],"107":[2,29],"108":[2,29],"109":[2,29],"113":[2,29],"121":[2,29],"124":[2,29],"126":[2,29],"130":[2,29],"131":[2,29],"133":[2,29],"134":[2,29],"137":[2,29],"138":[2,29],"139":[2,29],"140":[2,29],"141":[2,29],"142":[2,29],"144":[2,29]},{"1":[2,199],"4":[2,199],"29":[2,199],"30":[2,199],"47":[1,95],"55":[2,199],"59":[2,199],"75":[2,199],"80":[2,199],"90":[2,199],"94":[2,199],"96":[2,199],"105":[2,199],"106":93,"107":[2,199],"108":[2,199],"109":[2,199],"112":94,"113":[2,199],"114":72,"121":[2,199],"130":[2,199],"131":[2,199],"133":[2,199],"134":[2,199],"137":[2,199],"138":[2,199],"139":[1,86],"140":[2,199],"141":[2,199],"142":[2,199],"144":[2,199]},{"1":[2,200],"4":[2,200],"29":[2,200],"30":[2,200],"47":[1,95],"55":[2,200],"59":[2,200],"75":[2,200],"80":[2,200],"90":[2,200],"94":[2,200],"96":[2,200],"105":[2,200],"106":93,"107":[2,200],"108":[2,200],"109":[2,200],"112":94,"113":[2,200],"114":72,"121":[2,200],"130":[2,200],"131":[2,200],"133":[2,200],"134":[2,200],"137":[2,200],"138":[2,200],"139":[1,86],"140":[2,200],"141":[2,200],"142":[2,200],"144":[2,200]},{"1":[2,201],"4":[2,201],"29":[2,201],"30":[2,201],"47":[1,95],"55":[2,201],"59":[2,201],"75":[2,201],"80":[2,201],"90":[2,201],"94":[2,201],"96":[2,201],"105":[2,201],"106":93,"107":[2,201],"108":[2,201],"109":[2,201],"112":94,"113":[2,201],"114":72,"121":[2,201],"130":[2,201],"131":[2,201],"133":[1,83],"134":[1,82],"137":[2,201],"138":[2,201],"139":[1,86],"140":[1,87],"141":[1,88],"142":[2,201],"144":[1,90]},{"1":[2,202],"4":[2,202],"29":[2,202],"30":[2,202],"47":[1,95],"55":[2,202],"59":[2,202],"75":[2,202],"80":[2,202],"90":[2,202],"94":[2,202],"96":[2,202],"105":[2,202],"106":93,"107":[2,202],"108":[2,202],"109":[2,202],"112":94,"113":[2,202],"114":72,"121":[2,202],"130":[2,202],"131":[2,202],"133":[1,83],"134":[1,82],"137":[2,202],"138":[2,202],"139":[1,86],"140":[1,87],"141":[1,88],"142":[2,202],"144":[1,90]},{"1":[2,203],"4":[2,203],"29":[2,203],"30":[2,203],"47":[1,95],"55":[2,203],"59":[2,203],"75":[2,203],"80":[2,203],"90":[2,203],"94":[2,203],"96":[2,203],"105":[2,203],"106":93,"107":[2,203],"108":[2,203],"109":[2,203],"112":94,"113":[2,203],"114":72,"121":[2,203],"130":[2,203],"131":[2,203],"133":[2,203],"134":[2,203],"137":[2,203],"138":[2,203],"139":[2,203],"140":[2,203],"141":[2,203],"142":[2,203],"144":[2,203]},{"1":[2,204],"4":[2,204],"29":[2,204],"30":[2,204],"47":[1,95],"55":[2,204],"59":[2,204],"75":[2,204],"80":[2,204],"90":[2,204],"94":[2,204],"96":[2,204],"105":[2,204],"106":93,"107":[2,204],"108":[2,204],"109":[2,204],"112":94,"113":[2,204],"114":72,"121":[2,204],"130":[2,204],"131":[2,204],"133":[1,83],"134":[1,82],"137":[2,204],"138":[2,204],"139":[1,86],"140":[2,204],"141":[2,204],"142":[2,204],"144":[2,204]},{"1":[2,205],"4":[2,205],"29":[2,205],"30":[2,205],"47":[1,95],"55":[2,205],"59":[2,205],"75":[2,205],"80":[2,205],"90":[2,205],"94":[2,205],"96":[2,205],"105":[2,205],"106":93,"107":[2,205],"108":[2,205],"109":[2,205],"112":94,"113":[2,205],"114":72,"121":[2,205],"130":[2,205],"131":[2,205],"133":[1,83],"134":[1,82],"137":[2,205],"138":[2,205],"139":[1,86],"140":[1,87],"141":[2,205],"142":[2,205],"144":[2,205]},{"1":[2,206],"4":[2,206],"29":[2,206],"30":[2,206],"47":[1,95],"55":[2,206],"59":[2,206],"75":[2,206],"80":[2,206],"90":[2,206],"94":[2,206],"96":[2,206],"105":[2,206],"106":93,"107":[2,206],"108":[2,206],"109":[2,206],"112":94,"113":[2,206],"114":72,"121":[2,206],"130":[2,206],"131":[2,206],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[2,206],"144":[1,90]},{"1":[2,209],"4":[2,209],"29":[2,209],"30":[2,209],"47":[1,95],"55":[2,209],"59":[2,209],"75":[2,209],"80":[2,209],"90":[2,209],"94":[2,209],"96":[2,209],"105":[2,209],"106":93,"107":[2,209],"108":[2,209],"109":[2,209],"112":94,"113":[2,209],"114":72,"121":[2,209],"130":[2,209],"131":[2,209],"133":[1,83],"134":[1,82],"137":[2,209],"138":[2,209],"139":[1,86],"140":[1,87],"141":[1,88],"142":[2,209],"144":[2,209]},{"1":[2,189],"4":[2,189],"29":[2,189],"30":[2,189],"47":[1,95],"55":[2,189],"59":[2,189],"75":[2,189],"80":[2,189],"90":[2,189],"94":[2,189],"96":[2,189],"105":[2,189],"106":93,"107":[1,68],"108":[2,189],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,189],"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,191],"4":[2,191],"29":[2,191],"30":[2,191],"47":[1,95],"55":[2,191],"59":[2,191],"75":[2,191],"80":[2,191],"90":[2,191],"94":[2,191],"96":[2,191],"105":[2,191],"106":93,"107":[1,68],"108":[2,191],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,191],"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,188],"4":[2,188],"29":[2,188],"30":[2,188],"47":[1,95],"55":[2,188],"59":[2,188],"75":[2,188],"80":[2,188],"90":[2,188],"94":[2,188],"96":[2,188],"105":[2,188],"106":93,"107":[1,68],"108":[2,188],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,188],"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,190],"4":[2,190],"29":[2,190],"30":[2,190],"47":[1,95],"55":[2,190],"59":[2,190],"75":[2,190],"80":[2,190],"90":[2,190],"94":[2,190],"96":[2,190],"105":[2,190],"106":93,"107":[1,68],"108":[2,190],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,190],"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,110],"4":[2,110],"29":[2,110],"30":[2,110],"47":[2,110],"55":[2,110],"59":[2,110],"68":[2,110],"69":[2,110],"70":[2,110],"71":[2,110],"74":[2,110],"75":[2,110],"76":[2,110],"77":[2,110],"80":[2,110],"88":[2,110],"89":[2,110],"90":[2,110],"94":[2,110],"96":[2,110],"105":[2,110],"107":[2,110],"108":[2,110],"109":[2,110],"113":[2,110],"121":[2,110],"130":[2,110],"131":[2,110],"133":[2,110],"134":[2,110],"137":[2,110],"138":[2,110],"139":[2,110],"140":[2,110],"141":[2,110],"142":[2,110],"144":[2,110]},{"1":[2,79],"4":[2,79],"29":[2,79],"30":[2,79],"41":[2,79],"47":[2,79],"55":[2,79],"59":[2,79],"68":[2,79],"69":[2,79],"70":[2,79],"71":[2,79],"74":[2,79],"75":[2,79],"76":[2,79],"77":[2,79],"80":[2,79],"82":[2,79],"88":[2,79],"89":[2,79],"90":[2,79],"94":[2,79],"96":[2,79],"105":[2,79],"107":[2,79],"108":[2,79],"109":[2,79],"113":[2,79],"121":[2,79],"130":[2,79],"131":[2,79],"133":[2,79],"134":[2,79],"135":[2,79],"136":[2,79],"137":[2,79],"138":[2,79],"139":[2,79],"140":[2,79],"141":[2,79],"142":[2,79],"143":[2,79],"144":[2,79]},{"1":[2,80],"4":[2,80],"29":[2,80],"30":[2,80],"41":[2,80],"47":[2,80],"55":[2,80],"59":[2,80],"68":[2,80],"69":[2,80],"70":[2,80],"71":[2,80],"74":[2,80],"75":[2,80],"76":[2,80],"77":[2,80],"80":[2,80],"82":[2,80],"88":[2,80],"89":[2,80],"90":[2,80],"94":[2,80],"96":[2,80],"105":[2,80],"107":[2,80],"108":[2,80],"109":[2,80],"113":[2,80],"121":[2,80],"130":[2,80],"131":[2,80],"133":[2,80],"134":[2,80],"135":[2,80],"136":[2,80],"137":[2,80],"138":[2,80],"139":[2,80],"140":[2,80],"141":[2,80],"142":[2,80],"143":[2,80],"144":[2,80]},{"1":[2,82],"4":[2,82],"29":[2,82],"30":[2,82],"41":[2,82],"47":[2,82],"55":[2,82],"59":[2,82],"68":[2,82],"69":[2,82],"70":[2,82],"71":[2,82],"74":[2,82],"75":[2,82],"76":[2,82],"77":[2,82],"80":[2,82],"82":[2,82],"88":[2,82],"89":[2,82],"90":[2,82],"94":[2,82],"96":[2,82],"105":[2,82],"107":[2,82],"108":[2,82],"109":[2,82],"113":[2,82],"121":[2,82],"130":[2,82],"131":[2,82],"133":[2,82],"134":[2,82],"135":[2,82],"136":[2,82],"137":[2,82],"138":[2,82],"139":[2,82],"140":[2,82],"141":[2,82],"142":[2,82],"143":[2,82],"144":[2,82]},{"47":[1,95],"59":[1,201],"75":[1,255],"93":256,"94":[1,200],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"8":257,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"12":[2,120],"13":[2,120],"14":[2,120],"32":[2,120],"34":[2,120],"35":[2,120],"37":[2,120],"38":[2,120],"39":[2,120],"45":[2,120],"46":[2,120],"48":[2,120],"52":[2,120],"53":[2,120],"58":[2,120],"75":[2,120],"78":[2,120],"81":[2,120],"87":[2,120],"92":[2,120],"95":[2,120],"99":[2,120],"103":[2,120],"104":[2,120],"107":[2,120],"109":[2,120],"111":[2,120],"113":[2,120],"122":[2,120],"128":[2,120],"129":[2,120],"132":[2,120],"133":[2,120],"134":[2,120],"135":[2,120],"136":[2,120]},{"12":[2,121],"13":[2,121],"14":[2,121],"32":[2,121],"34":[2,121],"35":[2,121],"37":[2,121],"38":[2,121],"39":[2,121],"45":[2,121],"46":[2,121],"48":[2,121],"52":[2,121],"53":[2,121],"58":[2,121],"75":[2,121],"78":[2,121],"81":[2,121],"87":[2,121],"92":[2,121],"95":[2,121],"99":[2,121],"103":[2,121],"104":[2,121],"107":[2,121],"109":[2,121],"111":[2,121],"113":[2,121],"122":[2,121],"128":[2,121],"129":[2,121],"132":[2,121],"133":[2,121],"134":[2,121],"135":[2,121],"136":[2,121]},{"1":[2,86],"4":[2,86],"29":[2,86],"30":[2,86],"41":[2,86],"47":[2,86],"55":[2,86],"59":[2,86],"68":[2,86],"69":[2,86],"70":[2,86],"71":[2,86],"74":[2,86],"75":[2,86],"76":[2,86],"77":[2,86],"80":[2,86],"82":[2,86],"88":[2,86],"89":[2,86],"90":[2,86],"94":[2,86],"96":[2,86],"105":[2,86],"107":[2,86],"108":[2,86],"109":[2,86],"113":[2,86],"121":[2,86],"130":[2,86],"131":[2,86],"133":[2,86],"134":[2,86],"135":[2,86],"136":[2,86],"137":[2,86],"138":[2,86],"139":[2,86],"140":[2,86],"141":[2,86],"142":[2,86],"143":[2,86],"144":[2,86]},{"8":258,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,87],"4":[2,87],"29":[2,87],"30":[2,87],"41":[2,87],"47":[2,87],"55":[2,87],"59":[2,87],"68":[2,87],"69":[2,87],"70":[2,87],"71":[2,87],"74":[2,87],"75":[2,87],"76":[2,87],"77":[2,87],"80":[2,87],"82":[2,87],"88":[2,87],"89":[2,87],"90":[2,87],"94":[2,87],"96":[2,87],"105":[2,87],"107":[2,87],"108":[2,87],"109":[2,87],"113":[2,87],"121":[2,87],"130":[2,87],"131":[2,87],"133":[2,87],"134":[2,87],"135":[2,87],"136":[2,87],"137":[2,87],"138":[2,87],"139":[2,87],"140":[2,87],"141":[2,87],"142":[2,87],"143":[2,87],"144":[2,87]},{"1":[2,111],"4":[2,111],"29":[2,111],"30":[2,111],"47":[2,111],"55":[2,111],"59":[2,111],"68":[2,111],"69":[2,111],"70":[2,111],"71":[2,111],"74":[2,111],"75":[2,111],"76":[2,111],"77":[2,111],"80":[2,111],"88":[2,111],"89":[2,111],"90":[2,111],"94":[2,111],"96":[2,111],"105":[2,111],"107":[2,111],"108":[2,111],"109":[2,111],"113":[2,111],"121":[2,111],"130":[2,111],"131":[2,111],"133":[2,111],"134":[2,111],"137":[2,111],"138":[2,111],"139":[2,111],"140":[2,111],"141":[2,111],"142":[2,111],"144":[2,111]},{"1":[2,39],"4":[2,39],"29":[2,39],"30":[2,39],"47":[1,95],"55":[2,39],"59":[2,39],"75":[2,39],"80":[2,39],"90":[2,39],"94":[2,39],"96":[2,39],"105":[2,39],"106":93,"107":[1,68],"108":[2,39],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,39],"130":[2,39],"131":[2,39],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"8":259,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,116],"4":[2,116],"29":[2,116],"30":[2,116],"47":[2,116],"55":[2,116],"59":[2,116],"68":[2,116],"69":[2,116],"70":[2,116],"71":[2,116],"74":[2,116],"75":[2,116],"76":[2,116],"77":[2,116],"80":[2,116],"88":[2,116],"89":[2,116],"90":[2,116],"94":[2,116],"96":[2,116],"105":[2,116],"107":[2,116],"108":[2,116],"109":[2,116],"113":[2,116],"121":[2,116],"130":[2,116],"131":[2,116],"133":[2,116],"134":[2,116],"137":[2,116],"138":[2,116],"139":[2,116],"140":[2,116],"141":[2,116],"142":[2,116],"144":[2,116]},{"4":[2,57],"29":[2,57],"54":260,"55":[1,240],"90":[2,57]},{"4":[2,134],"29":[2,134],"30":[2,134],"47":[1,95],"55":[2,134],"59":[1,261],"90":[2,134],"96":[2,134],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"51":262,"52":[1,62],"53":[1,63]},{"56":263,"57":[1,119],"58":[1,120]},{"50":[2,64],"55":[2,64]},{"50":[2,63],"55":[2,63],"59":[1,264]},{"1":[2,207],"4":[2,207],"29":[2,207],"30":[2,207],"47":[1,95],"55":[2,207],"59":[2,207],"75":[2,207],"80":[2,207],"90":[2,207],"94":[2,207],"96":[2,207],"105":[2,207],"106":93,"107":[2,207],"108":[2,207],"109":[2,207],"112":94,"113":[2,207],"114":72,"121":[2,207],"130":[2,207],"131":[2,207],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"8":265,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,109],"4":[2,109],"29":[2,109],"30":[2,109],"47":[2,109],"55":[2,109],"59":[2,109],"62":101,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"75":[2,109],"76":[1,110],"77":[1,111],"80":[2,109],"85":100,"88":[1,102],"89":[2,114],"90":[2,109],"94":[2,109],"96":[2,109],"105":[2,109],"107":[2,109],"108":[2,109],"109":[2,109],"113":[2,109],"121":[2,109],"130":[2,109],"131":[2,109],"133":[2,109],"134":[2,109],"137":[2,109],"138":[2,109],"139":[2,109],"140":[2,109],"141":[2,109],"142":[2,109],"144":[2,109]},{"1":[2,71],"4":[2,71],"29":[2,71],"30":[2,71],"47":[2,71],"55":[2,71],"59":[2,71],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"75":[2,71],"76":[2,71],"77":[2,71],"80":[2,71],"88":[2,71],"89":[2,71],"90":[2,71],"94":[2,71],"96":[2,71],"105":[2,71],"107":[2,71],"108":[2,71],"109":[2,71],"113":[2,71],"121":[2,71],"130":[2,71],"131":[2,71],"133":[2,71],"134":[2,71],"137":[2,71],"138":[2,71],"139":[2,71],"140":[2,71],"141":[2,71],"142":[2,71],"144":[2,71]},{"8":266,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,186],"4":[2,186],"29":[2,186],"30":[2,186],"47":[2,186],"55":[2,186],"59":[2,186],"75":[2,186],"80":[2,186],"90":[2,186],"94":[2,186],"96":[2,186],"105":[2,186],"107":[2,186],"108":[2,186],"109":[2,186],"113":[2,186],"121":[2,186],"124":[2,186],"130":[2,186],"131":[2,186],"133":[2,186],"134":[2,186],"137":[2,186],"138":[2,186],"139":[2,186],"140":[2,186],"141":[2,186],"142":[2,186],"144":[2,186]},{"1":[2,139],"4":[2,139],"29":[2,139],"30":[2,139],"47":[2,139],"55":[2,139],"59":[2,139],"75":[2,139],"80":[2,139],"90":[2,139],"94":[2,139],"96":[2,139],"101":[1,267],"105":[2,139],"107":[2,139],"108":[2,139],"109":[2,139],"113":[2,139],"121":[2,139],"130":[2,139],"131":[2,139],"133":[2,139],"134":[2,139],"137":[2,139],"138":[2,139],"139":[2,139],"140":[2,139],"141":[2,139],"142":[2,139],"144":[2,139]},{"4":[1,122],"6":268,"29":[1,6]},{"31":269,"32":[1,76]},{"123":270,"125":226,"126":[1,227]},{"30":[1,271],"124":[1,272],"125":273,"126":[1,227]},{"30":[2,179],"124":[2,179],"126":[2,179]},{"8":275,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"98":274,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"15":276,"16":129,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":130,"43":65,"58":[1,61],"61":218,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"87":[1,33],"92":[1,60],"95":[1,59],"104":[1,58]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":277,"84":231},{"4":[1,279],"30":[1,278]},{"4":[2,106],"30":[2,106],"80":[2,106]},{"4":[2,105],"28":177,"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"80":[2,105],"83":280,"84":231},{"4":[2,102],"30":[2,102],"80":[2,102]},{"4":[2,43],"30":[2,43],"44":[1,281],"80":[2,43]},{"1":[2,100],"4":[2,100],"29":[1,282],"30":[2,100],"47":[2,100],"55":[2,100],"59":[2,100],"62":101,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"75":[2,100],"76":[1,110],"77":[1,111],"80":[2,100],"85":100,"88":[1,102],"89":[2,114],"90":[2,100],"94":[2,100],"96":[2,100],"105":[2,100],"107":[2,100],"108":[2,100],"109":[2,100],"113":[2,100],"121":[2,100],"130":[2,100],"131":[2,100],"133":[2,100],"134":[2,100],"137":[2,100],"138":[2,100],"139":[2,100],"140":[2,100],"141":[2,100],"142":[2,100],"144":[2,100]},{"1":[2,144],"4":[2,144],"29":[2,144],"30":[2,144],"47":[2,144],"55":[2,144],"59":[2,144],"68":[2,144],"69":[2,144],"70":[2,144],"71":[2,144],"74":[2,144],"75":[2,144],"76":[2,144],"77":[2,144],"80":[2,144],"88":[2,144],"89":[2,144],"90":[2,144],"94":[2,144],"96":[2,144],"105":[2,144],"107":[2,144],"108":[2,144],"109":[2,144],"113":[2,144],"121":[2,144],"130":[2,144],"131":[2,144],"133":[2,144],"134":[2,144],"137":[2,144],"138":[2,144],"139":[2,144],"140":[2,144],"141":[2,144],"142":[2,144],"144":[2,144]},{"8":283,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,66],"12":[2,121],"13":[2,121],"14":[2,121],"29":[2,66],"32":[2,121],"34":[2,121],"35":[2,121],"37":[2,121],"38":[2,121],"39":[2,121],"45":[2,121],"46":[2,121],"48":[2,121],"52":[2,121],"53":[2,121],"55":[2,66],"58":[2,121],"78":[2,121],"81":[2,121],"87":[2,121],"92":[2,121],"95":[2,121],"96":[2,66],"99":[2,121],"103":[2,121],"104":[2,121],"107":[2,121],"109":[2,121],"111":[2,121],"113":[2,121],"122":[2,121],"128":[2,121],"129":[2,121],"132":[2,121],"133":[2,121],"134":[2,121],"135":[2,121],"136":[2,121]},{"4":[1,285],"29":[1,286],"96":[1,284]},{"4":[2,58],"8":210,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[2,58],"30":[2,58],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"90":[2,58],"92":[1,60],"95":[1,59],"96":[2,58],"97":287,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,57],"29":[2,57],"30":[2,57],"54":288,"55":[1,240]},{"1":[2,183],"4":[2,183],"29":[2,183],"30":[2,183],"47":[2,183],"55":[2,183],"59":[2,183],"75":[2,183],"80":[2,183],"90":[2,183],"94":[2,183],"96":[2,183],"105":[2,183],"107":[2,183],"108":[2,183],"109":[2,183],"113":[2,183],"121":[2,183],"124":[2,183],"130":[2,183],"131":[2,183],"133":[2,183],"134":[2,183],"137":[2,183],"138":[2,183],"139":[2,183],"140":[2,183],"141":[2,183],"142":[2,183],"144":[2,183]},{"1":[2,184],"4":[2,184],"29":[2,184],"30":[2,184],"47":[2,184],"55":[2,184],"59":[2,184],"75":[2,184],"80":[2,184],"90":[2,184],"94":[2,184],"96":[2,184],"105":[2,184],"107":[2,184],"108":[2,184],"109":[2,184],"113":[2,184],"121":[2,184],"124":[2,184],"130":[2,184],"131":[2,184],"133":[2,184],"134":[2,184],"137":[2,184],"138":[2,184],"139":[2,184],"140":[2,184],"141":[2,184],"142":[2,184],"144":[2,184]},{"8":289,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":290,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"119":[2,162],"120":[2,162]},{"8":210,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":151,"92":[1,60],"95":[1,59],"96":[1,150],"97":152,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"31":166,"32":[1,76],"63":167,"64":168,"78":[1,73],"95":[1,247],"118":291},{"1":[2,168],"4":[2,168],"29":[2,168],"30":[2,168],"47":[1,95],"55":[2,168],"59":[2,168],"75":[2,168],"80":[2,168],"90":[2,168],"94":[2,168],"96":[2,168],"105":[2,168],"106":93,"107":[2,168],"108":[1,292],"109":[2,168],"112":94,"113":[2,168],"114":72,"121":[1,293],"130":[2,168],"131":[2,168],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,169],"4":[2,169],"29":[2,169],"30":[2,169],"47":[1,95],"55":[2,169],"59":[2,169],"75":[2,169],"80":[2,169],"90":[2,169],"94":[2,169],"96":[2,169],"105":[2,169],"106":93,"107":[2,169],"108":[1,294],"109":[2,169],"112":94,"113":[2,169],"114":72,"121":[2,169],"130":[2,169],"131":[2,169],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[1,296],"29":[1,297],"80":[1,295]},{"4":[2,58],"28":177,"29":[2,58],"30":[2,58],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":298,"43":176,"46":[1,49],"58":[1,178],"80":[2,58]},{"8":299,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,300],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":301,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,302],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,85],"4":[2,85],"29":[2,85],"30":[2,85],"41":[2,85],"47":[2,85],"55":[2,85],"59":[2,85],"68":[2,85],"69":[2,85],"70":[2,85],"71":[2,85],"74":[2,85],"75":[2,85],"76":[2,85],"77":[2,85],"80":[2,85],"82":[2,85],"88":[2,85],"89":[2,85],"90":[2,85],"94":[2,85],"96":[2,85],"105":[2,85],"107":[2,85],"108":[2,85],"109":[2,85],"113":[2,85],"121":[2,85],"130":[2,85],"131":[2,85],"133":[2,85],"134":[2,85],"135":[2,85],"136":[2,85],"137":[2,85],"138":[2,85],"139":[2,85],"140":[2,85],"141":[2,85],"142":[2,85],"143":[2,85],"144":[2,85]},{"8":303,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"75":[1,304],"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"47":[1,95],"75":[1,305],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"47":[1,95],"75":[1,255],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"30":[1,306],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[1,285],"29":[1,286],"90":[1,307]},{"4":[2,66],"29":[2,66],"30":[2,66],"55":[2,66],"90":[2,66],"96":[2,66]},{"4":[1,122],"6":308,"29":[1,6]},{"50":[2,61],"55":[2,61]},{"50":[2,65],"55":[2,65]},{"30":[1,309],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[1,122],"6":310,"29":[1,6],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[1,122],"6":311,"29":[1,6]},{"1":[2,140],"4":[2,140],"29":[2,140],"30":[2,140],"47":[2,140],"55":[2,140],"59":[2,140],"75":[2,140],"80":[2,140],"90":[2,140],"94":[2,140],"96":[2,140],"105":[2,140],"107":[2,140],"108":[2,140],"109":[2,140],"113":[2,140],"121":[2,140],"130":[2,140],"131":[2,140],"133":[2,140],"134":[2,140],"137":[2,140],"138":[2,140],"139":[2,140],"140":[2,140],"141":[2,140],"142":[2,140],"144":[2,140]},{"4":[1,122],"6":312,"29":[1,6]},{"30":[1,313],"124":[1,314],"125":273,"126":[1,227]},{"1":[2,177],"4":[2,177],"29":[2,177],"30":[2,177],"47":[2,177],"55":[2,177],"59":[2,177],"75":[2,177],"80":[2,177],"90":[2,177],"94":[2,177],"96":[2,177],"105":[2,177],"107":[2,177],"108":[2,177],"109":[2,177],"113":[2,177],"121":[2,177],"130":[2,177],"131":[2,177],"133":[2,177],"134":[2,177],"137":[2,177],"138":[2,177],"139":[2,177],"140":[2,177],"141":[2,177],"142":[2,177],"144":[2,177]},{"4":[1,122],"6":315,"29":[1,6]},{"30":[2,180],"124":[2,180],"126":[2,180]},{"4":[1,122],"6":316,"29":[1,6],"55":[1,317]},{"4":[2,136],"29":[2,136],"47":[1,95],"55":[2,136],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,95],"4":[2,95],"29":[1,318],"30":[2,95],"47":[2,95],"55":[2,95],"59":[2,95],"62":101,"68":[1,103],"69":[1,104],"70":[1,105],"71":[1,106],"72":107,"73":108,"74":[1,109],"75":[2,95],"76":[1,110],"77":[1,111],"80":[2,95],"85":100,"88":[1,102],"89":[2,114],"90":[2,95],"94":[2,95],"96":[2,95],"105":[2,95],"107":[2,95],"108":[2,95],"109":[2,95],"113":[2,95],"121":[2,95],"130":[2,95],"131":[2,95],"133":[2,95],"134":[2,95],"137":[2,95],"138":[2,95],"139":[2,95],"140":[2,95],"141":[2,95],"142":[2,95],"144":[2,95]},{"4":[1,279],"30":[1,319]},{"1":[2,98],"4":[2,98],"29":[2,98],"30":[2,98],"47":[2,98],"55":[2,98],"59":[2,98],"75":[2,98],"80":[2,98],"90":[2,98],"94":[2,98],"96":[2,98],"105":[2,98],"107":[2,98],"108":[2,98],"109":[2,98],"113":[2,98],"121":[2,98],"130":[2,98],"131":[2,98],"133":[2,98],"134":[2,98],"137":[2,98],"138":[2,98],"139":[2,98],"140":[2,98],"141":[2,98],"142":[2,98],"144":[2,98]},{"28":177,"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"84":320},{"4":[1,279],"80":[1,321]},{"8":322,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,323],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":324,"84":231},{"47":[1,95],"96":[1,325],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,128],"4":[2,128],"29":[2,128],"30":[2,128],"41":[2,128],"47":[2,128],"55":[2,128],"59":[2,128],"68":[2,128],"69":[2,128],"70":[2,128],"71":[2,128],"74":[2,128],"75":[2,128],"76":[2,128],"77":[2,128],"80":[2,128],"88":[2,128],"89":[2,128],"90":[2,128],"94":[2,128],"96":[2,128],"105":[2,128],"107":[2,128],"108":[2,128],"109":[2,128],"113":[2,128],"119":[2,128],"120":[2,128],"121":[2,128],"130":[2,128],"131":[2,128],"133":[2,128],"134":[2,128],"137":[2,128],"138":[2,128],"139":[2,128],"140":[2,128],"141":[2,128],"142":[2,128],"144":[2,128]},{"8":210,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"97":326,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":210,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":[1,153],"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"60":154,"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"91":327,"92":[1,60],"95":[1,59],"97":152,"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,130],"29":[2,130],"30":[2,130],"55":[2,130],"90":[2,130],"96":[2,130]},{"4":[1,285],"29":[1,286],"30":[1,328]},{"1":[2,147],"4":[2,147],"29":[2,147],"30":[2,147],"47":[1,95],"55":[2,147],"59":[2,147],"75":[2,147],"80":[2,147],"90":[2,147],"94":[2,147],"96":[2,147],"105":[2,147],"106":93,"107":[1,68],"108":[2,147],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,147],"130":[2,147],"131":[2,147],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,149],"4":[2,149],"29":[2,149],"30":[2,149],"47":[1,95],"55":[2,149],"59":[2,149],"75":[2,149],"80":[2,149],"90":[2,149],"94":[2,149],"96":[2,149],"105":[2,149],"106":93,"107":[1,68],"108":[2,149],"109":[1,69],"112":94,"113":[1,71],"114":72,"121":[2,149],"130":[2,149],"131":[2,149],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"119":[2,167],"120":[2,167]},{"8":329,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":330,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":331,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"1":[2,88],"4":[2,88],"29":[2,88],"30":[2,88],"41":[2,88],"47":[2,88],"55":[2,88],"59":[2,88],"68":[2,88],"69":[2,88],"70":[2,88],"71":[2,88],"74":[2,88],"75":[2,88],"76":[2,88],"77":[2,88],"80":[2,88],"88":[2,88],"89":[2,88],"90":[2,88],"94":[2,88],"96":[2,88],"105":[2,88],"107":[2,88],"108":[2,88],"109":[2,88],"113":[2,88],"119":[2,88],"120":[2,88],"121":[2,88],"130":[2,88],"131":[2,88],"133":[2,88],"134":[2,88],"137":[2,88],"138":[2,88],"139":[2,88],"140":[2,88],"141":[2,88],"142":[2,88],"144":[2,88]},{"28":177,"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":332,"43":176,"46":[1,49],"58":[1,178]},{"4":[2,89],"28":177,"29":[2,89],"30":[2,89],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":173,"43":176,"46":[1,49],"55":[2,89],"58":[1,178],"79":333},{"4":[2,91],"29":[2,91],"30":[2,91],"55":[2,91],"80":[2,91]},{"4":[2,44],"29":[2,44],"30":[2,44],"47":[1,95],"55":[2,44],"80":[2,44],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"8":334,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,45],"29":[2,45],"30":[2,45],"47":[1,95],"55":[2,45],"80":[2,45],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"8":335,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"47":[1,95],"75":[1,336],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,125],"4":[2,125],"29":[2,125],"30":[2,125],"41":[2,125],"47":[2,125],"55":[2,125],"59":[2,125],"68":[2,125],"69":[2,125],"70":[2,125],"71":[2,125],"74":[2,125],"75":[2,125],"76":[2,125],"77":[2,125],"80":[2,125],"82":[2,125],"88":[2,125],"89":[2,125],"90":[2,125],"94":[2,125],"96":[2,125],"105":[2,125],"107":[2,125],"108":[2,125],"109":[2,125],"113":[2,125],"121":[2,125],"130":[2,125],"131":[2,125],"133":[2,125],"134":[2,125],"135":[2,125],"136":[2,125],"137":[2,125],"138":[2,125],"139":[2,125],"140":[2,125],"141":[2,125],"142":[2,125],"143":[2,125],"144":[2,125]},{"1":[2,126],"4":[2,126],"29":[2,126],"30":[2,126],"41":[2,126],"47":[2,126],"55":[2,126],"59":[2,126],"68":[2,126],"69":[2,126],"70":[2,126],"71":[2,126],"74":[2,126],"75":[2,126],"76":[2,126],"77":[2,126],"80":[2,126],"82":[2,126],"88":[2,126],"89":[2,126],"90":[2,126],"94":[2,126],"96":[2,126],"105":[2,126],"107":[2,126],"108":[2,126],"109":[2,126],"113":[2,126],"121":[2,126],"130":[2,126],"131":[2,126],"133":[2,126],"134":[2,126],"135":[2,126],"136":[2,126],"137":[2,126],"138":[2,126],"139":[2,126],"140":[2,126],"141":[2,126],"142":[2,126],"143":[2,126],"144":[2,126]},{"1":[2,40],"4":[2,40],"29":[2,40],"30":[2,40],"47":[2,40],"55":[2,40],"59":[2,40],"75":[2,40],"80":[2,40],"90":[2,40],"94":[2,40],"96":[2,40],"105":[2,40],"107":[2,40],"108":[2,40],"109":[2,40],"113":[2,40],"121":[2,40],"130":[2,40],"131":[2,40],"133":[2,40],"134":[2,40],"137":[2,40],"138":[2,40],"139":[2,40],"140":[2,40],"141":[2,40],"142":[2,40],"144":[2,40]},{"1":[2,117],"4":[2,117],"29":[2,117],"30":[2,117],"47":[2,117],"55":[2,117],"59":[2,117],"68":[2,117],"69":[2,117],"70":[2,117],"71":[2,117],"74":[2,117],"75":[2,117],"76":[2,117],"77":[2,117],"80":[2,117],"88":[2,117],"89":[2,117],"90":[2,117],"94":[2,117],"96":[2,117],"105":[2,117],"107":[2,117],"108":[2,117],"109":[2,117],"113":[2,117],"121":[2,117],"130":[2,117],"131":[2,117],"133":[2,117],"134":[2,117],"137":[2,117],"138":[2,117],"139":[2,117],"140":[2,117],"141":[2,117],"142":[2,117],"144":[2,117]},{"1":[2,53],"4":[2,53],"29":[2,53],"30":[2,53],"47":[2,53],"55":[2,53],"59":[2,53],"75":[2,53],"80":[2,53],"90":[2,53],"94":[2,53],"96":[2,53],"105":[2,53],"107":[2,53],"108":[2,53],"109":[2,53],"113":[2,53],"121":[2,53],"130":[2,53],"131":[2,53],"133":[2,53],"134":[2,53],"137":[2,53],"138":[2,53],"139":[2,53],"140":[2,53],"141":[2,53],"142":[2,53],"144":[2,53]},{"1":[2,208],"4":[2,208],"29":[2,208],"30":[2,208],"47":[2,208],"55":[2,208],"59":[2,208],"75":[2,208],"80":[2,208],"90":[2,208],"94":[2,208],"96":[2,208],"105":[2,208],"107":[2,208],"108":[2,208],"109":[2,208],"113":[2,208],"121":[2,208],"130":[2,208],"131":[2,208],"133":[2,208],"134":[2,208],"137":[2,208],"138":[2,208],"139":[2,208],"140":[2,208],"141":[2,208],"142":[2,208],"144":[2,208]},{"1":[2,185],"4":[2,185],"29":[2,185],"30":[2,185],"47":[2,185],"55":[2,185],"59":[2,185],"75":[2,185],"80":[2,185],"90":[2,185],"94":[2,185],"96":[2,185],"105":[2,185],"107":[2,185],"108":[2,185],"109":[2,185],"113":[2,185],"121":[2,185],"124":[2,185],"130":[2,185],"131":[2,185],"133":[2,185],"134":[2,185],"137":[2,185],"138":[2,185],"139":[2,185],"140":[2,185],"141":[2,185],"142":[2,185],"144":[2,185]},{"1":[2,141],"4":[2,141],"29":[2,141],"30":[2,141],"47":[2,141],"55":[2,141],"59":[2,141],"75":[2,141],"80":[2,141],"90":[2,141],"94":[2,141],"96":[2,141],"105":[2,141],"107":[2,141],"108":[2,141],"109":[2,141],"113":[2,141],"121":[2,141],"130":[2,141],"131":[2,141],"133":[2,141],"134":[2,141],"137":[2,141],"138":[2,141],"139":[2,141],"140":[2,141],"141":[2,141],"142":[2,141],"144":[2,141]},{"1":[2,142],"4":[2,142],"29":[2,142],"30":[2,142],"47":[2,142],"55":[2,142],"59":[2,142],"75":[2,142],"80":[2,142],"90":[2,142],"94":[2,142],"96":[2,142],"101":[2,142],"105":[2,142],"107":[2,142],"108":[2,142],"109":[2,142],"113":[2,142],"121":[2,142],"130":[2,142],"131":[2,142],"133":[2,142],"134":[2,142],"137":[2,142],"138":[2,142],"139":[2,142],"140":[2,142],"141":[2,142],"142":[2,142],"144":[2,142]},{"1":[2,175],"4":[2,175],"29":[2,175],"30":[2,175],"47":[2,175],"55":[2,175],"59":[2,175],"75":[2,175],"80":[2,175],"90":[2,175],"94":[2,175],"96":[2,175],"105":[2,175],"107":[2,175],"108":[2,175],"109":[2,175],"113":[2,175],"121":[2,175],"130":[2,175],"131":[2,175],"133":[2,175],"134":[2,175],"137":[2,175],"138":[2,175],"139":[2,175],"140":[2,175],"141":[2,175],"142":[2,175],"144":[2,175]},{"4":[1,122],"6":337,"29":[1,6]},{"30":[1,338]},{"4":[1,339],"30":[2,181],"124":[2,181],"126":[2,181]},{"8":340,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[2,105],"28":177,"30":[2,105],"31":174,"32":[1,76],"33":175,"34":[1,74],"35":[1,75],"42":233,"43":234,"46":[1,49],"58":[1,178],"78":[1,232],"83":341,"84":231},{"1":[2,96],"4":[2,96],"29":[2,96],"30":[2,96],"47":[2,96],"55":[2,96],"59":[2,96],"75":[2,96],"80":[2,96],"90":[2,96],"94":[2,96],"96":[2,96],"105":[2,96],"107":[2,96],"108":[2,96],"109":[2,96],"113":[2,96],"121":[2,96],"130":[2,96],"131":[2,96],"133":[2,96],"134":[2,96],"137":[2,96],"138":[2,96],"139":[2,96],"140":[2,96],"141":[2,96],"142":[2,96],"144":[2,96]},{"4":[2,107],"30":[2,107],"80":[2,107]},{"4":[2,108],"30":[2,108],"80":[2,108]},{"4":[2,103],"30":[2,103],"47":[1,95],"80":[2,103],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"8":342,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[1,279],"30":[1,343]},{"1":[2,123],"4":[2,123],"29":[2,123],"30":[2,123],"47":[2,123],"55":[2,123],"59":[2,123],"68":[2,123],"69":[2,123],"70":[2,123],"71":[2,123],"74":[2,123],"75":[2,123],"76":[2,123],"77":[2,123],"80":[2,123],"88":[2,123],"89":[2,123],"90":[2,123],"94":[2,123],"96":[2,123],"105":[2,123],"107":[2,123],"108":[2,123],"109":[2,123],"113":[2,123],"121":[2,123],"130":[2,123],"131":[2,123],"133":[2,123],"134":[2,123],"137":[2,123],"138":[2,123],"139":[2,123],"140":[2,123],"141":[2,123],"142":[2,123],"144":[2,123]},{"4":[2,131],"29":[2,131],"30":[2,131],"55":[2,131],"90":[2,131],"96":[2,131]},{"4":[2,57],"29":[2,57],"30":[2,57],"54":344,"55":[1,240]},{"4":[2,132],"29":[2,132],"30":[2,132],"55":[2,132],"90":[2,132],"96":[2,132]},{"1":[2,170],"4":[2,170],"29":[2,170],"30":[2,170],"47":[1,95],"55":[2,170],"59":[2,170],"75":[2,170],"80":[2,170],"90":[2,170],"94":[2,170],"96":[2,170],"105":[2,170],"106":93,"107":[2,170],"108":[2,170],"109":[2,170],"112":94,"113":[2,170],"114":72,"121":[1,345],"130":[2,170],"131":[2,170],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,172],"4":[2,172],"29":[2,172],"30":[2,172],"47":[1,95],"55":[2,172],"59":[2,172],"75":[2,172],"80":[2,172],"90":[2,172],"94":[2,172],"96":[2,172],"105":[2,172],"106":93,"107":[2,172],"108":[1,346],"109":[2,172],"112":94,"113":[2,172],"114":72,"121":[2,172],"130":[2,172],"131":[2,172],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,171],"4":[2,171],"29":[2,171],"30":[2,171],"47":[1,95],"55":[2,171],"59":[2,171],"75":[2,171],"80":[2,171],"90":[2,171],"94":[2,171],"96":[2,171],"105":[2,171],"106":93,"107":[2,171],"108":[2,171],"109":[2,171],"112":94,"113":[2,171],"114":72,"121":[2,171],"130":[2,171],"131":[2,171],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[2,92],"29":[2,92],"30":[2,92],"55":[2,92],"80":[2,92]},{"4":[2,57],"29":[2,57],"30":[2,57],"54":347,"55":[1,252]},{"30":[1,348],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"30":[1,349],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,124],"4":[2,124],"29":[2,124],"30":[2,124],"41":[2,124],"47":[2,124],"55":[2,124],"59":[2,124],"68":[2,124],"69":[2,124],"70":[2,124],"71":[2,124],"74":[2,124],"75":[2,124],"76":[2,124],"77":[2,124],"80":[2,124],"82":[2,124],"88":[2,124],"89":[2,124],"90":[2,124],"94":[2,124],"96":[2,124],"105":[2,124],"107":[2,124],"108":[2,124],"109":[2,124],"113":[2,124],"121":[2,124],"130":[2,124],"131":[2,124],"133":[2,124],"134":[2,124],"135":[2,124],"136":[2,124],"137":[2,124],"138":[2,124],"139":[2,124],"140":[2,124],"141":[2,124],"142":[2,124],"143":[2,124],"144":[2,124]},{"30":[1,350]},{"1":[2,178],"4":[2,178],"29":[2,178],"30":[2,178],"47":[2,178],"55":[2,178],"59":[2,178],"75":[2,178],"80":[2,178],"90":[2,178],"94":[2,178],"96":[2,178],"105":[2,178],"107":[2,178],"108":[2,178],"109":[2,178],"113":[2,178],"121":[2,178],"130":[2,178],"131":[2,178],"133":[2,178],"134":[2,178],"137":[2,178],"138":[2,178],"139":[2,178],"140":[2,178],"141":[2,178],"142":[2,178],"144":[2,178]},{"30":[2,182],"124":[2,182],"126":[2,182]},{"4":[2,137],"29":[2,137],"47":[1,95],"55":[2,137],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[1,279],"30":[1,351]},{"30":[1,352],"47":[1,95],"106":93,"107":[1,68],"109":[1,69],"112":94,"113":[1,71],"114":72,"130":[1,91],"131":[1,92],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,101],"4":[2,101],"29":[2,101],"30":[2,101],"47":[2,101],"55":[2,101],"59":[2,101],"75":[2,101],"80":[2,101],"90":[2,101],"94":[2,101],"96":[2,101],"105":[2,101],"107":[2,101],"108":[2,101],"109":[2,101],"113":[2,101],"121":[2,101],"130":[2,101],"131":[2,101],"133":[2,101],"134":[2,101],"137":[2,101],"138":[2,101],"139":[2,101],"140":[2,101],"141":[2,101],"142":[2,101],"144":[2,101]},{"4":[1,285],"29":[1,286],"30":[1,353]},{"8":354,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"8":355,"9":124,"10":23,"11":24,"12":[1,25],"13":[1,26],"14":[1,27],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"31":64,"32":[1,76],"33":54,"34":[1,74],"35":[1,75],"36":29,"37":[1,55],"38":[1,56],"39":[1,57],"40":28,"43":65,"45":[1,50],"46":[1,49],"48":[1,34],"51":35,"52":[1,62],"53":[1,63],"58":[1,61],"61":41,"63":52,"64":53,"65":30,"66":31,"67":32,"78":[1,73],"81":[1,48],"87":[1,33],"92":[1,60],"95":[1,59],"99":[1,43],"103":[1,51],"104":[1,58],"106":44,"107":[1,68],"109":[1,69],"110":45,"111":[1,70],"112":46,"113":[1,71],"114":72,"122":[1,47],"127":42,"128":[1,66],"129":[1,67],"132":[1,36],"133":[1,37],"134":[1,38],"135":[1,39],"136":[1,40]},{"4":[1,296],"29":[1,297],"30":[1,356]},{"4":[2,46],"29":[2,46],"30":[2,46],"55":[2,46],"80":[2,46]},{"4":[2,47],"29":[2,47],"30":[2,47],"55":[2,47],"80":[2,47]},{"1":[2,176],"4":[2,176],"29":[2,176],"30":[2,176],"47":[2,176],"55":[2,176],"59":[2,176],"75":[2,176],"80":[2,176],"90":[2,176],"94":[2,176],"96":[2,176],"105":[2,176],"107":[2,176],"108":[2,176],"109":[2,176],"113":[2,176],"121":[2,176],"130":[2,176],"131":[2,176],"133":[2,176],"134":[2,176],"137":[2,176],"138":[2,176],"139":[2,176],"140":[2,176],"141":[2,176],"142":[2,176],"144":[2,176]},{"1":[2,97],"4":[2,97],"29":[2,97],"30":[2,97],"47":[2,97],"55":[2,97],"59":[2,97],"75":[2,97],"80":[2,97],"90":[2,97],"94":[2,97],"96":[2,97],"105":[2,97],"107":[2,97],"108":[2,97],"109":[2,97],"113":[2,97],"121":[2,97],"130":[2,97],"131":[2,97],"133":[2,97],"134":[2,97],"137":[2,97],"138":[2,97],"139":[2,97],"140":[2,97],"141":[2,97],"142":[2,97],"144":[2,97]},{"4":[2,104],"30":[2,104],"80":[2,104]},{"4":[2,133],"29":[2,133],"30":[2,133],"55":[2,133],"90":[2,133],"96":[2,133]},{"1":[2,173],"4":[2,173],"29":[2,173],"30":[2,173],"47":[1,95],"55":[2,173],"59":[2,173],"75":[2,173],"80":[2,173],"90":[2,173],"94":[2,173],"96":[2,173],"105":[2,173],"106":93,"107":[2,173],"108":[2,173],"109":[2,173],"112":94,"113":[2,173],"114":72,"121":[2,173],"130":[2,173],"131":[2,173],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"1":[2,174],"4":[2,174],"29":[2,174],"30":[2,174],"47":[1,95],"55":[2,174],"59":[2,174],"75":[2,174],"80":[2,174],"90":[2,174],"94":[2,174],"96":[2,174],"105":[2,174],"106":93,"107":[2,174],"108":[2,174],"109":[2,174],"112":94,"113":[2,174],"114":72,"121":[2,174],"130":[2,174],"131":[2,174],"133":[1,83],"134":[1,82],"137":[1,84],"138":[1,85],"139":[1,86],"140":[1,87],"141":[1,88],"142":[1,89],"144":[1,90]},{"4":[2,93],"29":[2,93],"30":[2,93],"55":[2,93],"80":[2,93]}], -defaultActions: {"79":[2,4],"102":[2,115]}, -parseError: function parseError(str, hash) { - throw new Error(str); -}, -parse: function parse(input) { - var self = this, - stack = [0], - vstack = [null], // semantic value stack - table = this.table, - yytext = '', - yylineno = 0, - yyleng = 0, - shifts = 0, - reductions = 0, - recovering = 0, - TERROR = 2, - EOF = 1; - - this.lexer.setInput(input); - this.lexer.yy = this.yy; - this.yy.lexer = this.lexer; - - var parseError = this.yy.parseError = typeof this.yy.parseError == 'function' ? this.yy.parseError : this.parseError; - - function popStack (n) { - stack.length = stack.length - 2*n; - vstack.length = vstack.length - n; - } - - function checkRecover (st) { - for (var p in table[st]) if (p == TERROR) { - return true; - } - return false; - } - - function lex() { - var token; - token = self.lexer.lex() || 1; // $end = 1 - // if token isn't its numeric value, convert - if (typeof token !== 'number') { - token = self.symbols_[token] || token; - } - return token; - }; - - var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected, recovered = false; - while (true) { - // retreive state number from top of stack - state = stack[stack.length-1]; - - // use default actions if available - if (this.defaultActions[state]) { - action = this.defaultActions[state]; - } else { - if (symbol == null) - symbol = lex(); - // read action for current state and first input - action = table[state] && table[state][symbol]; - } - - // handle parse error - if (typeof action === 'undefined' || !action.length || !action[0]) { - - if (!recovering) { - // Report error - expected = []; - for (p in table[state]) if (this.terminals_[p] && p > 2) { - expected.push("'"+this.terminals_[p]+"'"); - } - if (this.lexer.showPosition) { - parseError.call(this, 'Parse error on line '+(yylineno+1)+":\n"+this.lexer.showPosition()+'\nExpecting '+expected.join(', '), - {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, expected: expected}); - } else { - parseError.call(this, 'Parse error on line '+(yylineno+1)+": Unexpected '"+(this.terminals_[symbol] || symbol)+"'", - {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, expected: expected}); - } - } - - // just recovered from another error - if (recovering == 3) { - if (symbol == EOF) { - throw 'Parsing halted.' - } - - // discard current lookahead and grab another - yyleng = this.lexer.yyleng; - yytext = this.lexer.yytext; - yylineno = this.lexer.yylineno; - symbol = lex(); - } - - // try to recover from error - while (1) { - // check for error recovery rule in this state - if (checkRecover(state)) { - break; - } - if (state == 0) { - throw 'Parsing halted.' - } - popStack(1); - state = stack[stack.length-1]; - } - - preErrorSymbol = symbol; // save the lookahead token - symbol = TERROR; // insert generic error symbol as new lookahead - state = stack[stack.length-1]; - action = table[state] && table[state][TERROR]; - recovering = 3; // allow 3 real symbols to be shifted before reporting a new error - } - - // this shouldn't happen, unless resolve defaults are off - if (action[0] instanceof Array && action.length > 1) { - throw new Error('Parse Error: multiple actions possible at state: '+state+', token: '+symbol); - } - - a = action; - - switch (a[0]) { - - case 1: // shift - shifts++; - - stack.push(symbol); - vstack.push(this.lexer.yytext); // semantic values or junk only, no terminals - stack.push(a[1]); // push state - symbol = null; - if (!preErrorSymbol) { // normal execution/no error - yyleng = this.lexer.yyleng; - yytext = this.lexer.yytext; - yylineno = this.lexer.yylineno; - if (recovering > 0) - recovering--; - } else { // error just occurred, resume old lookahead f/ before error - symbol = preErrorSymbol; - preErrorSymbol = null; - } - break; - - case 2: // reduce - reductions++; - - len = this.productions_[a[1]][1]; - - // perform semantic action - yyval.$ = vstack[vstack.length-len]; // default to $$ = $1 - r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, a[1], vstack); - - if (typeof r !== 'undefined') { - return r; - } - - // pop off stack - if (len) { - stack = stack.slice(0,-1*len*2); - vstack = vstack.slice(0, -1*len); - } - - stack.push(this.productions_[a[1]][0]); // push nonterminal (reduce) - vstack.push(yyval.$); - // goto new state = table[STATE][NONTERMINAL] - newState = table[stack[stack.length-2]][stack[stack.length-1]]; - stack.push(newState); - break; - - case 3: // accept - - this.reductionCount = reductions; - this.shiftCount = shifts; - return true; - } - - } - - return true; -}}; -return parser; -})(); -if (typeof require !== 'undefined') { -exports.parser = parser; -exports.parse = function () { return parser.parse.apply(parser, arguments); } -exports.main = function commonjsMain(args) { - if (!args[1]) - throw new Error('Usage: '+args[0]+' FILE'); - if (typeof process !== 'undefined') { - var source = require('fs').readFileSync(require('path').join(process.cwd(), args[1]), "utf8"); - } else { - var cwd = require("file").path(require("file").cwd()); - var source = cwd.join(args[1]).read({charset: "utf-8"}); - } - return exports.parser.parse(source); -} -if (typeof module !== 'undefined' && require.main === module) { - exports.main(typeof process !== 'undefined' ? process.argv.slice(1) : require("system").args); -} -} \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/lib/repl.js b/node/node_modules/jade/support/coffee-script/lib/repl.js deleted file mode 100644 index d30f756..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/repl.js +++ /dev/null @@ -1,38 +0,0 @@ -(function() { - var CoffeeScript, helpers, readline, repl, run, stdio; - CoffeeScript = require('./coffee-script'); - helpers = require('./helpers'); - readline = require('readline'); - stdio = process.openStdin(); - helpers.extend(global, { - quit: function() { - return process.exit(0); - } - }); - run = function(buffer) { - var val; - try { - val = CoffeeScript.eval(buffer.toString(), { - bare: true, - globals: true, - fileName: 'repl' - }); - if (val !== undefined) { - puts(inspect(val)); - } - } catch (err) { - puts(err.stack || err.toString()); - } - return repl.prompt(); - }; - repl = readline.createInterface(stdio); - repl.setPrompt('coffee> '); - stdio.on('data', function(buffer) { - return repl.write(buffer); - }); - repl.on('close', function() { - return stdio.destroy(); - }); - repl.on('line', run); - repl.prompt(); -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/rewriter.js b/node/node_modules/jade/support/coffee-script/lib/rewriter.js deleted file mode 100644 index 6999fc8..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/rewriter.js +++ /dev/null @@ -1,378 +0,0 @@ -(function() { - var BALANCED_PAIRS, EXPRESSION_CLOSE, EXPRESSION_END, EXPRESSION_START, IMPLICIT_BLOCK, IMPLICIT_CALL, IMPLICIT_END, IMPLICIT_FUNC, IMPLICIT_UNSPACED_CALL, INVERSES, LINEBREAKS, SINGLE_CLOSERS, SINGLE_LINERS, _i, _len, _ref, include, left, rite; - include = require('./helpers').include; - exports.Rewriter = (function() { - function Rewriter() { - return this; - }; - return Rewriter; - })(); - exports.Rewriter.prototype.rewrite = function(_arg) { - this.tokens = _arg; - this.adjustComments(); - this.removeLeadingNewlines(); - this.removeMidExpressionNewlines(); - this.closeOpenCalls(); - this.closeOpenIndexes(); - this.addImplicitIndentation(); - this.tagPostfixConditionals(); - this.addImplicitBraces(); - this.addImplicitParentheses(); - this.ensureBalance(BALANCED_PAIRS); - this.rewriteClosingParens(); - return this.tokens; - }; - exports.Rewriter.prototype.scanTokens = function(block) { - var i, token, tokens; - tokens = this.tokens; - i = 0; - while (token = tokens[i]) { - i += block.call(this, token, i, tokens); - } - return true; - }; - exports.Rewriter.prototype.detectEnd = function(i, condition, action) { - var levels, token, tokens; - tokens = this.tokens; - levels = 0; - while (token = tokens[i]) { - if (levels === 0 && condition.call(this, token, i)) { - return action.call(this, token, i); - } - if (!token || levels < 0) { - return action.call(this, token, i - 1); - } - if (include(EXPRESSION_START, token[0])) { - levels += 1; - } else if (include(EXPRESSION_END, token[0])) { - levels -= 1; - } - i += 1; - } - return i - 1; - }; - exports.Rewriter.prototype.adjustComments = function() { - return this.scanTokens(function(token, i, tokens) { - var _ref, after, before, post, prev; - if (token[0] !== 'HERECOMMENT') { - return 1; - } - before = tokens[i - 2]; - prev = tokens[i - 1]; - post = tokens[i + 1]; - after = tokens[i + 2]; - if (((after != null) ? after[0] : undefined) === 'INDENT') { - tokens.splice(i + 2, 1); - if (((before != null) ? before[0] : undefined) === 'OUTDENT' && ((post != null) ? post[0] : undefined) === 'TERMINATOR') { - tokens.splice(i - 2, 1); - } else { - tokens.splice(i, 0, after); - } - } else if (prev && !((_ref = prev[0]) === 'TERMINATOR' || _ref === 'INDENT' || _ref === 'OUTDENT')) { - if (((post != null) ? post[0] : undefined) === 'TERMINATOR' && ((after != null) ? after[0] : undefined) === 'OUTDENT') { - tokens.splice.apply(tokens, [i + 2, 0].concat(tokens.splice(i, 2))); - if (tokens[i + 2][0] !== 'TERMINATOR') { - tokens.splice(i + 2, 0, ['TERMINATOR', '\n', prev[2]]); - } - } else { - tokens.splice(i, 0, ['TERMINATOR', '\n', prev[2]]); - } - return 2; - } - return 1; - }); - }; - exports.Rewriter.prototype.removeLeadingNewlines = function() { - var _len, _ref, i, tag; - for (i = 0, _len = (_ref = this.tokens).length; i < _len; i++) { - tag = _ref[i][0]; - if (tag !== 'TERMINATOR') { - break; - } - } - return i ? this.tokens.splice(0, i) : undefined; - }; - exports.Rewriter.prototype.removeMidExpressionNewlines = function() { - return this.scanTokens(function(token, i, tokens) { - if (!(token[0] === 'TERMINATOR' && include(EXPRESSION_CLOSE, this.tag(i + 1)))) { - return 1; - } - tokens.splice(i, 1); - return 0; - }); - }; - exports.Rewriter.prototype.closeOpenCalls = function() { - var action, condition; - condition = function(token, i) { - var _ref; - return ((_ref = token[0]) === ')' || _ref === 'CALL_END') || token[0] === 'OUTDENT' && this.tag(i - 1) === ')'; - }; - action = function(token, i) { - return (this.tokens[token[0] === 'OUTDENT' ? i - 1 : i][0] = 'CALL_END'); - }; - return this.scanTokens(function(token, i) { - if (token[0] === 'CALL_START') { - this.detectEnd(i + 1, condition, action); - } - return 1; - }); - }; - exports.Rewriter.prototype.closeOpenIndexes = function() { - var action, condition; - condition = function(token, i) { - var _ref; - return ((_ref = token[0]) === ']' || _ref === 'INDEX_END'); - }; - action = function(token, i) { - return (token[0] = 'INDEX_END'); - }; - return this.scanTokens(function(token, i) { - if (token[0] === 'INDEX_START') { - this.detectEnd(i + 1, condition, action); - } - return 1; - }); - }; - exports.Rewriter.prototype.addImplicitBraces = function() { - var action, condition, stack; - stack = []; - condition = function(token, i) { - var _ref, _ref2, one, tag, three, two; - if (('HERECOMMENT' === this.tag(i + 1) || 'HERECOMMENT' === this.tag(i - 1))) { - return false; - } - _ref = this.tokens.slice(i + 1, i + 4), one = _ref[0], two = _ref[1], three = _ref[2]; - tag = token[0]; - return (tag === 'TERMINATOR' || tag === 'OUTDENT') && !(((two != null) ? two[0] : undefined) === ':' || ((one != null) ? one[0] : undefined) === '@' && ((three != null) ? three[0] : undefined) === ':') || tag === ',' && !((_ref2 = ((one != null) ? one[0] : undefined)) === 'IDENTIFIER' || _ref2 === 'NUMBER' || _ref2 === 'STRING' || _ref2 === '@' || _ref2 === 'TERMINATOR' || _ref2 === 'OUTDENT'); - }; - action = function(token, i) { - return this.tokens.splice(i, 0, ['}', '}', token[2]]); - }; - return this.scanTokens(function(token, i, tokens) { - var idx, tag, tok; - if (include(EXPRESSION_START, tag = token[0])) { - stack.push(tag === 'INDENT' && this.tag(i - 1) === '{' ? '{' : tag); - return 1; - } - if (include(EXPRESSION_END, tag)) { - stack.pop(); - return 1; - } - if (!(tag === ':' && stack[stack.length - 1] !== '{')) { - return 1; - } - stack.push('{'); - idx = this.tag(i - 2) === '@' ? i - 2 : i - 1; - if (this.tag(idx - 2) === 'HERECOMMENT') { - idx -= 2; - } - tok = ['{', '{', token[2]]; - tok.generated = true; - tokens.splice(idx, 0, tok); - this.detectEnd(i + 2, condition, action); - return 2; - }); - }; - exports.Rewriter.prototype.addImplicitParentheses = function() { - var action, classLine; - classLine = false; - action = function(token, i) { - var idx; - idx = token[0] === 'OUTDENT' ? i + 1 : i; - return this.tokens.splice(idx, 0, ['CALL_END', ')', token[2]]); - }; - return this.scanTokens(function(token, i, tokens) { - var callObject, next, prev, seenSingle, tag; - tag = token[0]; - if (tag === 'CLASS') { - classLine = true; - } - prev = tokens[i - 1]; - next = tokens[i + 1]; - callObject = !classLine && tag === 'INDENT' && next && next.generated && next[0] === '{' && prev && include(IMPLICIT_FUNC, prev[0]); - seenSingle = false; - if (include(LINEBREAKS, tag)) { - classLine = false; - } - if (prev && !prev.spaced && tag === '?') { - token.call = true; - } - if (!(callObject || ((prev != null) ? prev.spaced : undefined) && (prev.call || include(IMPLICIT_FUNC, prev[0])) && (include(IMPLICIT_CALL, tag) || include(IMPLICIT_UNSPACED_CALL, tag) && !token.spaced))) { - return 1; - } - tokens.splice(i, 0, ['CALL_START', '(', token[2]]); - this.detectEnd(i + (callObject ? 2 : 1), function(token, i) { - var post; - if (!seenSingle && token.fromThen) { - return true; - } - tag = token[0]; - if ((tag === 'IF' || tag === 'ELSE' || tag === 'UNLESS' || tag === '->' || tag === '=>')) { - seenSingle = true; - } - if (tag === 'PROPERTY_ACCESS' && this.tag(i - 1) === 'OUTDENT') { - return true; - } - return !token.generated && this.tag(i - 1) !== ',' && include(IMPLICIT_END, tag) && (tag !== 'INDENT' || (this.tag(i - 2) !== 'CLASS' && !include(IMPLICIT_BLOCK, this.tag(i - 1)) && !((post = this.tokens[i + 1]) && post.generated && post[0] === '{'))); - }, action); - if (prev[0] === '?') { - prev[0] = 'FUNC_EXIST'; - } - return 2; - }); - }; - exports.Rewriter.prototype.addImplicitIndentation = function() { - return this.scanTokens(function(token, i, tokens) { - var _ref, _ref2, action, condition, indent, outdent, starter, tag; - tag = token[0]; - if (tag === 'ELSE' && this.tag(i - 1) !== 'OUTDENT') { - tokens.splice.apply(tokens, [i, 0].concat(this.indentation(token))); - return 2; - } - if (tag === 'CATCH' && ((_ref = this.tag(i + 2)) === 'TERMINATOR' || _ref === 'FINALLY')) { - tokens.splice.apply(tokens, [i + 2, 0].concat(this.indentation(token))); - return 4; - } - if (include(SINGLE_LINERS, tag) && this.tag(i + 1) !== 'INDENT' && !(tag === 'ELSE' && this.tag(i + 1) === 'IF')) { - starter = tag; - _ref2 = this.indentation(token), indent = _ref2[0], outdent = _ref2[1]; - if (starter === 'THEN') { - indent.fromThen = true; - } - indent.generated = (outdent.generated = true); - tokens.splice(i + 1, 0, indent); - condition = function(token, i) { - return token[1] !== ';' && include(SINGLE_CLOSERS, token[0]) && !(token[0] === 'ELSE' && !(starter === 'IF' || starter === 'THEN')); - }; - action = function(token, i) { - return this.tokens.splice(this.tag(i - 1) === ',' ? i - 1 : i, 0, outdent); - }; - this.detectEnd(i + 2, condition, action); - if (tag === 'THEN') { - tokens.splice(i, 1); - } - return 1; - } - return 1; - }); - }; - exports.Rewriter.prototype.tagPostfixConditionals = function() { - var condition; - condition = function(token, i) { - var _ref; - return ((_ref = token[0]) === 'TERMINATOR' || _ref === 'INDENT'); - }; - return this.scanTokens(function(token, i) { - var _ref, original; - if (!((_ref = token[0]) === 'IF' || _ref === 'UNLESS')) { - return 1; - } - original = token; - this.detectEnd(i + 1, condition, function(token, i) { - return token[0] !== 'INDENT' ? (original[0] = 'POST_' + original[0]) : undefined; - }); - return 1; - }); - }; - exports.Rewriter.prototype.ensureBalance = function(pairs) { - var _result, key, levels, open, openLine, unclosed, value; - levels = {}; - openLine = {}; - this.scanTokens(function(token, i) { - var _i, _len, _ref, _ref2, close, open, tag; - tag = token[0]; - for (_i = 0, _len = (_ref = pairs).length; _i < _len; _i++) { - _ref2 = _ref[_i], open = _ref2[0], close = _ref2[1]; - levels[open] |= 0; - if (tag === open) { - if (levels[open] === 0) { - openLine[open] = token[2]; - } - levels[open] += 1; - } else if (tag === close) { - levels[open] -= 1; - } - if (levels[open] < 0) { - throw Error("too many " + (token[1]) + " on line " + (token[2] + 1)); - } - } - return 1; - }); - unclosed = (function() { - _result = []; - for (key in levels) { - value = levels[key]; - if (value > 0) { - _result.push(key); - } - } - return _result; - })(); - if (unclosed.length) { - throw Error("unclosed " + (open = unclosed[0]) + " on line " + (openLine[open] + 1)); - } - }; - exports.Rewriter.prototype.rewriteClosingParens = function() { - var debt, key, stack; - stack = []; - debt = {}; - for (key in INVERSES) { - (debt[key] = 0); - } - return this.scanTokens(function(token, i, tokens) { - var inv, match, mtag, oppos, tag, val; - if (include(EXPRESSION_START, tag = token[0])) { - stack.push(token); - return 1; - } - if (!include(EXPRESSION_END, tag)) { - return 1; - } - if (debt[(inv = INVERSES[tag])] > 0) { - debt[inv] -= 1; - tokens.splice(i, 1); - return 0; - } - match = stack.pop(); - mtag = match[0]; - oppos = INVERSES[mtag]; - if (tag === oppos) { - return 1; - } - debt[mtag] += 1; - val = [oppos, mtag === 'INDENT' ? match[1] : oppos]; - if (this.tag(i + 2) === mtag) { - tokens.splice(i + 3, 0, val); - stack.push(match); - } else { - tokens.splice(i, 0, val); - } - return 1; - }); - }; - exports.Rewriter.prototype.indentation = function(token) { - return [['INDENT', 2, token[2]], ['OUTDENT', 2, token[2]]]; - }; - exports.Rewriter.prototype.tag = function(i) { - var _ref; - return (((_ref = this.tokens[i]) != null) ? _ref[0] : undefined); - }; - BALANCED_PAIRS = [['(', ')'], ['[', ']'], ['{', '}'], ['INDENT', 'OUTDENT'], ['CALL_START', 'CALL_END'], ['PARAM_START', 'PARAM_END'], ['INDEX_START', 'INDEX_END']]; - INVERSES = {}; - EXPRESSION_START = []; - EXPRESSION_END = []; - for (_i = 0, _len = BALANCED_PAIRS.length; _i < _len; _i++) { - _ref = BALANCED_PAIRS[_i], left = _ref[0], rite = _ref[1]; - EXPRESSION_START.push(INVERSES[rite] = left); - EXPRESSION_END.push(INVERSES[left] = rite); - } - EXPRESSION_CLOSE = ['CATCH', 'WHEN', 'ELSE', 'FINALLY'].concat(EXPRESSION_END); - IMPLICIT_FUNC = ['IDENTIFIER', 'SUPER', ')', 'CALL_END', ']', 'INDEX_END', '@', 'THIS']; - IMPLICIT_CALL = ['IDENTIFIER', 'NUMBER', 'STRING', 'JS', 'REGEX', 'NEW', 'PARAM_START', 'CLASS', 'IF', 'UNLESS', 'TRY', 'SWITCH', 'THIS', 'BOOL', 'UNARY', '@', '->', '=>', '[', '(', '{', '--', '++']; - IMPLICIT_UNSPACED_CALL = ['+', '-']; - IMPLICIT_BLOCK = ['->', '=>', '{', '[', ',']; - IMPLICIT_END = ['POST_IF', 'POST_UNLESS', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'TERMINATOR', 'INDENT']; - SINGLE_LINERS = ['ELSE', '->', '=>', 'TRY', 'FINALLY', 'THEN']; - SINGLE_CLOSERS = ['TERMINATOR', 'CATCH', 'FINALLY', 'ELSE', 'OUTDENT', 'LEADING_WHEN']; - LINEBREAKS = ['TERMINATOR', 'INDENT', 'OUTDENT']; -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/scope.js b/node/node_modules/jade/support/coffee-script/lib/scope.js deleted file mode 100644 index b0f2a64..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/scope.js +++ /dev/null @@ -1,134 +0,0 @@ -(function() { - var Scope, _ref, extend, last; - var __hasProp = Object.prototype.hasOwnProperty; - _ref = require('./helpers'), extend = _ref.extend, last = _ref.last; - exports.Scope = (function() { - Scope = (function() { - function Scope(_arg, _arg2, _arg3) { - this.method = _arg3; - this.expressions = _arg2; - this.parent = _arg; - this.variables = { - 'arguments': 'arguments' - }; - if (this.parent) { - this.garbage = this.parent.garbage; - } else { - this.garbage = []; - Scope.root = this; - } - return this; - }; - return Scope; - })(); - Scope.root = null; - Scope.prototype.startLevel = function() { - return this.garbage.push([]); - }; - Scope.prototype.endLevel = function() { - var _i, _len, _ref2, _result, name, vars; - vars = this.variables; - _result = []; - for (_i = 0, _len = (_ref2 = this.garbage.pop()).length; _i < _len; _i++) { - name = _ref2[_i]; - if (vars[name] === 'var') { - _result.push(vars[name] = 'reuse'); - } - } - return _result; - }; - Scope.prototype.find = function(name, options) { - if (this.check(name, options)) { - return true; - } - this.variables[name] = 'var'; - return false; - }; - Scope.prototype.any = function(fn) { - var _ref2, k, v; - for (v in _ref2 = this.variables) { - if (!__hasProp.call(_ref2, v)) continue; - k = _ref2[v]; - if (fn(v, k)) { - return true; - } - } - return false; - }; - Scope.prototype.parameter = function(name) { - return (this.variables[name] = 'param'); - }; - Scope.prototype.check = function(name, options) { - var _ref2, immediate; - immediate = Object.prototype.hasOwnProperty.call(this.variables, name); - if (immediate || ((options != null) ? options.immediate : undefined)) { - return immediate; - } - return !!(((_ref2 = this.parent) != null) ? _ref2.check(name) : undefined); - }; - Scope.prototype.temporary = function(type, index) { - return type.length > 1 ? '_' + type + (index > 1 ? index : '') : '_' + (index + parseInt(type, 36)).toString(36).replace(/\d/g, 'a'); - }; - Scope.prototype.freeVariable = function(type) { - var index, temp; - index = 0; - while (this.check(temp = this.temporary(type, index)) && this.variables[temp] !== 'reuse') { - index++; - } - this.variables[temp] = 'var'; - if (this.garbage.length) { - last(this.garbage).push(temp); - } - return temp; - }; - Scope.prototype.assign = function(name, value) { - return (this.variables[name] = { - value: value, - assigned: true - }); - }; - Scope.prototype.hasDeclarations = function(body) { - return body === this.expressions && this.any(function(k, val) { - return (val === 'var' || val === 'reuse'); - }); - }; - Scope.prototype.hasAssignments = function(body) { - return body === this.expressions && this.any(function(k, val) { - return val.assigned; - }); - }; - Scope.prototype.declaredVariables = function() { - var _ref2, _result, key, val; - return (function() { - _result = []; - for (key in _ref2 = this.variables) { - if (!__hasProp.call(_ref2, key)) continue; - val = _ref2[key]; - if ((val === 'var' || val === 'reuse')) { - _result.push(key); - } - } - return _result; - }).call(this).sort(); - }; - Scope.prototype.assignedVariables = function() { - var _ref2, _result, key, val; - _result = []; - for (key in _ref2 = this.variables) { - if (!__hasProp.call(_ref2, key)) continue; - val = _ref2[key]; - if (val.assigned) { - _result.push("" + key + " = " + (val.value)); - } - } - return _result; - }; - Scope.prototype.compiledDeclarations = function() { - return this.declaredVariables().join(', '); - }; - Scope.prototype.compiledAssignments = function() { - return this.assignedVariables().join(', '); - }; - return Scope; - }).call(this); -}).call(this); diff --git a/node/node_modules/jade/support/coffee-script/lib/utilities.js b/node/node_modules/jade/support/coffee-script/lib/utilities.js deleted file mode 100644 index dacb61d..0000000 --- a/node/node_modules/jade/support/coffee-script/lib/utilities.js +++ /dev/null @@ -1,12 +0,0 @@ -(function(){ - if (!((typeof process !== "undefined" && process !== null))) { - this.exports = this; - } - exports.utilities = { - extend: "function(child, parent) {\n var ctor = function(){ };\n ctor.prototype = parent.prototype;\n child.__superClass__ = parent.prototype;\n child.prototype = new ctor();\n child.prototype.constructor = child;\n }", - bind: "function(func, obj, args) {\n return function() {\n return func.apply(obj || {}, args ? args.concat(__slice.call(arguments, 0)) : arguments);\n };\n }", - range: "function(array, from, to, exclusive) {\n return [\n (from < 0 ? from + array.length : from || 0),\n (to < 0 ? to + array.length : to || array.length) + (exclusive ? 0 : 1)\n ];\n }", - hasProp: 'Object.prototype.hasOwnProperty', - slice: 'Array.prototype.slice' - }; -})(); diff --git a/node/node_modules/jade/support/coffee-script/package.json b/node/node_modules/jade/support/coffee-script/package.json deleted file mode 100644 index 89f7340..0000000 --- a/node/node_modules/jade/support/coffee-script/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "coffee-script", - "description": "Unfancy JavaScript", - "keywords": ["javascript", "language", "coffeescript", "compiler"], - "author": "Jeremy Ashkenas", - "version": "0.9.4", - "licenses": [{ - "type": "MIT", - "url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE" - }], - "engines": { - "node": ">=0.1.99" - }, - "directories" : { - "lib" : "./lib" - }, - "main" : "./lib/coffee-script", - "bin": { - "coffee": "./bin/coffee", - "cake": "./bin/cake" - } -} diff --git a/node/node_modules/jade/support/coffee-script/src/browser.coffee b/node/node_modules/jade/support/coffee-script/src/browser.coffee deleted file mode 100644 index ddb7a0f..0000000 --- a/node/node_modules/jade/support/coffee-script/src/browser.coffee +++ /dev/null @@ -1,41 +0,0 @@ -# Override exported methods for non-Node.js engines. - -CoffeeScript = require './coffee-script' -CoffeeScript.require = require - -# Use standard JavaScript `eval` to eval code. -CoffeeScript.eval = (code, options) -> - eval CoffeeScript.compile code, options - -# Running code does not provide access to this scope. -CoffeeScript.run = (code, options) -> - options?.bare = on - Function(CoffeeScript.compile code, options)() - -# If we're not in a browser environment, we're finished with the public API. -return unless window? - -# Load a remote script from the current domain via XHR. -CoffeeScript.load = (url, options) -> - xhr = new (window.ActiveXObject or XMLHttpRequest)('Microsoft.XMLHTTP') - xhr.open 'GET', url, true - xhr.overrideMimeType 'text/plain' if 'overrideMimeType' of xhr - xhr.onreadystatechange = -> - CoffeeScript.run xhr.responseText, options if xhr.readyState is 4 - xhr.send null - -# Activate CoffeeScript in the browser by having it compile and evaluate -# all script tags with a content-type of `text/coffeescript`. -# This happens on page load. -runScripts = -> - for script in document.getElementsByTagName 'script' - if script.type is 'text/coffeescript' - if script.src - CoffeeScript.load script.src - else - setTimeout -> CoffeeScript.run script.innerHTML - null -if window.addEventListener - addEventListener 'DOMContentLoaded', runScripts, no -else - attachEvent 'onload', runScripts diff --git a/node/node_modules/jade/support/coffee-script/src/cake.coffee b/node/node_modules/jade/support/coffee-script/src/cake.coffee deleted file mode 100644 index 61567bc..0000000 --- a/node/node_modules/jade/support/coffee-script/src/cake.coffee +++ /dev/null @@ -1,69 +0,0 @@ -# `cake` is a simplified version of [Make](http://www.gnu.org/software/make/) -# ([Rake](http://rake.rubyforge.org/), [Jake](http://github.com/280north/jake)) -# for CoffeeScript. You define tasks with names and descriptions in a Cakefile, -# and can call them from the command line, or invoke them from other tasks. -# -# Running `cake` with no arguments will print out a list of all the tasks in the -# current directory's Cakefile. - -# External dependencies. -fs = require 'fs' -path = require 'path' -helpers = require './helpers' -optparse = require './optparse' -CoffeeScript = require './coffee-script' - -# Keep track of the list of defined tasks, the accepted options, and so on. -tasks = {} -options = {} -switches = [] -oparse = null - -# Mixin the top-level Cake functions for Cakefiles to use directly. -helpers.extend global, - - # Define a Cake task with a short name, an optional sentence description, - # and the function to run as the action itself. - task: (name, description, action) -> - [action, description] = [description, action] unless action - tasks[name] = {name, description, action} - - # Define an option that the Cakefile accepts. The parsed options hash, - # containing all of the command-line options passed, will be made available - # as the first argument to the action. - option: (letter, flag, description) -> - switches.push [letter, flag, description] - - # Invoke another task in the current Cakefile. - invoke: (name) -> - missingTask name unless tasks[name] - tasks[name].action options - - -# Run `cake`. Executes all of the tasks you pass, in order. Note that Node's -# asynchrony may cause tasks to execute in a different order than you'd expect. -# If no tasks are passed, print the help screen. -exports.run = -> - path.exists 'Cakefile', (exists) -> - throw new Error("Cakefile not found in #{process.cwd()}") unless exists - args = process.argv.slice 2 - CoffeeScript.run fs.readFileSync('Cakefile').toString(), fileName: 'Cakefile' - oparse = new optparse.OptionParser switches - return printTasks() unless args.length - options = oparse.parse(args) - invoke arg for arg in options.arguments - -# Display the list of Cake tasks in a format similar to `rake -T` -printTasks = -> - puts '' - for all name, task of tasks - spaces = 20 - name.length - spaces = if spaces > 0 then Array(spaces + 1).join(' ') else '' - desc = if task.description then "# #{task.description}" else '' - puts "cake #{name}#{spaces} #{desc}" - puts oparse.help() if switches.length - -# Print an error and exit when attempting to all an undefined task. -missingTask = (task) -> - puts "No such task: \"#{task}\"" - process.exit 1 diff --git a/node/node_modules/jade/support/coffee-script/src/coffee-script.coffee b/node/node_modules/jade/support/coffee-script/src/coffee-script.coffee deleted file mode 100755 index 135788d..0000000 --- a/node/node_modules/jade/support/coffee-script/src/coffee-script.coffee +++ /dev/null @@ -1,90 +0,0 @@ -# CoffeeScript can be used both on the server, as a command-line compiler based -# on Node.js/V8, or to run CoffeeScripts directly in the browser. This module -# contains the main entry functions for tokenzing, parsing, and compiling source -# CoffeeScript into JavaScript. -# -# If included on a webpage, it will automatically sniff out, compile, and -# execute all scripts present in `text/coffeescript` tags. - -path = require 'path' -{Lexer} = require './lexer' -{parser} = require './parser' - -# TODO: Remove registerExtension when fully deprecated -if require.extensions - fs = require 'fs' - require.extensions['.coffee'] = (module, filename) -> - content = compile fs.readFileSync filename, 'utf8' - module._compile content, filename -else if require.registerExtension - require.registerExtension '.coffee', (content) -> compile content - -# The current CoffeeScript version number. -exports.VERSION = '0.9.4' - -# Expose helpers for testing. -exports.helpers = require './helpers' - -# Compile a string of CoffeeScript code to JavaScript, using the Coffee/Jison -# compiler. -exports.compile = compile = (code, options) -> - options or= {} - try - (parser.parse lexer.tokenize code).compile options - catch err - err.message = "In #{options.fileName}, #{err.message}" if options.fileName - throw err - -# Tokenize a string of CoffeeScript code, and return the array of tokens. -exports.tokens = (code, options) -> - lexer.tokenize code, options - -# Tokenize and parse a string of CoffeeScript code, and return the AST. You can -# then compile it by calling `.compile()` on the root, or traverse it by using -# `.traverse()` with a callback. -exports.nodes = (code, options) -> - parser.parse lexer.tokenize code, options - -# Compile and execute a string of CoffeeScript (on the server), correctly -# setting `__filename`, `__dirname`, and relative `require()`. -exports.run = (code, options) -> - # We want the root module. - root = module - while root.parent - root = root.parent - # Set the filename - root.filename = options.fileName - # Clear the module cache - root.moduleCache = {} if root.moduleCache - # Compile - if path.extname(root.filename) isnt '.coffee' or require.extensions - root._compile exports.compile(code, options), root.filename - else - root._compile code, root.filename - -# Compile and evaluate a string of CoffeeScript (in a Node.js-like environment). -# The CoffeeScript REPL uses this to run the input. -exports.eval = (code, options) -> - __filename = options.fileName - __dirname = path.dirname __filename - eval exports.compile(code, options) - -# Instantiate a Lexer for our use here. -lexer = new Lexer - -# The real Lexer produces a generic stream of tokens. This object provides a -# thin wrapper around it, compatible with the Jison API. We can then pass it -# directly as a "Jison lexer". -parser.lexer = - lex: -> - token = @tokens[@pos] or [""] - @pos += 1 - this.yylineno = token[2] - this.yytext = token[1] - token[0] - setInput: (tokens) -> - @tokens = tokens - @pos = 0 - upcomingInput: -> "" - -parser.yy = require './nodes' diff --git a/node/node_modules/jade/support/coffee-script/src/command.coffee b/node/node_modules/jade/support/coffee-script/src/command.coffee deleted file mode 100644 index 59cf5ef..0000000 --- a/node/node_modules/jade/support/coffee-script/src/command.coffee +++ /dev/null @@ -1,195 +0,0 @@ -# The `coffee` utility. Handles command-line compilation of CoffeeScript -# into various forms: saved into `.js` files or printed to stdout, piped to -# [JSLint](http://javascriptlint.com/) or recompiled every time the source is -# saved, printed as a token stream or as the syntax tree, or launch an -# interactive REPL. - -# External dependencies. -fs = require 'fs' -path = require 'path' -optparse = require './optparse' -CoffeeScript = require './coffee-script' -helpers = require './helpers' -{spawn, exec} = require 'child_process' -{EventEmitter} = require 'events' - -# Allow CoffeeScript to emit Node.js events, and add it to global scope. -helpers.extend CoffeeScript, new EventEmitter -global.CoffeeScript = CoffeeScript - -# The help banner that is printed when `coffee` is called without arguments. -BANNER = ''' - coffee compiles CoffeeScript source files into JavaScript. - - Usage: - coffee path/to/script.coffee - ''' - -# The list of all the valid option flags that `coffee` knows how to handle. -SWITCHES = [ - ['-c', '--compile', 'compile to JavaScript and save as .js files'] - ['-i', '--interactive', 'run an interactive CoffeeScript REPL'] - ['-o', '--output [DIR]', 'set the directory for compiled JavaScript'] - ['-w', '--watch', 'watch scripts for changes, and recompile'] - ['-p', '--print', 'print the compiled JavaScript to stdout'] - ['-l', '--lint', 'pipe the compiled JavaScript through JSLint'] - ['-s', '--stdio', 'listen for and compile scripts over stdio'] - ['-e', '--eval', 'compile a string from the command line'] - ['-r', '--require [FILE*]', 'require a library before executing your script'] - ['-b', '--bare', 'compile without the top-level function wrapper'] - ['-t', '--tokens', 'print the tokens that the lexer produces'] - ['-n', '--nodes', 'print the parse tree that Jison produces'] - ['-v', '--version', 'display CoffeeScript version'] - ['-h', '--help', 'display this help message'] -] - -# Top-level objects shared by all the functions. -opts = {} -sources = [] -optionParser = null - -# Run `coffee` by parsing passed options and determining what action to take. -# Many flags cause us to divert before compiling anything. Flags passed after -# `--` will be passed verbatim to your script as arguments in `process.argv` -exports.run = -> - parseOptions() - return usage() if opts.help - return version() if opts.version - return require './repl' if opts.interactive - return compileStdio() if opts.stdio - return compileScript 'console', sources[0] if opts.eval - return require './repl' unless sources.length - separator = sources.indexOf '--' - flags = [] - if separator >= 0 - flags = sources.splice separator + 1 - sources.pop() - if opts.run - flags = sources.splice(1).concat flags - process.ARGV = process.argv = flags - compileScripts() - -# Asynchronously read in each CoffeeScript in a list of source files and -# compile them. If a directory is passed, recursively compile all -# '.coffee' extension source files in it and all subdirectories. -compileScripts = -> - for source in sources - base = source - compile = (source, topLevel) -> - path.exists source, (exists) -> - throw new Error "File not found: #{source}" unless exists - fs.stat source, (err, stats) -> - if stats.isDirectory() - fs.readdir source, (err, files) -> - for file in files - compile path.join(source, file) - else if topLevel or path.extname(source) is '.coffee' - fs.readFile source, (err, code) -> compileScript(source, code.toString(), base) - watch source, base if opts.watch - compile source, true - -# Compile a single source script, containing the given code, according to the -# requested options. If evaluating the script directly sets `__filename`, -# `__dirname` and `module.filename` to be correct relative to the script's path. -compileScript = (file, input, base) -> - o = opts - options = compileOptions file - if o.require - require(if helpers.starts(req, '.') then fs.realpathSync(req) else req) for req in o.require - try - t = task = {file, input, options} - CoffeeScript.emit 'compile', task - if o.tokens then printTokens CoffeeScript.tokens t.input - else if o.nodes then puts CoffeeScript.nodes(t.input).toString().trim() - else if o.run then CoffeeScript.run t.input, t.options - else - t.output = CoffeeScript.compile t.input, t.options - CoffeeScript.emit 'success', task - if o.print then print t.output - else if o.compile then writeJs t.file, t.output, base - else if o.lint then lint t.output - catch err - # Avoid using 'error' as it is a special event -- if there is no handler, - # node will print a stack trace and exit the program. - CoffeeScript.emit 'failure', err, task - return if CoffeeScript.listeners('failure').length - return puts err.message if o.watch - error err.stack - process.exit 1 - -# Attach the appropriate listeners to compile scripts incoming over **stdin**, -# and write them back to **stdout**. -compileStdio = -> - code = '' - stdin = process.openStdin() - stdin.on 'data', (buffer) -> - code += buffer.toString() if buffer - stdin.on 'end', -> - compileScript 'stdio', code - -# Watch a source CoffeeScript file using `fs.watchFile`, recompiling it every -# time the file is updated. May be used in combination with other options, -# such as `--lint` or `--print`. -watch = (source, base) -> - fs.watchFile source, {persistent: true, interval: 500}, (curr, prev) -> - return if curr.size is prev.size and curr.mtime.getTime() is prev.mtime.getTime() - fs.readFile source, (err, code) -> - throw err if err - compileScript(source, code.toString(), base) - -# Write out a JavaScript source file with the compiled code. By default, files -# are written out in `cwd` as `.js` files with the same name, but the output -# directory can be customized with `--output`. -writeJs = (source, js, base) -> - filename = path.basename(source, path.extname(source)) + '.js' - srcDir = path.dirname source - baseDir = srcDir.substring base.length - dir = if opts.output then path.join opts.output, baseDir else srcDir - jsPath = path.join dir, filename - compile = -> - js = ' ' if js.length <= 0 - fs.writeFile jsPath, js, (err) -> - puts "Compiled #{source}" if opts.compile and opts.watch - path.exists dir, (exists) -> - if exists then compile() else exec "mkdir -p #{dir}", compile - -# Pipe compiled JS through JSLint (requires a working `jsl` command), printing -# any errors or warnings that arise. -lint = (js) -> - printIt = (buffer) -> puts buffer.toString().trim() - conf = __dirname + '/../extras/jsl.conf' - jsl = spawn 'jsl', ['-nologo', '-stdin', '-conf', conf] - jsl.stdout.on 'data', printIt - jsl.stderr.on 'data', printIt - jsl.stdin.write js - jsl.stdin.end() - -# Pretty-print a stream of tokens. -printTokens = (tokens) -> - strings = for token in tokens - [tag, value] = [token[0], token[1].toString().replace(/\n/, '\\n')] - "[#{tag} #{value}]" - puts strings.join(' ') - -# Use the [OptionParser module](optparse.html) to extract all options from -# `process.argv` that are specified in `SWITCHES`. -parseOptions = -> - optionParser = new optparse.OptionParser SWITCHES, BANNER - o = opts = optionParser.parse process.argv.slice 2 - o.compile or= !!o.output - o.run = not (o.compile or o.print or o.lint) - o.print = !! (o.print or (o.eval or o.stdio and o.compile)) - sources = o.arguments - -# The compile-time options to pass to the CoffeeScript compiler. -compileOptions = (fileName) -> {fileName, bare: opts.bare} - -# Print the `--help` usage message and exit. -usage = -> - puts optionParser.help() - process.exit 0 - -# Print the `--version` message and exit. -version = -> - puts "CoffeeScript version #{CoffeeScript.VERSION}" - process.exit 0 diff --git a/node/node_modules/jade/support/coffee-script/src/grammar.coffee b/node/node_modules/jade/support/coffee-script/src/grammar.coffee deleted file mode 100644 index 70f5632..0000000 --- a/node/node_modules/jade/support/coffee-script/src/grammar.coffee +++ /dev/null @@ -1,613 +0,0 @@ -# The CoffeeScript parser is generated by [Jison](http://github.com/zaach/jison) -# from this grammar file. Jison is a bottom-up parser generator, similar in -# style to [Bison](http://www.gnu.org/software/bison), implemented in JavaScript. -# It can recognize [LALR(1), LR(0), SLR(1), and LR(1)](http://en.wikipedia.org/wiki/LR_grammar) -# type grammars. To create the Jison parser, we list the pattern to match -# on the left-hand side, and the action to take (usually the creation of syntax -# tree nodes) on the right. As the parser runs, it -# shifts tokens from our token stream, from left to right, and -# [attempts to match](http://en.wikipedia.org/wiki/Bottom-up_parsing) -# the token sequence against the rules below. When a match can be made, it -# reduces into the [nonterminal](http://en.wikipedia.org/wiki/Terminal_and_nonterminal_symbols) -# (the enclosing name at the top), and we proceed from there. -# -# If you run the `cake build:parser` command, Jison constructs a parse table -# from our rules and saves it into `lib/parser.js`. - -# The only dependency is on the **Jison.Parser**. -Parser = require('jison').Parser - -# Jison DSL -# --------- - -# Since we're going to be wrapped in a function by Jison in any case, if our -# action immediately returns a value, we can optimize by removing the function -# wrapper and just returning the value directly. -unwrap = /function\s*\(\)\s*\{\s*return\s*([\s\S]*);\s*\}/ - -# Our handy DSL for Jison grammar generation, thanks to -# [Tim Caswell](http://github.com/creationix). For every rule in the grammar, -# we pass the pattern-defining string, the action to run, and extra options, -# optionally. If no action is specified, we simply pass the value of the -# previous nonterminal. -o = (patternString, action, options) -> - return [patternString, '$$ = $1;', options] unless action - action = if match = (action + '').match(unwrap) then match[1] else "(#{action}())" - action = action.replace(/\bnew (\w+)\b/g, 'new yy.$1').replace(/Expressions\.wrap/g, 'yy.Expressions.wrap'); - [patternString, "$$ = #{action};", options] - -# Grammatical Rules -# ----------------- - -# In all of the rules that follow, you'll see the name of the nonterminal as -# the key to a list of alternative matches. With each match's action, the -# dollar-sign variables are provided by Jison as references to the value of -# their numeric position, so in this rule: -# -# "Expression UNLESS Expression" -# -# `$1` would be the value of the first `Expression`, `$2` would be the token -# for the `UNLESS` terminal, and `$3` would be the value of the second -# `Expression`. -grammar = - - # The **Root** is the top-level node in the syntax tree. Since we parse bottom-up, - # all parsing must end here. - Root: [ - o "", -> new Expressions - o "TERMINATOR", -> new Expressions - o "Body" - o "Block TERMINATOR" - ] - - # Any list of statements and expressions, seperated by line breaks or semicolons. - Body: [ - o "Line", -> Expressions.wrap [$1] - o "Body TERMINATOR Line", -> $1.push $3 - o "Body TERMINATOR" - ] - - # Expressions and statements, which make up a line in a body. - Line: [ - o "Expression" - o "Statement" - ] - - # Pure statements which cannot be expressions. - Statement: [ - o "Return" - o "Throw" - o "BREAK", -> new Literal $1 - o "CONTINUE", -> new Literal $1 - o "DEBUGGER", -> new Literal $1 - ] - - # All the different types of expressions in our language. The basic unit of - # CoffeeScript is the **Expression** -- everything that can be an expression - # is one. Expressions serve as the building blocks of many other rules, making - # them somewhat circular. - Expression: [ - o "Value" - o "Invocation" - o "Code" - o "Operation" - o "Assign" - o "If" - o "Try" - o "While" - o "For" - o "Switch" - o "Extends" - o "Class" - o "Existence" - o "Comment" - ] - - # An indented block of expressions. Note that the [Rewriter](rewriter.html) - # will convert some postfix forms into blocks for us, by adjusting the - # token stream. - Block: [ - o "INDENT Body OUTDENT", -> $2 - o "INDENT OUTDENT", -> new Expressions - o "TERMINATOR Comment", -> Expressions.wrap [$2] - ] - - # A literal identifier, a variable name or property. - Identifier: [ - o "IDENTIFIER", -> new Literal $1 - ] - - # Alphanumerics are separated from the other **Literal** matchers because - # they can also serve as keys in object literals. - AlphaNumeric: [ - o "NUMBER", -> new Literal $1 - o "STRING", -> new Literal $1 - ] - - # All of our immediate values. These can (in general), be passed straight - # through and printed to JavaScript. - Literal: [ - o "AlphaNumeric" - o "JS", -> new Literal $1 - o "REGEX", -> new Literal $1 - o "BOOL", -> new Literal $1 - ] - - # Assignment of a variable, property, or index to a value. - Assign: [ - o "Assignable = Expression", -> new Assign $1, $3 - o "Assignable = INDENT Expression OUTDENT", -> new Assign $1, $4 - ] - - # Assignment when it happens within an object literal. The difference from - # the ordinary **Assign** is that these allow numbers and strings as keys. - AssignObj: [ - o "Identifier", -> new Value $1 - o "AlphaNumeric" - o "ThisProperty" - o "Identifier : Expression", -> new Assign new Value($1), $3, 'object' - o "AlphaNumeric : Expression", -> new Assign new Value($1), $3, 'object' - o "Identifier : INDENT Expression OUTDENT", -> new Assign new Value($1), $4, 'object' - o "AlphaNumeric : INDENT Expression OUTDENT", -> new Assign new Value($1), $4, 'object' - o "Comment" - ] - - # A return statement from a function body. - Return: [ - o "RETURN Expression", -> new Return $2 - o "RETURN", -> new Return - ] - - # A block comment. - Comment: [ - o "HERECOMMENT", -> new Comment $1 - ] - - # [The existential operator](http://jashkenas.github.com/coffee-script/#existence). - Existence: [ - o "Expression ?", -> new Existence $1 - ] - - # The **Code** node is the function literal. It's defined by an indented block - # of **Expressions** preceded by a function arrow, with an optional parameter - # list. - Code: [ - o "PARAM_START ParamList PARAM_END FuncGlyph Block", -> new Code $2, $5, $4 - o "FuncGlyph Block", -> new Code [], $2, $1 - ] - - # CoffeeScript has two different symbols for functions. `->` is for ordinary - # functions, and `=>` is for functions bound to the current value of *this*. - FuncGlyph: [ - o "->", -> 'func' - o "=>", -> 'boundfunc' - ] - - # An optional, trailing comma. - OptComma: [ - o '' - o ',' - ] - - # The list of parameters that a function accepts can be of any length. - ParamList: [ - o "", -> [] - o "Param", -> [$1] - o "ParamList , Param", -> $1.concat $3 - ] - - # A single parameter in a function definition can be ordinary, or a splat - # that hoovers up the remaining arguments. - Param: [ - o "PARAM", -> new Literal $1 - o "@ PARAM", -> new Param $2, true - o "PARAM ...", -> new Param $1, false, true - o "@ PARAM ...", -> new Param $2, true, true - ] - - # A splat that occurs outside of a parameter list. - Splat: [ - o "Expression ...", -> new Splat $1 - ] - - # Variables and properties that can be assigned to. - SimpleAssignable: [ - o "Identifier", -> new Value $1 - o "Value Accessor", -> $1.push $2 - o "Invocation Accessor", -> new Value $1, [$2] - o "ThisProperty" - ] - - # Everything that can be assigned to. - Assignable: [ - o "SimpleAssignable" - o "Array", -> new Value $1 - o "Object", -> new Value $1 - ] - - # The types of things that can be treated as values -- assigned to, invoked - # as functions, indexed into, named as a class, etc. - Value: [ - o "Assignable" - o "Literal", -> new Value $1 - o "Parenthetical", -> new Value $1 - o "Range", -> new Value $1 - o "This" - ] - - # The general group of accessors into an object, by property, by prototype - # or by array index or slice. - Accessor: [ - o "PROPERTY_ACCESS Identifier", -> new Accessor $2 - o "PROTOTYPE_ACCESS Identifier", -> new Accessor $2, 'prototype' - o "::", -> new Accessor(new Literal('prototype')) - o "SOAK_ACCESS Identifier", -> new Accessor $2, 'soak' - o "Index" - o "Slice", -> new Slice $1 - ] - - # Indexing into an object or array using bracket notation. - Index: [ - o "INDEX_START Expression INDEX_END", -> new Index $2 - o "INDEX_SOAK Index", -> $2.soakNode = yes; $2 - o "INDEX_PROTO Index", -> $2.proto = yes; $2 - ] - - # In CoffeeScript, an object literal is simply a list of assignments. - Object: [ - o "{ AssignList OptComma }", -> new ObjectLiteral $2 - ] - - # Assignment of properties within an object literal can be separated by - # comma, as in JavaScript, or simply by newline. - AssignList: [ - o "", -> [] - o "AssignObj", -> [$1] - o "AssignList , AssignObj", -> $1.concat $3 - o "AssignList OptComma TERMINATOR AssignObj", -> $1.concat $4 - o "AssignList OptComma INDENT AssignList OptComma OUTDENT", -> $1.concat $4 - ] - - # Class definitions have optional bodies of prototype property assignments, - # and optional references to the superclass. - Class: [ - o "CLASS SimpleAssignable", -> new Class $2 - o "CLASS SimpleAssignable EXTENDS Value", -> new Class $2, $4 - o "CLASS SimpleAssignable INDENT ClassBody OUTDENT", -> new Class $2, null, $4 - o "CLASS SimpleAssignable EXTENDS Value INDENT ClassBody OUTDENT", -> new Class $2, $4, $6 - o "CLASS INDENT ClassBody OUTDENT", -> new Class '__temp__', null, $3 - o "CLASS", -> new Class '__temp__', null, new Expressions - o "CLASS EXTENDS Value", -> new Class '__temp__', $3, new Expressions - o "CLASS EXTENDS Value INDENT ClassBody OUTDENT", -> new Class '__temp__', $3, $5 - ] - - # Assignments that can happen directly inside a class declaration. - ClassAssign: [ - o "AssignObj", -> $1 - o "ThisProperty : Expression", -> new Assign new Value($1), $3, 'this' - o "ThisProperty : INDENT Expression OUTDENT", -> new Assign new Value($1), $4, 'this' - ] - - # A list of assignments to a class. - ClassBody: [ - o "", -> [] - o "ClassAssign", -> [$1] - o "ClassBody TERMINATOR ClassAssign", -> $1.concat $3 - o "{ ClassBody }", -> $2 - ] - - # Extending an object by setting its prototype chain to reference a parent - # object. - Extends: [ - o "SimpleAssignable EXTENDS Value", -> new Extends $1, $3 - ] - - # Ordinary function invocation, or a chained series of calls. - Invocation: [ - o "Value OptFuncExist Arguments", -> new Call $1, $3, $2 - o "Invocation OptFuncExist Arguments", -> new Call $1, $3, $2 - o "SUPER", -> new Call 'super', [new Splat(new Literal('arguments'))] - o "SUPER Arguments", -> new Call 'super', $2 - ] - - # An optional existence check on a function. - OptFuncExist: [ - o "", -> no - o "FUNC_EXIST", -> yes - ] - - # The list of arguments to a function call. - Arguments: [ - o "CALL_START CALL_END", -> [] - o "CALL_START ArgList OptComma CALL_END", -> $2 - ] - - # A reference to the *this* current object. - This: [ - o "THIS", -> new Value new Literal 'this' - o "@", -> new Value new Literal 'this' - ] - - RangeDots: [ - o "..", -> 'inclusive' - o "...", -> 'exclusive' - ] - - # A reference to a property on *this*. - ThisProperty: [ - o "@ Identifier", -> new Value new Literal('this'), [new Accessor($2)], 'this' - ] - - # The CoffeeScript range literal. - Range: [ - o "[ Expression RangeDots Expression ]", -> new Range $2, $4, $3 - ] - - # The slice literal. - Slice: [ - o "INDEX_START Expression RangeDots Expression INDEX_END", -> new Range $2, $4, $3 - o "INDEX_START Expression RangeDots INDEX_END", -> new Range $2, null, $3 - o "INDEX_START RangeDots Expression INDEX_END", -> new Range null, $3, $2 - ] - - # The array literal. - Array: [ - o "[ ]", -> new ArrayLiteral [] - o "[ ArgList OptComma ]", -> new ArrayLiteral $2 - ] - - # The **ArgList** is both the list of objects passed into a function call, - # as well as the contents of an array literal - # (i.e. comma-separated expressions). Newlines work as well. - ArgList: [ - o "Arg", -> [$1] - o "ArgList , Arg", -> $1.concat $3 - o "ArgList OptComma TERMINATOR Arg", -> $1.concat $4 - o "INDENT ArgList OptComma OUTDENT", -> $2 - o "ArgList OptComma INDENT ArgList OptComma OUTDENT", -> $1.concat $4 - ] - - # Valid arguments are Expressions or Splats. - Arg: [ - o "Expression" - o "Splat" - ] - - # Just simple, comma-separated, required arguments (no fancy syntax). We need - # this to be separate from the **ArgList** for use in **Switch** blocks, where - # having the newlines wouldn't make sense. - SimpleArgs: [ - o "Expression" - o "SimpleArgs , Expression", -> [].concat $1, $3 - ] - - # The variants of *try/catch/finally* exception handling blocks. - Try: [ - o "TRY Block", -> new Try $2 - o "TRY Block Catch", -> new Try $2, $3[0], $3[1] - o "TRY Block FINALLY Block", -> new Try $2, null, null, $4 - o "TRY Block Catch FINALLY Block", -> new Try $2, $3[0], $3[1], $5 - ] - - # A catch clause names its error and runs a block of code. - Catch: [ - o "CATCH Identifier Block", -> [$2, $3] - ] - - # Throw an exception object. - Throw: [ - o "THROW Expression", -> new Throw $2 - ] - - # Parenthetical expressions. Note that the **Parenthetical** is a **Value**, - # not an **Expression**, so if you need to use an expression in a place - # where only values are accepted, wrapping it in parentheses will always do - # the trick. - Parenthetical: [ - o "( Expression )", -> new Parens $2 - o "( )", -> new Parens new Literal '' - ] - - # The condition portion of a while loop. - WhileSource: [ - o "WHILE Expression", -> new While $2 - o "WHILE Expression WHEN Expression", -> new While $2, guard: $4 - o "UNTIL Expression", -> new While $2, invert: true - o "UNTIL Expression WHEN Expression", -> new While $2, invert: true, guard: $4 - ] - - # The while loop can either be normal, with a block of expressions to execute, - # or postfix, with a single expression. There is no do..while. - While: [ - o "WhileSource Block", -> $1.addBody $2 - o "Statement WhileSource", -> $2.addBody Expressions.wrap [$1] - o "Expression WhileSource", -> $2.addBody Expressions.wrap [$1] - o "Loop", -> $1 - ] - - Loop: [ - o "LOOP Block", -> new While(new Literal 'true').addBody $2 - o "LOOP Expression", -> new While(new Literal 'true').addBody Expressions.wrap [$2] - ] - - # Array, object, and range comprehensions, at the most generic level. - # Comprehensions can either be normal, with a block of expressions to execute, - # or postfix, with a single expression. - For: [ - o "Statement ForBody", -> new For $1, $2, $2.vars[0], $2.vars[1] - o "Expression ForBody", -> new For $1, $2, $2.vars[0], $2.vars[1] - o "ForBody Block", -> new For $2, $1, $1.vars[0], $1.vars[1] - ] - - ForBody: [ - o "FOR Range", -> source: new Value($2), vars: [] - o "ForStart ForSource", -> $2.raw = $1.raw; $2.vars = $1; $2 - ] - - ForStart: [ - o "FOR ForVariables", -> $2 - o "FOR ALL ForVariables", -> $3.raw = true; $3 - ] - - # An array of all accepted values for a variable inside the loop. This - # enables support for pattern matching. - ForValue: [ - o "Identifier" - o "Array", -> new Value $1 - o "Object", -> new Value $1 - ] - - # An array or range comprehension has variables for the current element and - # (optional) reference to the current index. Or, *key, value*, in the case - # of object comprehensions. - ForVariables: [ - o "ForValue", -> [$1] - o "ForValue , ForValue", -> [$1, $3] - ] - - # The source of a comprehension is an array or object with an optional guard - # clause. If it's an array comprehension, you can also choose to step through - # in fixed-size increments. - ForSource: [ - o "FORIN Expression", -> source: $2 - o "FOROF Expression", -> source: $2, object: true - o "FORIN Expression WHEN Expression", -> source: $2, guard: $4 - o "FOROF Expression WHEN Expression", -> source: $2, guard: $4, object: true - o "FORIN Expression BY Expression", -> source: $2, step: $4 - o "FORIN Expression WHEN Expression BY Expression", -> source: $2, guard: $4, step: $6 - o "FORIN Expression BY Expression WHEN Expression", -> source: $2, step: $4, guard: $6 - ] - - Switch: [ - o "SWITCH Expression INDENT Whens OUTDENT", -> new Switch $2, $4 - o "SWITCH Expression INDENT Whens ELSE Block OUTDENT", -> new Switch $2, $4, $6 - o "SWITCH INDENT Whens OUTDENT", -> new Switch null, $3 - o "SWITCH INDENT Whens ELSE Block OUTDENT", -> new Switch null, $3, $5 - ] - - Whens: [ - o "When" - o "Whens When", -> $1.concat $2 - ] - - # An individual **When** clause, with action. - When: [ - o "LEADING_WHEN SimpleArgs Block", -> [[$2, $3]] - o "LEADING_WHEN SimpleArgs Block TERMINATOR", -> [[$2, $3]] - ] - - # The most basic form of *if* is a condition and an action. The following - # if-related rules are broken up along these lines in order to avoid - # ambiguity. - IfBlock: [ - o "IF Expression Block", -> new If $2, $3 - o "UNLESS Expression Block", -> new If $2, $3, invert: true - o "IfBlock ELSE IF Expression Block", -> $1.addElse new If $4, $5 - o "IfBlock ELSE Block", -> $1.addElse $3 - ] - - # The full complement of *if* expressions, including postfix one-liner - # *if* and *unless*. - If: [ - o "IfBlock" - o "Statement POST_IF Expression", -> new If $3, Expressions.wrap([$1]), statement: true - o "Expression POST_IF Expression", -> new If $3, Expressions.wrap([$1]), statement: true - o "Statement POST_UNLESS Expression", -> new If $3, Expressions.wrap([$1]), statement: true, invert: true - o "Expression POST_UNLESS Expression", -> new If $3, Expressions.wrap([$1]), statement: true, invert: true - ] - - # Arithmetic and logical operators, working on one or more operands. - # Here they are grouped by order of precedence. The actual precedence rules - # are defined at the bottom of the page. It would be shorter if we could - # combine most of these rules into a single generic *Operand OpSymbol Operand* - # -type rule, but in order to make the precedence binding possible, separate - # rules are necessary. - Operation: [ - o "UNARY Expression", -> new Op $1, $2 - o "- Expression", (-> new Op '-', $2), prec: 'UNARY' - o "+ Expression", (-> new Op '+', $2), prec: 'UNARY' - - o "-- SimpleAssignable", -> new Op '--', $2 - o "++ SimpleAssignable", -> new Op '++', $2 - o "SimpleAssignable --", -> new Op '--', $1, null, true - o "SimpleAssignable ++", -> new Op '++', $1, null, true - - o "Expression + Expression", -> new Op '+', $1, $3 - o "Expression - Expression", -> new Op '-', $1, $3 - o "Expression == Expression", -> new Op '==', $1, $3 - o "Expression != Expression", -> new Op '!=', $1, $3 - - o "Expression MATH Expression", -> new Op $2, $1, $3 - o "Expression SHIFT Expression", -> new Op $2, $1, $3 - o "Expression COMPARE Expression", -> new Op $2, $1, $3 - o "Expression LOGIC Expression", -> new Op $2, $1, $3 - o "SimpleAssignable COMPOUND_ASSIGN Expression", -> new Op $2, $1, $3 - o "SimpleAssignable COMPOUND_ASSIGN INDENT Expression OUTDENT", -> new Op $2, $1, $4 - - o "Expression RELATION Expression", -> - if $2.charAt(0) is '!' - if $2 is '!in' - new Op '!', new In $1, $3 - else - new Op '!', new Parens new Op $2.slice(1), $1, $3 - else - if $2 is 'in' then new In $1, $3 else new Op $2, $1, $3 - ] - - -# Precedence -# ---------- - -# Operators at the top of this list have higher precedence than the ones lower -# down. Following these rules is what makes `2 + 3 * 4` parse as: -# -# 2 + (3 * 4) -# -# And not: -# -# (2 + 3) * 4 -operators = [ - ["left", 'CALL_START', 'CALL_END'] - ["nonassoc", '++', '--'] - ["left", '?'] - ["right", 'UNARY'] - ["left", 'MATH'] - ["left", '+', '-'] - ["left", 'SHIFT'] - ["left", 'COMPARE'] - ["left", 'RELATION'] - ["left", '==', '!='] - ["left", 'LOGIC'] - ["right", 'COMPOUND_ASSIGN'] - ["left", '.'] - ["nonassoc", 'INDENT', 'OUTDENT'] - ["right", 'WHEN', 'LEADING_WHEN', 'FORIN', 'FOROF', 'BY', 'THROW'] - ["right", 'IF', 'UNLESS', 'ELSE', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS'] - ["right", '=', ':', 'RETURN'] - ["right", '->', '=>', 'UNLESS', 'POST_IF', 'POST_UNLESS'] -] - -# Wrapping Up -# ----------- - -# Finally, now what we have our **grammar** and our **operators**, we can create -# our **Jison.Parser**. We do this by processing all of our rules, recording all -# terminals (every symbol which does not appear as the name of a rule above) -# as "tokens". -tokens = [] -for name, alternatives of grammar - grammar[name] = for alt in alternatives - for token in alt[0].split ' ' - tokens.push token unless grammar[token] - alt[1] = "return #{alt[1]}" if name is 'Root' - alt - -# Initialize the **Parser** with our list of terminal **tokens**, our **grammar** -# rules, and the name of the root. Reverse the operators because Jison orders -# precedence from low to high, and we have it high to low -# (as in [Yacc](http://dinosaur.compilertools.net/yacc/index.html)). -exports.parser = new Parser - tokens: tokens.join ' ' - bnf: grammar - operators: operators.reverse() - startSymbol: 'Root' diff --git a/node/node_modules/jade/support/coffee-script/src/helpers.coffee b/node/node_modules/jade/support/coffee-script/src/helpers.coffee deleted file mode 100644 index 4d201de..0000000 --- a/node/node_modules/jade/support/coffee-script/src/helpers.coffee +++ /dev/null @@ -1,72 +0,0 @@ -# This file contains the common helper functions that we'd like to share among -# the **Lexer**, **Rewriter**, and the **Nodes**. Merge objects, flatten -# arrays, count characters, that sort of thing. - -# Cross-engine `indexOf`, so that JScript can join the party. Use SpiderMonkey's -# functional-style `indexOf`, if it's available. -indexOf = exports.indexOf = Array.indexOf or - if Array::indexOf - (array, item, from) -> array.indexOf item, from - else - (array, item, from) -> - for other, index in array - if other is item and (not from or from <= index) - return index - -1 - -# Does a list include a value? -exports.include = (list, value) -> - indexOf(list, value) >= 0 - -# Peek at the beginning of a given string to see if it matches a sequence. -exports.starts = (string, literal, start) -> - literal is string.substr start, literal.length - -# Peek at the end of a given string to see if it matches a sequence. -exports.ends = (string, literal, back) -> - len = literal.length - literal is string.substr string.length - len - (back or 0), len - -# Trim out all falsy values from an array. -exports.compact = (array) -> - item for item in array when item - -# Count the number of occurences of a character in a string. -exports.count = (string, letter) -> - num = pos = 0 - num++ while pos = 1 + string.indexOf letter, pos - num - -# Merge objects, returning a fresh copy with attributes from both sides. -# Used every time `Base#compile` is called, to allow properties in the -# options hash to propagate down the tree without polluting other branches. -exports.merge = (options, overrides) -> - extend (extend {}, options), overrides - -# Extend a source object with the properties of another object (shallow copy). -# We use this to simulate Node's deprecated `process.mixin`. -extend = exports.extend = (object, properties) -> - for all key, val of properties - object[key] = val - object - -# Return a flattened version of an array. -# Handy for getting a list of `children` from the nodes. -exports.flatten = flatten = (array) -> - flattened = [] - for element in array - if element instanceof Array - flattened = flattened.concat flatten element - else - flattened.push element - flattened - -# Delete a key from an object, returning the value. Useful when a node is -# looking for a particular method in an options hash. -exports.del = (obj, key) -> - val = obj[key] - delete obj[key] - val - -# Gets the last item of an array(-like) object. -exports.last = (array, back) -> array[array.length - (back or 0) - 1] diff --git a/node/node_modules/jade/support/coffee-script/src/index.coffee b/node/node_modules/jade/support/coffee-script/src/index.coffee deleted file mode 100644 index 220f4e2..0000000 --- a/node/node_modules/jade/support/coffee-script/src/index.coffee +++ /dev/null @@ -1,2 +0,0 @@ -# Loader for CoffeeScript as a Node.js library. -(exports[key] = val) for key, val of require './coffee-script' \ No newline at end of file diff --git a/node/node_modules/jade/support/coffee-script/src/lexer.coffee b/node/node_modules/jade/support/coffee-script/src/lexer.coffee deleted file mode 100644 index 0362eeb..0000000 --- a/node/node_modules/jade/support/coffee-script/src/lexer.coffee +++ /dev/null @@ -1,635 +0,0 @@ -# The CoffeeScript Lexer. Uses a series of token-matching regexes to attempt -# matches against the beginning of the source code. When a match is found, -# a token is produced, we consume the match, and start again. Tokens are in the -# form: -# -# [tag, value, lineNumber] -# -# Which is a format that can be fed directly into [Jison](http://github.com/zaach/jison). - -{Rewriter} = require './rewriter' - -# Import the helpers we need. -{include, count, starts, compact, last} = require './helpers' - -# The Lexer Class -# --------------- - -# The Lexer class reads a stream of CoffeeScript and divvys it up into tagged -# tokens. Some potential ambiguity in the grammar has been avoided by -# pushing some extra smarts into the Lexer. -exports.Lexer = class Lexer - - # **tokenize** is the Lexer's main method. Scan by attempting to match tokens - # one at a time, using a regular expression anchored at the start of the - # remaining code, or a custom recursive token-matching method - # (for interpolations). When the next token has been recorded, we move forward - # within the code past the token, and begin again. - # - # Each tokenizing method is responsible for incrementing `@i` by the number of - # characters it has consumed. `@i` can be thought of as our finger on the page - # of source. - # - # Before returning the token stream, run it through the [Rewriter](rewriter.html) - # unless explicitly asked not to. - tokenize: (code, options) -> - code = code.replace(/\r/g, '').replace TRAILING_SPACES, '' - o = options or {} - @code = code # The remainder of the source code. - @i = 0 # Current character position we're parsing. - @line = o.line or 0 # The current line. - @indent = 0 # The current indentation level. - @indebt = 0 # The over-indentation at the current level. - @outdebt = 0 # The under-outdentation at the current level. - @seenFor = no # The flag for distinguishing FORIN/FOROF from IN/OF. - @indents = [] # The stack of all current indentation levels. - @tokens = [] # Stream of parsed tokens in the form ['TYPE', value, line] - # At every position, run through this list of attempted matches, - # short-circuiting if any of them succeed. Their order determines precedence: - # `@literalToken` is the fallback catch-all. - while @chunk = code.slice @i - @identifierToken() or - @commentToken() or - @whitespaceToken() or - @lineToken() or - @heredocToken() or - @stringToken() or - @numberToken() or - @regexToken() or - @jsToken() or - @literalToken() - @closeIndentation() - return @tokens if o.rewrite is off - (new Rewriter).rewrite @tokens - - # Tokenizers - # ---------- - - # Matches identifying literals: variables, keywords, method names, etc. - # Check to ensure that JavaScript reserved words aren't being used as - # identifiers. Because CoffeeScript reserves a handful of keywords that are - # allowed in JavaScript, we're careful not to tag them as keywords when - # referenced as property names here, so you can still do `jQuery.is()` even - # though `is` means `===` otherwise. - identifierToken: -> - return false unless match = IDENTIFIER.exec @chunk - [input, id, colon] = match - @i += input.length - if id is 'all' and @tag() is 'FOR' - @token 'ALL', id - return true - forcedIdentifier = colon or @tagAccessor() - tag = 'IDENTIFIER' - if include(JS_KEYWORDS, id) or - not forcedIdentifier and include(COFFEE_KEYWORDS, id) - tag = id.toUpperCase() - if tag is 'WHEN' and include LINE_BREAK, @tag() - tag = 'LEADING_WHEN' - else if tag is 'FOR' - @seenFor = yes - else if include UNARY, tag - tag = 'UNARY' - else if include RELATION, tag - if tag isnt 'INSTANCEOF' and @seenFor - @seenFor = no - tag = 'FOR' + tag - else - tag = 'RELATION' - if @value() is '!' - @tokens.pop() - id = '!' + id - if include JS_FORBIDDEN, id - if forcedIdentifier - tag = 'IDENTIFIER' - id = new String id - id.reserved = yes - else if include RESERVED, id - @identifierError id - unless forcedIdentifier - tag = id = COFFEE_ALIASES[id] if COFFEE_ALIASES.hasOwnProperty id - if id is '!' - tag = 'UNARY' - else if include LOGIC, id - tag = 'LOGIC' - else if include BOOL, tag - id = tag.toLowerCase() - tag = 'BOOL' - @token tag, id - @token ':', ':' if colon - true - - # Matches numbers, including decimals, hex, and exponential notation. - # Be careful not to interfere with ranges-in-progress. - numberToken: -> - return false unless match = NUMBER.exec @chunk - number = match[0] - return false if @tag() is '.' and number.charAt(0) is '.' - @i += number.length - @token 'NUMBER', number - true - - # Matches strings, including multi-line strings. Ensures that quotation marks - # are balanced within the string's contents, and within nested interpolations. - stringToken: -> - switch @chunk.charAt 0 - when "'" - return false unless match = SIMPLESTR.exec @chunk - @token 'STRING', (string = match[0]).replace MULTILINER, '\\\n' - when '"' - return false unless string = @balancedString @chunk, [['"', '"'], ['#{', '}']] - if 0 < string.indexOf '#{', 1 - @interpolateString string.slice 1, -1 - else - @token 'STRING', @escapeLines string - else - return false - @line += count string, '\n' - @i += string.length - true - - # Matches heredocs, adjusting indentation to the correct level, as heredocs - # preserve whitespace, but ignore indentation to the left. - heredocToken: -> - return false unless match = HEREDOC.exec @chunk - heredoc = match[0] - quote = heredoc.charAt 0 - doc = @sanitizeHeredoc match[2], {quote, indent: null} - if quote is '"' and 0 <= doc.indexOf '#{' - @interpolateString doc, heredoc: yes - else - @token 'STRING', @makeString doc, quote, yes - @line += count heredoc, '\n' - @i += heredoc.length - true - - # Matches and consumes comments. - commentToken: -> - return false unless match = @chunk.match COMMENT - [comment, here] = match - @line += count comment, '\n' - @i += comment.length - if here - @token 'HERECOMMENT', @sanitizeHeredoc here, - herecomment: true, indent: Array(@indent + 1).join(' ') - @token 'TERMINATOR', '\n' - true - - # Matches JavaScript interpolated directly into the source via backticks. - jsToken: -> - return false unless @chunk.charAt(0) is '`' and match = JSTOKEN.exec @chunk - @token 'JS', (script = match[0]).slice 1, -1 - @i += script.length - true - - # Matches regular expression literals. Lexing regular expressions is difficult - # to distinguish from division, so we borrow some basic heuristics from - # JavaScript and Ruby. - regexToken: -> - return false if @chunk.charAt(0) isnt '/' - return @heregexToken match if match = HEREGEX.exec @chunk - return false if include NOT_REGEX, @tag() - return false unless match = REGEX.exec @chunk - [regex] = match - @token 'REGEX', if regex is '//' then '/(?:)/' else regex - @i += regex.length - true - - # Matches experimental, multiline and extended regular expression literals. - heregexToken: (match) -> - [heregex, body, flags] = match - @i += heregex.length - if 0 > body.indexOf '#{' - re = body.replace(HEREGEX_OMIT, '').replace(/\//g, '\\/') - @token 'REGEX', "/#{ re or '(?:)' }/#{flags}" - return true - @token 'IDENTIFIER', 'RegExp' - @tokens.push ['CALL_START', '('] - tokens = [] - for [tag, value] in @interpolateString(body, regex: yes) - if tag is 'TOKENS' - tokens.push value... - else - continue unless value = value.replace HEREGEX_OMIT, '' - value = value.replace /\\/g, '\\\\' - tokens.push ['STRING', @makeString(value, '"', yes)] - tokens.push ['+', '+'] - tokens.pop() - @tokens.push ['STRING', '""'], ['+', '+'] unless tokens[0]?[0] is 'STRING' - @tokens.push tokens... - @tokens.push [',', ','], ['STRING', '"' + flags + '"'] if flags - @token ')', ')' - true - - # Matches newlines, indents, and outdents, and determines which is which. - # If we can detect that the current line is continued onto the the next line, - # then the newline is suppressed: - # - # elements - # .each( ... ) - # .map( ... ) - # - # Keeps track of the level of indentation, because a single outdent token - # can close multiple indents, so we need to know how far in we happen to be. - lineToken: -> - return false unless match = MULTI_DENT.exec @chunk - indent = match[0] - @line += count indent, '\n' - @i += indent.length - prev = last @tokens, 1 - size = indent.length - 1 - indent.lastIndexOf '\n' - nextCharacter = NEXT_CHARACTER.exec(@chunk)[1] - noNewlines = (nextCharacter in ['.', ','] and not NEXT_ELLIPSIS.test(@chunk)) or @unfinished() - if size - @indebt is @indent - return @suppressNewlines() if noNewlines - return @newlineToken indent - else if size > @indent - if noNewlines - @indebt = size - @indent - return @suppressNewlines() - diff = size - @indent + @outdebt - @token 'INDENT', diff - @indents.push diff - @outdebt = @indebt = 0 - else - @indebt = 0 - @outdentToken @indent - size, noNewlines - @indent = size - true - - # Record an outdent token or multiple tokens, if we happen to be moving back - # inwards past several recorded indents. - outdentToken: (moveOut, noNewlines, close) -> - while moveOut > 0 - len = @indents.length - 1 - if @indents[len] is undefined - moveOut = 0 - else if @indents[len] is @outdebt - moveOut -= @outdebt - @outdebt = 0 - else if @indents[len] < @outdebt - @outdebt -= @indents[len] - moveOut -= @indents[len] - else - dent = @indents.pop() - @outdebt - moveOut -= dent - @outdebt = 0 - @token 'OUTDENT', dent - @outdebt -= moveOut if dent - @token 'TERMINATOR', '\n' unless @tag() is 'TERMINATOR' or noNewlines - true - - # Matches and consumes non-meaningful whitespace. Tag the previous token - # as being "spaced", because there are some cases where it makes a difference. - whitespaceToken: -> - return false unless match = WHITESPACE.exec @chunk - prev = last @tokens - prev.spaced = true if prev - @i += match[0].length - true - - # Generate a newline token. Consecutive newlines get merged together. - newlineToken: (newlines) -> - @token 'TERMINATOR', '\n' unless @tag() is 'TERMINATOR' - true - - # Use a `\` at a line-ending to suppress the newline. - # The slash is removed here once its job is done. - suppressNewlines: -> - @tokens.pop() if @value() is '\\' - true - - # We treat all other single characters as a token. Eg.: `( ) , . !` - # Multi-character operators are also literal tokens, so that Jison can assign - # the proper order of operations. There are some symbols that we tag specially - # here. `;` and newlines are both treated as a `TERMINATOR`, we distinguish - # parentheses that indicate a method call from regular parentheses, and so on. - literalToken: -> - if match = OPERATOR.exec @chunk - [value] = match - @tagParameters() if CODE.test value - else - value = @chunk.charAt 0 - @i += value.length - tag = value - prev = last @tokens - if value is '=' and prev - @assignmentError() if not prev[1].reserved and include JS_FORBIDDEN, prev[1] - if prev[1] in ['||', '&&'] - prev[0] = 'COMPOUND_ASSIGN' - prev[1] += '=' - return true - if ';' is value then tag = 'TERMINATOR' - else if include LOGIC , value then tag = 'LOGIC' - else if include MATH , value then tag = 'MATH' - else if include COMPARE , value then tag = 'COMPARE' - else if include COMPOUND_ASSIGN, value then tag = 'COMPOUND_ASSIGN' - else if include UNARY , value then tag = 'UNARY' - else if include SHIFT , value then tag = 'SHIFT' - else if value is '?' and prev?.spaced then tag = 'LOGIC' - else if prev and not prev.spaced - if value is '(' and include CALLABLE, prev[0] - prev[0] = 'FUNC_EXIST' if prev[0] is '?' - tag = 'CALL_START' - else if value is '[' and include INDEXABLE, prev[0] - tag = 'INDEX_START' - switch prev[0] - when '?' then prev[0] = 'INDEX_SOAK' - when '::' then prev[0] = 'INDEX_PROTO' - @token tag, value - true - - # Token Manipulators - # ------------------ - - # As we consume a new `IDENTIFIER`, look at the previous token to determine - # if it's a special kind of accessor. Return `true` if any type of accessor - # is the previous token. - tagAccessor: -> - return false if not (prev = last @tokens) or prev.spaced - if prev[1] is '::' - @tag 0, 'PROTOTYPE_ACCESS' - else if prev[1] is '.' and @value(1) isnt '.' - if @tag(1) is '?' - @tag 0, 'SOAK_ACCESS' - @tokens.splice(-2, 1) - else - @tag 0, 'PROPERTY_ACCESS' - else - return prev[0] is '@' - true - - # Sanitize a heredoc or herecomment by - # erasing all external indentation on the left-hand side. - sanitizeHeredoc: (doc, options) -> - {indent, herecomment} = options - return doc if herecomment and 0 > doc.indexOf '\n' - unless herecomment - while match = HEREDOC_INDENT.exec doc - attempt = match[1] - indent = attempt if indent is null or 0 < attempt.length < indent.length - doc = doc.replace /// \n #{indent} ///g, '\n' if indent - doc = doc.replace /^\n/, '' unless herecomment - doc - - # A source of ambiguity in our grammar used to be parameter lists in function - # definitions versus argument lists in function calls. Walk backwards, tagging - # parameters specially in order to make things easier for the parser. - tagParameters: -> - return if @tag() isnt ')' - i = @tokens.length - while tok = @tokens[--i] - switch tok[0] - when 'IDENTIFIER' then tok[0] = 'PARAM' - when ')' then tok[0] = 'PARAM_END' - when '(', 'CALL_START' then tok[0] = 'PARAM_START'; return true - true - - # Close up all remaining open blocks at the end of the file. - closeIndentation: -> - @outdentToken @indent - - # The error for when you try to use a forbidden word in JavaScript as - # an identifier. - identifierError: (word) -> - throw SyntaxError "Reserved word \"#{word}\" on line #{@line + 1}" - - # The error for when you try to assign to a reserved word in JavaScript, - # like "function" or "default". - assignmentError: -> - throw SyntaxError "Reserved word \"#{@value()}\" on line #{@line + 1} can't be assigned" - - # Matches a balanced group such as a single or double-quoted string. Pass in - # a series of delimiters, all of which must be nested correctly within the - # contents of the string. This method allows us to have strings within - # interpolations within strings, ad infinitum. - balancedString: (str, delimited, options) -> - options or= {} - levels = [] - i = 0 - slen = str.length - while i < slen - if levels.length and str.charAt(i) is '\\' - i += 1 - else - for pair in delimited - [open, close] = pair - if levels.length and starts(str, close, i) and last(levels) is pair - levels.pop() - i += close.length - 1 - i += 1 unless levels.length - break - if starts str, open, i - levels.push(pair) - i += open.length - 1 - break - break if not levels.length - i += 1 - if levels.length - throw SyntaxError "Unterminated #{levels.pop()[0]} starting on line #{@line + 1}" - if not i then false else str[0...i] - - # Expand variables and expressions inside double-quoted strings using - # Ruby-like notation for substitution of arbitrary expressions. - # - # "Hello #{name.capitalize()}." - # - # If it encounters an interpolation, this method will recursively create a - # new Lexer, tokenize the interpolated contents, and merge them into the - # token stream. - interpolateString: (str, options) -> - {heredoc, regex} = options or= {} - tokens = [] - pi = 0 - i = -1 - while letter = str.charAt i += 1 - if letter is '\\' - i += 1 - continue - unless letter is '#' and str.charAt(i+1) is '{' and - (expr = @balancedString str.slice(i+1), [['{', '}']]) - continue - tokens.push ['TO_BE_STRING', str.slice(pi, i)] if pi < i - inner = expr.slice(1, -1).replace(LEADING_SPACES, '').replace(TRAILING_SPACES, '') - if inner.length - nested = new Lexer().tokenize inner, line: @line, rewrite: off - nested.pop() - if nested.length > 1 - nested.unshift ['(', '('] - nested.push [')', ')'] - tokens.push ['TOKENS', nested] - i += expr.length - pi = i + 1 - tokens.push ['TO_BE_STRING', str.slice pi] if i > pi < str.length - return tokens if regex - return @token 'STRING', '""' unless tokens.length - tokens.unshift ['', ''] unless tokens[0][0] is 'TO_BE_STRING' - @token '(', '(' if interpolated = tokens.length > 1 - for [tag, value], i in tokens - @token '+', '+' if i - if tag is 'TOKENS' - @tokens.push value... - else - @token 'STRING', @makeString value, '"', heredoc - @token ')', ')' if interpolated - tokens - - # Helpers - # ------- - - # Add a token to the results, taking note of the line number. - token: (tag, value) -> - @tokens.push [tag, value, @line] - - # Peek at a tag/value in the current token stream. - tag : (index, tag) -> - (tok = last @tokens, index) and if tag? then tok[0] = tag else tok[0] - value: (index, val) -> - (tok = last @tokens, index) and if val? then tok[1] = val else tok[1] - - # Are we in the midst of an unfinished expression? - unfinished: -> - (prev = last @tokens, 1) and prev[0] isnt '.' and - (value = @value()) and not value.reserved and - NO_NEWLINE.test(value) and not CODE.test(value) and not ASSIGNED.test(@chunk) - - # Converts newlines for string literals. - escapeLines: (str, heredoc) -> - str.replace MULTILINER, if heredoc then '\\n' else '' - - # Constructs a string token by escaping quotes and newlines. - makeString: (body, quote, heredoc) -> - return quote + quote unless body - body = body.replace /\\([\s\S])/g, (match, contents) -> - if contents in ['\n', quote] then contents else match - body = body.replace /// #{quote} ///g, '\\$&' - quote + @escapeLines(body, heredoc) + quote - -# Constants -# --------- - -# Keywords that CoffeeScript shares in common with JavaScript. -JS_KEYWORDS = [ - 'true', 'false', 'null', 'this' - 'new', 'delete', 'typeof', 'in', 'instanceof' - 'return', 'throw', 'break', 'continue', 'debugger' - 'if', 'else', 'switch', 'for', 'while', 'try', 'catch', 'finally' - 'class', 'extends', 'super' -] - -# CoffeeScript-only keywords. -COFFEE_KEYWORDS = ['then', 'unless', 'until', 'loop', 'of', 'by', 'when'] -COFFEE_KEYWORDS.push op for all op of COFFEE_ALIASES = - and : '&&' - or : '||' - is : '==' - isnt : '!=' - not : '!' - yes : 'TRUE' - no : 'FALSE' - on : 'TRUE' - off : 'FALSE' - -# The list of keywords that are reserved by JavaScript, but not used, or are -# used by CoffeeScript internally. We throw an error when these are encountered, -# to avoid having a JavaScript error at runtime. -RESERVED = [ - 'case', 'default', 'do', 'function', 'var', 'void', 'with' - 'const', 'let', 'enum', 'export', 'import', 'native' - '__hasProp', '__extends', '__slice' -] - -# The superset of both JavaScript keywords and reserved words, none of which may -# be used as identifiers or properties. -JS_FORBIDDEN = JS_KEYWORDS.concat RESERVED - -# Token matching regexes. -IDENTIFIER = /// ^ - ( [$A-Za-z_][$\w]* ) - ( [^\n\S]* : (?!:) )? # Is this a property name? -/// -NUMBER = /^0x[\da-f]+|^(?:\d+(\.\d+)?|\.\d+)(?:e[+-]?\d+)?/i -HEREDOC = /^("""|''')([\s\S]*?)(?:\n[ \t]*)?\1/ -OPERATOR = /// ^ (?: -[-=>]? | \+[+=]? | \.\.\.? | [*&|/%=<>^:!?]+ ) /// -WHITESPACE = /^[ \t]+/ -COMMENT = /^###([^#][\s\S]*?)(?:###[ \t]*\n|(?:###)?$)|^(?:\s*#(?!##[^#]).*)+/ -CODE = /^[-=]>/ -MULTI_DENT = /^(?:\n[ \t]*)+/ -SIMPLESTR = /^'[^\\']*(?:\\.[^\\']*)*'/ -JSTOKEN = /^`[^\\`]*(?:\\.[^\\`]*)*`/ - -# Regex-matching-regexes. -REGEX = /// ^ - / (?! \s ) # disallow leading whitespace - [^ [ / \n \\ ]* # every other thing - (?: - (?: \\[\s\S] # anything escaped - | \[ # character class - [^ \] \n \\ ]* - (?: \\[\s\S] [^ \] \n \\ ]* )* - ] - ) [^ [ / \n \\ ]* - )* - / [imgy]{0,4} (?![A-Za-z]) -/// -HEREGEX = /^\/{3}([\s\S]+?)\/{3}([imgy]{0,4})(?![A-Za-z])/ -HEREGEX_OMIT = /\s+(?:#.*)?/g - -# Token cleaning regexes. -MULTILINER = /\n/g -HEREDOC_INDENT = /\n+([ \t]*)/g -ASSIGNED = /^\s*@?[$A-Za-z_][$\w]*[ \t]*?[:=][^:=>]/ -NEXT_CHARACTER = /^\s*(\S?)/ -NEXT_ELLIPSIS = /^\s*\.\.\.?/ -LEADING_SPACES = /^\s+/ -TRAILING_SPACES = /\s+$/ -NO_NEWLINE = /// ^ - (?: # non-capturing... - [-+*&|/%=<>!.\\][<>=&|]* | # symbol operators - and | or | is(?:nt)? | n(?:ot|ew) | # word operators - delete | typeof | instanceof - )$ -/// - - -# Compound assignment tokens. -COMPOUND_ASSIGN = ['-=', '+=', '/=', '*=', '%=', '||=', '&&=', '?=', '<<=', '>>=', '>>>=', '&=', '^=', '|='] - -# Unary tokens. -UNARY = ['UMINUS', 'UPLUS', '!', '!!', '~', 'NEW', 'TYPEOF', 'DELETE'] - -# Logical tokens. -LOGIC = ['&', '|', '^', '&&', '||'] - -# Bit-shifting tokens. -SHIFT = ['<<', '>>', '>>>'] - -# Comparison tokens. -COMPARE = ['<=', '<', '>', '>='] - -# Mathmatical tokens. -MATH = ['*', '/', '%'] - -# Relational tokens that are negatable with `not` prefix. -RELATION = ['IN', 'OF', 'INSTANCEOF'] - -# Boolean tokens. -BOOL = ['TRUE', 'FALSE', 'NULL'] - -# Tokens which a regular expression will never immediately follow, but which -# a division operator might. -# -# See: http://www.mozilla.org/js/language/js20-2002-04/rationale/syntax.html#regular-expressions -# -# Our list is shorter, due to sans-parentheses method calls. -NOT_REGEX = ['NUMBER', 'REGEX', 'BOOL', '++', '--', ']'] - -# Tokens which could legitimately be invoked or indexed. A opening -# parentheses or bracket following these tokens will be recorded as the start -# of a function invocation or indexing operation. -CALLABLE = ['IDENTIFIER', 'STRING', 'REGEX', ')', ']', '}', '?', '::', '@', 'THIS', 'SUPER'] -INDEXABLE = CALLABLE.concat 'NUMBER', 'BOOL' - -# Tokens that, when immediately preceding a `WHEN`, indicate that the `WHEN` -# occurs at the start of a line. We disambiguate these from trailing whens to -# avoid an ambiguity in the grammar. -LINE_BREAK = ['INDENT', 'OUTDENT', 'TERMINATOR'] diff --git a/node/node_modules/jade/support/coffee-script/src/nodes.coffee b/node/node_modules/jade/support/coffee-script/src/nodes.coffee deleted file mode 100644 index 99e372a..0000000 --- a/node/node_modules/jade/support/coffee-script/src/nodes.coffee +++ /dev/null @@ -1,1710 +0,0 @@ -# `nodes.coffee` contains all of the node classes for the syntax tree. Most -# nodes are created as the result of actions in the [grammar](grammar.html), -# but some are created by other nodes as a method of code generation. To convert -# the syntax tree into a string of JavaScript code, call `compile()` on the root. - -{Scope} = require './scope' - -# Import the helpers we plan to use. -{compact, flatten, merge, del, include, starts, ends, last} = require './helpers' - -# Constant functions for nodes that don't need customization. -YES = -> yes -NO = -> no -THIS = -> this - -#### Base - -# The **Base** is the abstract base class for all nodes in the syntax tree. -# Each subclass implements the `compileNode` method, which performs the -# code generation for that node. To compile a node to JavaScript, -# call `compile` on it, which wraps `compileNode` in some generic extra smarts, -# to know when the generated code needs to be wrapped up in a closure. -# An options hash is passed and cloned throughout, containing information about -# the environment from higher in the tree (such as if a returned value is -# being requested by the surrounding function), information about the current -# scope, and indentation level. -exports.Base = class Base - - constructor: -> - @tags = {} - - # Common logic for determining whether to wrap this node in a closure before - # compiling it, or to compile directly. We need to wrap if this node is a - # *statement*, and it's not a *pureStatement*, and we're not at - # the top level of a block (which would be unnecessary), and we haven't - # already been asked to return the result (because statements know how to - # return results). - # - # If a Node is *topSensitive*, that means that it needs to compile differently - # depending on whether it's being used as part of a larger expression, or is a - # top-level statement within the function body. - compile: (o) -> - @options = if o then merge o else {} - @tab = o.indent - top = if @topSensitive() then @options.top else del @options, 'top' - closure = @isStatement(o) and not @isPureStatement() and not top and - not @options.asStatement and this not instanceof Comment - code = if closure then @compileClosure(@options) else @compileNode(@options) - code - - # Statements converted into expressions via closure-wrapping share a scope - # object with their parent closure, to preserve the expected lexical scope. - compileClosure: (o) -> - o.sharedScope = o.scope - throw new Error 'cannot include a pure statement in an expression.' if @containsPureStatement() - Closure.wrap(this).compile o - - # If the code generation wishes to use the result of a complex expression - # in multiple places, ensure that the expression is only ever evaluated once, - # by assigning it to a temporary variable. - compileReference: (o, options) -> - pair = unless @isComplex() - [this, this] - else - reference = new Literal o.scope.freeVariable 'ref' - compiled = new Assign reference, this - [compiled, reference] - (pair[i] = node.compile o) for node, i in pair if options?.precompile - pair - - # Convenience method to grab the current indentation level, plus tabbing in. - idt: (tabs) -> - idt = @tab or '' - num = (tabs or 0) + 1 - idt += TAB while num -= 1 - idt - - # Construct a node that returns the current node's result. - # Note that this is overridden for smarter behavior for - # many statement nodes (eg If, For)... - makeReturn: -> - new Return this - - # Does this node, or any of its children, contain a node of a certain kind? - # Recursively traverses down the *children* of the nodes, yielding to a block - # and returning true when the block finds a match. `contains` does not cross - # scope boundaries. - contains: (block) -> - contains = false - @traverseChildren false, (node) -> - if block(node) - contains = true - return false - contains - - # Is this node of a certain type, or does it contain the type? - containsType: (type) -> - this instanceof type or @contains (node) -> node instanceof type - - # Convenience for the most common use of contains. Does the node contain - # a pure statement? - containsPureStatement: -> - @isPureStatement() or @contains (node) -> node.isPureStatement() - - # Perform an in-order traversal of the AST. Crosses scope boundaries. - traverse: (block) -> @traverseChildren true, block - - # `toString` representation of the node, for inspecting the parse tree. - # This is what `coffee --nodes` prints out. - toString: (idt, override) -> - idt or= '' - children = (child.toString idt + TAB for child in @collectChildren()).join('') - klass = override or @constructor.name + if @soakNode then '?' else '' - '\n' + idt + klass + children - - eachChild: (func) -> - return unless @children - for attr in @children when this[attr] - for child in flatten [this[attr]] - return if func(child) is false - - collectChildren: -> - nodes = [] - @eachChild (node) -> nodes.push node - nodes - - traverseChildren: (crossScope, func) -> - @eachChild (child) -> - return false if func(child) is false - if crossScope or child not instanceof Code - child.traverseChildren crossScope, func - - invert: -> new Op '!', this - - # Default implementations of the common node properties and methods. Nodes - # will override these with custom logic, if needed. - children: [] - - unwrap : THIS - isStatement : NO - isPureStatement : NO - isComplex : YES - topSensitive : NO - unfoldSoak : NO - - # Is this node used to assign a certain variable? - assigns: NO - -#### Expressions - -# The expressions body is the list of expressions that forms the body of an -# indented block of code -- the implementation of a function, a clause in an -# `if`, `switch`, or `try`, and so on... -exports.Expressions = class Expressions extends Base - - children: ['expressions'] - isStatement: YES - - constructor: (nodes) -> - super() - @expressions = compact flatten nodes or [] - - # Tack an expression on to the end of this expression list. - push: (node) -> - @expressions.push(node) - this - - # Add an expression at the beginning of this expression list. - unshift: (node) -> - @expressions.unshift(node) - this - - # If this Expressions consists of just a single node, unwrap it by pulling - # it back out. - unwrap: -> - if @expressions.length is 1 then @expressions[0] else this - - # Is this an empty block of code? - empty: -> - @expressions.length is 0 - - # An Expressions node does not return its entire body, rather it - # ensures that the final expression is returned. - makeReturn: -> - end = @expressions[idx = @expressions.length - 1] - end = @expressions[idx -= 1] if end instanceof Comment - if end and end not instanceof Return - @expressions[idx] = end.makeReturn() - this - - # An **Expressions** is the only node that can serve as the root. - compile: (o) -> - o or= {} - if o.scope then super(o) else @compileRoot(o) - - compileNode: (o) -> - (@compileExpression node, merge o for node in @expressions).join '\n' - - # If we happen to be the top-level **Expressions**, wrap everything in - # a safety closure, unless requested not to. - # It would be better not to generate them in the first place, but for now, - # clean up obvious double-parentheses. - compileRoot: (o) -> - o.indent = @tab = if o.bare then '' else TAB - o.scope = new Scope null, this, null - code = @compileWithDeclarations o - code = code.replace TRAILING_WHITESPACE, '' - if o.bare then code else "(function() {\n#{code}\n}).call(this);\n" - - # Compile the expressions body for the contents of a function, with - # declarations of all inner variables pushed up to the top. - compileWithDeclarations: (o) -> - code = @compileNode(o) - if o.scope.hasAssignments this - code = "#{@tab}var #{ o.scope.compiledAssignments().replace /\n/g, '$&' + @tab };\n#{code}" - if not o.globals and o.scope.hasDeclarations this - code = "#{@tab}var #{o.scope.compiledDeclarations()};\n#{code}" - code - - # Compiles a single expression within the expressions body. If we need to - # return the result, and it's an expression, simply return it. If it's a - # statement, ask the statement to do so. - compileExpression: (node, o) -> - @tab = o.indent - node.tags.front = true - compiledNode = node.compile merge o, top: true - if node.isStatement(o) then compiledNode else "#{@idt()}#{compiledNode};" - -# Wrap up the given nodes as an **Expressions**, unless it already happens -# to be one. -Expressions.wrap = (nodes) -> - return nodes[0] if nodes.length is 1 and nodes[0] instanceof Expressions - new Expressions(nodes) - -#### Literal - -# Literals are static values that can be passed through directly into -# JavaScript without translation, such as: strings, numbers, -# `true`, `false`, `null`... -exports.Literal = class Literal extends Base - - constructor: (@value) -> - super() - - makeReturn: -> - if @isStatement() then this else super() - - # Break and continue must be treated as pure statements -- they lose their - # meaning when wrapped in a closure. - isStatement: -> - @value in ['break', 'continue', 'debugger'] - isPureStatement: Literal::isStatement - - isComplex: NO - - isReserved: -> - !!@value.reserved - - assigns: (name) -> name is @value - - compileNode: (o) -> - idt = if @isStatement(o) then @idt() else '' - end = if @isStatement(o) then ';' else '' - val = if @isReserved() then "\"#{@value}\"" else @value - idt + val + end - - toString: -> ' "' + @value + '"' - -#### Return - -# A `return` is a *pureStatement* -- wrapping it in a closure wouldn't -# make sense. -exports.Return = class Return extends Base - - isStatement: YES - isPureStatement: YES - children: ['expression'] - - constructor: (@expression) -> - super() - - makeReturn: THIS - - compile: (o) -> - expr = @expression?.makeReturn() - return expr.compile o if expr and (expr not instanceof Return) - super o - - compileNode: (o) -> - expr = '' - if @expression - o.asStatement = true if @expression.isStatement(o) - expr = ' ' + @expression.compile(o) - "#{@tab}return#{expr};" - -#### Value - -# A value, variable or literal or parenthesized, indexed or dotted into, -# or vanilla. -exports.Value = class Value extends Base - - children: ['base', 'properties'] - - # A **Value** has a base and a list of property accesses. - constructor: (@base, @properties, tag) -> - super() - @properties or= [] - @tags[tag] = yes if tag - - # Add a property access to the list. - push: (prop) -> - @properties.push(prop) - this - - hasProperties: -> - !!@properties.length - - # Some boolean checks for the benefit of other nodes. - - isArray: -> - @base instanceof ArrayLiteral and not @properties.length - - isObject: -> - @base instanceof ObjectLiteral and not @properties.length - - isSplice: -> - last(@properties) instanceof Slice - - isComplex: -> - @base.isComplex() or @hasProperties() - - assigns: (name) -> - not @properties.length and @base.assigns name - - makeReturn: -> - if @properties.length then super() else @base.makeReturn() - - - # The value can be unwrapped as its inner node, if there are no attached - # properties. - unwrap: -> - if @properties.length then this else @base - - # Values are considered to be statements if their base is a statement. - isStatement: (o) -> - @base.isStatement(o) and not @properties.length - - isSimpleNumber: -> - @base instanceof Literal and SIMPLENUM.test @base.value - - # A reference has base part (`this` value) and name part. - # We cache them separately for compiling complex expressions. - # `a()[b()] ?= c` -> `(_base = a())[_name = b()] ? _base[_name] = c` - cacheReference: (o) -> - name = last @properties - if not @base.isComplex() and @properties.length < 2 and - not name?.isComplex() - return [this, this] # `a` `a.b` - base = new Value @base, @properties.slice 0, -1 - if base.isComplex() # `a().b` - bref = new Literal o.scope.freeVariable 'base' - base = new Value new Parens new Assign bref, base - return [base, bref] unless name # `a()` - if name.isComplex() # `a[b()]` - nref = new Literal o.scope.freeVariable 'name' - name = new Index new Assign nref, name.index - nref = new Index nref - [base.push(name), new Value(bref or base.base, [nref or name])] - - # Override compile to unwrap the value when possible. - compile: (o) -> - @base.tags.front = @tags.front - if not o.top or @properties.length then super(o) else @base.compile(o) - - # We compile a value to JavaScript by compiling and joining each property. - # Things get much more insteresting if the chain of properties has *soak* - # operators `?.` interspersed. Then we have to take care not to accidentally - # evaluate a anything twice when building the soak chain. - compileNode: (o) -> - return ifn.compile o if ifn = @unfoldSoak o - props = @properties - @base.parenthetical = yes if @parenthetical and not props.length - code = @base.compile o - code = "(#{code})" if props[0] instanceof Accessor and @isSimpleNumber() - (code += prop.compile o) for prop in props - return code - - # Unfold a soak into an `If`: `a?.b` -> `a.b if a?` - unfoldSoak: (o) -> - if ifn = @base.unfoldSoak o - Array::push.apply ifn.body.properties, @properties - return ifn - for prop, i in @properties when prop.soakNode - prop.soakNode = off - fst = new Value @base, @properties.slice 0, i - snd = new Value @base, @properties.slice i - if fst.isComplex() - ref = new Literal o.scope.freeVariable 'ref' - fst = new Parens new Assign ref, fst - snd.base = ref - ifn = new If new Existence(fst), snd, soak: yes - return ifn - null - -#### Comment - -# CoffeeScript passes through block comments as JavaScript block comments -# at the same position. -exports.Comment = class Comment extends Base - - isStatement: YES - - constructor: (@comment) -> - super() - - makeReturn: THIS - - compileNode: (o) -> - @tab + '/*' + @comment.replace(/\n/g, '\n' + @tab) + '*/' - -#### Call - -# Node for a function invocation. Takes care of converting `super()` calls into -# calls against the prototype's function of the same name. -exports.Call = class Call extends Base - - children: ['variable', 'args'] - - constructor: (variable, @args, @soakNode) -> - super() - @isNew = false - @isSuper = variable is 'super' - @variable = if @isSuper then null else variable - @args or= [] - - compileSplatArguments: (o) -> - Splat.compileSplattedArray @args, o - - # Tag this invocation as creating a new instance. - newInstance: -> - @isNew = true - this - - prefix: -> - if @isNew then 'new ' else '' - - # Grab the reference to the superclass' implementation of the current method. - superReference: (o) -> - {method} = o.scope - throw Error "cannot call super outside of a function." unless method - {name} = method - throw Error "cannot call super on an anonymous function." unless name - if method.klass - "#{method.klass}.__super__.#{name}" - else - "#{name}.__super__.constructor" - - # Soaked chained invocations unfold into if/else ternary structures. - unfoldSoak: (o) -> - if @soakNode - if val = @variable - val = new Value val unless val instanceof Value - [left, rite] = val.cacheReference o - else - left = new Literal @superReference o - rite = new Value left - rite = new Call rite, @args - rite.isNew = @isNew - left = new Literal "typeof #{ left.compile o } === \"function\"" - ifn = new If left, new Value(rite), soak: yes - return ifn - call = this - list = [] - loop - if call.variable instanceof Call - list.push call - call = call.variable - continue - break unless call.variable instanceof Value - list.push call - break unless (call = call.variable.base) instanceof Call - for call in list.reverse() - if ifn - if call.variable instanceof Call - call.variable = ifn - else - call.variable.base = ifn - ifn = If.unfoldSoak o, call, 'variable' - ifn - - # Compile a vanilla function call. - compileNode: (o) -> - return ifn.compile o if ifn = @unfoldSoak o - @variable?.tags.front = @tags.front - for arg in @args when arg instanceof Splat - return @compileSplat o - args = ((arg.parenthetical = on) and arg.compile o for arg in @args).join ', ' - if @isSuper - @compileSuper args, o - else - "#{@prefix()}#{@variable.compile o}(#{args})" - - # `super()` is converted into a call against the superclass's implementation - # of the current function. - compileSuper: (args, o) -> - "#{@superReference(o)}.call(this#{ if args.length then ', ' else '' }#{args})" - - # If you call a function with a splat, it's converted into a JavaScript - # `.apply()` call to allow an array of arguments to be passed. - # If it's a constructor, then things get real tricky. We have to inject an - # inner constructor in order to be able to pass the varargs. - compileSplat: (o) -> - splatargs = @compileSplatArguments o - return "#{ @superReference o }.apply(this, #{splatargs})" if @isSuper - unless @isNew - base = new Value base unless (base = @variable) instanceof Value - if (name = base.properties.pop()) and base.isComplex() - ref = o.scope.freeVariable 'this' - fun = "(#{ref} = #{ base.compile o })#{ name.compile o }" - else - fun = ref = base.compile o - fun += name.compile o if name - return "#{fun}.apply(#{ref}, #{splatargs})" - idt = @idt 1 - """ - (function(func, args, ctor) { - #{idt}ctor.prototype = func.prototype; - #{idt}var child = new ctor, result = func.apply(child, args); - #{idt}return typeof result === "object" ? result : child; - #{@tab}})(#{ @variable.compile o }, #{splatargs}, function() {}) - """ - -#### Extends - -# Node to extend an object's prototype with an ancestor object. -# After `goog.inherits` from the -# [Closure Library](http://closure-library.googlecode.com/svn/docs/closureGoogBase.js.html). -exports.Extends = class Extends extends Base - - children: ['child', 'parent'] - - constructor: (@child, @parent) -> - super() - - # Hooks one constructor into another's prototype chain. - compileNode: (o) -> - ref = new Value new Literal utility 'extends' - (new Call ref, [@child, @parent]).compile o - -#### Accessor - -# A `.` accessor into a property of a value, or the `::` shorthand for -# an accessor into the object's prototype. -exports.Accessor = class Accessor extends Base - - children: ['name'] - - constructor: (@name, tag) -> - super() - @prototype = if tag is 'prototype' then '.prototype' else '' - @soakNode = tag is 'soak' - - compileNode: (o) -> - name = @name.compile o - namePart = if name.match(IS_STRING) then "[#{name}]" else ".#{name}" - @prototype + namePart - - isComplex: NO - -#### Index - -# A `[ ... ]` indexed accessor into an array or object. -exports.Index = class Index extends Base - - children: ['index'] - - constructor: (@index) -> - super() - - compileNode: (o) -> - idx = @index.compile o - prefix = if @proto then '.prototype' else '' - "#{prefix}[#{idx}]" - - isComplex: -> @index.isComplex() - -#### Range - -# A range literal. Ranges can be used to extract portions (slices) of arrays, -# to specify a range for comprehensions, or as a value, to be expanded into the -# corresponding array of integers at runtime. -exports.Range = class Range extends Base - - children: ['from', 'to'] - - constructor: (@from, @to, tag) -> - super() - @exclusive = tag is 'exclusive' - @equals = if @exclusive then '' else '=' - - # Compiles the range's source variables -- where it starts and where it ends. - # But only if they need to be cached to avoid double evaluation. - compileVariables: (o) -> - o = merge(o, top: true) - [@from, @fromVar] = @from.compileReference o, precompile: yes - [@to, @toVar] = @to.compileReference o, precompile: yes - [@fromNum, @toNum] = [@fromVar.match(SIMPLENUM), @toVar.match(SIMPLENUM)] - parts = [] - parts.push @from if @from isnt @fromVar - parts.push @to if @to isnt @toVar - - # When compiled normally, the range returns the contents of the *for loop* - # needed to iterate over the values in the range. Used by comprehensions. - compileNode: (o) -> - @compileVariables o - return @compileArray(o) unless o.index - return @compileSimple(o) if @fromNum and @toNum - idx = del o, 'index' - step = del o, 'step' - vars = "#{idx} = #{@from}" + if @to isnt @toVar then ", #{@to}" else '' - intro = "(#{@fromVar} <= #{@toVar} ? #{idx}" - compare = "#{intro} <#{@equals} #{@toVar} : #{idx} >#{@equals} #{@toVar})" - stepPart = if step then step.compile(o) else '1' - incr = if step then "#{idx} += #{stepPart}" else "#{intro} += #{stepPart} : #{idx} -= #{stepPart})" - "#{vars}; #{compare}; #{incr}" - - # Compile a simple range comprehension, with integers. - compileSimple: (o) -> - [from, to] = [+@fromNum, +@toNum] - idx = del o, 'index' - step = del o, 'step' - step and= "#{idx} += #{step.compile(o)}" - if from <= to - "#{idx} = #{from}; #{idx} <#{@equals} #{to}; #{step or "#{idx}++"}" - else - "#{idx} = #{from}; #{idx} >#{@equals} #{to}; #{step or "#{idx}--"}" - - # When used as a value, expand the range into the equivalent array. - compileArray: (o) -> - if @fromNum and @toNum and Math.abs(@fromNum - @toNum) <= 20 - range = [+@fromNum..+@toNum] - range.pop() if @exclusive - return "[#{ range.join(', ') }]" - idt = @idt 1 - i = o.scope.freeVariable 'i' - result = o.scope.freeVariable 'result' - pre = "\n#{idt}#{result} = [];" - if @fromNum and @toNum - o.index = i - body = @compileSimple o - else - vars = "#{i} = #{@from}" + if @to isnt @toVar then ", #{@to}" else '' - clause = "#{@fromVar} <= #{@toVar} ?" - body = "var #{vars}; #{clause} #{i} <#{@equals} #{@toVar} : #{i} >#{@equals} #{@toVar}; #{clause} #{i} += 1 : #{i} -= 1" - post = "{ #{result}.push(#{i}); }\n#{idt}return #{result};\n#{o.indent}" - "(function() {#{pre}\n#{idt}for (#{body})#{post}}).call(this)" - -#### Slice - -# An array slice literal. Unlike JavaScript's `Array#slice`, the second parameter -# specifies the index of the end of the slice, just as the first parameter -# is the index of the beginning. -exports.Slice = class Slice extends Base - - children: ['range'] - - constructor: (@range) -> - super() - - compileNode: (o) -> - from = if @range.from then @range.from.compile(o) else '0' - to = if @range.to then @range.to.compile(o) else '' - to += if not to or @range.exclusive then '' else ' + 1' - to = ', ' + to if to - ".slice(#{from}#{to})" - -#### ObjectLiteral - -# An object literal, nothing fancy. -exports.ObjectLiteral = class ObjectLiteral extends Base - - children: ['properties'] - - constructor: (props) -> - super() - @objects = @properties = props or [] - - compileNode: (o) -> - top = del o, 'top' - o.indent = @idt 1 - nonComments = prop for prop in @properties when prop not instanceof Comment - lastNoncom = last nonComments - props = for prop, i in @properties - join = if i is @properties.length - 1 - '' - else if prop is lastNoncom or prop instanceof Comment - '\n' - else - ',\n' - indent = if prop instanceof Comment then '' else @idt 1 - if prop instanceof Value and prop.tags.this - prop = new Assign prop.properties[0].name, prop, 'object' - else if prop not instanceof Assign and prop not instanceof Comment - prop = new Assign prop, prop, 'object' - indent + prop.compile(o) + join - props = props.join('') - obj = "{#{ if props then '\n' + props + '\n' + @idt() else '' }}" - if @tags.front then "(#{obj})" else obj - - assigns: (name) -> - for prop in @properties when prop.assigns name then return yes - no - -#### ArrayLiteral - -# An array literal. -exports.ArrayLiteral = class ArrayLiteral extends Base - - children: ['objects'] - - constructor: (@objects) -> - super() - @objects or= [] - - compileSplatLiteral: (o) -> - Splat.compileSplattedArray @objects, o - - compileNode: (o) -> - o.indent = @idt 1 - for obj in @objects when obj instanceof Splat - return @compileSplatLiteral o - objects = [] - for obj, i in @objects - code = obj.compile o - objects.push (if obj instanceof Comment - "\n#{code}\n#{o.indent}" - else if i is @objects.length - 1 - code - else - code + ', ' - ) - objects = objects.join '' - if 0 < objects.indexOf '\n' - "[\n#{o.indent}#{objects}\n#{@tab}]" - else - "[#{objects}]" - - assigns: (name) -> - for obj in @objects when obj.assigns name then return yes - no - -#### Class - -# The CoffeeScript class definition. -exports.Class = class Class extends Base - - children: ['variable', 'parent', 'properties'] - isStatement: YES - - # Initialize a **Class** with its name, an optional superclass, and a - # list of prototype property assignments. - constructor: (variable, @parent, @properties) -> - super() - @variable = if variable is '__temp__' then new Literal variable else variable - @properties or= [] - @returns = false - - makeReturn: -> - @returns = true - this - - # Instead of generating the JavaScript string directly, we build up the - # equivalent syntax tree and compile that, in pieces. You can see the - # constructor, property assignments, and inheritance getting built out below. - compileNode: (o) -> - {variable} = this - variable = new Literal o.scope.freeVariable 'ctor' if variable.value is '__temp__' - extension = @parent and new Extends variable, @parent - props = new Expressions - o.top = true - me = null - className = variable.compile o - constScope = null - - if @parent - applied = new Value @parent, [new Accessor new Literal 'apply'] - constructor = new Code([], new Expressions([ - new Call applied, [new Literal('this'), new Literal('arguments')] - ])) - else - constructor = new Code [], new Expressions [new Return new Literal 'this'] - - for prop in @properties - [pvar, func] = [prop.variable, prop.value] - if pvar and pvar.base.value is 'constructor' - if func not instanceof Code - [func, ref] = func.compileReference o - props.push func if func isnt ref - apply = new Call(new Value(ref, [new Accessor new Literal 'apply']), [new Literal('this'), new Literal('arguments')]) - func = new Code [], new Expressions([apply]) - throw new Error "cannot define a constructor as a bound function." if func.bound - func.name = className - func.body.push new Return new Literal 'this' - variable = new Value variable - variable.namespaced = 0 < className.indexOf '.' - constructor = func - constructor.comment = props.expressions.pop() if props.expressions[props.expressions.length - 1] instanceof Comment - continue - if func instanceof Code and func.bound - if prop.context is 'this' - func.context = className - else - func.bound = false - constScope or= new Scope(o.scope, constructor.body, constructor) - me or= constScope.freeVariable 'this' - pname = pvar.compile(o) - constructor.body.push new Return new Literal 'this' if constructor.body.empty() - constructor.body.unshift new Literal "this.#{pname} = function(){ return #{className}.prototype.#{pname}.apply(#{me}, arguments); }" - if pvar - access = if prop.context is 'this' then pvar.base.properties[0] else new Accessor(pvar, 'prototype') - val = new Value variable, [access] - prop = new Assign(val, func) - props.push prop - - constructor.className = className.match /[\w\d\$_]+$/ - constructor.body.unshift new Literal "#{me} = this" if me - construct = @idt() + new Assign(variable, constructor).compile(merge o, sharedScope: constScope) + ';' - props = if !props.empty() then '\n' + props.compile(o) else '' - extension = if extension then '\n' + @idt() + extension.compile(o) + ';' else '' - returns = if @returns then '\n' + new Return(variable).compile(o) else '' - construct + extension + props + returns - -#### Assign - -# The **Assign** is used to assign a local variable to value, or to set the -# property of an object -- including within object literals. -exports.Assign = class Assign extends Base - - # Matchers for detecting class/method names - METHOD_DEF: /^(?:(\S+)\.prototype\.)?([$A-Za-z_][$\w]*)$/ - - children: ['variable', 'value'] - - constructor: (@variable, @value, @context) -> - super() - - topSensitive: YES - - isValue: -> - @variable instanceof Value - - # Compile an assignment, delegating to `compilePatternMatch` or - # `compileSplice` if appropriate. Keep track of the name of the base object - # we've been assigned to, for correct internal references. If the variable - # has not been seen yet within the current scope, declare it. - compileNode: (o) -> - if isValue = @isValue() - return @compilePatternMatch(o) if @variable.isArray() or @variable.isObject() - return @compileSplice(o) if @variable.isSplice() - if ifn = If.unfoldSoak o, this, 'variable' - delete o.top - return ifn.compile o - top = del o, 'top' - stmt = del o, 'asStatement' - name = @variable.compile(o) - if @value instanceof Code and match = @METHOD_DEF.exec name - @value.name = match[2] - @value.klass = match[1] - val = @value.compile o - return "#{name}: #{val}" if @context is 'object' - o.scope.find name unless isValue and (@variable.hasProperties() or @variable.namespaced) - val = "#{name} = #{val}" - return "#{@tab}#{val};" if stmt - if top or @parenthetical then val else "(#{val})" - - # Brief implementation of recursive pattern matching, when assigning array or - # object literals to a value. Peeks at their properties to assign inner names. - # See the [ECMAScript Harmony Wiki](http://wiki.ecmascript.org/doku.php?id=harmony:destructuring) - # for details. - compilePatternMatch: (o) -> - if (value = @value).isStatement o then value = Closure.wrap value - {objects} = @variable.base - return value.compile o unless olength = objects.length - isObject = @variable.isObject() - if o.top and olength is 1 and (obj = objects[0]) not instanceof Splat - # Unroll simplest cases: `{v} = x` -> `v = x.v` - if obj instanceof Assign - {variable: {base: idx}, value: obj} = obj - else - idx = if isObject - if obj.tags.this then obj.properties[0].name else obj - else new Literal 0 - value = new Value value unless value instanceof Value - accessClass = if IDENTIFIER.test idx.value then Accessor else Index - value.properties.push new accessClass idx - return new Assign(obj, value).compile o - top = del o, 'top' - otop = merge o, top: yes - valVar = value.compile o - assigns = [] - splat = false - if not IDENTIFIER.test(valVar) or @variable.assigns(valVar) - assigns.push "#{ ref = o.scope.freeVariable 'ref' } = #{valVar}" - valVar = ref - for obj, i in objects - # A regular array pattern-match. - idx = i - if isObject - if obj instanceof Assign - # A regular object pattern-match. - {variable: {base: idx}, value: obj} = obj - else - # A shorthand `{a, b, @c} = val` pattern-match. - idx = if obj.tags.this then obj.properties[0].name else obj - unless obj instanceof Value or obj instanceof Splat - throw new Error 'pattern matching must use only identifiers on the left-hand side.' - accessClass = if isObject and IDENTIFIER.test(idx.value) then Accessor else Index - if not splat and obj instanceof Splat - val = new Literal obj.compileValue o, valVar, i, olength - i - 1 - splat = true - else - idx = new Literal(if splat then "#{valVar}.length - #{olength - idx}" else idx) if typeof idx isnt 'object' - val = new Value new Literal(valVar), [new accessClass idx] - assigns.push new Assign(obj, val).compile otop - assigns.push valVar unless top - code = assigns.join ', ' - if top or @parenthetical then code else "(#{code})" - - # Compile the assignment from an array splice literal, using JavaScript's - # `Array#splice` method. - compileSplice: (o) -> - {range} = @variable.properties.pop() - name = @variable.compile o - plus = if range.exclusive then '' else ' + 1' - from = if range.from then range.from.compile(o) else '0' - to = if range.to then range.to.compile(o) + ' - ' + from + plus else "#{name}.length" - ref = o.scope.freeVariable 'ref' - val = @value.compile(o) - "([].splice.apply(#{name}, [#{from}, #{to}].concat(#{ref} = #{val})), #{ref})" - - assigns: (name) -> - @[if @context is 'object' then 'value' else 'variable'].assigns name - -#### Code - -# A function definition. This is the only node that creates a new Scope. -# When for the purposes of walking the contents of a function body, the Code -# has no *children* -- they're within the inner scope. -exports.Code = class Code extends Base - - children: ['params', 'body'] - - constructor: (@params, @body, tag) -> - super() - @params or= [] - @body or= new Expressions - @bound = tag is 'boundfunc' - @context = 'this' if @bound - - # Compilation creates a new scope unless explicitly asked to share with the - # outer scope. Handles splat parameters in the parameter list by peeking at - # the JavaScript `arguments` objects. If the function is bound with the `=>` - # arrow, generates a wrapper that saves the current value of `this` through - # a closure. - compileNode: (o) -> - sharedScope = del o, 'sharedScope' - top = del o, 'top' - o.scope = sharedScope or new Scope(o.scope, @body, this) - o.top = true - o.indent = @idt(1) - empty = @body.expressions.length is 0 - delete o.bare - delete o.globals - splat = undefined - params = [] - for param, i in @params - if splat - if param.attach - param.assign = new Assign new Value new Literal('this'), [new Accessor param.value] - @body.expressions.splice splat.index + 1, 0, param.assign - splat.trailings.push param - else - if param.attach - {value} = param - [param, param.splat] = [new Literal(o.scope.freeVariable 'arg'), param.splat] - @body.unshift new Assign new Value(new Literal('this'), [new Accessor value]), param - if param.splat - splat = new Splat param.value - splat.index = i - splat.trailings = [] - splat.arglength = @params.length - @body.unshift(splat) - else - params.push param - o.scope.startLevel() - params = (param.compile(o) for param in params) - @body.makeReturn() unless empty or @noReturn - (o.scope.parameter(param)) for param in params - comm = if @comment then @comment.compile(o) + '\n' else '' - o.indent = @idt 2 if @className - code = if @body.expressions.length then "\n#{ @body.compileWithDeclarations(o) }\n" else '' - open = if @className then "(function() {\n#{comm}#{@idt(1)}function #{@className}(" else "function(" - close = if @className then "#{code and @idt(1)}};\n#{@idt(1)}return #{@className};\n#{@tab}})()" else "#{code and @tab}}" - func = "#{open}#{ params.join(', ') }) {#{code}#{close}" - o.scope.endLevel() - return "#{utility 'bind'}(#{func}, #{@context})" if @bound - if @tags.front then "(#{func})" else func - - # Short-circuit traverseChildren method to prevent it from crossing scope boundaries - # unless crossScope is true - traverseChildren: (crossScope, func) -> super(crossScope, func) if crossScope - -#### Param - -# A parameter in a function definition. Beyond a typical Javascript parameter, -# these parameters can also attach themselves to the context of the function, -# as well as be a splat, gathering up a group of parameters into an array. -exports.Param = class Param extends Base - - children: ['name'] - - constructor: (@name, @attach, @splat) -> - super() - @value = new Literal @name - - compileNode: (o) -> - @value.compile o - - toString: -> - {name} = @ - name = '@' + name if @attach - name += '...' if @splat - new Literal(name).toString() - -#### Splat - -# A splat, either as a parameter to a function, an argument to a call, -# or as part of a destructuring assignment. -exports.Splat = class Splat extends Base - - children: ['name'] - - constructor: (name) -> - super() - @name = if name.compile then name else new Literal name - - assigns: (name) -> @name.assigns name - - compileNode: (o) -> - if @index? then @compileParam(o) else @name.compile(o) - - # Compiling a parameter splat means recovering the parameters that succeed - # the splat in the parameter list, by slicing the arguments object. - compileParam: (o) -> - name = @name.compile(o) - o.scope.find name - end = '' - if @trailings.length - len = o.scope.freeVariable 'len' - o.scope.assign len, "arguments.length" - variadic = o.scope.freeVariable 'result' - o.scope.assign variadic, len + ' >= ' + @arglength - end = if @trailings.length then ", #{len} - #{@trailings.length}" - for trailing, idx in @trailings - if trailing.attach - assign = trailing.assign - trailing = new Literal o.scope.freeVariable 'arg' - assign.value = trailing - pos = @trailings.length - idx - o.scope.assign(trailing.compile(o), "arguments[#{variadic} ? #{len} - #{pos} : #{@index + idx}]") - "#{name} = #{utility('slice')}.call(arguments, #{@index}#{end})" - - # A compiling a splat as a destructuring assignment means slicing arguments - # from the right-hand-side's corresponding array. - compileValue: (o, name, index, trailings) -> - trail = if trailings then ", #{name}.length - #{trailings}" else '' - "#{utility 'slice'}.call(#{name}, #{index}#{trail})" - - # Utility function that converts arbitrary number of elements, mixed with - # splats, to a proper array - @compileSplattedArray: (list, o) -> - args = [] - end = -1 - for arg, i in list - code = arg.compile o - prev = args[end] - if arg not instanceof Splat - if prev and starts(prev, '[') and ends(prev, ']') - args[end] = "#{prev.slice 0, -1}, #{code}]" - continue - if prev and starts(prev, '.concat([') and ends(prev, '])') - args[end] = "#{prev.slice 0, -2}, #{code}])" - continue - code = "[#{code}]" - args[++end] = if i is 0 then code else ".concat(#{code})" - args.join '' - -#### While - -# A while loop, the only sort of low-level loop exposed by CoffeeScript. From -# it, all other loops can be manufactured. Useful in cases where you need more -# flexibility or more speed than a comprehension can provide. -exports.While = class While extends Base - - children: ['condition', 'guard', 'body'] - isStatement: YES - - constructor: (condition, opts) -> - super() - @condition = if opts?.invert then condition.invert() else condition - @guard = opts?.guard - - addBody: (body) -> - @body = body - this - - makeReturn: -> - @returns = true - this - - topSensitive: YES - - # The main difference from a JavaScript *while* is that the CoffeeScript - # *while* can be used as a part of a larger expression -- while loops may - # return an array containing the computed result of each iteration. - compileNode: (o) -> - top = del(o, 'top') and not @returns - o.indent = @idt 1 - @condition.parenthetical = yes - cond = @condition.compile(o) - o.top = true - set = '' - unless top - rvar = o.scope.freeVariable 'result' - set = "#{@tab}#{rvar} = [];\n" - @body = Push.wrap(rvar, @body) if @body - pre = "#{set}#{@tab}while (#{cond})" - @body = Expressions.wrap([new If(@guard, @body)]) if @guard - if @returns - post = '\n' + new Return(new Literal rvar).compile(merge(o, indent: @idt())) - else - post = '' - "#{pre} {\n#{ @body.compile(o) }\n#{@tab}}#{post}" - -#### Op - -# Simple Arithmetic and logical operations. Performs some conversion from -# CoffeeScript operations into their JavaScript equivalents. -exports.Op = class Op extends Base - - # The map of conversions from CoffeeScript to JavaScript symbols. - CONVERSIONS: - '==': '===' - '!=': '!==' - of: 'in' - - # The map of invertible operators. - INVERSIONS: - '!==': '===' - '===': '!==' - - # The list of operators for which we perform - # [Python-style comparison chaining](http://docs.python.org/reference/expressions.html#notin). - CHAINABLE: ['<', '>', '>=', '<=', '===', '!=='] - - # Our assignment operators that have no JavaScript equivalent. - ASSIGNMENT: ['||=', '&&=', '?='] - - # Operators must come before their operands with a space. - PREFIX_OPERATORS: ['new', 'typeof', 'delete'] - - children: ['first', 'second'] - - constructor: (op, first, second, flip) -> - if op is 'new' - return first.newInstance() if first instanceof Call - first = new Parens first if first instanceof Code and first.bound - super() - @operator = @CONVERSIONS[op] or op - (@first = first ).tags.operation = yes - (@second = second).tags.operation = yes if second - @flip = !!flip - - isUnary: -> - not @second - - isComplex: -> @operator isnt '!' or @first.isComplex() - - isMutator: -> - ends(@operator, '=') and @operator not in ['===', '!=='] - - isChainable: -> - include(@CHAINABLE, @operator) - - invert: -> - if @operator in ['===', '!=='] - @operator = @INVERSIONS[@operator] - this - else if @second - new Parens(this).invert() - else - super() - - toString: (idt) -> - super(idt, @constructor.name + ' ' + @operator) - - compileNode: (o) -> - @first.tags.front = @tags.front if @second - return @compileChain(o) if @isChainable() and @first.unwrap() instanceof Op and @first.unwrap().isChainable() - return @compileAssignment(o) if include @ASSIGNMENT, @operator - return @compileUnary(o) if @isUnary() - return @compileExistence(o) if @operator is '?' - @first = new Parens @first if @first instanceof Op and @first.isMutator() - @second = new Parens @second if @second instanceof Op and @second.isMutator() - [@first.compile(o), @operator, @second.compile(o)].join ' ' - - # Mimic Python's chained comparisons when multiple comparison operators are - # used sequentially. For example: - # - # bin/coffee -e "puts 50 < 65 > 10" - # true - compileChain: (o) -> - shared = @first.unwrap().second - [@first.second, shared] = shared.compileReference o - [first, second, shared] = [@first.compile(o), @second.compile(o), shared.compile(o)] - "(#{first}) && (#{shared} #{@operator} #{second})" - - # When compiling a conditional assignment, take care to ensure that the - # operands are only evaluated once, even though we have to reference them - # more than once. - compileAssignment: (o) -> - [left, rite] = @first.cacheReference o - rite = new Assign rite, @second - return new Op(@operator.slice(0, -1), left, rite).compile o - - compileExistence: (o) -> - if @first.isComplex() - ref = o.scope.freeVariable 'ref' - fst = new Parens new Assign new Literal(ref), @first - else - fst = @first - ref = fst.compile o - new Existence(fst).compile(o) + " ? #{ref} : #{ @second.compile o }" - - # Compile a unary **Op**. - compileUnary: (o) -> - space = if include @PREFIX_OPERATORS, @operator then ' ' else '' - parts = [@operator, space, @first.compile(o)] - (if @flip then parts.reverse() else parts).join '' - -#### In -exports.In = class In extends Base - - children: ['object', 'array'] - - constructor: (@object, @array) -> - super() - - isArray: -> - @array instanceof Value and @array.isArray() - - compileNode: (o) -> - if @isArray() then @compileOrTest(o) else @compileLoopTest(o) - - compileOrTest: (o) -> - [obj1, obj2] = @object.compileReference o, precompile: yes - tests = for item, i in @array.base.objects - "#{if i then obj2 else obj1} === #{item.compile(o)}" - "(#{tests.join(' || ')})" - - compileLoopTest: (o) -> - "#{utility 'inArray'}(#{@object.compile o}, #{@array.compile o})" - -#### Try - -# A classic *try/catch/finally* block. -exports.Try = class Try extends Base - - children: ['attempt', 'recovery', 'ensure'] - isStatement: YES - - constructor: (@attempt, @error, @recovery, @ensure) -> - super() - - makeReturn: -> - @attempt = @attempt.makeReturn() if @attempt - @recovery = @recovery.makeReturn() if @recovery - this - - # Compilation is more or less as you would expect -- the *finally* clause - # is optional, the *catch* is not. - compileNode: (o) -> - o.indent = @idt 1 - o.top = true - attemptPart = @attempt.compile(o) - errorPart = if @error then " (#{ @error.compile(o) }) " else ' ' - catchPart = if @recovery - " catch#{errorPart}{\n#{ @recovery.compile(o) }\n#{@tab}}" - else unless @ensure or @recovery then ' catch (_e) {}' else '' - finallyPart = (@ensure or '') and ' finally {\n' + @ensure.compile(merge(o)) + "\n#{@tab}}" - "#{@tab}try {\n#{attemptPart}\n#{@tab}}#{catchPart}#{finallyPart}" - -#### Throw - -# Simple node to throw an exception. -exports.Throw = class Throw extends Base - - children: ['expression'] - isStatement: YES - - constructor: (@expression) -> - super() - - # A **Throw** is already a return, of sorts... - makeReturn: THIS - - compileNode: (o) -> - "#{@tab}throw #{@expression.compile(o)};" - -#### Existence - -# Checks a variable for existence -- not *null* and not *undefined*. This is -# similar to `.nil?` in Ruby, and avoids having to consult a JavaScript truth -# table. -exports.Existence = class Existence extends Base - - children: ['expression'] - - constructor: (@expression) -> - super() - - compileNode: (o) -> - code = @expression.compile o - code = if IDENTIFIER.test(code) and not o.scope.check code - "typeof #{code} !== \"undefined\" && #{code} !== null" - else - "#{code} != null" - if @parenthetical then code else "(#{code})" - -#### Parens - -# An extra set of parentheses, specified explicitly in the source. At one time -# we tried to clean up the results by detecting and removing redundant -# parentheses, but no longer -- you can put in as many as you please. -# -# Parentheses are a good way to force any statement to become an expression. -exports.Parens = class Parens extends Base - - children: ['expression'] - - constructor: (@expression) -> - super() - - isStatement: (o) -> - @expression.isStatement(o) - isComplex: -> - @expression.isComplex() - - topSensitive: YES - - makeReturn: -> - @expression.makeReturn() - - compileNode: (o) -> - top = del o, 'top' - @expression.parenthetical = true - code = @expression.compile(o) - return code if top and @expression.isPureStatement o - if @parenthetical or @isStatement o - return if top then @tab + code + ';' else code - "(#{code})" - -#### For - -# CoffeeScript's replacement for the *for* loop is our array and object -# comprehensions, that compile into *for* loops here. They also act as an -# expression, able to return the result of each filtered iteration. -# -# Unlike Python array comprehensions, they can be multi-line, and you can pass -# the current index of the loop as a second parameter. Unlike Ruby blocks, -# you can map and filter in a single pass. -exports.For = class For extends Base - - children: ['body', 'source', 'guard'] - isStatement: YES - - constructor: (@body, source, @name, @index) -> - super() - {@source, @guard, @step} = source - @raw = !!source.raw - @object = !!source.object - [@name, @index] = [@index, @name] if @object - @pattern = @name instanceof Value - throw new Error('index cannot be a pattern matching expression') if @index instanceof Value - @returns = false - - topSensitive: YES - - makeReturn: -> - @returns = true - this - - compileReturnValue: (val, o) -> - return '\n' + new Return(new Literal val).compile(o) if @returns - return '\n' + val if val - '' - - # Welcome to the hairiest method in all of CoffeeScript. Handles the inner - # loop, filtering, stepping, and result saving for array, object, and range - # comprehensions. Some of the generated code can be shared in common, and - # some cannot. - compileNode: (o) -> - topLevel = del(o, 'top') and not @returns - range = @source instanceof Value and @source.base instanceof Range and not @source.properties.length - source = if range then @source.base else @source - codeInBody = not @body.containsPureStatement() and @body.contains (node) -> node instanceof Code - scope = o.scope - name = @name and @name.compile o - index = @index and @index.compile o - scope.find(name, immediate: yes) if name and not @pattern and (range or not codeInBody) - scope.find(index, immediate: yes) if index - rvar = scope.freeVariable 'result' unless topLevel - ivar = if range then name else index - ivar = scope.freeVariable 'i' if not ivar or codeInBody - nvar = scope.freeVariable 'i' if name and not range and codeInBody - varPart = '' - guardPart = '' - unstepPart = '' - body = Expressions.wrap([@body]) - idt1 = @idt 1 - if range - forPart = source.compile merge o, {index: ivar, @step} - else - svar = sourcePart = @source.compile o - if (name or not @raw) and - not (IDENTIFIER.test(svar) and scope.check svar, immediate: on) - sourcePart = "#{ref = scope.freeVariable 'ref'} = #{svar}" - sourcePart = "(#{sourcePart})" unless @object - svar = ref - namePart = if @pattern - new Assign(@name, new Literal "#{svar}[#{ivar}]").compile merge o, top: on - else if name - "#{name} = #{svar}[#{ivar}]" - unless @object - lvar = scope.freeVariable 'len' - stepPart = if @step then "#{ivar} += #{ @step.compile(o) }" else "#{ivar}++" - forPart = "#{ivar} = 0, #{lvar} = #{sourcePart}.length; #{ivar} < #{lvar}; #{stepPart}" - resultPart = if rvar then "#{@tab}#{rvar} = [];\n" else '' - returnResult = @compileReturnValue(rvar, o) - body = Push.wrap(rvar, body) unless topLevel - if @guard - body = Expressions.wrap([new If(@guard, body)]) - if codeInBody - body.unshift new Literal "var #{name} = #{ivar}" if range - body.unshift new Literal "var #{namePart}" if namePart - body.unshift new Literal "var #{index} = #{ivar}" if index - lastLine = body.expressions.pop() - body.push new Assign new Literal(ivar), new Literal index if index - body.push new Assign new Literal(nvar), new Literal name if nvar - body.push lastLine - o.indent = @idt 1 - body = Expressions.wrap [new Literal body.compile o] - body.push new Assign new Literal(index), new Literal ivar if index - body.push new Assign new Literal(name), new Literal nvar or ivar if name - else - varPart = "#{idt1}#{namePart};\n" if namePart - if forPart and name is ivar - unstepPart = if @step then "#{name} -= #{ @step.compile(o) };" else "#{name}--;" - unstepPart = "\n#{@tab}" + unstepPart - if @object - forPart = "#{ivar} in #{sourcePart}" - guardPart = "\n#{idt1}if (!#{utility('hasProp')}.call(#{svar}, #{ivar})) continue;" unless @raw - body = body.compile merge o, indent: idt1, top: true - vars = if range then name else "#{name}, #{ivar}" - """ - #{resultPart}#{@tab}for (#{forPart}) {#{guardPart} - #{varPart}#{body} - #{@tab}}#{unstepPart}#{returnResult} - """ - -#### Switch - -# A JavaScript *switch* statement. Converts into a returnable expression on-demand. -exports.Switch = class Switch extends Base - - children: ['subject', 'cases', 'otherwise'] - - isStatement: YES - - constructor: (@subject, @cases, @otherwise) -> - super() - @tags.subjectless = !@subject - @subject or= new Literal 'true' - - makeReturn: -> - pair[1].makeReturn() for pair in @cases - @otherwise.makeReturn() if @otherwise - this - - compileNode: (o) -> - idt = o.indent = @idt 2 - o.top = yes - code = "#{ @tab }switch (#{ @subject.compile o }) {" - for pair in @cases - [conditions, block] = pair - exprs = block.expressions - for condition in flatten [conditions] - condition = new Op '!!', new Parens condition if @tags.subjectless - code += "\n#{ @idt(1) }case #{ condition.compile o }:" - code += "\n#{ block.compile o }" - code += "\n#{ idt }break;" unless last(exprs) instanceof Return - if @otherwise - code += "\n#{ @idt(1) }default:\n#{ @otherwise.compile o }" - code += "\n#{ @tab }}" - code - -#### If - -# *If/else* statements. Acts as an expression by pushing down requested returns -# to the last line of each clause. -# -# Single-expression **Ifs** are compiled into conditional operators if possible, -# because ternaries are already proper expressions, and don't need conversion. -exports.If = class If extends Base - - children: ['condition', 'body', 'elseBody', 'assigner'] - - topSensitive: YES - - constructor: (condition, @body, tags) -> - @tags = tags or= {} - @condition = if tags.invert then condition.invert() else condition - @soakNode = tags.soak - @elseBody = null - @isChain = false - - bodyNode: -> @body?.unwrap() - elseBodyNode: -> @elseBody?.unwrap() - - # Rewrite a chain of **Ifs** to add a default case as the final *else*. - addElse: (elseBody) -> - if @isChain - @elseBodyNode().addElse elseBody - else - @isChain = elseBody instanceof If - @elseBody = @ensureExpressions elseBody - this - - # The **If** only compiles into a statement if either of its bodies needs - # to be a statement. Otherwise a conditional operator is safe. - isStatement: (o) -> - @statement or= o?.top or @bodyNode().isStatement(o) or @elseBodyNode()?.isStatement(o) - - compileCondition: (o) -> - @condition.parenthetical = yes - @condition.compile o - - compileNode: (o) -> - if @isStatement o then @compileStatement o else @compileExpression o - - makeReturn: -> - if @isStatement() - @body and= @ensureExpressions(@body.makeReturn()) - @elseBody and= @ensureExpressions(@elseBody.makeReturn()) - this - else - new Return this - - ensureExpressions: (node) -> - if node instanceof Expressions then node else new Expressions [node] - - # Compile the **If** as a regular *if-else* statement. Flattened chains - # force inner *else* bodies into statement form. - compileStatement: (o) -> - top = del o, 'top' - child = del o, 'chainChild' - condO = merge o - o.indent = @idt 1 - o.top = true - ifPart = "if (#{ @compileCondition condO }) {\n#{ @body.compile o }\n#{@tab}}" - ifPart = @tab + ifPart unless child - return ifPart unless @elseBody - ifPart + if @isChain - ' else ' + @elseBodyNode().compile merge o, indent: @tab, chainChild: true - else - " else {\n#{ @elseBody.compile(o) }\n#{@tab}}" - - # Compile the If as a conditional operator. - compileExpression: (o) -> - @bodyNode().tags.operation = @condition.tags.operation = yes - @elseBodyNode().tags.operation = yes if @elseBody - ifPart = @condition.compile(o) + ' ? ' + @bodyNode().compile(o) - elsePart = if @elseBody then @elseBodyNode().compile(o) else 'undefined' - code = "#{ifPart} : #{elsePart}" - if @tags.operation or @soakNode then "(#{code})" else code - - unfoldSoak: -> @soakNode and this - - # Unfold a node's child if soak, then tuck the node under created `If` - @unfoldSoak: (o, parent, name) -> - return unless ifn = parent[name].unfoldSoak o - parent[name] = ifn.body - ifn.body = new Value parent - ifn - -# Faux-Nodes -# ---------- -# Faux-nodes are never created by the grammar, but are used during code -# generation to generate other combinations of nodes. - -#### Push - -# The **Push** creates the tree for `array.push(value)`, -# which is helpful for recording the result arrays from comprehensions. -Push = - wrap: (name, expressions) -> - return expressions if expressions.empty() or expressions.containsPureStatement() - Expressions.wrap [new Call( - new Value new Literal(name), [new Accessor new Literal 'push'] - [expressions.unwrap()] - )] - -#### Closure - -# A faux-node used to wrap an expressions body in a closure. -Closure = - - # Wrap the expressions body, unless it contains a pure statement, - # in which case, no dice. If the body mentions `this` or `arguments`, - # then make sure that the closure wrapper preserves the original values. - wrap: (expressions, statement, noReturn) -> - return expressions if expressions.containsPureStatement() - func = new Parens new Code [], Expressions.wrap [expressions] - args = [] - if (mentionsArgs = expressions.contains @literalArgs) or - ( expressions.contains @literalThis) - meth = new Literal if mentionsArgs then 'apply' else 'call' - args = [new Literal 'this'] - args.push new Literal 'arguments' if mentionsArgs - func = new Value func, [new Accessor meth] - func.noReturn = noReturn - call = new Call func, args - if statement then Expressions.wrap [call] else call - - literalArgs: (node) -> node instanceof Literal and node.value is 'arguments' - literalThis: (node) -> node instanceof Literal and node.value is 'this' or - node instanceof Code and node.bound - -# Constants -# --------- - -UTILITIES = - - # Correctly set up a prototype chain for inheritance, including a reference - # to the superclass for `super()` calls. See: - # [goog.inherits](http://closure-library.googlecode.com/svn/docs/closureGoogBase.js.source.html#line1206). - extends: ''' - function(child, parent) { - function ctor() { this.constructor = child; } - ctor.prototype = parent.prototype; - child.prototype = new ctor; - if (typeof parent.extended === "function") parent.extended(child); - child.__super__ = parent.prototype; - } - ''' - - # Create a function bound to the current value of "this". - bind: ''' - function(func, context) { - return function() { return func.apply(context, arguments); }; - } - ''' - - # Discover if an item is in an array. - inArray: ''' - (function() { - var indexOf = Array.prototype.indexOf || function(item) { - var i = this.length; while (i--) if (this[i] === item) return i; - return -1; - }; - return function(item, array) { return indexOf.call(array, item) > -1; }; - })(); - ''' - - # Shortcuts to speed up the lookup time for native functions. - hasProp: 'Object.prototype.hasOwnProperty' - slice: 'Array.prototype.slice' - -# Tabs are two spaces for pretty printing. -TAB = ' ' - -# Trim out all trailing whitespace, so that the generated code plays nice -# with Git. -TRAILING_WHITESPACE = /[ \t]+$/gm - -IDENTIFIER = /^[$A-Za-z_][$\w]*$/ -NUMBER = /^0x[\da-f]+|^(?:\d+(\.\d+)?|\.\d+)(?:e[+-]?\d+)?$/i -SIMPLENUM = /^[+-]?\d+$/ - -# Is a literal value a string? -IS_STRING = /^['"]/ - -# Utility Functions -# ----------------- - -# Helper for ensuring that utility functions are assigned at the top level. -utility = (name) -> - ref = "__#{name}" - Scope.root.assign ref, UTILITIES[name] - ref diff --git a/node/node_modules/jade/support/coffee-script/src/optparse.coffee b/node/node_modules/jade/support/coffee-script/src/optparse.coffee deleted file mode 100644 index 5a6c9ee..0000000 --- a/node/node_modules/jade/support/coffee-script/src/optparse.coffee +++ /dev/null @@ -1,96 +0,0 @@ -# A simple **OptionParser** class to parse option flags from the command-line. -# Use it like so: -# -# parser = new OptionParser switches, helpBanner -# options = parser.parse process.argv -# -# The first non-option is considered to be the start of the file (and file -# option) list, and all subsequent arguments are left unparsed. -exports.OptionParser = class OptionParser - - # Initialize with a list of valid options, in the form: - # - # [short-flag, long-flag, description] - # - # Along with an an optional banner for the usage help. - constructor: (rules, banner) -> - @banner = banner - @rules = buildRules rules - - # Parse the list of arguments, populating an `options` object with all of the - # specified options, and returning it. `options.arguments` will be an array - # containing the remaning non-option arguments. This is a simpler API than - # many option parsers that allow you to attach callback actions for every - # flag. Instead, you're responsible for interpreting the options object. - parse: (args) -> - options = arguments: [] - args = normalizeArguments args - for arg, i in args - isOption = !!(arg.match(LONG_FLAG) or arg.match(SHORT_FLAG)) - matchedRule = no - for rule in @rules - if rule.shortFlag is arg or rule.longFlag is arg - value = if rule.hasArgument then args[i += 1] else true - options[rule.name] = if rule.isList then (options[rule.name] or []).concat value else value - matchedRule = yes - break - throw new Error "unrecognized option: #{arg}" if isOption and not matchedRule - if not isOption - options.arguments = args.slice i - break - options - - # Return the help text for this **OptionParser**, listing and describing all - # of the valid options, for `--help` and such. - help: -> - lines = ['Available options:'] - lines.unshift "#{@banner}\n" if @banner - for rule in @rules - spaces = 15 - rule.longFlag.length - spaces = if spaces > 0 then Array(spaces + 1).join(' ') else '' - letPart = if rule.shortFlag then rule.shortFlag + ', ' else ' ' - lines.push ' ' + letPart + rule.longFlag + spaces + rule.description - "\n#{ lines.join('\n') }\n" - -# Helpers -# ------- - -# Regex matchers for option flags. -LONG_FLAG = /^(--\w[\w\-]+)/ -SHORT_FLAG = /^(-\w)/ -MULTI_FLAG = /^-(\w{2,})/ -OPTIONAL = /\[(\w+(\*?))\]/ - -# Build and return the list of option rules. If the optional *short-flag* is -# unspecified, leave it out by padding with `null`. -buildRules = (rules) -> - for tuple in rules - tuple.unshift null if tuple.length < 3 - buildRule tuple... - -# Build a rule from a `-o` short flag, a `--output [DIR]` long flag, and the -# description of what the option does. -buildRule = (shortFlag, longFlag, description, options) -> - match = longFlag.match(OPTIONAL) - longFlag = longFlag.match(LONG_FLAG)[1] - options or= {} - { - name: longFlag.substr 2 - shortFlag: shortFlag - longFlag: longFlag - description: description - hasArgument: !!(match and match[1]) - isList: !!(match and match[2]) - } - -# Normalize arguments by expanding merged flags into multiple flags. This allows -# you to have `-wl` be the same as `--watch --lint`. -normalizeArguments = (args) -> - args = args.slice 0 - result = [] - for arg in args - if match = arg.match MULTI_FLAG - result.push '-' + l for l in match[1].split '' - else - result.push arg - result diff --git a/node/node_modules/jade/support/coffee-script/src/repl.coffee b/node/node_modules/jade/support/coffee-script/src/repl.coffee deleted file mode 100644 index 294146b..0000000 --- a/node/node_modules/jade/support/coffee-script/src/repl.coffee +++ /dev/null @@ -1,35 +0,0 @@ -# A very simple Read-Eval-Print-Loop. Compiles one line at a time to JavaScript -# and evaluates it. Good for simple tests, or poking around the **Node.js** API. -# Using it looks like this: -# -# coffee> puts "#{num} bottles of beer" for num in [99..1] - -# Require the **coffee-script** module to get access to the compiler. -CoffeeScript = require './coffee-script' -helpers = require './helpers' -readline = require 'readline' - -# Start by opening up **stdio**. -stdio = process.openStdin() - -# Quick alias for quitting the REPL. -helpers.extend global, quit: -> process.exit(0) - -# The main REPL function. **run** is called every time a line of code is entered. -# Attempt to evaluate the command. If there's an exception, print it out instead -# of exiting. -run = (buffer) -> - try - val = CoffeeScript.eval buffer.toString(), bare: on, globals: on, fileName: 'repl' - puts inspect val if val isnt undefined - catch err - puts err.stack or err.toString() - repl.prompt() - -# Create the REPL by listening to **stdin**. -repl = readline.createInterface stdio -repl.setPrompt 'coffee> ' -stdio.on 'data', (buffer) -> repl.write buffer -repl.on 'close', -> stdio.destroy() -repl.on 'line', run -repl.prompt() diff --git a/node/node_modules/jade/support/coffee-script/src/rewriter.coffee b/node/node_modules/jade/support/coffee-script/src/rewriter.coffee deleted file mode 100644 index 5ea0298..0000000 --- a/node/node_modules/jade/support/coffee-script/src/rewriter.coffee +++ /dev/null @@ -1,349 +0,0 @@ -# The CoffeeScript language has a good deal of optional syntax, implicit syntax, -# and shorthand syntax. This can greatly complicate a grammar and bloat -# the resulting parse table. Instead of making the parser handle it all, we take -# a series of passes over the token stream, using this **Rewriter** to convert -# shorthand into the unambiguous long form, add implicit indentation and -# parentheses, balance incorrect nestings, and generally clean things up. - -# Import the helpers we need. -{include} = require './helpers' - -# The **Rewriter** class is used by the [Lexer](lexer.html), directly against -# its internal array of tokens. -class exports.Rewriter - - # Helpful snippet for debugging: - # puts (t[0] + '/' + t[1] for t in @tokens).join ' ' - - # Rewrite the token stream in multiple passes, one logical filter at - # a time. This could certainly be changed into a single pass through the - # stream, with a big ol' efficient switch, but it's much nicer to work with - # like this. The order of these passes matters -- indentation must be - # corrected before implicit parentheses can be wrapped around blocks of code. - rewrite: (@tokens) -> - @adjustComments() - @removeLeadingNewlines() - @removeMidExpressionNewlines() - @closeOpenCalls() - @closeOpenIndexes() - @addImplicitIndentation() - @tagPostfixConditionals() - @addImplicitBraces() - @addImplicitParentheses() - @ensureBalance BALANCED_PAIRS - @rewriteClosingParens() - @tokens - - # Rewrite the token stream, looking one token ahead and behind. - # Allow the return value of the block to tell us how many tokens to move - # forwards (or backwards) in the stream, to make sure we don't miss anything - # as tokens are inserted and removed, and the stream changes length under - # our feet. - scanTokens: (block) -> - {tokens} = this - i = 0 - i += block.call this, token, i, tokens while token = tokens[i] - true - - detectEnd: (i, condition, action) -> - {tokens} = this - levels = 0 - while token = tokens[i] - return action.call this, token, i if levels is 0 and condition.call this, token, i - return action.call this, token, i - 1 if not token or levels < 0 - if include EXPRESSION_START, token[0] - levels += 1 - else if include EXPRESSION_END, token[0] - levels -= 1 - i += 1 - i - 1 - - # Massage newlines and indentations so that comments don't have to be - # correctly indented, or appear on a line of their own. - adjustComments: -> - @scanTokens (token, i, tokens) -> - return 1 unless token[0] is 'HERECOMMENT' - before = tokens[i - 2] - prev = tokens[i - 1] - post = tokens[i + 1] - after = tokens[i + 2] - if after?[0] is 'INDENT' - tokens.splice i + 2, 1 - if before?[0] is 'OUTDENT' and post?[0] is 'TERMINATOR' - tokens.splice i - 2, 1 - else - tokens.splice i, 0, after - else if prev and prev[0] not in ['TERMINATOR', 'INDENT', 'OUTDENT'] - if post?[0] is 'TERMINATOR' and after?[0] is 'OUTDENT' - tokens.splice i + 2, 0, tokens.splice(i, 2)... - if tokens[i + 2][0] isnt 'TERMINATOR' - tokens.splice i + 2, 0, ['TERMINATOR', '\n', prev[2]] - else - tokens.splice i, 0, ['TERMINATOR', '\n', prev[2]] - return 2 - 1 - - # Leading newlines would introduce an ambiguity in the grammar, so we - # dispatch them here. - removeLeadingNewlines: -> - break for [tag], i in @tokens when tag isnt 'TERMINATOR' - @tokens.splice 0, i if i - - # Some blocks occur in the middle of expressions -- when we're expecting - # this, remove their trailing newlines. - removeMidExpressionNewlines: -> - @scanTokens (token, i, tokens) -> - return 1 unless token[0] is 'TERMINATOR' and include EXPRESSION_CLOSE, @tag(i + 1) - tokens.splice i, 1 - 0 - - # The lexer has tagged the opening parenthesis of a method call. Match it with - # its paired close. We have the mis-nested outdent case included here for - # calls that close on the same line, just before their outdent. - closeOpenCalls: -> - condition = (token, i) -> - token[0] in [')', 'CALL_END'] or - token[0] is 'OUTDENT' and @tag(i - 1) is ')' - action = (token, i) -> - @tokens[if token[0] is 'OUTDENT' then i - 1 else i][0] = 'CALL_END' - @scanTokens (token, i) -> - @detectEnd i + 1, condition, action if token[0] is 'CALL_START' - 1 - - # The lexer has tagged the opening parenthesis of an indexing operation call. - # Match it with its paired close. - closeOpenIndexes: -> - condition = (token, i) -> token[0] in [']', 'INDEX_END'] - action = (token, i) -> token[0] = 'INDEX_END' - @scanTokens (token, i) -> - @detectEnd i + 1, condition, action if token[0] is 'INDEX_START' - 1 - - # Object literals may be written with implicit braces, for simple cases. - # Insert the missing braces here, so that the parser doesn't have to. - addImplicitBraces: -> - stack = [] - condition = (token, i) -> - return false if 'HERECOMMENT' in [@tag(i + 1), @tag(i - 1)] - [one, two, three] = @tokens.slice i + 1, i + 4 - [tag] = token - tag in ['TERMINATOR', 'OUTDENT'] and not (two?[0] is ':' or one?[0] is '@' and three?[0] is ':') or - tag is ',' and one?[0] not in ['IDENTIFIER', 'NUMBER', 'STRING', '@', 'TERMINATOR', 'OUTDENT'] - action = (token, i) -> @tokens.splice i, 0, ['}', '}', token[2]] - @scanTokens (token, i, tokens) -> - if include EXPRESSION_START, tag = token[0] - stack.push if tag is 'INDENT' and @tag(i - 1) is '{' then '{' else tag - return 1 - if include EXPRESSION_END, tag - stack.pop() - return 1 - return 1 unless tag is ':' and stack[stack.length - 1] isnt '{' - stack.push '{' - idx = if @tag(i - 2) is '@' then i - 2 else i - 1 - idx -= 2 if @tag(idx - 2) is 'HERECOMMENT' - tok = ['{', '{', token[2]] - tok.generated = yes - tokens.splice idx, 0, tok - @detectEnd i + 2, condition, action - 2 - - # Methods may be optionally called without parentheses, for simple cases. - # Insert the implicit parentheses here, so that the parser doesn't have to - # deal with them. - addImplicitParentheses: -> - classLine = no - action = (token, i) -> - idx = if token[0] is 'OUTDENT' then i + 1 else i - @tokens.splice idx, 0, ['CALL_END', ')', token[2]] - @scanTokens (token, i, tokens) -> - tag = token[0] - classLine = yes if tag is 'CLASS' - prev = tokens[i - 1] - next = tokens[i + 1] - callObject = not classLine and tag is 'INDENT' and - next and next.generated and next[0] is '{' and - prev and include(IMPLICIT_FUNC, prev[0]) - seenSingle = no - classLine = no if include LINEBREAKS, tag - token.call = yes if prev and not prev.spaced and tag is '?' - return 1 unless callObject or - prev?.spaced and (prev.call or include(IMPLICIT_FUNC, prev[0])) and - (include(IMPLICIT_CALL, tag) or include(IMPLICIT_UNSPACED_CALL, tag) and not token.spaced) - tokens.splice i, 0, ['CALL_START', '(', token[2]] - @detectEnd i + (if callObject then 2 else 1), (token, i) -> - return yes if not seenSingle and token.fromThen - [tag] = token - seenSingle = yes if tag in ['IF', 'ELSE', 'UNLESS', '->', '=>'] - return yes if tag is 'PROPERTY_ACCESS' and @tag(i - 1) is 'OUTDENT' - not token.generated and @tag(i - 1) isnt ',' and include(IMPLICIT_END, tag) and - (tag isnt 'INDENT' or - (@tag(i - 2) isnt 'CLASS' and not include(IMPLICIT_BLOCK, @tag(i - 1)) and - not ((post = @tokens[i + 1]) and post.generated and post[0] is '{'))) - , action - prev[0] = 'FUNC_EXIST' if prev[0] is '?' - 2 - - # Because our grammar is LALR(1), it can't handle some single-line - # expressions that lack ending delimiters. The **Rewriter** adds the implicit - # blocks, so it doesn't need to. ')' can close a single-line block, - # but we need to make sure it's balanced. - addImplicitIndentation: -> - @scanTokens (token, i, tokens) -> - [tag] = token - if tag is 'ELSE' and @tag(i - 1) isnt 'OUTDENT' - tokens.splice i, 0, @indentation(token)... - return 2 - if tag is 'CATCH' and @tag(i + 2) in ['TERMINATOR', 'FINALLY'] - tokens.splice i + 2, 0, @indentation(token)... - return 4 - if include(SINGLE_LINERS, tag) and @tag(i + 1) isnt 'INDENT' and - not (tag is 'ELSE' and @tag(i + 1) is 'IF') - starter = tag - [indent, outdent] = @indentation token - indent.fromThen = true if starter is 'THEN' - indent.generated = outdent.generated = true - tokens.splice i + 1, 0, indent - condition = (token, i) -> - token[1] isnt ';' and include(SINGLE_CLOSERS, token[0]) and - not (token[0] is 'ELSE' and starter not in ['IF', 'THEN']) - action = (token, i) -> - @tokens.splice (if @tag(i - 1) is ',' then i - 1 else i), 0, outdent - @detectEnd i + 2, condition, action - tokens.splice i, 1 if tag is 'THEN' - return 1 - return 1 - - # Tag postfix conditionals as such, so that we can parse them with a - # different precedence. - tagPostfixConditionals: -> - condition = (token, i) -> token[0] in ['TERMINATOR', 'INDENT'] - @scanTokens (token, i) -> - return 1 unless token[0] in ['IF', 'UNLESS'] - original = token - @detectEnd i + 1, condition, (token, i) -> - original[0] = 'POST_' + original[0] if token[0] isnt 'INDENT' - 1 - - # Ensure that all listed pairs of tokens are correctly balanced throughout - # the course of the token stream. - ensureBalance: (pairs) -> - levels = {} - openLine = {} - @scanTokens (token, i) -> - [tag] = token - for [open, close] in pairs - levels[open] |= 0 - if tag is open - openLine[open] = token[2] if levels[open] is 0 - levels[open] += 1 - else if tag is close - levels[open] -= 1 - throw Error "too many #{token[1]} on line #{token[2] + 1}" if levels[open] < 0 - 1 - unclosed = key for all key, value of levels when value > 0 - if unclosed.length - throw Error "unclosed #{ open = unclosed[0] } on line #{openLine[open] + 1}" - - # We'd like to support syntax like this: - # - # el.click((event) -> - # el.hide()) - # - # In order to accomplish this, move outdents that follow closing parens - # inwards, safely. The steps to accomplish this are: - # - # 1. Check that all paired tokens are balanced and in order. - # 2. Rewrite the stream with a stack: if you see an `EXPRESSION_START`, add it - # to the stack. If you see an `EXPRESSION_END`, pop the stack and replace - # it with the inverse of what we've just popped. - # 3. Keep track of "debt" for tokens that we manufacture, to make sure we end - # up balanced in the end. - # 4. Be careful not to alter array or parentheses delimiters with overzealous - # rewriting. - rewriteClosingParens: -> - stack = [] - debt = {} - (debt[key] = 0) for all key of INVERSES - @scanTokens (token, i, tokens) -> - if include EXPRESSION_START, tag = token[0] - stack.push token - return 1 - return 1 unless include EXPRESSION_END, tag - if debt[inv = INVERSES[tag]] > 0 - debt[inv] -= 1 - tokens.splice i, 1 - return 0 - match = stack.pop() - mtag = match[0] - oppos = INVERSES[mtag] - return 1 if tag is oppos - debt[mtag] += 1 - val = [oppos, if mtag is 'INDENT' then match[1] else oppos] - if @tag(i + 2) is mtag - tokens.splice i + 3, 0, val - stack.push match - else - tokens.splice i, 0, val - 1 - - # Generate the indentation tokens, based on another token on the same line. - indentation: (token) -> - [['INDENT', 2, token[2]], ['OUTDENT', 2, token[2]]] - - # Look up a tag by token index. - tag: (i) -> @tokens[i]?[0] - -# Constants -# --------- - -# List of the token pairs that must be balanced. -BALANCED_PAIRS = [ - ['(', ')'] - ['[', ']'] - ['{', '}'] - ['INDENT', 'OUTDENT'], - ['CALL_START', 'CALL_END'] - ['PARAM_START', 'PARAM_END'] - ['INDEX_START', 'INDEX_END'] -] - -# The inverse mappings of `BALANCED_PAIRS` we're trying to fix up, so we can -# look things up from either end. -INVERSES = {} - -# The tokens that signal the start/end of a balanced pair. -EXPRESSION_START = [] -EXPRESSION_END = [] - -for [left, rite] in BALANCED_PAIRS - EXPRESSION_START.push INVERSES[rite] = left - EXPRESSION_END .push INVERSES[left] = rite - -# Tokens that indicate the close of a clause of an expression. -EXPRESSION_CLOSE = ['CATCH', 'WHEN', 'ELSE', 'FINALLY'].concat EXPRESSION_END - -# Tokens that, if followed by an `IMPLICIT_CALL`, indicate a function invocation. -IMPLICIT_FUNC = ['IDENTIFIER', 'SUPER', ')', 'CALL_END', ']', 'INDEX_END', '@', 'THIS'] - -# If preceded by an `IMPLICIT_FUNC`, indicates a function invocation. -IMPLICIT_CALL = [ - 'IDENTIFIER', 'NUMBER', 'STRING', 'JS', 'REGEX', 'NEW', 'PARAM_START', 'CLASS' - 'IF', 'UNLESS', 'TRY', 'SWITCH', 'THIS', 'BOOL', 'UNARY', - '@', '->', '=>', '[', '(', '{', '--', '++' -] - -IMPLICIT_UNSPACED_CALL = ['+', '-'] - -# Tokens indicating that the implicit call must enclose a block of expressions. -IMPLICIT_BLOCK = ['->', '=>', '{', '[', ','] - -# Tokens that always mark the end of an implicit call for single-liners. -IMPLICIT_END = ['POST_IF', 'POST_UNLESS', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'TERMINATOR', 'INDENT'] - -# Single-line flavors of block expressions that have unclosed endings. -# The grammar can't disambiguate them, so we insert the implicit indentation. -SINGLE_LINERS = ['ELSE', '->', '=>', 'TRY', 'FINALLY', 'THEN'] -SINGLE_CLOSERS = ['TERMINATOR', 'CATCH', 'FINALLY', 'ELSE', 'OUTDENT', 'LEADING_WHEN'] - -# Tokens that end a line. -LINEBREAKS = ['TERMINATOR', 'INDENT', 'OUTDENT'] diff --git a/node/node_modules/jade/support/coffee-script/src/scope.coffee b/node/node_modules/jade/support/coffee-script/src/scope.coffee deleted file mode 100644 index 3a1aad3..0000000 --- a/node/node_modules/jade/support/coffee-script/src/scope.coffee +++ /dev/null @@ -1,109 +0,0 @@ -# The **Scope** class regulates lexical scoping within CoffeeScript. As you -# generate code, you create a tree of scopes in the same shape as the nested -# function bodies. Each scope knows about the variables declared within it, -# and has a reference to its parent enclosing scope. In this way, we know which -# variables are new and need to be declared with `var`, and which are shared -# with the outside. - -# Import the helpers we plan to use. -{extend, last} = require './helpers' - -exports.Scope = class Scope - - # The top-level **Scope** object. - @root: null - - # Initialize a scope with its parent, for lookups up the chain, - # as well as a reference to the **Expressions** node is belongs to, which is - # where it should declare its variables, and a reference to the function that - # it wraps. - constructor: (@parent, @expressions, @method) -> - @variables = {'arguments'} - if @parent - @garbage = @parent.garbage - else - @garbage = [] - Scope.root = this - - # Create a new garbage level - startLevel: -> - @garbage.push [] - - # Return to the previous garbage level and erase referenced temporary - # variables in current level from scope. - endLevel: -> - vars = @variables - (vars[name] = 'reuse') for name in @garbage.pop() when vars[name] is 'var' - - # Look up a variable name in lexical scope, and declare it if it does not - # already exist. - find: (name, options) -> - return true if @check name, options - @variables[name] = 'var' - false - - # Test variables and return true the first time fn(v, k) returns true - any: (fn) -> - for v, k of @variables when fn(v, k) - return true - return false - - # Reserve a variable name as originating from a function parameter for this - # scope. No `var` required for internal references. - parameter: (name) -> - @variables[name] = 'param' - - # Just check to see if a variable has already been declared, without reserving, - # walks up to the root scope. - check: (name, options) -> - immediate = Object::hasOwnProperty.call @variables, name - return immediate if immediate or options?.immediate - !!@parent?.check name - - # Generate a temporary variable name at the given index. - temporary: (type, index) -> - if type.length > 1 - '_' + type + if index > 1 then index else '' - else - '_' + (index + parseInt type, 36).toString(36).replace /\d/g, 'a' - - # If we need to store an intermediate result, find an available name for a - # compiler-generated variable. `_var`, `_var2`, and so on... - freeVariable: (type) -> - index = 0 - index++ while @check(temp = @temporary type, index) and @variables[temp] isnt 'reuse' - @variables[temp] = 'var' - last(@garbage).push temp if @garbage.length - temp - - # Ensure that an assignment is made at the top of this scope - # (or at the top-level scope, if requested). - assign: (name, value) -> - @variables[name] = value: value, assigned: true - - # Does this scope reference any variables that need to be declared in the - # given function body? - hasDeclarations: (body) -> - body is @expressions and @any (k, val) -> val in ['var', 'reuse'] - - # Does this scope reference any assignments that need to be declared at the - # top of the given function body? - hasAssignments: (body) -> - body is @expressions and @any (k, val) -> val.assigned - - # Return the list of variables first declared in this scope. - declaredVariables: -> - (key for key, val of @variables when val in ['var', 'reuse']).sort() - - # Return the list of assignments that are supposed to be made at the top - # of this scope. - assignedVariables: -> - "#{key} = #{val.value}" for key, val of @variables when val.assigned - - # Compile the JavaScript for all of the variable declarations in this scope. - compiledDeclarations: -> - @declaredVariables().join ', ' - - # Compile the JavaScript forall of the variable assignments in this scope. - compiledAssignments: -> - @assignedVariables().join ', ' diff --git a/node/node_modules/jade/support/coffee-script/test/test.html b/node/node_modules/jade/support/coffee-script/test/test.html deleted file mode 100644 index fff780c..0000000 --- a/node/node_modules/jade/support/coffee-script/test/test.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - CoffeeScript Test Suite - - - - - -

    CoffeeScript Test Suite

    -
    
    -
    -  
    -
    -
    -
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_arguments.coffee b/node/node_modules/jade/support/coffee-script/test/test_arguments.coffee
    deleted file mode 100644
    index a45044b..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_arguments.coffee
    +++ /dev/null
    @@ -1,43 +0,0 @@
    -area = (x, y, x1, y1) ->
    -  (x - x1) * (x - y1)
    -
    -x  = y  = 10
    -x1 = y1 = 20
    -
    -ok area(x, y, x1, y1) is 100
    -
    -# ok(area(x, y,
    -#            x1, y1) is 100)
    -
    -ok(area(
    -  x
    -  y
    -  x1
    -  y1
    -) is 100)
    -
    -
    -sumOfArgs = ->
    -  sum = 0
    -  sum += val for val in arguments
    -  sum
    -
    -ok sumOfArgs(1, 2, 3, 4, 5) is 15
    -
    -
    -((@arg) ->).call context = {}, 1
    -ok context.arg is 1
    -
    -((splat..., @arg) ->).call context, 1, 2, 3
    -ok context.arg is 3
    -
    -((@arg...) ->).call context, 1, 2, 3
    -ok context.arg.join ' ' is '1 2 3'
    -
    -class Klass
    -  constructor: (@one, @two) ->
    -
    -obj = new Klass 1, 2
    -
    -ok obj.one is 1
    -ok obj.two is 2
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_assignment.coffee b/node/node_modules/jade/support/coffee-script/test/test_assignment.coffee
    deleted file mode 100644
    index 00d3e10..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_assignment.coffee
    +++ /dev/null
    @@ -1,33 +0,0 @@
    -# Can assign the result of a try/catch block.
    -result = try
    -  nonexistent * missing
    -catch error
    -  true
    -
    -result2 = try nonexistent * missing catch error then true
    -
    -ok result is true and result2 is true
    -
    -
    -# Can assign a conditional statement.
    -getX = -> 10
    -
    -if x = getX() then 100
    -
    -ok x is 10
    -
    -x = if getX() then 100
    -
    -ok x is 100
    -
    -
    -# This-assignment.
    -tester = ->
    -  @example = -> 'example function'
    -  this
    -
    -ok tester().example() is 'example function'
    -
    -
    -try throw CoffeeScript.tokens 'in = 1'
    -catch e then eq e.message, 'Reserved word "in" on line 1 can\'t be assigned'
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_break.coffee b/node/node_modules/jade/support/coffee-script/test/test_break.coffee
    deleted file mode 100644
    index 7a6219f..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_break.coffee
    +++ /dev/null
    @@ -1,28 +0,0 @@
    -# Test with break at the top level.
    -array = [1,2,3]
    -callWithLambda = (l) -> null
    -for i in array
    -  result = callWithLambda(->)
    -  if i == 2
    -    puts "i = 2"
    -  else
    -    break
    -
    -ok result is null
    -
    -
    -# Test with break *not* at the top level.
    -someFunc = (input) ->
    -  takesLambda = (l) -> null
    -  for i in [1,2]
    -    result = takesLambda(->)
    -    if input == 1
    -      return 1
    -    else
    -      break
    -
    -  return 2
    -
    -ok someFunc(1) is 1
    -ok someFunc(2) is 2
    -
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_chaining.coffee b/node/node_modules/jade/support/coffee-script/test/test_chaining.coffee
    deleted file mode 100644
    index 7154a83..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_chaining.coffee
    +++ /dev/null
    @@ -1,56 +0,0 @@
    -# Basic chained function calls.
    -identityWrap = (x) ->
    -  -> x
    -
    -result = identityWrap(identityWrap(true))()()
    -
    -ok result
    -
    -
    -# Chained accesses split on period/newline, backwards and forwards.
    -str = 'god'
    -
    -result = str.
    -  split('').
    -  reverse().
    -  reverse().
    -  reverse()
    -
    -ok result.join('') is 'dog'
    -
    -result = str
    -  .split('')
    -  .reverse()
    -  .reverse()
    -  .reverse()
    -
    -ok result.join('') is 'dog'
    -
    -
    -# Newline suppression for operators.
    -six =
    -  1 +
    -  2 +
    -  3
    -
    -ok six is 6
    -
    -
    -# Ensure that indented array literals don't trigger whitespace rewriting.
    -func = () ->
    -  ok arguments.length is 1
    -
    -func(
    -  [[[[[],
    -                []],
    -              [[]]]],
    -    []])
    -
    -id = (x) -> x
    -
    -greeting = id(
    -              """
    -              Hello
    -              """)
    -
    -ok greeting is "Hello"
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_classes.coffee b/node/node_modules/jade/support/coffee-script/test/test_classes.coffee
    deleted file mode 100644
    index ea1df23..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_classes.coffee
    +++ /dev/null
    @@ -1,291 +0,0 @@
    -# Test classes with a four-level inheritance chain.
    -class Base
    -  func: (string) ->
    -    "zero/#{string}"
    -
    -  @static: (string) ->
    -    "static/#{string}"
    -
    -class FirstChild extends Base
    -  func: (string) ->
    -    super('one/') + string
    -
    -SecondChild = class extends FirstChild
    -  func: (string) ->
    -    super('two/') + string
    -
    -thirdCtor = ->
    -  @array = [1, 2, 3]
    -
    -class ThirdChild extends SecondChild
    -  constructor: thirdCtor
    -
    -  # Gratuitous comment for testing.
    -  func: (string) ->
    -    super('three/') + string
    -
    -result = (new ThirdChild).func 'four'
    -
    -ok result is 'zero/one/two/three/four'
    -ok Base.static('word') is 'static/word'
    -
    -FirstChild::func = (string) ->
    -  super('one/').length + string
    -
    -result = (new ThirdChild).func 'four'
    -
    -ok result is '9two/three/four'
    -
    -ok (new ThirdChild).array.join(' ') is '1 2 3'
    -
    -
    -class TopClass
    -  constructor: (arg) ->
    -    @prop = 'top-' + arg
    -
    -class SuperClass extends TopClass
    -  constructor: (arg) ->
    -    super 'super-' + arg
    -
    -class SubClass extends SuperClass
    -  constructor: ->
    -    super 'sub'
    -
    -ok (new SubClass).prop is 'top-super-sub'
    -
    -
    -class OneClass
    -  @new: 'new'
    -  function: 'function'
    -  constructor: (name) -> @name = name
    -
    -class TwoClass extends OneClass
    -
    -Function.prototype.new = -> new this arguments...
    -
    -ok (TwoClass.new('three')).name is 'three'
    -ok (new OneClass).function is 'function'
    -ok OneClass.new is 'new'
    -
    -delete Function.prototype.new
    -
    -
    -# And now the same tests, but written in the manual style:
    -Base = ->
    -Base::func = (string) ->
    -  'zero/' + string
    -Base::['func-func'] = (string) ->
    -  "dynamic-#{string}"
    -
    -FirstChild = ->
    -FirstChild extends Base
    -FirstChild::func = (string) ->
    -  super('one/') + string
    -
    -SecondChild = ->
    -SecondChild extends FirstChild
    -SecondChild::func = (string) ->
    -  super('two/') + string
    -
    -ThirdChild = ->
    -  @array = [1, 2, 3]
    -  this
    -ThirdChild extends SecondChild
    -ThirdChild::func = (string) ->
    -  super('three/') + string
    -
    -result = (new ThirdChild).func 'four'
    -
    -ok result is 'zero/one/two/three/four'
    -
    -ok (new ThirdChild)['func-func']('thing') is 'dynamic-thing'
    -
    -
    -TopClass = (arg) ->
    -  @prop = 'top-' + arg
    -  this
    -
    -SuperClass = (arg) ->
    -  super 'super-' + arg
    -  this
    -
    -SubClass = ->
    -  super 'sub'
    -  this
    -
    -SuperClass extends TopClass
    -SubClass extends SuperClass
    -
    -ok (new SubClass).prop is 'top-super-sub'
    -
    -
    -# '@' referring to the current instance, and not being coerced into a call.
    -class ClassName
    -  amI: ->
    -    @ instanceof ClassName
    -
    -obj = new ClassName
    -ok obj.amI()
    -
    -
    -# super() calls in constructors of classes that are defined as object properties.
    -class Hive
    -  constructor: (name) -> @name = name
    -
    -class Hive.Bee extends Hive
    -  constructor: (name) -> super
    -
    -maya = new Hive.Bee 'Maya'
    -ok maya.name is 'Maya'
    -
    -
    -# Class with JS-keyword properties.
    -class Class
    -  class: 'class'
    -  name: -> @class
    -
    -instance = new Class
    -ok instance.class is 'class'
    -ok instance.name() is 'class'
    -
    -
    -# Classes with methods that are pre-bound to the instance.
    -# ... or statically, to the class.
    -class Dog
    -
    -  constructor: (name) ->
    -    @name = name
    -
    -  bark: =>
    -    "#{@name} woofs!"
    -
    -  @static: =>
    -    new this('Dog')
    -
    -spark = new Dog('Spark')
    -fido  = new Dog('Fido')
    -fido.bark = spark.bark
    -
    -ok fido.bark() is 'Spark woofs!'
    -
    -obj = func: Dog.static
    -
    -ok obj.func().name is 'Dog'
    -
    -
    -# Testing a bound function in a bound function.
    -class Mini
    -  num: 10
    -  generate: =>
    -    for i in [1..3]
    -      =>
    -        @num
    -
    -m = new Mini
    -ok (func() for func in m.generate()).join(' ') is '10 10 10'
    -
    -
    -# Testing a contructor called with varargs.
    -class Connection
    -  constructor: (one, two, three) ->
    -    [@one, @two, @three] = [one, two, three]
    -
    -  out: ->
    -    "#{@one}-#{@two}-#{@three}"
    -
    -list = [3, 2, 1]
    -conn = new Connection list...
    -ok conn instanceof Connection
    -ok conn.out() is '3-2-1'
    -
    -
    -# Test calling super and passing along all arguments.
    -class Parent
    -  method: (args...) -> @args = args
    -
    -class Child extends Parent
    -  method: -> super
    -
    -c = new Child
    -c.method 1, 2, 3, 4
    -ok c.args.join(' ') is '1 2 3 4'
    -
    -
    -# Test `extended` callback.
    -class Base
    -  @extended: (subclass) ->
    -    for key, value of @
    -      subclass[key] = value
    -
    -class Element extends Base
    -  @fromHTML: (html) ->
    -    node = "..."
    -    new @(node)
    -
    -  constructor: (node) ->
    -    @node = node
    -
    -ok Element.extended is Base.extended
    -ok Element.__super__ is Base.prototype
    -
    -class MyElement extends Element
    -
    -ok MyElement.extended is Base.extended
    -ok MyElement.fromHTML is Element.fromHTML
    -ok MyElement.__super__ is Element.prototype
    -
    -
    -# Test classes wrapped in decorators.
    -func = (klass) ->
    -  klass::prop = 'value'
    -  klass
    -
    -func class Test
    -  prop2: 'value2'
    -
    -ok (new Test).prop  is 'value'
    -ok (new Test).prop2 is 'value2'
    -
    -
    -# Test anonymous classes.
    -obj =
    -  klass: class
    -    method: -> 'value'
    -
    -instance = new obj.klass
    -ok instance.method() is 'value'
    -
    -
    -# Implicit objects as static properties.
    -class Static
    -  @static:
    -    one: 1
    -    two: 2
    -
    -ok Static.static.one is 1
    -ok Static.static.two is 2
    -
    -
    -# Nothing classes.
    -c = class
    -ok c instanceof Function
    -
    -
    -# Classes with value'd constructors.
    -counter = 0
    -classMaker = ->
    -  counter += 1
    -  inner = counter
    -  ->
    -    @value = inner
    -
    -class One
    -  constructor: classMaker()
    -
    -class Two
    -  constructor: classMaker()
    -
    -ok (new One).value is 1
    -ok (new Two).value is 2
    -ok (new One).value is 1
    -ok (new Two).value is 2
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_comments.coffee b/node/node_modules/jade/support/coffee-script/test/test_comments.coffee
    deleted file mode 100644
    index 7743e1b..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_comments.coffee
    +++ /dev/null
    @@ -1,166 +0,0 @@
    -# comment before a ...
    -
    -###
    -... block comment.
    -###
    -
    -
    -  # comment
    -func = ->
    -# comment
    -  false
    -  false   # comment
    -  false
    -
    -# comment
    -  true
    -
    -switch 'string'
    -  # comment
    -  when false then something()
    -  # comment
    -  when null
    -    somethingElse()
    -
    -->
    -  code()
    -  # comment
    -
    -ok func()
    -
    -func
    -func
    -# Line3
    -
    -obj = {
    -# comment
    -  # comment
    -    # comment
    -  one: 1
    -# comment
    -  two: 2
    -    # comment
    -}
    -
    -result = if true # comment
    -  false
    -
    -ok not result
    -
    -result = if false
    -  false
    -else # comment
    -  45
    -
    -ok result is 45
    -
    -
    -test =
    -  'test ' +
    -  'test ' + # comment
    -  'test'
    -
    -ok test is 'test test test'
    -
    -###
    -  This is a here-comment.
    -  Kind of like a heredoc.
    -###
    -
    -func = ->
    -  ###
    -  Another block comment.
    -  ###
    -  code
    -
    -func = ->
    -  one = ->
    -    two = ->
    -      three = ->
    -  ###
    -  block.
    -  ###
    -  four = ->
    -
    -fn1 = ->
    -  oneLevel = null
    -###
    -This isn't fine.
    -###
    -
    -ok ok
    -
    -obj = {
    -  a: 'b'
    -  ###
    -  comment
    -  ###
    -  c: 'd'
    -}
    -
    -arr = [
    -  1, 2, 3,
    -  ###
    -  four
    -  ###
    -  5, 6, 7
    -]
    -
    -# Spaced comments in if / elses.
    -result = if false
    -  1
    -
    -# comment
    -else if false
    -  2
    -
    -# comment
    -else
    -  3
    -
    -ok result is 3
    -
    -
    -result = switch 'z'
    -  when 'z' then 7
    -# comment
    -ok result is 7
    -
    -
    -# Trailing-line comment before an outdent.
    -func = ->
    -  if true
    -    true # comment
    -  7
    -
    -ok func() is 7
    -
    -
    -# Trailing herecomment in a function.
    -fn = ->
    -  code
    -  ###
    -  debug code commented
    -  ###
    -
    -fn2 = ->
    -
    -
    -class A
    -  b: ->
    -
    -  ###
    -  Comment
    -  ###
    -  c: ->
    -
    -ok A.prototype.c instanceof Function
    -
    -class A
    -  ###
    -  Comment
    -  ###
    -  b: ->
    -  c: ->
    -
    -ok A.prototype.b instanceof Function
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_compilation.coffee b/node/node_modules/jade/support/coffee-script/test/test_compilation.coffee
    deleted file mode 100644
    index ad8c65b..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_compilation.coffee
    +++ /dev/null
    @@ -1,11 +0,0 @@
    -# Ensure that carriage returns don't break compilation on Windows.
    -eq CoffeeScript.compile('one\r\ntwo', bare: on), 'one;\ntwo;'
    -
    -# `globals: on` removes `var`s
    -eq CoffeeScript.compile('x = y', bare: on, globals: on), 'x = y;'
    -
    -ok 'passed' is CoffeeScript.eval '"passed"', bare: on, fileName: 'test'
    -
    -#750
    -try ok not CoffeeScript.nodes 'f(->'
    -catch e then eq e.message, 'unclosed CALL_START on line 1'
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_compound_assignment.coffee b/node/node_modules/jade/support/coffee-script/test/test_compound_assignment.coffee
    deleted file mode 100644
    index cc2fe58..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_compound_assignment.coffee
    +++ /dev/null
    @@ -1,26 +0,0 @@
    -num = 10
    -num -= 5
    -eq num, 5
    -
    -num *= 10
    -eq num, 50
    -
    -num /= 10
    -eq num, 5
    -
    -num %= 3
    -eq num, 2
    -
    -val = false
    -val ||= 'value'
    -val ||= 'eulav'
    -eq val, 'value'
    -
    -val &&= 'rehto'
    -val &&= 'other'
    -eq val, 'other'
    -
    -val = null
    -val ?= 'value'
    -val ?= 'eulav'
    -eq val, 'value'
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_comprehensions.coffee b/node/node_modules/jade/support/coffee-script/test/test_comprehensions.coffee
    deleted file mode 100644
    index 2aff0bf..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_comprehensions.coffee
    +++ /dev/null
    @@ -1,172 +0,0 @@
    -# Basic array comprehensions.
    -nums =    n * n for n in [1, 2, 3] when n % 2 isnt 0
    -results = n * 2 for n in nums
    -
    -ok results.join(',') is '2,18'
    -
    -
    -# Basic object comprehensions.
    -obj   = {one: 1, two: 2, three: 3}
    -names = prop + '!' for prop of obj
    -odds  = prop + '!' for prop, value of obj when value % 2 isnt 0
    -
    -ok names.join(' ') is "one! two! three!"
    -ok odds.join(' ')  is "one! three!"
    -
    -
    -# Basic range comprehensions.
    -nums = i * 3 for i in [1..3]
    -
    -negs = x for x in [-20..-5*2]
    -negs = negs[0..2]
    -
    -result = nums.concat(negs).join(', ')
    -
    -ok result is '3, 6, 9, -20, -19, -18'
    -ok i is 3
    -ok x is -10
    -
    -
    -# With range comprehensions, you can loop in steps.
    -results = x for x in [0...15] by 5
    -ok results.join(' ') is '0 5 10'
    -
    -results = x for x in [0..100] by 10
    -ok results.join(' ') is '0 10 20 30 40 50 60 70 80 90 100'
    -
    -
    -# And can loop downwards, with a negative step.
    -results = x for x in [5..1]
    -
    -ok results.join(' ') is '5 4 3 2 1'
    -ok results.join(' ') is [(10-5)..(-2+3)].join(' ')
    -
    -results = x for x in [10..1]
    -ok results.join(' ') is [10..1].join(' ')
    -
    -results = x for x in [10...0] by -2
    -ok results.join(' ') is [10, 8, 6, 4, 2].join(' ')
    -
    -
    -# Multiline array comprehension with filter.
    -evens = for num in [1, 2, 3, 4, 5, 6] when num % 2 is 0
    -           num *= -1
    -           num -= 2
    -           num * -1
    -
    -ok evens.join(', ') is '4, 6, 8'
    -
    -
    -# The in operator still works, standalone.
    -ok 2 of evens
    -
    -
    -# Ensure that the closure wrapper preserves local variables.
    -obj = {}
    -
    -for method in ['one', 'two', 'three']
    -  obj[method] = ->
    -    "I'm " + method
    -
    -ok obj.one()   is "I'm one"
    -ok obj.two()   is "I'm two"
    -ok obj.three() is "I'm three"
    -
    -i = 0
    -for i in [1..3]
    -  -> 'func'
    -  break if false
    -ok i is 3
    -
    -
    -# Ensure that local variables are closed over for range comprehensions.
    -funcs = for i in [1..3]
    -  -> -i
    -
    -ok (func() for func in funcs).join(' ') is '-1 -2 -3'
    -ok i is 3
    -
    -
    -# Ensure that closing over local variables doesn't break scoping laws.
    -for i in [0]
    -  count = 0
    -  i = 50
    -  ->
    -ok count is 0
    -ok i is 50
    -
    -
    -# Even when referenced in the filter.
    -list = ['one', 'two', 'three']
    -
    -methods = for num, i in list when num isnt 'two' and i isnt 1
    -  -> num + ' ' + i
    -
    -ok methods.length is 2
    -ok methods[0]() is 'one 0'
    -ok methods[1]() is 'three 2'
    -
    -
    -# Naked ranges are expanded into arrays.
    -array = [0..10]
    -ok(num % 2 is 0 for num in array by 2)
    -
    -
    -# Nested comprehensions.
    -multiLiner =
    -  for x in [3..5]
    -    for y in [3..5]
    -      [x, y]
    -
    -singleLiner =
    -  [x, y] for y in [3..5] for x in [3..5]
    -
    -ok multiLiner.length is singleLiner.length
    -ok 5 is multiLiner[2][2][1]
    -ok 5 is singleLiner[2][2][1]
    -
    -
    -# Comprehensions within parentheses.
    -result = null
    -store = (obj) -> result = obj
    -store (x * 2 for x in [3, 2, 1])
    -
    -ok result.join(' ') is '6 4 2'
    -
    -
    -# Closure-wrapped comprehensions that refer to the "arguments" object.
    -expr = ->
    -  result = item * item for item in arguments
    -
    -ok expr(2, 4, 8).join(' ') is '4 16 64'
    -
    -
    -# Fast object comprehensions over all properties, including prototypal ones.
    -class Cat
    -  constructor: -> @name = 'Whiskers'
    -  breed: 'tabby'
    -  hair:  'cream'
    -
    -whiskers = new Cat
    -own = value for key, value of whiskers
    -all = value for all key, value of whiskers
    -
    -ok own.join(' ') is 'Whiskers'
    -ok all.sort().join(' ') is 'Whiskers cream tabby'
    -
    -
    -# Optimized range comprehensions.
    -exxes = 'x' for [0...10]
    -ok exxes.join(' ') is 'x x x x x x x x x x'
    -
    -
    -# Comprehensions safely redeclare parameters if they're not present in closest
    -# scope.
    -rule = (x) -> x
    -
    -learn = ->
    -  rule for rule in [1, 2, 3]
    -
    -ok learn().join(' ') is '1 2 3'
    -
    -ok rule(101) is 101
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_existence.coffee b/node/node_modules/jade/support/coffee-script/test/test_existence.coffee
    deleted file mode 100644
    index e0687bf..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_existence.coffee
    +++ /dev/null
    @@ -1,145 +0,0 @@
    -ok(if mySpecialVariable? then false else true)
    -
    -mySpecialVariable = false
    -
    -ok(if mySpecialVariable? then true else false)
    -
    -
    -# Existential assignment.
    -a = 5
    -a = null
    -a ?= 10
    -b ?= 10
    -
    -ok a is 10 and b is 10
    -
    -
    -# The existential operator.
    -z = null
    -x = z ? "EX"
    -ok z is null and x is "EX"
    -
    -i = 9
    -func = -> i += 1
    -result = func() ? 101
    -ok result is 10
    -
    -# Only evaluate once.
    -counter = 0
    -getNextNode = ->
    -  throw "up" if counter
    -  counter++
    -
    -ok(if getNextNode()? then true else false)
    -
    -
    -# Existence chains, soaking up undefined properties:
    -obj =
    -  prop: "hello"
    -
    -eq obj?.prop, "hello"
    -eq obj?['prop'], "hello"
    -eq obj.prop?.length, 5
    -eq obj?.prop?['length'], 5
    -eq obj?.prop?.non?.existent?.property, undefined
    -
    -
    -# Soaks and caches method calls as well.
    -arr = ["--", "----"]
    -
    -eq arr.pop()?.length, 4
    -eq arr.pop()?.length, 2
    -eq arr.pop()?.length, undefined
    -eq arr.pop()?.length?.non?.existent()?.property, undefined
    -
    -
    -# Soaks method calls safely.
    -value = null
    -eq value?.toString().toLowerCase(), undefined
    -
    -value = 10
    -eq value?.toString().toLowerCase(), '10'
    -
    -eq 0.nothing?.property() or 101, 101
    -
    -counter = 0
    -func = ->
    -  counter += 1
    -  'prop'
    -obj =
    -  prop: -> this
    -  value: 25
    -
    -ok obj[func()]()[func()]()[func()]()?.value is 25
    -ok counter is 3
    -
    -
    -ident = (obj) -> obj
    -eq ident(non?.existent().method()), undefined, 'soaks inner values'
    -
    -
    -# Soaks constructor invocations.
    -a = 0
    -class Foo
    -  constructor: -> a += 1
    -  bar: "bat"
    -
    -ok (new Foo())?.bar is 'bat'
    -ok a is 1
    -
    -
    -ok not value?.property?, 'safely checks existence on soaks'
    -
    -
    -eq nothing?.value, undefined, 'safely calls values off of non-existent variables'
    -eq !nothing?.value and 1, 1,  'corresponding operators work as expected'
    -
    -
    -# Assign to the result of an exsitential operation with a minus.
    -x = null ? - 1
    -ok x is - 1
    -
    -
    -# Things that compile to ternaries should force parentheses, like operators do.
    -duration = if options?.animated then 150 else 0
    -ok duration is 0
    -
    -
    -# Function soaks.
    -plus1 = (x) -> x + 1
    -count = 0
    -obj = {
    -  counter: -> count += 1; this
    -  returnThis: -> this
    -}
    -
    -eq plus1?(41), 42
    -eq (plus1? 41), 42
    -eq plus2?(41), undefined
    -eq (plus2? 41), undefined
    -eq obj.returnThis?(), obj
    -eq obj.returnSelf?(), undefined
    -eq obj.returnThis?().flag = on, on
    -eq obj.returnSelf?().flag = on, undefined
    -eq obj.counter().counter().returnThis?(), obj
    -eq count, 2
    -
    -maybe_close = (f, arg) -> if typeof f is 'function' then () -> f(arg) else -1
    -
    -eq maybe_close(plus1, 41)?(), 42
    -eq (maybe_close plus1, 41)?(), 42
    -eq (maybe_close 'string', 41)?(), undefined
    -
    -eq 2?(3), undefined
    -eq new Number?(42) | 0, 42
    -eq new Bumper?(42) | 0, 0
    -
    -#726
    -eq calendar?[Date()], undefined
    -
    -#733
    -a = b: {c: null}
    -eq a.b?.c?(), undefined
    -a.b?.c or= (it) -> it
    -eq a.b?.c?(1), 1
    -eq a.b?.c?([2, 3]...), 2
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_expressions.coffee b/node/node_modules/jade/support/coffee-script/test/test_expressions.coffee
    deleted file mode 100644
    index 9572a6c..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_expressions.coffee
    +++ /dev/null
    @@ -1,40 +0,0 @@
    -# Ensure that we don't wrap Nodes that are "pureStatement" in a closure.
    -items = [1, 2, 3, "bacon", 4, 5]
    -
    -for item in items
    -  break if item is "bacon"
    -
    -findit = (items) ->
    -  for item in items
    -    return item if item is "bacon"
    -
    -ok findit(items) is "bacon"
    -
    -
    -# When when a closure wrapper is generated for expression conversion, make sure
    -# that references to "this" within the wrapper are safely converted as well.
    -obj = {
    -  num: 5
    -  func: ->
    -    this.result = if false
    -      10
    -    else
    -      "a"
    -      "b"
    -      this.num
    -}
    -
    -ok obj.num is obj.func()
    -ok obj.num is obj.result
    -
    -
    -# Should be able to look at prototypes on keywords.
    -obj =
    -  withAt:   -> @::prop
    -  withThis: -> this::prop
    -  proto:
    -    prop: 100
    -
    -obj.prototype = obj.proto
    -ok obj.withAt() is 100
    -ok obj.withThis() is 100
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_functions.coffee b/node/node_modules/jade/support/coffee-script/test/test_functions.coffee
    deleted file mode 100644
    index c39e6c0..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_functions.coffee
    +++ /dev/null
    @@ -1,346 +0,0 @@
    -x = 1
    -y = {}
    -y.x = -> 3
    -
    -ok x is 1
    -ok typeof(y.x) is 'function'
    -ok y.x instanceof Function
    -ok y.x() is 3
    -
    -
    -# The empty function should not cause a syntax error.
    -->
    -() ->
    -
    -
    -# Multiple nested function declarations mixed with implicit calls should not
    -# cause a syntax error.
    -(one) -> (two) -> three four, (five) -> six seven, eight, (nine) ->
    -
    -
    -obj = {
    -  name: 'Fred'
    -
    -  bound: ->
    -    (=> eq this, obj)()
    -
    -  unbound: ->
    -    (-> ok this isnt obj)()
    -
    -  nested: ->
    -    (=>
    -      (=>
    -        (=>
    -          eq this, obj
    -        )()
    -      )()
    -    )()
    -}
    -
    -obj.unbound()
    -obj.bound()
    -obj.nested()
    -
    -
    -# Python decorator style wrapper that memoizes any function
    -memoize = (fn) ->
    -  cache = {}
    -  self  = this
    -  (args...) ->
    -    key = args.toString()
    -    return cache[key] if cache[key]
    -    cache[key] = fn.apply(self, args)
    -
    -Math = {
    -  Add: (a, b) -> a + b
    -  AnonymousAdd: ((a, b) -> a + b)
    -  FastAdd: memoize (a, b) -> a + b
    -}
    -
    -ok Math.Add(5, 5) is 10
    -ok Math.AnonymousAdd(10, 10) is 20
    -ok Math.FastAdd(20, 20) is 40
    -
    -
    -# Parens are optional on simple function calls.
    -ok 100 > 1 if 1 > 0
    -ok true unless false
    -ok true for i in [1..3]
    -
    -okFunc = (f) -> ok(f())
    -okFunc -> true
    -
    -# Optional parens can be used in a nested fashion.
    -call = (func) -> func()
    -
    -result = call ->
    -  inner = call ->
    -    Math.Add(5, 5)
    -
    -ok result is 10
    -
    -
    -# More fun with optional parens.
    -fn = (arg) -> arg
    -
    -ok fn(fn {prop: 101}).prop is 101
    -
    -
    -# Multi-blocks with optional parens.
    -result = fn( ->
    -  fn ->
    -    "Wrapped"
    -)
    -
    -ok result()() is 'Wrapped'
    -
    -
    -# And even with strange things like this:
    -funcs  = [((x) -> x), ((x) -> x * x)]
    -result = funcs[1] 5
    -
    -ok result is 25
    -
    -result = ("hello".slice) 3
    -
    -ok result is 'lo'
    -
    -
    -# And with multiple single-line functions on the same line.
    -func = (x) -> (x) -> (x) -> x
    -ok func(1)(2)(3) is 3
    -
    -
    -# Ensure that functions with the same name don't clash with helper functions.
    -del = -> 5
    -ok del() is 5
    -
    -# Ensure that functions can have a trailing comma in their argument list
    -mult = (x, mids..., y) ->
    -  x *= n for n in mids
    -  x *= y
    -
    -ok mult(1, 2,) is 2
    -ok mult(1, 2, 3,) is 6
    -ok mult(10,[1..6]...,) is 7200
    -
    -
    -# Test for inline functions with parentheses and implicit calls.
    -combine = (func, num) -> func() * num
    -result  = combine (-> 1 + 2), 3
    -
    -ok result is 9
    -
    -
    -# Test for calls/parens/multiline-chains.
    -f = (x) -> x
    -result = (f 1).toString()
    -  .length
    -
    -ok result is 1
    -
    -
    -# Test implicit calls in functions in parens:
    -result = ((val) ->
    -  [].push val
    -  val
    -)(10)
    -
    -ok result is 10
    -
    -
    -# More paren compilation tests:
    -reverse = (obj) -> obj.reverse()
    -ok reverse([1, 2].concat 3).join(' ') is '3 2 1'
    -
    -# Passing multiple functions without paren-wrapping is legal, and should compile.
    -sum = (one, two) -> one() + two()
    -result = sum ->
    -  7 + 9
    -, ->
    -  1 + 3
    -
    -ok result is 20
    -
    -
    -# Implicit call with a trailing if statement as a param.
    -func = -> arguments[1]
    -result = func 'one', if false then 100 else 13
    -ok result is 13
    -
    -
    -# Test more function passing:
    -result = sum( ->
    -  1 + 2
    -, ->
    -  2 + 1
    -)
    -ok result is 6
    -
    -sum = (a, b) -> a + b
    -result = sum(1
    -, 2)
    -
    -ok result is 3
    -
    -
    -# This is a crazy one.
    -x = (obj, func) -> func obj
    -ident = (x) -> x
    -
    -result = x {one: ident 1}, (obj) ->
    -  inner = ident(obj)
    -  ident inner
    -
    -ok result.one is 1
    -
    -
    -# Assignment to a Object.prototype-named variable should not leak to outer scope.
    -# FIXME: fails on IE
    -(->
    -  constructor = 'word'
    -)()
    -
    -ok constructor isnt 'word'
    -
    -
    -# Trying an implicit object call with a trailing function.
    -a = null
    -meth = (arg, obj, func) -> a = [obj.a, arg, func()].join ' '
    -
    -meth 'apple', b: 1, a: 13, ->
    -  'orange'
    -
    -ok a is '13 apple orange'
    -
    -
    -# Ensure that empty functions don't return mistaken values.
    -obj =
    -  func: (@param, @rest...) ->
    -
    -ok obj.func(101, 102, 103, 104) is undefined
    -ok obj.param is 101
    -ok obj.rest.join(' ') is '102 103 104'
    -
    -
    -# `@` and `this` should both be able to invoke a method.
    -func          = (arg) -> ok arg is true
    -func.withAt   = -> @ true
    -func.withThis = -> this true
    -
    -func.withAt()
    -func.withThis()
    -
    -
    -# Ensure that constructors invoked with splats return a new object.
    -args = [1, 2, 3]
    -Type = (@args) ->
    -type = new Type args
    -
    -ok type and type instanceof Type
    -ok type.args and type.args instanceof Array
    -ok v is args[i] for v, i in type.args
    -
    -Type1 = (@a, @b, @c) ->
    -type1 = new Type1 args...
    -
    -ok type1 instanceof   Type1
    -eq type1.constructor, Type1
    -ok type1.a is args[0] and type1.b is args[1] and type1.c is args[2]
    -
    -
    -# Ensure that constructors invoked with splats cache the function.
    -called = 0
    -get = -> if called++ then false else class Type
    -new get() args...
    -
    -
    -# Chained blocks, with proper indentation levels:
    -counter =
    -  results: []
    -  tick: (func) ->
    -    @results.push func()
    -    this
    -
    -counter
    -  .tick ->
    -    3
    -  .tick ->
    -    2
    -  .tick ->
    -    1
    -
    -eq counter.results.join(' '), '3 2 1'
    -
    -
    -# Make incorrect indentation safe.
    -func = ->
    -  obj = {
    -          key: 10
    -        }
    -  obj.key - 5
    -
    -eq func(), 5
    -
    -
    -# Ensure that chained calls with indented implicit object literals below are
    -# alright.
    -result = null
    -obj =
    -  method: (val)  -> this
    -  second: (hash) -> result = hash.three
    -
    -
    -obj
    -  .method(
    -    101
    -  ).second(
    -    one:
    -      two: 2
    -    three: 3
    -  )
    -
    -eq result, 3
    -
    -
    -# Test newline-supressed call chains with nested functions.
    -obj  =
    -  call: -> this
    -func = ->
    -  obj
    -    .call ->
    -      one two
    -    .call ->
    -      three four
    -  101
    -
    -eq func(), 101
    -
    -
    -# `new` shouldn't add extra parens
    -ok new Date().constructor is Date
    -
    -
    -# `new` works against bare function
    -eq Date, new ->
    -  eq this, new => this
    -  Date
    -
    -
    -# Implicit objects with number arguments.
    -func = (x, y) -> y
    -obj =
    -  prop: func "a", 1
    -
    -ok obj.prop is 1
    -
    -
    -# Non-spaced unary and binary operators should cause a function call.
    -func = (val) -> val + 1
    -ok (func +5) is 6
    -ok (func -5) is -4
    -
    -
    -# Prefix unary assignment operators are allowed in parenless calls.
    -val = 5
    -ok (func --val) is 5
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_helpers.coffee b/node/node_modules/jade/support/coffee-script/test/test_helpers.coffee
    deleted file mode 100644
    index 56a8017..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_helpers.coffee
    +++ /dev/null
    @@ -1,49 +0,0 @@
    -{indexOf, include, starts, ends, compact, count, merge, extend, flatten, del, last} = CoffeeScript.helpers
    -
    -array  = [0..4]
    -string = array.join ''
    -object = {}
    -
    -# Test `indexOf`
    -eq 0, indexOf array, 0
    -eq 2, indexOf array, 2
    -eq 4, indexOf array, 4
    -eq(-1, indexOf array, 6)
    -
    -# Test `include`
    -ok include array, 0
    -ok include array, 2
    -ok include array, 4
    -ok not include array, 6
    -
    -# Test `starts`
    -ok starts string, '012'
    -ok starts string, '34', 3
    -ok not starts string, '42'
    -ok not starts string, '42', 6
    -
    -# Test `ends`
    -ok ends string, '234'
    -ok ends string, '01', 3
    -ok not ends string, '42'
    -ok not ends string, '42', 6
    -
    -# Test `merge`
    -merged = merge object, array
    -ok merged isnt object
    -eq merged[3], 3
    -
    -# Test `extend`
    -ok object is extend object, array
    -eq object[3], 3
    -
    -# Test `flatten`
    -eq "#{ flatten [0, [1, 2], 3, [4]] }", "#{ array }"
    -
    -# Test `del`
    -eq 1, del object, 1
    -ok 1 not of object
    -
    -# Test `last`
    -eq 4, last array
    -eq 2, last array, 2
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_heredocs.coffee b/node/node_modules/jade/support/coffee-script/test/test_heredocs.coffee
    deleted file mode 100644
    index 330ecdf..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_heredocs.coffee
    +++ /dev/null
    @@ -1,111 +0,0 @@
    -a = """
    -    basic heredoc
    -    on two lines
    -    """
    -
    -ok a is "basic heredoc\non two lines"
    -
    -
    -a = '''
    -    a
    -      "b
    -    c
    -    '''
    -
    -ok a is "a\n  \"b\nc"
    -
    -
    -a = """
    -a
    - b
    -  c
    -"""
    -
    -ok a is "a\n b\n  c"
    -
    -
    -a = '''one-liner'''
    -
    -ok a is 'one-liner'
    -
    -
    -a = """
    -      out
    -      here
    -"""
    -
    -ok a is "out\nhere"
    -
    -
    -a = '''
    -       a
    -     b
    -   c
    -    '''
    -
    -ok a is "    a\n  b\nc"
    -
    -
    -a = '''
    -a
    -
    -
    -b c
    -'''
    -
    -ok a is "a\n\n\nb c"
    -
    -
    -a = '''more"than"one"quote'''
    -
    -ok a is 'more"than"one"quote'
    -
    -
    -val = 10
    -
    -a = """
    -    basic heredoc #{val}
    -    on two lines
    -    """
    -
    -b = '''
    -    basic heredoc #{val}
    -    on two lines
    -    '''
    -
    -ok a is "basic heredoc 10\non two lines"
    -ok b is "basic heredoc \#{val}\non two lines"
    -
    -
    -a = '''here's an apostrophe'''
    -ok a is "here's an apostrophe"
    -
    -
    -# The indentation detector ignores blank lines without trailing whitespace
    -a = """
    -    one
    -    two
    -
    -    """
    -ok a is "one\ntwo\n"
    -
    -eq ''' line 0
    -  should not be relevant
    -    to the indent level
    -''', '
    - line 0\n
    -should not be relevant\n
    -  to the indent level
    -'
    -
    -eq ''' '\\\' ''', " '\\' "
    -eq """ "\\\" """, ' "\\" '
    -
    -eq '''  <- keep these spaces ->  ''', '  <- keep these spaces ->  '
    -
    -eq 'multiline nested "interpolations" work', """multiline #{
    -  "nested #{(->
    -    ok yes
    -    "\"interpolations\""
    -  )()}"
    -} work"""
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_if.coffee b/node/node_modules/jade/support/coffee-script/test/test_if.coffee
    deleted file mode 100644
    index 42ba54b..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_if.coffee
    +++ /dev/null
    @@ -1,146 +0,0 @@
    -a = b = d = true
    -c = false
    -
    -result = if a
    -  if b
    -    if c then false else
    -      if d
    -        true
    -
    -ok result
    -
    -
    -first = if false then false else second = if false then false else true
    -
    -ok first
    -ok second
    -
    -
    -result = if false
    -  false
    -else if NaN
    -  false
    -else
    -  true
    -
    -ok result
    -
    -
    -# Testing unless.
    -result = unless true
    -  10
    -else
    -  11
    -
    -ok result is 11
    -
    -
    -# Nested inline if statements.
    -echo = (x) -> x
    -result = if true then echo((if false then 'xxx' else 'y') + 'a')
    -ok result is 'ya'
    -
    -
    -# Testing inline funcs with inline if-elses.
    -func = -> if 1 < 0.5 then 1 else -1
    -ok func() is -1
    -
    -
    -# Testing empty or commented if statements ... should compile:
    -result = if false
    -else if false
    -else
    -
    -ok result is undefined
    -
    -result = if false
    -  # comment
    -else if true
    -  # comment
    -else
    -
    -ok result is undefined
    -
    -
    -# Return an if with no else.
    -func = ->
    -  return if false then callback()
    -
    -ok func() is undefined
    -
    -func = ->
    -  return unless false then 100 else -100
    -
    -ok func() is 100
    -
    -ident = (x) -> x
    -result = ident if false then 300 else 100
    -
    -ok result is 100
    -
    -
    -# If-to-ternary with instanceof requires parentheses (no comment).
    -if {} instanceof Object
    -  ok yes
    -else
    -  ok no
    -
    -try
    -  {} + {}
    -  ok yes
    -catch e
    -  ok no
    -
    -
    -# If-to-ternary as part of a larger operation requires parens.
    -x = 1
    -result = x + if false then 10 else 1
    -ok result is 2
    -
    -
    -# If/else indented within an assignment.
    -func = ->
    -  a =
    -    if false
    -      3
    -    else
    -      5
    -  101
    -  a
    -
    -ok func() is 5
    -
    -
    -# Unmatched 'then' should catch implicit calls.
    -i = 1
    -isTrue = (x) -> x is true
    -
    -if isTrue yes then i += 1
    -
    -ok i is 2
    -
    -# If/else with a suppressed indentation via assignment.
    -result =
    -  if      false then 10
    -  else if no    then 20
    -  else if 0     then 30
    -  else if NaN   then 40
    -  else               50 +
    -       if false then 10
    -       else          20
    -
    -ok result is 70
    -
    -
    -# Issue #738
    -func = if true then -> 1
    -eq func(), 1
    -
    -
    -# Issue #748. Trailing reserved identifiers.
    -obj = delete: true
    -
    -result = if obj.delete
    -  101
    -
    -ok result is 101
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_importing.coffee b/node/node_modules/jade/support/coffee-script/test/test_importing.coffee
    deleted file mode 100644
    index e069938..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_importing.coffee
    +++ /dev/null
    @@ -1,3 +0,0 @@
    -# Check if we can import and execute a CoffeeScript-only module successfully.
    -if require?.extensions? or require?.registerExtension?
    -  ok require('./test_module').func() is "from over there"
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_literals.coffee b/node/node_modules/jade/support/coffee-script/test/test_literals.coffee
    deleted file mode 100644
    index b753b45..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_literals.coffee
    +++ /dev/null
    @@ -1,247 +0,0 @@
    -a = [((x) -> x), ((x) -> x * x)]
    -
    -ok a.length is 2
    -
    -
    -neg = (3 -4)
    -
    -ok neg is -1
    -
    -
    -# Decimal number literals.
    -value = .25 + .75
    -ok value is 1
    -value = 0.0 + -.25 - -.75 + 0.0
    -ok value is 0.5
    -
    -# Decimals don't interfere with ranges.
    -ok [0..10].join(' ') is  '0 1 2 3 4 5 6 7 8 9 10'
    -ok [0...10].join(' ') is '0 1 2 3 4 5 6 7 8 9'
    -
    -
    -# Can call methods directly on numbers.
    -4.valueOf() is 4
    -
    -
    -func = ->
    -  return if true
    -
    -ok func() is undefined
    -
    -
    -trailingComma = [1, 2, 3,]
    -ok (trailingComma[0] is 1) and (trailingComma[2] is 3) and (trailingComma.length is 3)
    -
    -trailingComma = [
    -  1, 2, 3,
    -  4, 5, 6
    -  7, 8, 9,
    -]
    -(sum = (sum or 0) + n) for n in trailingComma
    -
    -trailingComma = {k1: "v1", k2: 4, k3: (-> true),}
    -ok trailingComma.k3() and (trailingComma.k2 is 4) and (trailingComma.k1 is "v1")
    -
    -
    -ok {a: (num) -> num is 10 }.a 10
    -
    -
    -moe = {
    -  name:  'Moe'
    -  greet: (salutation) ->
    -    salutation + " " + @name
    -  hello: ->
    -    @['greet'] "Hello"
    -  10: 'number'
    -}
    -
    -ok moe.hello() is "Hello Moe"
    -ok moe[10] is 'number'
    -
    -moe.hello = ->
    -  this['greet'] "Hello"
    -
    -ok moe.hello() is 'Hello Moe'
    -
    -
    -obj = {
    -  is:     -> yes,
    -  'not':  -> no,
    -}
    -
    -ok obj.is()
    -ok not obj.not()
    -
    -
    -# Top-level object literal doesn't break things.
    -obj: 1
    -
    -
    -# Funky indentation within non-comma-seperated arrays.
    -result = [['a']
    - {b: 'c'}]
    -
    -ok result[0][0] is 'a'
    -ok result[1]['b'] is 'c'
    -
    -
    -# Object literals should be able to include keywords.
    -obj = {class: 'höt'}
    -obj.function = 'dog'
    -
    -ok obj.class + obj.function is 'hötdog'
    -
    -
    -# But keyword assignment should be smart enough not to stringify variables.
    -func = ->
    -  this == 'this'
    -
    -ok func() is false
    -
    -
    -# New fancy implicit objects:
    -config =
    -  development:
    -    server: 'localhost'
    -    timeout: 10
    -
    -  production:
    -    server: 'dreamboat'
    -    timeout: 1000
    -
    -ok config.development.server  is 'localhost'
    -ok config.production.server   is 'dreamboat'
    -ok config.development.timeout is 10
    -ok config.production.timeout  is 1000
    -
    -obj =
    -  a: 1
    -  b: 2
    -
    -ok obj.a is 1
    -ok obj.b is 2
    -
    -obj =
    -  a: 1,
    -  b: 2,
    -
    -ok obj.a is 1
    -ok obj.b is 2
    -
    -
    -# Implicit objects nesting.
    -obj =
    -  options:
    -    value: yes
    -
    -  fn: ->
    -    {}
    -    null
    -
    -ok obj.options.value is yes
    -ok obj.fn() is null
    -
    -
    -# Implicit arguments to function calls:
    -func = (obj) -> obj.a
    -
    -result = func
    -  a: 10
    -
    -ok result is 10
    -
    -result = func
    -  "a": 20
    -
    -ok result is 20
    -
    -third = (a, b, c) -> c
    -obj =
    -  one: 'one'
    -  two: third 'one', 'two', 'three'
    -
    -ok obj.one is 'one'
    -ok obj.two is 'three'
    -
    -
    -# Implicit objects with wacky indentation:
    -obj =
    -  'reverse': (obj) ->
    -    Array.prototype.reverse.call obj
    -  abc: ->
    -    @reverse(
    -      @reverse @reverse ['a', 'b', 'c'].reverse()
    -    )
    -  one: [1, 2,
    -    a: 'b'
    -  3, 4]
    -  red:
    -    orange:
    -          yellow:
    -                  green: 'blue'
    -    indigo: 'violet'
    -  misdent: [[],
    -  [],
    -                  [],
    -      []]
    -
    -ok obj.abc().join(' ') is 'a b c'
    -ok obj.one.length is 5
    -ok obj.one[4] is 4
    -ok obj.one[2].a is 'b'
    -ok (key for key of obj.red).length is 2
    -ok obj.red.orange.yellow.green is 'blue'
    -ok obj.red.indigo is 'violet'
    -ok obj.misdent.toString() is ',,,'
    -
    -second = (x, y) -> y
    -obj = then second 'the',
    -  1: 1
    -  two:
    -    three: ->
    -      four five,
    -        six: seven
    -  three: 3
    -
    -ok obj[1] is 1
    -ok obj.three is 3
    -
    -
    -# Implicit objects as part of chained calls.
    -identity = (x) -> x.a
    -
    -b = identity identity identity
    -  a:
    -    a:
    -      a: 100
    -
    -ok b is 100
    -
    -
    -# Inline JS
    -eq '\\`', `
    -  "\\\`"
    -`
    -
    -
    -# Shorthand objects with property references.
    -obj =
    -  one: 1
    -  two: 2
    -  object: -> {@one, @two}
    -  list:   -> [@one, @two]
    -
    -
    -result = obj.object()
    -eq result.one, 1
    -eq result.two, 2
    -eq result.two, obj.list()[1]
    -
    -
    -#542: Objects leading expression statement should be parenthesized.
    -{f: -> ok yes }.f() + 1
    -
    -
    -#764: Boolean/Number should be indexable.
    -ok 42['toString']
    -ok on['toString']
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_module.coffee b/node/node_modules/jade/support/coffee-script/test/test_module.coffee
    deleted file mode 100644
    index c6f1f1b..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_module.coffee
    +++ /dev/null
    @@ -1,4 +0,0 @@
    -# This file is imported by `testImporting.coffee`
    -if exports?
    -  local = "from over there"
    -  exports.func = -> local
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_operations.coffee b/node/node_modules/jade/support/coffee-script/test/test_operations.coffee
    deleted file mode 100644
    index 0ba5cd6..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_operations.coffee
    +++ /dev/null
    @@ -1,154 +0,0 @@
    -# CoffeeScript's operations should be chainable, like Python's.
    -ok 500 > 50 > 5 > -5
    -
    -ok true is not false is true is not false
    -
    -ok 0 is 0 isnt 50 is 50
    -
    -ok 10 < 20 > 10
    -
    -ok 50 > 10 > 5 is parseInt('5', 10)
    -
    -i = 0
    -ok 1 > i++ < 1, 'chained operations should evaluate each value only once'
    -
    -
    -# `==` and `is` should be interchangeable.
    -a = b = 1
    -
    -ok a is 1 and b is 1
    -ok a == b
    -ok a is b
    -
    -
    -# Allow "if x not in y"
    -obj = {a: true}
    -ok 'a' of obj
    -ok 'b' not of obj
    -
    -# And for "a in b" with array presence.
    -ok 200 in [100, 200, 300]
    -array = [100, 200, 300]
    -ok 200 in array
    -ok 1 not in array
    -ok array[0]++ in [99, 100], 'should cache testee'
    -
    -# And with array presence on an instance variable.
    -obj = {
    -  list: [1, 2, 3, 4, 5]
    -  in_list: (value) -> value in @list
    -}
    -ok obj.in_list 4
    -ok not obj.in_list 0
    -
    -# Non-spaced values still work.
    -x = 10
    -y = -5
    -
    -ok x*-y is 50
    -ok x*+y is -50
    -
    -
    -# Compound operators.
    -one  = 1
    -two  = 0
    -one or= 2
    -two or= 2
    -
    -eq one, 1
    -eq two, 2
    -
    -zero = 0
    -
    -zero and= 'one'
    -one  and= 'one'
    -
    -eq zero, 0
    -eq one , 'one'
    -
    -
    -# Compound assignment should be careful about caching variables.
    -count = 0
    -list = []
    -
    -list[++count] or= 1
    -eq list[1], 1
    -eq count, 1
    -
    -list[++count] ?= 2
    -eq list[2], 2
    -eq count, 2
    -
    -list[count++] and= 'two'
    -eq list[2], 'two'
    -eq count, 3
    -
    -base = -> ++count; base
    -
    -base().four or= 4
    -eq base.four, 4
    -eq count, 4
    -
    -base().five ?= 5
    -eq base.five, 5
    -eq count, 5
    -
    -
    -# Ensure that RHS is treated as a group.
    -a = b = false
    -a and= b or true
    -ok a is false
    -
    -
    -# Bitwise operators:
    -ok (10 &   3) is 2
    -ok (10 |   3) is 11
    -ok (10 ^   3) is 9
    -ok (10 <<  3) is 80
    -ok (10 >>  3) is 1
    -ok (10 >>> 3) is 1
    -
    -num = 10; ok (num <<=  3) is 80
    -num = 10; ok (num >>=  3) is 1
    -num = 10; ok (num >>>= 3) is 1
    -num = 10; ok (num &=   3) is 2
    -num = 10; ok (num ^=   3) is 9
    -num = 10; ok (num |=   3) is 11
    -
    -
    -# Compound assignment with implicit objects.
    -obj = undefined
    -obj ?=
    -  one: 1
    -
    -ok obj.one is 1
    -
    -obj and=
    -  two: 2
    -
    -ok not obj.one
    -ok obj.two is 2
    -
    -
    -# Compound assignment as a sub expression.
    -[a, b, c] = [1, 2, 3]
    -ok (a + b += c) is 6
    -ok a is 1
    -ok b is 5
    -ok c is 3
    -
    -
    -# Instanceof.
    -ok new String instanceof String
    -ok new Number not instanceof String
    -
    -
    -#737: `in` should have higher precedence than logical operators
    -eq 1, 1 in [1] and 1
    -
    -#768: `in` should preserve evaluation order
    -share = 0
    -a = -> share++ if share is 0
    -b = -> share++ if share is 1
    -c = -> share++ if share is 2
    -ok a() not in [b(),c()] and share is 3 
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_option_parser.coffee b/node/node_modules/jade/support/coffee-script/test/test_option_parser.coffee
    deleted file mode 100644
    index 2f66623..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_option_parser.coffee
    +++ /dev/null
    @@ -1,27 +0,0 @@
    -# Ensure that the OptionParser handles arguments correctly.
    -return unless require?
    -{OptionParser} = require './../lib/optparse'
    -
    -opt = new OptionParser [
    -  ['-r', '--required [DIR]',  'desc required']
    -  ['-o', '--optional',        'desc optional']
    -  ['-l', '--list [FILES*]',   'desc list']
    -]
    -
    -result = opt.parse ['one', 'two', 'three', '-r', 'dir']
    -
    -ok result.arguments.length is 5
    -ok result.arguments[3] is '-r'
    -
    -result = opt.parse ['--optional', '-r', 'folder', 'one', 'two']
    -
    -ok result.optional is true
    -ok result.required is 'folder'
    -ok result.arguments.join(' ') is 'one two'
    -
    -result = opt.parse ['-l', 'one.txt', '-l', 'two.txt', 'three']
    -
    -ok result.list instanceof Array
    -ok result.list.join(' ') is 'one.txt two.txt'
    -ok result.arguments.join(' ') is 'three'
    -
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_pattern_matching.coffee b/node/node_modules/jade/support/coffee-script/test/test_pattern_matching.coffee
    deleted file mode 100644
    index e323814..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_pattern_matching.coffee
    +++ /dev/null
    @@ -1,160 +0,0 @@
    -# Simple variable swapping.
    -a = -1
    -b = -2
    -
    -[a, b] = [b, a]
    -
    -eq a, -2
    -eq b, -1
    -
    -func = ->
    -  [a, b] = [b, a]
    -
    -eq func().join(' '), '-1 -2'
    -eq a, -1
    -eq b, -2
    -
    -#713
    -eq (onetwo = [1, 2]), [a, b] = [c, d] = onetwo
    -ok a is c is 1 and b is d is 2
    -
    -
    -# Array destructuring, including splats.
    -[x,y...,z] = [1,2,3,4,5]
    -
    -ok x is 1
    -ok y.length is 3
    -ok z is 5
    -
    -[x, [y, mids..., last], z..., end] = [1, [10, 20, 30, 40], 2,3,4, 5]
    -
    -ok x is 1
    -ok y is 10
    -ok mids.length is 2 and mids[1] is 30
    -ok last is 40
    -ok z.length is 3 and z[2] is 4
    -ok end is 5
    -
    -
    -# Object destructuring.
    -obj = {x: 10, y: 20, z: 30}
    -
    -{x: a, y: b, z: c} = obj
    -
    -ok a is 10
    -ok b is 20
    -ok c is 30
    -
    -person = {
    -  name: "Moe"
    -  family: {
    -    'elder-brother': {
    -      addresses: [
    -        "first"
    -        {
    -          street: "101 Deercreek Ln."
    -          city:   "Moquasset NY, 10021"
    -        }
    -      ]
    -    }
    -  }
    -}
    -
    -{name: a, family: {'elder-brother': {addresses: [one, {city: b}]}}} = person
    -
    -ok a is "Moe"
    -ok b is "Moquasset NY, 10021"
    -
    -test = {
    -  person: {
    -    address: [
    -      "------"
    -      "Street 101"
    -      "Apt 101"
    -      "City 101"
    -    ]
    -  }
    -}
    -
    -{person: {address: [ignore, addr...]}} = test
    -
    -ok addr.join(', ') is "Street 101, Apt 101, City 101"
    -
    -
    -# Pattern matching against an expression.
    -[a, b] = if true then [2, 1] else [1, 2]
    -
    -ok a is 2
    -ok b is 1
    -
    -
    -# Pattern matching with object shorthand.
    -
    -person = {
    -  name: "Bob"
    -  age:  26
    -  dogs: ["Prince", "Bowie"]
    -}
    -
    -{name, age, dogs: [first, second]} = person
    -
    -ok name   is "Bob"
    -ok age    is 26
    -ok first  is "Prince"
    -ok second is "Bowie"
    -
    -# Pattern matching within for..loops
    -
    -persons = {
    -  George: { name: "Bob" },
    -  Bob: { name: "Alice" }
    -  Christopher: { name: "Stan" }
    -}
    -
    -join1 = "#{key}: #{name}" for key, { name } of persons
    -
    -eq join1.join(' / '), "George: Bob / Bob: Alice / Christopher: Stan"
    -
    -persons = [
    -  { name: "Bob", parent: { name: "George" } },
    -  { name: "Alice", parent: { name: "Bob" } },
    -  { name: "Stan", parent: { name: "Christopher" } }
    -]
    -
    -join2 = "#{parent}: #{name}" for { name, parent: { name: parent } } in persons
    -
    -eq join1.join(' '), join2.join(' ')
    -
    -persons = [['Bob', ['George']], ['Alice', ['Bob']], ['Stan', ['Christopher']]]
    -join3 = "#{parent}: #{name}" for [name, [parent]] in persons
    -
    -eq join2.join(' '), join3.join(' ')
    -
    -
    -# Pattern matching doesn't clash with implicit block objects.
    -obj = a: 101
    -func = -> true
    -
    -if func func
    -  {a} = obj
    -
    -ok a is 101
    -
    -[x] = {0: y} = {'0': z} = [Math.random()]
    -ok x is y is z, 'destructuring in multiple'
    -
    -
    -# Destructuring into an object.
    -obj =
    -  func: (list, object) ->
    -    [@one, @two] = list
    -    {@a, @b} = object
    -    {@a} = object  # must not unroll this
    -    null
    -
    -obj.func [1, 2], a: 'a', b: 'b'
    -
    -eq obj.one, 1
    -eq obj.two, 2
    -eq obj.a, 'a'
    -eq obj.b, 'b'
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_ranges_slices_and_splices.coffee b/node/node_modules/jade/support/coffee-script/test/test_ranges_slices_and_splices.coffee
    deleted file mode 100644
    index 3e07f8c..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_ranges_slices_and_splices.coffee
    +++ /dev/null
    @@ -1,75 +0,0 @@
    -# Slice.
    -array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    -
    -a = array[7..9]
    -b = array[2...4]
    -
    -result = a.concat(b).join(' ')
    -
    -ok result is "7 8 9 2 3"
    -
    -a = [0, 1, 2, 3, 4, 5, 6, 7]
    -eq a[2...6].join(' '), '2 3 4 5'
    -
    -
    -# Ranges.
    -countdown = [10..1].join(' ')
    -ok countdown is "10 9 8 7 6 5 4 3 2 1"
    -
    -a = 1
    -b = 5
    -nums = [a...b]
    -ok nums.join(' ') is '1 2 3 4'
    -
    -b = -5
    -nums = [a..b]
    -ok nums.join(' ') is '1 0 -1 -2 -3 -4 -5'
    -
    -
    -# Expression-based range.
    -array = [(1+5)..1+9]
    -ok array.join(' ') is "6 7 8 9 10"
    -
    -array = [5..1]
    -ok array.join(' ') is '5 4 3 2 1'
    -
    -array = [30...0]
    -ok (len = array.length) is 30
    -ok array[len - 1] is 1
    -
    -
    -
    -# String slicing (at least on Node).
    -hello = "Hello World"
    -
    -ok hello[1...1] is ""
    -ok hello[1..1] is "e"
    -ok hello[1...5] is "ello"
    -ok hello[0..4] is "Hello"
    -
    -
    -# Splice literals.
    -array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
    -
    -array[5..10] = [0, 0, 0]
    -
    -ok array.join(' ') is '0 1 2 3 4 0 0 0'
    -
    -
    -# Slices and splices that omit their beginning or end.
    -array = [0..10]
    -
    -ok array[7..].join(' ')  is '7 8 9 10'
    -ok array[-2..].join(' ') is '9 10'
    -
    -ok array[...3].join(' ') is '0 1 2'
    -ok array[..-5].join(' ') is '0 1 2 3 4 5 6'
    -
    -array[3..] = [9, 8, 7]
    -
    -ok array.join(' ') is '0 1 2 9 8 7'
    -
    -array[...3] = [7, 8, 9]
    -
    -ok array.join(' ') is '7 8 9 9 8 7'
    -
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_regexps.coffee b/node/node_modules/jade/support/coffee-script/test/test_regexps.coffee
    deleted file mode 100644
    index 709709a..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_regexps.coffee
    +++ /dev/null
    @@ -1,45 +0,0 @@
    -# Regular expression literals.
    -ok 'x'.match(/x/g)
    -ok 'x'.match /x/g
    -ok 'x'.match(/x/)
    -ok 'x'.match /x/
    -
    -ok 4 / 2 / 1 is 2
    -
    -y = 4
    -x = 2
    -g = 1
    -
    -ok y / x/g is 2
    -
    -obj = {
    -  width:  -> 10
    -  height: -> 20
    -}
    -id = 2
    -
    -ok (obj.width()/id - obj.height()/id) is -5
    -
    -eq /\\/.source, "\\\\"
    -
    -
    -eq /^I'm\s+Heregex?\/\/\//gim + '', ///
    -  ^ I'm \s+ Heregex? / // # or not
    -///gim + ''
    -eq '\\\\#{}\\\\\\\"', ///
    - #{
    -   "#{ '\\' }" # normal comment
    - }
    - # regex comment
    - \#{}
    - \\ \"
    -///.source
    -eq ///  /// + '', '/(?:)/'
    -
    -
    -#584: Unescaped slashes in character classes.
    -ok /:\/[/]goog/.test 'http://google.com'
    -
    -
    -#764: Should be indexable.
    -eq /0/['source'], ///#{0}///['source']
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_returns.coffee b/node/node_modules/jade/support/coffee-script/test/test_returns.coffee
    deleted file mode 100644
    index 92f5ab0..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_returns.coffee
    +++ /dev/null
    @@ -1,33 +0,0 @@
    -# Expression conversion under explicit returns.
    -first = ->
    -  return 'do' for x in [1,2,3]
    -
    -second = ->
    -  return ['re' for x in [1,2,3]]
    -
    -third = ->
    -  return ('mi' for x in [1,2,3])
    -
    -ok first().join(' ')     is 'do do do'
    -ok second()[0].join(' ') is 're re re'
    -ok third().join(' ')     is 'mi mi mi'
    -
    -
    -# Testing returns with multiple branches.
    -func = ->
    -  if false
    -    for a in b
    -      return c if d
    -  else
    -    "word"
    -
    -ok func() is 'word'
    -
    -
    -# And with switches.
    -func = ->
    -  switch 'a'
    -    when 'a' then 42
    -    else return 23
    -
    -ok func() is 42
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_splats.coffee b/node/node_modules/jade/support/coffee-script/test/test_splats.coffee
    deleted file mode 100644
    index 006c80f..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_splats.coffee
    +++ /dev/null
    @@ -1,125 +0,0 @@
    -func = (first, second, rest...) ->
    -  rest.join ' '
    -
    -result = func 1, 2, 3, 4, 5
    -
    -ok result is "3 4 5"
    -
    -
    -gold = silver = bronze = theField = last = null
    -
    -medalists = (first, second, third, rest..., unlucky) ->
    -  gold     = first
    -  silver   = second
    -  bronze   = third
    -  theField = rest.concat([last])
    -  last     = unlucky
    -
    -contenders = [
    -  "Michael Phelps"
    -  "Liu Xiang"
    -  "Yao Ming"
    -  "Allyson Felix"
    -  "Shawn Johnson"
    -  "Roman Sebrle"
    -  "Guo Jingjing"
    -  "Tyson Gay"
    -  "Asafa Powell"
    -  "Usain Bolt"
    -]
    -
    -medalists "Mighty Mouse", contenders...
    -
    -ok gold is "Mighty Mouse"
    -ok silver is "Michael Phelps"
    -ok bronze is "Liu Xiang"
    -ok last is "Usain Bolt"
    -ok theField.length is 8
    -
    -contenders.reverse()
    -medalists contenders[0...2]..., "Mighty Mouse", contenders[2...contenders.length]...
    -
    -ok gold is "Usain Bolt"
    -ok silver is "Asafa Powell"
    -ok bronze is "Mighty Mouse"
    -ok last is "Michael Phelps"
    -ok theField.length is 8
    -
    -medalists contenders..., 'Tim', 'Moe', 'Jim'
    -ok last is 'Jim'
    -
    -
    -obj =
    -  name: 'moe'
    -  accessor: (args...) ->
    -    [@name].concat(args).join(' ')
    -  getNames: ->
    -    args = ['jane', 'ted']
    -    @accessor(args...)
    -  index: 0
    -  0: {method: -> this is obj[0]}
    -
    -ok obj.getNames() is 'moe jane ted'
    -ok obj[obj.index++].method([]...), 'should cache base value'
    -
    -crowd = [
    -  contenders...
    -  "Mighty Mouse"
    -]
    -
    -bests = [
    -  "Mighty Mouse"
    -  contenders[0..3]...
    -]
    -
    -ok crowd[0] is contenders[0]
    -ok crowd[10] is "Mighty Mouse"
    -
    -ok bests[1] is contenders[0]
    -ok bests[4] is contenders[3]
    -
    -
    -# Finally, splats with super() within classes.
    -
    -class Parent
    -  meth: (args...) ->
    -    args
    -
    -class Child extends Parent
    -  meth: ->
    -    nums = [3, 2, 1]
    -    super nums...
    -
    -ok (new Child).meth().join(' ') is '3 2 1'
    -
    -
    -# Functions with splats being called with too few arguments.
    -pen = null
    -method = (first, variable..., penultimate, ultimate) ->
    -  pen = penultimate
    -
    -method 1, 2, 3, 4, 5, 6, 7, 8, 9
    -ok pen is 8
    -
    -method 1, 2, 3
    -ok pen is 2
    -
    -method 1, 2
    -ok pen is 2
    -
    -
    -# Array splat expansions with assigns.
    -nums = [1, 2, 3]
    -list = [a = 0, nums..., b = 4]
    -ok a is 0
    -ok b is 4
    -ok list.join(' ') is '0 1 2 3 4'
    -
    -
    -# Splat on a line by itself is invalid.
    -failed = true
    -try
    -  CoffeeScript.compile "x 'a'\n...\n"
    -  failed = false
    -catch err
    -ok failed
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_strings.coffee b/node/node_modules/jade/support/coffee-script/test/test_strings.coffee
    deleted file mode 100644
    index 51d32dc..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_strings.coffee
    +++ /dev/null
    @@ -1,101 +0,0 @@
    -eq '(((dollars)))', '\(\(\(dollars\)\)\)'
    -eq 'one two three', "one
    - two
    - three"
    -eq "four five", 'four
    -
    - five'
    -
    -#647
    -eq "''Hello, World\\''", '''
    -'\'Hello, World\\\''
    -'''
    -eq '""Hello, World\\""', """
    -"\"Hello, World\\\""
    -"""
    -eq 'Hello, World\n', '''
    -Hello, World\
    -
    -'''
    -
    -
    -hello = 'Hello'
    -world = 'World'
    -ok '#{hello} #{world}!' is '#{hello} #{world}!'
    -ok "#{hello} #{world}!" is 'Hello World!'
    -ok "[#{hello}#{world}]" is '[HelloWorld]'
    -ok "#{hello}##{world}" is 'Hello#World'
    -ok "Hello #{ 1 + 2 } World" is 'Hello 3 World'
    -ok "#{hello} #{ 1 + 2 } #{world}" is "Hello 3 World"
    -
    -
    -[s, t, r, i, n, g] = ['s', 't', 'r', 'i', 'n', 'g']
    -ok "#{s}#{t}#{r}#{i}#{n}#{g}" is 'string'
    -ok "\#{s}\#{t}\#{r}\#{i}\#{n}\#{g}" is '#{s}#{t}#{r}#{i}#{n}#{g}'
    -ok "\#{string}" is '#{string}'
    -
    -
    -ok "\#{Escaping} first" is '#{Escaping} first'
    -ok "Escaping \#{in} middle" is 'Escaping #{in} middle'
    -ok "Escaping \#{last}" is 'Escaping #{last}'
    -
    -
    -ok "##" is '##'
    -ok "#{}" is ''
    -ok "#{}A#{} #{} #{}B#{}" is 'A  B'
    -ok "\\\#{}" is '\\#{}'
    -
    -
    -ok "I won ##{20} last night." is 'I won #20 last night.'
    -ok "I won ##{'#20'} last night." is 'I won ##20 last night.'
    -
    -
    -ok "#{hello + world}" is 'HelloWorld'
    -ok "#{hello + ' ' + world + '!'}" is 'Hello World!'
    -
    -
    -list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    -ok "values: #{list.join(', ')}, length: #{list.length}." is 'values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, length: 10.'
    -ok "values: #{list.join ' '}" is 'values: 0 1 2 3 4 5 6 7 8 9'
    -
    -
    -obj = {
    -  name: 'Joe'
    -  hi: -> "Hello #{@name}."
    -  cya: -> "Hello #{@name}.".replace('Hello','Goodbye')
    -}
    -ok obj.hi() is "Hello Joe."
    -ok obj.cya() is "Goodbye Joe."
    -
    -
    -ok "With #{"quotes"}" is 'With quotes'
    -ok 'With #{"quotes"}' is 'With #{"quotes"}'
    -
    -ok "Where is #{obj["name"] + '?'}" is 'Where is Joe?'
    -
    -ok "Where is #{"the nested #{obj["name"]}"}?" is 'Where is the nested Joe?'
    -ok "Hello #{world ? "#{hello}"}" is 'Hello World'
    -
    -ok "Hello #{"#{"#{obj["name"]}" + '!'}"}" is 'Hello Joe!'
    -
    -
    -a = """
    -    Hello #{ "Joe" }
    -    """
    -ok a is "Hello Joe"
    -
    -
    -a = 1
    -b = 2
    -c = 3
    -ok "#{a}#{b}#{c}" is '123'
    -
    -
    -result = null
    -stash = (str) -> result = str
    -stash "a #{ ('aa').replace /a/g, 'b' } c"
    -ok result is 'a bb c'
    -
    -
    -foo = "hello"
    -ok "#{foo.replace("\"", "")}" is 'hello'
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_switch.coffee b/node/node_modules/jade/support/coffee-script/test/test_switch.coffee
    deleted file mode 100644
    index f3307d9..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_switch.coffee
    +++ /dev/null
    @@ -1,98 +0,0 @@
    -num = 10
    -
    -result = switch num
    -  when 5 then false
    -  when 'a'
    -    true
    -    true
    -    false
    -  when 10 then true
    -
    -
    -  # Mid-switch comment with whitespace
    -  # and multi line
    -  when 11 then false
    -  else false
    -
    -ok result
    -
    -
    -func = (num) ->
    -  switch num
    -    when 2, 4, 6
    -      true
    -    when 1, 3, 5
    -      false
    -    else false
    -
    -ok func(2)
    -ok func(6)
    -ok !func(3)
    -ok !func(8)
    -
    -
    -# Should cache the switch value, if anything fancier than a literal.
    -num = 5
    -result = switch num += 5
    -  when 5 then false
    -  when 15 then false
    -  when 10 then true
    -  else false
    -
    -ok result
    -
    -
    -# Ensure that trailing switch elses don't get rewritten.
    -result = false
    -switch "word"
    -  when "one thing"
    -    doSomething()
    -  else
    -    result = true unless false
    -
    -ok result
    -
    -result = false
    -switch "word"
    -  when "one thing"
    -    doSomething()
    -  when "other thing"
    -    doSomething()
    -  else
    -    result = true unless false
    -
    -ok result
    -
    -
    -# Should be able to handle switches sans-condition.
    -result = switch
    -  when null then 1
    -  when 'truthful string' then 2
    -  else 3
    -
    -ok result is 2
    -
    -
    -# Should be able to use "@properties" within the switch clause.
    -obj = {
    -  num: 101
    -  func: ->
    -    switch @num
    -      when 101 then '101!'
    -      else 'other'
    -}
    -
    -ok obj.func() is '101!'
    -
    -
    -# Should be able to use "@properties" within the switch cases.
    -obj = {
    -  num: 101
    -  func: (yesOrNo) ->
    -    result = switch yesOrNo
    -      when yes then @num
    -      else 'other'
    -    result
    -}
    -
    -ok obj.func(yes) is 101
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_try_catch.coffee b/node/node_modules/jade/support/coffee-script/test/test_try_catch.coffee
    deleted file mode 100644
    index e98657b..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_try_catch.coffee
    +++ /dev/null
    @@ -1,45 +0,0 @@
    -# Basic exception throwing.
    -block = -> throw 'up'
    -throws block, 'up'
    -
    -
    -# Basic try/catch.
    -result = try
    -  10
    -finally
    -  15
    -
    -ok result is 10
    -
    -result = try
    -  throw 'up'
    -catch err
    -  err.length
    -
    -ok result is 2
    -
    -
    -result = try throw 'error' catch err then err.length
    -
    -ok result is 5
    -
    -try throw 'catch is optional'
    -
    -# try/catch with empty clauses still compiles.
    -try
    -
    -try
    -  # nothing
    -catch err
    -  # nothing
    -
    -try
    -  # nothing
    -finally
    -  # nothing
    -
    -try
    -catch err
    -finally
    -
    -ok yes
    diff --git a/node/node_modules/jade/support/coffee-script/test/test_while.coffee b/node/node_modules/jade/support/coffee-script/test/test_while.coffee
    deleted file mode 100644
    index 3e3a83f..0000000
    --- a/node/node_modules/jade/support/coffee-script/test/test_while.coffee
    +++ /dev/null
    @@ -1,53 +0,0 @@
    -i = 5
    -list = while i -= 1
    -  i * 2
    -
    -ok list.join(' ') is "8 6 4 2"
    -
    -
    -i = 5
    -list = (i * 3 while i -= 1)
    -
    -ok list.join(' ') is "12 9 6 3"
    -
    -
    -i = 5
    -func   = (num) -> i -= num
    -assert = -> ok i < 5 > 0
    -
    -results = while func 1
    -  assert()
    -  i
    -
    -ok results.join(' ') is '4 3 2 1'
    -
    -
    -i = 10
    -results = while i -= 1 when i % 2 is 0
    -  i * 2
    -
    -ok results.join(' ') is '16 12 8 4'
    -
    -
    -value = false
    -i = 0
    -results = until value
    -  value = true if i is 5
    -  i += 1
    -
    -ok i is 6
    -
    -
    -# And, the loop form of while.
    -i = 5
    -list = []
    -loop
    -  i -= 1
    -  break if i is 0
    -  list.push i * 2
    -
    -ok list.join(' ') is '8 6 4 2'
    -
    -
    -#759: `if` within `while` condition
    -2 while if 1 then 0
    diff --git a/node/node_modules/jade/support/compile.js b/node/node_modules/jade/support/compile.js
    deleted file mode 100644
    index 4a70058..0000000
    --- a/node/node_modules/jade/support/compile.js
    +++ /dev/null
    @@ -1,173 +0,0 @@
    -
    -/**
    - * Module dependencies.
    - */
    -
    -var fs = require('fs');
    -
    -/**
    - * Arguments.
    - */
    -
    -var args = process.argv.slice(2)
    -  , pending = args.length
    -  , files = {};
    -
    -console.log('');
    -
    -// parse arguments
    -
    -args.forEach(function(file){
    -  var mod = file.replace('lib/', '');
    -  fs.readFile(file, 'utf8', function(err, js){
    -    if (err) throw err;
    -    console.log('  \033[90mcompile : \033[0m\033[36m%s\033[0m', file);
    -    files[file] = parse(js);
    -    --pending || compile();
    -  });
    -});
    -
    -/**
    - * Parse the given `js`.
    - */
    -
    -function parse(js) {
    -  return parseInheritance(parseConditionals(js));
    -}
    -
    -/**
    - * Parse __proto__.
    - */
    -
    -function parseInheritance(js) {
    -  return js
    -    .replace(/^ *(\w+)\.prototype\.__proto__ * = *(\w+)\.prototype *;?/gm, function(_, child, parent){
    -      return child + '.prototype = new ' + parent + ';\n'
    -        + child + '.prototype.constructor = '+ child + ';\n';
    -    });
    -}
    -
    -/**
    - * Parse the given `js`, currently supporting:
    - * 
    - *    'if' ['node' | 'browser']
    - *    'end'
    - * 
    - */
    -
    -function parseConditionals(js) {
    -  var lines = js.split('\n')
    -    , len = lines.length
    -    , buffer = true
    -    , browser = false
    -    , buf = []
    -    , line
    -    , cond;
    -
    -  for (var i = 0; i < len; ++i) {
    -    line = lines[i];
    -    if (/^ *\/\/ *if *(node|browser)/gm.exec(line)) {
    -      cond = RegExp.$1;
    -      buffer = browser = 'browser' == cond;
    -    } else if (/^ *\/\/ *end/.test(line)) {
    -      buffer = true;
    -      browser = false;
    -    } else if (browser) {
    -      buf.push(line.replace(/^( *)\/\//, '$1'));
    -    } else if (buffer) {
    -      buf.push(line);
    -    }
    -  }
    -
    -  return buf.join('\n');
    -}
    -
    -/**
    - * Compile the files.
    - */
    -
    -function compile() {
    -  var buf = '';
    -  buf += '\n// CommonJS require()\n\n';
    -  buf += browser.require + '\n\n';
    -  buf += 'require.modules = {};\n\n';
    -  buf += 'require.resolve = ' + browser.resolve + ';\n\n';
    -  buf += 'require.register = ' + browser.register + ';\n\n';
    -  buf += 'require.relative = ' + browser.relative + ';\n\n';
    -  args.forEach(function(file){
    -    var js = files[file];
    -    file = file.replace('lib/', '');
    -    buf += '\nrequire.register("' + file + '", function(module, exports, require){\n';
    -    buf += js;
    -    buf += '\n}); // module: ' + file + '\n';
    -  });
    -  fs.writeFile('jade.js', buf, function(err){
    -    if (err) throw err;
    -    console.log('  \033[90m create : \033[0m\033[36m%s\033[0m', 'jade.js');
    -    console.log();
    -  });
    -}
    -
    -// refactored version of weepy's
    -// https://github.com/weepy/brequire/blob/master/browser/brequire.js
    -
    -var browser = {
    -  
    -  /**
    -   * Require a module.
    -   */
    -  
    -  require: function require(p){
    -    var path = require.resolve(p)
    -      , mod = require.modules[path];
    -    if (!mod) throw new Error('failed to require "' + p + '"');
    -    if (!mod.exports) {
    -      mod.exports = {};
    -      mod.call(mod.exports, mod, mod.exports, require.relative(path));
    -    }
    -    return mod.exports;
    -  },
    -  
    -  /**
    -   * Resolve module path.
    -   */
    -
    -  resolve: function(path){
    -    var orig = path
    -      , reg = path + '.js'
    -      , index = path + '/index.js';
    -    return require.modules[reg] && reg
    -      || require.modules[index] && index
    -      || orig;
    -  },
    -  
    -  /**
    -   * Return relative require().
    -   */
    -
    -  relative: function(parent) {
    -    return function(p){
    -      if ('.' != p[0]) return require(p);
    -      
    -      var path = parent.split('/')
    -        , segs = p.split('/');
    -      path.pop();
    -      
    -      for (var i = 0; i < segs.length; i++) {
    -        var seg = segs[i];
    -        if ('..' == seg) path.pop();
    -        else if ('.' != seg) path.push(seg);
    -      }
    -
    -      return require(path.join('/'));
    -    };
    -  },
    -  
    -  /**
    -   * Register a module.
    -   */
    -
    -  register: function(path, fn){
    -    require.modules[path] = fn;
    -  }
    -};
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/expresso/.gitignore b/node/node_modules/jade/support/expresso/.gitignore
    deleted file mode 100644
    index 432563f..0000000
    --- a/node/node_modules/jade/support/expresso/.gitignore
    +++ /dev/null
    @@ -1,3 +0,0 @@
    -.DS_Store
    -lib-cov
    -*.seed
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/expresso/.gitmodules b/node/node_modules/jade/support/expresso/.gitmodules
    deleted file mode 100644
    index 191ddeb..0000000
    --- a/node/node_modules/jade/support/expresso/.gitmodules
    +++ /dev/null
    @@ -1,3 +0,0 @@
    -[submodule "deps/jscoverage"]
    -	path = deps/jscoverage
    -	url = git://github.com/visionmedia/node-jscoverage.git
    diff --git a/node/node_modules/jade/support/expresso/History.md b/node/node_modules/jade/support/expresso/History.md
    deleted file mode 100644
    index 1989eca..0000000
    --- a/node/node_modules/jade/support/expresso/History.md
    +++ /dev/null
    @@ -1,97 +0,0 @@
    -
    -0.6.2 / 2010-09-17 
    -==================
    -
    -  * Added _node-jsocoverage_ to package.json (aka will respect npm's binroot)
    -  * Added _-t, --timeout_ MS option, defaulting to 2000 ms
    -  * Added _-s, --serial_
    -  * __PREFIX__ clobberable
    -  * Fixed `assert.response()` for latest node
    -  * Fixed cov reporting from exploding on empty files
    -
    -0.6.2 / 2010-08-03
    -==================
    -
    -  * Added `assert.type()`
    -  * Renamed `assert.isNotUndefined()` to `assert.isDefined()`
    -  * Fixed `assert.includes()` param ordering
    -
    -0.6.0 / 2010-07-31
    -==================
    -
    -  * Added _docs/api.html_
    -  * Added -w, --watch
    -  * Added `Array` support to `assert.includes()`
    -  * Added; outputting exceptions immediately. Closes #19
    -  * Fixed `assert.includes()` param ordering
    -  * Fixed `assert.length()` param ordering
    -  * Fixed jscoverage links
    -
    -0.5.0 / 2010-07-16
    -==================
    -
    -  * Added support for async exports
    -  * Added timeout support to `assert.response()`. Closes #3
    -  * Added 4th arg callback support to `assert.response()`
    -  * Added `assert.length()`
    -  * Added `assert.match()`
    -  * Added `assert.isUndefined()`
    -  * Added `assert.isNull()`
    -  * Added `assert.includes()`
    -  * Added growlnotify support via -g, --growl
    -  * Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()"
    -  * Removed profanity
    -
    -0.4.0 / 2010-07-09
    -==================
    -
    -  * Added reporting source coverage (respects --boring for color haters)
    -  * Added callback to assert.response(). Closes #12
    -  * Fixed; putting exceptions to stderr. Closes #13
    -
    -0.3.1 / 2010-06-28
    -==================
    -
    -  * Faster assert.response()
    -
    -0.3.0 / 2010-06-28
    -==================
    -
    -  * Added -p, --port NUM flags
    -  * Added assert.response(). Closes #11
    -
    -0.2.1 / 2010-06-25
    -==================
    -
    -  * Fixed issue with reporting object assertions
    -
    -0.2.0 / 2010-06-21
    -==================
    -
    -  * Added `make uninstall`
    -  * Added better readdir() failure message
    -  * Fixed `make install` for kiwi
    -
    -0.1.0 / 2010-06-15
    -==================
    -
    -  * Added better usage docs via --help
    -  * Added better conditional color support
    -  * Added pre exit assertion support
    -
    -0.0.3 / 2010-06-02
    -==================
    -
    -  * Added more room for filenames in test coverage
    -  * Added boring output support via --boring (suppress colored output)
    -  * Fixed async failure exit status
    -
    -0.0.2 / 2010-05-30
    -==================
    -
    -  * Fixed exit status for CI support
    -
    -0.0.1 / 2010-05-30
    -==================
    -
    -  * Initial release
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/expresso/Makefile b/node/node_modules/jade/support/expresso/Makefile
    deleted file mode 100644
    index 8acfe56..0000000
    --- a/node/node_modules/jade/support/expresso/Makefile
    +++ /dev/null
    @@ -1,53 +0,0 @@
    -
    -PREFIX ?= /usr/local
    -BIN = bin/expresso
    -JSCOV = deps/jscoverage/node-jscoverage
    -DOCS = docs/index.md
    -HTMLDOCS = $(DOCS:.md=.html)
    -
    -test: $(BIN)
    -	@./$(BIN) -I lib --growl $(TEST_FLAGS) test/*.test.js
    -
    -test-cov:
    -	@./$(BIN) -I lib --cov $(TEST_FLAGS) test/*.test.js
    -
    -test-serial:
    -	@./$(BIN) --serial -I lib $(TEST_FLAGS) test/serial/*.test.js
    -
    -install: install-jscov install-expresso
    -
    -uninstall:
    -	rm -f $(PREFIX)/bin/expresso
    -	rm -f $(PREFIX)/bin/node-jscoverage
    -
    -install-jscov: $(JSCOV)
    -	install $(JSCOV) $(PREFIX)/bin
    -
    -install-expresso:
    -	install $(BIN) $(PREFIX)/bin
    -
    -$(JSCOV):
    -	cd deps/jscoverage && ./configure && make && mv jscoverage node-jscoverage
    -
    -clean:
    -	@cd deps/jscoverage && git clean -fd
    -
    -docs: docs/api.html $(HTMLDOCS)
    -
    -%.html: %.md
    -	@echo "... $< > $@"
    -	@ronn -5 --pipe --fragment $< \
    -		| cat docs/layout/head.html - docs/layout/foot.html \
    -		> $@
    -
    -docs/api.html: bin/expresso
    -	dox \
    -		--title "Expresso" \
    -		--ribbon "http://github.com/visionmedia/expresso" \
    -		--desc "Insanely fast TDD framework for [node](http://nodejs.org) featuring code coverage reporting." \
    -		$< > $@
    -
    -docclean:
    -	rm -f docs/*.html
    -
    -.PHONY: test test-cov install uninstall install-expresso install-jscov clean docs docclean
    \ No newline at end of file
    diff --git a/node/node_modules/jade/support/expresso/Readme.md b/node/node_modules/jade/support/expresso/Readme.md
    deleted file mode 100644
    index dcc1c85..0000000
    --- a/node/node_modules/jade/support/expresso/Readme.md
    +++ /dev/null
    @@ -1,39 +0,0 @@
    -
    -# Expresso
    -
    -  TDD framework for [nodejs](http://nodejs.org).
    -  
    -## Features
    -
    -  - light-weight
    -  - intuitive async support
    -  - intuitive test runner executable
    -  - test coverage support and reporting
    -  - uses the _assert_ module
    -  - `assert.eql()` alias of `assert.deepEqual()`
    -  - `assert.response()` http response utility
    -  - `assert.includes()`
    -  - `assert.type()`
    -  - `assert.isNull()`
    -  - `assert.isUndefined()`
    -  - `assert.isNotNull()`
    -  - `assert.isDefined()`
    -  - `assert.match()`
    -  - `assert.length()`
    -
    -## Installation
    -
    -To install both expresso _and_ node-jscoverage run:
    -
    -    $ make install
    -
    -To install expresso alone (no build required) run:
    -
    -    $ make install-expresso
    -
    -Install via npm:
    -
    -	$ npm install expresso
    -
    -
    -
    diff --git a/node/node_modules/jade/support/expresso/bin/expresso b/node/node_modules/jade/support/expresso/bin/expresso
    deleted file mode 100755
    index 8366c61..0000000
    --- a/node/node_modules/jade/support/expresso/bin/expresso
    +++ /dev/null
    @@ -1,837 +0,0 @@
    -#!/usr/bin/env node
    -
    -/*!
    - * Expresso
    - * Copyright(c) TJ Holowaychuk 
    - * (MIT Licensed)
    - */
    - 
    -/**
    - * Module dependencies.
    - */
    -
    -var assert = require('assert'),
    -    childProcess = require('child_process'),
    -    http = require('http'),
    -    path = require('path'),
    -    sys = require('sys'),
    -    cwd = process.cwd(),
    -    fs = require('fs'),
    -    defer;
    -
    -/**
    - * Expresso version.
    - */
    -
    -var version = '0.6.2';
    -
    -/**
    - * Failure count.
    - */
    -
    -var failures = 0;
    -
    -
    -/**
    - * Number of tests executed.
    - */
    -
    -var testcount = 0;
    -
    -/**
    - * Whitelist of tests to run.
    - */
    - 
    -var only = [];
    -
    -/**
    - * Boring output.
    - */
    - 
    -var boring = false;
    -
    -/**
    - * Growl notifications.
    - */
    -
    -var growl = false;
    -
    -/**
    - * Server port.
    - */
    -
    -var port = 5555;
    -
    -/**
    - * Watch mode.
    - */
    -
    -var watch = false;
    -
    -/**
    - * Execute serially.
    - */
    -
    -var serial = false;
    -
    -/**
    - * Default timeout.
    - */
    -
    -var timeout = 2000;
    -
    -/**
    - * Usage documentation.
    - */
    -
    -var usage = ''
    -    + '[bold]{Usage}: expresso [options] '
    -    + '\n'
    -    + '\n[bold]{Options}:'
    -    + '\n  -w, --watch          Watch for modifications and re-execute tests'
    -    + '\n  -g, --growl          Enable growl notifications'
    -    + '\n  -c, --coverage       Generate and report test coverage'
    -    + '\n  -t, --timeout MS     Timeout in milliseconds, defaults to 2000'
    -    + '\n  -r, --require PATH   Require the given module path'
    -    + '\n  -o, --only TESTS     Execute only the comma sperated TESTS (can be set several times)'
    -    + '\n  -I, --include PATH   Unshift the given path to require.paths'
    -    + '\n  -p, --port NUM       Port number for test servers, starts at 5555'
    -    + '\n  -s, --serial         Execute tests serially'
    -    + '\n  -b, --boring         Suppress ansi-escape colors'
    -    + '\n  -v, --version        Output version number'
    -    + '\n  -h, --help           Display help information'
    -    + '\n';
    -
    -// Parse arguments
    -
    -var files = [],
    -    args = process.argv.slice(2);
    -
    -while (args.length) {
    -    var arg = args.shift();
    -    switch (arg) {
    -        case '-h':
    -        case '--help':
    -            print(usage + '\n');
    -            process.exit(1);
    -            break;
    -        case '-v':
    -        case '--version':
    -            sys.puts(version);
    -            process.exit(1);
    -            break;
    -        case '-i':
    -        case '-I':
    -        case '--include':
    -            if (arg = args.shift()) {
    -                require.paths.unshift(arg);
    -            } else {
    -                throw new Error('--include requires a path');
    -            }
    -            break;
    -        case '-o':
    -        case '--only':
    -            if (arg = args.shift()) {
    -                only = only.concat(arg.split(/ *, */));
    -            } else {
    -                throw new Error('--only requires comma-separated test names');
    -            }
    -            break;
    -        case '-p':
    -        case '--port':
    -            if (arg = args.shift()) {
    -                port = parseInt(arg, 10);
    -            } else {
    -                throw new Error('--port requires a number');
    -            }
    -            break;
    -        case '-r':
    -        case '--require':
    -            if (arg = args.shift()) {
    -                require(arg);
    -            } else {
    -                throw new Error('--require requires a path');
    -            }
    -            break;
    -        case '-t':
    -        case '--timeout':
    -          if (arg = args.shift()) {
    -            timeout = parseInt(arg, 10);
    -          } else {
    -            throw new Error('--timeout requires an argument');
    -          }
    -          break;
    -        case '-c':
    -        case '--cov':
    -        case '--coverage':
    -            defer = true;
    -            childProcess.exec('rm -fr lib-cov && node-jscoverage lib lib-cov', function(err){
    -                if (err) throw err;
    -                require.paths.unshift('lib-cov');
    -                run(files);
    -            })
    -            break;
    -        case '-b':
    -        case '--boring':
    -        	boring = true;
    -        	break;
    -        case '-w':
    -        case '--watch':
    -            watch = true;
    -            break;
    -        case '-g':
    -        case '--growl':
    -            growl = true;
    -            break;
    -        case '-s':
    -        case '--serial':
    -            serial = true;
    -            break;
    -        default:
    -            if (/\.js$/.test(arg)) {
    -                files.push(arg);
    -            }
    -            break;
    -    }
    -}
    -
    -/**
    - * Colorized sys.error().
    - *
    - * @param {String} str
    - */
    -
    -function print(str){
    -    sys.error(colorize(str));
    -}
    -
    -/**
    - * Colorize the given string using ansi-escape sequences.
    - * Disabled when --boring is set.
    - *
    - * @param {String} str
    - * @return {String}
    - */
    -
    -function colorize(str){
    -    var colors = { bold: 1, red: 31, green: 32, yellow: 33 };
    -    return str.replace(/\[(\w+)\]\{([^]*?)\}/g, function(_, color, str){
    -        return boring
    -            ? str
    -            : '\x1B[' + colors[color] + 'm' + str + '\x1B[0m';
    -    });
    -}
    -
    -// Alias deepEqual as eql for complex equality
    -
    -assert.eql = assert.deepEqual;
    -
    -/**
    - * Assert that `val` is null.
    - *
    - * @param {Mixed} val
    - * @param {String} msg
    - */
    -
    -assert.isNull = function(val, msg) {
    -    assert.strictEqual(null, val, msg);
    -};
    -
    -/**
    - * Assert that `val` is not null.
    - *
    - * @param {Mixed} val
    - * @param {String} msg
    - */
    -
    -assert.isNotNull = function(val, msg) {
    -    assert.notStrictEqual(null, val, msg);
    -};
    -
    -/**
    - * Assert that `val` is undefined.
    - *
    - * @param {Mixed} val
    - * @param {String} msg
    - */
    -
    -assert.isUndefined = function(val, msg) {
    -    assert.strictEqual(undefined, val, msg);
    -};
    -
    -/**
    - * Assert that `val` is not undefined.
    - *
    - * @param {Mixed} val
    - * @param {String} msg
    - */
    -
    -assert.isDefined = function(val, msg) {
    -    assert.notStrictEqual(undefined, val, msg);
    -};
    -
    -/**
    - * Assert that `obj` is `type`.
    - *
    - * @param {Mixed} obj
    - * @param {String} type
    - * @api public
    - */
    -
    -assert.type = function(obj, type, msg){
    -    var real = typeof obj;
    -    msg = msg || 'typeof ' + sys.inspect(obj) + ' is ' + real + ', expected ' + type;
    -    assert.ok(type === real, msg);
    -};
    -
    -/**
    - * Assert that `str` matches `regexp`.
    - *
    - * @param {String} str
    - * @param {RegExp} regexp
    - * @param {String} msg
    - */
    -
    -assert.match = function(str, regexp, msg) {
    -    msg = msg || sys.inspect(str) + ' does not match ' + sys.inspect(regexp);
    -    assert.ok(regexp.test(str), msg);
    -};
    -
    -/**
    - * Assert that `val` is within `obj`.
    - *
    - * Examples:
    - *
    - *    assert.includes('foobar', 'bar');
    - *    assert.includes(['foo', 'bar'], 'foo');
    - *
    - * @param {String|Array} obj
    - * @param {Mixed} val
    - * @param {String} msg
    - */
    -
    -assert.includes = function(obj, val, msg) {
    -    msg = msg || sys.inspect(obj) + ' does not include ' + sys.inspect(val);
    -    assert.ok(obj.indexOf(val) >= 0, msg);
    -};
    -
    -/**
    - * Assert length of `val` is `n`.
    - *
    - * @param {Mixed} val
    - * @param {Number} n
    - * @param {String} msg
    - */
    -
    -assert.length = function(val, n, msg) {
    -    msg = msg || sys.inspect(val) + ' has length of ' + val.length + ', expected ' + n;
    -    assert.equal(n, val.length, msg);
    -};
    -
    -/**
    - * Assert response from `server` with
    - * the given `req` object and `res` assertions object.
    - *
    - * @param {Server} server
    - * @param {Object} req
    - * @param {Object|Function} res
    - * @param {String} msg
    - */
    -
    -assert.response = function(server, req, res, msg){
    -    // Callback as third or fourth arg
    -    var callback = typeof res === 'function'
    -        ? res
    -        : typeof msg === 'function'
    -            ? msg
    -            : function(){};
    -
    -    // Default messate to test title
    -    if (typeof msg === 'function') msg = null;
    -    msg = msg || assert.testTitle;
    -    msg += '. ';
    -
    -    // Pending responses
    -    server.__pending = server.__pending || 0;
    -    server.__pending++;
    -
    -    // Create client
    -    if (!server.fd) {
    -        server.listen(server.__port = port++, '127.0.0.1');
    -        server.client = http.createClient(server.__port);
    -    }
    -
    -    // Issue request
    -    var timer,
    -        client = server.client,
    -        method = req.method || 'GET',
    -        status = res.status || res.statusCode,
    -        data = req.data || req.body,
    -        timeout = req.timeout || 0;
    -
    -    var request = client.request(method, req.url, req.headers);
    -
    -    // Timeout
    -    if (timeout) {
    -        timer = setTimeout(function(){
    -            --server.__pending || server.close();
    -            delete req.timeout;
    -            assert.fail(msg + 'Request timed out after ' + timeout + 'ms.');
    -        }, timeout);
    -    }
    -
    -    if (data) request.write(data);
    -    request.addListener('response', function(response){
    -        response.body = '';
    -        response.setEncoding('utf8');
    -        response.addListener('data', function(chunk){ response.body += chunk; });
    -        response.addListener('end', function(){
    -            --server.__pending || server.close();
    -            if (timer) clearTimeout(timer);
    -
    -            // Assert response body
    -            if (res.body !== undefined) {
    -                var eql = res.body instanceof RegExp
    -                  ? res.body.test(response.body)
    -                  : res.body === response.body;
    -                assert.ok(
    -                    eql,
    -                    msg + 'Invalid response body.\n'
    -                        + '    Expected: ' + sys.inspect(res.body) + '\n'
    -                        + '    Got: ' + sys.inspect(response.body)
    -                );
    -            }
    -
    -            // Assert response status
    -            if (typeof status === 'number') {
    -                assert.equal(
    -                    response.statusCode,
    -                    status,
    -                    msg + colorize('Invalid response status code.\n'
    -                        + '    Expected: [green]{' + status + '}\n'
    -                        + '    Got: [red]{' + response.statusCode + '}')
    -                );
    -            }
    -
    -            // Assert response headers
    -            if (res.headers) {
    -                var keys = Object.keys(res.headers);
    -                for (var i = 0, len = keys.length; i < len; ++i) {
    -                    var name = keys[i],
    -                        actual = response.headers[name.toLowerCase()],
    -                        expected = res.headers[name];
    -                    assert.equal(
    -                        actual,
    -                        expected,
    -                        msg + colorize('Invalid response header [bold]{' + name + '}.\n'
    -                            + '    Expected: [green]{' + expected + '}\n'
    -                            + '    Got: [red]{' + actual + '}')
    -                    );
    -                }
    -            }
    -
    -            // Callback
    -            callback(response);
    -        });
    -    });
    -    request.end();
    -};
    -
    -/**
    - * Pad the given string to the maximum width provided.
    - *
    - * @param  {String} str
    - * @param  {Number} width
    - * @return {String}
    - */
    -
    -function lpad(str, width) {
    -    str = String(str);
    -    var n = width - str.length;
    -    if (n < 1) return str;
    -    while (n--) str = ' ' + str;
    -    return str;
    -}
    -
    -/**
    - * Pad the given string to the maximum width provided.
    - *
    - * @param  {String} str
    - * @param  {Number} width
    - * @return {String}
    - */
    -
    -function rpad(str, width) {
    -    str = String(str);
    -    var n = width - str.length;
    -    if (n < 1) return str;
    -    while (n--) str = str + ' ';
    -    return str;
    -}
    -
    -/**
    - * Report test coverage.
    - *
    - * @param  {Object} cov
    - */
    -
    -function reportCoverage(cov) {
    -    populateCoverage(cov);
    -    // Stats
    -    print('\n   [bold]{Test Coverage}\n');
    -    var sep = '   +------------------------------------------+----------+------+------+--------+',
    -        lastSep = '                                              +----------+------+------+--------+';
    -    sys.puts(sep);
    -    sys.puts('   | filename                                 | coverage | LOC  | SLOC | missed |');
    -    sys.puts(sep);
    -    for (var name in cov) {
    -        var file = cov[name];
    -        if (Array.isArray(file)) {
    -            sys.print('   | ' + rpad(name, 40));
    -            sys.print(' | ' + lpad(file.coverage.toFixed(2), 8));
    -            sys.print(' | ' + lpad(file.LOC, 4));
    -            sys.print(' | ' + lpad(file.SLOC, 4));
    -            sys.print(' | ' + lpad(file.totalMisses, 6));
    -            sys.print(' |\n');
    -        }
    -    }
    -    sys.puts(sep);
    -    sys.print('     ' + rpad('', 40));
    -    sys.print(' | ' + lpad(cov.coverage.toFixed(2), 8));
    -    sys.print(' | ' + lpad(cov.LOC, 4));
    -    sys.print(' | ' + lpad(cov.SLOC, 4));
    -    sys.print(' | ' + lpad(cov.totalMisses, 6));
    -    sys.print(' |\n');
    -    sys.puts(lastSep);
    -    // Source
    -    for (var name in cov) {
    -        if (name.match(/\.js$/)) {
    -            var file = cov[name];
    -            print('\n   [bold]{' + name + '}:');
    -            print(file.source);
    -            sys.print('\n');
    -        }
    -    }
    -}
    -
    -/**
    - * Populate code coverage data.
    - *
    - * @param  {Object} cov
    - */
    -
    -function populateCoverage(cov) {
    -    cov.LOC = 
    -    cov.SLOC =
    -    cov.totalFiles =
    -    cov.totalHits =
    -    cov.totalMisses = 
    -    cov.coverage = 0;
    -    for (var name in cov) {
    -        var file = cov[name];
    -        if (Array.isArray(file)) {
    -            // Stats
    -            ++cov.totalFiles;
    -            cov.totalHits += file.totalHits = coverage(file, true);
    -            cov.totalMisses += file.totalMisses = coverage(file, false);
    -            file.totalLines = file.totalHits + file.totalMisses;
    -            cov.SLOC += file.SLOC = file.totalLines;
    -            if (!file.source) file.source = [];
    -            cov.LOC += file.LOC = file.source.length;
    -            file.coverage = (file.totalHits / file.totalLines) * 100;
    -            // Source
    -            var width = file.source.length.toString().length;
    -            file.source = file.source.map(function(line, i){
    -                ++i;
    -                var hits = file[i] === 0 ? 0 : (file[i] || ' ');
    -                if (!boring) {
    -                    if (hits === 0) {
    -                        hits = '\x1b[31m' + hits + '\x1b[0m';
    -                        line = '\x1b[41m' + line + '\x1b[0m';
    -                    } else {
    -                        hits = '\x1b[32m' + hits + '\x1b[0m';
    -                    }
    -                }
    -                return '\n     ' + lpad(i, width) + ' | ' + hits + ' | ' + line;
    -            }).join('');
    -        }
    -    }
    -    cov.coverage = (cov.totalHits / cov.SLOC) * 100;
    -}
    -
    -/**
    - * Total coverage for the given file data.
    - *
    - * @param  {Array} data
    - * @return {Type}
    - */
    -
    -function coverage(data, val) {
    -    var n = 0;
    -    for (var i = 0, len = data.length; i < len; ++i) {
    -        if (data[i] !== undefined && data[i] == val) ++n;
    -    }
    -    return n;  
    -}
    -
    -/**
    - * Run the given test `files`, or try _test/*_.
    - *
    - * @param  {Array} files
    - */
    -
    -function run(files) {
    -    if (!files.length) {
    -        try {
    -            files = fs.readdirSync('test').map(function(file){
    -                return 'test/' + file;
    -            });
    -        } catch (err) {
    -            print('\n  failed to load tests in [bold]{./test}\n');
    -            ++failures;
    -            process.exit(1);
    -        }
    -    }
    -    if (watch) watchFiles(files);
    -    runFiles(files);
    -}
    -
    -/**
    - * Show the cursor when `show` is true, otherwise hide it.
    - *
    - * @param {Boolean} show
    - */
    -
    -function cursor(show) {
    -    if (show) {
    -        sys.print('\x1b[?25h');
    -    } else {
    -        sys.print('\x1b[?25l');
    -    }
    -}
    -
    -/**
    - * Run the given test `files`.
    - *
    - * @param {Array} files
    - */
    -
    -function runFiles(files) {
    -    files.forEach(runFile);
    -}
    -
    -/**
    - * Run tests for the given `file`.
    - *
    - * @param {String} file
    - */
    -
    -function runFile(file) {
    -    if (file.match(/\.js$/)) {
    -        var title = path.basename(file),
    -            file = path.join(cwd, file),
    -            mod = require(file.replace(/\.js$/, ''));
    -        (function check(){
    -           var len = Object.keys(mod).length;
    -           if (len) {
    -               runSuite(title, mod);
    -           } else {
    -               setTimeout(check, 20);
    -           }
    -        })();
    -    }
    -}
    -
    -/**
    - * Clear the module cache for the given `file`.
    - *
    - * @param {String} file
    - */
    -
    -function clearCache(file) {
    -    var keys = Object.keys(module.moduleCache);
    -    for (var i = 0, len = keys.length; i < len; ++i) {
    -        var key = keys[i];
    -        if (key.indexOf(file) === key.length - file.length) {
    -            delete module.moduleCache[key];
    -        }
    -    }
    -}
    -
    -/**
    - * Watch the given `files` for changes.
    - *
    - * @param {Array} files
    - */
    -
    -function watchFiles(files) {
    -    var p = 0,
    -        c = ['▫   ', '▫▫  ', '▫▫▫ ', ' ▫▫▫',
    -             '  ▫▫', '   ▫', '   ▫', '  ▫▫',
    -             '▫▫▫ ', '▫▫  ', '▫   '],
    -        l = c.length;
    -    cursor(false);
    -    setInterval(function(){
    -        sys.print(colorize('  [green]{' + c[p++ % l] + '} watching\r'));
    -    }, 100);
    -    files.forEach(function(file){
    -        fs.watchFile(file, { interval: 100 }, function(curr, prev){
    -            if (curr.mtime > prev.mtime) {
    -                print('  [yellow]{◦} ' + file);
    -                clearCache(file);
    -                runFile(file);
    -            }
    -        });
    -    });
    -}
    -
    -/**
    - * Report `err` for the given `test` and `suite`.
    - *
    - * @param {String} suite
    - * @param {String} test
    - * @param {Error} err
    - */
    -
    -function error(suite, test, err) {
    -    ++failures;
    -    var name = err.name,
    -        stack = err.stack.replace(err.name, ''),
    -        label = test === 'uncaught'
    -            ? test
    -            : suite + ' ' + test;
    -    print('\n   [bold]{' + label + '}: [red]{' + name + '}' + stack + '\n');
    -    if (watch) notify(label + ' failed');
    -}
    -
    -/**
    - * Run the given tests.
    - *
    - * @param  {String} title
    - * @param  {Object} tests
    - */
    -
    -var dots = 0;
    -function runSuite(title, tests) {
    -    // Keys
    -    var keys = only.length
    -        ? only.slice(0)
    -        : Object.keys(tests);
    -
    -    // Setup
    -    var setup = tests.setup || function(fn){ fn(); };
    -    
    -    // Iterate tests
    -    (function next(){
    -        if (keys.length) {
    -            var key,
    -                test = tests[key = keys.shift()];
    -            // Non-tests
    -            if (key === 'setup') return next();
    -
    -            // Run test
    -            if (test) {
    -                try {
    -                    ++testcount;
    -                    assert.testTitle = key;
    -                    if (serial) {
    -                        if (!watch) {
    -                            sys.print('.');
    -                            if (++dots % 25 === 0) sys.print('\n');
    -                        }
    -                        setup(function(){
    -                            if (test.length < 2) {
    -                                test(assert);
    -                                next();
    -                            } else {
    -                                var id = setTimeout(function(){
    -                                    throw new Error("'" + key + "' timed out");
    -                                }, timeout);
    -                                test(assert, function(){
    -                                    clearTimeout(id);
    -                                    next();
    -                                });
    -                            } 
    -                        });
    -                    } else {
    -                        test(assert, function(fn){
    -                            process.addListener('beforeExit', function(){
    -                                try {
    -                                    fn();
    -                                } catch (err) {
    -                                    error(title, key, err);
    -                                }
    -                            });
    -                        });
    -                    }
    -                } catch (err) {
    -                    error(title, key, err);
    -                }
    -            }
    -            if (!serial) next();
    -        }
    -    })();
    -}
    -
    -/**
    - * Report exceptions.
    - */
    -
    -function report() {
    -    process.emit('beforeExit');
    -    if (failures) {
    -        print('\n   [bold]{Failures}: [red]{' + failures + '}\n\n');
    -        notify('Failures: ' + failures);
    -    } else {
    -        if (serial) print('');
    -        print('\n   [green]{100%} ' + testcount + ' tests\n');
    -        notify('100% ok');
    -    }
    -    if (typeof _$jscoverage === 'object') {
    -        reportCoverage(_$jscoverage);
    -    }
    -}
    -
    -/**
    - * Growl notify the given `msg`.
    - *
    - * @param {String} msg
    - */
    -
    -function notify(msg) {
    -    if (growl) {
    -        childProcess.exec('growlnotify -name Expresso -m "' + msg + '"');
    -    }
    -}
    -
    -// Report uncaught exceptions
    -
    -process.addListener('uncaughtException', function(err){
    -    error('uncaught', 'uncaught', err);
    -});
    -
    -// Show cursor
    -
    -['INT', 'TERM', 'QUIT'].forEach(function(sig){
    -    process.addListener('SIG' + sig, function(){
    -        cursor(true);
    -        process.exit(1);
    -    });
    -});
    -
    -// Report test coverage when available
    -// and emit "beforeExit" event to perform
    -// final assertions
    -
    -var orig = process.emit;
    -process.emit = function(event){
    -    if (event === 'exit') {
    -        report();
    -        process.reallyExit(failures);
    -    }
    -    orig.apply(this, arguments);
    -};
    -
    -// Run test files
    -
    -if (!defer) run(files);
    diff --git a/node/node_modules/jade/support/expresso/docs/api.html b/node/node_modules/jade/support/expresso/docs/api.html
    deleted file mode 100644
    index 8718732..0000000
    --- a/node/node_modules/jade/support/expresso/docs/api.html
    +++ /dev/null
    @@ -1,1048 +0,0 @@
    -Fork me on GitHub
    -	
    -		Expresso
    -		
    -		
    -		
    -	
    -	
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Expresso

    Insanely fast TDD framework for node featuring code coverage reporting.

    expresso

    bin/expresso
    -

    !/usr/bin/env node

    -
    -
    !
    - * Expresso
    - * Copyright(c) TJ Holowaychuk &lt;tj@vision-media.ca&gt;
    - * (MIT Licensed)
    - 
    -
    -

    Module dependencies. -

    -
    -
    var assert = require('assert'),
    -    childProcess = require('child_process'),
    -    http = require('http'),
    -    path = require('path'),
    -    sys = require('sys'),
    -    cwd = process.cwd(),
    -    fs = require('fs'),
    -    defer;
    -
    -

    Expresso version. -

    -
    -
    var version = '0.6.1';
    -
    -

    Failure count. -

    -
    -
    var failures = 0;
    -
    -

    Number of tests executed. -

    -
    -
    var testcount = 0;
    -
    -

    Whitelist of tests to run. -

    -
    -
    var only = [];
    -
    -

    Boring output. -

    -
    -
    var boring = false;
    -
    -

    Growl notifications. -

    -
    -
    var growl = false;
    -
    -

    Server port. -

    -
    -
    var port = 5555;
    -
    -

    Watch mode. -

    -
    -
    var watch = false;
    -
    -

    Execute serially. -

    -
    -
    var serial = false;
    -
    -

    Usage documentation. -

    -
    -
    var usage = ''
    -    + '[bold]{Usage}: expresso [options] <file ...>'
    -    + '\n'
    -    + '\n[bold]{Options}:'
    -    + '\n  -w, --watch          Watch for modifications and re-execute tests'
    -    + '\n  -g, --growl          Enable growl notifications'
    -    + '\n  -c, --coverage       Generate and report test coverage'
    -    + '\n  -r, --require PATH   Require the given module path'
    -    + '\n  -o, --only TESTS     Execute only the comma sperated TESTS (can be set several times)'
    -    + '\n  -I, --include PATH   Unshift the given path to require.paths'
    -    + '\n  -p, --port NUM       Port number for test servers, starts at 5555'
    -    + '\n  -s, --serial         Execute tests serially'
    -    + '\n  -b, --boring         Suppress ansi-escape colors'
    -    + '\n  -v, --version        Output version number'
    -    + '\n  -h, --help           Display help information'
    -    + '\n';
    -
    -// Parse arguments
    -
    -var files = [],
    -    args = process.argv.slice(2);
    -
    -while (args.length) {
    -    var arg = args.shift();
    -    switch (arg) {
    -        case '-h':
    -        case '--help':
    -            print(usage + '\n');
    -            process.exit(1);
    -            break;
    -        case '-v':
    -        case '--version':
    -            sys.puts(version);
    -            process.exit(1);
    -            break;
    -        case '-i':
    -        case '-I':
    -        case '--include':
    -            if (arg = args.shift()) {
    -                require.paths.unshift(arg);
    -            } else {
    -                throw new Error('--include requires a path');
    -            }
    -            break;
    -        case '-o':
    -        case '--only':
    -            if (arg = args.shift()) {
    -                only = only.concat(arg.split(/ *, */));
    -            } else {
    -                throw new Error('--only requires comma-separated test names');
    -            }
    -            break;
    -        case '-p':
    -        case '--port':
    -            if (arg = args.shift()) {
    -                port = parseInt(arg, 10);
    -            } else {
    -                throw new Error('--port requires a number');
    -            }
    -            break;
    -        case '-r':
    -        case '--require':
    -            if (arg = args.shift()) {
    -                require(arg);
    -            } else {
    -                throw new Error('--require requires a path');
    -            }
    -            break;
    -        case '-c':
    -        case '--cov':
    -        case '--coverage':
    -            defer = true;
    -            childProcess.exec('rm -fr lib-cov && node-jscoverage lib lib-cov', function(err){
    -                if (err) throw err;
    -                require.paths.unshift('lib-cov');
    -                run(files);
    -            })
    -            break;
    -        case '-b':
    -        case '--boring':
    -        	boring = true;
    -        	break;
    -        case '-w':
    -        case '--watch':
    -            watch = true;
    -            break;
    -        case '-g':
    -        case '--growl':
    -            growl = true;
    -            break;
    -        case '-s':
    -        case '--serial':
    -            serial = true;
    -            break;
    -        default:
    -            if (/\.js$/.test(arg)) {
    -                files.push(arg);
    -            }
    -            break;
    -    }
    -}
    -
    -

    Colorized sys.error().

    - -

    - -
    • param: String str

    -
    -
    function print(str){
    -    sys.error(colorize(str));
    -}
    -
    -

    Colorize the given string using ansi-escape sequences. -Disabled when --boring is set.

    - -

    - -
    • param: String str

    • return: String

    -
    -
    function colorize(str){
    -    var colors = { bold: 1, red: 31, green: 32, yellow: 33 };
    -    return str.replace(/\[(\w+)\]\{([^]*?)\}/g, function(_, color, str){
    -        return boring
    -            ? str
    -            : '\x1B[' + colors[color] + 'm' + str + '\x1B[0m';
    -    });
    -}
    -
    -// Alias deepEqual as eql for complex equality
    -
    -assert.eql = assert.deepEqual;
    -
    -

    Assert that val is null.

    - -

    - -
    • param: Mixed val

    • param: String msg

    -
    -
    assert.isNull = function(val, msg) {
    -    assert.strictEqual(null, val, msg);
    -};
    -
    -

    Assert that val is not null.

    - -

    - -
    • param: Mixed val

    • param: String msg

    -
    -
    assert.isNotNull = function(val, msg) {
    -    assert.notStrictEqual(null, val, msg);
    -};
    -
    -

    Assert that val is undefined.

    - -

    - -
    • param: Mixed val

    • param: String msg

    -
    -
    assert.isUndefined = function(val, msg) {
    -    assert.strictEqual(undefined, val, msg);
    -};
    -
    -

    Assert that val is not undefined.

    - -

    - -
    • param: Mixed val

    • param: String msg

    -
    -
    assert.isDefined = function(val, msg) {
    -    assert.notStrictEqual(undefined, val, msg);
    -};
    -
    -

    Assert that obj is type.

    - -

    - -
    • param: Mixed obj

    • param: String type

    • api: public

    -
    -
    assert.type = function(obj, type, msg){
    -    var real = typeof obj;
    -    msg = msg || 'typeof ' + sys.inspect(obj) + ' is ' + real + ', expected ' + type;
    -    assert.ok(type === real, msg);
    -};
    -
    -

    Assert that str matches regexp.

    - -

    - -
    • param: String str

    • param: RegExp regexp

    • param: String msg

    -
    -
    assert.match = function(str, regexp, msg) {
    -    msg = msg || sys.inspect(str) + ' does not match ' + sys.inspect(regexp);
    -    assert.ok(regexp.test(str), msg);
    -};
    -
    -

    Assert that val is within obj.

    - -

    Examples

    - -

    assert.includes('foobar', 'bar'); - assert.includes(['foo', 'bar'], 'foo');

    - -

    - -
    • param: String | Array obj

    • param: Mixed val

    • param: String msg

    -
    -
    assert.includes = function(obj, val, msg) {
    -    msg = msg || sys.inspect(obj) + ' does not include ' + sys.inspect(val);
    -    assert.ok(obj.indexOf(val) &gt;= 0, msg);
    -};
    -
    -

    Assert length of val is n.

    - -

    - -
    • param: Mixed val

    • param: Number n

    • param: String msg

    -
    -
    assert.length = function(val, n, msg) {
    -    msg = msg || sys.inspect(val) + ' has length of ' + val.length + ', expected ' + n;
    -    assert.equal(n, val.length, msg);
    -};
    -
    -

    Assert response from server with -the given req object and res assertions object.

    - -

    - -
    • param: Server server

    • param: Object req

    • param: Object | Function res

    • param: String msg

    -
    -
    assert.response = function(server, req, res, msg){
    -    // Callback as third or fourth arg
    -    var callback = typeof res === 'function'
    -        ? res
    -        : typeof msg === 'function'
    -            ? msg
    -            : function(){};
    -
    -    // Default messate to test title
    -    if (typeof msg === 'function') msg = null;
    -    msg = msg || assert.testTitle;
    -    msg += '. ';
    -
    -    // Pending responses
    -    server.__pending = server.__pending || 0;
    -    server.__pending++;
    -
    -    // Create client
    -    if (!server.fd) {
    -        server.listen(server.__port = port++, '127.0.0.1');
    -        server.client = http.createClient(server.__port);
    -    }
    -
    -    // Issue request
    -    var timer,
    -        client = server.client,
    -        method = req.method || 'GET',
    -        status = res.status || res.statusCode,
    -        data = req.data || req.body,
    -        timeout = req.timeout || 0;
    -
    -    var request = client.request(method, req.url, req.headers);
    -
    -    // Timeout
    -    if (timeout) {
    -        timer = setTimeout(function(){
    -            --server.__pending || server.close();
    -            delete req.timeout;
    -            assert.fail(msg + 'Request timed out after ' + timeout + 'ms.');
    -        }, timeout);
    -    }
    -
    -    if (data) request.write(data);
    -    request.addListener('response', function(response){
    -        response.body = '';
    -        response.setEncoding('utf8');
    -        response.addListener('data', function(chunk){ response.body += chunk; });
    -        response.addListener('end', function(){
    -            --server.__pending || server.close();
    -            if (timer) clearTimeout(timer);
    -
    -            // Assert response body
    -            if (res.body !== undefined) {
    -                assert.equal(
    -                    response.body,
    -                    res.body,
    -                    msg + 'Invalid response body.\n'
    -                        + '    Expected: ' + sys.inspect(res.body) + '\n'
    -                        + '    Got: ' + sys.inspect(response.body)
    -                );
    -            }
    -
    -            // Assert response status
    -            if (typeof status === 'number') {
    -                assert.equal(
    -                    response.statusCode,
    -                    status,
    -                    msg + colorize('Invalid response status code.\n'
    -                        + '    Expected: [green]{' + status + '}\n'
    -                        + '    Got: [red]{' + response.statusCode + '}')
    -                );
    -            }
    -
    -            // Assert response headers
    -            if (res.headers) {
    -                var keys = Object.keys(res.headers);
    -                for (var i = 0, len = keys.length; i &lt; len; ++i) {
    -                    var name = keys[i],
    -                        actual = response.headers[name.toLowerCase()],
    -                        expected = res.headers[name];
    -                    assert.equal(
    -                        actual,
    -                        expected,
    -                        msg + colorize('Invalid response header [bold]{' + name + '}.\n'
    -                            + '    Expected: [green]{' + expected + '}\n'
    -                            + '    Got: [red]{' + actual + '}')
    -                    );
    -                }
    -            }
    -
    -            // Callback
    -            callback(response);
    -        });
    -    });
    -    request.end();
    -};
    -
    -

    Pad the given string to the maximum width provided.

    - -

    - -
    • param: String str

    • param: Number width

    • return: String

    -
    -
    function lpad(str, width) {
    -    str = String(str);
    -    var n = width - str.length;
    -    if (n &lt; 1) return str;
    -    while (n--) str = ' ' + str;
    -    return str;
    -}
    -
    -

    Pad the given string to the maximum width provided.

    - -

    - -
    • param: String str

    • param: Number width

    • return: String

    -
    -
    function rpad(str, width) {
    -    str = String(str);
    -    var n = width - str.length;
    -    if (n &lt; 1) return str;
    -    while (n--) str = str + ' ';
    -    return str;
    -}
    -
    -

    Report test coverage.

    - -

    - -
    • param: Object cov

    -
    -
    function reportCoverage(cov) {
    -    populateCoverage(cov);
    -    // Stats
    -    print('\n   [bold]{Test Coverage}\n');
    -    var sep = '   +------------------------------------------+----------+------+------+--------+',
    -        lastSep = '                                              +----------+------+------+--------+';
    -    sys.puts(sep);
    -    sys.puts('   | filename                                 | coverage | LOC  | SLOC | missed |');
    -    sys.puts(sep);
    -    for (var name in cov) {
    -        var file = cov[name];
    -        if (Array.isArray(file)) {
    -            sys.print('   | ' + rpad(name, 40));
    -            sys.print(' | ' + lpad(file.coverage.toFixed(2), 8));
    -            sys.print(' | ' + lpad(file.LOC, 4));
    -            sys.print(' | ' + lpad(file.SLOC, 4));
    -            sys.print(' | ' + lpad(file.totalMisses, 6));
    -            sys.print(' |\n');
    -        }
    -    }
    -    sys.puts(sep);
    -    sys.print('     ' + rpad('', 40));
    -    sys.print(' | ' + lpad(cov.coverage.toFixed(2), 8));
    -    sys.print(' | ' + lpad(cov.LOC, 4));
    -    sys.print(' | ' + lpad(cov.SLOC, 4));
    -    sys.print(' | ' + lpad(cov.totalMisses, 6));
    -    sys.print(' |\n');
    -    sys.puts(lastSep);
    -    // Source
    -    for (var name in cov) {
    -        if (name.match(/\.js$/)) {
    -            var file = cov[name];
    -            print('\n   [bold]{' + name + '}:');
    -            print(file.source);
    -            sys.print('\n');
    -        }
    -    }
    -}
    -
    -

    Populate code coverage data.

    - -

    - -
    • param: Object cov

    -
    -
    function populateCoverage(cov) {
    -    cov.LOC = 
    -    cov.SLOC =
    -    cov.totalFiles =
    -    cov.totalHits =
    -    cov.totalMisses = 
    -    cov.coverage = 0;
    -    for (var name in cov) {
    -        var file = cov[name];
    -        if (Array.isArray(file)) {
    -            // Stats
    -            ++cov.totalFiles;
    -            cov.totalHits += file.totalHits = coverage(file, true);
    -            cov.totalMisses += file.totalMisses = coverage(file, false);
    -            file.totalLines = file.totalHits + file.totalMisses;
    -            cov.SLOC += file.SLOC = file.totalLines;
    -            if (!file.source) file.source = [];
    -            cov.LOC += file.LOC = file.source.length;
    -            file.coverage = (file.totalHits / file.totalLines) * 100;
    -            // Source
    -            var width = file.source.length.toString().length;
    -            file.source = file.source.map(function(line, i){
    -                ++i;
    -                var hits = file[i] === 0 ? 0 : (file[i] || ' ');
    -                if (!boring) {
    -                    if (hits === 0) {
    -                        hits = '\x1b[31m' + hits + '\x1b[0m';
    -                        line = '\x1b[41m' + line + '\x1b[0m';
    -                    } else {
    -                        hits = '\x1b[32m' + hits + '\x1b[0m';
    -                    }
    -                }
    -                return '\n     ' + lpad(i, width) + ' | ' + hits + ' | ' + line;
    -            }).join('');
    -        }
    -    }
    -    cov.coverage = (cov.totalHits / cov.SLOC) * 100;
    -}
    -
    -

    Total coverage for the given file data.

    - -

    - -
    • param: Array data

    • return: Type

    -
    -
    function coverage(data, val) {
    -    var n = 0;
    -    for (var i = 0, len = data.length; i &lt; len; ++i) {
    -        if (data[i] !== undefined &amp;&amp; data[i] == val) ++n;
    -    }
    -    return n;  
    -}
    -
    -

    Run the given test files, or try test/*.

    - -

    - -
    • param: Array files

    -
    -
    function run(files) {
    -    if (!files.length) {
    -        try {
    -            files = fs.readdirSync('test').map(function(file){
    -                return 'test/' + file;
    -            });
    -        } catch (err) {
    -            print('\n  failed to load tests in [bold]{./test}\n');
    -            ++failures;
    -            process.exit(1);
    -        }
    -    }
    -    if (watch) watchFiles(files);
    -    runFiles(files);
    -}
    -
    -

    Show the cursor when show is true, otherwise hide it.

    - -

    - -
    • param: Boolean show

    -
    -
    function cursor(show) {
    -    if (show) {
    -        sys.print('\x1b[?25h');
    -    } else {
    -        sys.print('\x1b[?25l');
    -    }
    -}
    -
    -

    Run the given test files.

    - -

    - -
    • param: Array files

    -
    -
    function runFiles(files) {
    -    files.forEach(runFile);
    -}
    -
    -

    Run tests for the given file.

    - -

    - -
    • param: String file

    -
    -
    function runFile(file) {
    -    if (file.match(/\.js$/)) {
    -        var title = path.basename(file),
    -            file = path.join(cwd, file),
    -            mod = require(file.replace(/\.js$/, ''));
    -        (function check(){
    -           var len = Object.keys(mod).length;
    -           if (len) {
    -               runSuite(title, mod);
    -           } else {
    -               setTimeout(check, 20);
    -           }
    -        })();
    -    }
    -}
    -
    -

    Clear the module cache for the given file.

    - -

    - -
    • param: String file

    -
    -
    function clearCache(file) {
    -    var keys = Object.keys(module.moduleCache);
    -    for (var i = 0, len = keys.length; i &lt; len; ++i) {
    -        var key = keys[i];
    -        if (key.indexOf(file) === key.length - file.length) {
    -            delete module.moduleCache[key];
    -        }
    -    }
    -}
    -
    -

    Watch the given files for changes.

    - -

    - -
    • param: Array files

    -
    -
    function watchFiles(files) {
    -    var p = 0,
    -        c = ['▫   ', '▫▫  ', '▫▫▫ ', ' ▫▫▫',
    -             '  ▫▫', '   ▫', '   ▫', '  ▫▫',
    -             '▫▫▫ ', '▫▫  ', '▫   '],
    -        l = c.length;
    -    cursor(false);
    -    setInterval(function(){
    -        sys.print(colorize('  [green]{' + c[p++ % l] + '} watching\r'));
    -    }, 100);
    -    files.forEach(function(file){
    -        fs.watchFile(file, { interval: 100 }, function(curr, prev){
    -            if (curr.mtime &gt; prev.mtime) {
    -                print('  [yellow]{◦} ' + file);
    -                clearCache(file);
    -                runFile(file);
    -            }
    -        });
    -    });
    -}
    -
    -

    Report err for the given test and suite.

    - -

    - -
    • param: String suite

    • param: String test

    • param: Error err

    -
    -
    function error(suite, test, err) {
    -    ++failures;
    -    var name = err.name,
    -        stack = err.stack.replace(err.name, ''),
    -        label = test === 'uncaught'
    -            ? test
    -            : suite + ' ' + test;
    -    print('\n   [bold]{' + label + '}: [red]{' + name + '}' + stack + '\n');
    -    if (watch) notify(label + ' failed');
    -}
    -
    -

    Run the given tests.

    - -

    - -
    • param: String title

    • param: Object tests

    -
    -
    var dots = 0;
    -function runSuite(title, tests) {
    -    // Keys
    -    var keys = only.length
    -        ? only.slice(0)
    -        : Object.keys(tests);
    -
    -    // Setup
    -    var setup = tests.setup || function(fn){ fn(); };
    -    
    -    // Iterate tests
    -    (function next(){
    -        if (keys.length) {
    -            var key,
    -                test = tests[key = keys.shift()];
    -            // Non-tests
    -            if (key === 'setup') return next();
    -
    -            // Run test
    -            if (test) {
    -                try {
    -                    ++testcount;
    -                    assert.testTitle = key;
    -                    if (serial) {
    -                        if (!watch) {
    -                            sys.print('.');
    -                            if (++dots % 25 === 0) sys.print('\n');
    -                        }
    -                        setup(function(){
    -                            if (test.length &lt; 2) {
    -                                test(assert);
    -                                next();
    -                            } else {
    -                                var id = setTimeout(function(){
    -                                    throw new Error(&quot;'" + key + "' timed out&quot;);
    -                                }, 2000);
    -                                test(assert, function(){
    -                                    clearTimeout(id);
    -                                    next();
    -                                });
    -                            } 
    -                        });
    -                    } else {
    -                        test(assert, function(fn){
    -                            process.addListener('beforeExit', function(){
    -                                try {
    -                                    fn();
    -                                } catch (err) {
    -                                    error(title, key, err);
    -                                }
    -                            });
    -                        });
    -                    }
    -                } catch (err) {
    -                    error(title, key, err);
    -                }
    -            }
    -            if (!serial) next();
    -        }
    -    })();
    -}
    -
    -

    Report exceptions. -

    -
    -
    function report() {
    -    process.emit('beforeExit');
    -    if (failures) {
    -        print('\n   [bold]{Failures}: [red]{' + failures + '}\n\n');
    -        notify('Failures: ' + failures);
    -    } else {
    -        if (serial) print('');
    -        print('\n   [green]{100%} ' + testcount + ' tests\n');
    -        notify('100% ok');
    -    }
    -    if (typeof _$jscoverage === 'object') {
    -        reportCoverage(_$jscoverage);
    -    }
    -}
    -
    -

    Growl notify the given msg.

    - -

    - -
    • param: String msg

    -
    -
    function notify(msg) {
    -    if (growl) {
    -        childProcess.exec('growlnotify -name Expresso -m "' + msg + '"');
    -    }
    -}
    -
    -// Report uncaught exceptions
    -
    -process.addListener('uncaughtException', function(err){
    -    error('uncaught', 'uncaught', err);
    -});
    -
    -// Show cursor
    -
    -['INT', 'TERM', 'QUIT'].forEach(function(sig){
    -    process.addListener('SIG' + sig, function(){
    -        cursor(true);
    -        process.exit(1);
    -    });
    -});
    -
    -// Report test coverage when available
    -// and emit "beforeExit" event to perform
    -// final assertions
    -
    -var orig = process.emit;
    -process.emit = function(event){
    -    if (event === 'exit') {
    -        report();
    -        process.reallyExit(failures);
    -    }
    -    orig.apply(this, arguments);
    -};
    -
    -// Run test files
    -
    -if (!defer) run(files);
    -
    -
    \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/docs/index.html b/node/node_modules/jade/support/expresso/docs/index.html deleted file mode 100644 index 49d8148..0000000 --- a/node/node_modules/jade/support/expresso/docs/index.html +++ /dev/null @@ -1,373 +0,0 @@ - - - Expresso - TDD Framework For Node - - - - - Fork me on GitHub - -
    -

    Expresso

    -
    -

    Expresso is a JavaScript TDD framework written for nodejs. Expresso is extremely fast, and is packed with features such as additional assertion methods, code coverage reporting, CI support, and more.

    - -

    Features

    - -
      -
    • light-weight
    • -
    • intuitive async support
    • -
    • intuitive test runner executable
    • -
    • test coverage support and reporting via node-jscoverage
    • -
    • uses and extends the core assert module
    • -
    • assert.eql() alias of assert.deepEqual()
    • -
    • assert.response() http response utility
    • -
    • assert.includes()
    • -
    • assert.isNull()
    • -
    • assert.isUndefined()
    • -
    • assert.isNotNull()
    • -
    • assert.isDefined()
    • -
    • assert.match()
    • -
    • assert.length()
    • -
    - - -

    Installation

    - -

    To install both expresso and node-jscoverage run -the command below, which will first compile node-jscoverage:

    - -
    $ make install
    -
    - -

    To install expresso alone without coverage reporting run:

    - -
    $ make install-expresso
    -
    - -

    Install via npm:

    - -
    $ npm install expresso
    -
    - -

    Examples

    - -

    To define tests we simply export several functions:

    - -
    exports['test String#length'] = function(assert){
    -    assert.equal(6, 'foobar'.length);
    -};
    -
    - -

    Alternatively for large numbers of tests you may want to -export your own object containing the tests, however this -is essentially the as above:

    - -
    module.exports = {
    -    'test String#length': function(assert){
    -        assert.equal(6, 'foobar'.length);
    -    }
    -};
    -
    - -

    If you prefer not to use quoted keys:

    - -
    exports.testsStringLength = function(assert){
    -    assert.equal(6, 'foobar'.length);
    -};
    -
    - -

    The second argument passed to each callback is beforeExit, -which is typically used to assert that callbacks have been -invoked.

    - -
    exports.testAsync = function(assert, beforeExit){
    -    var n = 0;
    -    setTimeout(function(){
    -        ++n;
    -        assert.ok(true);
    -    }, 200);
    -    setTimeout(function(){
    -        ++n;
    -        assert.ok(true);
    -    }, 200);
    -    beforeExit(function(){
    -        assert.equal(2, n, 'Ensure both timeouts are called');
    -    });
    -};
    -
    - -

    Assert Utilities

    - -

    assert.isNull(val[, msg])

    - -

    Asserts that the given val is null.

    - -
    assert.isNull(null);
    -
    - -

    assert.isNotNull(val[, msg])

    - -

    Asserts that the given val is not null.

    - -
    assert.isNotNull(undefined);
    -assert.isNotNull(false);
    -
    - -

    assert.isUndefined(val[, msg])

    - -

    Asserts that the given val is undefined.

    - -
    assert.isUndefined(undefined);
    -
    - -

    assert.isDefined(val[, msg])

    - -

    Asserts that the given val is not undefined.

    - -
    assert.isDefined(null);
    -assert.isDefined(false);
    -
    - -

    assert.match(str, regexp[, msg])

    - -

    Asserts that the given str matches regexp.

    - -
    assert.match('foobar', /^foo(bar)?/);
    -assert.match('foo', /^foo(bar)?/);
    -
    - -

    assert.length(val, n[, msg])

    - -

    Assert that the given val has a length of n.

    - -
    assert.length([1,2,3], 3);
    -assert.length('foo', 3);
    -
    - -

    assert.type(obj, type[, msg])

    - -

    Assert that the given obj is typeof type.

    - -
    assert.type(3, 'number');
    -
    - -

    assert.eql(a, b[, msg])

    - -

    Assert that object b is equal to object a. This is an -alias for the core assert.deepEqual() method which does complex -comparisons, opposed to assert.equal() which uses ==.

    - -
    assert.eql('foo', 'foo');
    -assert.eql([1,2], [1,2]);
    -assert.eql({ foo: 'bar' }, { foo: 'bar' });
    -
    - -

    assert.includes(obj, val[, msg])

    - -

    Assert that obj is within val. This method supports Array_s -and Strings_s.

    - -
    assert.includes([1,2,3], 3);
    -assert.includes('foobar', 'foo');
    -assert.includes('foobar', 'bar');
    -
    - -

    assert.response(server, req, res|fn[, msg|fn])

    - -

    Performs assertions on the given server, which should not call -listen(), as this is handled internally by expresso and the server -is killed after all responses have completed. This method works with -any http.Server instance, so Connect and Express servers will work -as well.

    - -

    The req object may contain:

    - -
      -
    • url request url
    • -
    • timeout timeout in milliseconds
    • -
    • method HTTP method
    • -
    • data request body
    • -
    • headers headers object
    • -
    - - -

    The res object may be a callback function which -receives the response for assertions, or an object -which is then used to perform several assertions -on the response with the following properties:

    - -
      -
    • body assert response body
    • -
    • status assert response status code
    • -
    • header assert that all given headers match (unspecified are ignored)
    • -
    - - -

    When providing res you may then also pass a callback function -as the fourth argument for additional assertions.

    - -

    Below are some examples:

    - -
    assert.response(server, {
    -    url: '/', timeout: 500
    -}, {
    -    body: 'foobar'
    -});
    -
    -assert.response(server, {
    -    url: '/',
    -    method: 'GET'
    -},{
    -    body: '{"name":"tj"}',
    -    status: 200,
    -    headers: {
    -        'Content-Type': 'application/json; charset=utf8',
    -        'X-Foo': 'bar'
    -    }
    -});
    -
    -assert.response(server, {
    -    url: '/foo',
    -    method: 'POST',
    -    data: 'bar baz'
    -},{
    -    body: '/foo bar baz',
    -    status: 200
    -}, 'Test POST');
    -
    -assert.response(server, {
    -    url: '/foo',
    -    method: 'POST',
    -    data: 'bar baz'
    -},{
    -    body: '/foo bar baz',
    -    status: 200
    -}, function(res){
    -    // All done, do some more tests if needed
    -});
    -
    -assert.response(server, {
    -    url: '/'
    -}, function(res){
    -    assert.ok(res.body.indexOf('tj') >= 0, 'Test assert.response() callback');
    -});
    -
    - -

    expresso(1)

    - -

    To run a single test suite (file) run:

    - -
    $ expresso test/a.test.js
    -
    - -

    To run several suites we may simply append another:

    - -
    $ expresso test/a.test.js test/b.test.js
    -
    - -

    We can also pass a whitelist of tests to run within all suites:

    - -
    $ expresso --only "foo()" --only "bar()"
    -
    - -

    Or several with one call:

    - -
    $ expresso --only "foo(), bar()"
    -
    - -

    Globbing is of course possible as well:

    - -
    $ expresso test/*
    -
    - -

    When expresso is called without any files, test/* is the default, -so the following is equivalent to the command above:

    - -
    $ expresso
    -
    - -

    If you wish to unshift a path to require.paths before -running tests, you may use the -I or --include flag.

    - -
    $ expresso --include lib test/*
    -
    - -

    The previous example is typically what I would recommend, since expresso -supports test coverage via node-jscoverage (bundled with expresso), -so you will need to expose an instrumented version of you library.

    - -

    To instrument your library, simply run node-jscoverage, -passing the src and dest directories:

    - -
    $ node-jscoverage lib lib-cov
    -
    - -

    Now we can run our tests again, using the lib-cov directory that has been -instrumented with coverage statements:

    - -
    $ expresso -I lib-cov test/*
    -
    - -

    The output will look similar to below, depending on your test coverage of course :)

    - -

    node coverage

    - -

    To make this process easier expresso has the -c or --cov which essentially -does the same as the two commands above. The following two commands will -run the same tests, however one will auto-instrument, and unshift lib-cov, -and the other will run tests normally:

    - -
    $ expresso -I lib test/*
    -$ expresso -I lib --cov test/*
    -
    - -

    Currently coverage is bound to the lib directory, however in the -future --cov will most likely accept a path.

    - -

    Async Exports

    - -

    Sometimes it is useful to postpone running of tests until a callback or event has fired, currently the exports.foo = function(){}; syntax is supported for this:

    - -
    setTimeout(function(){
    -    exports['test async exports'] = function(assert){
    -        assert.ok('wahoo');
    -    };
    -}, 100);
    -
    - -
    -
    - - \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/docs/index.md b/node/node_modules/jade/support/expresso/docs/index.md deleted file mode 100644 index 5376e59..0000000 --- a/node/node_modules/jade/support/expresso/docs/index.md +++ /dev/null @@ -1,290 +0,0 @@ - -[Expresso](http://github.com/visionmedia/expresso) is a JavaScript [TDD](http://en.wikipedia.org/wiki/Test-driven_development) framework written for [nodejs](http://nodejs.org). Expresso is extremely fast, and is packed with features such as additional assertion methods, code coverage reporting, CI support, and more. - -## Features - - - light-weight - - intuitive async support - - intuitive test runner executable - - test coverage support and reporting via [node-jscoverage](http://github.com/visionmedia/node-jscoverage) - - uses and extends the core _assert_ module - - `assert.eql()` alias of `assert.deepEqual()` - - `assert.response()` http response utility - - `assert.includes()` - - `assert.isNull()` - - `assert.isUndefined()` - - `assert.isNotNull()` - - `assert.isDefined()` - - `assert.match()` - - `assert.length()` - -## Installation - -To install both expresso _and_ node-jscoverage run -the command below, which will first compile node-jscoverage: - - $ make install - -To install expresso alone without coverage reporting run: - - $ make install-expresso - -Install via npm: - - $ npm install expresso - -## Examples - -To define tests we simply export several functions: - - exports['test String#length'] = function(assert){ - assert.equal(6, 'foobar'.length); - }; - -Alternatively for large numbers of tests you may want to -export your own object containing the tests, however this -is essentially the as above: - - module.exports = { - 'test String#length': function(assert){ - assert.equal(6, 'foobar'.length); - } - }; - -If you prefer not to use quoted keys: - - exports.testsStringLength = function(assert){ - assert.equal(6, 'foobar'.length); - }; - -The second argument passed to each callback is _beforeExit_, -which is typically used to assert that callbacks have been -invoked. - - exports.testAsync = function(assert, beforeExit){ - var n = 0; - setTimeout(function(){ - ++n; - assert.ok(true); - }, 200); - setTimeout(function(){ - ++n; - assert.ok(true); - }, 200); - beforeExit(function(){ - assert.equal(2, n, 'Ensure both timeouts are called'); - }); - }; - -## Assert Utilities - -### assert.isNull(val[, msg]) - -Asserts that the given _val_ is _null_. - - assert.isNull(null); - -### assert.isNotNull(val[, msg]) - -Asserts that the given _val_ is not _null_. - - assert.isNotNull(undefined); - assert.isNotNull(false); - -### assert.isUndefined(val[, msg]) - -Asserts that the given _val_ is _undefined_. - - assert.isUndefined(undefined); - -### assert.isDefined(val[, msg]) - -Asserts that the given _val_ is not _undefined_. - - assert.isDefined(null); - assert.isDefined(false); - -### assert.match(str, regexp[, msg]) - -Asserts that the given _str_ matches _regexp_. - - assert.match('foobar', /^foo(bar)?/); - assert.match('foo', /^foo(bar)?/); - -### assert.length(val, n[, msg]) - -Assert that the given _val_ has a length of _n_. - - assert.length([1,2,3], 3); - assert.length('foo', 3); - -### assert.type(obj, type[, msg]) - -Assert that the given _obj_ is typeof _type_. - - assert.type(3, 'number'); - -### assert.eql(a, b[, msg]) - -Assert that object _b_ is equal to object _a_. This is an -alias for the core _assert.deepEqual()_ method which does complex -comparisons, opposed to _assert.equal()_ which uses _==_. - - assert.eql('foo', 'foo'); - assert.eql([1,2], [1,2]); - assert.eql({ foo: 'bar' }, { foo: 'bar' }); - -### assert.includes(obj, val[, msg]) - -Assert that _obj_ is within _val_. This method supports _Array_s -and _Strings_s. - - assert.includes([1,2,3], 3); - assert.includes('foobar', 'foo'); - assert.includes('foobar', 'bar'); - -### assert.response(server, req, res|fn[, msg|fn]) - -Performs assertions on the given _server_, which should _not_ call -listen(), as this is handled internally by expresso and the server -is killed after all responses have completed. This method works with -any _http.Server_ instance, so _Connect_ and _Express_ servers will work -as well. - -The _req_ object may contain: - - - _url_ request url - - _timeout_ timeout in milliseconds - - _method_ HTTP method - - _data_ request body - - _headers_ headers object - -The _res_ object may be a callback function which -receives the response for assertions, or an object -which is then used to perform several assertions -on the response with the following properties: - - - _body_ assert response body - - _status_ assert response status code - - _header_ assert that all given headers match (unspecified are ignored) - -When providing _res_ you may then also pass a callback function -as the fourth argument for additional assertions. - -Below are some examples: - - assert.response(server, { - url: '/', timeout: 500 - }, { - body: 'foobar' - }); - - assert.response(server, { - url: '/', - method: 'GET' - },{ - body: '{"name":"tj"}', - status: 200, - headers: { - 'Content-Type': 'application/json; charset=utf8', - 'X-Foo': 'bar' - } - }); - - assert.response(server, { - url: '/foo', - method: 'POST', - data: 'bar baz' - },{ - body: '/foo bar baz', - status: 200 - }, 'Test POST'); - - assert.response(server, { - url: '/foo', - method: 'POST', - data: 'bar baz' - },{ - body: '/foo bar baz', - status: 200 - }, function(res){ - // All done, do some more tests if needed - }); - - assert.response(server, { - url: '/' - }, function(res){ - assert.ok(res.body.indexOf('tj') >= 0, 'Test assert.response() callback'); - }); - - -## expresso(1) - -To run a single test suite (file) run: - - $ expresso test/a.test.js - -To run several suites we may simply append another: - - $ expresso test/a.test.js test/b.test.js - -We can also pass a whitelist of tests to run within all suites: - - $ expresso --only "foo()" --only "bar()" - -Or several with one call: - - $ expresso --only "foo(), bar()" - -Globbing is of course possible as well: - - $ expresso test/* - -When expresso is called without any files, _test/*_ is the default, -so the following is equivalent to the command above: - - $ expresso - -If you wish to unshift a path to `require.paths` before -running tests, you may use the `-I` or `--include` flag. - - $ expresso --include lib test/* - -The previous example is typically what I would recommend, since expresso -supports test coverage via [node-jscoverage](http://github.com/visionmedia/node-jscoverage) (bundled with expresso), -so you will need to expose an instrumented version of you library. - -To instrument your library, simply run [node-jscoverage](http://github.com/visionmedia/node-jscoverage), -passing the _src_ and _dest_ directories: - - $ node-jscoverage lib lib-cov - -Now we can run our tests again, using the _lib-cov_ directory that has been -instrumented with coverage statements: - - $ expresso -I lib-cov test/* - -The output will look similar to below, depending on your test coverage of course :) - -![node coverage](http://dl.dropbox.com/u/6396913/cov.png) - -To make this process easier expresso has the _-c_ or _--cov_ which essentially -does the same as the two commands above. The following two commands will -run the same tests, however one will auto-instrument, and unshift _lib-cov_, -and the other will run tests normally: - - $ expresso -I lib test/* - $ expresso -I lib --cov test/* - -Currently coverage is bound to the _lib_ directory, however in the -future `--cov` will most likely accept a path. - -## Async Exports - -Sometimes it is useful to postpone running of tests until a callback or event has fired, currently the _exports.foo = function(){};_ syntax is supported for this: - - setTimeout(function(){ - exports['test async exports'] = function(assert){ - assert.ok('wahoo'); - }; - }, 100); diff --git a/node/node_modules/jade/support/expresso/docs/layout/foot.html b/node/node_modules/jade/support/expresso/docs/layout/foot.html deleted file mode 100644 index 44d85e9..0000000 --- a/node/node_modules/jade/support/expresso/docs/layout/foot.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/docs/layout/head.html b/node/node_modules/jade/support/expresso/docs/layout/head.html deleted file mode 100644 index 567f62e..0000000 --- a/node/node_modules/jade/support/expresso/docs/layout/head.html +++ /dev/null @@ -1,42 +0,0 @@ - - - Expresso - TDD Framework For Node - - - - - Fork me on GitHub - -
    -

    Expresso

    diff --git a/node/node_modules/jade/support/expresso/lib/bar.js b/node/node_modules/jade/support/expresso/lib/bar.js deleted file mode 100644 index e15aad4..0000000 --- a/node/node_modules/jade/support/expresso/lib/bar.js +++ /dev/null @@ -1,4 +0,0 @@ - -exports.bar = function(msg){ - return msg || 'bar'; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/lib/foo.js b/node/node_modules/jade/support/expresso/lib/foo.js deleted file mode 100644 index 15701a5..0000000 --- a/node/node_modules/jade/support/expresso/lib/foo.js +++ /dev/null @@ -1,16 +0,0 @@ - -exports.foo = function(msg){ - if (msg) { - return msg; - } else { - return generateFoo(); - } -}; - -function generateFoo() { - return 'foo'; -} - -function Foo(msg){ - this.msg = msg || 'foo'; -} diff --git a/node/node_modules/jade/support/expresso/package.json b/node/node_modules/jade/support/expresso/package.json deleted file mode 100644 index 572935f..0000000 --- a/node/node_modules/jade/support/expresso/package.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "name": "expresso", - "version": "0.6.2", - "description": "TDD framework, light-weight, fast, CI-friendly", - "author": "TJ Holowaychuk ", - "bin": { - "expresso": "./bin/expresso", - "node-jscoverage": "./deps/jscoverage/node-jscoverage" - }, - "scripts": { - "preinstall": "make deps/jscoverage/node-jscoverage" - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/assert.test.js b/node/node_modules/jade/support/expresso/test/assert.test.js deleted file mode 100644 index 6a5e764..0000000 --- a/node/node_modules/jade/support/expresso/test/assert.test.js +++ /dev/null @@ -1,84 +0,0 @@ -module.exports = { - 'assert.eql()': function(assert){ - assert.equal(assert.deepEqual, assert.eql); - }, - - 'assert.type()': function(assert){ - assert.type('foobar', 'string'); - assert.type(2, 'number'); - assert.throws(function(){ - assert.type([1,2,3], 'string'); - }); - }, - - 'assert.includes()': function(assert){ - assert.includes('some random string', 'dom'); - assert.throws(function(){ - assert.include('some random string', 'foobar'); - }); - - assert.includes(['foo', 'bar'], 'bar'); - assert.includes(['foo', 'bar'], 'foo'); - assert.includes([1,2,3], 3); - assert.includes([1,2,3], 2); - assert.includes([1,2,3], 1); - assert.throws(function(){ - assert.includes(['foo', 'bar'], 'baz'); - }); - - assert.throws(function(){ - assert.includes({ wrong: 'type' }, 'foo'); - }); - }, - - 'assert.isNull()': function(assert){ - assert.isNull(null); - assert.throws(function(){ - assert.isNull(undefined); - }); - assert.throws(function(){ - assert.isNull(false); - }); - }, - - 'assert.isUndefined()': function(assert){ - assert.isUndefined(undefined); - assert.throws(function(){ - assert.isUndefined(null); - }); - assert.throws(function(){ - assert.isUndefined(false); - }); - }, - - 'assert.isNotNull()': function(assert){ - assert.isNotNull(false); - assert.isNotNull(undefined); - assert.throws(function(){ - assert.isNotNull(null); - }); - }, - - 'assert.isDefined()': function(assert){ - assert.isDefined(false); - assert.isDefined(null); - assert.throws(function(){ - assert.isDefined(undefined); - }); - }, - - 'assert.match()': function(assert){ - assert.match('foobar', /foo(bar)?/); - assert.throws(function(){ - assert.match('something', /rawr/); - }); - }, - - 'assert.length()': function(assert){ - assert.length('test', 4); - assert.length([1,2,3,4], 4); - assert.throws(function(){ - assert.length([1,2,3], 4); - }); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/async.test.js b/node/node_modules/jade/support/expresso/test/async.test.js deleted file mode 100644 index 0dc9016..0000000 --- a/node/node_modules/jade/support/expresso/test/async.test.js +++ /dev/null @@ -1,6 +0,0 @@ - -setTimeout(function(){ - exports['test async exports'] = function(assert){ - assert.ok('wahoo'); - }; -}, 100); \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/bar.test.js b/node/node_modules/jade/support/expresso/test/bar.test.js deleted file mode 100644 index 68e8d48..0000000 --- a/node/node_modules/jade/support/expresso/test/bar.test.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var bar = require('bar'); - -module.exports = { - 'bar()': function(assert){ - assert.equal('bar', bar.bar()); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/foo.test.js b/node/node_modules/jade/support/expresso/test/foo.test.js deleted file mode 100644 index 5d9d94e..0000000 --- a/node/node_modules/jade/support/expresso/test/foo.test.js +++ /dev/null @@ -1,13 +0,0 @@ - -/** - * Module dependencies. - */ - -var foo = require('foo'); - -module.exports = { - 'foo()': function(assert){ - assert.equal('foo', foo.foo()); - assert.equal('foo', foo.foo()); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/http.test.js b/node/node_modules/jade/support/expresso/test/http.test.js deleted file mode 100644 index 3a44bec..0000000 --- a/node/node_modules/jade/support/expresso/test/http.test.js +++ /dev/null @@ -1,82 +0,0 @@ - -/** - * Module dependencies. - */ - -var http = require('http'); - -var server = http.createServer(function(req, res){ - if (req.method === 'GET') { - if (req.url === '/delay') { - setTimeout(function(){ - res.writeHead(200, {}); - res.end('delayed'); - }, 200); - } else { - var body = JSON.stringify({ name: 'tj' }); - res.writeHead(200, { - 'Content-Type': 'application/json; charset=utf8', - 'Content-Length': body.length - }); - res.end(body); - } - } else { - var body = ''; - req.setEncoding('utf8'); - req.addListener('data', function(chunk){ body += chunk }); - req.addListener('end', function(){ - res.writeHead(200, {}); - res.end(req.url + ' ' + body); - }); - } -}); - -module.exports = { - 'test assert.response()': function(assert, beforeExit){ - var called = 0; - - assert.response(server, { - url: '/', - method: 'GET' - },{ - body: '{"name":"tj"}', - status: 200, - headers: { - 'Content-Type': 'application/json; charset=utf8' - } - }); - - assert.response(server, { - url: '/foo', - method: 'POST', - data: 'bar baz' - },{ - body: '/foo bar baz', - status: 200 - }, function(res){ - ++called; - assert.ok(res); - }); - - assert.response(server, { - url: '/foo' - }, function(res){ - ++called; - assert.ok(res.body.indexOf('tj') >= 0, 'Test assert.response() callback'); - }); - - assert.response(server, - { url: '/delay', timeout: 300 }, - { body: 'delayed' }); - - beforeExit(function(){ - assert.equal(2, called); - }); - }, - - 'test assert.response() regexp': function(assert){ - assert.response(server, - { url: '/foo', method: 'POST', data: 'foobar' }, - { body: /^\/foo foo(bar)?/ }); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/serial/async.test.js b/node/node_modules/jade/support/expresso/test/serial/async.test.js deleted file mode 100644 index 292f96c..0000000 --- a/node/node_modules/jade/support/expresso/test/serial/async.test.js +++ /dev/null @@ -1,38 +0,0 @@ - -var setup = 0, - order = []; - -module.exports = { - setup: function(done){ - ++setup; - done(); - }, - - a: function(assert, done){ - assert.equal(1, setup); - order.push('a'); - setTimeout(function(){ - done(); - }, 500); - }, - - b: function(assert, done){ - assert.equal(2, setup); - order.push('b'); - setTimeout(function(){ - done(); - }, 200); - }, - - c: function(assert, done){ - assert.equal(3, setup); - order.push('c'); - setTimeout(function(){ - done(); - }, 1000); - }, - - d: function(assert){ - assert.eql(order, ['a', 'b', 'c']); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/expresso/test/serial/http.test.js b/node/node_modules/jade/support/expresso/test/serial/http.test.js deleted file mode 100644 index 3d19557..0000000 --- a/node/node_modules/jade/support/expresso/test/serial/http.test.js +++ /dev/null @@ -1,47 +0,0 @@ - -/** - * Module dependencies. - */ - -var http = require('http'); - -var server = http.createServer(function(req, res){ - if (req.method === 'GET') { - if (req.url === '/delay') { - setTimeout(function(){ - res.writeHead(200, {}); - res.end('delayed'); - }, 200); - } else { - var body = JSON.stringify({ name: 'tj' }); - res.writeHead(200, { - 'Content-Type': 'application/json; charset=utf8', - 'Content-Length': body.length - }); - res.end(body); - } - } else { - var body = ''; - req.setEncoding('utf8'); - req.addListener('data', function(chunk){ body += chunk }); - req.addListener('end', function(){ - res.writeHead(200, {}); - res.end(req.url + ' ' + body); - }); - } -}); - -module.exports = { - 'test assert.response()': function(assert, done){ - assert.response(server, { - url: '/', - method: 'GET' - },{ - body: '{"name":"tj"}', - status: 200, - headers: { - 'Content-Type': 'application/json; charset=utf8' - } - }, done); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/foot.js b/node/node_modules/jade/support/foot.js deleted file mode 100644 index 92f4251..0000000 --- a/node/node_modules/jade/support/foot.js +++ /dev/null @@ -1,4 +0,0 @@ - - return exports; - -})({}); \ No newline at end of file diff --git a/node/node_modules/jade/support/head.js b/node/node_modules/jade/support/head.js deleted file mode 100644 index 83775aa..0000000 --- a/node/node_modules/jade/support/head.js +++ /dev/null @@ -1,2 +0,0 @@ - -var jade = (function(exports){ \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/.gitignore b/node/node_modules/jade/support/sass/.gitignore deleted file mode 100644 index 4adf993..0000000 --- a/node/node_modules/jade/support/sass/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.seed -*.cache -*.log -.DS_Store -pkg -build -bin \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/History.md b/node/node_modules/jade/support/sass/History.md deleted file mode 100644 index 01992cf..0000000 --- a/node/node_modules/jade/support/sass/History.md +++ /dev/null @@ -1,42 +0,0 @@ - -0.4.2 / 2010-06-21 -================== - - * Added lib directory to package.json for npm to work - -0.4.1 / 2010-06-21 -================== - - * Addex index.js for npm support - -0.4.0 / 2010-04-02 -================== - - * Added "cache" option - -0.3.0 / 2010-02-22 -================== - - * Added mixin support. Closes #1 - -0.2.0 / 2010-02-05 -================== - - * Added alternate variable syntax back ("var: val") - * Added a method to extract variables. Closes #3 - -0.1.0 / 2010-02-05 -================== - - * Added continuation support. Closes #15 - -0.0.2 / 2010-02-02 -================== - - * Fixed complex selectors - * Removed "var: val" syntax for variables - -0.0.1 / 2010-01-12 -================== - - * Initial release diff --git a/node/node_modules/jade/support/sass/Makefile b/node/node_modules/jade/support/sass/Makefile deleted file mode 100644 index f7e6985..0000000 --- a/node/node_modules/jade/support/sass/Makefile +++ /dev/null @@ -1,11 +0,0 @@ - -all: test - -test: spec/node.js - @node spec/node.js - -benchmark: - @node benchmarks/large.js - -.PHONY: test benchmark - \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/Readme.md b/node/node_modules/jade/support/sass/Readme.md deleted file mode 100644 index 93a5ab6..0000000 --- a/node/node_modules/jade/support/sass/Readme.md +++ /dev/null @@ -1,167 +0,0 @@ - -# Sass.js - - JavaScript implementation of Sass. Great for **node.js** and other - frameworks supporting the CommonJS module system. - -## Installation - - Install the [Kiwi package manager for nodejs](http://github.com/visionmedia/kiwi) - and run: - - $ kiwi install sass - -Or npm: - - $ npm install sass - -## Usage - - var sass = require('sass') - sass.render('... string of sass ...') - // => '... string of css ...' - - sass.collect('... string of sass ...') - // => { selectors: [...], variables: { ... }, mixins: { ... }} - -## Comments - - // foo - body - // bar - a - :color #fff - -compiles to - - body a { - color: #fff;} - -## Variables - - !red = #ff0000 - body - :color !red - -and - - red: #ff0000 - body - :color !red - -compile to - - body { - color: #ff0000;} - -## Selector Continuations - - a - :color #fff - &:hover - :color #000 - &.active - :background #888 - &:hover - :color #fff - -compiles to - - a { - color: #fff;} - - a:hover { - color: #000;} - - a.active { - background: #888;} - - a.active:hover { - color: #fff;} - -## Literal JavaScript - - type: "solid" - size: 1 - input - :border { parseInt(size) + 1 }px {type} #000 - -compiles to - - input { - border: 2px "solid" #000;} - -## Property Expansion - - div - =border-radius 5px - -compiles to - - div { - -webkit-border-radius: 5px; - -moz-border-radius: 5px;} - -## Mixins - - +large - :font-size 15px - +striped - tr - :background #fff - +large - &:odd - :background #000 - table - +striped - :border none - -compiles to - - table { - border: none;} - table tr { - background: #fff;} - table tr { - font-size: 15px;} - table tr:odd { - background: #000;} - - -## Testing - -Update Git submodules and execute: - $ make test -or - $ node spec/node.js -or - $ jspec --node - -## More Information - -* Featured in [Advanced JavaScript e-book](http://www.dev-mag.com/2010/02/18/advanced-javascript/) for only $4 - -## License - -(The MIT License) - -Copyright (c) 2009 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/index.js b/node/node_modules/jade/support/sass/index.js deleted file mode 120000 index 7fb84a5..0000000 --- a/node/node_modules/jade/support/sass/index.js +++ /dev/null @@ -1 +0,0 @@ -lib/sass.js \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/lib/sass.js b/node/node_modules/jade/support/sass/lib/sass.js deleted file mode 100644 index a72e49d..0000000 --- a/node/node_modules/jade/support/sass/lib/sass.js +++ /dev/null @@ -1,299 +0,0 @@ - -// Sass - Core - Copyright TJ Holowaychuk (MIT Licensed) - -/** - * Library version. - */ - -exports.version = '0.4.3' - -/** - * Compiled sass cache. - */ - -var cache = {} - -/** - * Sass grammar tokens. - */ - -var tokens = [ - ['indent', /^\n +/], - ['space', /^ +/], - ['nl', /^\n/], - ['js', /^{(.*?)}/], - ['comment', /^\/\/(.*)/], - ['string', /^(?:'(.*?)'|"(.*?)")/], - ['variable', /^!([\w\-]+) *= *([^\n]+)/], - ['variable.alternate', /^([\w\-]+): +([^\n]+)/], - ['property.expand', /^=([\w\-]+) *([^\n]+)/], - ['property', /^:([\w\-]+) *([^\n]+)/], - ['continuation', /^&(.+)/], - ['mixin', /^\+([\w\-]+)/], - ['selector', /^(.+)/] -] - -/** - * Vendor-specific expansion prefixes. - */ - -exports.expansions = ['-moz-', '-webkit-'] - -/** - * Tokenize the given _str_. - * - * @param {string} str - * @return {array} - * @api private - */ - -function tokenize(str) { - var token, captures, stack = [] - while (str.length) { - for (var i = 0, len = tokens.length; i < len; ++i) - if (captures = tokens[i][1].exec(str)) { - token = [tokens[i][0], captures], - str = str.replace(tokens[i][1], '') - break - } - if (token) - stack.push(token), - token = null - else - throw new Error("SyntaxError: near `" + str.slice(0, 25).replace('\n', '\\n') + "'") - } - return stack -} - -/** - * Parse the given _tokens_, returning - * and hash containing the properties below: - * - * selectors: array of top-level selectors - * variables: hash of variables defined - * - * @param {array} tokens - * @return {hash} - * @api private - */ - -function parse(tokens) { - var token, selector, - data = { variables: {}, mixins: {}, selectors: [] }, - line = 1, - lastIndents = 0, - indents = 0 - - /** - * Output error _msg_ in context to the current line. - */ - - function error(msg) { - throw new Error('ParseError: on line ' + line + '; ' + msg) - } - - /** - * Reset parents until the indentation levels match. - */ - - function reset() { - if (indents === 0) - return selector = null - while (lastIndents-- > indents) - selector = selector.parent - } - - // Parse tokens - - while (token = tokens.shift()) - switch (token[0]) { - case 'mixin': - if (indents) { - var mixin = data.mixins[token[1][1]] - if (!mixin) error("mixin `" + token[1][1] + "' does not exist") - mixin.parent = selector - selector.children.push(mixin) - } - else - data.mixins[token[1][1]] = selector = new Selector(token[1][1], null, 'mixin') - break - case 'continuation': - reset() - selector = new Selector(token[1][1], selector, 'continuation') - break - case 'selector': - reset() - selector = new Selector(token[1][1], selector) - if (!selector.parent) - data.selectors.push(selector) - break - case 'property': - reset() - if (!selector) error('properties must be nested within a selector') - var val = token[1][2] - .replace(/!([\w\-]+)/g, function(orig, name){ - return data.variables[name] || orig - }) - .replace(/\{(.*?)\}/g, function(_, js){ - with (data.variables){ return eval(js) } - }) - selector.properties.push(new Property(token[1][1], val)) - break - case 'property.expand': - exports.expansions.forEach(function(prefix){ - tokens.unshift(['property', [, prefix + token[1][1], token[1][2]]]) - }) - break - case 'variable': - case 'variable.alternate': - data.variables[token[1][1]] = token[1][2] - break - case 'js': - with (data.variables){ eval(token[1][1]) } - break - case 'nl': - ++line, indents = 0 - break - case 'comment': - break - case 'indent': - ++line - lastIndents = indents, - indents = (token[1][0].length - 1) / 2 - if (indents > lastIndents && - indents - 1 > lastIndents) - error('invalid indentation, to much nesting') - } - return data -} - -/** - * Compile _selectors_ to a string of css. - * - * @param {array} selectors - * @return {string} - * @api private - */ - -function compile(selectors) { - return selectors.join('\n') -} - -/** - * Collect data by parsing _sass_. - * Returns a hash containing the following properties: - * - * selectors: array of top-level selectors - * variables: hash of variables defined - * - * @param {string} sass - * @return {hash} - * @api public - */ - -exports.collect = function(sass) { - return parse(tokenize(sass)) -} - -/** - * Render a string of _sass_. - * - * Options: - * - * - filename Optional filename to aid in error reporting - * - cache Optional caching of compiled content. Requires "filename" option - * - * @param {string} sass - * @param {object} options - * @return {string} - * @api public - */ - -exports.render = function(sass, options) { - options = options || {} - if (options.cache && !options.filename) - throw new Error('filename option must be passed when cache is enabled') - if (options.cache) - return cache[options.filename] - ? cache[options.filename] - : cache[options.filename] = compile(exports.collect(sass).selectors) - return compile(exports.collect(sass).selectors) -} - -// --- Selector - -/** - * Initialize a selector with _string_ and - * optional _parent_. - * - * @param {string} string - * @param {Selector} parent - * @param {string} type - * @api private - */ - -function Selector(string, parent, type) { - this.string = string - this.parent = parent - this.properties = [] - this.children = [] - if (type) this[type] = true - if (parent) parent.children.push(this) -} - -/** - * Return selector string. - * - * @return {string} - * @api private - */ - -Selector.prototype.selector = function() { - var selector = this.string - if (this.parent) - selector = this.continuation - ? this.parent.selector() + selector - : this.mixin - ? this.parent.selector() - : this.parent.selector() + ' ' + selector - return selector -} - -/** - * Return selector and nested selectors as CSS. - * - * @return {string} - * @api private - */ - -Selector.prototype.toString = function() { - return (this.properties.length - ? this.selector() + ' {\n' + this.properties.join('\n') + '}\n' - : '') + this.children.join('') -} - -// --- Property - -/** - * Initialize property with _name_ and _val_. - * - * @param {string} name - * @param {string} val - * @api private - */ - -function Property(name, val) { - this.name = name - this.val = val -} - -/** - * Return CSS string representing a property. - * - * @return {string} - * @api private - */ - -Property.prototype.toString = function() { - return ' ' + this.name + ': ' + this.val + ';' -} diff --git a/node/node_modules/jade/support/sass/package.json b/node/node_modules/jade/support/sass/package.json deleted file mode 100644 index 250e3bc..0000000 --- a/node/node_modules/jade/support/sass/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "sass", - "description": "Syntactically Awesome Stylesheets (compiles to css)", - "version": "0.4.3", - "keywords": ["sass", "template", "css", "view"], - "author": "TJ Holowaychuk ", - "directories": { - "lib": "." - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/seed.yml b/node/node_modules/jade/support/sass/seed.yml deleted file mode 100644 index 7f95bf5..0000000 --- a/node/node_modules/jade/support/sass/seed.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- - name: Sass - description: Syntactically Awesome Stylesheets (compiles to css) - version: 0.4.3 diff --git a/node/node_modules/jade/support/sass/spec/fixtures/collect.sass b/node/node_modules/jade/support/sass/spec/fixtures/collect.sass deleted file mode 100644 index ad7d202..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/collect.sass +++ /dev/null @@ -1,3 +0,0 @@ - -!red = #ff0000 -!black = #000 \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/comment.css b/node/node_modules/jade/support/sass/spec/fixtures/comment.css deleted file mode 100644 index e81583f..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/comment.css +++ /dev/null @@ -1,2 +0,0 @@ -body a { - color: #fff;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/comment.sass b/node/node_modules/jade/support/sass/spec/fixtures/comment.sass deleted file mode 100644 index eaad554..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/comment.sass +++ /dev/null @@ -1,6 +0,0 @@ - -// foo -body - // bar - a - :color #fff diff --git a/node/node_modules/jade/support/sass/spec/fixtures/continuation.css b/node/node_modules/jade/support/sass/spec/fixtures/continuation.css deleted file mode 100644 index 6958788..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/continuation.css +++ /dev/null @@ -1,8 +0,0 @@ -a { - color: #fff;} -a:hover { - color: #000;} -a.active { - background: #888;} -a.active:hover { - color: #fff;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/continuation.sass b/node/node_modules/jade/support/sass/spec/fixtures/continuation.sass deleted file mode 100644 index d07b101..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/continuation.sass +++ /dev/null @@ -1,8 +0,0 @@ -a - :color #fff - &:hover - :color #000 - &.active - :background #888 - &:hover - :color #fff \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/literal.css b/node/node_modules/jade/support/sass/spec/fixtures/literal.css deleted file mode 100644 index cc4d5a6..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/literal.css +++ /dev/null @@ -1,2 +0,0 @@ -input { - border: 2px "solid" #000;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/literal.sass b/node/node_modules/jade/support/sass/spec/fixtures/literal.sass deleted file mode 100644 index c207d37..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/literal.sass +++ /dev/null @@ -1,4 +0,0 @@ -!type = "solid" -!size = 1 -input - :border { parseInt(size) + 1 }px {type} #000 \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/mixin.css b/node/node_modules/jade/support/sass/spec/fixtures/mixin.css deleted file mode 100644 index 6ddc778..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/mixin.css +++ /dev/null @@ -1,8 +0,0 @@ -table { - border: none;} -table tr { - background: #fff;} -table tr { - font-size: 15px;} -table tr:odd { - background: #000;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/mixin.sass b/node/node_modules/jade/support/sass/spec/fixtures/mixin.sass deleted file mode 100644 index a27a945..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/mixin.sass +++ /dev/null @@ -1,11 +0,0 @@ -+large - :font-size 15px -+striped - tr - :background #fff - +large - &:odd - :background #000 -table - +striped - :border none \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/mixin.undefined.sass b/node/node_modules/jade/support/sass/spec/fixtures/mixin.undefined.sass deleted file mode 100644 index 4026d54..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/mixin.undefined.sass +++ /dev/null @@ -1,2 +0,0 @@ -body - +large \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.css b/node/node_modules/jade/support/sass/spec/fixtures/properties.css deleted file mode 100644 index ccc4b21..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - font-size: 13px; - color: #fff;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.expand.css b/node/node_modules/jade/support/sass/spec/fixtures/properties.expand.css deleted file mode 100644 index b95a347..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.expand.css +++ /dev/null @@ -1,3 +0,0 @@ -div { - -webkit-border-radius: 5px; - -moz-border-radius: 5px;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.expand.sass b/node/node_modules/jade/support/sass/spec/fixtures/properties.expand.sass deleted file mode 100644 index 9ae954c..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.expand.sass +++ /dev/null @@ -1,2 +0,0 @@ -div - =border-radius 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.invalid.sass b/node/node_modules/jade/support/sass/spec/fixtures/properties.invalid.sass deleted file mode 100644 index b724ff6..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.invalid.sass +++ /dev/null @@ -1,2 +0,0 @@ -:color #fff -body \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.css b/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.css deleted file mode 100644 index 3542a2a..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.css +++ /dev/null @@ -1,13 +0,0 @@ -body { - padding: 0;} -body ul { - margin: 0;} -body ul li { - list-style: none;} -body ul li a { - color: #fff;} -body form label { - display: none;} - -a { - color: #cc0000;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.invalid.sass b/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.invalid.sass deleted file mode 100644 index 614aee4..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.invalid.sass +++ /dev/null @@ -1,5 +0,0 @@ -body - ul - :margin 0 - li - :padding 0 \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.sass b/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.sass deleted file mode 100644 index aa1a930..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.nested.sass +++ /dev/null @@ -1,13 +0,0 @@ -body - ul - :margin 0 - li - a - :color #fff - :list-style none - :padding 0 - form - label - :display none -a - :color #cc0000 \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/properties.sass b/node/node_modules/jade/support/sass/spec/fixtures/properties.sass deleted file mode 100644 index 603653a..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/properties.sass +++ /dev/null @@ -1,3 +0,0 @@ -body - :font-size 13px - :color #fff \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/selectors.css b/node/node_modules/jade/support/sass/spec/fixtures/selectors.css deleted file mode 100644 index 62532b4..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/selectors.css +++ /dev/null @@ -1,6 +0,0 @@ -body input.field#email ~ label { - display: none;} -body form:nth-child(1) legend { - font-size: 15px;} -body ul li:first-child a { - display: none;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/selectors.sass b/node/node_modules/jade/support/sass/spec/fixtures/selectors.sass deleted file mode 100644 index 3aa6ca6..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/selectors.sass +++ /dev/null @@ -1,10 +0,0 @@ -body - input.field#email ~ label - :display none - form:nth-child(1) - legend - :font-size 15px - ul - li:first-child - a - :display none diff --git a/node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.css b/node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.css deleted file mode 100644 index dd2d6bc..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.css +++ /dev/null @@ -1,2 +0,0 @@ -body { - background: #ff0000 url('foo.png');} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.sass b/node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.sass deleted file mode 100644 index b022082..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/variables.alternate.sass +++ /dev/null @@ -1,4 +0,0 @@ -color: #ff0000 -image: url('foo.png') -body - :background !color !image \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/variables.css b/node/node_modules/jade/support/sass/spec/fixtures/variables.css deleted file mode 100644 index 904bdbc..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/variables.css +++ /dev/null @@ -1,2 +0,0 @@ -body { - color: #ff0000;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/variables.regular.css b/node/node_modules/jade/support/sass/spec/fixtures/variables.regular.css deleted file mode 100644 index 904bdbc..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/variables.regular.css +++ /dev/null @@ -1,2 +0,0 @@ -body { - color: #ff0000;} diff --git a/node/node_modules/jade/support/sass/spec/fixtures/variables.regular.sass b/node/node_modules/jade/support/sass/spec/fixtures/variables.regular.sass deleted file mode 100644 index 82ae128..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/variables.regular.sass +++ /dev/null @@ -1,3 +0,0 @@ -!red = #ff0000 -body - :color !red \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/fixtures/variables.sass b/node/node_modules/jade/support/sass/spec/fixtures/variables.sass deleted file mode 100644 index c9f3388..0000000 --- a/node/node_modules/jade/support/sass/spec/fixtures/variables.sass +++ /dev/null @@ -1,5 +0,0 @@ - -red: #ff0000 - -body - :color !red diff --git a/node/node_modules/jade/support/sass/spec/lib/images/bg.png b/node/node_modules/jade/support/sass/spec/lib/images/bg.png deleted file mode 100644 index 947804ff6acaaf93986a0a11d205df3113656816..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^j0_CS3LH#8R&M_M3qVS;#5JNMI6tkVJh3R1!7(L2 zDOJHUH!(dmC^a#qvhZZ84N#Gdr;B4q#jT`Y|Nq+yGczC7kaMcgIDRvs>~})ZZHL{d z3*N|ke!F!0+{6dRCuY6RkTi>G?|T$zbHu=*fssL9)snBgXWIv$ISihzelF{r5}E+; Cx;4N6 diff --git a/node/node_modules/jade/support/sass/spec/lib/images/hr.png b/node/node_modules/jade/support/sass/spec/lib/images/hr.png deleted file mode 100644 index 4a94d12fd8405c32b4c20abe777c1a9a7e6a30cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 321 zcmV-H0lxl;P)A5E2-vx}KFiT96$Z17UamL`af0P}@7%Vq>XUIGjN-4D7? ThAmXZ00000NkvXXu0mjfvYCee diff --git a/node/node_modules/jade/support/sass/spec/lib/images/loading.gif b/node/node_modules/jade/support/sass/spec/lib/images/loading.gif deleted file mode 100644 index c69e937232b24ea30f01c68bbd2ebc798dcecfcb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2608 zcmdVcdr(tX9tZGC9yiG~=H_*Q-0%n(kWqP*D#hw{AQu8;1%gl-Hrf&{2?48KX;hHy z3Ze*zEz4t3XdUFyLbNPUYlA`|B}P=N1fqtL1*}S;87#|-W9v<#G;ul(e%d3)N(^9c$d2Dz{7}?ErjNd;{EMKkCsk21~b9Gvg zDo<7L=3Z5HNbVlZUcm1eg#o#CZCJU`3IYHwM->zCd?uYrF3vKFeM}v?f+%s?E>ly|3W25ry9#NNbTx-}0ON58dTrs^ix{_1O0Wh~SVSBlH)Ajn zPn^Gbjz}PCtN@#keR&hK&Dhl-b$kZ8^S)x#dh0{7X=X%CCJk7P1PSO>T&S8I4{#Lg zb5#)o=;!ZP*1nM{cI4@(x7o27*SA()NHmrn67aN@Pmi~(i_SnrjYnwh36aG%!@i0d zqbvfa44f|?OG4ntP|nbjhEl1)Yp6ZN@yjy zy4==QmLy%t;ps3R?~f2KfTTI|2?q8dFd6^z5GF+Xa&Y)sjG)hxit80pPcOP zJ z*LW{SyGHD%hUotV+W%I}fBLAIx!8|7#}$;clKQ+{&FjDqGQ2ZNx(lYM3*%~}ILnao zM`aui55~ZFJlu^!5rdA9Q_7H68H_;##u{x(Yn-vSfIRCb^Nqsg zGRS!Egm>h+o<}LeV4&CLReo9FrDjDvs}8?JwC)#Qs|ie=r?~xUh)&*d`Fx>FG}%X# zNdtDHBKhLPC0wpooFDAQKL%*6T|ULH$=wX!NhcasgD3d;-d$I6yRK3yN+E~C1335_iLOt+*9uvSZ`>*KA}vm}08wRq=>5l|t*Na&jR z-C1&C`nkEk#sB|@yyt-#fXngP04My zm7u$Q%EJbHp`>~`5W&L{W!6`y&}LMS;jfUpgO~7TLVMRZ9IC)IZp0A${`yp0{&wco z#1nx@XMkhqeK%7?RE7JdLr1^nwFfaJ0Q&Lv?WNJ%9}VSJsNY2+UYs2%EU0J~ayFXv zi*?7KCXQHkD)O6!0Q%4N+HTODHxJ{kQSuQX$l-rSwkwh(zMkdfzxyGwl@yHC)C4p< z&n2%8#M?)Q@mgHL1ot8`SFdSEj9ye|jHy+U8#@HoUExG=@AVkRAe_qYm4EpzK6L*& zh`)26?V#f4#_h^P9G^%>h2-H3)$QP zQovu6J9qDvsxqweDdNNa!Lb?L4_UF{tLX_nN7r0U_vF14YKcGR-*Gl} zx3oG)bzf|65dBxD-;2ZCp??K;+TuQ9onnK?==5hzbkb^r_g>z4#D8mcv8(+XdoszA zCx-qhdgxMNMotj}SiL_6V(tLcsK7(M(r(%u<}QrVfOvyK6_;~NOTlPGfX@M7S5YQF z&*$(ylJMHJt^_aQeu{C6NaTE$G3HNN@_SnN8YcaKn%`)F@~L1x+ah7-gEJPpc6w%3 zyX}r+Qk$4RHZzfH){e~F*qJ{d*L8a6n4;U?+{de0-t)mal#TVxe)3F}^UBh+zd T)6_**#cgp_+?JL9(ew3BlNF>u diff --git a/node/node_modules/jade/support/sass/spec/lib/images/sprites.bg.png b/node/node_modules/jade/support/sass/spec/lib/images/sprites.bg.png deleted file mode 100644 index dc8790f338c4fce6611e0c2d2f811882a4136b32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4876 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 diff --git a/node/node_modules/jade/support/sass/spec/lib/images/sprites.png b/node/node_modules/jade/support/sass/spec/lib/images/sprites.png deleted file mode 100644 index 010b98eeef699c0d0f4d0136d7d2d352b2b51d4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3629 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 NJsl%$+{J5={{f-$rB(m{ diff --git a/node/node_modules/jade/support/sass/spec/lib/images/vr.png b/node/node_modules/jade/support/sass/spec/lib/images/vr.png deleted file mode 100644 index b2e76175d3e8a4b5092757c9cbbfb81802804bc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmeAS@N?(olHy`uVBq!ia0y~yVEzDPGjgy2$;wJseIO-S;u=vBoS#-wo>-L1;Fyx1 zl&avFo0y&&l$w}QS$Hzl2B^r`)5S5Q;?|q%hN29LJggh+4ZdAv`VrpRF7+Vg&V(H& syf&pj3kwA*Y^eWvZr(dP{{}_|Ay#%3&0R090!0}-UHx3vIVCg!0D1l{cmMzZ diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.css b/node/node_modules/jade/support/sass/spec/lib/jspec.css deleted file mode 100644 index 629d41c..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.css +++ /dev/null @@ -1,149 +0,0 @@ -body.jspec { - margin: 45px 0; - font: 12px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; - background: #efefef url(images/bg.png) top left repeat-x; - text-align: center; -} -#jspec { - margin: 0 auto; - padding-top: 30px; - width: 1008px; - background: url(images/vr.png) top left repeat-y; - text-align: left; -} -#jspec-top { - position: relative; - margin: 0 auto; - width: 1008px; - height: 40px; - background: url(images/sprites.bg.png) top left no-repeat; -} -#jspec-bottom { - margin: 0 auto; - width: 1008px; - height: 15px; - background: url(images/sprites.bg.png) bottom left no-repeat; -} -#jspec .loading { - margin-top: -45px; - width: 1008px; - height: 80px; - background: url(images/loading.gif) 50% 50% no-repeat; -} -#jspec-title { - position: absolute; - top: 15px; - left: 20px; - width: 160px; - font-size: 22px; - font-weight: normal; - background: url(images/sprites.png) 0 -126px no-repeat; - text-align: center; -} -#jspec-title em { - font-size: 10px; - font-style: normal; - color: #BCC8D1; -} -#jspec-report * { - margin: 0; - padding: 0; - background: none; - border: none; -} -#jspec-report { - padding: 15px 40px; - font: 11px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; - color: #7B8D9B; -} -#jspec-report.has-failures { - padding-bottom: 30px; -} -#jspec-report .hidden { - display: none; -} -#jspec-report .heading { - margin-bottom: 15px; -} -#jspec-report .heading span { - padding-right: 10px; -} -#jspec-report .heading .passes em { - color: #0ea0eb; -} -#jspec-report .heading .failures em { - color: #FA1616; -} -#jspec-report table { - font-size: 11px; - border-collapse: collapse; -} -#jspec-report td { - padding: 8px; - text-indent: 30px; - color: #7B8D9B; -} -#jspec-report tr.body { - display: none; -} -#jspec-report tr.body pre { - margin: 0; - padding: 0 0 5px 25px; -} -#jspec-report tr.even:hover + tr.body, -#jspec-report tr.odd:hover + tr.body { - display: block; -} -#jspec-report tr td:first-child em { - display: block; - clear: both; - font-style: normal; - font-weight: normal; - color: #7B8D9B; -} -#jspec-report tr.even:hover, -#jspec-report tr.odd:hover { - text-shadow: 1px 1px 1px #fff; - background: #F2F5F7; -} -#jspec-report td + td { - padding-right: 0; - width: 15px; -} -#jspec-report td.pass { - background: url(images/sprites.png) 3px -7px no-repeat; -} -#jspec-report td.fail { - background: url(images/sprites.png) 3px -158px no-repeat; - font-weight: bold; - color: #FC0D0D; -} -#jspec-report td.requires-implementation { - background: url(images/sprites.png) 3px -333px no-repeat; -} -#jspec-report tr.description td { - margin-top: 25px; - padding-top: 25px; - font-size: 12px; - font-weight: bold; - text-indent: 0; - color: #1a1a1a; -} -#jspec-report tr.description:first-child td { - border-top: none; -} -#jspec-report .assertion { - display: block; - float: left; - margin: 0 0 0 1px; - padding: 0; - width: 1px; - height: 5px; - background: #7B8D9B; -} -#jspec-report .assertion.failed { - background: red; -} -.jspec-sandbox { - display: none; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.growl.js b/node/node_modules/jade/support/sass/spec/lib/jspec.growl.js deleted file mode 100644 index a150257..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.growl.js +++ /dev/null @@ -1,115 +0,0 @@ - -// JSpec - Growl - Copyright TJ Holowaychuk (MIT Licensed) - -;(function(){ - - Growl = { - - // --- Version - - version: '1.0.0', - - /** - * Execute the given _cmd_, returning an array of lines from stdout. - * - * Examples: - * - * Growl.exec('growlnotify', '-m', msg) - * - * @param {string ...} cmd - * @return {array} - * @api public - */ - - exec: function(cmd) { - var lines = [], line - with (JavaImporter(java.lang, java.io)) { - var proccess = Runtime.getRuntime().exec(Array.prototype.slice.call(arguments)) - var stream = new DataInputStream(proccess.getInputStream()) - while (line = stream.readLine()) - lines.push(line + '') - stream.close() - } - return lines - }, - - /** - * Return the extension of the given _path_ or null. - * - * @param {string} path - * @return {string} - * @api private - */ - - extname: function(path) { - return path.lastIndexOf('.') != -1 ? - path.slice(path.lastIndexOf('.') + 1, path.length) : - null - }, - - /** - * Version of the 'growlnotify' binary. - * - * @return {string} - * @api private - */ - - binVersion: function() { - try { return this.exec('growlnotify', '-v')[0].split(' ')[1] } catch (e) {} - }, - - /** - * Send growl notification _msg_ with _options_. - * - * Options: - * - * - title Notification title - * - sticky Make the notification stick (defaults to false) - * - name Application name (defaults to growlnotify) - * - image - * - path to an icon sets --iconpath - * - path to an image sets --image - * - capitalized word sets --appIcon - * - filename uses extname as --icon - * - otherwise treated as --icon - * - * Examples: - * - * Growl.notify('New email') - * Growl.notify('5 new emails', { title: 'Thunderbird' }) - * - * @param {string} msg - * @param {options} hash - * @api public - */ - - notify: function(msg, options) { - options = options || {} - var args = ['growlnotify', '-m', msg] - if (!this.binVersion()) throw new Error('growlnotify executable is required') - if (image = options.image) { - var flag, ext = this.extname(image) - flag = flag || ext == 'icns' && 'iconpath' - flag = flag || /^[A-Z]/.test(image) && 'appIcon' - flag = flag || /^png|gif|jpe?g$/.test(ext) && 'image' - flag = flag || ext && (image = ext) && 'icon' - flag = flag || 'icon' - args.push('--' + flag, image) - } - if (options.sticky) args.push('--sticky') - if (options.name) args.push('--name', options.name) - if (options.title) args.push(options.title) - this.exec.apply(this, args) - } - } - - JSpec.include({ - name: 'Growl', - reporting: function(options){ - var stats = JSpec.stats - if (stats.failures) Growl.notify('failed ' + stats.failures + ' assertions', { title: 'JSpec'}) - else Growl.notify('passed ' + stats.passes + ' assertions', { title: 'JSpec' }) - } - }) - -})() \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.jquery.js b/node/node_modules/jade/support/sass/spec/lib/jspec.jquery.js deleted file mode 100644 index 46422ec..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.jquery.js +++ /dev/null @@ -1,79 +0,0 @@ - -// JSpec - jQuery - Copyright TJ Holowaychuk (MIT Licensed) - -JSpec -.requires('jQuery', 'when using jspec.jquery.js') -.include({ - name: 'jQuery', - - // --- Initialize - - init : function() { - jQuery.ajaxSetup({ async: false }) - }, - - // --- Utilities - - utilities : { - element: jQuery, - elements: jQuery, - sandbox : function() { - return jQuery('
    ') - } - }, - - // --- Matchers - - matchers : { - have_tag : "jQuery(expected, actual).length === 1", - have_one : "alias have_tag", - have_tags : "jQuery(expected, actual).length > 1", - have_many : "alias have_tags", - have_any : "alias have_tags", - have_child : "jQuery(actual).children(expected).length === 1", - have_children : "jQuery(actual).children(expected).length > 1", - have_text : "jQuery(actual).text() === expected", - have_value : "jQuery(actual).val() === expected", - be_enabled : "!jQuery(actual).attr('disabled')", - have_class : "jQuery(actual).hasClass(expected)", - be_animated : "jQuery(actual).queue().length > 0", - - be_visible : function(actual) { - return jQuery(actual).css('display') != 'none' && - jQuery(actual).css('visibility') != 'hidden' && - jQuery(actual).attr('type') != 'hidden' - }, - - be_hidden : function(actual) { - return !JSpec.does(actual, 'be_visible') - }, - - have_classes : function(actual) { - return !JSpec.any(JSpec.toArray(arguments, 1), function(arg){ - return !JSpec.does(actual, 'have_class', arg) - }) - }, - - have_attr : function(actual, attr, value) { - return value ? jQuery(actual).attr(attr) == value: - jQuery(actual).attr(attr) - }, - - have_event_handlers : function(actual, expected) { - return jQuery(actual).data('events') ? - jQuery(actual).data('events').hasOwnProperty(expected) : - false - }, - - 'be disabled selected checked' : function(attr) { - return 'jQuery(actual).attr("' + attr + '")' - }, - - 'have type id title alt href src sel rev name target' : function(attr) { - return function(actual, value) { - return JSpec.does(actual, 'have_attr', attr, value) - } - } - } -}) - diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.js b/node/node_modules/jade/support/sass/spec/lib/jspec.js deleted file mode 100644 index 131c745..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.js +++ /dev/null @@ -1,1893 +0,0 @@ - -// JSpec - Core - Copyright TJ Holowaychuk (MIT Licensed) - -;(function(){ - - JSpec = { - version : '4.3.2', - assert : true, - cache : {}, - suites : [], - modules : [], - allSuites : [], - sharedBehaviors: [], - matchers : {}, - stubbed : [], - options : {}, - request : 'XMLHttpRequest' in this ? XMLHttpRequest : null, - stats : { specs: 0, assertions: 0, failures: 0, passes: 0, specsFinished: 0, suitesFinished: 0 }, - - /** - * Default context in which bodies are evaluated. - * - * Replace context simply by setting JSpec.context - * to your own like below: - * - * JSpec.context = { foo : 'bar' } - * - * Contexts can be changed within any body, this can be useful - * in order to provide specific helper methods to specific suites. - * - * To reset (usually in after hook) simply set to null like below: - * - * JSpec.context = null - * - */ - - defaultContext : { - - /** - * Return an object used for proxy assertions. - * This object is used to indicate that an object - * should be an instance of _object_, not the constructor - * itself. - * - * @param {function} constructor - * @return {hash} - * @api public - */ - - an_instance_of : function(constructor) { - return { an_instance_of : constructor } - }, - - /** - * Load fixture at _path_. - * - * Fixtures are resolved as: - * - * - - * - .html - * - * @param {string} path - * @return {string} - * @api public - */ - - fixture : function(path) { - if (JSpec.cache[path]) return JSpec.cache[path] - return JSpec.cache[path] = - JSpec.tryLoading(JSpec.options.fixturePath + '/' + path) || - JSpec.tryLoading(JSpec.options.fixturePath + '/' + path + '.html') - }, - - /** - * Load json fixture at _path_. - * - * JSON fixtures are resolved as: - * - * - - * - .json - * - * @param {string} path - * @return {object} - * @api public - */ - - json_fixture: function(path) { - if (!JSpec.cache['json:' + path]) - JSpec.cache['json:' + path] = - JSpec.tryLoading(JSpec.options.fixturePath + '/' + path) || - JSpec.tryLoading(JSpec.options.fixturePath + '/' + path + '.json') - try { - return eval('(' + JSpec.cache['json:' + path] + ')') - } catch (e) { - throw 'json_fixture("' + path + '"): ' + e - } - } - }, - - // --- Objects - - reporters : { - - /** - * Report to server. - * - * Options: - * - uri specific uri to report to. - * - verbose weither or not to output messages - * - failuresOnly output failure messages only - * - * @api public - */ - - Server : function(results, options) { - var uri = options.uri || 'http://' + window.location.host + '/results' - JSpec.post(uri, { - stats: JSpec.stats, - options: options, - results: map(results.allSuites, function(suite) { - if (suite.isExecutable()) - return { - description: suite.description, - specs: map(suite.specs, function(spec) { - return { - description: spec.description, - message: !spec.passed() ? spec.failure().message : null, - status: spec.requiresImplementation() ? 'pending' : - spec.passed() ? 'pass' : - 'fail', - assertions: map(spec.assertions, function(assertion){ - return { - passed: assertion.passed - } - }) - } - }) - } - }) - }) - if ('close' in main) main.close() - }, - - /** - * Default reporter, outputting to the DOM. - * - * Options: - * - reportToId id of element to output reports to, defaults to 'jspec' - * - failuresOnly displays only suites with failing specs - * - * @api public - */ - - DOM : function(results, options) { - var id = option('reportToId') || 'jspec', - report = document.getElementById(id), - failuresOnly = option('failuresOnly'), - classes = results.stats.failures ? 'has-failures' : '' - if (!report) throw 'JSpec requires the element #' + id + ' to output its reports' - - function bodyContents(body) { - return JSpec. - escape(JSpec.contentsOf(body)). - replace(/^ */gm, function(a){ return (new Array(Math.round(a.length / 3))).join(' ') }). - replace(/\r\n|\r|\n/gm, '
    ') - } - - report.innerHTML = '
    \ - Passes: ' + results.stats.passes + ' \ - Failures: ' + results.stats.failures + ' \ - Duration: ' + results.duration + ' ms \ -
    ' + map(results.allSuites, function(suite) { - var displaySuite = failuresOnly ? suite.ran && !suite.passed() : suite.ran - if (displaySuite && suite.isExecutable()) - return '' + - map(suite.specs, function(i, spec) { - return '' + - (spec.requiresImplementation() ? - '' : - (spec.passed() && !failuresOnly) ? - '' : - !spec.passed() ? - '' : - '') + - '' - }).join('') + '' - }).join('') + '
    ' + escape(suite.description) + '
    ' + escape(spec.description) + '' + escape(spec.description)+ '' + spec.assertionsGraph() + '' + escape(spec.description) + - map(spec.failures(), function(a){ return '' + escape(a.message) + '' }).join('') + - '' + spec.assertionsGraph() + '
    ' + bodyContents(spec.body) + '
    ' - }, - - /** - * Terminal reporter. - * - * @api public - */ - - Terminal : function(results, options) { - var failuresOnly = option('failuresOnly') - print(color("\n Passes: ", 'bold') + color(results.stats.passes, 'green') + - color(" Failures: ", 'bold') + color(results.stats.failures, 'red') + - color(" Duration: ", 'bold') + color(results.duration, 'green') + " ms \n") - - function indent(string) { - return string.replace(/^(.)/gm, ' $1') - } - - each(results.allSuites, function(suite) { - var displaySuite = failuresOnly ? suite.ran && !suite.passed() : suite.ran - if (displaySuite && suite.isExecutable()) { - print(color(' ' + suite.description, 'bold')) - each(suite.specs, function(spec){ - var assertionsGraph = inject(spec.assertions, '', function(graph, assertion){ - return graph + color('.', assertion.passed ? 'green' : 'red') - }) - if (spec.requiresImplementation()) - print(color(' ' + spec.description, 'blue') + assertionsGraph) - else if (spec.passed() && !failuresOnly) - print(color(' ' + spec.description, 'green') + assertionsGraph) - else if (!spec.passed()) - print(color(' ' + spec.description, 'red') + assertionsGraph + - "\n" + indent(map(spec.failures(), function(a){ return a.message }).join("\n")) + "\n") - }) - print("") - } - }) - - quit(results.stats.failures) - } - }, - - Assertion : function(matcher, actual, expected, negate) { - extend(this, { - message: '', - passed: false, - actual: actual, - negate: negate, - matcher: matcher, - expected: expected, - - // Report assertion results - - report : function() { - if (JSpec.assert) - this.passed ? JSpec.stats.passes++ : JSpec.stats.failures++ - return this - }, - - // Run the assertion - - run : function() { - // TODO: remove unshifting - expected.unshift(actual) - this.result = matcher.match.apply(this, expected) - this.passed = negate ? !this.result : this.result - if (!this.passed) this.message = matcher.message.call(this, actual, expected, negate, matcher.name) - return this - } - }) - }, - - ProxyAssertion : function(object, method, times, negate) { - var self = this, - old = object[method] - - // Proxy - - object[method] = function(){ - var args = toArray(arguments), - result = old.apply(object, args) - self.calls.push({ args : args, result : result }) - return result - } - - // Times - - this.times = { - once : 1, - twice : 2 - }[times] || times || 1 - - extend(this, { - calls: [], - message: '', - defer: true, - passed: false, - negate: negate, - object: object, - method: method, - - // Proxy return value - - and_return : function(result) { - this.expectedResult = result - return this - }, - - // Proxy arguments passed - - with_args : function() { - this.expectedArgs = toArray(arguments) - return this - }, - - // Check if any calls have failing results - - anyResultsFail : function() { - return any(this.calls, function(call){ - return self.expectedResult.an_instance_of ? - call.result.constructor != self.expectedResult.an_instance_of: - !equal(self.expectedResult, call.result) - }) - }, - - // Check if any calls have passing results - - anyResultsPass : function() { - return any(this.calls, function(call){ - return self.expectedResult.an_instance_of ? - call.result.constructor == self.expectedResult.an_instance_of: - equal(self.expectedResult, call.result) - }) - }, - - // Return the passing result - - passingResult : function() { - return this.anyResultsPass().result - }, - - // Return the failing result - - failingResult : function() { - return this.anyResultsFail().result - }, - - // Check if any arguments fail - - anyArgsFail : function() { - return any(this.calls, function(call){ - return any(self.expectedArgs, function(i, arg){ - if (arg == null) return call.args[i] == null - return arg.an_instance_of ? - call.args[i].constructor != arg.an_instance_of: - !equal(arg, call.args[i]) - - }) - }) - }, - - // Check if any arguments pass - - anyArgsPass : function() { - return any(this.calls, function(call){ - return any(self.expectedArgs, function(i, arg){ - return arg.an_instance_of ? - call.args[i].constructor == arg.an_instance_of: - equal(arg, call.args[i]) - - }) - }) - }, - - // Return the passing args - - passingArgs : function() { - return this.anyArgsPass().args - }, - - // Return the failing args - - failingArgs : function() { - return this.anyArgsFail().args - }, - - // Report assertion results - - report : function() { - if (JSpec.assert) - this.passed ? ++JSpec.stats.passes : ++JSpec.stats.failures - return this - }, - - // Run the assertion - - run : function() { - var methodString = 'expected ' + object.toString() + '.' + method + '()' + (negate ? ' not' : '' ) - - function times(n) { - return n > 2 ? n + ' times' : { 1: 'once', 2: 'twice' }[n] - } - - if (this.expectedResult != null && (negate ? this.anyResultsPass() : this.anyResultsFail())) - this.message = methodString + ' to return ' + puts(this.expectedResult) + - ' but ' + (negate ? 'it did' : 'got ' + puts(this.failingResult())) - - if (this.expectedArgs && (negate ? !this.expectedResult && this.anyArgsPass() : this.anyArgsFail())) - this.message = methodString + ' to be called with ' + puts.apply(this, this.expectedArgs) + - ' but was' + (negate ? '' : ' called with ' + puts.apply(this, this.failingArgs())) - - if (negate ? !this.expectedResult && !this.expectedArgs && this.calls.length >= this.times : this.calls.length != this.times) - this.message = methodString + ' to be called ' + times(this.times) + - ', but ' + (this.calls.length == 0 ? ' was not called' : ' was called ' + times(this.calls.length)) - - if (!this.message.length) - this.passed = true - - return this - } - }) - }, - - /** - * Specification Suite block object. - * - * @param {string} description - * @param {function} body - * @api private - */ - - Suite : function(description, body, isShared) { - var self = this - extend(this, { - body: body, - description: description, - suites: [], - sharedBehaviors: [], - specs: [], - ran: false, - shared: isShared, - hooks: { 'before' : [], 'after' : [], - 'before_each' : [], 'after_each' : [], - 'before_nested' : [], 'after_nested' : []}, - - // Add a spec to the suite - - addSpec : function(description, body) { - var spec = new JSpec.Spec(description, body) - this.specs.push(spec) - JSpec.stats.specs++ // TODO: abstract - spec.suite = this - }, - - // Add a before hook to the suite - - addBefore : function(options, body) { - body.options = options || {} - this.befores.push(body) - }, - - // Add an after hook to the suite - - addAfter : function(options, body) { - body.options = options || {} - this.afters.unshift(body) - }, - - // Add a hook to the suite - - addHook : function(hook, body) { - this.hooks[hook].push(body) - }, - - // Add a nested suite - - addSuite : function(description, body, isShared) { - var suite = new JSpec.Suite(description, body, isShared) - JSpec.allSuites.push(suite) - suite.name = suite.description - suite.description = this.description + ' ' + suite.description - this.suites.push(suite) - suite.suite = this - }, - - // Invoke a hook in context to this suite - - hook : function(hook) { - if (hook != 'before' && hook != 'after') - if (this.suite) this.suite.hook(hook) - - each(this.hooks[hook], function(body) { - JSpec.evalBody(body, "Error in hook '" + hook + "', suite '" + self.description + "': ") - }) - }, - - // Check if nested suites are present - - hasSuites : function() { - return this.suites.length - }, - - // Check if this suite has specs - - hasSpecs : function() { - return this.specs.length - }, - - // Check if the entire suite passed - - passed : function() { - return !any(this.specs, function(spec){ - return !spec.passed() - }) - }, - - isShared : function(){ - return this.shared - }, - - isExecutable : function() { - return !this.isShared() && this.hasSpecs() - } - }) - }, - - /** - * Specification block object. - * - * @param {string} description - * @param {function} body - * @api private - */ - - Spec : function(description, body) { - extend(this, { - body: body, - description: description, - assertions: [], - - // Add passing assertion - - pass : function(message) { - this.assertions.push({ passed: true, message: message }) - if (JSpec.assert) ++JSpec.stats.passes - }, - - // Add failing assertion - - fail : function(message) { - this.assertions.push({ passed: false, message: message }) - if (JSpec.assert) ++JSpec.stats.failures - }, - - // Run deferred assertions - - runDeferredAssertions : function() { - each(this.assertions, function(assertion){ - if (assertion.defer) assertion.run().report(), hook('afterAssertion', assertion) - }) - }, - - // Find first failing assertion - - failure : function() { - return find(this.assertions, function(assertion){ - return !assertion.passed - }) - }, - - // Find all failing assertions - - failures : function() { - return select(this.assertions, function(assertion){ - return !assertion.passed - }) - }, - - // Weither or not the spec passed - - passed : function() { - return !this.failure() - }, - - // Weither or not the spec requires implementation (no assertions) - - requiresImplementation : function() { - return this.assertions.length == 0 - }, - - // Sprite based assertions graph - - assertionsGraph : function() { - return map(this.assertions, function(assertion){ - return '' - }).join('') - } - }) - }, - - Module : function(methods) { - extend(this, methods) - }, - - JSON : { - - /** - * Generic sequences. - */ - - meta : { - '\b' : '\\b', - '\t' : '\\t', - '\n' : '\\n', - '\f' : '\\f', - '\r' : '\\r', - '"' : '\\"', - '\\' : '\\\\' - }, - - /** - * Escapable sequences. - */ - - escapable : /[\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, - - /** - * JSON encode _object_. - * - * @param {mixed} object - * @return {string} - * @api private - */ - - encode : function(object) { - var self = this - if (object == undefined || object == null) return 'null' - if (object === true) return 'true' - if (object === false) return 'false' - switch (typeof object) { - case 'number': return object - case 'string': return this.escapable.test(object) ? - '"' + object.replace(this.escapable, function (a) { - return typeof self.meta[a] === 'string' ? self.meta[a] : - '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4) - }) + '"' : - '"' + object + '"' - case 'object': - if (object.constructor == Array) - return '[' + map(object, function(val){ - return self.encode(val) - }).join(', ') + ']' - else if (object) - return '{' + map(object, function(key, val){ - return self.encode(key) + ':' + self.encode(val) - }).join(', ') + '}' - } - return 'null' - } - }, - - // --- DSLs - - DSLs : { - snake : { - expect : function(actual){ - return JSpec.expect(actual) - }, - - describe : function(description, body) { - return JSpec.currentSuite.addSuite(description, body, false) - }, - - it : function(description, body) { - return JSpec.currentSuite.addSpec(description, body) - }, - - before : function(body) { - return JSpec.currentSuite.addHook('before', body) - }, - - after : function(body) { - return JSpec.currentSuite.addHook('after', body) - }, - - before_each : function(body) { - return JSpec.currentSuite.addHook('before_each', body) - }, - - after_each : function(body) { - return JSpec.currentSuite.addHook('after_each', body) - }, - - before_nested : function(body) { - return JSpec.currentSuite.addHook('before_nested', body) - }, - - after_nested : function(body){ - return JSpec.currentSuite.addhook('after_nested', body) - }, - - shared_behaviors_for : function(description, body){ - return JSpec.currentSuite.addSuite(description, body, true) - }, - - should_behave_like : function(description) { - return JSpec.shareBehaviorsOf(description) - } - } - }, - - // --- Methods - - /** - * Check if _value_ is 'stop'. For use as a - * utility callback function. - * - * @param {mixed} value - * @return {bool} - * @api public - */ - - haveStopped : function(value) { - return value === 'stop' - }, - - /** - * Include _object_ which may be a hash or Module instance. - * - * @param {hash, Module} object - * @return {JSpec} - * @api public - */ - - include : function(object) { - var module = object.constructor == JSpec.Module ? object : new JSpec.Module(object) - this.modules.push(module) - if ('init' in module) module.init() - if ('utilities' in module) extend(this.defaultContext, module.utilities) - if ('matchers' in module) this.addMatchers(module.matchers) - if ('reporters' in module) extend(this.reporters, module.reporters) - if ('DSLs' in module) - each(module.DSLs, function(name, methods){ - JSpec.DSLs[name] = JSpec.DSLs[name] || {} - extend(JSpec.DSLs[name], methods) - }) - return this - }, - - /** - * Add a module hook _name_, which is immediately - * called per module with the _args_ given. An array of - * hook return values is returned. - * - * @param {name} string - * @param {...} args - * @return {array} - * @api private - */ - - hook : function(name, args) { - args = toArray(arguments, 1) - return inject(JSpec.modules, [], function(results, module){ - if (typeof module[name] == 'function') - results.push(JSpec.evalHook(module, name, args)) - }) - }, - - /** - * Eval _module_ hook _name_ with _args_. Evaluates in context - * to the module itself, JSpec, and JSpec.context. - * - * @param {Module} module - * @param {string} name - * @param {array} args - * @return {mixed} - * @api private - */ - - evalHook : function(module, name, args) { - hook('evaluatingHookBody', module, name) - return module[name].apply(module, args) - }, - - /** - * Same as hook() however accepts only one _arg_ which is - * considered immutable. This function passes the arg - * to the first module, then passes the return value of the last - * module called, to the following module. - * - * @param {string} name - * @param {mixed} arg - * @return {mixed} - * @api private - */ - - hookImmutable : function(name, arg) { - return inject(JSpec.modules, arg, function(result, module){ - if (typeof module[name] == 'function') - return JSpec.evalHook(module, name, [result]) - }) - }, - - /** - * Find a shared example suite by its description or name. - * First searches parent tree of suites for shared behavior - * before falling back to global scoped nested behaviors. - * - * @param {string} description - * @return {Suite} - * @api private - */ - - findSharedBehavior : function(description) { - var behavior - return (behavior = JSpec.findLocalSharedBehavior(description)) - ? behavior - : JSpec.findGlobalSharedBehavior(description) - }, - - /** - * Find a shared example suite within the current suite's - * parent tree by its description or name. - * - * @param {string} description - * @return {Suite} - * @api private - */ - - findLocalSharedBehavior : function(description) { - var behavior, - currentSuite = JSpec.currentSuite.suite - while (currentSuite) - if (behavior = find(currentSuite.suites, JSpec.suiteDescriptionPredicate(description))) - return behavior - else - currentSuite = currentSuite.suite - }, - - /** - * Find a shared example suite within the global - * scope by its description or name. - * - * @param {string} description - * @return {Suite} - * @api private - */ - - findGlobalSharedBehavior : function(description) { - return find(JSpec.suites, JSpec.suiteDescriptionPredicate(description)) - }, - - /** - * Build a predicate that will match a suite based on name or description - * - * @param {string} description - * @return {function} - * @api private - */ - - suiteDescriptionPredicate : function(description) { - return function(suite){ - return suite.name === description || - suite.description === description - } - }, - - /** - * Share behaviors (specs) of the given suite with - * the current suite. - * - * @param {string} description - * @api public - */ - - shareBehaviorsOf : function(description) { - var suite = JSpec.findSharedBehavior(description) - if (suite) - JSpec.evalBody(suite.body) - else - throw new Error("failed to find shared behaviors named `" + description + "'") - }, - - - /** - * Convert arguments to an array. - * - * @param {object} arguments - * @param {int} offset - * @return {array} - * @api public - */ - - toArray : function(arguments, offset) { - return Array.prototype.slice.call(arguments, offset || 0) - }, - - /** - * Return ANSI-escaped colored string. - * - * @param {string} string - * @param {string} color - * @return {string} - * @api public - */ - - color : function(string, color) { - if (option('disableColors')) { - return string - } else { - return "\u001B[" + { - bold : 1, - black : 30, - red : 31, - green : 32, - yellow : 33, - blue : 34, - magenta : 35, - cyan : 36, - white : 37 - }[color] + 'm' + string + "\u001B[0m" - } - }, - - /** - * Default matcher message callback. - * - * @api private - */ - - defaultMatcherMessage : function(actual, expected, negate, name) { - return 'expected ' + puts(actual) + ' to ' + - (negate ? 'not ' : '') + - name.replace(/_/g, ' ') + - ' ' + (expected.length > 1 ? - puts.apply(this, expected.slice(1)) : - '') - }, - - /** - * Normalize a matcher message. - * - * When no messge callback is present the defaultMatcherMessage - * will be assigned, will suffice for most matchers. - * - * @param {hash} matcher - * @return {hash} - * @api public - */ - - normalizeMatcherMessage : function(matcher) { - if (typeof matcher.message != 'function') - matcher.message = this.defaultMatcherMessage - return matcher - }, - - /** - * Normalize a matcher body - * - * This process allows the following conversions until - * the matcher is in its final normalized hash state. - * - * - '==' becomes 'actual == expected' - * - 'actual == expected' becomes 'return actual == expected' - * - function(actual, expected) { return actual == expected } becomes - * { match : function(actual, expected) { return actual == expected }} - * - * @param {mixed} body - * @return {hash} - * @api public - */ - - normalizeMatcherBody : function(body) { - var captures - switch (body.constructor) { - case String: - if (captures = body.match(/^alias (\w+)/)) return JSpec.matchers[last(captures)] - if (body.length < 4) body = 'actual ' + body + ' expected' - return { match: function(actual, expected) { return eval(body) }} - - case Function: - return { match: body } - - default: - return body - } - }, - - /** - * Get option value. This method first checks if - * the option key has been set via the query string, - * otherwise returning the options hash value. - * - * @param {string} key - * @return {mixed} - * @api public - */ - - option : function(key) { - return (value = query(key)) !== null ? value : - JSpec.options[key] || null - }, - - /** - * Check if object _a_, is equal to object _b_. - * - * @param {object} a - * @param {object} b - * @return {bool} - * @api private - */ - - equal: function(a, b) { - if (typeof a != typeof b) return - if (a === b) return true - if (a instanceof RegExp) - return a.toString() === b.toString() - if (a instanceof Date) - return Number(a) === Number(b) - if (typeof a != 'object') return - if (a.length !== undefined) - if (a.length !== b.length) return - else - for (var i = 0, len = a.length; i < len; ++i) - if (!equal(a[i], b[i])) - return - for (var key in a) - if (!equal(a[key], b[key])) - return - return true - }, - - /** - * Return last element of an array. - * - * @param {array} array - * @return {object} - * @api public - */ - - last : function(array) { - return array[array.length - 1] - }, - - /** - * Convert object(s) to a print-friend string. - * - * @param {...} object - * @return {string} - * @api public - */ - - puts : function(object) { - if (arguments.length > 1) - return map(toArray(arguments), function(arg){ - return puts(arg) - }).join(', ') - if (object === undefined) return 'undefined' - if (object === null) return 'null' - if (object === true) return 'true' - if (object === false) return 'false' - if (object.an_instance_of) return 'an instance of ' + object.an_instance_of.name - if (object.jquery && object.selector.length > 0) return 'selector ' + puts(object.selector) - if (object.jquery) return object.get(0).outerHTML - if (object.nodeName) return object.outerHTML - switch (object.constructor) { - case Function: return object.name || object - case String: - return '"' + object - .replace(/"/g, '\\"') - .replace(/\n/g, '\\n') - .replace(/\t/g, '\\t') - + '"' - case Array: - return inject(object, '[', function(b, v){ - return b + ', ' + puts(v) - }).replace('[,', '[') + ' ]' - case Object: - object.__hit__ = true - return inject(object, '{', function(b, k, v) { - if (k == '__hit__') return b - return b + ', ' + k + ': ' + (v && v.__hit__ ? '' : puts(v)) - }).replace('{,', '{') + ' }' - default: - return object.toString() - } - }, - - /** - * Parse an XML String and return a 'document'. - * - * @param {string} text - * @return {document} - * @api public - */ - - parseXML : function(text) { - var xmlDoc - if (window.DOMParser) - xmlDoc = (new DOMParser()).parseFromString(text, "text/xml") - else { - xmlDoc = new ActiveXObject("Microsoft.XMLDOM") - xmlDoc.async = "false" - xmlDoc.loadXML(text) - } - return xmlDoc - }, - - /** - * Escape HTML. - * - * @param {string} html - * @return {string} - * @api public - */ - - escape : function(html) { - return html.toString() - .replace(/&/gmi, '&') - .replace(/"/gmi, '"') - .replace(/>/gmi, '>') - .replace(/ current) while (++current <= end) values.push(current) - else while (--current >= end) values.push(current) - return '[' + values + ']' - }, - - /** - * Report on the results. - * - * @api public - */ - - report : function() { - this.duration = Number(new Date) - this.start - hook('reporting', JSpec.options) - new (JSpec.options.reporter || JSpec.reporters.DOM)(JSpec, JSpec.options) - }, - - /** - * Run the spec suites. Options are merged - * with JSpec options when present. - * - * @param {hash} options - * @return {JSpec} - * @api public - */ - - run : function(options) { - if (any(hook('running'), haveStopped)) return this - if (options) extend(this.options, options) - this.start = Number(new Date) - each(this.suites, function(suite) { JSpec.runSuite(suite) }) - return this - }, - - /** - * Run a suite. - * - * @param {Suite} suite - * @api public - */ - - runSuite : function(suite) { - if (!suite.isShared()) - { - this.currentSuite = suite - this.evalBody(suite.body) - suite.ran = true - hook('beforeSuite', suite), suite.hook('before'), suite.hook('before_nested') - each(suite.specs, function(spec) { - hook('beforeSpec', spec) - suite.hook('before_each') - JSpec.runSpec(spec) - hook('afterSpec', spec) - suite.hook('after_each') - }) - if (suite.hasSuites()) { - each(suite.suites, function(suite) { - JSpec.runSuite(suite) - }) - } - hook('afterSuite', suite), suite.hook('after_nested'), suite.hook('after') - this.stats.suitesFinished++ - } - }, - - /** - * Report a failure for the current spec. - * - * @param {string} message - * @api public - */ - - fail : function(message) { - JSpec.currentSpec.fail(message) - }, - - /** - * Report a passing assertion for the current spec. - * - * @param {string} message - * @api public - */ - - pass : function(message) { - JSpec.currentSpec.pass(message) - }, - - /** - * Run a spec. - * - * @param {Spec} spec - * @api public - */ - - runSpec : function(spec) { - this.currentSpec = spec - try { this.evalBody(spec.body) } - catch (e) { fail(e) } - spec.runDeferredAssertions() - destub() - this.stats.specsFinished++ - this.stats.assertions += spec.assertions.length - }, - - /** - * Require a dependency, with optional message. - * - * @param {string} dependency - * @param {string} message (optional) - * @return {JSpec} - * @api public - */ - - requires : function(dependency, message) { - hook('requiring', dependency, message) - try { eval(dependency) } - catch (e) { throw 'JSpec depends on ' + dependency + ' ' + message } - return this - }, - - /** - * Query against the current query strings keys - * or the queryString specified. - * - * @param {string} key - * @param {string} queryString - * @return {string, null} - * @api private - */ - - query : function(key, queryString) { - var queryString = (queryString || (main.location ? main.location.search : null) || '').substring(1) - return inject(queryString.split('&'), null, function(value, pair){ - parts = pair.split('=') - return parts[0] == key ? parts[1].replace(/%20|\+/gmi, ' ') : value - }) - }, - - /** - * Ad-hoc POST request for JSpec server usage. - * - * @param {string} uri - * @param {string} data - * @api private - */ - - post : function(uri, data) { - if (any(hook('posting', uri, data), haveStopped)) return - var request = this.xhr() - request.open('POST', uri, false) - request.setRequestHeader('Content-Type', 'application/json') - request.send(JSpec.JSON.encode(data)) - }, - - /** - * Instantiate an XMLHttpRequest. - * - * Here we utilize IE's lame ActiveXObjects first which - * allow IE access serve files via the file: protocol, otherwise - * we then default to XMLHttpRequest. - * - * @return {XMLHttpRequest, ActiveXObject} - * @api private - */ - - xhr : function() { - return this.ieXhr() || new JSpec.request - }, - - /** - * Return Microsoft piece of crap ActiveXObject. - * - * @return {ActiveXObject} - * @api public - */ - - ieXhr : function() { - function object(str) { - try { return new ActiveXObject(str) } catch(e) {} - } - return object('Msxml2.XMLHTTP.6.0') || - object('Msxml2.XMLHTTP.3.0') || - object('Msxml2.XMLHTTP') || - object('Microsoft.XMLHTTP') - }, - - /** - * Check for HTTP request support. - * - * @return {bool} - * @api private - */ - - hasXhr : function() { - return JSpec.request || 'ActiveXObject' in main - }, - - /** - * Try loading _file_ returning the contents - * string or null. Chain to locate / read a file. - * - * @param {string} file - * @return {string} - * @api public - */ - - tryLoading : function(file) { - try { return JSpec.load(file) } catch (e) {} - }, - - /** - * Load a _file_'s contents. - * - * @param {string} file - * @param {function} callback - * @return {string} - * @api public - */ - - load : function(file, callback) { - if (any(hook('loading', file), haveStopped)) return - if ('readFile' in main) - return readFile(file) - else if (this.hasXhr()) { - var request = this.xhr() - request.open('GET', file, false) - request.send(null) - if (request.readyState == 4 && - (request.status == 0 || - request.status.toString().charAt(0) == 2)) - return request.responseText - } - else - throw new Error("failed to load `" + file + "'") - }, - - /** - * Load, pre-process, and evaluate a file. - * - * @param {string} file - * @param {JSpec} - * @api public - */ - - exec : function(file) { - if (any(hook('executing', file), haveStopped)) return this - eval('with (JSpec){' + this.preprocess(this.load(file)) + '}') - return this - } - } - - // --- Node.js support - - if (typeof GLOBAL === 'object' && typeof exports === 'object') { - var fs = require('fs') - quit = process.exit - print = require('sys').puts - readFile = function(file){ - return fs.readFileSync(file).toString('utf8') - } - } - - // --- Utility functions - - var main = this, - find = JSpec.any, - utils = 'haveStopped stub hookImmutable hook destub map any last pass fail range each option inject select \ - error escape extend puts query strip color does addMatchers callIterator toArray equal'.split(/\s+/) - while (utils.length) eval('var ' + utils[0] + ' = JSpec.' + utils.shift()) - if (!main.setTimeout) main.setTimeout = function(callback){ callback() } - - // --- Matchers - - addMatchers({ - equal : "===", - eql : "equal(actual, expected)", - be : "alias equal", - be_greater_than : ">", - be_less_than : "<", - be_at_least : ">=", - be_at_most : "<=", - be_a : "actual.constructor == expected", - be_an : "alias be_a", - be_an_instance_of : "actual instanceof expected", - be_null : "actual == null", - be_true : "actual == true", - be_false : "actual == false", - be_undefined : "typeof actual == 'undefined'", - be_type : "typeof actual == expected", - match : "typeof actual == 'string' ? actual.match(expected) : false", - respond_to : "typeof actual[expected] == 'function'", - have_length : "actual.length == expected", - be_within : "actual >= expected[0] && actual <= last(expected)", - have_length_within : "actual.length >= expected[0] && actual.length <= last(expected)", - - receive : { defer : true, match : function(actual, method, times) { - var proxy = new JSpec.ProxyAssertion(actual, method, times, this.negate) - JSpec.currentSpec.assertions.push(proxy) - return proxy - }}, - - be_empty : function(actual) { - if (actual.constructor == Object && actual.length == undefined) - for (var key in actual) - return false; - return !actual.length - }, - - include : function(actual) { - for (var state = true, i = 1; i < arguments.length; i++) { - var arg = arguments[i] - switch (actual.constructor) { - case String: - case Number: - case RegExp: - case Function: - state = actual.toString().indexOf(arg) !== -1 - break - - case Object: - state = arg in actual - break - - case Array: - state = any(actual, function(value){ return equal(value, arg) }) - break - } - if (!state) return false - } - return true - }, - - throw_error : { match : function(actual, expected, message) { - try { actual() } - catch (e) { - this.e = e - var assert = function(arg) { - switch (arg.constructor) { - case RegExp : return arg.test(e.message || e.toString()) - case String : return arg == (e.message || e.toString()) - case Function : return e instanceof arg || e.name == arg.name - } - } - return message ? assert(expected) && assert(message) : - expected ? assert(expected) : - true - } - }, message : function(actual, expected, negate) { - // TODO: refactor when actual is not in expected [0] - var message_for = function(i) { - if (expected[i] == undefined) return 'exception' - switch (expected[i].constructor) { - case RegExp : return 'exception matching ' + puts(expected[i]) - case String : return 'exception of ' + puts(expected[i]) - case Function : return expected[i].name || 'Error' - } - } - var exception = message_for(1) + (expected[2] ? ' and ' + message_for(2) : '') - return 'expected ' + exception + (negate ? ' not ' : '' ) + - ' to be thrown, but ' + (this.e ? 'got ' + puts(this.e) : 'nothing was') - }}, - - have : function(actual, length, property) { - return actual[property] == null ? false : actual[property].length == length - }, - - have_at_least : function(actual, length, property) { - return actual[property] == null ? (length === 0) : actual[property].length >= length - }, - - have_at_most :function(actual, length, property) { - return actual[property] == null || actual[property].length <= length - }, - - have_within : function(actual, range, property) { - var length = actual[property] == undefined ? 0 : actual[property].length - return length >= range.shift() && length <= range.pop() - }, - - have_prop : function(actual, property, value) { - var actualVal = actual[property], actualType = typeof actualVal - return (actualType == 'function' || actualType == 'undefined') ? false : - typeof value === 'undefined' || - does(actual[property],'eql',value) - }, - - have_property : function(actual, property, value) { - var actualVal = actual[property], actualType = typeof actualVal - return (actualType == 'function' || actualType == 'undefined') ? false : - typeof value === 'undefined' || - value === actualVal - } - }) - -})() diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.nodejs.js b/node/node_modules/jade/support/sass/spec/lib/jspec.nodejs.js deleted file mode 100644 index 6765273..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.nodejs.js +++ /dev/null @@ -1,18 +0,0 @@ - -// JSpec - node - Copyright TJ Holowaychuk (MIT Licensed) - -JSpec -.include({ - name: 'node', - - // --- Matchers - - matchers : { - have_enumerable_property: 'actual.propertyIsEnumerable(expected)', - have_writable_property: 'Object.getOwnPropertyDescriptor(actual, expected).writable === true', - have_configurable_property: 'Object.getOwnPropertyDescriptor(actual, expected).configurable === true', - have_keys: 'does(Object.keys(actual), "eql", expected)', - have_prototype: 'Object.getPrototypeOf(actual) === expected' - } -}) - diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.shell.js b/node/node_modules/jade/support/sass/spec/lib/jspec.shell.js deleted file mode 100644 index cb19c69..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.shell.js +++ /dev/null @@ -1,39 +0,0 @@ - -// JSpec - Shell - Copyright TJ Holowaychuk (MIT Licensed) - -;(function(){ - - var _quit = quit - - Shell = { - - // --- Global - - main: this, - - // --- Commands - - commands: { - quit: ['Terminate the shell', function(){ _quit() }], - exit: ['Terminate the shell', function(){ _quit() }], - p: ['Inspect an object', function(o){ return o.toSource() }] - }, - - /** - * Start the interactive shell. - * - * @api public - */ - - start : function() { - for (var name in this.commands) - if (this.commands.hasOwnProperty(name)) - this.commands[name][1].length ? - this.main[name] = this.commands[name][1] : - this.main.__defineGetter__(name, this.commands[name][1]) - } - } - - Shell.start() - -})() \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.timers.js b/node/node_modules/jade/support/sass/spec/lib/jspec.timers.js deleted file mode 100644 index c88d10b..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.timers.js +++ /dev/null @@ -1,90 +0,0 @@ - -// JSpec - Mock Timers - Copyright TJ Holowaychuk (MIT Licensed) - -;(function(){ - - /** - * Version. - */ - - mockTimersVersion = '1.0.2' - - /** - * Localized timer stack. - */ - - var timers = [] - - /** - * Set mock timeout with _callback_ and timeout of _ms_. - * - * @param {function} callback - * @param {int} ms - * @return {int} - * @api public - */ - - setTimeout = function(callback, ms) { - var id - return id = setInterval(function(){ - callback() - clearInterval(id) - }, ms) - } - - /** - * Set mock interval with _callback_ and interval of _ms_. - * - * @param {function} callback - * @param {int} ms - * @return {int} - * @api public - */ - - setInterval = function(callback, ms) { - callback.step = ms, callback.current = callback.last = 0 - return timers[timers.length] = callback, timers.length - } - - /** - * Destroy timer with _id_. - * - * @param {int} id - * @return {bool} - * @api public - */ - - clearInterval = clearTimeout = function(id) { - return delete timers[--id] - } - - /** - * Reset timers. - * - * @return {array} - * @api public - */ - - resetTimers = function() { - return timers = [] - } - - /** - * Increment each timers internal clock by _ms_. - * - * @param {int} ms - * @api public - */ - - tick = function(ms) { - for (var i = 0, len = timers.length; i < len; ++i) - if (timers[i] && (timers[i].current += ms)) - if (timers[i].current - timers[i].last >= timers[i].step) { - var times = Math.floor((timers[i].current - timers[i].last) / timers[i].step) - var remainder = (timers[i].current - timers[i].last) % timers[i].step - timers[i].last = timers[i].current - remainder - while (times-- && timers[i]) timers[i]() - } - } - -})() \ No newline at end of file diff --git a/node/node_modules/jade/support/sass/spec/lib/jspec.xhr.js b/node/node_modules/jade/support/sass/spec/lib/jspec.xhr.js deleted file mode 100644 index 3b96310..0000000 --- a/node/node_modules/jade/support/sass/spec/lib/jspec.xhr.js +++ /dev/null @@ -1,210 +0,0 @@ - -// JSpec - XHR - Copyright TJ Holowaychuk (MIT Licensed) - -(function(){ - - var lastRequest - - // --- Original XMLHttpRequest - - var OriginalXMLHttpRequest = 'XMLHttpRequest' in this ? - XMLHttpRequest : - function(){} - var OriginalActiveXObject = 'ActiveXObject' in this ? - ActiveXObject : - undefined - - // --- MockXMLHttpRequest - - var MockXMLHttpRequest = function() { - this.requestHeaders = {} - } - - MockXMLHttpRequest.prototype = { - status: 0, - async: true, - readyState: 0, - responseXML: null, - responseText: '', - abort: function(){}, - onreadystatechange: function(){}, - - /** - * Return response headers hash. - */ - - getAllResponseHeaders : function(){ - return JSpec.inject(this.responseHeaders, '', function(buf, key, val){ - return buf + key + ': ' + val + '\r\n' - }) - }, - - /** - * Return case-insensitive value for header _name_. - */ - - getResponseHeader : function(name) { - return this.responseHeaders[name.toLowerCase()] - }, - - /** - * Set case-insensitive _value_ for header _name_. - */ - - setRequestHeader : function(name, value) { - this.requestHeaders[name.toLowerCase()] = value - }, - - /** - * Open mock request. - */ - - open : function(method, url, async, user, password) { - this.user = user - this.password = password - this.url = url - this.readyState = 1 - this.method = method.toUpperCase() - if (async != undefined) this.async = async - if (this.async) this.onreadystatechange() - }, - - /** - * Send request _data_. - */ - - send : function(data) { - var self = this - this.data = data - this.readyState = 4 - if (this.method == 'HEAD') this.responseText = null - this.responseHeaders['content-length'] = (this.responseText || '').length - if(this.async) this.onreadystatechange() - this.populateResponseXML() - lastRequest = function(){ - return self - } - }, - - /** - * Parse request body and populate responseXML if response-type is xml - * Based on the standard specification : http://www.w3.org/TR/XMLHttpRequest/ - */ - populateResponseXML: function() { - var type = this.getResponseHeader("content-type") - if (!type || !this.responseText || !type.match(/(text\/xml|application\/xml|\+xml$)/g)) - return - this.responseXML = JSpec.parseXML(this.responseText) - } - } - - // --- Response status codes - - JSpec.statusCodes = { - 100: 'Continue', - 101: 'Switching Protocols', - 200: 'OK', - 201: 'Created', - 202: 'Accepted', - 203: 'Non-Authoritative Information', - 204: 'No Content', - 205: 'Reset Content', - 206: 'Partial Content', - 300: 'Multiple Choice', - 301: 'Moved Permanently', - 302: 'Found', - 303: 'See Other', - 304: 'Not Modified', - 305: 'Use Proxy', - 307: 'Temporary Redirect', - 400: 'Bad Request', - 401: 'Unauthorized', - 402: 'Payment Required', - 403: 'Forbidden', - 404: 'Not Found', - 405: 'Method Not Allowed', - 406: 'Not Acceptable', - 407: 'Proxy Authentication Required', - 408: 'Request Timeout', - 409: 'Conflict', - 410: 'Gone', - 411: 'Length Required', - 412: 'Precondition Failed', - 413: 'Request Entity Too Large', - 414: 'Request-URI Too Long', - 415: 'Unsupported Media Type', - 416: 'Requested Range Not Satisfiable', - 417: 'Expectation Failed', - 422: 'Unprocessable Entity', - 500: 'Internal Server Error', - 501: 'Not Implemented', - 502: 'Bad Gateway', - 503: 'Service Unavailable', - 504: 'Gateway Timeout', - 505: 'HTTP Version Not Supported' - } - - /** - * Mock XMLHttpRequest requests. - * - * mockRequest().and_return('some data', 'text/plain', 200, { 'X-SomeHeader' : 'somevalue' }) - * - * @return {hash} - * @api public - */ - - function mockRequest() { - return { and_return : function(body, type, status, headers) { - XMLHttpRequest = MockXMLHttpRequest - ActiveXObject = false - status = status || 200 - headers = headers || {} - headers['content-type'] = type - JSpec.extend(XMLHttpRequest.prototype, { - responseText: body, - responseHeaders: headers, - status: status, - statusText: JSpec.statusCodes[status] - }) - }} - } - - /** - * Unmock XMLHttpRequest requests. - * - * @api public - */ - - function unmockRequest() { - XMLHttpRequest = OriginalXMLHttpRequest - ActiveXObject = OriginalActiveXObject - } - - JSpec.include({ - name: 'Mock XHR', - - // --- Utilities - - utilities : { - mockRequest: mockRequest, - unmockRequest: unmockRequest - }, - - // --- Hooks - - afterSpec : function() { - unmockRequest() - }, - - // --- DSLs - - DSLs : { - snake : { - mock_request: mockRequest, - unmock_request: unmockRequest, - last_request: function(){ return lastRequest() } - } - } - - }) -})() diff --git a/node/node_modules/jade/support/sass/spec/node.js b/node/node_modules/jade/support/sass/spec/node.js deleted file mode 100644 index 07d9934..0000000 --- a/node/node_modules/jade/support/sass/spec/node.js +++ /dev/null @@ -1,9 +0,0 @@ - -require.paths.unshift('spec', 'spec/lib', 'lib') -require('jspec') -sass = require('sass') - -JSpec - .exec('spec/spec.core.js') - .run({ reporter: JSpec.reporters.Terminal, fixturePath: 'spec/fixtures', failuresOnly: true }) - .report() diff --git a/node/node_modules/jade/support/sass/spec/spec.core.js b/node/node_modules/jade/support/sass/spec/spec.core.js deleted file mode 100644 index 5ee3cb7..0000000 --- a/node/node_modules/jade/support/sass/spec/spec.core.js +++ /dev/null @@ -1,134 +0,0 @@ - -describe 'Sass' - before - render = function(path, options) { - return sass.render(fixture(path + '.sass'), options) - } - - expected = function(path) { - return fixture(path + '.css') - } - - assert = function(path, options) { - render(path, options).should.eql expected(path) - } - end - - describe '.version' - it 'should be a triplet' - sass.version.should.match(/^\d+\.\d+\.\d+$/) - end - end - - describe '.render()' - describe 'with "cache" enabled' - describe 'without "filename"' - it 'should throw an error' - -{ assert('selectors', { cache: true }) }.should.throw_error 'filename option must be passed when cache is enabled' - end - end - - describe 'with "filename"' - it 'should still work' - assert('selectors', { cache: true, filename: 'style.sass' }) - end - end - end - - it 'should support complex selectors' - assert('selectors') - end - - describe '// ...' - it 'should be a sass-specific comment' - assert('comment') - end - end - - describe '& ...' - it 'should continue a selector' - assert('continuation') - end - end - - describe '{...}' - it 'should have access to variables' - assert('literal') - end - end - - describe ':key val' - it 'should define a property' - assert('properties') - end - - describe 'when nested' - it 'should traverse correctly' - assert('properties.nested') - end - - describe 'incorrectly' - it 'should throw an error' - try { assert('properties.nested.invalid') } - catch (e) { - e.message.should.eql 'ParseError: on line 3; invalid indentation, to much nesting' - } - end - end - end - - describe 'when at the top level' - it 'should throw an error' - try { assert('properties.invalid') } - catch (e) { - e.message.should.eql 'ParseError: on line 1; properties must be nested within a selector' - } - end - end - end - - describe '=:key val' - it 'should expand to -{moz, webkit}-border-radius' - assert('properties.expand') - end - end - - describe '!key = val' - it 'should define a variable' - assert('variables.regular') - end - end - - describe 'key: val' - it 'should define a variable' - assert('variables.alternate') - end - end - end - - describe '+mixin' - it 'should create a mixin' - assert('mixin') - end - - describe 'when the mixin does not exist' - try { assert('mixin.undefined') } - catch (e) { - e.message.should.eql 'ParseError: on line 2; mixin `large\' does not exist' - } - end - end - - describe '.collect()' - it 'should return variables defined' - var collected = sass.collect(fixture('collect.sass')) - collected.variables.should.eql { red: '#ff0000', black: '#000' } - end - - it 'should return mixins defined' - var collected = sass.collect(fixture('mixin.sass')) - collected.mixins.should.have_property 'large' - collected.mixins.should.have_property 'striped' - end - end -end \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/.gitignore b/node/node_modules/jade/support/stylus/.gitignore deleted file mode 100644 index 4be0b32..0000000 --- a/node/node_modules/jade/support/stylus/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -css -lib-cov -testing -.DS_Store diff --git a/node/node_modules/jade/support/stylus/.gitmodules b/node/node_modules/jade/support/stylus/.gitmodules deleted file mode 100644 index 01e2298..0000000 --- a/node/node_modules/jade/support/stylus/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "support/should"] - path = support/should - url = git://github.com/visionmedia/should.js.git diff --git a/node/node_modules/jade/support/stylus/.npmignore b/node/node_modules/jade/support/stylus/.npmignore deleted file mode 100644 index 2ce29aa..0000000 --- a/node/node_modules/jade/support/stylus/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -test -support -testing -docs -examples diff --git a/node/node_modules/jade/support/stylus/History.md b/node/node_modules/jade/support/stylus/History.md deleted file mode 100644 index 3c186ae..0000000 --- a/node/node_modules/jade/support/stylus/History.md +++ /dev/null @@ -1,231 +0,0 @@ - -0.9.2 / 2011-03-21 -================== - - * Removed a `console.log()` call - -0.9.1 / 2011-03-18 -================== - - * Fixed connect middleware `@import` support. Closes #168 - The middleware is now smart enough to know when imports - change, and will re-compile the target file. - - * Changed middleware `compile` function to return the `Renderer` (API change) - -0.9.0 / 2011-03-18 -================== - - * Added `-i, --interactive` for the Stylus REPL (eval stylus expressions, tab-completion etc) - * Added link to vim syntax - * Changed `p()` built-in to display parens - * Changed `--compress -C` to `-c`, and `-css -c` is now `-C` - * Fixed; preserve rest-arg expressions. Closes #194 - * Fixed `*=` in selector, ex `[class*="foo"]` - * Fixed `--watch` issue with growl, updated to 1.1.0. Closes #188 - * Fixed negative floats when compressed. Closes #193 [reported by ludicco] - -0.8.0 / 2011-03-14 -================== - - * Added postfix `for`-loop support. - Ex: `return n if n % 2 == 0 for n in nums` - * Added support for several postfix operators - Ex: `border-radius: 5px if true unless false;` - * Added `last(expr)` built-in function - * Added `sum(nums)` built-in function - * Added `avg(nums)` built-in function - * Added `join(delim, vals)` built-in function - * Added `Evaluator#{currentScope,currentBlock}` - * Added multi-line function paramter definition support - * Changed; `0` is falsey, `0%`, `0em`, `0px` etc truthy. Closes #160 - * Fixed `for` implicit __return__ value - * Fixed `for` explicit __return__ value - * Fixed mixin property ordering - -0.7.4 / 2011-03-10 -================== - - * Added `RGBA` node - * Added `is a "color"` special-case, true for `HSLA` and `RGBA` nodes. -Closes #180 - * Performance; 2.5x faster compiles due to removing use of getters in `Parser` and `Lexer` (yes, they are really slow). - * Removed `Color` node - * Fixed stylus(1) `--watch` support due to dynamic __@import__ support. Closes #176 - -0.7.3 / 2011-03-09 -================== - - * Fixed; allow semi-colons for non-css syntax for one-liners - -0.7.2 / 2011-03-08 -================== - - * Added `isnt` operator, same as `is not`, and `!=` - * Added support for dynamic `@import` expressions - * Added `@import` index resolution support - * Added `light()` / `dark()` BIFs - * Added `compress` option for connect middleware [disfated] - * Changed; most built-in functions defined in stylus (`./lib/functions/index.styl`) - * Fixed dynamic expressions in `url()`. Closes #105 - -0.7.1 / 2011-03-07 -================== - - * Fixed connect middleware for 0.4.x - -0.7.0 / 2011-03-02 -================== - - * Added `is` and `is not` aliases for `==` and `!=` - * Added __@keyframes__ dynamic name support - * Fixed units in interpolation - * Fixed clamping of HSLA degrees / percentages - -0.6.7 / 2011-03-01 -================== - - * Fixed __RGBA__ -> __HSLA__ conversion due to typo - -0.6.6 / 2011-03-01 -================== - - * Added string -> unit type coercion support aka `5px + "10"` will give `15px` - * Added `warn` option Closes #152 - Currently this only reports on re-definition of functions - * Added '$' as a valid identifier character - * Added `mixin` local variable for function introspection capabilities. Closes #162 - * Fixed typo, `Unit#toBoolean()` is now correct - * Fixed interpolation function calls. Closes #156 - * Fixed mixins within Media node. Closes #153 - * Fixed function call in ret val. Closes #154 - -0.6.5 / 2011-02-24 -================== - - * Fixed parent ref `&` mid-selector bug. Closes #148 [reported by visnu] - -0.6.4 / 2011-02-24 -================== - - * Fixed for within brackets. Closes #146 - -0.6.3 / 2011-02-22 -================== - - * Fixed single-ident selectors. Closes #142 - * Fixed cyclic __@import__ with file of the same name. Closes #143 - -0.6.2 / 2011-02-21 -================== - - * Added stylus(1) growl support when using `--watch` - * Added __@import__ watching support to stylus(1). Closes #134 - * Changed; stylus(1) only throws when `--watch` is not used - * Fixed `darken-by()` BIF - * Fixed __@import__ literal semi-colon. Closes #140 - -0.6.1 / 2011-02-18 -================== - - * Fixed evaluation of nodes after a return. Closes #139 - -0.6.0 / 2011-02-18 -================== - - * Added `stylus(1)` direct css to stylus file conversion [Mario] - For example instead of `$ stylus --css < foo.css > foo.styl` - you may now either `$ stylus --css foo.css` or provide - a destination path `$ stylus --css foo.css /tmp/out.styl`. - - * Added postfix conditionals. Closes #74 - Expressive ruby-ish syntax, ex: `padding 5px if allow-padding`. - -0.5.3 / 2011-02-17 -================== - - * Added `in` operator. `3 in nums`, `padding in props` etc - * Added `Expression#hash`, hashing all of the nodes in order - * Added tests for conditionals with braces. Closes #136 - * Fixed ids that are also valid colors. Closes #137 - -0.5.2 / 2011-02-15 -================== - - * Fixed spaces after "}" with css-style. Closes #131 - * Fixed single-line css-style support. Closes #130 - -0.5.1 / 2011-02-11 -================== - - * Fixed mixin property ordering. Closes #125 - -0.5.0 / 2011-02-09 -================== - - * Added `lighten-by()` BIF - * Added `darken-by()` BIF - -0.4.1 / 2011-02-09 -================== - - * Added support for function definition braces - * Fixed issue with invalid color output. Closes #127 - -0.4.0 / 2011-02-07 -================== - - * Added css-style syntax support - * Fixed support for `*` selector within __@media__ blocks - -0.3.1 / 2011-02-04 -================== - - * Fixed property disambiguation logic. Closes #117 - You no longer need to add a trailing comma when - chaining selectors such as 'td:nth-child(2)\ntd:nth-child(3)' - -0.3.0 / 2011-02-04 -================== - - * Added more assignment operators. Closes #77 - +=, -=, *=, /=, and %= - -0.2.1 / 2011-02-02 -================== - - * Fixed `--compress` when passing files for stylus(1). Closes #115 - * Fixed bug preventing absolute paths from being passed to `@import` - * Fixed `opposite-position()` with nested expressions, unwrapping - * Fixed a couple global var leaks [aheckmann] - -0.2.0 / 2011-02-01 -================== - - * Added; `url()` utilizing general lookup paths. - This means that `{ paths: [] }` is optional now, as lookups - will be relative to the file being rendered by default. - - * Added `-w, --watch` support to stylus(1). Closes #113 - -0.1.0 / 2011-02-01 -================== - - * Added `opposite-position(positions)` built-in function - * Added `image-lookup(path)` built-in function - * Added `-o, --out ` support to stylus(1) - * Added `stylus [file|dir ...]` support - * Added; defaulting paths to `[CWD]` for stylus(1) - * Changed; `unquote()` using `Literal` node - * Changed; utilizing `Literal` in place of some `Ident`s - -0.0.2 / 2011-01-31 -================== - - * Added optional property colon support. Closes #110 - * Added `--version` to stylus(1) - -0.0.1 / 2011-01-31 -================== - - * Initial release \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/LICENSE b/node/node_modules/jade/support/stylus/LICENSE deleted file mode 100644 index a206b68..0000000 --- a/node/node_modules/jade/support/stylus/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2010 LearnBoost - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/Makefile b/node/node_modules/jade/support/stylus/Makefile deleted file mode 100644 index 40a5dc8..0000000 --- a/node/node_modules/jade/support/stylus/Makefile +++ /dev/null @@ -1,20 +0,0 @@ - -SRC = $(shell find lib -name "*.js") -TM_BUNDLE = editors/Stylus.tmbundle -TM_BUNDLE_DEST = ~/Library/Application\ Support/TextMate/Bundles - -test: test-integration - -test-integration: - @node test/run.js - -install-bundle: - cp -fr $(TM_BUNDLE) $(TM_BUNDLE_DEST) - -update-bundle: - cp -fr $(TM_BUNDLE_DEST)/Stylus.tmbundle editors - -benchmark: - @node bm.js - -.PHONY: test test-integration install-bundle update-bundle benchmark \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/Readme.md b/node/node_modules/jade/support/stylus/Readme.md deleted file mode 100644 index d2e57a9..0000000 --- a/node/node_modules/jade/support/stylus/Readme.md +++ /dev/null @@ -1,118 +0,0 @@ - -# Stylus - - Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. - -## Installation - - $ npm install stylus - -### Example - - border-radius() - -webkit-border-radius arguments - -moz-border-radius arguments - border-radius arguments - - body a - font 12px/1.4 "Lucida Grande", Arial, sans-serif - background black - color #ccc - - form input - padding 5px - border 1px solid - border-radius 5px - -compiles to: - - body a { - font: 12px/1.4 "Lucida Grande", Arial, sans-serif; - background: #000; - color: #ccc; - } - form input { - padding: 5px; - border: 1px solid; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - } - -### Features - - Stylus has _many_ features, click the links below for detailed documentation. - - - [css syntax](stylus/blob/master/docs/css-style.md) support - - [mixins](stylus/blob/master/docs/mixins.md) - - [variables](stylus/blob/master/docs/variables.md) - - [interpolation](stylus/blob/master/docs/interpolation.md) - - arithmetic, logical, and equality [operators](stylus/blob/master/docs/operators.md) - - [importing](stylus/blob/master/docs/import.md) of other stylus sheets - - [introspection api](stylus/blob/master/docs/introspection.md) - - type coercion - - [conditionals](stylus/blob/master/docs/conditionals.md) - - [iteration](stylus/blob/master/docs/iteration.md) - - nested [selectors](stylus/blob/master/docs/selectors.md) - - parent reference - - in-language [functions](stylus/blob/master/docs/functions.md) - - [variable arguments](stylus/blob/master/docs/vargs.md) - - built-in [functions](stylus/blob/master/docs/bifs.md) (over 25) - - optional [image inlining](stylus/blob/master/docs/functions.url.md) - - optional compression - - JavaScript [API](stylus/blob/master/docs/js.md) - - extremely terse syntax - - stylus [executable](stylus/blob/master/docs/executable.md) - - [error reporting](stylus/blob/master/docs/error-reporting.md) - - single-line and multi-line [comments](stylus/blob/master/docs/comments.md) - - css [literal](stylus/blob/master/docs/literal.md) - - character [escaping](stylus/blob/master/docs/escape.md) - - [@keyframes](stylus/blob/master/docs/keyframes.md) support - - [@font-face](stylus/blob/master/docs/font-face.md) support - - [@media](stylus/blob/master/docs/media.md) support - - Connect [Middleware](stylus/blob/master/docs/middleware.md) - - TextMate [bundle](stylus/blob/master/docs/textmates.md) - - VIM [Syntax](https://github.com/wavded/vim-stylus) - -### Framework Support - - - [Connect](stylus/blob/master/docs/middleware.md) - - [Ruby On Rails](https://github.com/lucasmazza/stylus_rails) - -### Screencasts - - - [Stylus Intro](http://screenr.com/bNY) - - [CSS Syntax & Postfix Conditionals](http://screenr.com/A8v) - -### Authors - - - [TJ Holowaychuk (visionmedia)](http://github.com/visionmedia) - -### More Information - - - Language [comparisons](stylus/blob/master/docs/compare.md) - -## License - -(The MIT License) - -Copyright (c) 2010 LearnBoost <dev@learnboost.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/bin/stylus b/node/node_modules/jade/support/stylus/bin/stylus deleted file mode 100755 index f9a5008..0000000 --- a/node/node_modules/jade/support/stylus/bin/stylus +++ /dev/null @@ -1,456 +0,0 @@ -#!/usr/bin/env node - -/** - * Module dependencies. - */ - -var fs = require('fs') - , stylus = require('../') - , basename = require('path').basename - , dirname = require('path').dirname - , join = require('path').join - , growl = require('growl'); - -/** - * Arguments. - */ - -var args = process.argv.slice(2); - -/** - * Compare flag. - */ - -var compare = false; - -/** - * Compress flag. - */ - -var compress = false; - -/** - * CSS conversion flag. - */ - -var convertCSS = false; - -/** - * Files to processes. - */ - -var files = []; - -/** - * Destination directory. - */ - -var dest; - -/** - * Watcher hash. - */ - -var watchers; - -/** - * Enable REPL. - */ - -var interactive; - -/** - * Usage docs. - */ - -var usage = [ - '' - , ' Usage: stylus [options] [command] [< in [> out]]' - , ' [file|dir ...]' - , '' - , ' Commands:' - , '' - , ' help Opens help info for in' - , ' your default browser. (osx only)' - , '' - , ' Options:' - , '' - , ' -i, --interactive Start interactive REPL' - , ' -w, --watch Watch file(s) for changes and re-compile' - , ' -o, --out Output to when passing files' - , ' -C, --css [dest] Convert css input to stylus' - , ' -c, --compress Compress css output' - , ' -d, --compare Display input along with output' - , ' -V, --version Display the version of stylus' - , ' -h, --help Display help information' - , '' -].join('\n'); - -/** - * Handle arguments. - */ - -var arg; -while (args.length) { - arg = args.shift(); - switch (arg) { - case '-h': - case '--help': - console.log(usage); - process.exit(1); - case '-d': - case '--compare': - compare = true; - break; - case '-c': - case '--compress': - compress = true; - break; - case '-C': - case '--css': - convertCSS = true; - break; - case '-V': - case '--version': - console.log(stylus.version); - process.exit(0); - break; - case '-o': - case '--out': - dest = args.shift(); - if (!dest) throw new Error('--out required'); - break; - case 'help': - var name = args.shift(); - if (!name) throw new Error('help required'); - help(name); - break; - case '-i': - case '--repl': - case '--interactive': - interactive = true; - break; - case '-w': - case '--watch': - watchers = {}; - break; - default: - files.push(arg); - } -} - -// if --watch is used, assume we are -// not working with stdio - -if (watchers && !files.length) { - files = fs.readdirSync(process.cwd()) - .filter(function(file){ - return file.match(/\.styl$/); - }); -} - -/** - * Open the default browser to the CSS property `name`. - * - * @param {String} name - */ - -function help(name) { - var url = 'https://developer.mozilla.org/en/CSS/' + name - , exec = require('child_process').exec; - exec('open "' + url + '"', function(){ - process.exit(0); - }); -} - -// Compilation options - -var options = { - filename: 'stdin' - , compress: compress - , paths: [process.cwd()] -}; - -// Buffer stdin - -var str = ''; - -// Convert css to stylus - -if (convertCSS) { - switch (files.length) { - case 2: - compileCSSFile(files[0], files[1]); - break; - case 1: - compileCSSFile(files[0], files[0].replace('.css', '.styl')); - break; - default: - var stdin = process.openStdin(); - stdin.setEncoding('utf8'); - stdin.on('data', function(chunk){ str += chunk; }); - stdin.on('end', function(){ - var out = stylus.convertCSS(str); - console.log(out); - }); - } -} else if (interactive) { - repl(); -} else { - if (files.length) { - compileFiles(files); - } else { - compileStdio(); - } -} - -/** - * Start stylus REPL. - */ - -function repl() { - var options = { filename: 'stdin', imports: [__dirname + '/../lib/functions'] } - , parser = new stylus.Parser('', options) - , evaluator = new stylus.Evaluator(parser.parse(), options) - , rl = require('readline') - , repl = rl.createInterface(process.stdin, process.stdout, true) - , global = evaluator.global.scope; - - // expose BIFs - evaluator.evaluate(); - - // readline - repl.setPrompt('> '); - repl.prompt(); - - // HACK: flat-list auto-complete - repl._tabComplete = function(){ - var out = this.output - , line = this.line - , keys = Object.keys(global.locals) - , len = keys.length - , words = line.split(/\s+/) - , word = words.pop() - , names = [] - , name - , obj - , key; - - // find words that match - for (var i = 0; i < len; ++i) { - key = keys[i]; - if (0 == key.indexOf(word)) { - names.push(key); - } - } - - // several candidates - if (names.length > 1) { - out.write('\r\n\r\n\033[90m'); - names.forEach(function(name){ - var node = global.lookup(name); - switch (node.nodeName) { - case 'function': - out.write(' - ' + node + '\r\n'); - break; - default: - out.write(' - ' + name + '\r\n'); - } - }); - out.write('\r\n\033[0m'); - this._refreshLine(); - // single candidate - } else if (names.length) { - name = names.pop(); - obj = global.lookup(name); - name = name.replace(word, ''); - switch (obj.nodeName) { - case 'function': - this._insertString(name + '()'); - this.cursor--; - break; - default: - this._insertString(name); - } - this._refreshLine(); - } - }; - - repl.on('line', function(line){ - if (!line.trim().length) return repl.prompt(); - parser = new stylus.Parser(line, options); - parser.state.push('expression'); - evaluator.return = true; - try { - var expr = parser.parse(); - var ret = evaluator.visit(expr); - ret = ret.nodes[ret.nodes.length - 1]; - ret = ret.toString(); - if ('(' == ret[0]) ret = ret.replace(/^\(|\)$/g, ''); - console.log('\033[90m=> \033[0m' + highlight(ret)); - repl.prompt(); - } catch (err) { - console.error('\033[31merror: %s\033[0m', err.message || err.stack); - repl.prompt(); - } - }); - - repl.on('SIGINT', function(){ - console.log(); - process.exit(0); - }); -} - -/** - * Highlight the given string of stylus. - */ - -function highlight(str) { - return str - .replace(/(#)?(\d+(\.\d+)?)/g, function($0, $1, $2){ - return $1 ? $0 : '\033[36m' + $2 + '\033[0m'; - }) - .replace(/(#[\da-fA-F]+)/g, '\033[33m$1\033[0m') - .replace(/('.*?'|".*?")/g, '\033[32m$1\033[0m'); -} - -/** - * Convert a CSS file to a Styl file - */ - -function compileCSSFile(file, fileOut) { - fs.lstat(file, function(err, stat){ - if (err) throw err; - if (stat.isFile()) { - fs.readFile(file, 'utf8', function(err, str){ - if (err) throw err; - var styl = stylus.convertCSS(str); - fs.writeFile(fileOut, styl, function(err){ - if (err) throw err; - }); - }); - } - }); -} - -/** - * Compile with stdio. - */ - -function compileStdio() { - var stdin = process.openStdin(); - stdin.setEncoding('utf8'); - stdin.on('data', function(chunk){ str += chunk; }); - stdin.on('end', function(){ - // Compile to css - stylus(str, options).render(function(err, css){ - if (err) throw err; - if (compare) { - console.log('\n\x1b[1mInput:\x1b[0m'); - console.log(str); - console.log('\n\x1b[1mOutput:\x1b[0m'); - } - console.log(css); - if (compare) console.log(); - }); - }); -} - -/** - * Compile the given files. - */ - -function compileFiles(files) { - files.forEach(compileFile); -} - -/** - * Compile the given file. - */ - -function compileFile(file) { - // ensure file exists - fs.lstat(file, function(err, stat){ - if (err) throw err; - // file - if (stat.isFile()) { - fs.readFile(file, 'utf8', function(err, str){ - if (err) throw err; - options.filename = file; - options._imports = []; - stylus(str, options).render(function(err, css){ - watchImports(file, options._imports); - if (err) { - if (watchers) { - console.error(err.stack || err.message); - growl.notify(err.message, { title: 'Stylus error' }); - } else { - throw err; - } - } else { - writeFile(file, css); - } - }); - }); - // directory - } else if (stat.isDirectory()) { - fs.readdir(file, function(err, files){ - if (err) throw err; - files.filter(function(path){ - return path.match(/\.styl$/); - }).map(function(path){ - return file + '/' + path; - }).forEach(compileFile); - }); - } - }); -} - -/** - * Write the given css output. - */ - -function writeFile(file, css) { - // --out support - var path = dest - ? dest + '/' + basename(file, '.styl') + '.css' - : file.replace('.styl', '.css'); - fs.writeFile(path, css, function(err){ - if (err) throw err; - console.log(' \033[90mcompiled\033[0m %s', path); - // --watch support - watch(file, compileFile); - }); -} - -/** - * Watch the given `file` and invoke `fn` when modified. - */ - -function watch(file, fn) { - // not watching - if (!watchers) return; - - // already watched - if (watchers[file]) return; - - // watch the file itself - watchers[file] = true; - console.log(' \033[90mwatching\033[0m %s', file); - fs.watchFile(file, { interval: 50 }, function(curr, prev){ - if (curr.mtime > prev.mtime) fn(file); - }); -} - -/** - * Watch `imports`, re-compiling `file` when they change. - */ - -function watchImports(file, imports) { - imports.forEach(function(import){ - if (!import.path) return; - watch(import.path, function(){ - compileFile(file); - }); - }); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/bin/stylus-tutorial b/node/node_modules/jade/support/stylus/bin/stylus-tutorial deleted file mode 100755 index 5ab1c61..0000000 --- a/node/node_modules/jade/support/stylus/bin/stylus-tutorial +++ /dev/null @@ -1,287 +0,0 @@ -#!/usr/bin/env node - -/** - * Module dependencies. - */ - -try { - var stylus = require('stylus'); -} catch (err) { - var stylus = require('../lib/stylus'); -} - -/** - * Banner. - */ - -var banner = '\n\ - \n\ - _ _ \n\ - ___| |_ _ _| |_ _ ___ \n\ - / __| __| | | | | | | / __| \n\ - \\__ \\ |_| |_| | | |_| \\__ \\ \n\ - |___/\\__|\\__, |_|\\__,_|___/ \n\ - |___/ \n\ - \n\ -'; - -/** - * Steps. - */ - -var steps = []; - -/** - * Clear the screen and move the cursor up. - */ - -function clear() { - console.log('\x1b[1J\x1b[H'); -} - -/** - * Output "press enter" message. - */ - -function enter() { - process.stdout.write('\x1b[90mpress enter to continue:\x1b[0m '); -} - -/** - * Initialize a `Step` with the given data. - * - * @param {String} title - * @param {String} desc - * @param {String} src - * @param {Function} fn - */ - -function Step(title, desc, src, fn) { - var self = this; - this.n = steps.length; - this.src = src; - desc = desc.replace(/\_([^_]+)\_/g, '\x1b[33m$1\x1b[90m'); - - this.next = function(){ - var step = steps[self.n + 1]; - if (step) { - step.display(); - } else { - console.log(' THE END\n'); - process.exit(0); - } - }; - - this.display = function(retry){ - if (!retry) { - console.log(' %d) \x1b[1m%s\x1b[0m\n', self.n, title); - console.log(' \x1b[90m%s\x1b[0m', desc); - } - console.log('\n%s\n', src); - console.log('\x1b[90m--------------------\x1b[0m \n'); - this.input(); - }; - - this.input = function(){ - stdin.resume(); - var buf = ''; - stdin.on('data', function callback(chunk){ - if (0 == chunk.indexOf('quit')) process.exit(1); - var dot = '.' == chunk[0] && '\n' == chunk[1] - , equal = buf.trim() == self.src.trim(); - if (dot || equal) { - stdin.pause(); - stdin.removeListener('data', callback); - stylus.render(buf, { filename: 'stdin' }, function(err, css){ - if (err) { - console.log('\n\x1b[31mError: ' + err.message + '\x1b[0m\n'); - self.display(true); - return; - } - clear(); - console.log('\x1b[90m-------------------- stylus\x1b[0m \n'); - console.log(buf.replace(/^/gm, ' ')); - console.log('\x1b[90m-------------------- css\x1b[0m \n'); - console.log(css.replace(/^/gm, ' ')); - console.log(); - enter(); - stdin.resume(); - stdin.once('data', function(){ - clear(); - self.next(); - }); - }); - return; - } - buf += chunk; - }); - }; -} - -/** - * Step definitions. - */ - -steps.push(new Step( - 'Selector Properties' - , 'The Stylus grammar has indentation-based blocks,\n' - + ' meaning one does not surround selector properties\n' - + ' using braces _{_ _}_, but uses an indent of two \n' - + ' spaces, or a single tab.\n' - + '\n' - + ' To get started, type the stylus you see below\n' - + ' and then press return a few times or type _"."_ to render.' - , 'body\n color black')); - -steps.push(new Step( - 'Multiple Selectors' - , 'Blocks can be applied to several selectors at once\n' - + ' by separating them via comma, or newline.\n' - + '\n' - + ' Both examples shown below are equivalent.' - - , 'a.button, input[type=button]\n' - + ' border 1px solid #eee\n' - + ' padding 5px\n\n' - + 'a.button\n' - + 'input[type=button]\n' - + ' border 1px solid #eee\n' - + ' padding 5px' - )); - -steps.push(new Step( - 'Nested Selectors' - , 'Selectors may also be nested.\n' - - , 'ul\n' - + ' li\n' - + ' a\n' - + ' color black\n' - )); - -steps.push(new Step( - 'Variables' - , 'Stylus allows you to define variables by utilizing\n' - + ' the _=_ operator, much like you would in any other language.\n' - + '\n' - + ' These variables may be assigned to _numbers_, _strings_, _booleans_,\n' - + ' and virtually everything else you see in css.' - - , 'size = 14px\n\n' - + 'body\n' - + ' font size Arial, sans-serif' - )); - -steps.push(new Step( - 'Conditional Assignment' - , 'The conditional assignment operator _?=_ may be used to\n' - + ' define a variable only when previously undefined.' - - , 'size = 14px\n\n' - + 'body\n' - + ' size ?= 22px\n' - + ' font size Arial, sans-serif' - )); - -steps.push(new Step( - 'Arithmetic' - , 'A variety of binary arithmetic operators are supported\n' - + ' as well as unary operators such as _-_, _+_, and _~_.' - - , 'size = 14px\n' - + 'large-size = size * 2\n' - + '\n' - + 'body\n' - + ' font large-size\n' - + '\n' - + 'p\n' - + ' margin-left -(size - 2)' - )); - -steps.push(new Step( - 'Coercion' - , 'Arithmetic operations coerce the right-hand operand when\n' - + ' applicable, for example converting _2s_ in _1000ms + 2s_\n' - + ' into _2000ms_ before evaluating the expression.\n' - + '\n' - + ' Examples:\n' - + ' _15px_ - _5_\n' - + ' _#000_ + _#eee_\n' - + ' _#fff_ - rgba(_0_,_0_,_0_,_.5_)\n' - + ' _#fff_ / _2_\n' - + ' _5in_ - _3cm_\n' - - , 'duration = 2s\n\n' - + '.fade\n' - + ' -webkit-transition opacity duration - 1500ms linear' - )); - -steps.push(new Step( - 'Functions' - , 'Stylus functions may act as mixins or have a return value.\n' - + 'For example here we use the unit() built-in function to.\n' - + 'forcing both unit\'s type to _px_, and then add them.\n' - + '\n' - + 'Note that we may also use the _return_ keyword, however it\n' - + 'is optional in most cases.' - - , 'add(a, b)\n' - + ' a = unit(a, "px")\n' - + ' b = unit(b, "px")\n' - + ' a + b\n' - + '\n' - + 'body\n' - + ' padding add(5px, 10px)\n' - + ' margin add(5, 10)' - )); - -steps.push(new Step( - 'Mixins' - , 'Mixins are defined in the same manner as functions\n' - + 'with return values, however they "mix in" their properties\n' - + 'and selectors into the caller.\n' - + '\n' - + 'Mixin parens are optional in most cases, so we may apply\n' - + 'the transparently.' - - , 'border-radius(n)\n' - + ' -webkit-border-radius n\n' - + ' -moz-border-radius n\n' - + ' border-radius n\n' - + '\n' - + 'body\n' - + ' border-radius(5px)\n' - + '\n' - + 'form input\n' - + ' border-radius 5px' - )); - -/** - * Start tutorial. - */ - -clear(); -console.log('\x1b[1m' + banner + '\x1b[0m'); -console.log('\n Welcome to the stylus interactive tutorial.\n'); -console.log(' - To quit at any time type \x1b[1mquit\x1b[0m.'); -console.log(' - To force rendering type "." and press enter,'); -console.log(' however source will be automatically rendered'); -console.log(' when it matches the step\'s source.'); -console.log(); -enter(); - -var stdin = process.openStdin(); -stdin.setEncoding('utf8'); - -stdin.once = function(event, fn){ - this.on(event, function callback(chunk){ - stdin.removeListener(event, callback); - fn(chunk); - }); -}; - -stdin.once('data', function(chunk){ - stdin.pause(); - clear(); - steps[0].display(); -}); diff --git a/node/node_modules/jade/support/stylus/bm.js b/node/node_modules/jade/support/stylus/bm.js deleted file mode 100644 index ce1acfa..0000000 --- a/node/node_modules/jade/support/stylus/bm.js +++ /dev/null @@ -1,22 +0,0 @@ - -/** - * Module dependencies. - */ - -var stylus = require('./'); - -var times = 200 - , n = times - , start = new Date; - -console.log('compiling %d times', times); - -while (n--) { - stylus('body\n color: white;\n background: url(/images/foo.png)\n a\n &:hover\n text-decoration: underline;') - .render(function(err, css){}); -} - -var duration = new Date - start; -console.log(' duration: %dms', duration); -console.log(' average: %dms', duration / times); -console.log(' per second: %d', (times / (duration / 1000)).toFixed(1)); diff --git a/node/node_modules/jade/support/stylus/docs/bifs.md b/node/node_modules/jade/support/stylus/docs/bifs.md deleted file mode 100644 index 75e599f..0000000 --- a/node/node_modules/jade/support/stylus/docs/bifs.md +++ /dev/null @@ -1,453 +0,0 @@ - -## Built-in Functions - -### red(color) - -Return the red component of the given `color`. - - red(#c00) - // => 204 - -### green(color) - -Return the green component of the given `color`. - - green(#0c0) - // => 204 - -### blue(color) - -Return the blue component of the given `color`. - - red(#00c) - // => 204 - -### alpha(color) - -Return the alpha component of the given `color`. - - alpha(#fff) - // => 1 - - alpha(rgba(0,0,0,0.3)) - // => 0.3 - -### dark(color) - -Check if `color` is dark: - - dark(black) - // => true - - dark(#005716) - // => true - - dark(white) - // => false - - -### light(color) - -Check if `color` is light: - - light(black) - // => false - - light(white) - // => true - - light(#00FF40) - // => true - -### hue(color) - -Return the hue of the given `color`. - - hue(hsla(50deg, 100%, 80%)) - // => 50deg - -### saturation(color) - -Return the saturation of the given `color`. - - hue(hsla(50deg, 100%, 80%)) - // => 100% - -### lightness(color) - -Return the lightness of the given `color`. - - hue(hsla(50deg, 100%, 80%)) - // => 80% - -### typeof(node) - -Return type of `node` as a string. - - type(12) - // => 'unit' - - typeof(12) - // => 'unit' - - typeof(#fff) - // => 'rgba' - - type-of(#fff) - // => 'rgba' - -Aliased as `type-of` and `type`. - -### unit(unit[, type]) - -Return a string for the type of `unit` or an empty string, -or assign the given `type` without unit conversion. - - unit(10) - // => '' - - unit(15in) - // => 'in' - - unit(15%, 'px') - // => 15px - - unit(15%, px) - // => 15px - -### match(pattern, string) - -Test if `string` matches the given `pattern`. - - match('^foo(bar)?', foo) - match('^foo(bar)?', foobar) - // => true - - match('^foo(bar)?', 'foo') - match('^foo(bar)?', 'foobar') - // => true - - match('^foo(bar)?', 'bar') - // => false - -### abs(unit) - - abs(-5px) - // => 5px - - abs(5px) - // => 5px - -### ceil(unit) - - ceil(5.5in) - // => 6in - -### floor(unit) - - floor(5.6px) - // => 5px - -### round(unit) - - round(5.5px) - // => 6px - - round(5.4px) - // => 5px - -### min(a, b) - - min(1, 5) - // => 1 - -### max(a, b) - - max(1, 5) - // => 5 - -### even(unit) - - even(6px) - // => true - -### odd(unit) - - odd(5mm) - // => true - -### sum(nums) - - sum(1 2 3) - // => 6 - -### avg(nums) - - avg(1 2 3) - // => 2 - -### join(delim, vals...) - - Join the given `vals` with `delim`. - - join(' ', 1 2 3) - // => "1 2 3" - - join(',', 1 2 3) - // => "1,2,3" - - join(', ', foo bar baz) - // => "foo, bar, baz" - - join(', ', foo, bar, baz) - // => "foo, bar, baz" - -### hsla(color | h[, s, l, a]) - -Convert the given `color` to an `HSLA` node, -or h,s,l,a component values. - - hslaa(10deg, 50%, 30%, 0.5) - // => HSLA - - hslaa(#ffcc00) - // => HSLA - -### hsla(color | h[, s, l]) - -Convert the given `color` to an `HSLA` node, -or h,s,l component values. - - hsla(10, 50, 30) - // => HSLA - - hsla(#ffcc00) - // => HSLA - -### rgba(color | r[, g, b, a]) - -Return `RGBA` from the r,g,b,a channels or provide a `color` to tweak the alpha. - - rgba(255,0,0,0.5) - // => rgba(255,0,0,0.5) - - rgba(255,0,0,1) - // => #ff0000 - - rgba(#ffcc00, 0.5) - // rgba(255,204,0,0.5) - -### rgb(color | r[, g, b]) - -Return a `RGBA` from the r,g,b channels or cast to an `RGBA` node. - - rgb(255,204,0) - // => #ffcc00 - - rgb(#fff) - // => #fff - -### lighten(color, amount) - -Lighten the given `color` by `amount`. - - lighten(black, 50%) - // => #808080 - -### darken(color, amount) - -Darken the given `color` by `amount`. - - darken(white, 50%) - // => #808080 - -### lighten-by(color, amount) - - Lighten by `amount` of the current lightness value. - - lighten-by(black, 50%) - // => #808080 - - lighten-by(lighten-by(black, 50%), 50%) - // => #bfbfbf - - lighten-by(lighten-by(lighten-by(black, 50%), 50%), 50%) - // => #fff - -essentially the same as: - - black + hsla(0,0,50%) - black + hsla(0,0,75%) - black + hsla(0,0,100%) - -### darken-by(color, amount) - - Darken by `amount` of the current lightness value. - - darken-by(white, 50%) - // => #808080 - - darken-by(darken-by(white, 50%), 50%) - // => #404040 - - darken-by(darken-by(darken-by(white, 50%), 50%), 50%) - // => #202020 - -### desaturate(color, amount) - -Desaturate the given `color` by `amount`. - - desaturate(#f00, 40%) - // => #c33 - -### saturate(color, amount) - -Saturate the given `color` by `amount`. - - saturate(#c33, 40%) - // => #f00 - -### unquote(str | ident) - - Unquote the given `str` and returned as a `Literal` node. - - unquote("sans-serif") - // => sans-serif - - unquote(sans-serif) - // => sans-serif - - unquote('1px / 2px') - // => 1px / 2px - -### operate(op, left, right) - - Perform the given `op` on the `left` and `right` operands: - - op = '+' - operate(op, 15, 5) - // => 20 - -### length([expr]) - - Parenthesized expressions may act as tuples, the `length()` function returns the length of such expressions. - - length((1 2 3 4)) - // => 4 - - length((1 2)) - // => 2 - - length((1)) - // => 1 - - length(()) - // => 0 - - length(1 2 3) - // => 3 - - length(1) - // => 1 - - length() - // => 0 - -### warn(msg) - - Warn with the given error `msg`, does not exit. - - warn("oh noes!") - -### error(msg) - - Exits with the given error `msg`. - - add(a, b) - unless a is a 'unit' and b is a 'unit' - error('add() expects units') - a + b - -### last(expr) - - Return the _last_ value in the given `expr`: - - nums = 1 2 3 - last(nums) - last(1 2 3) - // => 3 - - list = (one 1) (two 2) (three 3) - last(list) - // => (three 3) - -### p(expr) - - Inspect the given `expr`: - - fonts = Arial, sans-serif - p('test') - p(123) - p((1 2 3)) - p(fonts) - p(#fff) - p(rgba(0,0,0,0.2)) - - add(a, b) - a + b - - p(add) - -stdout: - - inspect: "test" - inspect: 123 - inspect: 1 2 3 - inspect: Arial, sans-serif - inspect: #fff - inspect: rgba(0,0,0,0.2) - inspect: add(a, b) - -### opposite-position(positions) - - Return the opposites of the given `positions`. - - opposite-position(right) - // => left - - opposite-position(top left) - // => bottom right - - opposite-position('top' 'left') - // => bottom right - -### image-size(path) - - Returns the `width` and `height` of the image found at `path`. Lookups are performed in the same manner as `@import`, altered by the `paths` setting. - - width(img) - return image-size(img)[0] - - height(img) - return image-size(img)[1] - - image-size('tux.png') - // => 405px 250px - - image-size('tux.png')[0] == width('tux.png') - // => true - -### Undefined Functions - - Undefined functions will output as literals, so for example - we may call `rgba-stop(50%, #fff)` within our css, and it will - output as you would expect. We can use this within helpers as well. - - In the example below we simply define the function `stop()` which - returns the literal `rgba-stop()` call. - - stop(pos, rgba) - rgba-stop(pos, rgba) - - stop(50%, orange) - // => rgba-stop(50%, #ffa500) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/comments.md b/node/node_modules/jade/support/stylus/docs/comments.md deleted file mode 100644 index 37e9be2..0000000 --- a/node/node_modules/jade/support/stylus/docs/comments.md +++ /dev/null @@ -1,17 +0,0 @@ - -## Comments - - Stylus supports two kinds of comments, single-line, and multi-line comments, using the same syntax found in JavaScript. - - - // I'm a comment! - body - padding 5px // some awesome padding - - - /* - * Adds the given numbers together. - */ - - add(a, b) - a + b \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/compare.md b/node/node_modules/jade/support/stylus/docs/compare.md deleted file mode 100644 index e823b3d..0000000 --- a/node/node_modules/jade/support/stylus/docs/compare.md +++ /dev/null @@ -1,81 +0,0 @@ - -## Implementation Comparisons - -Below we go head to head with other implementations. - -### Variables - -SCSS: - - $main-color: #006; - color: $main-color; - -Less: - - @main-color: #006; - color: @main-color; - -Stylus: - - main-color = #006 - color main-color - -### Mixins - -SCSS: - - @mixin pad($x, $y) { - padding: $y $x; - } - - .msg { - @include pad(5px, 10px); - } - -Less: - - .pad(@x, @y) { - padding: @y @x; - } - - .msg { - .pad(5px, 10px); - } - -Stylus: - - pad(x, y) - padding y x - - .msg - pad(5px, 10px) - -### Larger Example - -Less: - - .box-shadow (@x: 0, @y: 0, @blur: 1px, @alpha) { - @val: @x @y @blur rgba(0, 0, 0, @alpha); - box-shadow: @val; - -webkit-box-shadow: @val; - -moz-box-shadow: @val; - } - .box { - @base: #f938ab; - color: saturate(@base, 5%); - border-color: lighten(@base, 30%); - div { .box-shadow(0, 0, 5px, 0.4) } - } - -Stylus: - box-shadow() - -webkit-box-shadow arguments - -moz-box-shadow arguments - box-shadow arguments - - .box - base = #f938ab - color saturate(base, 5%) - border-color lighten(base, 30%) - div - box-shadow 0 0 5px 0.4 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/conditionals.md b/node/node_modules/jade/support/stylus/docs/conditionals.md deleted file mode 100644 index 8d6d322..0000000 --- a/node/node_modules/jade/support/stylus/docs/conditionals.md +++ /dev/null @@ -1,107 +0,0 @@ - -## Conditionals - - Conditionals provide control flow to a language which is otherwise static, providing conditional imports, mixins, functions, and more. The examples below are simply examples, and not recommended :) - -### if / else if / else - - The `if` conditional works as you would expect, simply accepting an expression, evaluating the following block when `true`. Along with `if` are the typical `else if` and `else` tokens, acting as fallbacks. - - The example below would conditionally overload the `padding` property, swapping it for margin. - - overload-padding = true - - if overload-padding - padding(y, x) - margin y x - - body - padding 5px 10px - -Another example: - - box(x, y, margin = false) - padding y x - if margin - margin y x - - body - box(5px, 10px, true) - -Another `box()` helper: - - box(x, y, margin-only = false) - if margin-only - margin y x - else - padding y x - -### unless - - For users familiar with the ruby programming language, we have the `unless` conditional, which is essentially the opposite of `if`, essentially `if (!(expr))`. - -In the example below, if `disable-padding-override` is undefined or `false` padding will be overridden, displaying `margin` instead. However when `true` padding will remain outputting `padding 5px 10px` as expected. - - disable-padding-override = true - - unless disable-padding-override is defined and disable-padding-override - padding(x, y) - margin y x - - body - padding 5px 10px - -### Postfix Conditionals - - Stylus supports postfix conditionals, meaning the `if` and `unless` act as operators, evaluating the left-hand operand, when the right-hand expression is truthy. - - - For example let's define `negative()`, performing some basic type checking. Below we use block-style conditionals: - - negative(n) - unless n is a 'unit' - error('invalid number') - if n < 0 - yes - else - no - - Next we utilize postfix conditionals to keep our function terse. - - negative(n) - error('invalid number') unless n is a 'unit' - return yes if n < 0 - no - - Of course we could take this further, and utilize `n < 0 ? yes : no`, or simply stick with booleans, and use only `n < 0`. - - Postfix conditionals may be applied to most single-line statements, for example `@import`, `@charset`, mixins, and of course properties as shown below: - - - pad(types = margin padding, n = 5px) - padding unit(n, px) if padding in types - margin unit(n, px) if margin in types - - body - pad() - - body - pad(margin) - - body - apply-mixins = true - pad(padding, 10) if apply-mixins - -yielding: - - body { - padding: 5px; - margin: 5px; - } - body { - margin: 5px; - } - body { - padding: 10px; - } - diff --git a/node/node_modules/jade/support/stylus/docs/css-style.md b/node/node_modules/jade/support/stylus/docs/css-style.md deleted file mode 100644 index 3d433c4..0000000 --- a/node/node_modules/jade/support/stylus/docs/css-style.md +++ /dev/null @@ -1,77 +0,0 @@ - -## CSS Style - - Stylus transparently supports a regular css-style syntax, meaning you do not need to use an alternative parser, or specify that a certain file is using a specific style. - -### Example - - Below is a small style using the indented approach: - - border-radius() - -webkit-border-radius arguments - -moz-border-radius arguments - border-radius arguments - - body a - font 12px/1.4 "Lucida Grande", Arial, sans-serif - background black - color #ccc - - form input - padding 5px - border 1px solid - border-radius 5px - - Since braces, colons, and semi-colons are optional, we could write this example just as we would with normal css: - - border-radius() { - -webkit-border-radius: arguments; - -moz-border-radius: arguments; - border-radius: arguments; - } - - body a { - font: 12px/1.4 "Lucida Grande", Arial, sans-serif; - background: black; - color: #ccc; - } - - form input { - padding: 5px; - border: 1px solid; - border-radius: 5px; - } - - Since we may mix and match the two variants, the following is valid as well: - - border-radius() - -webkit-border-radius: arguments; - -moz-border-radius: arguments; - border-radius: arguments; - - body a { - font: 12px/1.4 "Lucida Grande", Arial, sans-serif; - background: black; - color: #ccc; - } - - form input - padding: 5px; - border: 1px solid; - border-radius: 5px; - - Variables, functions, mixins, and all of the other features that Stylus provides still work as expected: - - main-color = white - main-hover-color = black - - body a { - color: main-color; - &:hover { color: main-hover-color; } - } - - body a { color: main-color; &:hover { color: main-hover-color; }} - - There are currently a few exceptions to this rule, since the two styles may be mixed and matched some indentation rules still apply. So although not _every_ plain-css stylesheet will work without modification this feature still allows those who prefer css syntax may still utilize the other powerful features provided by Stylus. - - diff --git a/node/node_modules/jade/support/stylus/docs/error-reporting.md b/node/node_modules/jade/support/stylus/docs/error-reporting.md deleted file mode 100644 index 5b2def2..0000000 --- a/node/node_modules/jade/support/stylus/docs/error-reporting.md +++ /dev/null @@ -1,50 +0,0 @@ - -## Error Reporting - - Stylus has fantastic error reporting built in for syntax, parse, and evaluation errors, complete with stack traces, line numbers, and filenames. - -### Parse Error - -Parse error example: - - body - form input - == padding 5px - -yielding: - - Error: /Users/tj/Projects/stylus/testing/test.styl:4 - 3: ' form input' - 4: ' == padding 5px' - - illegal unary == - -### Evaluation Error - - This "runtime" or evaluation error is caused due to passing a string to `border-radius()` instead of the expected `Unit` by using our helper `ensure(n, 'unit')`. - - ensure(val, type) - unless val is a type - error('expected a ' + type + ', but got ' + typeof(val)) - - border-radius(n) - ensure(n, 'unit') - -webkit-border-radius n - -moz-border-radius n - border-radius n - - body - border-radius '5px' - -yielding: - - Error: /Users/tj/Projects/stylus/examples/error.styl:12 - 11: '' - 12: 'body' - 13: ' border-radius \'5px\'' - 14: '' - - expected a unit, but got string - at ensure() (/Users/tj/Projects/stylus/examples/error.styl:2) - at border-radius() (/Users/tj/Projects/stylus/examples/error.styl:5) - at "body" (/Users/tj/Projects/stylus/examples/error.styl:10) diff --git a/node/node_modules/jade/support/stylus/docs/escape.md b/node/node_modules/jade/support/stylus/docs/escape.md deleted file mode 100644 index f2d7348..0000000 --- a/node/node_modules/jade/support/stylus/docs/escape.md +++ /dev/null @@ -1,27 +0,0 @@ - -## Escaping - - Stylus allows you to escape characters, effectively turning them into identifiers, so that they can be rendered as literals. For example: - - body - padding 1 \+ 2 - -will compile to: - - body { - padding: 1 + 2; - } - - -Not that Stylus requires that `/` is parenthesized when used in a property: - - body - font 14px/1.4 - font (14px/1.4) - -yields: - - body { - font: 14px/1.4; - font: 10px; - } \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/executable.md b/node/node_modules/jade/support/stylus/docs/executable.md deleted file mode 100644 index 2303a6d..0000000 --- a/node/node_modules/jade/support/stylus/docs/executable.md +++ /dev/null @@ -1,92 +0,0 @@ - -## Stylus Executable - -Stylus ships with the `stylus` executable for converting stylus to css. - - Usage: stylus [options] [command] [< in [> out]] - [file|dir ...] - - Commands: - - help Opens help info for in - your default browser. (osx only) - - Options: - - -i, --interactive Start interactive REPL - -w, --watch Watch file(s) for changes and re-compile - -o, --out Output to when passing files - -C, --css [dest] Convert css input to stylus - -c, --compress Compress css output - -d, --compare Display input along with output - -V, --version Display the version of stylus - -h, --help Display help information - -### STDIO Compilation Example - - `stylus` reads from _stdin_ and outputs to _stdout_, so for example: - - $ stylus --compress < some.styl > some.css - -Try stylus some in the terminal, type below and press CTRL-D for __EOF__: - - $ stylus - body - color red - font 14px Arial, sans-serif - -### Compiling Files Example - - `stylus` also accepts files and directories, for example a directory named `css` will compile and output the `.css` files in the same directory. - - $ stylus css - - The following will output to `./public/stylesheets`: - - $ stylus css --out public/stylesheets - - Or a few files: - - $ stylus one.styl two.styl - -### Converting CSS - - If we wish to convert css to the terse Stylus syntax, we can utilize the `--css` flag. - - Via stdio: - - $ stylus --css < test.css > test.styl - - Output a `.styl` file of the same basename: - - $ stylus --css test.css - - Output to a specific destination: - - $ stylus --css test.css /tmp/out.styl - -### CSS Property Help - - On osx `stylus help ` will open your default browser and display help documentation for the given ``. - - $ stylus help box-shadow - -### Interactive Shell - - The Stylus REPL (Read-Eval-Print-Loop) or "interactive shell" allows you to - play around with Stylus expressions directly from your terminal. Note that this works only for expressions, not selectors etc. To use simple add the `-i`, or `--interactive` flag: - - $ stylus -i - > color = white - => #fff - > color - rgb(200,50,0) - => #37cdff - > color - => #fff - > color -= rgb(200,50,0) - => #37cdff - > color - => #37cdff - > rgba(color, 0.5) - => rgba(55,205,255,0.5) - \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/font-face.md b/node/node_modules/jade/support/stylus/docs/font-face.md deleted file mode 100644 index 408b491..0000000 --- a/node/node_modules/jade/support/stylus/docs/font-face.md +++ /dev/null @@ -1,26 +0,0 @@ - -## @font-face - - The `@font-face` at-rule expects as you would expect, simply followed by a block of properties: - - - @font-face - font-family Geo - font-style normal - src url(fonts/geo_sans_light/GensansLight.ttf) - - .ingeo - font-family Geo - -yielding: - - - @font-face { - font-family: Geo; - font-style: normal; - src: url("fonts/geo_sans_light/GensansLight.ttf"); - } - .ingeo { - font-family: Geo; - } - diff --git a/node/node_modules/jade/support/stylus/docs/functions.md b/node/node_modules/jade/support/stylus/docs/functions.md deleted file mode 100644 index d762104..0000000 --- a/node/node_modules/jade/support/stylus/docs/functions.md +++ /dev/null @@ -1,192 +0,0 @@ - -## Functions - - Stylus features powerful in-language function definition. Function definition appears identical to mixins, however functions may return a value. - -### Return Values - - Let's try a trivial example, creating a function that adds two numbers. - - add(a, b) - a + b - - We may then utilize this function in conditions, as property values, etc. - - body - padding add(10px, 5) - - Rendering - - body { - padding: 15px; - } - -### Argument Defaults - - Optional arguments may default to a given expression. With Stylus we may even default arguments to leading arguments! For example: - - - add(a, b = a) - a + b - - add(10, 5) - // => 15 - - add(10) - // => 20 - -note that since argument defaults are assignments, we can also utilize function calls for defaults: - - add(a, b = unit(a, px)) - a + b - -### Function Bodies - - We can take our simple `add()` function further, by casting all units passed as `px` via the `unit()` built-in. Re-assigning each argument and providing a unit type string (or identifier), which disregards unit conversion. - - add(a, b = a) - a = unit(a, px) - b = unit(b, px) - a + b - - add(15%, 10deg) - // => 25 - -### Multiple Return Values - - Stylus functions can return several values, just as you can assign several values to a variable. For example the following is a valid assignment: - - sizes = 15px 10px - - sizes[0] - // => 15px - -Similarly we may return several values: - - sizes() - 15px 10px - - sizes()[0] - // => 15px - -One slight exception is when return values are identifiers, for example the following looks like a property assignment to Stylus since no operators are present. - - swap(a, b) - b a - -To disambiguate we may either wrap in parens, or utilize the `return` keyword. - - swap(a, b) - (b a) - - swap(a, b) - return b a - -### Conditionals - - Let's say we want to create a function named `stringish()` to see if the value given can be transformed to a string. We check if `val` is a string, or an ident which is string-like. Because undefined identifiers yield themselves as the value, we may compare them to them-selves as shown below, where `yes` and `no` are used in place of `true` and `false`. - - - stringish(val) - if val is a 'string' or val is a 'ident' - yes - else - no - -usage: - - stringish('yay') == yes - // => true - - stringish(yay) == yes - // => true - - stringish(0) == no - // => true - -__note__: `yes` and `no` are not boolean literals, they are simply undefined identifiers in this case. - -Another example: - - - compare(a, b) - if a > b - higher - else if a < b - lower - else - equal - -usage: - - compare(5, 2) - // => higher - - compare(1, 5) - // => lower - - compare(10, 10) - // => equal - -### Aliasing - - To alias a function we can simply assign a function's name to a new identifier. For example our previous `add()` function could be exposed as `plus()` as well, simply by: - - plus = add - - plus(1, 2) - // => 3 - -### Variable Functions - - In the same way that we can "alias" a function, we can pass a function as well, here our `invoke()` function accepts a function, so we can pass it `add()` or `sub()`. - - invoke(a, b, fn) - fn(a, b) - - add(a, b) - a + b - - body - padding invoke(5, 10, add) - padding invoke(5, 10, sub) - -yielding: - - body { - padding: 15; - padding: -5; - } - -### arguments - - The `arguments` local is available to all function bodies, and contains all the arguments passed. For example: - - sum() - n = 0 - for num in arguments - n = n + num - - sum(1,2,3,4,5) - // => 15 - -### Hash Example - - Below we define the `get(hash, key)` function, which will return the - value of `key`, or `null`. We iterate each `pair` in `hash`, returning the pair's second node when the first (the `key`) matches. - - get(hash, key) - return pair[1] if pair[0] == key for pair in hash - -As you can see below, in-language functions paired with robust stylus expressions can provide great flexibility. - - hash = (one 1) (two 2) (three 3) - - get(hash, two) - // => 2 - - get(hash, three) - // => 3 - - get(hash, something) - // => null diff --git a/node/node_modules/jade/support/stylus/docs/functions.url.md b/node/node_modules/jade/support/stylus/docs/functions.url.md deleted file mode 100644 index 693bbaa..0000000 --- a/node/node_modules/jade/support/stylus/docs/functions.url.md +++ /dev/null @@ -1,30 +0,0 @@ -## Data URI Image Inlining - -Stylus is bundled with an optional function named `url()`, which replaces the literal `url()` calls, and conditionally inlines them using base64 [Data URIs](http://en.wikipedia.org/wiki/Data_URI_scheme). - -### Example - -The function itself is available via `require('stylus').url`, and accepts an options object, returning a function that Stylus calls internally when it sees `url()`. - -The `.define(name, callback)` method assigned a JavaScript function that can be called from stylus source. In this case we have our images in `./css/images` then we can ignore the `paths` option, since image lookups are performed relative to the file being rendered (by default), we may alter this with the option. - - stylus(str) - .set('filename', __dirname + '/css/test.styl') - .define('url', stylus.url()) - .render(function(err, css){ - - }); - -For example if our images live in `./public/images` and we wish to use `url(images/tobi.png)`, we can pass `paths` with our public directory, which will become part of the lookup process. Like-wise if we wanted `url(tobi.png)` instead, we would pass `paths: [__dirname + '/public/images']`. - - stylus(str) - .set('filename', __dirname + '/css/test.styl') - .define('url', stylus.url({ paths: [__dirname + '/public'] })) - .render(function(err, css){ - - }); - -### Options - - - `limit` bytesize limit defaulting to 30Kb (30000) - - `paths` image resolution path(s) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/import.md b/node/node_modules/jade/support/stylus/docs/import.md deleted file mode 100644 index 1db388a..0000000 --- a/node/node_modules/jade/support/stylus/docs/import.md +++ /dev/null @@ -1,73 +0,0 @@ - -## Import - - Stylus supports both literal __@import__ for CSS, as well as dynamic importing of other Stylus sheets. - -### Literal CSS - - Any filename with the extension `.css` will become a literal, for example: - - @import "reset.css" - -will render to the literal css __@import__ shown below: - - @import "reset.css" - -### Stylus Import - - When using __@import__ without the `.css` extension, it is assumed to be a Stylus sheet, for example `@import "mixins/border-radius"`. - - __@import__ works by iterating an array of directories, and seeing if this file lives in any of them, similar to node's `require.paths`. This array defaults to a single path which is derived from the `filename` option's dirname. So if your filename is `/tmp/testing/stylus/main.styl`, then import will look in `/tmp/testing/stylus/`. - - __@import__ also supports index styles, meaning if you `@import blueprint`, it will resolve either `blueprint.styl` or `blueprint/index.styl`, useful for libraries to expose all of their features, but still allow a subset of the library to be imported. For example a common lib structure might be: - - ./tablet - |-- index.styl - |-- vendor.styl - |-- buttons.styl - |-- images.styl - - In the example below we set the `paths` options to provide additional paths to Stylus. Within `./test.styl` we could then `@import "mixins/border-radius"` or `@import "border-radius"` since `./mixins` is exposed to Stylus. - - /** - * Module dependencies. - */ - - var stylus = require('../') - , str = require('fs').readFileSync(__dirname + '/test.styl', 'utf8'); - - var paths = [ - __dirname - , __dirname + '/mixins' - ]; - - stylus(str) - .set('filename', __dirname + '/test.styl') - .set('paths', paths) - .render(function(err, css){ - if (err) throw err; - console.log(css); - }); - -### JavaScript Import API - - When using the `.import(path)` method, these imports are deferred until evaluation: - - var stylus = require('../') - , str = require('fs').readFileSync(__dirname + '/test.styl', 'utf8'); - - stylus(str) - .set('filename', __dirname + '/test.styl') - .import('mixins/vendor') - .render(function(err, css){ - if (err) throw err; - console.log(css); - }); - - The following are essentially equivalent: - - @import 'mixins/vendor' - -and - .import('mixins/vendor') - \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/interpolation.md b/node/node_modules/jade/support/stylus/docs/interpolation.md deleted file mode 100644 index c59bd9b..0000000 --- a/node/node_modules/jade/support/stylus/docs/interpolation.md +++ /dev/null @@ -1,43 +0,0 @@ - -## Interpolation - - Stylus supports interpolation by using the `{}` characters to surround an expression, which then becomes part of the identifier. For example `-webkit-{'border' + '-radius'}` would evaluate to `-webkit-border-radius`. - - A great example use-case for this is expanding properties with vendor prefixes. - - vendor(prop, args) - -webkit-{prop} args - -moz-{prop} args - {prop} args - - border-radius() - vendor('border-radius', arguments) - - box-shadow() - vendor('box-shadow', arguments) - - button - border-radius 1px 2px / 3px 4px - -yielding: - - button { - -webkit-border-radius: 1px 2px / 3px 4px; - -moz-border-radius: 1px 2px / 3px 4px; - border-radius: 1px 2px / 3px 4px; - } - -## Property Hacks - -Interpolation can be used for property hacks as well, since all string values -within the delimiters are transformed to literals. For example: - - body - {'*foo-bar'} baz - -yields: - - body { - *foo-bar: baz; - } - \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/introspection.md b/node/node_modules/jade/support/stylus/docs/introspection.md deleted file mode 100644 index 06d7c49..0000000 --- a/node/node_modules/jade/support/stylus/docs/introspection.md +++ /dev/null @@ -1,39 +0,0 @@ - -## Introspection API - - Stylus supports an introspection API, allowing mixins and functions to reflect relative to the caller etc. - - -## mixin - - The `mixin` local variable is automatically assigned within function bodies, - containing the string "root" indicating the function is called at the root - level, or "block" indicating otherwise, and finally `false` if the function - is invoked expecting a return value. - - In the following example we define `reset()` altering its behaviour when mixed in to root, another block, or a return value as used in the `foo` property below. - - reset() - if mixin == 'root' - got - root true - else if mixin - got 'a mixin' - else - 'not a mixin' - - reset() - - body - reset() - foo reset() - -compiles to: - - got { - root: true; - } - body { - foo: "not a mixin"; - got: "a mixin"; - } diff --git a/node/node_modules/jade/support/stylus/docs/iteration.md b/node/node_modules/jade/support/stylus/docs/iteration.md deleted file mode 100644 index b309840..0000000 --- a/node/node_modules/jade/support/stylus/docs/iteration.md +++ /dev/null @@ -1,100 +0,0 @@ - -## Iteration - - Stylus allows you to iterate expressions via the `for/in` construct, taking the form of: - - for [, ] in - -For example: - - body - for num in 1 2 3 - foo num - -yields: - - body { - foo: 1; - foo: 2; - foo: 3; - } - -The example below shows how to use the ``: - - body - fonts = Impact Arial sans-serif - for font, i in fonts - foo i font - -yielding: - - body { - foo: 0 Impact; - foo: 1 Arial; - foo: 2 sans-serif; - } - -### Mixins - - We may utilize iteration within mixins to produce powerful functionality, for example we can apply expression pairs as properties using interpolation and iteration. Below we define `apply()`, conditionally utilizing all the `arguments` so that comma-delimited _and_ expression lists are supported: - - apply(props) - props = arguments if length(arguments) > 1 - for prop in props - {prop[0]} prop[1] - - body - apply(one 1, two 2, three 3) - - body - list = (one 1) (two 2) (three 3) - apply(list) - -### Functions - - Stylus functions may also contain for-loops, below are some example use-cases: - -sum: - - sum(nums) - sum = 0 - for n in nums - sum += n - - sum(1 2 3) - // => 6 - -join: - - join(delim, args) - buf = '' - for arg, index in args - if index - buf += delim + arg - else - buf += arg - - join(', ', foo bar baz) - // => "foo, bar, baz" - -### Postfix - - Much like `if` / `unless` may be utilized post-statement, the same can be done with `for`. Below are the same examples as above utilizing the postfix syntax: - - sum(nums) - sum = 0 - sum += n for n in nums - - - join(delim, args) - buf = '' - buf += i ? delim + arg : arg for arg, i in args - - We can also __return__ from within a loop, below is an example returning the - number when `n % 2 == 0` evaluates to __true__. - - first-even(nums) - return n if n % 2 == 0 for n in nums - - first-even(1 3 5 5 6 3 2) - // => 6 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/js.md b/node/node_modules/jade/support/stylus/docs/js.md deleted file mode 100644 index 2bcacaf..0000000 --- a/node/node_modules/jade/support/stylus/docs/js.md +++ /dev/null @@ -1,108 +0,0 @@ -## JavaScript API - -Simply require the module, and call `render()` with the given string of stylus code, and (optional) options object. Frameworks utilizing stylus should pass the `filename` option to provide better error reporting. - - var stylus = require('stylus'); - - stylus.render(str, { filename: 'nesting.css' }, function(err, css){ - if (err) throw err; - console.log(css); - }); - -We can also do the same thing in a more progressive manner: - - var stylus = require('stylus'); - - stylus(str) - .set('filename', 'nesting.css') - .render(function(err, css){ - // logic - }); - -### .set(setting, value) - - Apply a setting such as a `filename`, or import `paths`: - - .set('filename', __dirname + '/test.styl') - .set('paths', [__dirname, __dirname + '/mixins']) - -### .import(path) - -Defer importing of the given `path` until evaluation is performed. The example below is essentially the same as doing `@import 'mixins/vendor'` within your Stylus sheet. - - var stylus = require('../') - , str = require('fs').readFileSync(__dirname + '/test.styl', 'utf8'); - - stylus(str) - .set('filename', __dirname + '/test.styl') - .import('mixins/vendor') - .render(function(err, css){ - if (err) throw err; - console.log(css); - }); - -### .define(name, fn) - - This method allows you to provide a JavaScript-defined function to Stylus, think of these as you would JavaScript to C++ bindings. When you have something you cannot do within Stylus, you define it in JavaScript. - -In our example we define four functions `add()`, `sub()`, `image-width()`, and `image-height()`. These functions must return a `Node`, this constructor and the other nodes are available via `stylus.nodes`. - - var stylus = require('../') - , nodes = stylus.nodes - , utils = stylus.utils - , fs = require('fs'); - - function add(a, b) { - return a.operate('+', b); - } - - function sub(a, b) { - return a.operate('-', b); - } - - function imageDimensions(img) { - // assert that the node (img) is a String node, passing - // the param name for error reporting - utils.assertType(img, nodes.String, 'img'); - var path = img.val; - - // Grab bytes necessary to retrieve dimensions. - // if this was real you would do this per format, - // instead of reading the entire image :) - var data = fs.readFileSync(__dirname + '/' + path); - - // GIF - // of course you would support.. more :) - if ('GIF' == data.slice(0, 3).toString()) { - var w = data.slice(6, 8) - , h = data.slice(8, 10); - w = w[1] << 8 | w[0]; - h = h[1] << 8 | h[0]; - } - - return [w, h]; - } - - function imageWidth(img) { - return new nodes.Unit(imageDimensions(img)[0]); - } - - function imageHeight(img) { - return new nodes.Unit(imageDimensions(img)[1]); - } - - stylus(str) - .set('filename', 'js-functions.styl') - .define('add', add) - .define('sub', sub) - .define('image-width', imageWidth) - .define('image-height', imageHeight) - .render(function(err, css){ - if (err) throw err; - console.log(css); - }); - - For further reference until documentation is complete please reference the following files: - - - lib/nodes/* - - lib/utils.js \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/keyframes.md b/node/node_modules/jade/support/stylus/docs/keyframes.md deleted file mode 100644 index 48ee6c4..0000000 --- a/node/node_modules/jade/support/stylus/docs/keyframes.md +++ /dev/null @@ -1,52 +0,0 @@ - -## @keyframes - - Stylus supports the `@keyframes` at-rule, which is converted to `@-webkit-keyframes` when compiled: - - - @keyframes pulse - 0% - background-color red - opacity 1.0 - -webkit-transform scale(1.0) rotate(0deg) - 33% - background-color blue - opacity 0.75 - -webkit-transform scale(1.1) rotate(-5deg) - 67% - background-color green - opacity 0.5 - -webkit-transform scale(1.1) rotate(5deg) - 100% - background-color red - opacity 1.0 - -webkit-transform scale(1.0) rotate(0deg) - -yielding: - - @-webkit-keyframes pulse { - 0% { - background-color: red; - opacity: 1; - -webkit-transform: scale(1) rotate(0deg); - } - - 33% { - background-color: blue; - opacity: 0.75; - -webkit-transform: scale(1.1) rotate(-5deg); - } - - 67% { - background-color: green; - opacity: 0.5; - -webkit-transform: scale(1.1) rotate(5deg); - } - - 100% { - background-color: red; - opacity: 1; - -webkit-transform: scale(1) rotate(0deg); - } - - } diff --git a/node/node_modules/jade/support/stylus/docs/literal.md b/node/node_modules/jade/support/stylus/docs/literal.md deleted file mode 100644 index 52f84c7..0000000 --- a/node/node_modules/jade/support/stylus/docs/literal.md +++ /dev/null @@ -1,16 +0,0 @@ -## Literal CSS - - If for any reason Stylus cannot accommodate a specific need, you can always resort to literal css via `@css`: - - - @css { - body { - font: 14px; - } - } - -compiling to: - - body { - font: 14px; - } \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/media.md b/node/node_modules/jade/support/stylus/docs/media.md deleted file mode 100644 index 5603c4f..0000000 --- a/node/node_modules/jade/support/stylus/docs/media.md +++ /dev/null @@ -1,18 +0,0 @@ - -## @media - - The `@media` works just as it does within regular css, however with Stylus block notation: - - @media print - #header - #footer - display none - -yielding: - - @media print { - #header, - #footer { - display: none; - } - } diff --git a/node/node_modules/jade/support/stylus/docs/middleware.md b/node/node_modules/jade/support/stylus/docs/middleware.md deleted file mode 100644 index 1aa414e..0000000 --- a/node/node_modules/jade/support/stylus/docs/middleware.md +++ /dev/null @@ -1,55 +0,0 @@ - -## Connect Middleware - - Stylus ships with Connect middleware for auto-compiling Stylus sheets when modified. - -## stylus.middleware(options) - - Return Connect middleware with the given `options`. - -#### Options - - `force` When __true__ styles will always re-compile - `src` Source directory used to find .styl files - `dest` Destination directory used to output .css files - when undefined defaults to `src`. - `compress` Whether the output .css files should be compressed - `compile` Custom compile function, accepting the arguments - `(str, path)` returning the renderer. - -#### Examples - - Here we set up the custom compile function so that we may - alter the renderer by providing additional settings. - - By default the compile function simply sets the `filename` - and renders the CSS. - - function compile(str, path) { - return stylus(str) - .import(__dirname + '/css/mixins/blueprint') - .import(__dirname + '/css/mixins/css3') - .set('filename', path) - .set('warn', true) - .set('compress', true); - } - - Pass the middleware to Connect, grabbing .styl files from this directory - and saving .css files to _./public_. Also supplying our custom `compile` function. - - Following that we have a `staticProvider` layer setup to serve the .css - files generated by Stylus. - - var stylus = require('stylus'); - - var server = connect.createServer( - stylus.middleware({ - src: __dirname - , dest: __dirname + '/public' - , compile: compile - }) - , connect.staticProvider(__dirname + '/public') - ); - - When `force` is used, the styles will be unconditionally re-compiled, however - even without this option the Stylus middleware is smart enough to detect changes in `@import`ed files. \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/mixins.md b/node/node_modules/jade/support/stylus/docs/mixins.md deleted file mode 100644 index 5ec7a73..0000000 --- a/node/node_modules/jade/support/stylus/docs/mixins.md +++ /dev/null @@ -1,132 +0,0 @@ - -## Mixins - -Both mixins and functions are defined in the same manor, however they are applied in different ways. For example we have a `border-radius(n)` function defined below, which is invoked as a _mixin_, aka a statement rather than part of an expression. - -When `border-radius()` is invoked within a selector, the properties are expanded and copied into the selector. - - border-radius(n) - -webkit-border-radius n - -moz-border-radius n - border-radius n - - form input[type=button] - border-radius(5px) - -compiles to: - - form input[type=button] { - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - } - -When utilizing mixins, we can omit the parens all together, providing is with fantastic transparent vendor property support: - - border-radius(n) - -webkit-border-radius n - -moz-border-radius n - border-radius n - - form input[type=button] - border-radius 5px - -Note that the `border-radius` within our mixin is treated as a property, and not a recursive function invocation. To take this further we we may utilize the automatic `arguments` local variable, containing the expression passed, allowing more than one value to be passed: - - border-radius() - -webkit-border-radius arguments - -moz-border-radius arguments - border-radius arguments - -now allowing us to pass values such as `border-radius 1px 2px / 3px 4px`. - -Another great example of this, is adding transparent support for vendor specifics such as `opacity` support for IE: - - support-for-ie ?= true - - opacity(n) - opacity n - if support-for-ie - filter unquote('progid:DXImageTransform.Microsoft.Alpha(Opacity=' + round(n * 100) + ')') - - #logo - &:hover - opacity 0.5 - -rendering: - - #logo:hover { - opacity: 0.5; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - } - -### Parent References - - Mixins may utilize the parent reference character `&`, acting on the parent instead of further nesting. For example lets say we wish to create a `stripe(even, odd)` mixin for striping table row, we provide both `even` and `odd` with default color values, and assign the `background-color` property on the row. Nested within the `tr` we use `&` to reference the `tr`, providing the `even` color. - - stripe(even = #fff, odd = #eee) - tr - background-color odd - &.even - &:nth-child(even) - background-color even - -We may then utilize the mixin as shown below: - - table - stripe() - td - padding 4px 10px - - table#users - stripe(#303030, #494848) - td - color white - -Another way to define the `stripe()` mixin without parent reference: - - stripe(even = #fff, odd = #eee) - tr - background-color odd - tr.even - tr:nth-child(even) - background-color even - -If we wished, we could invoke `stripe()` as if it were a property: - - stripe #fff #000 - -### Mixing Mixins in Mixins - - Mixins can of course utilize other mixins, to build up their own selector's and properties. For example, below we create `comma-list()` to inline (via `inline-list()`) and comma-separate an un-ordered list. - - - inline-list() - li - display inline - - comma-list() - inline-list() - li - &:after - content ', ' - &:last-child:after - content '' - - ul - comma-list() - -rendering: - - ul li:after { - content: ", "; - } - ul li:last-child:after { - content: ""; - } - ul li { - display: inline; - } - diff --git a/node/node_modules/jade/support/stylus/docs/operators.md b/node/node_modules/jade/support/stylus/docs/operators.md deleted file mode 100644 index b2a22d2..0000000 --- a/node/node_modules/jade/support/stylus/docs/operators.md +++ /dev/null @@ -1,418 +0,0 @@ - -## Operator Precedence - -Below is the operator precedence table, highest to lowest: - - [] - ! ~ + - - is defined - ** * / % - + - - ... .. - <= >= < > - in - == is != is not - is a - && and || or - ?: - = ?= += -= *= /= %= - not - if unless - -## Unary Operators - -The following unary operators are available, `!`, `not`, `-`, `+`, and `~`. - - !0 - // => true - - !!0 - // => false - - !1 - // => false - - !!5px - // => true - - -5px - // => -5px - - --5px - // => 5px - - not true - // => false - - not not true - // => true - -The logical `not` operator has low precedence, therefore the following example could be replaced with - - a = 0 - b = 1 - - !a and !b - // => false - // pased as: (!a) and (!b) - -with: - - not a or b - // => false - // parsed as: not (a or b) - -## Binary Operators - -### Subscript [] - - The subscript operator allows us to grab a value in an expression via index. Parenthesized expressions may act as tuples, so for example `(15px 5px)`, `(1 2 3)`. - - Below is an example where we utilize tuples for error handling, showing the versatility of such a construct. As - - add(a, b) - if a is a 'unit' and b is a 'unit' - a + b - else - (error 'a and b must be units!') - - body - padding add(1,'5') - // => padding: error "a and b must be units"; - - padding add(1,'5')[0] - // => padding: error; - - padding add(1,'5')[0] == error - // => padding: true; - - padding add(1,'5')[1] - // => padding: "a and b must be units"; - - A more complex example, invoking the `error()` built-in function with the error message returned, when the ident (the first value) equals `error`. - - - if (val = add(1,'5'))[0] == error - error(val[1]) - -## Range .. ... - - Both the inclusive (`..`) and exclusive (`...`) range operators are provided, expanding to expressions: - - 1..5 - // => 1 2 3 4 5 - - 1...5 - // => 1 2 3 4 - -### Additive: + - - -multiplicative and additive binary operators work as expected, and type conversion is applied within unit type classes, or default to the literal value. For example if we perform `5s - 2px` we will get `3s`. - - 15px - 5px - // => 10px - - 5 - 2 - // => 3 - - 5in - 50mm - // => 3.031in - - 5s - 1000ms - // => 4s - - 20mm + 4in - // => 121.6mm - - "foo " + "bar" - // => "foo bar" - - "num " + 15 - // => "num 15" - -We can also operator on colors, and values are clamped appropriately. - - #fff - #111 - => #eee - - #111 + #fco - // => #fd1 - - #fff - rgba(255,0,0,0.3) - // => rgba(0,255,255,0.7) - - #fff / 2 - // => #808080 - - #fff / rgb(2,0,4) - // #80ff40 - -### Multiplicative: / * % - - 2000ms + (1s * 2) - // => 4ms - - 5s / 2 - // => 2.5s - - 4 % 2 - // => 0 - -When using `/` within a property value you must wrap with parens. The following for example is taken literally, to support css line-height: - - font: 14px/1.5; - -whereas the following is evaluated, dividing `14px` by `1.5`: - - font: (14px/1.5); - -this exception is _only_ required for the `/` operator. - -### Exponent: ** - -The Exponent operator: - - 2 ** 8 - // => 256 - -### Equality: == != >= <= > < - -Equality operators can be used to equate units, colors, strings, and even identifiers. This is a powerful concept, as even arbitrary identifiers such as as `wahoo` can be utilized as atoms, a function could return `yes` or `no` instead of `true` or `false` (although not advised). - - 5 == 5 - // => true - - 10 < 5 - // => true - - #fff == #fff - // => true - - true == false - // => false - - wahoo == yay - // => false - - wahoo == wahoo - // => true - - "test" == "test" - // => true - - true is true - // => true - - 'hey' is not 'bye' - // => true - - 'hey' isnt 'bye' - // => true - -Only exact values match, for example `0 == false`, and `null == false` are both `false`. - -Aliases: - - == is - != is not - != isnt - -## Truthfulness - - Nearly everything within Stylus resolves to `true`, including units with a suffix, for example even `0%`, `0px`, etc will resolve to `true`, since commonly in Stylus a mixin or function may accept such units as valid, however `0` itself is `false` in terms of arithmetic. - -`true` examples: - - 0% - 0px - 1px - -1 - -1px - hey - 'hey' - -`false` examples: - - 0 - null - false - '' - -### Logical Operators: && || and or - -Logical operators `&&` and `||` are aliased `and` / `or` which apply the same precedence. - - 5 && 3 - // => 3 - - 0 || 5 - // => 5 - - 0 && 5 - // => 0 - - #fff is a 'rgba' and 15 is a 'unit' - // => true - -### Existence Operator: in - - Checks for the existence of the _left-hand_ operand within the _right-hand_ expression. - -Simple examples: - - nums = 1 2 3 - 1 in nums - // => true - - 5 in nums - // => false - -Some undefined identifiers: - - words = foo bar baz - bar in words - // => true - - HEY in words - // => false - -Works with tuples too: - - vals = (error 'one') (error 'two') - error in vals - // => false - - (error 'one') in vals - // => true - - (error 'two') in vals - // => true - - (error 'something') in vals - // => false - -Example usage in mixin: - - pad(types = padding, n = 5px) - if padding in types - padding n - if margin in types - margin n - - body - pad() - - body - pad(margin) - - body - pad(padding margin, 10px) - -yielding: - - body { - padding: 5px; - } - body { - margin: 5px; - } - body { - padding: 10px; - margin: 10px; - } - -### Conditional Assignment: ?= - -The conditional assignment operator `?=` lets us define variables without clobbering old values (when present). This operator expands to an `is defined` binary operation within a ternary, for example the following are equivalent: - - color ?= white - color = color is defined ? color : white - -For example when using `=` we simply re-assign: - - color = white - color = black - - color - // => black - -However when using `?=` our second attempt fails since the variable is already defined: - - color = white - color ?= black - - color - // => white - -### Instance Check: is a - -Stylus provides a binary operator named `is a` used to type check. - - 15 is a 'unit' - // => true - - #fff is a 'rgba' - // => true - - 15 is a 'rgba' - // => false - -Alternatively we could use the `type()` BIF: - - type(#fff) == 'rgba' - // => true - -'color' is the one special-case, evaluating to true when the -left-hand operand is an `RGBA` or `HSLA` node. - -### Variable Definition: is defined - -This pseudo binary operator does not accept a right-hand operator, and does _not_ evaluate the left. This allows us to check if a variable has a value assigned to it. - - foo is defined - // => false - - foo = 15px - foo is defined - // => true - - #fff is defined - // => 'invalid "is defined" check on non-variable #fff' - -Alternatively one can use the `lookup(name)` built-in function to do this, or to perform dynamic lookups: - - name = 'blue' - lookup('light-' + name) - // => null - - light-blue = #80e2e9 - lookup('light-' + name) - // => #80e2e9 - -This operator is essential, as an undefined identifier is still a truthy value. For example: - - body - if ohnoes - padding 5px - -_will_ yield the following css when undefined: - - body { - padding: 5px; - } - -however this will be safe: - - body - if ohnoes is defined - padding 5px - -## Ternary - -The ternary operator works as we would expect in most languages, being the only operator with three operands, the _condition_ expression, the _truth_ expression and the _false_ expression. - - num = 15 - num ? unit(num, 'px') : 20px - // => 15px - - diff --git a/node/node_modules/jade/support/stylus/docs/selectors.md b/node/node_modules/jade/support/stylus/docs/selectors.md deleted file mode 100644 index 4afb073..0000000 --- a/node/node_modules/jade/support/stylus/docs/selectors.md +++ /dev/null @@ -1,132 +0,0 @@ - -## Selectors - -### Indentation - -Stylus is "pythonic" aka indentation-based. Whitespace is significant, so we substitute { and } with an _indent_, and an _outdent_ as shown below: - - body - color white - -which compiles to: - - body { - color: #fff; - } - -Optionally if preferred we may utilize colons to separate properties and their values: - - body - color: white - -### Rule Sets - -Stylus, just like css allows you to define properties for several selectors at once through comma separation. - - textarea, input - border 1px solid #eee - -The same can be done with a newline: - - textarea - input - border 1px solid #eee - -both compiling to: - - textarea, - input { - border: 1px solid #eee; - } - -The one exception to this rule, are selectors that look like properties, for example `foo bar baz` in the following may be a property, or a selector: - - foo bar baz - > input - border 1px solid - -so for this reason, or if simply preferred we may trail with a comma: - - foo bar baz, - form input, - > a - border 1px solid - -### Parent Reference - -The `&` character references the parent selector(s). In the example below our two selectors `textarea`, and `input` both alter the `color` on the `:hover` pseudo selector. - - textarea - input - color #A7A7A7 - &:hover - color #000 - -compiles to: - - textarea, - input { - color: #a7a7a7; - } - textarea:hover, - input:hover { - color: #000; - } - -below is an example providing a simple `2px` border for internet exploder utilizing the parent reference within a mixin: - - box-shadow() - -webkit-box-shadow arguments - -moz-box-shadow arguments - box-shadow arguments - html.ie8 &, - html.ie7 &, - html.ie6 & - border 2px solid arguments[length(arguments) - 1] - - body - #login - box-shadow 1px 1px 3px #eee - -yielding: - - body #login { - -webkit-box-shadow: 1px 1px 3px #eee; - -moz-box-shadow: 1px 1px 3px #eee; - box-shadow: 1px 1px 3px #eee; - } - html.ie8 body #login, - html.ie7 body #login, - html.ie6 body #login { - border: 1px solid #eee; - } - -### Disambiguation - -Expressions such as `padding - n` could be interpreted both as a subtraction operation, as well as a property with an unary minus. To disambiguate we can wrap the expression with parens: - - pad(n) - padding (- n) - - body - pad(5px) - -compiles to: - - body { - padding: -5px; - } - -however this is only true in functions, since functions act both as mixins, or calls with return values. For example this is fine, and will yield the same results as above: - - body - padding -5px - -Have weird property values that Stylus cannot process? `unquote()` can help you out: - - filter unquote('progid:DXImageTransform.Microsoft.BasicImage(rotation=1)') - -yields: - - filter progid:DXImageTransform.Microsoft.BasicImage(rotation=1) - \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/textmate.md b/node/node_modules/jade/support/stylus/docs/textmate.md deleted file mode 100644 index b29e148..0000000 --- a/node/node_modules/jade/support/stylus/docs/textmate.md +++ /dev/null @@ -1,7 +0,0 @@ - -## TextMate Bundle - - Stylus ships with a TextMate bundle, located within `./editors`. To install simply execute `make install-bundle`, or place `./editors/Stylus.tmbundle` in the appropriate location. - - - ![Stylus TextMate Bundle](http://cl.ly/4CA7) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/docs/vargs.md b/node/node_modules/jade/support/stylus/docs/vargs.md deleted file mode 100644 index fba09cb..0000000 --- a/node/node_modules/jade/support/stylus/docs/vargs.md +++ /dev/null @@ -1,84 +0,0 @@ - -## Rest Parameters - - Stylus supports rest parameters in the form of `name...`. These params consume the remaining arguments passed to a mixin or function. This is useful for example when utilizing the implicit function call support to apply vendor prefixes like `-webkit` or `-moz`. - - -In the example below we consume all the arguments passed and simply apply them to multiple properties. - - box-shadow(args...) - -webkit-box-shadow args - -moz-box-shadow args - box-shadow args - - #login - box-shadow 1px 2px 5px #eee - -yielding: - - #login { - -webkit-box-shadow: 1px 2px 5px #eee; - -moz-box-shadow: 1px 2px 5px #eee; - box-shadow: 1px 2px 5px #eee; - } - -If we wanted to peek at a specific argument, for example the x-offset we could simply use `args[0]`, or for example we may wish to re-define the mixin: - - box-shadow(offset-x, args...) - got-offset-x offset-x - -webkit-box-shadow offset-x args - -moz-box-shadow offset-x args - box-shadow offset-x args - - #login - box-shadow 1px 2px 5px #eee - -yielding: - - #login { - got-offset-x: 1px; - -webkit-box-shadow: 1px 2px 5px #eee; - -moz-box-shadow: 1px 2px 5px #eee; - box-shadow: 1px 2px 5px #eee; - } - -### arguments - - The `arguments` variable is injected into mixin and function bodies, containing the exact expression passed. This is useful for several reasons, primarily for vendor support, as you get the _exact_ expression, commas and all. - - For example, if we use a rest param, the comma is simply consumed since it is an expression delimiter: - - box-shadow(args...) - -webkit-box-shadow args - -moz-box-shadow args - box-shadow args - - #login - box-shadow #ddd 1px 1px, #eee 2px 2px - -yielding slightly unexpected results: - - #login { - -webkit-box-shadow: #ddd 1px 1px #eee 2px 2px; - -moz-box-shadow: #ddd 1px 1px #eee 2px 2px; - box-shadow: #ddd 1px 1px #eee 2px 2px; - } - -Let's redefine the mixin using `arguments`: - - box-shadow() - -webkit-box-shadow arguments - -moz-box-shadow arguments - box-shadow arguments - - body - box-shadow #ddd 1px 1px, #eee 2px 2px - -now yielding the desired result: - - body { - -webkit-box-shadow: #ddd 1px 1px, #eee 2px 2px; - -moz-box-shadow: #ddd 1px 1px, #eee 2px 2px; - box-shadow: #ddd 1px 1px, #eee 2px 2px; - } - diff --git a/node/node_modules/jade/support/stylus/docs/variables.md b/node/node_modules/jade/support/stylus/docs/variables.md deleted file mode 100644 index 28d595f..0000000 --- a/node/node_modules/jade/support/stylus/docs/variables.md +++ /dev/null @@ -1,29 +0,0 @@ - -## Variables - -We may assign expressions to variables and use them throughout our stylesheet: - - font-size = 14px - - body - font font-size Arial, sans-serif - -compiles to: - - body { - font: 14px Arial, sans-serif; - } - -Variables can even consist of an expression list: - - font-size = 14px - font = font-size "Lucida Grande", Arial - - body - font font sans-serif - -compiles to: - - body { - font: 14px "Lucida Grande", Arial sans-serif; - } \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage b/node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage deleted file mode 100644 index 749ee49..0000000 --- a/node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage +++ /dev/null @@ -1,166 +0,0 @@ - - - - - fileTypes - - styl - stylus - - name - Stylus - patterns - - - match - ^ *(&|) - name - variable.language.stylus - - - match - (arguments) - name - variable.language.stylus - - - match - @([-\w]+) - name - keyword.stylus - - - captures - - 1 - - name - punctuation.definition.entity.stylus - - - match - (\.)[a-zA-Z0-9_-]+ - name - entity.other.attribute-name.class.stylus - - - captures - - 1 - - name - punctuation.definition.entity.stylus - - - match - (:+)\b(after|before|first-child|first-letter|first-line|selection)\b - name - entity.other.attribute-name.pseudo-element.stylus - - - captures - - 1 - - name - punctuation.definition.entity.stylus - - - match - (:)\b(active|hover|link|visited|focus)\b - name - entity.other.attribute-name.pseudo-class.stylus - - - captures - - 1 - - name - punctuation.definition.entity.css - - - match - (#)[a-zA-Z][a-zA-Z0-9_-]* - name - entity.other.attribute-name.id.stylus - - - match - \b(!important|for|in|return|true|false|null|if|else|unless|return)\b - name - keyword.control.stylus - - - begin - " - end - " - name - string.quoted.double.stylus - - - begin - ' - end - ' - name - string.quoted.single.stylus - - - begin - /\* - captures - - 0 - - name - punctuation.definition.comment.js - - - end - \*/ - name - comment.block.js - - - match - (?:\b(\d+))|(#[a-fA-F0-9]+) - name - constant.numeric.stylus - - - captures - - 1 - - name - punctuation.definition.comment.stylus - - - match - (?:^[ \t]+)?(\/\/).*$\n? - name - comment.line.stylus - - - captures - - 1 - - name - entity.name.function.stylus - - - match - ([-a-zA-Z_][-\w]*)?(\() - name - meta.function.stylus - - - scopeName - source.stylus - uuid - 60519324-6A3A-4382-9E0B-546993A3869A - - diff --git a/node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/info.plist b/node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/info.plist deleted file mode 100644 index e0e962b..0000000 --- a/node/node_modules/jade/support/stylus/editors/Stylus.tmbundle/info.plist +++ /dev/null @@ -1,10 +0,0 @@ - - - - - name - Stylus - uuid - DD7889E4-2ACA-4DF5-838F-FC9D7AEAF3F1 - - diff --git a/node/node_modules/jade/support/stylus/examples/arithmetic.js b/node/node_modules/jade/support/stylus/examples/arithmetic.js deleted file mode 100644 index 9658fae..0000000 --- a/node/node_modules/jade/support/stylus/examples/arithmetic.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/arithmetic.styl', 'utf8'); - -css.render(str, { filename: 'arithmetic.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/arithmetic.styl b/node/node_modules/jade/support/stylus/examples/arithmetic.styl deleted file mode 100644 index 4c9cbd1..0000000 --- a/node/node_modules/jade/support/stylus/examples/arithmetic.styl +++ /dev/null @@ -1,29 +0,0 @@ - -font-families = "Lucida Grande", Arial, sans-serif -font-size = 14px -primary-color = #3a3a3a -width = 800px -pad = 20px - -body - font font-size/1.5 font-families - background white - color primary-color - -h1 - font-size font-size * (5 - 3) - color primary-color + #030303 - -h2 - color primary-color - rgba(0,0,0,0.5) - -#wrapper - width width - -.side-bar - padding pad - width (width / 3) - pad - // 6 - height 3 - - - - 3 - // 7 - height 1 + 2 * 3 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/basic.js b/node/node_modules/jade/support/stylus/examples/basic.js deleted file mode 100644 index a20e5ee..0000000 --- a/node/node_modules/jade/support/stylus/examples/basic.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/basic.styl', 'utf8'); - -css.render(str, { filename: 'basic.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/basic.styl b/node/node_modules/jade/support/stylus/examples/basic.styl deleted file mode 100644 index 353ef05..0000000 --- a/node/node_modules/jade/support/stylus/examples/basic.styl +++ /dev/null @@ -1,8 +0,0 @@ -body a - font 12px/1.3 "Lucida Grande", Arial, sans-serif - background black - color #ccc - -form input - padding 5px - border 1px solid diff --git a/node/node_modules/jade/support/stylus/examples/builtins.js b/node/node_modules/jade/support/stylus/examples/builtins.js deleted file mode 100644 index ba37808..0000000 --- a/node/node_modules/jade/support/stylus/examples/builtins.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/builtins.styl', 'utf8'); - -css.render(str, { filename: 'builtins.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/builtins.styl b/node/node_modules/jade/support/stylus/examples/builtins.styl deleted file mode 100644 index 91e043a..0000000 --- a/node/node_modules/jade/support/stylus/examples/builtins.styl +++ /dev/null @@ -1,56 +0,0 @@ - - -// color manipulation - -body - color darken(#eee, 50%) - color darken-by(#eee, 50%) - color #eee - rgba(100,0,0,0.5) - color rgba(#eee,.5) - -// expression node access - -body - list = (one 1) (two 2) (three 3) - foo last(list) - -// pseudo hashes - -get(hash, key) - return pair[1] if pair[0] == key for pair in hash - -body - hash = (one 1) (two 2) (three 3) - foo get(hash, two) - foo get(hash, one) - foo get(hash, none) == null - foo length(hash) - -// color components - -body - foo red(#c00) - foo lightness(#c00) - -// units - -body - foo unit(15%) - foo unit(15%, px) - foo unit(15px, '%') - -// math - -body - foo abs(-5) - foo sum(1 2 3 4) - foo avg(1 2 3 4) - -// literals - -body - foo unquote('X::MessedUp::IE.crap(here)') - -// inspection - -p(1 + 5 / 10) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/comments.js b/node/node_modules/jade/support/stylus/examples/comments.js deleted file mode 100644 index f28270a..0000000 --- a/node/node_modules/jade/support/stylus/examples/comments.js +++ /dev/null @@ -1,11 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/comments.styl', 'utf8'); - -css.render(str, { filename: 'comments.styl' }, function(err, css){ - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/comments.styl b/node/node_modules/jade/support/stylus/examples/comments.styl deleted file mode 100644 index 9f9ace4..0000000 --- a/node/node_modules/jade/support/stylus/examples/comments.styl +++ /dev/null @@ -1,15 +0,0 @@ - -// This is a comment -body - color white - // You can nest them as you wish - // and have more comments - // and more! - -/* -We can also use multi-line comments -like this, which are native to css -*/ - -form - /* color black */ diff --git a/node/node_modules/jade/support/stylus/examples/compress.js b/node/node_modules/jade/support/stylus/examples/compress.js deleted file mode 100644 index e9b570f..0000000 --- a/node/node_modules/jade/support/stylus/examples/compress.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/basic.styl', 'utf8'); - -css.render(str, { filename: 'basic.styl', compress: true }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/conversions.js b/node/node_modules/jade/support/stylus/examples/conversions.js deleted file mode 100644 index b48e510..0000000 --- a/node/node_modules/jade/support/stylus/examples/conversions.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/conversions.styl', 'utf8'); - -css.render(str, { filename: 'conversions.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/conversions.styl b/node/node_modules/jade/support/stylus/examples/conversions.styl deleted file mode 100644 index ec3488b..0000000 --- a/node/node_modules/jade/support/stylus/examples/conversions.styl +++ /dev/null @@ -1,34 +0,0 @@ - -seconds(n) - 0s + n - -body - foo 15px - 5px - foo 15px - 5 - - // 60.8mm - foo 5cm - 2mm - foo 10mm + 2in - - // 3.54cm - foo 1cm + 1in - - // 3in - foo 5in - 5.08cm - - // 0.8s - foo 1s - 200ms - - // 3500ms - foo 1500ms + 2s - - // 3000Hz - foo 1000Hz + 2kHz - - // 1kHz - foo 3kHz - (1000Hz * 2) - - n = 30% - foo unit(n, 'px') - - foo seconds(1500ms) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/functions.js b/node/node_modules/jade/support/stylus/examples/functions.js deleted file mode 100644 index db4c88a..0000000 --- a/node/node_modules/jade/support/stylus/examples/functions.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/functions.styl', 'utf8'); - -css.render(str, { filename: 'functions.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/functions.styl b/node/node_modules/jade/support/stylus/examples/functions.styl deleted file mode 100644 index fa576fa..0000000 --- a/node/node_modules/jade/support/stylus/examples/functions.styl +++ /dev/null @@ -1,30 +0,0 @@ - - -// ?= would allow us to define the images global before @importing -// the file if we were to distribute this - -images ?= '/images' - -image(path) - url(join('/', images path)) - -// or - -image(path) - url(images + '/' + path) - -body - background image('foo.png') - -// functions can act as both mixins -// or have a return value - -image(path) - if mixin - background image(path) - else - url(images + '/' + path) - -body - image('something.png') - background image('something.png') \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/images.js b/node/node_modules/jade/support/stylus/examples/images.js deleted file mode 100644 index 4f5f9ed..0000000 --- a/node/node_modules/jade/support/stylus/examples/images.js +++ /dev/null @@ -1,20 +0,0 @@ - -/** - * Module dependencies. - */ - -var stylus = require('../') - , nodes = stylus.nodes - , path = __dirname + '/images.styl' - , str = require('fs').readFileSync(path, 'utf8'); - -// the paths option is merged with the general options -// so it is completely optional, however this now allows us to use -// url(sprite.gif) instead of url(images/sprite.gif) -stylus(str) - .set('filename', path) - .define('url', stylus.url({ paths: [__dirname + '/images'] })) - .render(function(err, css){ - if (err) throw err; - console.log(css); - }); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/images.styl b/node/node_modules/jade/support/stylus/examples/images.styl deleted file mode 100644 index b84b699..0000000 --- a/node/node_modules/jade/support/stylus/examples/images.styl +++ /dev/null @@ -1,12 +0,0 @@ - -body - background url("http://foo.com/bar.png") - -#wrapper - background url(/images/gopher.jpg) - -.sprite - // both work due to the additional paths option - // passed to stylus.url() - background url(/images/sprite.gif) - background url(sprite.gif) diff --git a/node/node_modules/jade/support/stylus/examples/images/gopher.jpg b/node/node_modules/jade/support/stylus/examples/images/gopher.jpg deleted file mode 100644 index 9f7f12b4750a6cb0be25611389e591a0a4d5b2b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50615 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 diff --git a/node/node_modules/jade/support/stylus/examples/images/sprite.gif b/node/node_modules/jade/support/stylus/examples/images/sprite.gif deleted file mode 100644 index d6b7d396156317206d172c20040ff8554bd2064d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 935 zcmV;Y16ce=Nk%w1VITk)0OkMy+q+Bj$}KLDRXU+kNQQ><^Yil1aXza|CRUQDtgKd& zb<^F{#MH*Q#oL>xq)Tj=-r?-;)|N(TrnAMgm8ZpAifQ%s_*HYQth2dSt7Bq)w2GU% z>+JIW{r+r)wjD>4a)`LX$=7M8b=u_HXpW~je0ajk;_veBGmK(*nUwzLsoCW4cZ8)V za(3eC;!$j+DRMWbwb-z|+9-Q!D}ZWaw`+`?$DpaanZ2BOlD6UEY-Qs)%f_;*v)y0z6 z(7wXIo8GuIU!`j8@b~iX`Mkiy>h1TkxX#qPZt}}YKY2#>`1_Bnhn=B`)ZFn4I*vwl zUX`4K=98I9gS6D0l@(VZW%%^4-YIGIWHT71!p={hbsWWYCaicHZMa6 z;0QxKgKY^87&|%zy@C^C0BUa)0zrCB4H`od2u>tggR~?d07XcOED6r+*pXn47dbFs z1o862LJklOmR#tPYETsn1nRWtV#Ej*0(nwYh{&eGmlp+0Y-!^`2^KsH2vu=#XGV?{ zOUg)~fdmSPBNUh@fwQH^lq5|+Y*f$*S{4*X{#-%ejRXY=Q!H@tP(X%+KQ?;&_@Dug zh@6A}TmT_5MQa=lD@^R+Lg9~uEm}4F@sOs&6A}V=Fd)Pr0}&g7KxDnJK}v`+A3Xfg z0K$X>D~@Fu=+a862ST0v|CDApi{n05O3M!%1=i5C_m8K>=pSfW-rY32*=qb`+q>A9PHB zg93QqQ347A9039i8BB1(hlQNL0EDR_fC3P3!Dz?{6ObXm9XPzGBO?p=FhPSuGBN@L Jl1T;v06X@Tu89Bu diff --git a/node/node_modules/jade/support/stylus/examples/implicit-functions.js b/node/node_modules/jade/support/stylus/examples/implicit-functions.js deleted file mode 100644 index c2df4ea..0000000 --- a/node/node_modules/jade/support/stylus/examples/implicit-functions.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/implicit-functions.styl', 'utf8'); - -css.render(str, { filename: 'implicit-functions.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/implicit-functions.styl b/node/node_modules/jade/support/stylus/examples/implicit-functions.styl deleted file mode 100644 index 3921052..0000000 --- a/node/node_modules/jade/support/stylus/examples/implicit-functions.styl +++ /dev/null @@ -1,23 +0,0 @@ - -border-radius() - -webkit-border-radius arguments - -moz-border-radius arguments - border-radius arguments - -form - border-radius 5px - -a.button - border-radius 10px - - -support-for-ie ?= true - -opacity(n) - opacity n - if support-for-ie - filter unquote('progid:DXImageTransform.Microsoft.Alpha(Opacity=' + round(n * 100) + ')') - -#logo - &:hover - opacity 0.5 diff --git a/node/node_modules/jade/support/stylus/examples/import.js b/node/node_modules/jade/support/stylus/examples/import.js deleted file mode 100644 index a514721..0000000 --- a/node/node_modules/jade/support/stylus/examples/import.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/import.styl', 'utf8'); - -css.render(str, { filename: __dirname + '/import.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/import.styl b/node/node_modules/jade/support/stylus/examples/import.styl deleted file mode 100644 index 69b1d8d..0000000 --- a/node/node_modules/jade/support/stylus/examples/import.styl +++ /dev/null @@ -1,11 +0,0 @@ - -@import "mixins/box" - -body - pad 10px 5px - -body - pad 5px - -body - pad-x 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/js-functions.js b/node/node_modules/jade/support/stylus/examples/js-functions.js deleted file mode 100644 index 9076d30..0000000 --- a/node/node_modules/jade/support/stylus/examples/js-functions.js +++ /dev/null @@ -1,55 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , nodes = css.nodes - , str = require('fs').readFileSync(__dirname + '/js-functions.styl', 'utf8') - , fs = require('fs'); - -function add(a, b) { - return a.operate('+', b); -} - -function sub(a, b) { - return a.operate('-', b); -} - -function imageSize(img) { - // assert that the node (img) is a String node, passing - // the param name for error reporting - css.utils.assertType(img, nodes.String, 'img'); - var path = img.val; - - // Grab bytes necessary to retrieve dimensions. - // if this was real you would do this per format, - // instead of reading the entire image :) - var data = fs.readFileSync(__dirname + '/' + path); - - // GIF - // of course you would support.. more :) - if ('GIF' == data.slice(0, 3).toString()) { - var w = data.slice(6, 8) - , h = data.slice(8, 10); - w = w[1] << 8 | w[0]; - h = h[1] << 8 | h[0]; - } - - // Return (w h) - var expr = new nodes.Expression; - expr.push(new nodes.Unit(w)); - expr.push(new nodes.Unit(h)); - - return expr; -} - -css(str) - .set('filename', 'js-functions.styl') - .define('add', add) - .define('sub', sub) - .define('image-size', imageSize) - .render(function(err, css){ - if (err) throw err; - console.log(css); - }); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/js-functions.styl b/node/node_modules/jade/support/stylus/examples/js-functions.styl deleted file mode 100644 index 8460b3c..0000000 --- a/node/node_modules/jade/support/stylus/examples/js-functions.styl +++ /dev/null @@ -1,23 +0,0 @@ - -image-width(path) - return image-size(path)[0] - -image-height(path) - return image-size(path)[1] - -body - font add(5px, 10px) - font sub(5px, 10px) - -#jesus - width image-width('images/jesus.gif') - height image-height('images/jesus.gif') - -#jesus-2 - width image-size('images/jesus.gif')[0] - height image-size('images/jesus.gif')[1] - -#jesus-3 - size = image-size('images/jesus.gif') - width size[0] - height size[1] \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/literal.js b/node/node_modules/jade/support/stylus/examples/literal.js deleted file mode 100644 index 5b80b10..0000000 --- a/node/node_modules/jade/support/stylus/examples/literal.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/literal.styl', 'utf8'); - -css.render(str, { filename: 'literal.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/literal.styl b/node/node_modules/jade/support/stylus/examples/literal.styl deleted file mode 100644 index e9a45ee..0000000 --- a/node/node_modules/jade/support/stylus/examples/literal.styl +++ /dev/null @@ -1,8 +0,0 @@ - -@css { - body { - font: 14px; - } - - a { text-decoration: none; } -} diff --git a/node/node_modules/jade/support/stylus/examples/middleware.js b/node/node_modules/jade/support/stylus/examples/middleware.js deleted file mode 100644 index 8a500f9..0000000 --- a/node/node_modules/jade/support/stylus/examples/middleware.js +++ /dev/null @@ -1,22 +0,0 @@ - -/** - * Module dependencies. - */ - -var connect = require('connect') - , stylus = require('../'); - -// Setup server -// $ curl http://localhost:3000/functions.css - -var server = connect.createServer( - stylus.middleware({ - src: __dirname - , dest: __dirname + '/public' - , compress: true - }), - connect.static(__dirname + '/public') -); - -server.listen(3000); -console.log('server listening on port 3000'); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/mixins/box.styl b/node/node_modules/jade/support/stylus/examples/mixins/box.styl deleted file mode 100644 index 6004d86..0000000 --- a/node/node_modules/jade/support/stylus/examples/mixins/box.styl +++ /dev/null @@ -1,14 +0,0 @@ - -pad(x, y = x) - if y == x - padding y - else - padding y x y x - -pad-x(n) - padding-left n - padding-right n - -pad-y(n) - padding-top n - padding-bottom n diff --git a/node/node_modules/jade/support/stylus/examples/nesting.js b/node/node_modules/jade/support/stylus/examples/nesting.js deleted file mode 100644 index ef3e968..0000000 --- a/node/node_modules/jade/support/stylus/examples/nesting.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/nesting.styl', 'utf8'); - -css.render(str, { filename: 'nesting.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/nesting.styl b/node/node_modules/jade/support/stylus/examples/nesting.styl deleted file mode 100644 index df0206d..0000000 --- a/node/node_modules/jade/support/stylus/examples/nesting.styl +++ /dev/null @@ -1,14 +0,0 @@ - -body - background #ccc - color #000 - -form - .buttons - margin 10px 0 - padding 5px - [type=submit] - padding 5px - border none - input - border 1px solid #ccc diff --git a/node/node_modules/jade/support/stylus/examples/public/.gitignore b/node/node_modules/jade/support/stylus/examples/public/.gitignore deleted file mode 100644 index 2318862..0000000 --- a/node/node_modules/jade/support/stylus/examples/public/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.css \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/variables.js b/node/node_modules/jade/support/stylus/examples/variables.js deleted file mode 100644 index cd55b88..0000000 --- a/node/node_modules/jade/support/stylus/examples/variables.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Module dependencies. - */ - -var css = require('../') - , str = require('fs').readFileSync(__dirname + '/variables.styl', 'utf8'); - -css.render(str, { filename: 'variables.styl' }, function(err, css){ - if (err) throw err; - console.log(css); -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/examples/variables.styl b/node/node_modules/jade/support/stylus/examples/variables.styl deleted file mode 100644 index 319330c..0000000 --- a/node/node_modules/jade/support/stylus/examples/variables.styl +++ /dev/null @@ -1,24 +0,0 @@ - -font-families = "Lucida Grande", Arial -main-width = 80% -main-color = #fff -sidebar-width = main-width / 2 - -// Mixins can use conditionals -// to supply defaults -unless font-families is defined - font-families = 'WAHOO' - -// Alternatively we may use ?= -font-families ?= 'WAHOO' - -body - size = 12px - font size font-families, sans-serif - color main-color - -#wrapper - width main-width - -.sidebar - width sidebar-width \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/index.js b/node/node_modules/jade/support/stylus/index.js deleted file mode 100644 index bd486f6..0000000 --- a/node/node_modules/jade/support/stylus/index.js +++ /dev/null @@ -1,2 +0,0 @@ - -module.exports = require('./lib/stylus'); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/colors.js b/node/node_modules/jade/support/stylus/lib/colors.js deleted file mode 100644 index 9f465a2..0000000 --- a/node/node_modules/jade/support/stylus/lib/colors.js +++ /dev/null @@ -1,156 +0,0 @@ - -/*! - * Stylus - colors - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -module.exports = { - aliceblue: [240, 248, 255] - , antiquewhite: [250, 235, 215] - , aqua: [0, 255, 255] - , aquamarine: [127, 255, 212] - , azure: [240, 255, 255] - , beige: [245, 245, 220] - , bisque: [255, 228, 196] - , black: [0, 0, 0] - , blanchedalmond: [255, 235, 205] - , blue: [0, 0, 255] - , blueviolet: [138, 43, 226] - , brown: [165, 42, 42] - , burlywood: [222, 184, 135] - , cadetblue: [95, 158, 160] - , chartreuse: [127, 255, 0] - , chocolate: [210, 105, 30] - , coral: [255, 127, 80] - , cornflowerblue: [100, 149, 237] - , cornsilk: [255, 248, 220] - , crimson: [220, 20, 60] - , cyan: [0, 255, 255] - , darkblue: [0, 0, 139] - , darkcyan: [0, 139, 139] - , darkgoldenrod: [184, 132, 11] - , darkgray: [169, 169, 169] - , darkgreen: [0, 100, 0] - , darkgrey: [169, 169, 169] - , darkkhaki: [189, 183, 107] - , darkmagenta: [139, 0, 139] - , darkolivegreen: [85, 107, 47] - , darkorange: [255, 140, 0] - , darkorchid: [153, 50, 204] - , darkred: [139, 0, 0] - , darksalmon: [233, 150, 122] - , darkseagreen: [143, 188, 143] - , darkslateblue: [72, 61, 139] - , darkslategray: [47, 79, 79] - , darkslategrey: [47, 79, 79] - , darkturquoise: [0, 206, 209] - , darkviolet: [148, 0, 211] - , deeppink: [255, 20, 147] - , deepskyblue: [0, 191, 255] - , dimgray: [105, 105, 105] - , dimgrey: [105, 105, 105] - , dodgerblue: [30, 144, 255] - , firebrick: [178, 34, 34] - , floralwhite: [255, 255, 240] - , forestgreen: [34, 139, 34] - , fuchsia: [255, 0, 255] - , gainsboro: [220, 220, 220] - , ghostwhite: [248, 248, 255] - , gold: [255, 215, 0] - , goldenrod: [218, 165, 32] - , gray: [128, 128, 128] - , green: [0, 128, 0] - , greenyellow: [173, 255, 47] - , grey: [128, 128, 128] - , honeydew: [240, 255, 240] - , hotpink: [255, 105, 180] - , indianred: [205, 92, 92] - , indigo: [75, 0, 130] - , ivory: [255, 255, 240] - , khaki: [240, 230, 140] - , lavender: [230, 230, 250] - , lavenderblush: [255, 240, 245] - , lawngreen: [124, 252, 0] - , lemonchiffon: [255, 250, 205] - , lightblue: [173, 216, 230] - , lightcoral: [240, 128, 128] - , lightcyan: [224, 255, 255] - , lightgoldenrodyellow: [250, 250, 210] - , lightgray: [211, 211, 211] - , lightgreen: [144, 238, 144] - , lightgrey: [211, 211, 211] - , lightpink: [255, 182, 193] - , lightsalmon: [255, 160, 122] - , lightseagreen: [32, 178, 170] - , lightskyblue: [135, 206, 250] - , lightslategray: [119, 136, 153] - , lightslategrey: [119, 136, 153] - , lightsteelblue: [176, 196, 222] - , lightyellow: [255, 255, 224] - , lime: [0, 255, 0] - , limegreen: [50, 205, 50] - , linen: [250, 240, 230] - , magenta: [255, 0, 255] - , maroon: [128, 0, 0] - , mediumaquamarine: [102, 205, 170] - , mediumblue: [0, 0, 205] - , mediumorchid: [186, 85, 211] - , mediumpurple: [147, 112, 219] - , mediumseagreen: [60, 179, 113] - , mediumslateblue: [123, 104, 238] - , mediumspringgreen: [0, 250, 154] - , mediumturquoise: [72, 209, 204] - , mediumvioletred: [199, 21, 133] - , midnightblue: [25, 25, 112] - , mintcream: [245, 255, 250] - , mistyrose: [255, 228, 225] - , moccasin: [255, 228, 181] - , navajowhite: [255, 222, 173] - , navy: [0, 0, 128] - , oldlace: [253, 245, 230] - , olive: [128, 128, 0] - , olivedrab: [107, 142, 35] - , orange: [255, 165, 0] - , orangered: [255, 69, 0] - , orchid: [218, 112, 214] - , palegoldenrod: [238, 232, 170] - , palegreen: [152, 251, 152] - , paleturquoise: [175, 238, 238] - , palevioletred: [219, 112, 147] - , papayawhip: [255, 239, 213] - , peachpuff: [255, 218, 185] - , peru: [205, 133, 63] - , pink: [255, 192, 203] - , plum: [221, 160, 203] - , powderblue: [176, 224, 230] - , purple: [128, 0, 128] - , red: [255, 0, 0] - , rosybrown: [188, 143, 143] - , royalblue: [65, 105, 225] - , saddlebrown: [139, 69, 19] - , salmon: [250, 128, 114] - , sandybrown: [244, 164, 96] - , seagreen: [46, 139, 87] - , seashell: [255, 245, 238] - , sienna: [160, 82, 45] - , silver: [192, 192, 192] - , skyblue: [135, 206, 235] - , slateblue: [106, 90, 205] - , slategray: [119, 128, 144] - , slategrey: [119, 128, 144] - , snow: [255, 255, 250] - , springgreen: [0, 255, 127] - , steelblue: [70, 130, 180] - , tan: [210, 180, 140] - , teal: [0, 128, 128] - , thistle: [216, 191, 216] - , tomato: [255, 99, 71] - , turquoise: [64, 224, 208] - , violet: [238, 130, 238] - , wheat: [245, 222, 179] - , white: [255, 255, 255] - , whitesmoke: [245, 245, 245] - , yellow: [255, 255, 0] - , yellowgreen: [154, 205, 5] -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/convert/css.js b/node/node_modules/jade/support/stylus/lib/convert/css.js deleted file mode 100644 index a1bb89f..0000000 --- a/node/node_modules/jade/support/stylus/lib/convert/css.js +++ /dev/null @@ -1,130 +0,0 @@ - -/*! - * Stylus - css to stylus conversion - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Convert the given `css` to stylus source. - * - * @param {String} css - * @return {String} - * @api public - */ - -module.exports = function(css){ - return new Converter(css).stylus(); -}; - -/** - * Initialize a new `Converter` with the given `css`. - * - * @param {String} css - * @api private - */ - -function Converter(css) { - var cssom = require('cssom'); - this.css = css; - this.types = cssom.CSSRule; - this.root = cssom.parse(css); - this.indents = 0; -} - -/** - * Convert to stylus. - * - * @return {String} - * @api private - */ - -Converter.prototype.stylus = function(){ - return this.visitRules(this.root.cssRules); -}; - -/** - * Return indent string. - * - * @return {String} - * @api private - */ - -Converter.prototype.__defineGetter__('indent', function(){ - return Array(this.indents + 1).join(' '); -}); - -/** - * Visit `node`. - * - * @param {CSSRule} node - * @return {String} - * @api private - */ - -Converter.prototype.visit = function(node){ - switch (node.type) { - case this.types.STYLE_RULE: - return this.visitStyle(node); - case this.types.MEDIA_RULE: - return this.visitMedia(node); - } -}; - -/** - * Visit the rules on `node`. - * - * @param {CSSRule} node - * @return {String} - * @api private - */ - -Converter.prototype.visitRules = function(node){ - var buf = ''; - for (var i = 0, len = node.length; i < len; ++i) { - buf += this.visit(node[i]); - } - return buf; -}; - -/** - * Visit CSSMediaRule `node`. - * - * @param {CSSMediaRule} node - * @return {String} - * @api private - */ - -Converter.prototype.visitMedia = function(node){ - var buf = this.indent + '@media '; - for (var i = 0, len = node.media.length; i < len; ++i) { - buf += node.media[i]; - } - buf += '\n'; - ++this.indents; - buf += this.visitRules(node.cssRules); - --this.indents; - return buf; -}; - -/** - * Visit CSSStyleRule `node`.` - * - * @param {CSSStyleRule} node - * @return {String} - * @api private - */ - -Converter.prototype.visitStyle = function(node){ - var buf = this.indent + node.selectorText + '\n'; - ++this.indents; - for (var i = 0, len = node.style.length; i < len; ++i) { - var prop = node.style[i] - , val = node.style[prop]; - if (prop) { - buf += this.indent + prop + ' ' + val + '\n'; - } - } - --this.indents; - return buf + '\n'; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/functions/image.js b/node/node_modules/jade/support/stylus/lib/functions/image.js deleted file mode 100644 index ba37f1b..0000000 --- a/node/node_modules/jade/support/stylus/lib/functions/image.js +++ /dev/null @@ -1,120 +0,0 @@ - - -/*! - * Stylus - plugin - url - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var utils = require('../utils') - , nodes = require('../nodes') - , fs = require('fs'); - -/** - * Initialize a new `Image` with the given `ctx` and `path. - * - * @param {Evaluator} ctx - * @param {String} path - * @api private - */ - -var Image = module.exports = function Image(ctx, path) { - this.ctx = ctx; - this.path = utils.lookup(path, ctx.paths); - if (!this.path) throw new Error('failed to locate file ' + path); -}; - -/** - * Open the image for reading. - * - * @api private - */ - -Image.prototype.open = function(){ - this.fd = fs.openSync(this.path, 'r'); -}; - -/** - * Close the file. - * - * @api private - */ - -Image.prototype.close = function(){ - if (this.fd) fs.closeSync(this.fd); -}; - -/** - * Return the type of image, supports: - * - * - gif - * - png - * - jpeg - * - * @return {String} - * @api private - */ - -Image.prototype.type = function(){ - var type - , buf = new Buffer(4); - - fs.readSync(this.fd, buf, 0, 4, 0); - - // GIF - if (0x47 == buf[0] && 0x49 == buf[1] && 0x46 == buf[2]) type = 'gif'; - - // PNG - else if (0x50 == buf[1] && 0x4E == buf[2] && 0x47 == buf[3]) type = 'png'; - - // JPEG - else if (0xff == buf[0] && 0xd8 == buf[1]) type = 'jpeg'; - - return type; -}; - -/** - * Return image dimensions `[width, height]`. - * - * @return {Array} - * @api private - */ - -Image.prototype.size = function(){ - var width - , height - , type = this.type(); - - function uint16(b) { return b[1] << 8 | b[0]; } - function uint32(b) { return b[0] << 24 | b[1] << 16 | b[2] << 8 | b[3]; } - - // Determine dimensions - switch (type) { - case 'jpeg': - throw new Error('image-size() jpeg support not yet implemented'); - break; - case 'png': - var buf = new Buffer(8); - // IHDR chunk width / height uint32_t big-endian - fs.readSync(this.fd, buf, 0, 8, 16); - width = uint32(buf); - height = uint32(buf.slice(4, 8)); - break; - case 'gif': - var buf = new Buffer(4); - // width / height uint16_t little-endian - fs.readSync(this.fd, buf, 0, 4, 6); - width = uint16(buf); - height = uint16(buf.slice(2, 4)); - break; - } - - if ('number' != typeof width) throw new Error('failed to find width of "' + this.path + '"'); - if ('number' != typeof height) throw new Error('failed to find height of "' + this.path + '"'); - - return [width, height]; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/functions/index.js b/node/node_modules/jade/support/stylus/lib/functions/index.js deleted file mode 100644 index cd3f61c..0000000 --- a/node/node_modules/jade/support/stylus/lib/functions/index.js +++ /dev/null @@ -1,554 +0,0 @@ - -/*! - * Stylus - Evaluator - built-in functions - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var nodes = require('../nodes') - , utils = require('../utils') - , Image = require('./image'); - -/** - * Color component name map. - */ - -var componentMap = { - red: 'r' - , green: 'g' - , blue: 'b' - , alpha: 'a' - , hue: 'h' - , saturation: 's' - , lightness: 'l' -}; - -/** - * Color component type map. - */ - -var typeMap = { - hue: 'deg' - , saturation: '%' - , lightness: '%' -}; - -/** - * Convert the given `color` to an `HSLA` node, - * or h,s,l,a component values. - * - * Examples: - * - * hsla(10deg, 50%, 30%, 0.5) - * // => HSLA - * - * hsla(#ffcc00) - * // => HSLA - * - * @param {RGBA|HSLA|Unit} h - * @param {Unit} s - * @param {Unit} l - * @param {Unit} a - * @return {HSLA} - * @api public - */ - -exports.hsla = function(h,s,l,a){ - switch (arguments.length) { - case 1: - utils.assertColor(h); - return h.hsla; - default: - utils.assertType(h, nodes.Unit, 'hue'); - utils.assertType(s, nodes.Unit, 'saturation'); - utils.assertType(l, nodes.Unit, 'lightness'); - utils.assertType(a, nodes.Unit, 'alpha'); - return new nodes.HSLA(h.val,s.val,l.val,a.val); - } -}; - -/** - * Convert the given `color` to an `HSLA` node, - * or h,s,l component values. - * - * Examples: - * - * hsl(10, 50, 30) - * // => HSLA - * - * hsl(#ffcc00) - * // => HSLA - * - * @param {Unit|HSLA|RGBA} h - * @param {Unit} s - * @param {Unit} l - * @return {HSLA} - * @api public - */ - -exports.hsl = function(h,s,l){ - if (arguments.length > 1) { - return exports.hsla(h,s,l,new nodes.Unit(1)); - } - utils.assertColor(h, 'color'); - return h.hsla; -}; - -/** - * Return type of `node`. - * - * Examples: - * - * type(12) - * // => 'unit' - * - * type(#fff) - * // => 'color' - * - * type(type) - * // => 'function' - * - * type(unbound) - * typeof(unbound) - * type-of(unbound) - * // => 'ident' - * - * @param {Node} node - * @return {String} - * @api public - */ - -exports.type = -exports.typeof = -exports['type-of'] = function(node){ - utils.assertPresent(node, 'expression'); - var type = node.nodeName; - return new nodes.String(type); -}; - -/** - * Return component `name` for the given `color`. - * - * @param {RGBA|HSLA} color - * @param {String} na,e - * @return {Unit} - * @api public - */ - -exports.component = function(color, name) { - utils.assertColor(color, 'color'); - utils.assertString(name, 'name'); - var name = name.string - , type = typeMap[name] - , name = componentMap[name]; - if (!name) throw new Error('invalid color component "' + name + '"'); - return new nodes.Unit(color[name], type); -}; - -/** - * Return the red component of the given `color`. - * - * Examples: - * - * red(#c00) - * // => 204 - * - * @param {RGBA|HSLA} color - * @return {Unit} - * @api public - */ - -exports.red = function(color){ - return exports.component(color, new nodes.String('red')); -}; - -/** - * Return the green component of the given `color`. - * - * Examples: - * - * green(#0c0) - * // => 204 - * - * @param {RGBA|HSLA} color - * @return {Unit} - * @api public - */ - -exports.green = function(color){ - return exports.component(color, new nodes.String('green')); -}; - -/** - * Return the blue component of the given `color`. - * - * Examples: - * - * blue(#00c) - * // => 204 - * - * @param {RGBA|HSLA} color - * @return {Unit} - * @api public - */ - -exports.blue = function(color){ - return exports.component(color, new nodes.String('blue')); -}; - -/** - * Return a `RGBA` from the r,g,b,a channels. - * - * Examples: - * - * rgba(255,0,0,0.5) - * // => rgba(255,0,0,0.5) - * - * rgba(255,0,0,1) - * // => #ff0000 - * - * rgba(#ffcc00, 0.5) - * // rgba(255,204,0,0.5) - * - * @param {Unit|RGBA|HSLA} r - * @param {Unit} g - * @param {Unit} b - * @param {Unit} a - * @return {RGBA} - * @api public - */ - -exports.rgba = function(r,g,b,a){ - switch (arguments.length) { - case 1: - utils.assertColor(r); - var color = r.rgba; - return new nodes.RGBA( - color.r - , color.g - , color.b - , color.a); - case 2: - utils.assertColor(r); - var color = r.rgba; - utils.assertType(g, nodes.Unit); - return new nodes.RGBA( - color.r - , color.g - , color.b - , g.val); - default: - utils.assertType(r, nodes.Unit, 'red'); - utils.assertType(g, nodes.Unit, 'green'); - utils.assertType(b, nodes.Unit, 'blue'); - utils.assertType(a, nodes.Unit, 'alpha'); - return new nodes.RGBA( - r.val - , g.val - , b.val - , a.val); - } -}; - -/** - * Return a `RGBA` from the r,g,b channels. - * - * Examples: - * - * rgb(255,204,0) - * // => #ffcc00 - * - * rgb(#fff) - * // => #fff - * - * @param {Unit|RGBA|HSLA} r - * @param {Unit} g - * @param {Unit} b - * @return {RGBA} - * @api public - */ - -exports.rgb = function(r,g,b){ - switch (arguments.length) { - case 1: - utils.assertColor(r); - var color = r.rgba; - return new nodes.RGBA( - color.r - , color.g - , color.b - , 1); - default: - return exports.rgba(r,g,b,new nodes.Unit(1)); - } -}; - -/** - * Unquote the given `str`. - * - * Examples: - * - * unquote("sans-serif") - * // => sans-serif - * - * unquote(sans-serif) - * // => sans-serif - * - * @param {String|Ident} val - * @return {Literal} - * @api public - */ - -exports.unquote = function(val){ - utils.assertString(val, 'string'); - return new nodes.Literal(val.string); -}; - -/** - * Assign `type` to the given `unit` or return `unit`'s type. - * - * @param {Unit} unit - * @param {String|Ident} type - * @return {Unit} - * @api public - */ - -exports.unit = function(unit, type){ - utils.assertType(unit, nodes.Unit, 'unit'); - - // Assign - if (type) { - utils.assertString(type, 'type'); - return new nodes.Unit(unit.val, type.string); - } else { - return new nodes.String(unit.type || ''); - } -}; - -/** - * Lookup variable `name` or return Null. - * - * @param {String} name - * @return {Mixed} - * @api public - */ - -exports.lookup = function(name){ - utils.assertType(name, nodes.String, 'name'); - var node = this.lookup(name.val); - if (!node) return nodes.null; - return this.visit(node); -}; - -/** - * Perform `op` on the `left` and `right` operands. - * - * @param {String} op - * @param {Node} left - * @param {Node} right - * @return {Node} - * @api public - */ - -exports.operate = function(op, left, right){ - utils.assertType(op, nodes.String, 'op'); - utils.assertPresent(left, 'left'); - utils.assertPresent(right, 'right'); - return left.operate(op.val, right); -}; - -/** - * Test if `val` matches the given `pattern`. - * - * Examples: - * - * match('^foo(bar)?', foo) - * match('^foo(bar)?', foobar) - * match('^foo(bar)?', 'foo') - * match('^foo(bar)?', 'foobar') - * // => true - * - * match('^foo(bar)?', 'bar') - * // => false - * - * @param {String} pattern - * @param {String|Ident} val - * @return {Boolean} - * @api public - */ - -exports.match = function(pattern, val){ - utils.assertType(pattern, nodes.String, 'pattern'); - utils.assertString(val, 'val'); - var re = new RegExp(pattern.val); - return nodes.Boolean(re.test(val.string)); -}; - -/** - * Return length of the given `expr`. - * - * @param {Expression} expr - * @return {Unit} - * @api public - */ - -(exports.length = function(expr){ - if (expr) { - if (expr.nodes) { - return new nodes.Unit(utils.unwrap(expr).nodes.length); - } else { - return new nodes.Unit(1); - } - } - return new nodes.Unit(0); -}).raw = true; - -/** - * Inspect the given `expr`. - * - * @param {Expression} expr - * @api public - */ - -(exports.p = function(expr){ - expr = utils.unwrap(expr); - console.log('\033[90minspect:\033[0m %s' - , expr.toString().replace(/^\(|\)$/g, '')); - return nodes.null; -}).raw = true; - -/** - * Throw an error with the given `msg`. - * - * @param {String} msg - * @api public - */ - -exports.error = function(msg){ - utils.assertType(msg, nodes.String, 'msg'); - throw new Error(msg.val); -}; - -/** - * Warn with the given `msg` prefixed by "Warning: ". - * - * @param {String} msg - * @api public - */ - -exports.warn = function(msg){ - utils.assertType(msg, nodes.String, 'msg'); - console.warn('Warning: %s', msg.val); - return nodes.null; -}; - -/** - * Output stack trace. - * - * @api public - */ - -exports.trace = function(){ - console.log(this.stack); - return nodes.null; -}; - -/** - * Return the opposites of the given `positions`. - * - * Examples: - * - * opposite-position(top left) - * // => bottom right - * - * @param {Expression} positions - * @return {Expression} - * @api public - */ - -(exports['opposite-position'] = function(positions){ - var expr = new nodes.Expression; - utils.unwrap(positions).nodes.forEach(function(pos, i){ - utils.assertString(pos, 'position ' + i); - pos = (function(){ switch (pos.string) { - case 'top': return 'bottom'; - case 'bottom': return 'top'; - case 'left': return 'right'; - case 'right': return 'left'; - default: throw new Error('invalid position ' + pos); - }})(); - expr.push(new nodes.Literal(pos)); - }); - return expr; -}).raw = true; - -/** - * Return the width and height of the given `img` path. - * - * Examples: - * - * image-size('foo.png') - * // => 200px 100px - * - * image-size('foo.png')[0] - * // => 200px - * - * image-size('foo.png')[1] - * // => 100px - * - * @param {String} img - * @return {Expression} - * @api public - */ - -exports['image-size'] = function(img) { - utils.assertType(img, nodes.String, 'img'); - var img = new Image(this, img.string); - - // Read size - img.open(); - var size = img.size(); - img.close(); - - // Return (w h) - var expr = new nodes.Expression; - expr.push(new nodes.Unit(size[0], 'px')); - expr.push(new nodes.Unit(size[1], 'px')); - - return expr; -}; - -/** - * Apply Math `fn` to `n` - * - * @param {Unit} n - * @param {String} fn - * @return {Unit} - * @api private - */ - -exports['-math'] = function(n, fn){ - return new nodes.Unit(Math[fn.string](n.val), n.type); -}; - -/** - * Adjust HSL `color` `prop` by `amount`. - * - * @param {RGBA|HSLA} color - * @param {String} prop - * @param {Unit} amount - * @return {HSLA} - * @api private - */ - -exports['-adjust'] = function(color, prop, amount){ - var hsl = color.hsla; - prop = { hue: 'h', saturation: 's', lightness: 'l' }[prop.string]; - if (!prop) throw new Error('invalid adjustment property'); - hsl[prop] = hsl[prop] + amount.val; - return hsl.clone(); -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/functions/index.styl b/node/node_modules/jade/support/stylus/lib/functions/index.styl deleted file mode 100644 index 66e656a..0000000 --- a/node/node_modules/jade/support/stylus/lib/functions/index.styl +++ /dev/null @@ -1,131 +0,0 @@ - -// stringify the given arg - --string(arg) - type(arg) + ' ' + arg - -// require a color - -require-color(color) - unless color is a 'color' - error('RGB or HSL value expected, got a ' + -string(color)) - -// require a unit - -require-unit(n) - unless n is a 'unit' - error('unit expected, got a ' + -string(n)) - -// require a string - -require-string(str) - unless str is a 'string' or str is a 'ident' - error('string expected, got a ' + -string(str)) - -// apply js Math function - -math(n, fn) - require-unit(n) - require-string(fn) - -math(n, fn) - -// adjust the given color's property by amount - -adjust(color, prop, amount) - require-color(color) - require-string(prop) - require-unit(amount) - -adjust(color, prop, amount) - -// Math functions - -abs(n) { math(n, 'abs') } -ceil(n) { math(n, 'ceil') } -floor(n) { math(n, 'floor') } -round(n) { math(n, 'round') } -min(a, b) { a < b ? a : b } -max(a, b) { a > b ? a : b } - -// return the sum of the given numbers - -sum(nums) - sum = 0 - sum += n for n in nums - -// return the average of the given numbers - -avg(nums) - sum(nums) / length(nums) - -// color components - -alpha(color) { component(hsl(color), 'alpha') } -hue(color) { component(hsl(color), 'hue') } -saturation(color) { component(hsl(color), 'saturation') } -lightness(color) { component(hsl(color), 'lightness') } - -// check if n is an odd number - -odd(n) - 1 == n % 2 - -// check if n is an even number - -even(n) - 0 == n % 2 - -// check if color is light - -light(color) - lightness(color) >= 50% - -// check if color is dark - -dark(color) - lightness(color) < 50% - -// desaturate color by amount - -desaturate(color, amount) - adjust(color, 'saturation', - amount) - -// saturate color by amount - -saturate(color, amount) - adjust(color, 'saturation', amount) - -// darken by the given amount - -darken(color, amount) - adjust(color, 'lightness', - amount) - -// lighten by the given amount - -lighten(color, amount) - adjust(color, 'lightness', amount) - -// increase the current lightness value by the given amount - -lighten-by(color, amount) - l = lightness(color) - l = 100 if 0 == l - adjust(color, 'lightness', l * amount / 100) - -// decrease the current lightness value by the given amount - -darken-by(color, amount) - l = lightness(color) - adjust(color, 'lightness', - (l * amount / 100)) - -// return the last value in the given expr - -last(expr) - expr[length(expr) - 1] - -// join values with the given delimiter - -join(delim, vals...) - buf = '' - vals = vals[0] if length(vals) == 1 - for val, i in vals - buf += i ? delim + val : val diff --git a/node/node_modules/jade/support/stylus/lib/functions/url.js b/node/node_modules/jade/support/stylus/lib/functions/url.js deleted file mode 100644 index 66a2832..0000000 --- a/node/node_modules/jade/support/stylus/lib/functions/url.js +++ /dev/null @@ -1,97 +0,0 @@ - -/*! - * Stylus - plugin - url - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Compiler = require('../visitor/compiler') - , nodes = require('../nodes') - , parse = require('url').parse - , extname = require('path').extname - , utils = require('../utils') - , fs = require('fs'); - -/** - * Mime table. - */ - -var mimes = { - '.gif': 'image/gif' - , '.png': 'image/png' - , '.jpg': 'image/jpeg' - , '.jpeg': 'image/jpeg' -}; - -/** - * Return a url() function with the given `options`. - * - * Options: - * - * - `limit` bytesize limit defaulting to 30Kb - * - `paths` image resolution path(s), merged with general lookup paths - * - * Examples: - * - * stylus(str) - * .set('filename', __dirname + '/css/test.styl') - * .define('url', stylus.url({ paths: [__dirname + '/public'] })) - * .render(function(err, css){ ... }) - * - * @param {Object} options - * @return {Function} - * @api public - */ - -module.exports = function(options) { - options = options || {}; - - var sizeLimit = options.limit || 30000 - , _paths = options.paths || []; - - function url(url){ - // Compile the url - var compiler = new Compiler(url); - compiler.isURL = true; - var url = url.nodes.map(function(node){ - return compiler.visit(node); - }).join(''); - - // Parse literal - var url = parse(url) - , ext = extname(url.pathname) - , mime = mimes[ext] - , literal = new nodes.Literal('url("' + url.href + '")') - , paths = _paths.concat(this.paths) - , founds - , buf; - - // Not supported - if (!mime) return literal; - - // Absolute - if (url.protocol) return literal; - - // Lookup - found = utils.lookup(url.pathname, paths); - - // Failed to lookup - if (!found) return literal; - - // Read data - buf = fs.readFileSync(found); - - // To large - if (buf.length > sizeLimit) return literal; - - // Encode - return new nodes.Literal('url("data:' + mime + ';base64,' + buf.toString('base64') + '")'); - }; - - url.raw = true; - return url; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/lexer.js b/node/node_modules/jade/support/stylus/lib/lexer.js deleted file mode 100644 index 0ca2e1d..0000000 --- a/node/node_modules/jade/support/stylus/lib/lexer.js +++ /dev/null @@ -1,672 +0,0 @@ - -/*! - * Stylus - Lexer - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Token = require('./token') - , nodes = require('./nodes'); - -/** - * Operator aliases. - */ - -var alias = { - 'and': '&&' - , 'or': '||' - , 'is': '==' - , 'isnt': '!=' - , 'is not': '!=' -}; - -/** - * Units. - */ - -var units = [ - 'em' - , 'ex' - , 'px' - , 'mm' - , 'cm' - , 'in' - , 'pt' - , 'pc' - , 'deg' - , 'rad' - , 'grad' - , 'ms' - , 's' - , 'Hz' - , 'kHz' - , '%'].join('|'); - -/** - * Unit RegExp. - */ - -var unit = new RegExp('^(-)?(\\d+\\.\\d+|\\d+|\\.\\d+)(' + units + ')? *'); - -/** - * Initialize a new `Lexer` with the given `str` and `options`. - * - * @param {String} str - * @param {Object} options - * @api private - */ - -var Lexer = module.exports = function Lexer(str, options) { - options = options || {}; - this.str = str.replace(/\r\n?/g, '\n'); - this.stash = []; - this.indentStack = []; - this.indentRe = null; - this.lineno = 0; -}; - -/** - * Lexer prototype. - */ - -Lexer.prototype = { - - /** - * Custom inspect. - */ - - inspect: function(){ - var tok - , tmp = this.str - , buf = []; - while ('eos' != (tok = this.next()).type) { - buf.push(tok.inspect()); - } - this.str = tmp; - this.prevIndents = 0; - return buf.concat(tok.inspect()).join('\n'); - }, - - /** - * Lookahead `n` tokens. - * - * @param {Number} n - * @return {Object} - * @api private - */ - - lookahead: function(n){ - var fetch = n - this.stash.length; - while (fetch-- > 0) this.stash.push(this.advance()); - return this.stash[--n]; - }, - - /** - * Consume the given `len`. - * - * @param {Number|Array} len - * @api private - */ - - skip: function(len){ - this.str = this.str.substr(Array.isArray(len) - ? len[0].length - : len); - }, - - /** - * Fetch next token including those stashed by peek. - * - * @return {Token} - * @api private - */ - - next: function() { - var tok = this.stashed() || this.advance(); - switch (tok.type) { - case 'newline': - case 'selector': - case 'indent': - ++this.lineno; - } - tok.lineno = this.lineno; - return tok; - }, - - /** - * Fetch next token. - * - * @return {Token} - * @api private - */ - - advance: function() { - return this.eos() - || this.null() - || this.sep() - || this.keyword() - || this.urlchars() - || this.atrule() - || this.media() - || this.comment() - || this.newline() - || this.escaped() - || this.important() - || this.literal() - || this.function() - || this.brace() - || this.paren() - || this.color() - || this.string() - || this.unit() - || this.namedop() - || this.boolean() - || this.ident() - || this.op() - || this.space() - || this.selector(); - }, - - /** - * Lookahead a single token. - * - * @return {Token} - * @api private - */ - - peek: function() { - return this.lookahead(1); - }, - - /** - * Return the next possibly stashed token. - * - * @return {Token} - * @api private - */ - - stashed: function() { - return this.stash.shift(); - }, - - /** - * EOS | trailing outdents. - */ - - eos: function() { - if (this.str.length) return; - if (this.indentStack.length) { - this.indentStack.shift(); - return new Token('outdent'); - } else { - return new Token('eos'); - } - }, - - /** - * url char - */ - - urlchars: function() { - var captures; - if (!this.isURL) return; - if (captures = /^[\/:@.;?&=*!,<>#%0-9]+/.exec(this.str)) { - this.skip(captures); - return new Token('literal', new nodes.Literal(captures[0])); - } - }, - - /** - * ';' ' '* - */ - - sep: function() { - var captures; - if (captures = /^; */.exec(this.str)) { - this.skip(captures); - return new Token(';'); - } - }, - - /** - * ' '+ - */ - - space: function() { - var captures; - if (captures = /^( +)/.exec(this.str)) { - this.skip(captures); - return new Token('space'); - } - }, - - /** - * '\\' . ' '* - */ - - escaped: function() { - var captures; - if (captures = /^\\(.) */.exec(this.str)) { - var c = captures[1]; - this.skip(captures); - return new Token('ident', new nodes.Literal(c)); - } - }, - - /** - * '@css' ' '* '{' .* '}' ' '* - */ - - literal: function() { - // HACK attack !!! - var captures; - if (captures = /^@css *\{/.exec(this.str)) { - this.skip(captures); - var c - , braces = 1 - , css = ''; - while (c = this.str[0]) { - this.str = this.str.substr(1); - switch (c) { - case '{': ++braces; break; - case '}': --braces; break; - } - css += c; - if (!braces) break; - } - css = css.replace(/\s*}$/, ''); - return new Token('literal', new nodes.Literal(css)); - } - }, - - /** - * '!important' ' '* - */ - - important: function() { - var captures; - if (captures = /^!important */.exec(this.str)) { - this.skip(captures); - return new Token('ident', new nodes.Literal('!important')); - } - }, - - /** - * '{' | '}' - */ - - brace: function() { - var captures; - if (captures = /^([{}])/.exec(this.str)) { - this.skip(1); - var brace = captures[1]; - return new Token(brace, brace); - } - }, - - /** - * '(' | ')' ' '* - */ - - paren: function() { - var captures; - if (captures = /^([()]) */.exec(this.str)) { - var paren = captures[1]; - this.skip(captures); - if (')' == paren) this.isURL = false; - return new Token(paren, paren); - } - }, - - /** - * 'null' - */ - - null: function() { - var captures; - if (captures = /^(null)\b */.exec(this.str)) { - this.skip(captures); - return new Token('null', nodes.null); - } - }, - - /** - * 'if' - * | 'else' - * | 'unless' - * | 'return' - * | 'for' - * | 'in' - */ - - keyword: function() { - var captures; - if (captures = /^(return|if|else|unless|for|in)\b */.exec(this.str)) { - var keyword = captures[1]; - this.skip(captures); - return new Token(keyword, keyword); - } - }, - - /** - * 'not' - * | 'and' - * | 'or' - * | 'is' - * | 'is not' - * | 'isnt' - * | 'is a' - * | 'is defined' - */ - - namedop: function() { - var captures; - if (captures = /^(not|and|or|is a|is defined|isnt|is not|is)\b( *)/.exec(this.str)) { - var op = captures[1]; - this.skip(captures); - op = alias[op] || op; - var tok = new Token(op, op); - tok.space = captures[2]; - return tok; - } - }, - - /** - * ',' - * | '+' - * | '+=' - * | '-' - * | '-=' - * | '*' - * | '*=' - * | '/' - * | '/=' - * | '%' - * | '%=' - * | '**' - * | '!' - * | '&' - * | '&&' - * | '||' - * | '>' - * | '>=' - * | '<' - * | '<=' - * | '=' - * | '==' - * | '!=' - * | '!' - * | '~' - * | '?=' - * | '?' - * | ':' - * | '[' - * | ']' - * | '..' - * | '...' - */ - - op: function() { - var captures; - if (captures = /^([.]{2,3}|&&|\|\||[!<>=?]=|\*\*|[-+*\/%]=?|[,=?:!~<>&\[\]])( *)/.exec(this.str)) { - var op = captures[1]; - this.skip(captures); - op = alias[op] || op; - var tok = new Token(op, op); - tok.space = captures[2]; - return tok; - } - }, - - /** - * '@media' ([^{\n]+) - */ - - media: function() { - var captures; - if (captures = /^@media *([^{\n]+)/.exec(this.str)) { - this.skip(captures); - return new Token('media', captures[1].trim()); - } - }, - - /** - * '@' ('import' | 'keyframes' | 'charset' | 'page') - */ - - atrule: function() { - var captures; - if (captures = /^@(import|keyframes|charset|page) */.exec(this.str)) { - this.skip(captures); - return new Token(captures[1]); - } - }, - - /** - * '//' * - */ - - comment: function() { - // Single line - if ('/' == this.str[0] && '/' == this.str[1]) { - var end = this.str.indexOf('\n'); - if (-1 == end) end = this.str.length; - this.skip(end); - return this.advance(); - } - - // Multi-line - if ('/' == this.str[0] && '*' == this.str[1]) { - var end = this.str.indexOf('*/'); - if (-1 == end) end = this.str.length; - var str = this.str.substr(0, end + 2) - , lines = str.split('\n').length - 1; - this.lineno += lines; - this.skip(end + 2); - return this.allowComments - ? new Token('comment', str) - : this.advance(); - } - }, - - /** - * 'true' | 'false' - */ - - boolean: function() { - var captures; - if (captures = /^(true|false)\b( *)/.exec(this.str)) { - var val = 'true' == captures[1] - ? nodes.true - : nodes.false; - this.skip(captures); - var tok = new Token('boolean', val); - tok.space = captures[2]; - return tok; - } - }, - - /** - * -?[a-zA-Z$] [-\w\d$]* '(' - */ - - function: function() { - var captures; - if (captures = /^(-?[a-zA-Z$][-\w\d$]*)\(( *)/.exec(this.str)) { - var name = captures[1]; - this.skip(captures); - this.isURL = 'url' == name; - var tok = new Token('function', new nodes.Ident(name)); - tok.space = captures[2]; - return tok; - } - }, - - /** - * -?[a-zA-Z$] [-\w\d$]* - */ - - ident: function() { - var captures; - if (captures = /^(-?[a-zA-Z$][-\w\d$]*)/.exec(this.str)) { - var name = captures[1]; - this.skip(captures); - return new Token('ident', new nodes.Ident(name)); - } - }, - - /** - * '\n' ' '+ - */ - - newline: function() { - var captures, re; - - // we have established the indentation regexp - if (this.indentRe){ - captures = this.indentRe.exec(this.str); - // figure out if we are using tabs or spaces - } else { - // try tabs - re = /^\n([\t]*) */; - captures = re.exec(this.str); - - // nope, try spaces - if (captures && !captures[1].length) { - re = /^\n( *)/; - captures = re.exec(this.str); - } - - // established - if (captures && captures[1].length) this.indentRe = re; - } - - - if (captures) { - var tok - , indents = captures[1].length; - - this.skip(captures); - if (this.str[0] === ' ' || this.str[0] === '\t') { - throw new Error('Invalid indentation, you can use tabs or spaces to indent but not both'); - } - - // Reset state - this.isVariable = false; - - // Blank line - if ('\n' == this.str[0]) { - ++this.lineno; - return this.advance(); - } - - // Outdent - if (this.indentStack.length && indents < this.indentStack[0]) { - while (this.indentStack.length && this.indentStack[0] > indents) { - this.stash.push(new Token('outdent')); - this.indentStack.shift(); - } - tok = this.stash.pop(); - // Indent - } else if (indents && indents != this.indentStack[0]) { - this.indentStack.unshift(indents); - tok = new Token('indent'); - // Newline - } else { - tok = new Token('newline'); - } - - return tok; - } - }, - - /** - * '-'? (digit+ | digit* '.' digit+) unit - */ - - unit: function() { - var captures; - if (captures = unit.exec(this.str)) { - this.skip(captures); - var n = parseFloat(captures[2]); - if ('-' == captures[1]) n = -n; - var node = new nodes.Unit(n, captures[3]); - return new Token('unit', node); - } - }, - - /** - * '"' [^"]+ '"' | "'"" [^']+ "'" - */ - - string: function() { - var captures; - if (captures = /^("[^"]*"|'[^']*') */.exec(this.str)) { - var str = captures[1]; - this.skip(captures); - return new Token('string', new nodes.String(str.slice(1,-1))); - } - }, - - /** - * #nnnnnn | #nnn - */ - - color: function() { - return this.hex6() - || this.hex3(); - }, - - /** - * #nnn - */ - - hex3: function() { - var captures; - if (captures = /^#([a-fA-F0-9]{3}) */.exec(this.str)) { - this.skip(captures); - var rgb = captures[1] - , r = parseInt(rgb[0] + rgb[0], 16) - , g = parseInt(rgb[1] + rgb[1], 16) - , b = parseInt(rgb[2] + rgb[2], 16) - , color = new nodes.RGBA(r, g, b, 1); - color.raw = captures[0]; - return new Token('color', color); - } - }, - - /** - * #nnnnnn - */ - - hex6: function() { - var captures; - if (captures = /^#([a-fA-F0-9]{6}) */.exec(this.str)) { - this.skip(captures); - var rgb = captures[1] - , r = parseInt(rgb.substr(0, 2), 16) - , g = parseInt(rgb.substr(2, 2), 16) - , b = parseInt(rgb.substr(4, 2), 16) - , color = new nodes.RGBA(r, g, b, 1); - color.raw = captures[0]; - return new Token('color', color); - } - }, - - /** - * [^\n,;]+ - */ - - selector: function() { - var captures; - if (captures = /^[^{\n,]+/.exec(this.str)) { - var selector = captures[0]; - this.skip(captures); - return new Token('selector', selector); - } - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/middleware.js b/node/node_modules/jade/support/stylus/lib/middleware.js deleted file mode 100644 index fdd890d..0000000 --- a/node/node_modules/jade/support/stylus/lib/middleware.js +++ /dev/null @@ -1,198 +0,0 @@ -/*! - * Stylus - middleware - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var stylus = require('./stylus') - , fs = require('fs') - , url = require('url') - , basename = require('path').basename - , join = require('path').join - , ENOENT; - -// COMPAT: - -try { - ENOENT = require('constants').ENOENT; -} catch (err) { - ENOENT = process.ENOENT; -} - -/** - * Import map. - */ - -var imports = {}; - -/** - * Return Connect middleware with the given `options`. - * - * Options: - * - * `force` Always re-compile - * `src` Source directory used to find .styl files - * `dest` Destination directory used to output .css files - * when undefined defaults to `src`. - * `compile` Custom compile function, accepting the arguments - * `(str, path)`. - * `compress` Whether the output .css files should be compressed - * - * Examples: - * - * Here we set up the custom compile function so that we may - * set the `compress` option, or define additional functions. - * - * By default the compile function simply sets the `filename` - * and renders the CSS. - * - * function compile(str, path) { - * return stylus(str) - * .set('filename', path) - * .set('compress', true); - * } - * - * Pass the middleware to Connect, grabbing .styl files from this directory - * and saving .css files to _./public_. Also supplying our custom `compile` function. - * - * Following that we have a `staticProvider` layer setup to serve the .css - * files generated by Stylus. - * - * var server = connect.createServer( - * stylus.middleware({ - * src: __dirname - * , dest: __dirname + '/public' - * , compile: compile - * }) - * , connect.static(__dirname + '/public') - * ); - * - * @param {Object} options - * @return {Function} - * @api public - */ - -module.exports = function(options){ - options = options || {}; - - // Accept src/dest dir - if ('string' == typeof options) { - options = { src: options }; - } - - // Force compilation - var force = options.force; - - // Source dir required - var src = options.src; - if (!src) throw new Error('stylus.middleware() requires "src" directory'); - - // Default dest dir to source - var dest = options.dest - ? options.dest - : src; - - // Default compile callback - options.compile = options.compile || function(str, path){ - return stylus(str) - .set('filename', path) - .set('compress', options.compress); - }; - - // Middleware - return function(req, res, next){ - if ('GET' != req.method && 'HEAD' != req.method) return next(); - var path = url.parse(req.url).pathname; - if (/\.css$/.test(path)) { - var cssPath = join(dest, path) - , stylusPath = join(src, path.replace('.css', '.styl')); - - // Ignore ENOENT to fall through as 404 - function error(err) { - next(ENOENT == err.errno - ? null - : err); - } - - // Force - if (force) return compile(); - - // Compile to cssPath - function compile() { - fs.readFile(stylusPath, 'utf8', function(err, str){ - if (err) return error(err); - var style = options.compile(str, stylusPath); - var paths = style.options._imports = []; - style.render(function(err, css){ - imports[stylusPath] = imports[stylusPath] || paths; - if (err) return next(err); - fs.writeFile(cssPath, css, 'utf8', function(err){ - next(err); - }); - }); - }); - } - - // Compare mtimes - fs.stat(stylusPath, function(err, stylusStats){ - if (err) return error(err); - fs.stat(cssPath, function(err, cssStats){ - // CSS has not been compiled, compile it! - if (err) { - if (ENOENT == err.errno) { - compile(); - } else { - next(err); - } - } else { - // Source has changed, compile it - if (stylusStats.mtime > cssStats.mtime) { - compile(); - // Already compiled, check imports - } else { - checkImports(stylusPath, function(changed){ - changed ? compile() : next(); - }); - } - } - }); - }); - } else { - next(); - } - } -}; - -/** - * Check `path`'s imports to see if they have been altered. - * - * @param {String} path - * @param {Function} fn - * @api private - */ - -function checkImports(path, fn) { - var nodes = imports[path]; - if (!nodes) return fn(); - if (!nodes.length) return fn(); - var pending = nodes.length - , changed = false; - nodes.forEach(function(import){ - fs.stat(import.path, function(err, stat){ - if (err) { - --pending || fn(changed); - } else if (import.mtime) { - changed = changed || stat.mtime > import.mtime; - import.mtime = stat.mtime; - --pending || fn(changed); - } else { - import.mtime = stat.mtime; - --pending || fn(changed = true); - } - }); - }); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/binop.js b/node/node_modules/jade/support/stylus/lib/nodes/binop.js deleted file mode 100644 index 3dbe4b2..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/binop.js +++ /dev/null @@ -1,52 +0,0 @@ - -/*! - * Stylus - BinOp - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `BinOp` with `op`, `left` and `right`. - * - * @param {String} op - * @param {Node} left - * @param {Node} right - * @api public - */ - -var BinOp = module.exports = function BinOp(op, left, right){ - Node.call(this); - this.op = op; - this.left = left; - this.right = right; -}; - -/** - * Inherit from `Node.prototype`. - */ - -BinOp.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -BinOp.prototype.clone = function(){ - var clone = new BinOp( - this.op - , this.left.clone() - , this.right ? - this.right.clone() - : null); - clone.lineno = this.lineno; - return clone; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/block.js b/node/node_modules/jade/support/stylus/lib/nodes/block.js deleted file mode 100644 index 7db0d62..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/block.js +++ /dev/null @@ -1,98 +0,0 @@ - -/*! - * Stylus - Block - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Block` node with `parent` Block. - * - * @param {Block} parent - * @api public - */ - -var Block = module.exports = function Block(parent, node){ - Node.call(this); - this.nodes = []; - this.parent = parent; - this.node = node; - this.scope = true; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Block.prototype.__proto__ = Node.prototype; - -/** - * Check if this block has properties.. - * - * @return {Boolean} - * @api public - */ - -Block.prototype.__defineGetter__('hasProperties', function(){ - for (var i = 0, len = this.nodes.length; i < len; ++i) { - if ('property' == this.nodes[i].nodeName) { - return true; - } - } -}); - -/** - * Check if this block is empty. - * - * @return {Boolean} - * @api public - */ - -Block.prototype.__defineGetter__('isEmpty', function(){ - return !this.nodes.length; -}); - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Block.prototype.clone = function(){ - var clone = new Block(this.parent, this.node); - clone.lineno = this.lineno; - clone.scope = this.scope; - this.nodes.forEach(function(node){ - node = node.clone(); - switch (node.nodeName) { - case 'each': - case 'group': - node.block.parent = clone; - break; - case 'ident': - if ('function' == node.val.nodeName) { - node.val.block.parent = clone; - } - } - clone.push(node); - }); - return clone; -}; - -/** - * Push a `node` to this block. - * - * @param {Node} node - * @api public - */ - -Block.prototype.push = function(node){ - this.nodes.push(node); -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/boolean.js b/node/node_modules/jade/support/stylus/lib/nodes/boolean.js deleted file mode 100644 index a71c327..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/boolean.js +++ /dev/null @@ -1,83 +0,0 @@ - -/*! - * Stylus - Boolean - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Boolean` node with the given `val`. - * - * @param {Boolean} val - * @api public - */ - -var Boolean = module.exports = function Boolean(val){ - Node.call(this); - if (this instanceof Boolean) { - this.val = !!val; - } else { - return val ? nodes.true : nodes.false; - } -}; - -/** - * Inherit from `Node.prototype`. - */ - -Boolean.prototype.__proto__ = Node.prototype; - -/** - * Return `this` node. - * - * @return {Boolean} - * @api public - */ - -Boolean.prototype.toBoolean = function(){ - return this; -}; - -/** - * Negate the value. - * - * @return {Boolean} - * @api public - */ - -Boolean.prototype.negate = function(){ - return this.val - ? nodes.false - : nodes.true; -}; - -/** - * Return 'Boolean'. - * - * @return {String} - * @api public - */ - -Boolean.prototype.inspect = function(){ - return '[Boolean ' + this.val + ']'; -}; - -/** - * Return 'true' or 'false'. - * - * @return {String} - * @api public - */ - -Boolean.prototype.toString = function(){ - return this.val - ? 'true' - : 'false'; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/call.js b/node/node_modules/jade/support/stylus/lib/nodes/call.js deleted file mode 100644 index b0d20f5..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/call.js +++ /dev/null @@ -1,56 +0,0 @@ - -/*! - * Stylus - Call - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Call` with `name` and `args`. - * - * @param {String} name - * @param {Expression} args - * @api public - */ - -var Call = module.exports = function Call(name, args){ - Node.call(this); - this.name = name; - this.args = args; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Call.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Call.prototype.clone = function(){ - var clone = new Call(this.name, this.args.clone()); - clone.lineno = this.lineno; - return clone; -}; - -/** - * Return (). - * - * @return {String} - * @api public - */ - -Call.prototype.toString = function(){ - return this.name + '()'; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/charset.js b/node/node_modules/jade/support/stylus/lib/nodes/charset.js deleted file mode 100644 index 2e95c34..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/charset.js +++ /dev/null @@ -1,42 +0,0 @@ - -/*! - * Stylus - Charset - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Charset` with the given `val` - * - * @param {String} val - * @api public - */ - -var Charset = module.exports = function Charset(val){ - Node.call(this); - this.val = val; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Charset.prototype.__proto__ = Node.prototype; - -/** - * Return @charset "val". - * - * @return {String} - * @api public - */ - -Charset.prototype.toString = function(){ - return '@charset ' + this.val; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/each.js b/node/node_modules/jade/support/stylus/lib/nodes/each.js deleted file mode 100644 index 7268dec..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/each.js +++ /dev/null @@ -1,55 +0,0 @@ - -/*! - * Stylus - Each - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Each` node with the given `val` name, - * `key` name, `expr`, and `block`. - * - * @param {String} val - * @param {String} key - * @param {Expression} expr - * @param {Block} block - * @api public - */ - -var Each = module.exports = function Each(val, key, expr, block){ - Node.call(this); - this.val = val; - this.key = key; - this.expr = expr; - this.block = block; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Each.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Each.prototype.clone = function(){ - var clone = new Each( - this.val - , this.key - , this.expr.clone() - , this.block.clone()); - clone.lineno = this.lineno; - return clone; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/expression.js b/node/node_modules/jade/support/stylus/lib/nodes/expression.js deleted file mode 100644 index ae7205f..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/expression.js +++ /dev/null @@ -1,143 +0,0 @@ - -/*! - * Stylus - Expression - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('../nodes') - , utils = require('../utils'); - -/** - * Initialize a new `Expression`. - * - * @param {Boolean} isList - * @api public - */ - -var Expression = module.exports = function Expression(isList){ - Node.call(this); - this.nodes = []; - this.isList = isList; -}; - -/** - * Check if the variable has a value. - * - * @return {Boolean} - * @api public - */ - -Expression.prototype.__defineGetter__('isEmpty', function(){ - return !this.nodes.length; -}); - -/** - * Return the first node in this expression. - * - * @return {Node} - * @api public - */ - -Expression.prototype.__defineGetter__('first', function(){ - return this.nodes[0] - ? this.nodes[0].first - : nodes.null; -}); - -/** - * Hash all the nodes in order. - * - * @return {String} - * @api public - */ - -Expression.prototype.__defineGetter__('hash', function(){ - return this.nodes.map(function(node){ - return node.hash; - }).join('::'); -}); - -/** - * Inherit from `Node.prototype`. - */ - -Expression.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Expression.prototype.clone = function(){ - var clone = new Expression(this.isList); - clone.preserve = this.preserve; - clone.lineno = this.lineno; - for (var i = 0; i < this.nodes.length; ++i) { - clone.push(this.nodes[i].clone()); - } - return clone; -}; - -/** - * Push the given `node`. - * - * @param {Node} node - * @api public - */ - -Expression.prototype.push = function(node){ - this.nodes.push(node); -}; - -/** - * Operate on `right` with the given `op`. - * - * @param {String} op - * @param {Node} right - * @return {Node} - * @api public - */ - -Expression.prototype.operate = function(op, right){ - switch (op) { - case '[]': - var expr = new nodes.Expression - , vals = utils.unwrap(this).nodes - , range = utils.unwrap(right).nodes; - range.forEach(function(unit){ - if ('unit' == unit.nodeName) { - var node = vals[unit.val]; - if (node) expr.push(node); - } - }); - return expr.isEmpty - ? nodes.null - : expr; - default: - return Node.prototype.operate.call(this, op, right); - } -}; - -/** - * Return " " or ", , " if - * the expression represents a list. - * - * @return {String} - * @api public - */ - -Expression.prototype.toString = function(){ - return '(' + this.nodes.map(function(node){ - return node.toString(); - }).join(this.isList ? ', ' : ' ') + ')'; -}; - - diff --git a/node/node_modules/jade/support/stylus/lib/nodes/function.js b/node/node_modules/jade/support/stylus/lib/nodes/function.js deleted file mode 100644 index ba0c214..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/function.js +++ /dev/null @@ -1,92 +0,0 @@ - -/*! - * Stylus - Function - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Function` with `name`, `params`, and `body`. - * - * @param {String} name - * @param {Params|Function} params - * @param {Block} body - * @api public - */ - -var Function = module.exports = function Function(name, params, body){ - Node.call(this); - this.name = name; - this.params = params; - this.block = body; - if ('function' == typeof params) this.fn = params; -}; - -/** - * Check function arity. - * - * @return {Boolean} - * @api public - */ - -Function.prototype.__defineGetter__('arity', function(){ - return this.params.length; -}); - -/** - * Inherit from `Node.prototype`. - */ - -Function.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Function.prototype.clone = function(){ - if (this.fn) { - var clone = new Function( - this.name - , this.fn); - } else { - var clone = new Function( - this.name - , this.params.clone() - , this.block.clone()); - } - clone.lineno = this.lineno; - return clone; -}; - -/** - * Return (param1, param2, ...). - * - * @return {String} - * @api public - */ - -Function.prototype.toString = function(){ - if (this.fn) { - return this.name - + '(' - + this.fn.toString() - .match(/^function *\((.*?)\)/) - .slice(1) - .join(', ') - + ')'; - } else { - return this.name - + '(' - + this.params.nodes.join(', ') - + ')'; - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/group.js b/node/node_modules/jade/support/stylus/lib/nodes/group.js deleted file mode 100644 index 1d36b81..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/group.js +++ /dev/null @@ -1,78 +0,0 @@ - -/*! - * Stylus - Group - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Group`. - * - * @api public - */ - -var Group = module.exports = function Group(){ - Node.call(this); - this.nodes = []; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Group.prototype.__proto__ = Node.prototype; - -/** - * Push the given `selector` node. - * - * @param {Selector} selector - * @api public - */ - -Group.prototype.push = function(selector){ - this.nodes.push(selector); -}; - -/** - * Return this set's `Block`. - */ - -Group.prototype.__defineGetter__('block', function(){ - return this.nodes[0].block; -}); - -/** - * Assign `block` to each selector in this set. - * - * @param {Block} block - * @api public - */ - -Group.prototype.__defineSetter__('block', function(block){ - for (var i = 0, len = this.nodes.length; i < len; ++i) { - this.nodes[i].block = block; - } -}); - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Group.prototype.clone = function(){ - var clone = new Group; - clone.lineno = this.lineno; - this.nodes.forEach(function(node){ - clone.push(node.clone()); - }); - clone.block = this.block.clone(); - return clone; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/hsla.js b/node/node_modules/jade/support/stylus/lib/nodes/hsla.js deleted file mode 100644 index 9be887d..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/hsla.js +++ /dev/null @@ -1,230 +0,0 @@ - -/*! - * Stylus - HSLA - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `HSLA` with the given h,s,l,a component values. - * - * @param {Number} h - * @param {Number} s - * @param {Number} l - * @param {Number} a - * @api public - */ - -var HSLA = exports = module.exports = function HSLA(h,s,l,a){ - Node.call(this); - this.h = clampDegrees(h); - this.s = clampPercentage(s); - this.l = clampPercentage(l); - this.a = clampAlpha(a); - this.hsla = this; -}; - -/** - * Inherit from `Node.prototype`. - */ - -HSLA.prototype.__proto__ = Node.prototype; - -/** - * Return hsla(n,n,n,n). - * - * @return {String} - * @api public - */ - -HSLA.prototype.toString = function(){ - return 'hsla(' - + this.h + ',' - + this.s + ',' - + this.l + ',' - + this.a + ')'; -}; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -HSLA.prototype.clone = function(){ - var clone = new HSLA( - this.h - , this.s - , this.l - , this.a); - clone.lineno = this.lineno; - return clone; -}; - -/** - * Return rgba `RGBA` representation. - * - * @return {RGBA} - * @api public - */ - -HSLA.prototype.__defineGetter__('rgba', function(){ - return nodes.RGBA.fromHSLA(this); -}); - -/** - * Return hash. - * - * @return {String} - * @api public - */ - -HSLA.prototype.__defineGetter__('hash', function(){ - return this.rgba.toString(); -}); - -/** - * Coerce RGBA to HSLA. - * - * @param {Node} other - * @return {Node} - * @api public - */ - -HSLA.prototype.coerce = function(other){ - if (other instanceof nodes.RGBA) { - return other.hsla; - } else { - return Node.prototype.coerce.call(this, other); - } -}; - -/** - * Operate on `right` with the given `op`. - * - * @param {String} op - * @param {Node} right - * @return {Node} - * @api public - */ - -HSLA.prototype.operate = function(op, right){ - switch (op) { - case '+': - return new HSLA( - this.h + right.h - , this.s + right.s - , this.l + right.l - , 1 == right.a ? this.a : (this.a + right.a) - ); - case '-': - return new HSLA( - this.h - right.h - , this.s - right.s - , this.l - right.l - , 1 == right.a ? this.a : (this.a - right.a) - ); - case '*': - return new HSLA( - this.h * right.h - , this.s * right.s - , this.l * right.l - , this.a * right.a - ); - case '/': - return new HSLA( - this.h / right.h - , this.s / right.s - , this.l / right.l - , this.a / right.a - ); - default: - return Node.prototype.operate.call(this, op, right); - } -}; - -/** - * Return `HSLA` representation of the given `color`. - * - * @param {RGBA} color - * @return {HSLA} - * @api public - */ - -exports.fromRGBA = function(rgba){ - var r = rgba.r / 255 - , g = rgba.g / 255 - , b = rgba.b / 255 - , a = rgba.a; - - var min = Math.min(r,g,b) - , max = Math.max(r,g,b) - , l = (max + min) / 2 - , d = max - min - , h, s; - - switch (max) { - case min: h = 0; break; - case r: h = 60 * (g-b) / d; break; - case g: h = 60 * (b-r) / d + 120; break; - case b: h = 60 * (r-g) / d + 240; break; - } - - if (max == min) { - s = 0; - } else if (l < .5) { - s = d / (2 * l); - } else { - s = d / (2 - 2 * l); - } - - h %= 360; - s *= 100; - l *= 100; - - return new HSLA(h,s,l,a); -}; - -/** - * Clamp degree `n` >= 0 and <= 360. - * - * @param {Number} n - * @return {Number} - * @api private - */ - -function clampDegrees(n) { - return Math.max(0, Math.min(n, 360)); -} - -/** - * Clamp percentage `n` >= 0 and <= 100. - * - * @param {Number} n - * @return {Number} - * @api private - */ - -function clampPercentage(n) { - return Math.max(0, Math.min(n, 100)); -} - -/** - * Clamp alpha `n` >= 0 and <= 1. - * - * @param {Number} n - * @return {Number} - * @api private - */ - -function clampAlpha(n) { - return Math.max(0, Math.min(n, 1)); -} diff --git a/node/node_modules/jade/support/stylus/lib/nodes/ident.js b/node/node_modules/jade/support/stylus/lib/nodes/ident.js deleted file mode 100644 index e307bc8..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/ident.js +++ /dev/null @@ -1,97 +0,0 @@ - -/*! - * Stylus - Ident - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Ident` by `name` with the given `val` node. - * - * @param {String} name - * @param {Node} val - * @api public - */ - -var Ident = module.exports = function Ident(name, val){ - Node.call(this); - this.name = name; - this.string = name; - this.val = val || nodes.null; -}; - -/** - * Check if the variable has a value. - * - * @return {Boolean} - * @api public - */ - -Ident.prototype.__defineGetter__('isEmpty', function(){ - return undefined == this.val; -}); - -/** - * Return hash. - * - * @return {String} - * @api public - */ - -Ident.prototype.__defineGetter__('hash', function(){ - return this.name; -}); - -/** - * Inherit from `Node.prototype`. - */ - -Ident.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Ident.prototype.clone = function(){ - var clone = new Ident(this.name, this.val.clone()); - clone.lineno = this.lineno; - return clone; -}; - -/** - * Return . - * - * @return {String} - * @api public - */ - -Ident.prototype.toString = function(){ - return this.name; -}; - -/** - * Coerce `other` to an ident. - * - * @param {Node} other - * @return {String} - * @api public - */ - -Ident.prototype.coerce = function(other){ - if (other instanceof nodes.Literal || - other instanceof Ident) { - return other; - } else { - return Node.prototype.coerce.call(this, other); - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/if.js b/node/node_modules/jade/support/stylus/lib/nodes/if.js deleted file mode 100644 index ec7a977..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/if.js +++ /dev/null @@ -1,54 +0,0 @@ - -/*! - * Stylus - If - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `If` with the given `cond`. - * - * @param {Expression} cond - * @param {Boolean|Block} negate, block - * @api public - */ - -var If = module.exports = function If(cond, negate){ - Node.call(this); - this.cond = cond; - this.elses = []; - if (negate instanceof Node) { - this.block = negate; - } else { - this.negate = negate; - } -}; - -/** - * Inherit from `Node.prototype`. - */ - -If.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -If.prototype.clone = function(){ - var cond = this.cond.clone() - , block = this.block.clone(); - var clone = new If(cond, block); - clone.elses = this.elses.map(function(node){ return node.clone(); }); - clone.negate = this.negate; - clone.lineno = this.lineno; - return clone; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/import.js b/node/node_modules/jade/support/stylus/lib/nodes/import.js deleted file mode 100644 index 9356c30..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/import.js +++ /dev/null @@ -1,30 +0,0 @@ - -/*! - * Stylus - Import - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Import` with the given `expr`. - * - * @param {Expression} expr - * @api public - */ - -var Import = module.exports = function Import(expr){ - Node.call(this); - this.path = expr; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Import.prototype.__proto__ = Node.prototype; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/index.js b/node/node_modules/jade/support/stylus/lib/nodes/index.js deleted file mode 100644 index 671344c..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/index.js +++ /dev/null @@ -1,48 +0,0 @@ - -/*! - * Stylus - nodes - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Constructors - */ - -exports.Node = require('./node'); -exports.Root = require('./root'); -exports.Null = require('./null'); -exports.Each = require('./each'); -exports.If = require('./if'); -exports.Call = require('./call'); -exports.Page = require('./page'); -exports.UnaryOp = require('./unaryop'); -exports.BinOp = require('./binop'); -exports.Ternary = require('./ternary'); -exports.Block = require('./block'); -exports.Unit = require('./unit'); -exports.String = require('./string'); -exports.HSLA = require('./hsla'); -exports.RGBA = require('./rgba'); -exports.Ident = require('./ident'); -exports.Group = require('./group'); -exports.Literal = require('./literal'); -exports.Boolean = require('./boolean'); -exports.Return = require('./return'); -exports.Media = require('./media'); -exports.Params = require('./params'); -exports.Keyframes = require('./keyframes'); -exports.Charset = require('./charset'); -exports.Import = require('./import'); -exports.Function = require('./function'); -exports.Property = require('./property'); -exports.Selector = require('./selector'); -exports.Expression = require('./expression'); - -/** - * Singletons. - */ - -exports.true = new exports.Boolean(true); -exports.false = new exports.Boolean(false); -exports.null = new exports.Null; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/keyframes.js b/node/node_modules/jade/support/stylus/lib/nodes/keyframes.js deleted file mode 100644 index cd15604..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/keyframes.js +++ /dev/null @@ -1,57 +0,0 @@ - -/*! - * Stylus - Keyframes - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Keyframes` with the given `name`. - * - * @param {String} name - * @api public - */ - -var Keyframes = module.exports = function Keyframes(name){ - Node.call(this); - this.name = name; - this.frames = []; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Keyframes.prototype.__proto__ = Node.prototype; - -/** - * Push the given `block` at `pos`. - * - * @param {Unit} pos - * @param {Block} block - * @api public - */ - -Keyframes.prototype.push = function(pos, block){ - this.frames.push({ - pos: pos - , block: block - }); -}; - -/** - * Return `@keyframes name`. - * - * @return {String} - * @api public - */ - -Keyframes.prototype.toString = function(){ - return '@keyframes ' + this.name; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/literal.js b/node/node_modules/jade/support/stylus/lib/nodes/literal.js deleted file mode 100644 index 1b94867..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/literal.js +++ /dev/null @@ -1,70 +0,0 @@ - -/*! - * Stylus - Literal - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Literal` with the given `str`. - * - * @param {String} str - * @api public - */ - -var Literal = module.exports = function Literal(str){ - Node.call(this); - this.val = str; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Literal.prototype.__proto__ = Node.prototype; - -/** - * Return hash. - * - * @return {String} - * @api public - */ - -Literal.prototype.__defineGetter__('hash', function(){ - return this.val; -}); - -/** - * Return literal value. - * - * @return {String} - * @api public - */ - -Literal.prototype.toString = function(){ - return this.val; -}; - -/** - * Coerce `other` to a literal. - * - * @param {Node} other - * @return {String} - * @api public - */ - -Literal.prototype.coerce = function(other){ - if (other instanceof Literal || - other instanceof nodes.Ident) { - return other; - } else { - return Node.prototype.coerce.call(this, other); - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/media.js b/node/node_modules/jade/support/stylus/lib/nodes/media.js deleted file mode 100644 index 142fb24..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/media.js +++ /dev/null @@ -1,42 +0,0 @@ - -/*! - * Stylus - Media - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Media` with the given `val` - * - * @param {String} val - * @api public - */ - -var Media = module.exports = function Media(val){ - Node.call(this); - this.val = val; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Media.prototype.__proto__ = Node.prototype; - -/** - * Return @media "val". - * - * @return {String} - * @api public - */ - -Media.prototype.toString = function(){ - return '@media ' + this.val; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/node.js b/node/node_modules/jade/support/stylus/lib/nodes/node.js deleted file mode 100644 index 266c118..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/node.js +++ /dev/null @@ -1,175 +0,0 @@ - -/*! - * Stylus - Node - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Evaluator = require('../visitor/evaluator') - , utils = require('../utils') - , nodes = require('./'); - -/** - * Node constructor. - * - * @api public - */ - -var Node = module.exports = function Node(){ - this.lineno = nodes.lineno; - Object.defineProperty(this, 'filename', { value: nodes.filename }); - Object.defineProperty(this, 'source', { value: nodes.source }); -}; - -/** - * Return this node. - * - * @return {Node} - * @api public - */ - -Node.prototype.__defineGetter__('first', function(){ - return this; -}); - -/** - * Return hash. - * - * @return {String} - * @api public - */ - -Node.prototype.__defineGetter__('hash', function(){ - return this.val; -}); - -/** - * Return node name. - * - * @return {String} - * @api public - */ - -Node.prototype.__defineGetter__('nodeName', function(){ - return this.constructor.name.toLowerCase(); -}); - -/** - * Return this node. - * - * @return {Node} - * @api public - */ - -Node.prototype.clone = function(){ - return this; -}; - -/** - * Nodes by default evaluate to themselves. - * - * @return {Node} - * @api public - */ - -Node.prototype.eval = function(){ - return new Evaluator(this).evaluate(); -}; - -/** - * Return true. - * - * @return {Boolean} - * @api public - */ - -Node.prototype.toBoolean = function(){ - return nodes.true; -}; - -/** - * Operate on `right` with the given `op`. - * - * @param {String} op - * @param {Node} right - * @return {Node} - * @api public - */ - -Node.prototype.operate = function(op, right){ - switch (op) { - case 'is a': - if ('string' == right.nodeName) { - if ('color' == right.string) { - return nodes.Boolean('rgba' == this.nodeName || 'hsla' == this.nodeName); - } else { - return nodes.Boolean(this.nodeName == right.val); - } - } else { - throw new Error('"is a" expects a string, got ' + right.nodeName); - } - case '==': - return nodes.Boolean(this.hash == right.hash); - case '!=': - return nodes.Boolean(this.hash != right.hash); - case '>=': - return nodes.Boolean(this.hash >= right.hash); - case '<=': - return nodes.Boolean(this.hash <= right.hash); - case '>': - return nodes.Boolean(this.hash > right.hash); - case '<': - return nodes.Boolean(this.hash < right.hash); - case '||': - return nodes.true == this.toBoolean() - ? this - : right; - case 'in': - var vals = utils.unwrap(right).nodes - , hash = this.hash; - if (!vals) throw new Error('"in" given invalid right-hand operand, expecting an expression'); - for (var i = 0, len = vals.length; i < len; ++i) { - if (hash == vals[i].hash) { - return nodes.true; - } - } - return nodes.false; - case '&&': - var a = this.toBoolean() - , b = right.toBoolean(); - return nodes.true == a && nodes.true == b - ? right - : nodes.false == a - ? this - : right; - default: - if ('[]' == op) { - var msg = 'cannot perform ' - + this - + '[' + right + ']'; - } else { - var msg = 'cannot perform' - + ' ' + this - + ' ' + op - + ' ' + right; - } - throw new Error(msg); - } -}; - -/** - * Default coercion throws. - * - * @param {Node} other - * @return {Node} - * @api public - */ - -Node.prototype.coerce = function(other){ - if (other.nodeName == this.nodeName) return other; - throw new Error('cannot coerce ' + other + ' to ' + this.nodeName); -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/null.js b/node/node_modules/jade/support/stylus/lib/nodes/null.js deleted file mode 100644 index 579e4c3..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/null.js +++ /dev/null @@ -1,61 +0,0 @@ - -/*! - * Stylus - Null - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Null` node. - * - * @api public - */ - -var Null = module.exports = function Null(){}; - -/** - * Inherit from `Node.prototype`. - */ - -Null.prototype.__proto__ = Node.prototype; - -/** - * Return 'Null'. - * - * @return {String} - * @api public - */ - -Null.prototype.inspect = -Null.prototype.toString = function(){ - return '[Null]'; -}; - -/** - * Return false. - * - * @return {Boolean} - * @api public - */ - -Null.prototype.toBoolean = function(){ - return nodes.false; -}; - -/** - * Return hash. - * - * @return {String} - * @api public - */ - -Null.prototype.__defineGetter__('hash', function(){ - return null; -}); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/page.js b/node/node_modules/jade/support/stylus/lib/nodes/page.js deleted file mode 100644 index e60648e..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/page.js +++ /dev/null @@ -1,43 +0,0 @@ - -/*! - * Stylus - Page - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Page` with the given `selector` and `block`. - * - * @param {Selector} selector - * @param {Block} block - * @api public - */ - -var Page = module.exports = function Page(selector, block){ - Node.call(this); - this.selector = selector; - this.block = block; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Page.prototype.__proto__ = Node.prototype; - -/** - * Return `@oage name`. - * - * @return {String} - * @api public - */ - -Page.prototype.toString = function(){ - return '@page ' + this.selector; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/params.js b/node/node_modules/jade/support/stylus/lib/nodes/params.js deleted file mode 100644 index 9bbe9cb..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/params.js +++ /dev/null @@ -1,71 +0,0 @@ - -/*! - * Stylus - Params - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Params` with `name`, `params`, and `body`. - * - * @param {String} name - * @param {Params} params - * @param {Expression} body - * @api public - */ - -var Params = module.exports = function Params(){ - Node.call(this); - this.nodes = []; -}; - -/** - * Check function arity. - * - * @return {Boolean} - * @api public - */ - -Params.prototype.__defineGetter__('length', function(){ - return this.nodes.length; -}); - -/** - * Inherit from `Node.prototype`. - */ - -Params.prototype.__proto__ = Node.prototype; - -/** - * Push the given `node`. - * - * @param {Node} node - * @api public - */ - -Params.prototype.push = function(node){ - this.nodes.push(node); -}; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Params.prototype.clone = function(){ - var clone = new Params; - clone.lineno = this.lineno; - this.nodes.forEach(function(node){ - clone.push(node.clone()); - }); - return clone; -}; - diff --git a/node/node_modules/jade/support/stylus/lib/nodes/property.js b/node/node_modules/jade/support/stylus/lib/nodes/property.js deleted file mode 100644 index 6d3167c..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/property.js +++ /dev/null @@ -1,47 +0,0 @@ - -/*! - * Stylus - Property - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Property` with the given `segs` and optional `expr`. - * - * @param {Array} segs - * @param {Expression} expr - * @api public - */ - -var Property = module.exports = function Property(segs, expr){ - Node.call(this); - this.segments = segs; - this.expr = expr; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Property.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Property.prototype.clone = function(){ - var clone = new Property(this.segments); - clone.lineno = this.lineno; - this.segments = this.segments.map(function(node){ return node.clone(); }); - if (this.expr) clone.expr = this.expr.clone(); - return clone; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/return.js b/node/node_modules/jade/support/stylus/lib/nodes/return.js deleted file mode 100644 index 86ca751..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/return.js +++ /dev/null @@ -1,43 +0,0 @@ - -/*! - * Stylus - Return - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Return` node with the given `expr`. - * - * @param {Expression} expr - * @api public - */ - -var Return = module.exports = function Return(expr){ - this.expr = expr || nodes.null; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Return.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Return.prototype.clone = function(){ - var clone = new Return(this.expr.clone()); - clone.lineno = this.lineno; - return clone; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/rgba.js b/node/node_modules/jade/support/stylus/lib/nodes/rgba.js deleted file mode 100644 index 8648db9..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/rgba.js +++ /dev/null @@ -1,243 +0,0 @@ - -/*! - * Stylus - RGBA - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , HSLA = require('./hsla') - , nodes = require('./'); - -/** - * Initialize a new `RGBA` with the given r,g,b,a component values. - * - * @param {Number} r - * @param {Number} g - * @param {Number} b - * @param {Number} a - * @api public - */ - -var RGBA = exports = module.exports = function RGBA(r,g,b,a){ - Node.call(this); - this.r = clamp(r); - this.g = clamp(g); - this.b = clamp(b); - this.a = clampAlpha(a); - this.rgba = this; -}; - -/** - * Inherit from `Node.prototype`. - */ - -RGBA.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -RGBA.prototype.clone = function(){ - var clone = new RGBA( - this.r - , this.g - , this.b - , this.a); - clone.lineno = this.lineno; - return clone; -}; - -/** - * Return true. - * - * @return {Boolean} - * @api public - */ - -RGBA.prototype.toBoolean = function(){ - return nodes.true; -}; - -/** - * Return `HSLA` representation. - * - * @return {HSLA} - * @api public - */ - -RGBA.prototype.__defineGetter__('hsla', function(){ - return HSLA.fromRGBA(this); -}); - -/** - * Return hash. - * - * @return {String} - * @api public - */ - -RGBA.prototype.__defineGetter__('hash', function(){ - return this.toString(); -}); - -/** - * Coerce HSLA and Unit to RGBA. - * - * @param {Node} other - * @return {Node} - * @api public - */ - -RGBA.prototype.coerce = function(other){ - if (other instanceof nodes.HSLA) { - return other.rgba; - } else if (other instanceof nodes.Unit) { - var n = other.val; - return new RGBA(n,n,n,1); - } else { - return Node.prototype.coerce.call(this, other); - } -}; - -/** - * Operate on `right` with the given `op`. - * - * @param {String} op - * @param {Node} right - * @return {Node} - * @api public - */ - -RGBA.prototype.operate = function(op, right){ - switch (op) { - case '+': - return new RGBA( - this.r + right.r - , this.g + right.g - , this.b + right.b - , 1 == right.a ? this.a : (this.a + right.a) - ); - case '-': - return new RGBA( - this.r - right.r - , this.g - right.g - , this.b - right.b - , 1 == right.a ? this.a : (this.a - right.a) - ); - case '*': - return new RGBA( - this.r * right.r - , this.g * right.g - , this.b * right.b - , this.a * right.a - ); - case '/': - return new RGBA( - this.r / right.r - , this.g / right.g - , this.b / right.b - , this.a / right.a - ); - default: - return Node.prototype.operate.call(this, op, right); - } -}; - -/** - * Return #nnnnnn, #nnn, or rgba(n,n,n,n) string representation of the color. - * - * @return {String} - * @api public - */ - -RGBA.prototype.toString = function(){ - function pad(n) { - return n < 16 - ? '0' + n.toString(16) - : n.toString(16); - } - - if (1 == this.a) { - var r = pad(this.r) - , g = pad(this.g) - , b = pad(this.b); - - // Compress - if (r[0] == r[1] && g[0] == g[1] && b[0] == b[1]) { - return '#' + r[0] + g[0] + b[0]; - } else { - return '#' + r + g + b; - } - } else { - return 'rgba(' - + this.r + ',' - + this.g + ',' - + this.b + ',' - + this.a + ')'; - } -}; - -/** - * Return a `RGBA` from the given `hsla`. - * - * @param {HSLA} hsla - * @return {RGBA} - * @api public - */ - -exports.fromHSLA = function(hsla){ - var h = hsla.h / 360 - , s = hsla.s / 100 - , l = hsla.l / 100 - , a = hsla.a; - - var m2 = l <= .5 ? l * (s + 1) : l + s - l * s - , m1 = l * 2 - m2; - - var r = hue(h + 1/3) * 0xff - , g = hue(h) * 0xff - , b = hue(h - 1/3) * 0xff; - - function hue(h) { - if (h < 0) ++h; - if (h > 1) --h; - if (h * 6 < 1) return m1 + (m2 - m1) * h * 6; - if (h * 2 < 1) return m2; - if (h * 3 < 2) return m1 + (m2 - m1) * (2/3 - h) * 6; - return m1; - } - - return new RGBA(r,g,b,a); -}; - -/** - * Clamp `n` >= 0 and <= 255. - * - * @param {Number} n - * @return {Number} - * @api private - */ - -function clamp(n) { - return Math.max(0, Math.min(n.toFixed(0), 255)); -} - -/** - * Clamp alpha `n` >= 0 and <= 1. - * - * @param {Number} n - * @return {Number} - * @api private - */ - -function clampAlpha(n) { - return Math.max(0, Math.min(n, 1)); -} diff --git a/node/node_modules/jade/support/stylus/lib/nodes/root.js b/node/node_modules/jade/support/stylus/lib/nodes/root.js deleted file mode 100644 index d5e14c5..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/root.js +++ /dev/null @@ -1,50 +0,0 @@ - -/*! - * Stylus - Root - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Root` node. - * - * @api public - */ - -var Root = module.exports = function Root(){ - this.nodes = []; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Root.prototype.__proto__ = Node.prototype; - -/** - * Push a `node` to this block. - * - * @param {Node} node - * @api public - */ - -Root.prototype.push = function(node){ - this.nodes.push(node); -}; - -/** - * Return "root". - * - * @return {String} - * @api public - */ - -Root.prototype.toString = function(){ - return '[Root]'; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/selector.js b/node/node_modules/jade/support/stylus/lib/nodes/selector.js deleted file mode 100644 index c7d308f..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/selector.js +++ /dev/null @@ -1,55 +0,0 @@ - -/*! - * Stylus - Selector - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Block = require('./block') - , Node = require('./node'); - -/** - * Initialize a new `Selector` with the given `val`. - * - * @param {String} val - * @api public - */ - -var Selector = module.exports = function Selector(val){ - Node.call(this); - this.val = val.replace(/ +$/, ''); -}; - -/** - * Inherit from `Node.prototype`. - */ - -Selector.prototype.__proto__ = Node.prototype; - -/** - * Return the selector string. - * - * @return {String} - * @api public - */ - -Selector.prototype.toString = function(){ - return this.val; -}; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Selector.prototype.clone = function(){ - var clone = new Selector(this.val); - clone.lineno = this.lineno; - return clone; -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/string.js b/node/node_modules/jade/support/stylus/lib/nodes/string.js deleted file mode 100644 index 2e9e6e6..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/string.js +++ /dev/null @@ -1,101 +0,0 @@ - -/*! - * Stylus - String - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `String` with the given `val`. - * - * @param {String} val - * @api public - */ - -var String = module.exports = function String(val){ - Node.call(this); - this.val = val; - this.string = val; -}; - -/** - * Inherit from `Node.prototype`. - */ - -String.prototype.__proto__ = Node.prototype; - -/** - * Return quoted string. - * - * @return {String} - * @api public - */ - -String.prototype.toString = function(){ - return '"' + this.val + '"'; -}; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -String.prototype.clone = function(){ - var clone = new String(this.val); - clone.lineno = this.lineno; - return clone; -}; - -/** - * Return Boolean based on the length of this string. - * - * @return {Boolean} - * @api public - */ - -String.prototype.toBoolean = function(){ - return nodes.Boolean(this.val.length); -}; - -/** - * Coerce `other` to a string. - * - * @param {Node} other - * @return {String} - * @api public - */ - -String.prototype.coerce = function(other){ - if (other instanceof String) { - return other; - } else { - return new String(other.toString()); - } -}; - -/** - * Operate on `right` with the given `op`. - * - * @param {String} op - * @param {Node} right - * @return {Node} - * @api public - */ - -String.prototype.operate = function(op, right){ - switch (op) { - case '+': - return new String(this.val + right.val); - default: - return Node.prototype.operate.call(this, op, right); - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/nodes/ternary.js b/node/node_modules/jade/support/stylus/lib/nodes/ternary.js deleted file mode 100644 index f82157e..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/ternary.js +++ /dev/null @@ -1,50 +0,0 @@ - -/*! - * Stylus - Ternary - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `Ternary` with `cond`, `trueExpr` and `falseExpr`. - * - * @param {Expression} cond - * @param {Expression} trueExpr - * @param {Expression} falseExpr - * @api public - */ - -var Ternary = module.exports = function Ternary(cond, trueExpr, falseExpr){ - Node.call(this); - this.cond = cond; - this.trueExpr = trueExpr; - this.falseExpr = falseExpr; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Ternary.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Ternary.prototype.clone = function(){ - var clone = new Ternary( - this.cond.clone() - , this.trueExpr.clone() - , this.falseExpr.clone()); - clone.lineno = this.lineno; - return clone; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/unaryop.js b/node/node_modules/jade/support/stylus/lib/nodes/unaryop.js deleted file mode 100644 index a409fc6..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/unaryop.js +++ /dev/null @@ -1,45 +0,0 @@ - -/*! - * Stylus - UnaryOp - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node'); - -/** - * Initialize a new `UnaryOp` with `op`, and `expr`. - * - * @param {String} op - * @param {Node} expr - * @api public - */ - -var UnaryOp = module.exports = function UnaryOp(op, expr){ - Node.call(this); - this.op = op; - this.expr = expr; -}; - -/** - * Inherit from `Node.prototype`. - */ - -UnaryOp.prototype.__proto__ = Node.prototype; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -UnaryOp.prototype.clone = function(){ - var clone = new UnaryOp(this.op, this.expr.clone()); - clone.lineno = this.lineno; - return clone; -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/nodes/unit.js b/node/node_modules/jade/support/stylus/lib/nodes/unit.js deleted file mode 100644 index 5e4e342..0000000 --- a/node/node_modules/jade/support/stylus/lib/nodes/unit.js +++ /dev/null @@ -1,188 +0,0 @@ - -/*! - * Stylus - Unit - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Node = require('./node') - , nodes = require('./'); - -/** - * Initialize a new `Unit` with the given `val` and unit `type` - * such as "px", "pt", "in", etc. - * - * @param {String} val - * @param {String} type - * @api public - */ - -var Unit = module.exports = function Unit(val, type){ - Node.call(this); - this.val = val; - this.type = type; -}; - -/** - * Inherit from `Node.prototype`. - */ - -Unit.prototype.__proto__ = Node.prototype; - -/** - * Return Boolean based on the unit value. - * - * @return {Boolean} - * @api public - */ - -Unit.prototype.toBoolean = function(){ - return nodes.Boolean(this.type - ? true - : this.val); -}; - -/** - * Return unit string. - * - * @return {String} - * @api public - */ - -Unit.prototype.toString = function(){ - var n = this.val; - if ('px' == this.type) n = n.toFixed(0); - return n + (this.type || ''); -}; - -/** - * Return a clone of this node. - * - * @return {Node} - * @api public - */ - -Unit.prototype.clone = function(){ - var clone = new Unit(this.val, this.type); - clone.lineno = this.lineno; - return clone; -}; - -/** - * Operate on `right` with the given `op`. - * - * @param {String} op - * @param {Node} right - * @return {Node} - * @api public - */ - -Unit.prototype.operate = function(op, right){ - switch (op) { - case '-': - return new Unit(this.val - right.val, this.type); - case '+': - return new Unit(this.val + right.val, this.type); - case '/': - return new Unit(this.val / right.val, this.type); - case '*': - return new Unit(this.val * right.val, this.type); - case '%': - return new Unit(this.val % right.val, this.type); - case '**': - return new Unit(Math.pow(this.val, right.val), this.type); - case '..': - case '...': - var start = this.val - , end = right.val - , expr = new nodes.Expression - , inclusive = '..' == op; - do { - expr.push(new nodes.Unit(start)); - } while (inclusive ? ++start <= end : ++start < end); - return expr; - default: - return Node.prototype.operate.call(this, op, right); - } -}; - -/** - * Coerce `other` unit to the same type as `this` unit. - * - * Supports: - * - * mm -> cm | in - * cm -> mm | in - * in -> mm | cm - * - * ms -> s - * s -> ms - * - * Hz -> kHz - * kHz -> Hz - * - * @param {Unit} other - * @return {Unit} - * @api public - */ - -Unit.prototype.coerce = function(other){ - if (other instanceof Unit) { - var a = this - , b = other; - switch (a.type) { - case 'mm': - switch (b.type) { - case 'cm': - return new nodes.Unit(b.val * 2.54, 'mm'); - case 'in': - return new nodes.Unit(b.val * 25.4, 'mm'); - } - case 'cm': - switch (b.type) { - case 'mm': - return new nodes.Unit(b.val / 10, 'cm'); - case 'in': - return new nodes.Unit(b.val * 2.54, 'cm'); - } - case 'in': - switch (b.type) { - case 'mm': - return new nodes.Unit(b.val / 25.4, 'in'); - case 'cm': - return new nodes.Unit(b.val / 2.54, 'in'); - } - case 'ms': - switch (b.type) { - case 's': - return new nodes.Unit(b.val * 1000, 'ms'); - } - case 's': - switch (b.type) { - case 'ms': - return new nodes.Unit(b.val / 1000, 's'); - } - case 'Hz': - switch (b.type) { - case 'kHz': - return new nodes.Unit(b.val * 1000, 'Hz'); - } - case 'kHz': - switch (b.type) { - case 'Hz': - return new nodes.Unit(b.val / 1000, 'kHz'); - } - } - return new nodes.Unit(b.val, a.type); - } else if (other instanceof nodes.String) { - var val = parseInt(other.val, 10); - if (isNaN(val)) Node.prototype.coerce.call(this, other); - return new nodes.Unit(val); - } else { - return Node.prototype.coerce.call(this, other); - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/parser.js b/node/node_modules/jade/support/stylus/lib/parser.js deleted file mode 100644 index 73ec075..0000000 --- a/node/node_modules/jade/support/stylus/lib/parser.js +++ /dev/null @@ -1,1360 +0,0 @@ - -/*! - * Stylus - Parser - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Lexer = require('./lexer') - , nodes = require('./nodes') - , inspect = require('sys').inspect; - -/** - * Selector composite tokens. - */ - -var selectorTokens = [ - 'ident' - , 'string' - , 'selector' - , 'function' - , 'comment' - , 'space' - , 'color' - , 'unit' - , 'for' - , '[' - , ']' - , '(' - , ')' - , '+' - , '-' - , '*' - , '*=' - , '<' - , '>' - , '=' - , ':' - , '&' - , '~' -]; - -/** - * CSS3 pseudo-selectors. - */ - -var pseudoSelectors = [ - 'root' - , 'nth-child' - , 'nth-last-child' - , 'nth-of-type' - , 'nth-last-of-type' - , 'first-child' - , 'last-child' - , 'first-of-type' - , 'last-of-type' - , 'only-child' - , 'only-of-type' - , 'empty' - , 'link' - , 'visited' - , 'active' - , 'hover' - , 'focus' - , 'target' - , 'lang' - , 'enabled' - , 'disabled' - , 'checked' - , 'not' -]; - -/** - * Initialize a new `Parser` with the given `str` and `options`. - * - * @param {String} str - * @param {Object} options - * @api private - */ - -var Parser = module.exports = function Parser(str, options) { - var self = this; - options = options || {}; - this.str = nodes.source = str; - this.lexer = new Lexer(str, options); - this.root = options.root || new nodes.Root; - this.state = ['root']; - this.state.pop = function(){ - self.prevState = [].pop.call(this); - }; -}; - -/** - * Parser prototype. - */ - -Parser.prototype = { - - /** - * Constructor. - */ - - constructor: Parser, - - /** - * Return current state. - * - * @return {String} - * @api private - */ - - currentState: function() { - return this.state[this.state.length - 1]; - }, - - /** - * Parse the input, then return the root node. - * - * @return {Node} - * @api private - */ - - parse: function(){ - var block = this.parent = this.root; - while ('eos' != this.peek().type) { - if (this.accept('newline')) continue; - var stmt = this.statement(); - this.accept(';'); - if (!stmt) this.error('unexpected token {peek}, not allowed at the root level'); - block.push(stmt); - } - return block; - }, - - /** - * Throw an `Error` with the given `msg`. - * - * @param {String} msg - * @api private - */ - - error: function(msg){ - var type = this.peek().type - , val = undefined == this.peek().val - ? '' - : ' ' + this.peek().toString(); - if (val.trim() == type.trim()) val = ''; - throw new Error(msg.replace('{peek}', type + val)); - }, - - /** - * Accept the given token `type`, and return it, - * otherwise return `undefined`. - * - * @param {String} type - * @return {Token} - * @api private - */ - - accept: function(type){ - if (type == this.peek().type) { - return this.next(); - } - }, - - /** - * Expect token `type` and return it, throw otherwise. - * - * @param {String} type - * @return {Token} - * @api private - */ - - expect: function(type){ - if (type != this.peek().type) { - throw new Error('expected ' + type + ', got ' + this.peek()); - } - return this.next(); - }, - - /** - * Get the next token. - * - * @return {Token} - * @api private - */ - - next: function() { - var tok = this.lexer.next(); - nodes.lineno = tok.lineno; - return tok; - }, - - /** - * Peek with lookahead(1). - * - * @return {Token} - * @api private - */ - - peek: function() { - return this.lexer.peek(); - }, - - /** - * Lookahead `n` tokens. - * - * @param {Number} n - * @return {Token} - * @api private - */ - - lookahead: function(n){ - return this.lexer.lookahead(n); - }, - - /** - * Check if the token at `n` is a valid selector token. - * - * @param {Number} n - * @return {Boolean} - * @api private - */ - - isSelectorToken: function(n) { - var la = this.lookahead(n).type; - switch (la) { - case 'for': - return this.bracketed; - case '[': - this.bracketed = true; - return true; - case ']': - this.bracketed = false; - return true; - default: - return ~selectorTokens.indexOf(la); - } - }, - - /** - * Check if the token at `n` is a pseudo selector. - * - * @param {Number} n - * @return {Boolean} - * @api private - */ - - isPseudoSelector: function(n){ - return ~pseudoSelectors.indexOf(this.lookahead(n).val.name); - }, - - /** - * Valid selector tokens. - */ - - selectorToken: function() { - if (this.isSelectorToken(1)) return this.next(); - }, - - /** - * Consume whitespace. - */ - - skipWhitespace: function() { - while (~['space', 'indent', 'outdent', 'newline'].indexOf(this.peek().type)) - this.next(); - }, - - /** - * Consume spaces. - */ - - skipSpaces: function() { - while ('space' == this.peek().type) - this.next(); - }, - - /** - * Check if the following sequence of tokens - * forms a function definition, ie trailing - * `{` or indentation. - */ - - looksLikeFunctionDefinition: function(i) { - return 'indent' == this.lookahead(i).type - || '{' == this.lookahead(i).type; - }, - - /** - * Check if the following sequence of tokens - * forms a selector. - */ - - looksLikeSelector: function() { - var i = 1; - - // Assume selector when an ident is - // followed by a selector - while ('ident' == this.lookahead(i).type - && 'newline' == this.lookahead(i + 1).type) i += 2; - - // Assume pseudo selectors are NOT properties - // as 'td:th-child(1)' may look like a property - // and function call to the parser otherwise - while (this.isSelectorToken(i)) { - if (':' == this.lookahead(i++).type - && this.isPseudoSelector(i)) - return true; - } - - // Trailing comma - if (',' == this.lookahead(i).type - && 'newline' == this.lookahead(i + 1).type) - return true; - - // Trailing brace - if ('{' == this.lookahead(i).type - && 'newline' == this.lookahead(i + 1).type) - return true; - - // css-style mode, false on ; } - if (this.css) { - if (';' == this.lookahead(i) || - '}' == this.lookahead(i)) - return false; - } - - // Trailing separators - while (!~[ - 'newline' - , 'indent' - , 'outdent' - , 'for' - , 'if' - , ';' - , '}'].indexOf(this.lookahead(i).type)) - ++i; - - if ('indent' == this.lookahead(i).type) - return true; - }, - - /** - * statement - * | statement 'if' expression - * | statement 'unless' expression - */ - - statement: function() { - var stmt = this.stmt() - , state = this.prevState - , block - , op; - - // special-case statements since it - // is not an expression. We could - // implement postfix conditionals at - // the expression level, however they - // would then fail to enclose properties - if (this.allowPostfix) { - delete this.allowPostfix; - state = 'expression'; - } - - switch (state) { - case 'assignment': - case 'expression': - case 'function arguments': - while (op = - this.accept('if') - || this.accept('unless') - || this.accept('for')) { - switch (op.type) { - case 'if': - case 'unless': - stmt = new nodes.If(this.expression(), stmt); - stmt.postfix = true; - stmt.negate = 'unless' == op.type; - this.accept(';'); - break; - case 'for': - var key - , val = this.id().name; - if (this.accept(',')) key = this.id().name; - this.expect('in'); - var each = new nodes.Each(val, key, this.expression()); - block = new nodes.Block; - block.push(stmt); - each.block = block; - stmt = each; - } - } - } - - return stmt; - }, - - /** - * ident - * | selector - * | literal - * | charset - * | import - * | media - * | keyframes - * | page - * | for - * | if - * | unless - * | expression - * | 'return' expression - */ - - stmt: function() { - var type = this.peek().type; - switch (type) { - case 'selector': - case 'literal': - case 'keyframes': - case 'charset': - case 'import': - case 'media': - case 'page': - case 'ident': - case 'unless': - case 'function': - case 'for': - case 'if': - return this[type](); - case 'return': - return this.return(); - case '{': - return this.property(); - default: - // Contextual selectors - switch (this.currentState()) { - case 'root': - case 'selector': - case 'conditional': - case 'keyframe': - case 'function': - case 'media': - case 'for': - switch (type) { - case 'color': - case '~': - case '+': - case '>': - case '<': - case '*': - case ':': - case '&': - case '[': - return this.selector(); - } - } - - // Expression fallback - var expr = this.expression(); - if (expr.isEmpty) this.error('unexpected {peek}'); - return expr; - } - }, - - /** - * indent (!outdent)+ outdent - */ - - block: function(node, scope) { - var delim - , stmt - , _ = this.css - , block = this.parent = new nodes.Block(this.parent, node); - - if (false === scope) block.scope = false; - - // css-style - if (this.css = this.accept('{')) { - delim = '}'; - this.skipWhitespace(); - } else { - delim = 'outdent'; - this.expect('indent'); - } - - while (delim != this.peek().type) { - // css-style - if (this.css) { - if (this.accept('newline')) continue; - stmt = this.statement(); - this.accept(';'); - this.skipWhitespace(); - } else { - if (this.accept('newline')) continue; - stmt = this.statement(); - this.accept(';'); - } - if (!stmt) this.error('unexpected token {peek} in block'); - block.push(stmt); - } - - // css-style - if (this.css) { - this.skipWhitespace(); - this.expect('}'); - this.skipSpaces(); - this.css = _; - } else { - this.expect('outdent'); - } - - this.parent = block.parent; - return block; - }, - - /** - * for val (',' key) in expr - */ - - for: function() { - this.expect('for'); - var key - , val = this.id().name; - if (this.accept(',')) key = this.id().name; - this.expect('in'); - var each = new nodes.Each(val, key, this.expression()); - this.state.push('for'); - each.block = this.block(each, false); - this.state.pop(); - return each; - }, - - /** - * return expression - */ - - return: function() { - this.expect('return'); - var expr = this.expression(); - return expr.isEmpty - ? new nodes.Return - : new nodes.Return(expr); - }, - - /** - * unless expression block - */ - - unless: function() { - this.expect('unless'); - var node = new nodes.If(this.expression(), true); - this.state.push('conditional'); - node.block = this.block(node, false); - this.state.pop(); - return node; - }, - - /** - * if expression block (else block)? - */ - - if: function() { - this.expect('if'); - var node = new nodes.If(this.expression()); - this.state.push('conditional'); - node.block = this.block(node, false); - while (this.accept('else')) { - if (this.accept('if')) { - var cond = this.expression() - , block = this.block(node, false); - node.elses.push(new nodes.If(cond, block)); - } else { - node.elses.push(this.block(node, false)); - break; - } - } - this.state.pop(); - return node; - }, - - /** - * media - */ - - media: function() { - var val = this.expect('media').val - , media = new nodes.Media(val); - this.state.push('media'); - media.block = this.block(media); - this.state.pop(); - return media; - }, - - /** - * import expression - */ - - import: function() { - this.expect('import'); - this.allowPostfix = true; - return new nodes.Import(this.expression()); - }, - - /** - * charset string - */ - - charset: function() { - this.expect('charset'); - var str = this.expect('string').val; - this.allowPostfix = true; - return new nodes.Charset(str); - }, - - /** - * page selector? block - */ - - page: function() { - var selector; - this.expect('page'); - if (this.accept(':')) { - var str = this.expect('ident').val.name; - selector = new nodes.Literal(':' + str); - } - var page = new nodes.Page(selector); - this.state.push('page'); - page.block = this.block(page); - this.state.pop(); - return page; - }, - - /** - * keyframes name ((unit | from | to) block)+ - */ - - keyframes: function() { - this.expect('keyframes'); - var pos - , _ = this.css - , keyframes = new nodes.Keyframes(this.id()); - - // css-sty;e - if (this.css = this.accept('{')) { - this.skipWhitespace(); - } else { - this.expect('indent'); - } - - while (pos = this.accept('unit') || this.accept('ident')) { - // from | to - if ('ident' == pos.type) { - this.accept('space'); - switch (pos.val.name) { - case 'from': - pos = new nodes.Unit(0, '%'); - break; - case 'to': - pos = new nodes.Unit(100, '%'); - break; - default: - throw new Error('invalid ident "' + pos.val.name + '" in selector'); - } - } else { - pos = pos.val; - } - - // block - this.state.push('keyframe'); - var block = this.block(keyframes); - keyframes.push(pos, block); - this.state.pop(); - if (this.css) this.skipWhitespace(); - } - - // css-style - if (this.css) { - this.skipWhitespace(); - this.expect('}'); - this.css = _; - } else { - this.expect('outdent'); - } - - return keyframes; - }, - - /** - * literal - */ - - literal: function() { - return this.expect('literal').val; - }, - - /** - * ident space? - */ - - id: function() { - var tok = this.expect('ident'); - this.accept('space'); - return tok.val; - }, - - /** - * ident - * | assignment - * | property - * | selector - */ - - ident: function() { - var i = 2 - , la = this.lookahead(i).type; - - while ('space' == la) la = this.lookahead(++i).type; - - switch (la) { - // Assignment - case '=': - case '?=': - case '-=': - case '+=': - case '*=': - case '/=': - case '%=': - return this.assignment(); - // Operation - case '-': - case '+': - case '/': - case '*': - case '%': - case '**': - case 'and': - case 'or': - case '&&': - case '||': - case '>': - case '<': - case '>=': - case '<=': - case '!=': - case '==': - case '[': - case '?': - case 'in': - case 'is a': - case 'is defined': - // Prevent cyclic .ident, return literal - if (this._ident == this.peek()) { - return this.id(); - } else { - this._ident = this.peek(); - switch (this.currentState()) { - // unary op or selector in property / for - case 'for': - case 'selector': - return this.property(); - // Part of a selector - case 'root': - return this.selector(); - // Do not disrupt the ident when an operand - default: - return this.operand - ? this.id() - : this.expression(); - } - } - // Selector or property - default: - switch (this.currentState()) { - case 'root': - return this.selector(); - case 'for': - case 'page': - case 'media': - case 'selector': - case 'function': - case 'keyframe': - case 'conditional': - return this.property(); - default: - return this.id(); - } - } - }, - - /** - * (ident | '{' expression '}')+ - */ - - interpolate: function() { - var node - , segs = []; - while (true) { - if (this.accept('{')) { - this.state.push('interpolation'); - segs.push(this.expression()); - this.expect('}'); - this.state.pop(); - } else if (node = this.accept('ident')){ - segs.push(node.val); - } else { - break; - } - } - if (!segs.length) this.expect('ident'); - return segs; - }, - - /** - * property ':'? expression - * | ident - */ - - property: function() { - if (this.looksLikeSelector()) return this.selector(); - - // property - var ident = this.interpolate() - , ret = prop = new nodes.Property(ident); - - // optional ':' - this.accept('space'); - if (this.accept(':')) this.accept('space'); - - this.state.push('property'); - this.inProperty = true; - prop.expr = this.list(); - if (prop.expr.isEmpty) ret = ident[0]; - this.inProperty = false; - this.allowPostfix = true; - this.state.pop(); - - // optional ';' - this.accept(';'); - - return ret; - }, - - /** - * selector ',' selector - * | selector newline selector - * | selector block - */ - - selector: function() { - var tok - , arr - , val - , prev - , parent - , group = new nodes.Group; - - // Allow comments in selectors - // for hacks - this.lexer.allowComments = true; - - do { - val = prev = null; - arr = []; - - // Clobber newline after , - this.accept('newline'); - - // Selector candidates, - // stitched together to - // form a selector. - while (tok = this.selectorToken()) { - // Selector component - switch (tok.type) { - case 'unit': val = tok.val.val; break; - case 'ident': val = tok.val.name; break; - case 'function': val = tok.val.name + '('; break; - case 'string': val = tok.val.toString(); break; - case 'color': val = tok.val.raw; break; - case 'space': val = ' '; break; - default: val = tok.val; - } - - // Whitespace support - if (!prev || prev.space) { - arr.push(val); - } else { - arr[arr.length-1] += val; - } - prev = tok; - } - - // Push the selector - group.push(new nodes.Selector(arr.join(' '), parent)); - } while (this.accept(',') || this.accept('newline')); - - this.lexer.allowComments = false; - this.state.push('selector'); - group.block = this.block(group); - this.state.pop(); - - - return group; - }, - - /** - * ident ('=' | '?=') expression - */ - - assignment: function() { - var op - , node - , name = this.id().name; - - if (op = - this.accept('=') - || this.accept('?=') - || this.accept('+=') - || this.accept('-=') - || this.accept('*=') - || this.accept('/=') - || this.accept('%=')) { - this.state.push('assignment'); - var expr = this.list(); - if (expr.isEmpty) this.error('invalid right-hand side operand in assignment, got {peek}') - node = new nodes.Ident(name, expr); - this.state.pop(); - - switch (op.type) { - case '?=': - var defined = new nodes.BinOp('is defined', node) - , lookup = new nodes.Ident(name); - node = new nodes.Ternary(defined, lookup, node); - break; - case '+=': - case '-=': - case '*=': - case '/=': - case '%=': - node.val = new nodes.BinOp(op.type[0], new nodes.Ident(name), expr); - break; - } - } - - return node; - }, - - /** - * definition - * | call - */ - - function: function() { - var parens = 1 - , i = 2 - , tok; - - // Lookahead and determine if we are dealing - // with a function call or definition. Here - // we pair parens to prevent false negatives - out: - while (tok = this.lookahead(i++)) { - switch (tok.type) { - case 'function': case '(': ++parens; break; - case ')': if (!--parens) break out; - } - } - - // Definition or call - switch (this.currentState()) { - case 'expression': - return this.functionCall(); - default: - return this.looksLikeFunctionDefinition(i) - ? this.functionDefinition() - : this.expression(); - } - }, - - /** - * url '(' (expression | urlchars)+ ')' - */ - - url: function() { - this.expect('function'); - this.state.push('function arguments'); - var args = this.args(); - this.expect(')'); - this.state.pop(); - return new nodes.Call('url', args); - }, - - /** - * ident '(' expression ')' - */ - - functionCall: function() { - if ('url' == this.peek().val.name) return this.url(); - var name = this.expect('function').val.name; - this.state.push('function arguments'); - var args = this.args(); - this.expect(')'); - this.state.pop(); - return new nodes.Call(name, args); - }, - - /** - * ident '(' params ')' block - */ - - functionDefinition: function() { - var name = this.expect('function').val.name; - - // params - this.state.push('function params'); - this.skipWhitespace(); - var params = this.params(); - this.skipWhitespace(); - this.expect(')'); - this.state.pop(); - - // Body - this.state.push('function'); - var fn = new nodes.Function(name, params); - fn.block = this.block(fn); - this.state.pop(); - return new nodes.Ident(name, fn); - }, - - /** - * ident - * | ident '...' - * | ident '=' expression - * | ident ',' ident - */ - - params: function() { - var tok - , node - , params = new nodes.Params; - while (tok = this.accept('ident')) { - this.accept('space'); - params.push(node = tok.val); - if (this.accept('...')) { - node.rest = true; - } else if (this.accept('=')) { - node.val = this.expression(); - } - this.skipWhitespace(); - this.accept(','); - this.skipWhitespace(); - } - return params; - }, - - /** - * expression (',' expression)* - */ - - args: function() { - var args = new nodes.Expression; - do { - args.push(this.expression()); - } while (this.accept(',')); - return args; - }, - - /** - * expression (',' expression)* - */ - - list: function() { - var node = this.expression(); - while (this.accept(',')) { - if (node.isList) { - list.push(this.expression()); - } else { - var list = new nodes.Expression(true); - list.push(node); - list.push(this.expression()); - node = list; - } - } - return node; - }, - - /** - * negation+ - */ - - expression: function() { - var node - , expr = new nodes.Expression; - this.state.push('expression'); - while (node = this.negation()) { - if (!node) this.error('unexpected token {peek} in expression'); - expr.push(node); - } - this.state.pop(); - return expr; - }, - - /** - * 'not' ternary - * | ternary - */ - - negation: function() { - if (this.accept('not')) { - return new nodes.UnaryOp('!', this.negation()); - } - return this.ternary(); - }, - - /** - * logical ('?' expression ':' expression)? - */ - - ternary: function() { - var node = this.logical(); - if (this.accept('?')) { - var trueExpr = this.expression(); - this.expect(':'); - var falseExpr = this.expression(); - node = new nodes.Ternary(node, trueExpr, falseExpr); - } - return node; - }, - - /** - * typecheck (('&&' | '||') typecheck)* - */ - - logical: function() { - var op - , node = this.typecheck(); - while (op = this.accept('&&') || this.accept('||')) { - node = new nodes.BinOp(op.type, node, this.typecheck()); - } - return node; - }, - - /** - * equality ('is a' equality)* - */ - - typecheck: function() { - var op - , node = this.equality(); - while (op = this.accept('is a')) { - this.operand = true; - if (!node) throw new Error('illegal unary ' + op); - node = new nodes.BinOp(op.type, node, this.equality()); - this.operand = false; - } - return node; - }, - - /** - * in (('==' | '!=') in)* - */ - - equality: function() { - var op - , node = this.in(); - while (op = this.accept('==') || this.accept('!=')) { - this.operand = true; - if (!node) throw new Error('illegal unary ' + op); - node = new nodes.BinOp(op.type, node, this.in()); - this.operand = false; - } - return node; - }, - - /** - * relational ('in' relational)* - */ - - in: function() { - var node = this.relational(); - while (this.accept('in')) { - this.operand = true; - if (!node) throw new Error('illegal unary in'); - node = new nodes.BinOp('in', node, this.relational()); - this.operand = false; - } - return node; - }, - - /** - * range (('>=' | '<=' | '>' | '<') range)* - */ - - relational: function() { - var op - , node = this.range(); - while (op = - this.accept('>=') - || this.accept('<=') - || this.accept('<') - || this.accept('>') - ) { - this.operand = true; - if (!node) throw new Error('illegal unary ' + op); - node = new nodes.BinOp(op.type, node, this.range()); - this.operand = false; - } - return node; - }, - - /** - * additive (('..' | '...') additive)* - */ - - range: function() { - var op - , node = this.additive(); - if (op = this.accept('...') || this.accept('..')) { - this.operand = true; - if (!node) throw new Error('illegal unary ' + op); - node = new nodes.BinOp(op.val, node, this.additive()); - this.operand = false; - } - return node; - }, - - /** - * multiplicative (('+' | '-') multiplicative)* - */ - - additive: function() { - var op - , node = this.multiplicative(); - while (op = this.accept('+') || this.accept('-')) { - this.operand = true; - node = new nodes.BinOp(op.type, node, this.multiplicative()); - this.operand = false; - } - return node; - }, - - /** - * defined (('**' | '*' | '/' | '%') defined)* - */ - - multiplicative: function() { - var op - , node = this.defined(); - while (op = - this.accept('**') - || this.accept('*') - || this.accept('/') - || this.accept('%')) { - this.operand = true; - if ('/' == op && this.inProperty && !this.parens) { - var expr = new nodes.Expression; - expr.push(node); - expr.push(new nodes.Literal('/')); - return expr; - } else { - if (!node) throw new Error('illegal unary ' + op); - node = new nodes.BinOp(op.type, node, this.defined()); - this.operand = false; - } - } - return node; - }, - - /** - * unary 'is defined' - * | unary - */ - - defined: function() { - var node = this.unary(); - if (this.accept('is defined')) { - if (!node) throw new Error('illegal use of "is defined"'); - node = new nodes.BinOp('is defined', node); - } - return node; - }, - - /** - * ('!' | '~' | '+' | '-') unary - * | subscript - */ - - unary: function() { - var op - , node; - if (op = - this.accept('!') - || this.accept('~') - || this.accept('+') - || this.accept('-')) { - this.operand = true; - node = new nodes.UnaryOp(op.type, this.unary()); - this.operand = false; - return node; - } - return this.subscript(); - }, - - /** - * primary ('[' expression ']')+ - * | primary - */ - - subscript: function() { - var node = this.primary(); - while (this.accept('[')) { - node = new nodes.BinOp('[]', node, this.expression()); - this.expect(']'); - } - return node; - }, - - /** - * unit - * | null - * | color - * | string - * | ident - * | boolean - * | literal - * | '(' expression ')' - */ - - primary: function() { - var op - , node; - - // Parenthesis - if (this.accept('(')) { - this.parens = true; - var expr = this.expression(); - this.expect(')'); - this.parens = false; - return expr; - } - - // Primitive - switch (this.peek().type) { - case 'null': - case 'unit': - case 'color': - case 'string': - case 'literal': - case 'boolean': - return this.next().val; - case 'ident': - return this.ident(); - case 'function': - return this.functionCall(); - } - } -}; diff --git a/node/node_modules/jade/support/stylus/lib/renderer.js b/node/node_modules/jade/support/stylus/lib/renderer.js deleted file mode 100644 index db98bf7..0000000 --- a/node/node_modules/jade/support/stylus/lib/renderer.js +++ /dev/null @@ -1,103 +0,0 @@ - -/*! - * Stylus - Renderer - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Parser = require('./parser') - , Compiler = require('./visitor/compiler') - , Evaluator = require('./visitor/evaluator') - , utils = require('./utils') - , nodes = require('./nodes'); - -/** - * Initialize a new `Renderer` with the given `str` and `options`. - * - * @param {String} str - * @param {Object} options - * @api public - */ - -var Renderer = module.exports = function Renderer(str, options) { - options = options || {}; - options.functions = {}; - options.imports = [__dirname + '/functions']; - options.filename = options.filename || 'stylus'; - this.str = str; - this.options = options; - this.parser = new Parser(str, options); -}; - -/** - * Parse and evaluate AST, then callback `fn(err, css)`. - * - * @param {Function} fn - * @api public - */ - -Renderer.prototype.render = function(fn){ - try { - var ast = this.parser.parse() - , expr; - this.evaluator = new Evaluator(ast, this.options); - ast = this.evaluator.evaluate(); - new Compiler(ast, this.options).compile(fn); - } catch (err) { - fn(utils.formatException( - this - , err - , this.options)); - } - nodes.source = null; -}; - -/** - * Set option `key` to `val`. - * - * @param {String} key - * @param {Mixed} val - * @return {Renderer} for chaining - * @api public - */ - -Renderer.prototype.set = function(key, val){ - this.options[key] = val; - return this; -}; - -/** - * Define function with the given `name`. Optionally - * the function may accept full expressions, by setting `raw` - * to `true`. - * - * @param {String} name - * @param {Function} fn - * @return {Renderer} for chaining - * @api public - */ - -Renderer.prototype.define = function(name, fn, raw){ - this.options.functions[name] = fn; - if (undefined != raw) fn.raw = raw; - return this; -}; - -/** - * Import the given `file`. - * - * @param {String} file - * @return {Renderer} for chaining - * @api public - */ - -Renderer.prototype.import = function(file){ - this.options.imports.push(file); - return this; -}; - - diff --git a/node/node_modules/jade/support/stylus/lib/stack/frame.js b/node/node_modules/jade/support/stylus/lib/stack/frame.js deleted file mode 100644 index 580f9cb..0000000 --- a/node/node_modules/jade/support/stylus/lib/stack/frame.js +++ /dev/null @@ -1,66 +0,0 @@ - -/*! - * Stylus - stack - Frame - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Scope = require('./scope') - , blocks = require('../nodes'); - -/** - * Initialize a new `Frame` with the given `block`. - * - * @param {Block} block - * @api private - */ - -var Frame = module.exports = function Frame(block) { - this._scope = false === block.scope - ? null - : new Scope; - this.block = block; -}; - -/** - * Return this frame's scope or the parent scope - * for scope-less blocks. - * - * @return {Scope} - * @api public - */ - -Frame.prototype.__defineGetter__('scope', function(){ - return this._scope || this.parent.scope; -}); - -/** - * Lookup the given local variable `name`. - * - * @param {String} name - * @return {Node} - * @api private - */ - -Frame.prototype.lookup = function(name){ - return this.scope.lookup(name) -}; - -/** - * Custom inspect. - * - * @return {String} - * @api public - */ - -Frame.prototype.inspect = function(){ - return '[Frame ' - + (false === this.block.scope - ? 'scope-less' - : this.scope.inspect()) - + ']'; -}; diff --git a/node/node_modules/jade/support/stylus/lib/stack/index.js b/node/node_modules/jade/support/stylus/lib/stack/index.js deleted file mode 100644 index fc6fa53..0000000 --- a/node/node_modules/jade/support/stylus/lib/stack/index.js +++ /dev/null @@ -1,146 +0,0 @@ - -/*! - * Stylus - Stack - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Frame = require('./frame'); - -/** - * Initialize a new `Stack`. - * - * @api private - */ - -var Stack = module.exports = function Stack() { - Array.apply(this, arguments); -}; - -/** - * Inherit from `Array.prototype`. - */ - -Stack.prototype.__proto__ = Array.prototype; - -/** - * Push the given `frame`. - * - * @param {Frame} frame - * @api public - */ - -Stack.prototype.push = function(frame){ - frame.stack = this; - frame.parent = this.currentFrame; - return [].push.apply(this, arguments); -}; - -/** - * Return the current stack `Frame`. - * - * @return {Frame} - * @api private - */ - -Stack.prototype.__defineGetter__('currentFrame', function(){ - return this[this.length - 1]; -}); - -/** - * Lookup stack frame for the given `block`. - * - * @param {Block} block - * @return {Frame} - * @api private - */ - -Stack.prototype.getBlockFrame = function(block){ - for (var i = 0; i < this.length; ++i) { - if (block == this[i].block) { - return this[i]; - } - } -}; - -/** - * Lookup the given local variable `name`, relative - * to the lexical scope of the current frame's `Block`. - * - * When the result of a lookup is an identifier - * a recursive lookup is performed, defaulting to - * returning the identifier itself. - * - * @param {String} name - * @return {Node} - * @api private - */ - -Stack.prototype.lookup = function(name){ - var block = this.currentFrame.block - , val - , ret; - - do { - var frame = this.getBlockFrame(block); - if (frame && (val = frame.lookup(name))) { - switch (val.first.nodeName) { - case 'ident': - return this.lookup(val.first.name) || val; - default: - return val; - } - } - } while (block = block.parent); -}; - -/** - * Custom inspect. - * - * @return {String} - * @api private - */ - -Stack.prototype.inspect = function(){ - return this.reverse().map(function(frame){ - return frame.inspect(); - }).join('\n'); -}; - -/** - * Return stack string formatted as: - * - * at (:) - * - * @return {String} - * @api private - */ - -Stack.prototype.toString = function(){ - var block - , node - , buf = [] - , location - , len = this.length; - - while (len--) { - block = this[len].block; - if (node = block.node) { - location = '(' + node.filename + ':' + node.lineno + ')'; - switch (node.nodeName) { - case 'function': - buf.push(' at ' + node.name + '() ' + location); - break; - case 'group': - buf.push(' at "' + node.nodes[0].val + '" ' + location); - break; - } - } - } - - return buf.join('\n'); -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/stack/scope.js b/node/node_modules/jade/support/stylus/lib/stack/scope.js deleted file mode 100644 index e2dc4da..0000000 --- a/node/node_modules/jade/support/stylus/lib/stack/scope.js +++ /dev/null @@ -1,53 +0,0 @@ - -/*! - * Stylus - stack - Scope - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Initialize a new `Scope`. - * - * @api private - */ - -var Scope = module.exports = function Scope() { - this.locals = {}; -}; - -/** - * Add `ident` node to the current scope. - * - * @param {Ident} ident - * @api private - */ - -Scope.prototype.add = function(ident){ - this.locals[ident.name] = ident.val; -}; - -/** - * Lookup the given local variable `name`. - * - * @param {String} name - * @return {Node} - * @api private - */ - -Scope.prototype.lookup = function(name){ - return this.locals[name]; -}; - -/** - * Custom inspect. - * - * @return {String} - * @api public - */ - -Scope.prototype.inspect = function(){ - var keys = Object.keys(this.locals).map(function(key){ return '@' + key; }); - return '[Scope' - + (keys.length ? ' ' + keys.join(', ') : '') - + ']'; -}; diff --git a/node/node_modules/jade/support/stylus/lib/stylus.js b/node/node_modules/jade/support/stylus/lib/stylus.js deleted file mode 100644 index 8349248..0000000 --- a/node/node_modules/jade/support/stylus/lib/stylus.js +++ /dev/null @@ -1,132 +0,0 @@ - -/*! - * Stylus - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Renderer = require('./renderer') - , nodes = require('./nodes') - , utils = require('./utils'); - -/** - * Export render as the module. - */ - -exports = module.exports = render; - -/** - * Library version. - */ - -exports.version = '0.9.2'; - -/** - * Expose nodes. - */ - -exports.nodes = nodes; - -/** - * Expose BIFs. - */ - -exports.functions = require('./functions'); - -/** - * Expose utils. - */ - -exports.utils = require('./utils'); - -/** - * Expose middleware. - */ - -exports.middleware = require('./middleware'); - -/** - * Expose constructors. - */ - -exports.Parser = require('./parser'); -exports.Evaluator = require('./visitor/evaluator'); - -/** - * Convert the given `css` to `stylus` source. - * - * @param {String} css - * @return {String} - * @api public - */ - -exports.convertCSS = require('./convert/css'); - -/** - * Parse the given `str` with `options` and return the AST. - * - * Examples: - * - * css.parse(str); - * // raw ast comprised of nodes - * - * css.parse(str).toObject(); - * // plain object representation - * - * css.parse(str).toJSON(); - * // JSON representation - * - * @param {String} str - * @param {Object} options - * @return {Object} - * @api public - */ - -exports.parse = function(str, options){ - var renderer = new Renderer(str, options); - try { - return renderer.parser.parse(); - } catch (err) { - throw utils.formatException( - renderer - , err - , options); - } -}; - -/** - * Render the given `str` with `options` and callback `fn(err, css)`. - * - * @param {String} str - * @param {Object|Function} options - * @param {Function} fn - * @api public - */ - -exports.render = function(str, options, fn){ - if ('function' == typeof options) fn = options, options = {}; - new Renderer(str, options).render(fn); -}; - -/** - * Return a new `Renderer` for the given `str` and `options`. - * - * @param {String} str - * @param {Object} options - * @return {Renderer} - * @api public - */ - -function render(str, options) { - return new Renderer(str, options); -} - -/** - * Expose optional functions. - */ - -exports.url = require('./functions/url'); diff --git a/node/node_modules/jade/support/stylus/lib/token.js b/node/node_modules/jade/support/stylus/lib/token.js deleted file mode 100644 index 80f2a34..0000000 --- a/node/node_modules/jade/support/stylus/lib/token.js +++ /dev/null @@ -1,53 +0,0 @@ - -/*! - * Stylus - Token - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var inspect = require('sys').inspect; - -/** - * Initialize a new `Token` with the given `type` and `val`. - * - * @param {String} type - * @param {Mixed} val - * @api private - */ - -var Token = exports = module.exports = function Token(type, val) { - this.type = type; - this.val = val; -}; - -/** - * Custom inspect. - * - * @return {String} - * @api public - */ - -Token.prototype.inspect = function(){ - var val = ' ' + inspect(this.val); - return '[Token:' + this.lineno + ' ' - + '\x1b[32m' + this.type + '\x1b[0m' - + '\x1b[33m' + (this.val ? val : '') + '\x1b[0m' - + ']'; -}; - -/** - * Return type or val. - * - * @return {String} - * @api public - */ - -Token.prototype.toString = function(){ - return (undefined === this.val - ? this.type - : this.val).toString(); -}; diff --git a/node/node_modules/jade/support/stylus/lib/utils.js b/node/node_modules/jade/support/stylus/lib/utils.js deleted file mode 100644 index aa06b31..0000000 --- a/node/node_modules/jade/support/stylus/lib/utils.js +++ /dev/null @@ -1,175 +0,0 @@ - -/*! - * Stylus - utils - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var nodes = require('./nodes') - , inspect = require('sys').inspect - , fs = require('fs'); - -/** - * Attempt to lookup `path` within `paths` from tail to head. - * Optionally a path to `ignore` may be passed. - * - * @param {String} path - * @param {String} paths - * @param {String} ignore - * @return {String} - * @api private - */ - -exports.lookup = function(path, paths, ignore){ - var lookup - , i = paths.length; - - // Absolute - if ('/' == path[0]) { - try { - fs.statSync(path); - return path; - } catch (err) { - // Ignore, continue on - // to trying relative lookup. - // Needed for url(/images/foo.png) - // for example - } - } - - // Relative - while (i--) { - try { - lookup = paths[i] + '/' + path; - if (ignore == lookup) continue; - fs.statSync(lookup); - return lookup; - } catch (err) { - // Ignore - } - } -}; - -/** - * Format the given `err` in context to `renderer`. - * - * @param {Renderer} renderer - * @param {Error} err - * @param {Object} options - * @return {Error} - * @api private - */ - -exports.formatException = function(renderer, err, options){ - var lineno = renderer.evaluator - ? renderer.evaluator.lineno - : renderer.parser.lexer.lineno - , contextLineno = lineno - 2 - , contextLines = options.context || 8 - , lastWidth = (contextLineno + contextLines).toString().length; - - var src = (err.str || renderer.str).split('\n') - .slice(contextLineno, contextLineno + contextLines) - .map(function(line){ - var n = ++contextLineno - , width = n.toString().length - , pad = Array(lastWidth - width + 1).join(' '); - return ' ' + pad + n + ': ' + inspect(line); - }).join('\n'); - - err.message = renderer.options.filename - + ':' + lineno - + '\n' + src - + '\n\n' + err.message + '\n' - + (err.stylusStack ? err.stylusStack + '\n' : ''); - - return err; -}; - -/** - * Assert that `node` is of the given `type`, or throw. - * - * @param {Node} node - * @param {Function} type - * @param {String} param - * @api public - */ - -exports.assertType = function(node, type, param){ - exports.assertPresent(node, param); - if (node instanceof type) return; - var actual = node.constructor.name - , msg = 'expected ' + type.name + ', but got ' + actual + ':' + node; - throw new Error('TypeError: ' + msg); -}; - -/** - * Assert that `node` is a `String` or `Ident`. - * - * @param {Node} node - * @param {String} param - * @api public - */ - -exports.assertString = function(node, param){ - exports.assertPresent(node, param); - if (node instanceof nodes.String) return; - if (node instanceof nodes.Ident) return; - var actual = node.constructor.name - , msg = 'expected String or Ident, but got ' + actual + ':' + node; - throw new Error('TypeError: ' + msg); -}; - -/** - * Assert that `node` is a `RGBA` or `HSLA`. - * - * @param {Node} node - * @param {String} param - * @api public - */ - -exports.assertColor = function(node, param){ - exports.assertPresent(node, param); - if (node instanceof nodes.RGBA) return; - if (node instanceof nodes.HSLA) return; - var actual = node.constructor.name - , msg = 'expected RGBA or HSLA, but got ' + actual + ':' + node; - throw new Error('TypeError: ' + msg); -}; - -/** - * Assert that param `name` is given, aka the `node` is passed. - * - * @param {Node} node - * @param {String} name - * @api public - */ - -exports.assertPresent = function(node, name){ - if (node) return; - if (name) throw new Error('ArgumentError: argument ' + name + ' required'); - throw new Error('ArgumentError: argument missing'); -}; - -/** - * Unwrap `expr`. - * - * Takes an expressions with length of 1 - * such as `((1 2 3))` and unwraps it to `(1 2 3)`. - * - * @param {Expression} expr - * @return {Node} - * @api public - */ - -exports.unwrap = function(expr){ - if (expr.preserve) return expr; - if ('expression' != expr.nodeName) return expr; - if (1 != expr.nodes.length) return expr; - if ('expression' != expr.nodes[0].nodeName) return expr; - return exports.unwrap(expr.nodes[0]); -}; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/lib/visitor/compiler.js b/node/node_modules/jade/support/stylus/lib/visitor/compiler.js deleted file mode 100644 index f39ee04..0000000 --- a/node/node_modules/jade/support/stylus/lib/visitor/compiler.js +++ /dev/null @@ -1,370 +0,0 @@ - -/*! - * Stylus - Compiler - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Visitor = require('./') - , nodes = require('../nodes'); - -/** - * Initialize a new `Compiler` with the given `root` Node - * and the following `options`. - * - * Options: - * - * - `compress` Compress the css output, defaults to false - * - * @param {Node} root - * @api public - */ - -var Compiler = module.exports = function Compiler(root, options) { - options = options || {}; - this.compress = options.compress; - this.indents = 1; - Visitor.call(this, root); - this.tree = []; -}; - -/** - * Inherit from `Visitor.prototype`. - */ - -Compiler.prototype.__proto__ = Visitor.prototype; - -/** - * Compile to css, and callback `fn(err, css)`. - * - * @param {Function} fn - * @api public - */ - -Compiler.prototype.compile = function(fn){ - this.callback = fn; - this.css = this.visit(this.root); - fn(null, this.css); -}; - -/** - * Return indentation string. - * - * @return {String} - * @api private - */ - -Compiler.prototype.__defineGetter__('indent', function(){ - return this.compress - ? '' - : new Array(this.indents).join(' '); -}); - -/** - * Visit Root. - */ - -Compiler.prototype.visitRoot = function(block){ - this.buf = ''; - for (var i = 0, len = block.nodes.length; i < len; ++i) { - var node = block.nodes[i]; - if (node instanceof nodes.Null - || node instanceof nodes.Expression - || node instanceof nodes.Function - || node instanceof nodes.Unit) continue; - var ret = this.visit(node); - if (ret) this.buf += ret + '\n'; - } - return this.buf; -}; - -/** - * Visit Block. - */ - -Compiler.prototype.visitBlock = function(block){ - if (block.hasProperties) { - var arr = [this.compress ? '{' : ' {']; - ++this.indents; - for (var i = 0, len = block.nodes.length; i < len; ++i) { - this.last = len - 1 == i; - var node = block.nodes[i]; - if (node instanceof nodes.Null - || node instanceof nodes.Expression - || node instanceof nodes.Function - || node instanceof nodes.Group - || node instanceof nodes.Unit) continue; - arr.push(this.visit(node)); - } - --this.indents; - arr.push(this.indent + '}'); - this.buf += arr.join(this.compress ? '' : '\n'); - this.buf += '\n'; - } - - // Nesting - for (var i = 0, len = block.nodes.length; i < len; ++i) { - this.visit(block.nodes[i]); - } -}; - -/** - * Visit Keyframes. - */ - -Compiler.prototype.visitKeyframes = function(node){ - this.buf += '@-webkit-keyframes ' - + this.visit(node.name) - + (this.compress ? '{' : ' {'); - ++this.indents; - node.frames.forEach(function(frame){ - if (!this.compress) this.buf += '\n '; - this.buf += this.visit(frame.pos); - this.visit(frame.block); - }, this); - --this.indents; - this.buf += '}' + (this.compress ? '' : '\n'); -}; - -/** - * Visit Media. - */ - -Compiler.prototype.visitMedia = function(media){ - this.buf += '@media ' + media.val; - this.buf += this.compress ? '{' : ' {\n'; - ++this.indents; - this.visit(media.block); - --this.indents; - this.buf += '}' + (this.compress ? '' : '\n'); -}; - -/** - * Visit Page. - */ - -Compiler.prototype.visitPage = function(page){ - this.buf += this.indent + '@page'; - this.buf += page.selector ? ' ' + page.selector : ''; - this.visit(page.block); -}; - -/** - * Visit Function. - */ - -Compiler.prototype.visitFunction = function(fn){ - return fn.name; -}; - -/** - * Visit Variable. - */ - -Compiler.prototype.visitVariable = function(variable){ - return ''; -}; - -/** - * Visit Charset. - */ - -Compiler.prototype.visitCharset = function(charset){ - return '@charset ' + this.visit(charset.val); -}; - -/** - * Visit Literal. - */ - -Compiler.prototype.visitLiteral = function(lit){ - return lit.val.trim().replace(/^ /gm, ''); -}; - -/** - * Visit Boolean. - */ - -Compiler.prototype.visitBoolean = function(bool){ - return bool.toString(); -}; - -/** - * Visit RGBA. - */ - -Compiler.prototype.visitRGBA = function(rgba){ - return rgba.toString(); -}; - -/** - * Visit HSLA. - */ - -Compiler.prototype.visitHSLA = function(hsla){ - return hsla.rgba.toString(); -}; - -/** - * Visit Unit. - */ - -Compiler.prototype.visitUnit = function(unit){ - var type = unit.type || '' - , n = unit.val - , float = n != (n | 0); - - // Int - if ('px' == type) n = n.toFixed(0); - // Compress - if (this.compress) { - // Zero is always '0' - if (0 == n) return '0'; - // Omit leading '0' on floats - if (float && n < 1 && n > -1) { - return n.toString().replace('0.', '.') + type; - } - } - - return n.toString() + type; -}; - -/** - * Visit Group. - */ - -Compiler.prototype.visitGroup = function(group){ - var self = this - , tree = this.tree - , prev = tree[tree.length - 1] - , curr = []; - - // Construct an array of arrays - // representing the selector hierarchy - group.nodes.forEach(function(node){ - curr.push(node.parent - ? node - : node.val); - }); - - tree.push(curr); - - // Reverse recurse the - // hierarchy array to build - // up the selector permutations. - // When we reach root, we have our - // selector string built - var selectors = [] - , buf = []; - function join(arr, i) { - if (i) { - arr[i].forEach(function(str){ - buf.unshift(str); - join(arr, i - 1); - buf.shift(); - }); - } else { - arr[0].forEach(function(selector){ - var str = selector; - if (buf.length) { - for (var i = 0, len = buf.length; i < len; ++i) { - if (~buf[i].indexOf('&')) { - str = buf[i].replace('&', str); - } else { - str += ' ' + buf[i]; - } - } - } - selectors.push(self.indent + str); - }); - } - } - - // Join selectors - if (group.block.hasProperties) { - join(tree, tree.length - 1); - this.buf += selectors.join(this.compress ? ',' : ',\n'); - } - - // Output blocks - this.visit(group.block); - tree.pop(); -}; - -/** - * Visit Ident. - */ - -Compiler.prototype.visitIdent = function(ident){ - return ident.name; -}; - -/** - * Visit String. - */ - -Compiler.prototype.visitString = function(string){ - return this.isURL - ? string.val - : string.toString(); -}; - -/** - * Visit Null. - */ - -Compiler.prototype.visitNull = function(node){ - return ''; -}; - -/** - * Visit Call. - */ - -Compiler.prototype.visitCall = function(call){ - this.isURL = 'url' == call.name; - var args = call.args.nodes.map(function(arg){ - return this.visit(arg); - }, this).join(this.compress ? ',' : ', '); - if (this.isURL) args = '"' + args + '"'; - delete this.isURL; - return call.name + '(' + args + ')'; -}; - -/** - * Visit Import. - */ - -Compiler.prototype.visitImport = function(import){ - return '@import ' + this.visit(import.path) + ';'; -}; - -/** - * Visit Expression. - */ - -Compiler.prototype.visitExpression = function(expr){ - return expr.nodes.map(function(node){ - return this.visit(node); - }, this).join(expr.isList - ? (this.compress ? ',' : ', ') - : (this.isURL ? '' : ' ')); -}; - -/** - * Visit Property. - */ - -Compiler.prototype.visitProperty = function(prop){ - var self = this - , val = this.visit(prop.expr); - return this.indent + (prop.name || prop.segments.join('')) - + (this.compress ? ':' + val : ': ' + val) - + (this.compress - ? (this.last ? '' : ';') - : ';'); -}; diff --git a/node/node_modules/jade/support/stylus/lib/visitor/evaluator.js b/node/node_modules/jade/support/stylus/lib/visitor/evaluator.js deleted file mode 100644 index 1b166b4..0000000 --- a/node/node_modules/jade/support/stylus/lib/visitor/evaluator.js +++ /dev/null @@ -1,911 +0,0 @@ - -/*! - * Stylus - Evaluator - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var Visitor = require('./') - , nodes = require('../nodes') - , Stack = require('../stack') - , Frame = require('../stack/frame') - , Scope = require('../stack/scope') - , utils = require('../utils') - , bifs = require('../functions') - , dirname = require('path').dirname - , colors = require('../colors') - , fs = require('fs'); - -/** - * Initialize a new `Evaluator` with the given `root` Node - * and the following `options`. - * - * Options: - * - * - `compress` Compress the css output, defaults to false - * - `warn` Warn the user of duplicate function definitions etc - * - * @param {Node} root - * @api private - */ - -var Evaluator = module.exports = function Evaluator(root, options) { - options = options || {}; - Visitor.call(this, root); - this.stack = new Stack; - this.imports = options.imports || []; - this.functions = options.functions || {}; - this.paths = options.paths || []; - this.filename = options.filename; - this.paths.push(dirname(options.filename || '.')); - this.stack.push(this.global = new Frame(root)); - this.warnings = options.warn; - this.options = options; - this.calling = []; // TODO: remove, use stack -}; - -/** - * Inherit from `Visitor.prototype`. - */ - -Evaluator.prototype.__proto__ = Visitor.prototype; - -/** - * Proxy visit to expose node line numbers. - * - * @param {Node} node - * @return {Node} - * @api private - */ - -var visit = Visitor.prototype.visit; -Evaluator.prototype.visit = function(node){ - try { - return visit.call(this, node); - } catch (err) { - // TODO: less-lame hack to reference - // the origin node source input - this.lineno = this.lineno || node.lineno; - err.str = err.str || node.source; - err.stylusStack = err.stylusStack || this.stack.toString(); - throw err; - } -}; - -/** - * Perform evaluation setup: - * - * - populate global scope - * - iterate imports - * - * @api private - */ - -Evaluator.prototype.setup = function(){ - this.populateGlobalScope(); - this.imports.forEach(function(file){ - var expr = new nodes.Expression; - expr.push(new nodes.String(file)); - this.visit(new nodes.Import(expr)); - }, this); -}; - -/** - * Populate the global scope with: - * - * - css colors - * - * @api private - */ - -Evaluator.prototype.populateGlobalScope = function(){ - var scope = this.global.scope; - Object.keys(colors).forEach(function(name){ - var rgb = colors[name] - , rgba = new nodes.RGBA(rgb[0], rgb[1], rgb[2], 1) - , node = new nodes.Ident(name, rgba); - scope.add(node); - }); -}; - -/** - * Evaluate the tree. - * - * @return {Node} - * @api private - */ - -Evaluator.prototype.evaluate = function(){ - this.setup(); - return this.visit(this.root); -}; - -/** - * Visit Group. - */ - -Evaluator.prototype.visitGroup = function(group){ - group.block = this.visit(group.block); - return group; -}; - -/** - * Visit Charset. - */ - -Evaluator.prototype.visitCharset = function(charset){ - return charset; -}; - -/** - * Visit Return. - */ - -Evaluator.prototype.visitReturn = function(ret){ - ret.expr = this.visit(ret.expr); - throw ret; -}; - -/** - * Visit Media. - */ - -Evaluator.prototype.visitMedia = function(media){ - media.block = this.visit(media.block); - return media; -}; - -/** - * Visit Keyframes. - */ - -Evaluator.prototype.visitKeyframes = function(keyframes){ - keyframes.name = this.visit(keyframes.name).first.name; - return keyframes; -}; - -/** - * Visit Function. - */ - -Evaluator.prototype.visitFunction = function(fn){ - // check local - var local = this.stack.currentFrame.scope.lookup(fn.name); - if (local) this.warn('local ' + local.nodeName + ' "' + fn.name + '" previously defined in this scope'); - - // user-defined - var user = this.functions[fn.name]; - if (user) this.warn('user-defined function "' + fn.name + '" is already defined'); - - // BIF - var bif = bifs[fn.name]; - if (bif) this.warn('built-in function "' + fn.name + '" is already defined'); - - return fn; -}; - -/** - * Visit Each. - */ - -Evaluator.prototype.visitEach = function(each){ - var expr = utils.unwrap(this.visit(utils.unwrap(each.expr))) - , len = expr.nodes.length - , val = new nodes.Ident(each.val) - , key = new nodes.Ident(each.key || '__index__') - , scope = this.currentScope - , block = this.currentBlock - , vals = [] - , body; - - each.block.scope = false; - for (var i = 0; i < len; ++i) { - val.val = expr.nodes[i]; - key.val = new nodes.Unit(i); - scope.add(val); - scope.add(key); - body = this.visit(each.block.clone()); - vals = vals.concat(body.nodes); - } - - this.mixin(vals, block); - return vals[vals.length - 1] || nodes.null; -}; - -/** - * Visit Call. - */ - -Evaluator.prototype.visitCall = function(call){ - var fn = this.lookup(call.name) - , ret; - - // Variable function - if (fn && 'expression' == fn.nodeName) { - fn = fn.nodes[0]; - } - - // Not a function? try user-defined or built-ins - if (fn && 'function' != fn.nodeName) { - fn = this.lookupFunction(call.name); - } - - // Undefined function, render literal css - if (!fn || fn.nodeName != 'function') return this.literalCall(call); - this.calling.push(call.name); - - // Massive stack - if (this.calling.length > 200) { - throw new RangeError('Maximum call stack size exceeded'); - } - - // First node in expression - if (fn instanceof nodes.Expression) fn = fn.first; - - // Evaluate arguments - var _ = this.return; - this.return = true; - var args = this.visit(call.args); - this.return = _; - - // Built-in - if (fn.fn) { - ret = this.invokeBuiltin(fn.fn, args); - // User-defined - } else if (fn instanceof nodes.Function) { - ret = this.invokeFunction(fn, args); - } - - this.calling.pop(); - return ret; -}; - -/** - * Visit Ident. - */ - -Evaluator.prototype.visitIdent = function(ident){ - // Lookup - if (nodes.null == ident.val) { - var val = this.lookup(ident.name); - return val ? this.visit(val) : ident; - // Assign - } else { - var _ = this.return; - this.return = true; - ident.val = this.visit(ident.val); - this.return = _; - this.currentScope.add(ident); - return ident.val; - } -}; - -/** - * Visit BinOp. - */ - -Evaluator.prototype.visitBinOp = function(binop){ - // Special-case "is defined" pseudo binop - if ('is defined' == binop.op) return this.isDefined(binop.left); - - var _ = this.return; - this.return = true; - // Visit operands - var op = binop.op - , ident = 'ident' == binop.left.nodeName - , left = this.visit(binop.left) - , right = this.visit(binop.right); - this.return = _; - - // First node in expression - if (!~['[]', 'in'].indexOf(op)) { - left = left.first; - right = right.first; - } - - // Coercion - switch (op) { - case '[]': - case 'in': - case '||': - case '&&': - case 'is a': - break; - default: - // Special-case '-' against ident - if ('-' == op - && 'ident' == left.nodeName - && 'unit' == right.nodeName) { - var expr = new nodes.Expression; - right.val = -right.val; - expr.push(left); - expr.push(right); - return expr; - } - - // Attempt coercion - try { - right = left.coerce(right); - } catch (err) { - // Disgregard coercion issues - // and simply return false - if ('==' == op || '!=' == op) { - return nodes.false; - } else { - throw err; - } - } - } - - // Operate - return this.visit(left.operate(op, right)); -}; - -/** - * Visit UnaryOp. - */ - -Evaluator.prototype.visitUnaryOp = function(unary){ - var op = unary.op - , node = this.visit(unary.expr).first; - - if ('!' != op) utils.assertType(node, nodes.Unit); - - switch (op) { - case '-': - node.val = -node.val; - break; - case '+': - node.val = +node.val; - break; - case '~': - node.val = ~node.val; - break; - case '!': - return node.toBoolean().negate(); - } - - return node; -}; - -/** - * Visit TernaryOp. - */ - -Evaluator.prototype.visitTernary = function(ternary){ - var ok = this.visit(ternary.cond).toBoolean(); - return nodes.true == ok - ? this.visit(ternary.trueExpr) - : this.visit(ternary.falseExpr); -}; - -/** - * Visit Expression. - */ - -Evaluator.prototype.visitExpression = function(expr){ - for (var i = 0, len = expr.nodes.length; i < len; ++i) { - expr.nodes[i] = this.visit(expr.nodes[i]); - } - return expr; -}; - -/** - * Visit Property. - */ - -Evaluator.prototype.visitProperty = function(prop){ - var name = this.interpolate(prop) - , fn = this.lookup(name) - , call = fn instanceof nodes.Function - , literal = ~this.calling.indexOf(name); - - // Function of the same name - if (call && !literal && !prop.literal) { - this.calling.push(name); - var ret = this.visit(new nodes.Call(name, prop.expr)); - this.calling.pop(); - return ret; - // Regular property - } else { - var _ = this.return; - this.return = true; - prop.expr = this.visit(prop.expr); - prop.name = name; - prop.literal = true; - this.return = _; - return prop; - } -}; - -/** - * Visit Root. - */ - -Evaluator.prototype.visitRoot = function(block){ - for (var i = 0; i < block.nodes.length; ++i) { - block.index = this.rootIndex = i; - block.nodes[i] = this.visit(block.nodes[i]); - } - return block; -}; - -/** - * Visit Block. - */ - -Evaluator.prototype.visitBlock = function(block){ - this.stack.push(new Frame(block)); - for (var i = 0; i < block.nodes.length; ++i) { - block.index = i; - try { - block.nodes[i] = this.visit(block.nodes[i]); - } catch (err) { - if (err instanceof nodes.Return) { - if (this.return) { - this.stack.pop(); - throw err; - } else { - block.nodes[i] = err; - break; - } - } else { - throw err; - } - } - } - this.stack.pop(); - return block; -}; - -/** - * Visit If. - */ - -Evaluator.prototype.visitIf = function(node){ - var ret - , _ = this.return - , block = this.currentBlock - , negate = node.negate; - - this.return = true; - var ok = this.visit(node.cond).first.toBoolean(); - this.return = _; - - // Evaluate body - if (negate) { - // unless - if (nodes.false == ok) { - ret = this.visit(node.block); - } - } else { - // if - if (nodes.true == ok) { - ret = this.visit(node.block); - // else - } else if (node.elses.length) { - var elses = node.elses - , len = elses.length; - for (var i = 0; i < len; ++i) { - // else if - if (elses[i].cond) { - if (nodes.true == this.visit(elses[i].cond).first.toBoolean()) { - ret = this.visit(elses[i].block); - break; - } - // else - } else { - ret = this.visit(elses[i]); - } - } - } - } - - // mixin conditional statements within a selector group - if (ret && !node.postfix && block.node && 'group' == block.node.nodeName) { - this.mixin(ret.nodes, block); - return nodes.null; - } - - return ret || nodes.null; -}; - -/** - * Visit Import. - */ - -Evaluator.prototype.visitImport = function(import){ - var found - , root = this.root - , i = this.rootIndex - , stylus = require('../stylus') - , path = this.visit(import.path).first - , relative = this.importPath; - - // Enusre string - if (!path.string) throw new Error('@import string expected'); - var name = path = path.string; - - // Literal - if (/\.css$/.test(path)) return import; - path += '.styl'; - - // Lookup - if (relative) this.paths.push(relative); - found = utils.lookup(path, this.paths, this.filename); - found = found || utils.lookup(name + '/index.styl', this.paths, this.filename); - if (relative) this.paths.pop(); - - // Expose imports - import.path = found; - if (this.options._imports) this.options._imports.push(import); - - // Throw if import failed - if (!found) throw new Error('failed to locate @import file ' + path); - this.importPath = dirname(found); - - // Parse the file - var str = fs.readFileSync(found, 'utf8') - , rest = root.nodes.splice(++i, root.nodes.length); - - stylus.parse(str, { - filename: found - , root: root - }); - - rest.forEach(function(node){ - root.push(node); - }); - - return nodes.null; -}; - -/** - * Invoke `fn` with `args`. - * - * @param {Function} fn - * @param {Array} args - * @return {Node} - * @api private - */ - -Evaluator.prototype.invokeFunction = function(fn, args){ - var block = new nodes.Block(fn.block.parent); - fn.block.parent = block; - - // Clone the function body - // to prevent mutation of subsequent calls - // inject argument scope - var body = fn.block.clone(); - - // mixin block - var mixinBlock = this.stack.currentFrame.block; - - // new block scope - this.stack.push(new Frame(block)); - var scope = this.currentScope; - - // arguments local - scope.add(new nodes.Ident('arguments', args)); - - // mixin scope introspection - scope.add(new nodes.Ident('mixin', this.return - ? nodes.false - : new nodes.String(mixinBlock.nodeName))); - - // inject arguments as locals - fn.params.nodes.forEach(function(node, i){ - // rest param support - if (node.rest) { - node.val = new nodes.Expression; - for (var len = args.nodes.length; i < len; ++i) { - node.val.push(args.nodes[i]); - } - node.val.preserve = true; - // argument default support - } else { - var arg = args.nodes[i]; - var val = arg && !arg.isEmpty - ? args.nodes[i] - : node.val; - node = node.clone(); - node.val = val; - // required argument not satisfied - if (node.val instanceof nodes.Null) { - throw new Error('argument ' + node + ' required for ' + fn); - } - } - - scope.add(node); - }); - - // invoke - return this.invoke(body, true); -}; - -/** - * Invoke built-in `fn` with `args`. - * - * @param {Function} fn - * @param {Array} args - * @return {Node} - * @api private - */ - -Evaluator.prototype.invokeBuiltin = function(fn, args){ - // Map arguments to first node - // providing a nicer js api for - // BIFs. Functions may specify that - // they wish to accept full expressions - // via .raw - if (fn.raw) { - args = args.nodes; - } else { - args = args.nodes.map(function(node){ - return node.first; - }); - } - - // Invoke the BIF - var body = fn.apply(this, args); - - // Always wrapping allows js functions - // to return several values with a single - // Expression node - var expr = new nodes.Expression; - expr.push(body); - body = expr; - - // Invoke - return this.invoke(body); -}; - -/** - * Invoke the given function `body`. - * - * @param {Block} body - * @return {Node} - * @api private - */ - -Evaluator.prototype.invoke = function(body, stack){ - var self = this - , ret; - - // Return - if (this.return) { - ret = this.eval(body.nodes); - if (stack) this.stack.pop(); - // Mixin - } else { - body = this.visit(body); - if (stack) this.stack.pop(); - this.mixin(body.nodes, this.currentBlock); - ret = nodes.null; - } - - return ret; -}; - -/** - * Mixin the given `nodes` to the given `block`. - * - * @param {Array} nodes - * @param {Block} block - * @api private - */ - -Evaluator.prototype.mixin = function(nodes, block){ - var len = block.nodes.length - , head = block.nodes.slice(0, block.index) - , tail = block.nodes.slice(block.index + 1, len); - this._mixin(nodes, head); - block.nodes = head.concat(tail); -}; - -/** - * Mixin the given `nodes` to the `dest` array. - * - * @param {Array} nodes - * @param {Array} dest - * @api private - */ - -Evaluator.prototype._mixin = function(nodes, dest){ - var node - , len = nodes.length; - for (var i = 0; i < len; ++i) { - switch ((node = nodes[i]).nodeName) { - case 'return': - return; - case 'block': - this._mixin(node.nodes, dest); - break; - default: - dest.push(node); - } - } -}; - -/** - * Evaluate the given `vals`. - * - * @param {Array} vals - * @return {Node} - * @api private - */ - -Evaluator.prototype.eval = function(vals){ - if (!vals) return nodes.null; - var len = vals.length - , node = nodes.null; - - try { - for (var i = 0; i < len; ++i) { - node = vals[i]; - switch (node.nodeName) { - case 'if': - if ('block' != node.block.nodeName) { - node = this.visit(node); - break; - } - case 'each': - case 'block': - node = this.visit(node); - if (node.nodes) node = this.eval(node.nodes); - break; - default: - node = this.visit(node); - } - } - } catch (err) { - if (err instanceof nodes.Return) { - return err.expr; - } else { - throw err; - } - } - - return node; -}; - -/** - * Literal function `call`. - * - * @param {Call} call - * @return {call} - * @api private - */ - -Evaluator.prototype.literalCall = function(call){ - call.args = this.visit(call.args); - return call; -}; - -/** - * Lookup `name`, with support for JavaScript - * functions, and BIFs. - * - * @param {String} name - * @return {Node} - * @api private - */ - -Evaluator.prototype.lookup = function(name){ - var val; - if (val = this.stack.lookup(name)) { - return utils.unwrap(val); - } else { - return this.lookupFunction(name); - } -}; - -/** - * Map segments in `node` returning a string. - * - * @param {Node} node - * @return {String} - * @api private - */ - -Evaluator.prototype.interpolate = function(node){ - var self = this; - return node.segments.map(function(node){ - function toString(node) { - switch (node.nodeName) { - case 'function': - case 'ident': - return node.name; - case 'literal': - case 'string': - case 'unit': - return node.val; - case 'expression': - var _ = self.return; - self.return = true; - var ret = toString(self.visit(node).first); - self.return = _; - return ret; - } - } - return toString(node); - }).join(''); -}; - -/** - * Lookup JavaScript user-defined or built-in function. - * - * @param {String} name - * @return {Function} - * @api private - */ - -Evaluator.prototype.lookupFunction = function(name){ - var fn = this.functions[name] || bifs[name]; - if (fn) return new nodes.Function(name, fn); -}; - -/** - * Check if the given `node` is an ident, and if it is defined. - * - * @param {Node} node - * @return {Boolean} - * @api private - */ - -Evaluator.prototype.isDefined = function(node){ - if (node instanceof nodes.Ident) { - return nodes.Boolean(this.lookup(node.name)); - } else { - throw new Error('invalid "is defined" check on non-variable ' + node); - } -}; - -/** - * Warn with the given `msg`. - * - * @param {String} msg - * @api private - */ - -Evaluator.prototype.warn = function(msg){ - if (!this.warnings) return; - console.warn('\033[33mWarning:\033[0m ' + msg); -}; - -/** - * Return the current `Block`. - * - * @return {Block} - * @api private - */ - -Evaluator.prototype.__defineGetter__('currentBlock', function(){ - return this.stack.currentFrame.block; -}); - -/** - * Return the current frame `Scope`. - * - * @return {Scope} - * @api private - */ - -Evaluator.prototype.__defineGetter__('currentScope', function(){ - return this.stack.currentFrame.scope; -}); - -/** - * Return the current `Frame`. - * - * @return {Frame} - * @api private - */ - -Evaluator.prototype.__defineGetter__('currentFrame', function(){ - return this.stack.currentFrame; -}); diff --git a/node/node_modules/jade/support/stylus/lib/visitor/index.js b/node/node_modules/jade/support/stylus/lib/visitor/index.js deleted file mode 100644 index d7f9207..0000000 --- a/node/node_modules/jade/support/stylus/lib/visitor/index.js +++ /dev/null @@ -1,32 +0,0 @@ - -/*! - * Stylus - Visitor - * Copyright(c) 2010 LearnBoost - * MIT Licensed - */ - -/** - * Initialize a new `Visitor` with the given `root` Node. - * - * @param {Node} root - * @api private - */ - -var Visitor = module.exports = function Visitor(root) { - this.root = root; -}; - -/** - * Visit the given `node`. - * - * @param {Node|Array} node - * @api public - */ - -Visitor.prototype.visit = function(node, fn){ - var method = 'visit' + node.constructor.name - , cons = this.constructor.name; - if (this[method]) return this[method](node); - return node; -}; - diff --git a/node/node_modules/jade/support/stylus/package.json b/node/node_modules/jade/support/stylus/package.json deleted file mode 100644 index 55f36ed..0000000 --- a/node/node_modules/jade/support/stylus/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ "name": "stylus" - , "description": "Robust, expressive language which compiles to CSS" - , "version": "0.9.2" - , "author": "TJ Holowaychuk " - , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"] - , "main": "./index.js" - , "engines": { "node": ">= 0.2.4" } - , "bin": { - "stylus": "./bin/stylus" - , "stylus-tutorial": "./bin/stylus-tutorial" - } - , "dependencies": { - "cssom": "0.2.0" - , "growl": "1.1.0" - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/arithmetic.color.css b/node/node_modules/jade/support/stylus/test/cases/arithmetic.color.css deleted file mode 100644 index d6fe9f0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/arithmetic.color.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - background: rgba(0,255,255,0.5); - color: #0c0; -} -a { - color: #808080; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/arithmetic.color.styl b/node/node_modules/jade/support/stylus/test/cases/arithmetic.color.styl deleted file mode 100644 index e27ead0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/arithmetic.color.styl +++ /dev/null @@ -1,7 +0,0 @@ - -body - background #fff - (rgba(250,0,0,0.5) + rgba(5,0,0,0)) - color #ffcc00 - #f00 - -a - color (#fff / 2) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/arithmetic.css b/node/node_modules/jade/support/stylus/test/cases/arithmetic.css deleted file mode 100644 index 9bc514d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/arithmetic.css +++ /dev/null @@ -1,12 +0,0 @@ -body { - font-size: 12px; -} -h1 { - font-size: 36px; -} -h2 { - font-size: 24px; - font: 2px; - font: 0px; - font: 16px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/arithmetic.styl b/node/node_modules/jade/support/stylus/test/cases/arithmetic.styl deleted file mode 100644 index a4ddbf4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/arithmetic.styl +++ /dev/null @@ -1,18 +0,0 @@ - -size = 12px -large = size * (3 - 1) -huge = size * 3 - -body - font-size size - -h1 - font-size huge - -h2 - font-size large - font 5px % 3 - font 5px % 5 - font 2px ** 4 - y = 10 - x = 15 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.css b/node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.css deleted file mode 100644 index 5766529..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.css +++ /dev/null @@ -1,16 +0,0 @@ -h1#logo { - margin-top: -15px; - margin-left: 3px; - foo: false; - foo: false; - foo: false; - foo: false; - foo: false; - foo: false; - foo: 0px -2px -3px; - foo: 1px; -} -body { - text-indent: -99999px; - background: #fff url("/some/image.png") no-repeat -29px 1px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.styl b/node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.styl deleted file mode 100644 index fc5aa6f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/arithmetic.unary.styl +++ /dev/null @@ -1,16 +0,0 @@ - -h1#logo - margin-top - - - 15px - margin-left ~ - 4px - foo !true - foo !!0 - foo !-1 - foo !99 - foo !((99)) - foo not not 0 - foo 0px -2px -3px - foo -2px --3px - -body - text-indent -99999px - background #fff url('/some/image.png') no-repeat -29px 1px diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.components.css b/node/node_modules/jade/support/stylus/test/cases/bifs.components.css deleted file mode 100644 index dc77fa4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.components.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - background: 255; - background: 204; - background: 0; - background: 0.4; - background: 15deg; - background: 100%; - background: 60%; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.components.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.components.styl deleted file mode 100644 index dc8b9a6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.components.styl +++ /dev/null @@ -1,9 +0,0 @@ -body - background red(#fc0) - background green(#fc0) - background blue(#fc0) - background alpha(#fff - rgba(0,0,0,.6)) - - background hue(hsl(15deg,100%,60%)) - background saturation(hsl(15deg,100%,60%)) - background lightness(hsl(15deg,100%,60%)) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.dark.css b/node/node_modules/jade/support/stylus/test/cases/bifs.dark.css deleted file mode 100644 index a336a0f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.dark.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - foo: true; - foo: true; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.dark.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.dark.styl deleted file mode 100644 index fe9a18e..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.dark.styl +++ /dev/null @@ -1,4 +0,0 @@ -body - foo dark(black) == true - foo dark(#005716) == true - foo dark(white) == false diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.css b/node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.css deleted file mode 100644 index ef30453..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - background: #808080; - background: #404040; - background: #202020; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.styl deleted file mode 100644 index 85e5fea..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.darken-by.styl +++ /dev/null @@ -1,4 +0,0 @@ -body - background: darken-by(white, 50%) - background: darken-by(darken-by(white, 50%), 50%) - background: darken-by(darken-by(darken-by(white, 50%), 50%), 50%) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.image-size.css b/node/node_modules/jade/support/stylus/test/cases/bifs.image-size.css deleted file mode 100644 index e26d4ac..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.image-size.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - foo: 315px 450px; - foo: true; - foo: true; -} -body { - foo: 400px 479px; - foo: 400px 479px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.image-size.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.image-size.styl deleted file mode 100644 index d981a31..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.image-size.styl +++ /dev/null @@ -1,19 +0,0 @@ - -width(img) - return image-size(img)[0] - -height(img) - return image-size(img)[1] - -body - foo image-size('gif') - foo image-size('gif')[0] == width('gif') - foo image-size('gif')[1] == height('gif') - -body - foo image-size('tux.png') - foo image-size('tux.png') -/* -body - foo image-size('jpeg') - diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.join.css b/node/node_modules/jade/support/stylus/test/cases/bifs.join.css deleted file mode 100644 index 17097cf..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.join.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - foo: "1 2 3"; - foo: "1, 2, 3"; - foo: "1,2,3"; - foo: "1"; - foo: true; -} -body { - foo: "1, 2, 3"; - foo: "one, two, three"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.join.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.join.styl deleted file mode 100644 index 6599124..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.join.styl +++ /dev/null @@ -1,11 +0,0 @@ - -body - foo join(' ', 1 2 3) - foo join(', ', 1 2 3) - foo join(',', 1 2 3) - foo join(',', 1) - foo join(',') == null - -body - foo join(', ', 1, 2, 3) - foo join(', ', one 1, two 2, three 3) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.last.css b/node/node_modules/jade/support/stylus/test/cases/bifs.last.css deleted file mode 100644 index a336a0f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.last.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - foo: true; - foo: true; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.last.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.last.styl deleted file mode 100644 index ef13055..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.last.styl +++ /dev/null @@ -1,6 +0,0 @@ - -body - nums = 1 2 3 4 - foo last(nums) == 4 - foo last(foo bar baz) == baz - foo last(()) == null \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.length.css b/node/node_modules/jade/support/stylus/test/cases/bifs.length.css deleted file mode 100644 index 670982d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.length.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - foo: 0; - foo: 1; - foo: 1; - foo: 2; - foo: 3; - foo: 4; - foo: 5; - foo: 6; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.length.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.length.styl deleted file mode 100644 index 762beb6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.length.styl +++ /dev/null @@ -1,18 +0,0 @@ -args(n = null) - length(n) - -vargs(args...) - length(args) - -arguments() - length(arguments) - -body - foo length() - foo length(args()) - foo length(1) - foo length((1 2) (3 4)) - foo length(1 2 3) - foo vargs(1, 2, 3, 4) - foo args(1 2 3 4 5) - foo arguments(1,2,3,4,5,6) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.light.css b/node/node_modules/jade/support/stylus/test/cases/bifs.light.css deleted file mode 100644 index a336a0f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.light.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - foo: true; - foo: true; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.light.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.light.styl deleted file mode 100644 index 162cfe7..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.light.styl +++ /dev/null @@ -1,4 +0,0 @@ -body - foo light(black) == false - foo light(white) == true - foo light(#00FF40) == true \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.css b/node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.css deleted file mode 100644 index da74b89..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - background: #808080; - background: #bfbfbf; - background: #fff; - foo: #7fbfee; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.styl deleted file mode 100644 index 8f448e7..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.lighten-by.styl +++ /dev/null @@ -1,6 +0,0 @@ -body - background: lighten-by(black, 50%) - background: lighten-by(lighten-by(black, 50%), 50%) - background: lighten-by(lighten-by(lighten-by(black, 50%), 50%), 50%) - foo lighten(#52a8e8, 10%) - // => #7fbfee diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.css b/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.css deleted file mode 100644 index cbb003b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - color: #80e2e9; - border: 1px solid #f00; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.styl deleted file mode 100644 index cddf1fa..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.complex.styl +++ /dev/null @@ -1,11 +0,0 @@ - -border-type = solid -dark-blue = #006269 -light-blue = dark-blue + hsl(0,0,50%) - -light(color-name) - lookup('light-' + color-name) - -body - color light('blue') - border 1px lookup('border-type') red \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.css b/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.css deleted file mode 100644 index a5209ce..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - color: #006269; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.styl deleted file mode 100644 index 7f404f0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.lookup.styl +++ /dev/null @@ -1,8 +0,0 @@ - -dark-blue = #006269 - -dark(color-name) - lookup('dark-' + color-name) - -body - color dark('blue') \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.match.css b/node/node_modules/jade/support/stylus/test/cases/bifs.match.css deleted file mode 100644 index 70483e0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.match.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - margin: 5px; - padding: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.match.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.match.styl deleted file mode 100644 index eb2c7b9..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.match.styl +++ /dev/null @@ -1,9 +0,0 @@ -pad(type = padding) - if match('^pad', type) - padding 5px - else - margin 5px - -body - pad(margin) - pad(padding) diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.css b/node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.css deleted file mode 100644 index dc41fa6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - foo: ; - foo: true; - foo: true; - foo: true; - foo: true; - foo: bottom right; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.styl deleted file mode 100644 index 1809da5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.opposite-position.styl +++ /dev/null @@ -1,9 +0,0 @@ - -body - foo opposite-position() - foo opposite-position(top) == bottom - foo opposite-position(left) == right - foo opposite-position(top left)[0] == bottom - foo opposite-position(top left)[1] == right - val = top left - foo opposite-position(val) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.rgba.css b/node/node_modules/jade/support/stylus/test/cases/bifs.rgba.css deleted file mode 100644 index 15da40d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.rgba.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - background: #ff0800; - background: rgba(255,255,0,0.2); - background: rgba(255,204,0,0.5); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.rgba.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.rgba.styl deleted file mode 100644 index 9c50ca4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.rgba.styl +++ /dev/null @@ -1,4 +0,0 @@ -body - background rgba(255,8,0,1) - background rgba(255,255,0,0.2) - background rgba(#fc0, 0.5) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.type.css b/node/node_modules/jade/support/stylus/test/cases/bifs.type.css deleted file mode 100644 index 647b227..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.type.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - background: "string"; - background: "unit"; - background: "unit"; - background: "hsla"; - background: "rgba"; - background: "ident"; - background: "unit"; - background: "function"; - background: "ident"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.type.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.type.styl deleted file mode 100644 index e67eec3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.type.styl +++ /dev/null @@ -1,12 +0,0 @@ -body - border-type = solid - size = 15px - background type('test') - background type(12px) - background type(12) - background type(hsl(100deg, 50%, 50%)) - background type(#fff) - background type(something) - background type(size) - background type(type) - background type(border-type) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.unit.css b/node/node_modules/jade/support/stylus/test/cases/bifs.unit.css deleted file mode 100644 index 35febfd..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.unit.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - foo: 20px; - foo: 20px; - foo: 20px; - foo: 20%; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.unit.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.unit.styl deleted file mode 100644 index 336dabc..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.unit.styl +++ /dev/null @@ -1,5 +0,0 @@ -body - foo unit(20, 'px') - foo unit(20, px) - foo unit(20%, px) - foo unit(20, '%') \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.unquote.css b/node/node_modules/jade/support/stylus/test/cases/bifs.unquote.css deleted file mode 100644 index 1a3643f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.unquote.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - background: testing; - background: testing; - font: 14px / 1.5; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.unquote.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.unquote.styl deleted file mode 100644 index d101806..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.unquote.styl +++ /dev/null @@ -1,8 +0,0 @@ - -line-height(n) - unquote('/ ' + n) - -body - background unquote(testing) - background unquote('testing') - font 14px line-height(1.5) diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.url.css b/node/node_modules/jade/support/stylus/test/cases/bifs.url.css deleted file mode 100644 index ab4a9f4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.url.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("/images/foo.png"); - background: url("http://foo.com/images/bar.png"); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/bifs.url.styl b/node/node_modules/jade/support/stylus/test/cases/bifs.url.styl deleted file mode 100644 index 691d33c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/bifs.url.styl +++ /dev/null @@ -1,15 +0,0 @@ -body - background url("/images/foo.png") - background url(/images/foo.png) - - dir = '/images' - img = 'foo.png' - background url(dir/foo.png) - background url(dir/img) - - background url('/images/' + img) - background url(dir'/foo.png') - background url(dir + '/foo.png') - background url(dir + '/' + img) - - background url(http://foo.com/images/bar.png) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/coercion.css b/node/node_modules/jade/support/stylus/test/cases/coercion.css deleted file mode 100644 index 1c54cd5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/coercion.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - foo: 10px; - foo: 6px; - foo: "foo bar"; - foo: "value: 5px"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/coercion.styl b/node/node_modules/jade/support/stylus/test/cases/coercion.styl deleted file mode 100644 index 8925fc1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/coercion.styl +++ /dev/null @@ -1,5 +0,0 @@ -body - foo 5px + '5' - foo 5px + '1 23' - foo 'foo ' + 'bar' - foo 'value: ' + 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/comments.css b/node/node_modules/jade/support/stylus/test/cases/comments.css deleted file mode 100644 index a11dd7a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/comments.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - color: #f00; -} -form { - background: #fff; -} -html>/**/body select, -x:-moz-any-link, -x:default select { - font-weight: bold !important; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/comments.styl b/node/node_modules/jade/support/stylus/test/cases/comments.styl deleted file mode 100644 index 82cb469..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/comments.styl +++ /dev/null @@ -1,28 +0,0 @@ - -// foo = 'bar' - -body - color red - // lots of stuff - // wahoo - - // super cool - - // background green - -form - background white - -/* - -body - a - color blue - -*/ -// rawr - -html>/**/body select -x:-moz-any-link -x:default select - font-weight bold !important \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/compress.units.css b/node/node_modules/jade/support/stylus/test/cases/compress.units.css deleted file mode 100644 index d07704f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/compress.units.css +++ /dev/null @@ -1,2 +0,0 @@ -body{foo:0;foo:0;foo:15;foo:-15;foo:15px;foo:-15px} -body{foo:.1;foo:-.1;foo:1.1;foo:-1.1;foo:.1;foo:-.1;foo:10.1;foo:-10.1} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/compress.units.styl b/node/node_modules/jade/support/stylus/test/cases/compress.units.styl deleted file mode 100644 index 3f3bf28..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/compress.units.styl +++ /dev/null @@ -1,18 +0,0 @@ -body - foo 0 - foo 0px - foo 15 - foo -15 - foo 15px - foo -15px - -body - foo 0.1 - foo -0.1 - foo 1.1 - foo -1.1 - foo 0.1 - foo -0.1 - foo 10.1 - foo -10.1 - \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/conditional-assignment.css b/node/node_modules/jade/support/stylus/test/cases/conditional-assignment.css deleted file mode 100644 index e02b387..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/conditional-assignment.css +++ /dev/null @@ -1,4 +0,0 @@ -a.button { - font: 14px; - background: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/conditional-assignment.styl b/node/node_modules/jade/support/stylus/test/cases/conditional-assignment.styl deleted file mode 100644 index 4431b33..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/conditional-assignment.styl +++ /dev/null @@ -1,9 +0,0 @@ - -color ?= white -color ?= black - -font-size ?= 14px - -a.button - font font-size - background color diff --git a/node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.css b/node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.css deleted file mode 100644 index 08b9e7c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - foo: false; - foo: true; -} -body { - foo: false; - foo: true; - foo: ; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.styl b/node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.styl deleted file mode 100644 index 4ac7a65..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.functions.single-line.styl +++ /dev/null @@ -1,13 +0,0 @@ - -large(n){ n > 100 } - -body - foo large(5) - foo large(300) - -large(n){ n > 100 if n is a 'unit' } - -body - foo large(5) - foo large(300) - foo large('test') \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.if.css b/node/node_modules/jade/support/stylus/test/cases/css.if.css deleted file mode 100644 index 5ed0353..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.if.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - color: #fff; - color: #fff; -} -body { - padding: 5px; - margin: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.if.styl b/node/node_modules/jade/support/stylus/test/cases/css.if.styl deleted file mode 100644 index 2ff1b4f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.if.styl +++ /dev/null @@ -1,21 +0,0 @@ - -body - if true { - color: white; - } - unless (false) { - color: white; - } - -mixin(pad, margin) { - if (pad) { - padding: 5px; - } - if (margin) { - margin: 5px; - } -} - -body - mixin(true, true) - diff --git a/node/node_modules/jade/support/stylus/test/cases/css.keyframes.css b/node/node_modules/jade/support/stylus/test/cases/css.keyframes.css deleted file mode 100644 index be727ff..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.keyframes.css +++ /dev/null @@ -1,48 +0,0 @@ -@-webkit-keyframes bouce { - 0% { - foo: bar; - } - - 50% { - foo: bar; - } - - 100% { - foo: bar; - } -} -@-webkit-keyframes bouce { - 0% { - foo: bar; - } - - 50% { - foo: bar; - } - - 100% { - foo: bar; - } -} -@-webkit-keyframes bouce { - 0% { - foo: bar; - } - - 50% { - foo: bar; - } - - 100% { - foo: bar; - } -} -@-webkit-keyframes something { - 0% { - color: red; - } - - 100% { - color: blue; - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.keyframes.styl b/node/node_modules/jade/support/stylus/test/cases/css.keyframes.styl deleted file mode 100644 index 7ce1c3f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.keyframes.styl +++ /dev/null @@ -1,39 +0,0 @@ - -@keyframes bouce { - from { - foo: bar; - } - - 50% { - foo: bar; - } - - to { - foo: bar; - } -} - -@keyframes bouce { - from { foo: bar; } - 50% { foo: bar; } - to { foo: bar; } -} - - -@keyframes bouce { - from { foo: bar; } - - - 50% { foo: bar; } - - to { foo: bar; } -} - -animate(name) { - @keyframes name { - from { color: red; } - to { color: blue; } - } -} - -animate(something) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.large.css b/node/node_modules/jade/support/stylus/test/cases/css.large.css deleted file mode 100644 index b63459b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.large.css +++ /dev/null @@ -1,172 +0,0 @@ -html { - background: #dadada; - background: -moz-linear-gradient(-90deg, #fff, #dadada) fixed; - background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada)) fixed; -} -body { - padding: 120px 150px; - font: 14px / 1.4 "helvetica neue", helvetica, arial, sans-serif; - color: #484848; -} -h1, -h2, -h3 { - color: #222; -} -h1 a, -h2 a, -h3 a { - color: #222; -} -h1 a:hover, -h2 a:hover, -h3 a:hover { - text-decoration: none; -} -h1 { - margin: 10px 0 15px 0; - font-weight: bold; - font-size: 60px; -} -h2 { - margin: 0; - font-size: 18px; -} -h3 { - font-size: 14px; -} -a { - text-decoration: none; - color: #b90101; -} -a:hover { - text-decoration: underline; -} -strong { - color: #a00; -} -ul { - margin: 0; - padding: 0 25px; -} -ul li { - list-style: square; -} -.tagline { - margin: 0; - padding: 0; -} -.tagline em { - font-style: normal; -} -.tagline em.expressive { - color: #222; -} -.tagline em.dynamic { - color: #555; -} -.tagline em.robust { - color: #888; -} -.tagline em.css { - color: #bbb; -} -#container { - text-align: center; -} -#container #content { - margin: 0 auto; - padding-top: 40px; - width: 300px; - text-align: left; -} -#menu { - position: fixed; - top: -5px; - right: 60px; - margin: 0; - padding: 15px 0 10px 5px; - background: rgba(255,255,255,0.3); - border: 1px solid #ddd; - text-align: left; - -moz-box-shadow: inset rgba(34,34,34,0.1) 0 4px 4px; - -webkit-box-shadow: inset rgba(34,34,34,0.1) 0 4px 4px; - box-shadow: inset rgba(34,34,34,0.1) 0 4px 4px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -#menu li { - list-style: none; -} -#menu li a { - display: block; - width: 150px; - padding: 1px 10px; - color: #7b7b7b; - font-size: 13px; -} -#menu li a:hover { - color: #000; - text-decoration: none; -} -.example { - margin-top: 25px; -} -pre { - width: 300px; - padding: 30px; - color: #8d8d8d; - font: 12px / 1.4 monaco, "helvetica neue", helvetica; - overflow-x: auto; - background: #fff; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: rgba(34,34,34,0.1) -1px -1px; - -webkit-box-shadow: rgba(34,34,34,0.1) -1px -1px; - box-shadow: rgba(34,34,34,0.1) -1px -1px; -} -pre.terminal { - width: 340px; - padding: 10px; - background: #2b2b2b; - color: #dadada; - -moz-box-shadow: #fff -1px -1px; - -webkit-box-shadow: #fff -1px -1px; - box-shadow: #fff -1px -1px; -} -p code { - padding: 2px 4px; - color: #626262; - font-size: 85%; - background: #fff; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: rgba(34,34,34,0.1) -1px -1px; - -webkit-box-shadow: rgba(34,34,34,0.1) -1px -1px; - box-shadow: rgba(34,34,34,0.1) -1px -1px; -} -#ribbon { - position: absolute; - top: 2.5em; - left: -3.75em; - background-color: #a00; - padding: 1px 0; - overflow: hidden; - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3); - -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3); - box-shadow: 1px 1px 3px rgba(0,0,0,0.3); -} -#ribbon a { - color: #fff; - border: 1px solid #f18585; - display: block; - margin: 0.05em 0; - padding: 0.5em 3.5em; - text-align: center; - text-decoration: none; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.large.styl b/node/node_modules/jade/support/stylus/test/cases/css.large.styl deleted file mode 100644 index ee87684..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.large.styl +++ /dev/null @@ -1,172 +0,0 @@ -html { - background: #dadada; - background: -moz-linear-gradient(-90deg, #fff, #dadada) fixed; - background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada)) fixed; -} -body { - padding: 120px 150px; - font: 14px / 1.4 "helvetica neue", helvetica, arial, sans-serif; - color: #484848; -} -h1, -h2, -h3 { - color: #222; -} -h1 a, -h2 a, -h3 a { - color: #222; -} -h1 a:hover, -h2 a:hover, -h3 a:hover { - text-decoration: none; -} -h1 { - margin: 10px 0 15px 0; - font-weight: bold; - font-size: 60px; -} -h2 { - margin: 0; - font-size: 18px; -} -h3 { - font-size: 14px; -} -a { - text-decoration: none; - color: #b90101; -} -a:hover { - text-decoration: underline; -} -strong { - color: #a00; -} -ul { - margin: 0; - padding: 0 25px; -} -ul li { - list-style: square; -} -.tagline { - margin: 0; - padding: 0; -} -.tagline em { - font-style: normal; -} -.tagline em.expressive { - color: #222; -} -.tagline em.dynamic { - color: #555; -} -.tagline em.robust { - color: #888; -} -.tagline em.css { - color: #bbb; -} -#container { - text-align: center; -} -#container #content { - margin: 0 auto; - padding-top: 40px; - width: 300px; - text-align: left; -} -#menu { - position: fixed; - top: -5px; - right: 60px; - margin: 0; - padding: 15px 0 10px 5px; - background: rgba(255,255,255,0.3); - border: 1px solid #ddd; - text-align: left; - -moz-box-shadow: inset rgba(34,34,34,0.1) 0 4px 4px; - -webkit-box-shadow: inset rgba(34,34,34,0.1) 0 4px 4px; - box-shadow: inset rgba(34,34,34,0.1) 0 4px 4px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -#menu li { - list-style: none; -} -#menu li a { - display: block; - width: 150px; - padding: 1px 10px; - color: #7b7b7b; - font-size: 13px; -} -#menu li a:hover { - color: #000; - text-decoration: none; -} -.example { - margin-top: 25px; -} -pre { - width: 300px; - padding: 30px; - color: #8d8d8d; - font: 12px / 1.4 monaco, "helvetica neue", helvetica; - overflow-x: auto; - background: #fff; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: rgba(34,34,34,0.1) -1px -1px; - -webkit-box-shadow: rgba(34,34,34,0.1) -1px -1px; - box-shadow: rgba(34,34,34,0.1) -1px -1px; -} -pre.terminal { - width: 340px; - padding: 10px; - background: #2b2b2b; - color: #dadada; - -moz-box-shadow: #fff -1px -1px; - -webkit-box-shadow: #fff -1px -1px; - box-shadow: #fff -1px -1px; -} -p code { - padding: 2px 4px; - color: #626262; - font-size: 85%; - background: #fff; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: rgba(34,34,34,0.1) -1px -1px; - -webkit-box-shadow: rgba(34,34,34,0.1) -1px -1px; - box-shadow: rgba(34,34,34,0.1) -1px -1px; -} -#ribbon { - position: absolute; - top: 2.5em; - left: -3.75em; - background-color: #a00; - padding: 1px 0; - overflow: hidden; - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3); - -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3); - box-shadow: 1px 1px 3px rgba(0,0,0,0.3); -} -#ribbon a { - color: #fff; - border: 1px solid #f18585; - display: block; - margin: 0.05em 0; - padding: 0.5em 3.5em; - text-align: center; - text-decoration: none; -} diff --git a/node/node_modules/jade/support/stylus/test/cases/css.media.css b/node/node_modules/jade/support/stylus/test/cases/css.media.css deleted file mode 100644 index f7ab06b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.media.css +++ /dev/null @@ -1,15 +0,0 @@ -@media print { - body { - margin: 5px; - padding: 5px; - } -} -@media print { - body { - margin: 5px; - padding: 5px; - } - .no-print { - display: none; - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.media.styl b/node/node_modules/jade/support/stylus/test/cases/css.media.styl deleted file mode 100644 index 2403566..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.media.styl +++ /dev/null @@ -1,17 +0,0 @@ - -@media print { - body { - margin: 5px; - padding: 5px; - } -} - -@media print { - body { - margin: 5px; - padding: 5px; - } - .no-print { - display: none; - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.css b/node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.css deleted file mode 100644 index 7ffe13c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.css +++ /dev/null @@ -1,31 +0,0 @@ -button, -a.button { - display: block; - text-decoration: none; - background: #e3e3e3; - border: 1px solid #bdbdbd; - border-radius: 3px; - box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.8); - color: #333; - font-family: "helvetica neue", helvetica, arial, sans-serif; - font-size: 12px; - font-weight: bold; - line-height: 1; - padding: 8px 0 9px; - text-align: center; - text-shadow: 0 1px 0 #fff; - width: 150px; -} -button:hover, -a.button:hover { - background: #dbdbdb; - box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5); - color: #222; - cursor: pointer; -} -button:active, -a.button:active { - background: #d6d6d6; - box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.2); - color: #000; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.styl b/node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.styl deleted file mode 100644 index ca8f737..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.braces.styl +++ /dev/null @@ -1,53 +0,0 @@ - -/* - * Reset button related properties so that - * a, button, and input's are supported. - */ - --reset() { - display: block; - text-decoration: none; -} - -// just testing stuff - -get-width() { 150px; } - -/* - * Minimalistic flat button with white inset. - */ - -minimal-button(bg = #e3e3e3, intensity = 1) { - -reset(); - background: bg; - border: 1px solid darken(bg, 15% * intensity); - border-radius: 3px; - box-shadow: inset 0 0 1px 1px rgba(white, 0.8 * intensity); - color: #333; - font-family: 'helvetica neue', helvetica, arial, sans-serif; - font-size: 12px; - font-weight: bold; - line-height: 1; - padding: 8px 0 9px; - text-align: center; - text-shadow: 0 1px 0 rgba(white, 1 * intensity); - width: get-width(); - - &:hover { - background: darken(bg, 3%); - box-shadow: inset 0 0 1px 1px rgba(white, 0.5 * intensity); - color: #222; - cursor: pointer; - } - - &:active { - background: darken(bg, 5%); - box-shadow: inset 0 0 1px 1px rgba(white, 0.2 * intensity); - color: #000; - } -} - -button, -a.button { - minimal-button(); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.css b/node/node_modules/jade/support/stylus/test/cases/css.mixins.css deleted file mode 100644 index 7ffe13c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.css +++ /dev/null @@ -1,31 +0,0 @@ -button, -a.button { - display: block; - text-decoration: none; - background: #e3e3e3; - border: 1px solid #bdbdbd; - border-radius: 3px; - box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.8); - color: #333; - font-family: "helvetica neue", helvetica, arial, sans-serif; - font-size: 12px; - font-weight: bold; - line-height: 1; - padding: 8px 0 9px; - text-align: center; - text-shadow: 0 1px 0 #fff; - width: 150px; -} -button:hover, -a.button:hover { - background: #dbdbdb; - box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5); - color: #222; - cursor: pointer; -} -button:active, -a.button:active { - background: #d6d6d6; - box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.2); - color: #000; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.css b/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.css deleted file mode 100644 index 5d9922d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.css +++ /dev/null @@ -1,26 +0,0 @@ -button, -a.button, -input[type=submit], -input[type=button] { - padding: 5px 10px; -} -button:hover, -a.button:hover, -input[type=submit]:hover, -input[type=button]:hover { - color: #fff; - background: #000; -} -button:hover em, -a.button:hover em, -input[type=submit]:hover em, -input[type=button]:hover em { - color: #808080; -} -button:active, -a.button:active, -input[type=submit]:active, -input[type=button]:active { - color: #000; - background: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.styl b/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.styl deleted file mode 100644 index b03ff8e..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.styl +++ /dev/null @@ -1,25 +0,0 @@ - -hover() - &:hover { - color: white; - background: black; - em { - color: gray; - } - } - &:active { - color: black; - background: white; - } - - -button(pad) - button, - a.button, - input[type=submit], - input[type=button] { - padding: pad; - hover(); - } - -button(5px 10px); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.css b/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.css deleted file mode 100644 index 5d9922d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.css +++ /dev/null @@ -1,26 +0,0 @@ -button, -a.button, -input[type=submit], -input[type=button] { - padding: 5px 10px; -} -button:hover, -a.button:hover, -input[type=submit]:hover, -input[type=button]:hover { - color: #fff; - background: #000; -} -button:hover em, -a.button:hover em, -input[type=submit]:hover em, -input[type=button]:hover em { - color: #808080; -} -button:active, -a.button:active, -input[type=submit]:active, -input[type=button]:active { - color: #000; - background: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.styl b/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.styl deleted file mode 100644 index e7bb7e0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.root.wonky.styl +++ /dev/null @@ -1,17 +0,0 @@ - -hover() - &:hover { color: white; background: black; - em { - color: gray; - } - } - &:active { color: black; background: white; } - - -button(pad) - button, - a.button, - input[type=submit], - input[type=button] { padding: pad; hover(); } - -button(5px 10px); \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.mixins.styl b/node/node_modules/jade/support/stylus/test/cases/css.mixins.styl deleted file mode 100644 index fd4ceb8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.mixins.styl +++ /dev/null @@ -1,47 +0,0 @@ - -/* - * Reset button related properties so that - * a, button, and input's are supported. - */ - --reset() - display: block; - text-decoration: none; - -/* - * Minimalistic flat button with white inset. - */ - -minimal-button(bg = #e3e3e3, intensity = 1) - -reset() - background: bg; - border: 1px solid darken(bg, 15% * intensity); - border-radius: 3px; - box-shadow: inset 0 0 1px 1px rgba(white, 0.8 * intensity); - color: #333; - font-family: 'helvetica neue', helvetica, arial, sans-serif; - font-size: 12px; - font-weight: bold; - line-height: 1; - padding: 8px 0 9px; - text-align: center; - text-shadow: 0 1px 0 rgba(white, 1 * intensity); - width: 150px; - - &:hover { - background: darken(bg, 3%); - box-shadow: inset 0 0 1px 1px rgba(white, 0.5 * intensity); - color: #222; - cursor: pointer; - } - - &:active { - background: darken(bg, 5%); - box-shadow: inset 0 0 1px 1px rgba(white, 0.2 * intensity); - color: #000; - } - -button, -a.button { - minimal-button(); -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.selectors.css b/node/node_modules/jade/support/stylus/test/cases/css.selectors.css deleted file mode 100644 index 3ea3a18..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.selectors.css +++ /dev/null @@ -1,37 +0,0 @@ -body { - margin: 0; - padding: 5px; -} -body ul { - margin: 0; -} -body ul li:first-child { - border-top: none; -} -body ul li:last-child { - border-bottom: none; -} -ul li:first-child, -ul li:last-child { - display: none; -} -foo { - border-radius: 5px; -} -foo bar baz { - border-radius: 5px; -} -foo, -bar, -baz { - border-radius: 5px; -} -input[type=button] { - border-radius: 5px; -} -button, -input[type=button], -input[type=submit], -a.button { - border-radius: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.selectors.styl b/node/node_modules/jade/support/stylus/test/cases/css.selectors.styl deleted file mode 100644 index c42cbc8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.selectors.styl +++ /dev/null @@ -1,53 +0,0 @@ - -body { - margin: 0; - padding: 5px; - ul { - /* test */ - margin: 0; - li:first-child { - border-top: none; - // test - } - // test - li:last-child { - border-bottom: none; - } - } -} - -ul { - li { - &:first-child, - &:last-child { - display: none; - } - } -} - - -foo { - border-radius: 5px; -} - -foo bar baz { - border-radius: 5px; -} - -foo -bar -baz { - border-radius: 5px; -} - -input[type=button] { - border-radius: 5px; -} - - -button -input[type=button] -input[type=submit] -a.button { - border-radius: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.whitespace.css b/node/node_modules/jade/support/stylus/test/cases/css.whitespace.css deleted file mode 100644 index 146a653..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.whitespace.css +++ /dev/null @@ -1,37 +0,0 @@ -body { - padding: 5px; -} -body { - padding: 5px; -} -body { - padding: 5px; - margin: 0; -} -body { - padding: 5px; - margin: 0; -} -body { - padding: 5px; - margin: 0; -} -body { - padding: 5px; - margin: 0; -} -body { - padding: 5px; -} -ul li { - padding: 5px; -} -body { - padding: 5px; -} -body { - padding: 5px; -} -input { - foo: "bar"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/css.whitespace.styl b/node/node_modules/jade/support/stylus/test/cases/css.whitespace.styl deleted file mode 100644 index 13ea87a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/css.whitespace.styl +++ /dev/null @@ -1,36 +0,0 @@ - -body - padding 5px - -body - padding 5px - -body - padding: 5px; margin: 0; - -body - padding: 5px; - margin: 0; - -body { - padding: 5px; - margin: 0; -} - -body { - padding: 5px; margin: 0; -} - -body { -padding: 5px; -} - -ul { - li { - padding: 5px; -} -} - - -body{padding: 5px;} -body{padding: 5px}input{foo:'bar'} diff --git a/node/node_modules/jade/support/stylus/test/cases/escape.css b/node/node_modules/jade/support/stylus/test/cases/escape.css deleted file mode 100644 index 1eda758..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/escape.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - font: 14px + 1.2; - border-radius: 5px 2px ( 5px 1px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/escape.styl b/node/node_modules/jade/support/stylus/test/cases/escape.styl deleted file mode 100644 index bbc614f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/escape.styl +++ /dev/null @@ -1,4 +0,0 @@ - -body - font 14px \+ 1.2 - border-radius 5px 2px \( 5px 1px diff --git a/node/node_modules/jade/support/stylus/test/cases/for.complex.css b/node/node_modules/jade/support/stylus/test/cases/for.complex.css deleted file mode 100644 index e0259a8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/for.complex.css +++ /dev/null @@ -1,44 +0,0 @@ -body { - foo: a; - foo: b; - foo: c; - foo: d; - foo: e; - foo: f; - foo: g; -} -body { - foo: a; -} -body { - foo: 0 : b; - foo: 1 : c; - foo: 2 : d; -} -body { - foo: error test "test"; - foo: error test "foo"; -} -body { - foo: 0 a; - foo: 1 a; - foo: 2 a; - foo: 3 a; - foo: 0 b; - foo: 1 b; - foo: 2 b; - foo: 3 b; - foo: 0 c; - foo: 1 c; - foo: 2 c; - foo: 3 c; - foo: 0 d; - foo: 1 d; - foo: 2 d; - foo: 3 d; -} -body { - foo: helvetica; - foo: arial; - foo: sans-serif; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/for.complex.styl b/node/node_modules/jade/support/stylus/test/cases/for.complex.styl deleted file mode 100644 index d3d442a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/for.complex.styl +++ /dev/null @@ -1,28 +0,0 @@ -vals = a b c d e f g - -body - for val in vals - foo val - -body - for val in vals[0] - foo val - -body - for val, i in vals[1..3] - foo i unquote(':') val - -body - for msg in (error 'test') (error 'foo') - foo msg[0] test msg[1] - -body - for char in a b c d - for num in 0 1 2 3 - foo num char - -fonts = helvetica, arial, sans-serif - -body - for font in fonts - foo font diff --git a/node/node_modules/jade/support/stylus/test/cases/for.css b/node/node_modules/jade/support/stylus/test/cases/for.css deleted file mode 100644 index f8129ff..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/for.css +++ /dev/null @@ -1,52 +0,0 @@ -body { - test-args: 1 2 3; - foo: 1; - foo: 2; - foo: 3; - test-args: 1 2 3 4 5; - foo: 1 2; - foo: 3 4; - foo: 5; - test-args: 1 2 3 4; - foo: 1 2; - foo: 3 4; -} -body { - foo: 1 2; - foo: 3 4; -} -body { - foo: 1; - foo: 2; - foo: 3; - foo: 4; - foo: 5; -} -body { - foo: 1; - foo: 2; - foo: 3; -} -body foo { - bar: 1; -} -body foo { - bar: 2; -} -body foo { - bar: 3; -} -body foo bar { - baz: 1; -} -body foo bar { - baz: 2; -} -body foo bar { - baz: 3; -} -body { - foo: 0 foo; - foo: 1 bar; - foo: 2 baz; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/for.function.css b/node/node_modules/jade/support/stylus/test/cases/for.function.css deleted file mode 100644 index 5613a7a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/for.function.css +++ /dev/null @@ -1,20 +0,0 @@ -body { - foo: 10; - foo: 20; - foo: 10; -} -body { - foo: "foo bar baz"; - foo: "foo, bar, baz"; - foo: "1 2 3"; - foo: "1, 2, 3"; -} -body { - foo: 0 Impact; - foo: 1 Arial; - foo: 2 sans-serif; -} -body { - foo: 24; - foo: 30; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/for.function.styl b/node/node_modules/jade/support/stylus/test/cases/for.function.styl deleted file mode 100644 index 84a5a21..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/for.function.styl +++ /dev/null @@ -1,51 +0,0 @@ - -sum(nums...) - sum = 0 - for n in nums - sum += n - -sum2(nums...) - sum = 0 - for n in nums - sum += n - sum * 2 - -sum3(nums...) - sum = 0 - sum += n for n in nums - -body - foo sum(1,2,3,4) - foo sum2(1,2,3,4) - foo sum3(1,2,3,4) - -join(delim, args) - buf = '' - for arg, i in args - buf += i ? delim + arg : arg - -join2(delim, args) - buf = '' - buf += i ? delim + arg : arg for arg, i in args - -body - foo join(' ', foo bar baz) - foo join(', ', foo bar baz) - foo join2(' ', 1 2 3) - foo join2(', ', 1 2 3) - -body - fonts = Impact Arial sans-serif - for font, i in fonts - foo i font - -last-even(nums...) - ret = n if n % 2 == 0 for n in nums - ret - -first-even(nums...) - return n if n % 2 == 0 for n in nums - -body - foo last-even(1,3,30,5,6,12,2,24,3) - foo first-even(1,3,30,5,6,12,2,24,3) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/for.styl b/node/node_modules/jade/support/stylus/test/cases/for.styl deleted file mode 100644 index 44617e4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/for.styl +++ /dev/null @@ -1,44 +0,0 @@ - -test(args...) - test-args args - for arg in args - foo arg - -size(a, b) - return a b - -body - test 1 2 3 - test (1 2) (3 4) 5 - test size(1, 2) size(3, 4) - -body - sizes = size(1, 2) size(3, 4) - for size in sizes - foo size - -body - for n in 1..5 - foo n - -body - for n in 1 2 3 - foo n - -body - for n in 1 2 3 - foo - bar n - -test(args...) - foo - for arg in args - bar - baz arg - -body - test 1 2 3 - -body - for val, index in foo bar baz - foo index val \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/function.arguments.css b/node/node_modules/jade/support/stylus/test/cases/function.arguments.css deleted file mode 100644 index 1a3a83b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/function.arguments.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - padding: 15; - padding: 1 2; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/function.arguments.styl b/node/node_modules/jade/support/stylus/test/cases/function.arguments.styl deleted file mode 100644 index 9cb7285..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/function.arguments.styl +++ /dev/null @@ -1,14 +0,0 @@ - -sum() - n = 0 - for num in arguments - n = n + num - n - -test(a, b) - a = b - (arguments[0] a) - -body - padding sum(1,2,3,4,5) - padding test(1,2) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/function.literals.css b/node/node_modules/jade/support/stylus/test/cases/function.literals.css deleted file mode 100644 index 30ad857..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/function.literals.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - foo: bar(1px, baz(5px)); - bar: baz(5px) baz(5px); - foo: recurse; - foo: recurse; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/function.literals.styl b/node/node_modules/jade/support/stylus/test/cases/function.literals.styl deleted file mode 100644 index d1179b9..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/function.literals.styl +++ /dev/null @@ -1,12 +0,0 @@ - -something(arg) - bar arg arg - -recurse() - foo recurse - foo recurse - -body - foo bar(1px, baz(5px)) - something(baz(5px)) - recurse() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.css b/node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.css deleted file mode 100644 index 8e0891f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.css +++ /dev/null @@ -1,3 +0,0 @@ -form input { - padding: 10px 5px 10px 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.styl b/node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.styl deleted file mode 100644 index f2739eb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.arg-calls.styl +++ /dev/null @@ -1,9 +0,0 @@ -add(a, b) - a + b - -pad(x, y = x) - padding y x y x - -form input - n = 5 - pad(5px, unit(add(n, n), 'px')) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.call.css b/node/node_modules/jade/support/stylus/test/cases/functions.call.css deleted file mode 100644 index 9dbadae..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.call.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - foo: 15; - foo: 7; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.call.styl b/node/node_modules/jade/support/stylus/test/cases/functions.call.styl deleted file mode 100644 index c85adb1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.call.styl +++ /dev/null @@ -1,7 +0,0 @@ - -add(a, b) - a + b - -body - foo add(5, 10) - foo add(5, 2) diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.css b/node/node_modules/jade/support/stylus/test/cases/functions.css deleted file mode 100644 index e3c22b2..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - padding: 10px 5px 10px 5px; -} -form .button { - padding-left: 15px; -} -body { - foo: bottom; - foo: right; - foo: bottom right; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.defaults.css b/node/node_modules/jade/support/stylus/test/cases/functions.defaults.css deleted file mode 100644 index 19f7e77..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.defaults.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - padding: 15px 5px 15px 5px; -} -a.button { - padding: 10px 10px 10px 10px; -} -a.button-2 { - padding: 2px 10px 2px 10px; -} -body { - padding: 10px; -} -.button { - padding: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.defaults.styl b/node/node_modules/jade/support/stylus/test/cases/functions.defaults.styl deleted file mode 100644 index 2946141..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.defaults.styl +++ /dev/null @@ -1,30 +0,0 @@ - -size = 15px -small = 5 - -pad-var(x, y = size) - padding y x y x - -pad-arg(x, y = x) - padding y x y x - -body - pad-var(5px) - -a.button - pad-arg(10px) - -a.button-2 - pad-arg(10px, 2px) - -add(a, b) - a + b - -pad-call(n = unit(add(small, small), 'px')) - padding n - -body - pad-call() - -.button - pad-call(5px) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.multi-line.css b/node/node_modules/jade/support/stylus/test/cases/functions.multi-line.css deleted file mode 100644 index 0818fca..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.multi-line.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - padding: 2 1; -} -body { - padding: 2 1; -} -body { - padding: 3 2; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.multi-line.styl b/node/node_modules/jade/support/stylus/test/cases/functions.multi-line.styl deleted file mode 100644 index b17195c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.multi-line.styl +++ /dev/null @@ -1,25 +0,0 @@ - -pad( - x = 5 -, y = 10 -) - padding y x - -body - pad 1 2 - -pad( - x = 5 - , y = 10 -) - padding y x - -body - pad 1 2 - -body - pad(x - , y - ) - padding y x - pad 2 3 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.css b/node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.css deleted file mode 100644 index d860a55..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.css +++ /dev/null @@ -1,13 +0,0 @@ -body { - padding: 5px; - padding: 100px; - padding: 10px; - padding: 1px; - padding: 100px; -} -form { - padding-left: 5px; - padding-right: 5px; - padding-top: 10px; - padding-bottom: 10px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.styl b/node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.styl deleted file mode 100644 index 9e7353b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.multiple-calls.styl +++ /dev/null @@ -1,26 +0,0 @@ - -pad(y = 100px) - padding unit(y, 'px') - -body - pad(5px) - pad() - pad(10px) - pad(1) - pad() - -pad-x(n) - n = unit(n, 'px') - padding-left n - padding-right n - -pad-y(y) - padding-top n = unit(y, 'px') - padding-bottom n - -pad(x, y) - pad-x(x) - pad-y(y) - -form - pad(5, 10) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.css b/node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.css deleted file mode 100644 index 104ae05..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - foo: 13; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.styl b/node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.styl deleted file mode 100644 index eda05a3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.nested-calls.styl +++ /dev/null @@ -1,9 +0,0 @@ - -sub(a, b) - a - b - -add(a, b) - a + b - -body - foo add(5, add(5, sub(5, 2))) diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.nested.css b/node/node_modules/jade/support/stylus/test/cases/functions.nested.css deleted file mode 100644 index 6a3c670..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.nested.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - padding: 3.5; -} -body { - padding: 3.5; -} -body { - padding: 10; - padding: 0; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.nested.styl b/node/node_modules/jade/support/stylus/test/cases/functions.nested.styl deleted file mode 100644 index 4f9a2f5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.nested.styl +++ /dev/null @@ -1,37 +0,0 @@ - -add(a, b) - div(a, b) - a / b - a + div(b, 2) - -body - padding add(1,5) - // => 3.5 - -add(a, b) - half() - b / 2 - a + half() - -body - padding add(1,5) - // => 3.5 - -getFunction(name) - if name == 'add' - add(a, b) - a + b - else - sub(a, b) - a - b - -body - fn = getFunction('add') - padding fn(5, 5) - // => 10 - - fn = getFunction('sub') - fn2 = fn - fn3 = fn2 - padding fn3(5, 5) - // => 0 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.property.css b/node/node_modules/jade/support/stylus/test/cases/functions.property.css deleted file mode 100644 index 3495051..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.property.css +++ /dev/null @@ -1,10 +0,0 @@ -form { - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -a.button { - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.property.styl b/node/node_modules/jade/support/stylus/test/cases/functions.property.styl deleted file mode 100644 index cf584ae..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.property.styl +++ /dev/null @@ -1,11 +0,0 @@ - -border-radius(size) - -webkit-border-radius size - -moz-border-radius size - border-radius size - -form - border-radius 5px - -a.button - border-radius 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.return.css b/node/node_modules/jade/support/stylus/test/cases/functions.return.css deleted file mode 100644 index 37706f0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.return.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - foo: no; - foo: yes; - foo: false; - foo: yes; - foo: "a is not a unit"; - foo: 2; -} -body { - foo: five; - foo: something; -} -body { - foo: 3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.return.each.css b/node/node_modules/jade/support/stylus/test/cases/functions.return.each.css deleted file mode 100644 index 1c38717..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.return.each.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - foo: "1 2 3"; - foo: "1, 2, 3"; - foo: "1,2,3"; -} -body { - foo: "1 2 3"; - foo: "1, 2, 3"; - foo: "1,2,3"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.return.each.styl b/node/node_modules/jade/support/stylus/test/cases/functions.return.each.styl deleted file mode 100644 index 0f2f1f8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.return.each.styl +++ /dev/null @@ -1,23 +0,0 @@ - -join1(delim, vals) - buf = '' - for val, i in vals - if i - buf += delim + val - else - buf += val - -join2(delim, vals) - buf = '' - for val, i in vals - buf += i ? delim + val : val - -body - foo join1(' ', 1 2 3) - foo join1(', ', 1 2 3) - foo join1(',', 1 2 3) - -body - foo join2(' ', 1 2 3) - foo join2(', ', 1 2 3) - foo join2(',', 1 2 3) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.return.styl b/node/node_modules/jade/support/stylus/test/cases/functions.return.styl deleted file mode 100644 index 6aab55b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.return.styl +++ /dev/null @@ -1,86 +0,0 @@ - -large(n) - unless n is a 'unit' - return false - if n > 100 - yes - else - no - -awesome() - yes - -nested(a = 5) - if a is a 'unit' - b = 10 - if a - c = 100 - c = 100 - c = 100 - c = 100 - awesome() - else - 'b is not a unit' - else - 'a is not a unit' - -set() - 1 - return 2 - 3 - -body - // no - foo large(15) - - // yes - foo large(150) - - // false - foo large('string') - - // yes - foo nested() - - // 'a is not a unit' - foo nested('wahoo') - - // 2 - foo set() - -deep-implicit() - one - if false - two - else - if true - something - three - else - four - five - -deep-explicit() - one - if false - two - else - if true - return something - three - else - four - five - -body - foo deep-implicit() - foo deep-explicit() - -test() - return 1 if false - return 2 if false - return 3 if true - return 4 - -body - foo test() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.styl b/node/node_modules/jade/support/stylus/test/cases/functions.styl deleted file mode 100644 index 8106c2f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.styl +++ /dev/null @@ -1,34 +0,0 @@ - -add(a, b) - a + b - -pad(x, y) - padding y x y x - -body - pad(5px, 10px) - -form .button - padding-left add(10px, 5px) - --opposite-position(pos) - if pos == top - bottom - else if pos == bottom - top - else if pos == left - right - else if pos == right - left - else - error('Invalid position ' + pos) - -opposite(positions) - for pos in positions - pos = -opposite-position(pos) - ret = ret is defined ? ret pos : pos - -body - foo opposite(top) - foo opposite(left) - foo opposite(top left) diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.variable.css b/node/node_modules/jade/support/stylus/test/cases/functions.variable.css deleted file mode 100644 index 99fd5ba..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.variable.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font: 28px; - padding-left: 5px; - padding-right: 5px; -} -form { - padding-top: 10px; - padding-bottom: 10px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.css b/node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.css deleted file mode 100644 index b7cdff3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - font: 28px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.styl b/node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.styl deleted file mode 100644 index abc45ee..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.variable.ident.styl +++ /dev/null @@ -1,11 +0,0 @@ - -add(a, b) - a + b - -size-function = add - -size(n) - size-function(n, n) - -body - font size(14px) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/functions.variable.styl b/node/node_modules/jade/support/stylus/test/cases/functions.variable.styl deleted file mode 100644 index c3d6a66..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/functions.variable.styl +++ /dev/null @@ -1,27 +0,0 @@ - -add(a, b) - a + b - -size-function = add - -size(n) - size-function(n, n) - -padding-x(n) - padding-left n - padding-right n - -padding-y(n) - padding-top n - padding-bottom n - -mixin(name, n) - name(n) - -body - fn = padding-x - font size(14px) - fn(5px) - -form - mixin(padding-y, 10px) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.css b/node/node_modules/jade/support/stylus/test/cases/if.css deleted file mode 100644 index 41a12f5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.css +++ /dev/null @@ -1,43 +0,0 @@ -body { - padding: 100; -} -body { - padding: false; -} -body { - padding: 150; -} -body { - padding: 75; -} -body { - padding: -1; -} -body { - padding: 1; -} -body { - foo: yes; - foo: no; - foo: zero; - foo: invalid; -} -body .input { - padding: 5px; - no: margin; -} -body form input { - foo: no; - foo: bar; - bar: baz; -} -body something { - foo: bar; - bar: baz; -} -body .nested { - foo: bar; -} -body .nested .hidden { - display: none; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.else.css b/node/node_modules/jade/support/stylus/test/cases/if.else.css deleted file mode 100644 index 5d48da0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.else.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - foo: string; - foo: unit; - foo: color; - foo: unknown; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.else.styl b/node/node_modules/jade/support/stylus/test/cases/if.else.styl deleted file mode 100644 index bddded5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.else.styl +++ /dev/null @@ -1,16 +0,0 @@ - -naive-type(val = null) - if val is a 'unit' - unit - else if val is a 'color' - color - else if val is a 'string' - string - else - unknown - -body - foo naive-type('test') - foo naive-type(12) - foo naive-type(#fff) - foo naive-type() diff --git a/node/node_modules/jade/support/stylus/test/cases/if.mixin.css b/node/node_modules/jade/support/stylus/test/cases/if.mixin.css deleted file mode 100644 index a83dec6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.mixin.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - got: above; - got: below; - got: empty; - yup: just lots of empty; - padding: 10px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.mixin.styl b/node/node_modules/jade/support/stylus/test/cases/if.mixin.styl deleted file mode 100644 index 3d36fe3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.mixin.styl +++ /dev/null @@ -1,24 +0,0 @@ - -test(n) - if n < 0 - got below - else - got above - -test-nested(a, b) - if a > 1 - if unit(-5) == '' - got empty - yup just lots of empty - else - got unit(-5px) - -test-unless(n = 0) - unless n - padding 10px - -body - test(5px) - test(-5px) - test-nested(5px, -5) - test-unless() diff --git a/node/node_modules/jade/support/stylus/test/cases/if.postfix.css b/node/node_modules/jade/support/stylus/test/cases/if.postfix.css deleted file mode 100644 index d775ffc..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.postfix.css +++ /dev/null @@ -1,61 +0,0 @@ -body { - foo: 1; - foo: 2; - foo: 3; - foo: 4; - foo: 5; - foo: 6; - foo: 7; -} -body { - foo: 3; -} -body { - foo: true; - foo: true; -} -body { - foo: true; - foo: true; -} -body { - foo: 5; -} -body { - foo: bar; - foo: baz; -} -body { - foo: bar; - foo: baz; -} -@import "foo.css"; -body { - foo: 5; -} -body { - foo: string; - foo: number; - foo: unknown; -} -body { - foo: true; - foo: true; - foo: false; -} -body { - fonts: arial, sans-serif; -} -body { - foo: yes; - foo: yes; - foo: yes; - foo: ; - foo: ; -} -body { - foo: yes; - foo: no; - foo: zero; - foo: invalid; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.postfix.styl b/node/node_modules/jade/support/stylus/test/cases/if.postfix.styl deleted file mode 100644 index 9639d4f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.postfix.styl +++ /dev/null @@ -1,110 +0,0 @@ - -mixin() - if true - foo 6 - foo 7 if true - foo 8 unless true - -body - foo 1 - foo 2 if true - foo 3 unless false - if true - foo 4 - foo 5 - mixin() - -body - foo 1 if false - foo 2 unless true - foo 3 - -above-5(n) - true if n > 5 - -body - foo above-5(2) == null - foo above-5(6) == true - -below-5(n) - return true unless n > 5 - false - -body - foo below-5(3) == true - foo below-5(7) == false - -body - foo 5 unless 5 + 5 == 10 - -body - foo 5 if 5 + 5 == 10 and true - -mixin() - foo bar - foo baz - -body - mixin() if true - mixin() unless true - -body - mixin test if true - - -@import 'foo.css' if true -@charset 'foo' if false - -num = 5 unless num is defined - -body - foo num - -type(arg = null) - return string if arg is a 'string' - return number if arg is a 'unit' - unknown - -body - foo type('test') - foo type(12) - foo type() - -is-a-string(arg = null) - arg is a 'string' unless arg == null - -body - foo is-a-string() == null - foo is-a-string('test') - foo is-a-string(12) if true - -empty(expr) - 0 == length(expr) - -font-list = arial, sans-serif -body - fonts font-list unless empty(font-list) - font-list = () - fonts font-list unless empty(font-list) - -truthy(val) - yes if 1 == val or 'yes' == val or 'y' == val - -body - foo truthy(1) - foo truthy('yes') - foo truthy('y') - foo truthy(0) - foo truthy('no') - -negative(n) - return invalid unless n is a 'unit' - return yes if n < 0 - return no if n > 0 - zero - -body - foo negative(-5) - foo negative(5) - foo negative(0) - foo negative('asdf') \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.selectors.css b/node/node_modules/jade/support/stylus/test/cases/if.selectors.css deleted file mode 100644 index 51e1118..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.selectors.css +++ /dev/null @@ -1,6 +0,0 @@ -form input { - border: 1px solid #eee; -} -body { - font: 12px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.selectors.styl b/node/node_modules/jade/support/stylus/test/cases/if.selectors.styl deleted file mode 100644 index f63848d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.selectors.styl +++ /dev/null @@ -1,12 +0,0 @@ - -if false - something - with a-prop - -if true - form - input - border 1px solid #eee - if true - body - font 12px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/if.styl b/node/node_modules/jade/support/stylus/test/cases/if.styl deleted file mode 100644 index f2f9746..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/if.styl +++ /dev/null @@ -1,99 +0,0 @@ -n = false - -if !n - n = 100 - -body - padding n - -n = false - -if not not n - n = 50 - -body - padding n - -if not n - n = 150 - -body - padding n - -if n - n = n / 2 -else - n = 10000 - -body - padding n - -if n > 100 - n = n * 2 -else - n = -1 - -body - padding n - -n = 75 - -if n < 50 - n = n -else - if n > 50 and n < 100 - n = 1 - else - n = -1 - -body - padding n - -negative(n) - unless n is a 'unit' - return invalid - if n < 0 - yes - else if n > 0 - no - else - zero - -body - foo negative(-5) - foo negative(5) - foo negative(0) - foo negative('asdf') - -body - .input - pad = true - margin = false - if pad - padding 5px - if margin - margin 5px - else - no unquote('margin') - -mixin() - foo bar - bar baz - -body - form input - if true - foo negative(5) - mixin() - something - mixin() - -body - .nested - if true - if true - if true - foo bar - .hidden - if true - display none \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.basic.css b/node/node_modules/jade/support/stylus/test/cases/import.basic.css deleted file mode 100644 index 2f2a6d9..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.basic.css +++ /dev/null @@ -1,9 +0,0 @@ -.a { - color: #f00; -} -.b { - color: #008000; -} -.c { - color: #00f; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.basic.styl b/node/node_modules/jade/support/stylus/test/cases/import.basic.styl deleted file mode 100644 index f8850e3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.basic.styl +++ /dev/null @@ -1,2 +0,0 @@ - -@import "a" diff --git a/node/node_modules/jade/support/stylus/test/cases/import.basic/a.styl b/node/node_modules/jade/support/stylus/test/cases/import.basic/a.styl deleted file mode 100644 index c6aee44..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.basic/a.styl +++ /dev/null @@ -1,5 +0,0 @@ - -.a - color red - -@import "b" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.basic/b.styl b/node/node_modules/jade/support/stylus/test/cases/import.basic/b.styl deleted file mode 100644 index c514e75..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.basic/b.styl +++ /dev/null @@ -1,5 +0,0 @@ - -.b - color green - -@import "c" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.basic/c.styl b/node/node_modules/jade/support/stylus/test/cases/import.basic/c.styl deleted file mode 100644 index abc49ca..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.basic/c.styl +++ /dev/null @@ -1,3 +0,0 @@ - -.c - color blue \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.complex.css b/node/node_modules/jade/support/stylus/test/cases/import.complex.css deleted file mode 100644 index 3ba73e8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.complex.css +++ /dev/null @@ -1,9 +0,0 @@ -one { - foo: bar; -} -two { - foo: bar; -} -three { - foo: bar; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.complex.styl b/node/node_modules/jade/support/stylus/test/cases/import.complex.styl deleted file mode 100644 index 8d4e813..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.complex.styl +++ /dev/null @@ -1 +0,0 @@ -@import "./import.complex/a" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.complex/a.styl b/node/node_modules/jade/support/stylus/test/cases/import.complex/a.styl deleted file mode 100644 index 4c4e68b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.complex/a.styl +++ /dev/null @@ -1,4 +0,0 @@ -one - foo bar - -@import "./nested/b" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.complex/c.styl b/node/node_modules/jade/support/stylus/test/cases/import.complex/c.styl deleted file mode 100644 index c400d08..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.complex/c.styl +++ /dev/null @@ -1,2 +0,0 @@ -three - foo bar \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.complex/nested/b.styl b/node/node_modules/jade/support/stylus/test/cases/import.complex/nested/b.styl deleted file mode 100644 index 1316242..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.complex/nested/b.styl +++ /dev/null @@ -1,4 +0,0 @@ -two - foo bar - -@import "../c" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.index.css b/node/node_modules/jade/support/stylus/test/cases/import.index.css deleted file mode 100644 index f34b6a0..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.index.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - one: 1; -} -body { - two: 2; -} -body { - three: 3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.index.styl b/node/node_modules/jade/support/stylus/test/cases/import.index.styl deleted file mode 100644 index 4ef8282..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.index.styl +++ /dev/null @@ -1,2 +0,0 @@ - -@import 'import.index/vendor' \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/a.styl b/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/a.styl deleted file mode 100644 index a80eaac..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/a.styl +++ /dev/null @@ -1,2 +0,0 @@ -body - one 1 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/b.styl b/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/b.styl deleted file mode 100644 index ed6a757..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/b.styl +++ /dev/null @@ -1,2 +0,0 @@ -body - two 2 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/c.styl b/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/c.styl deleted file mode 100644 index 0b63b12..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/c.styl +++ /dev/null @@ -1,2 +0,0 @@ -body - three 3 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/index.styl b/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/index.styl deleted file mode 100644 index fb919a9..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.index/vendor/index.styl +++ /dev/null @@ -1,4 +0,0 @@ - -@import 'a' -@import 'b' -@import 'c' \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.literal.css b/node/node_modules/jade/support/stylus/test/cases/import.literal.css deleted file mode 100644 index 54fd5ca..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.literal.css +++ /dev/null @@ -1,2 +0,0 @@ -@import "foo/bar.css"; -@import "bar/baz.css"; \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.literal.styl b/node/node_modules/jade/support/stylus/test/cases/import.literal.styl deleted file mode 100644 index d39dfa3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.literal.styl +++ /dev/null @@ -1,3 +0,0 @@ - -@import "foo/bar.css" -@import 'bar/baz.css' \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.mixins.css b/node/node_modules/jade/support/stylus/test/cases/import.mixins.css deleted file mode 100644 index b526a7f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.mixins.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding: 10px 5px 10px 5px; -} -form { - padding-left: 5px; - padding-right: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.mixins.styl b/node/node_modules/jade/support/stylus/test/cases/import.mixins.styl deleted file mode 100644 index 8819d7b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.mixins.styl +++ /dev/null @@ -1,9 +0,0 @@ - -if true - @import "mixins/box" - -body - pad 5px 10px - -form - pad-x 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.ordering.css b/node/node_modules/jade/support/stylus/test/cases/import.ordering.css deleted file mode 100644 index dfae959..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.ordering.css +++ /dev/null @@ -1,15 +0,0 @@ -one { - foo: bar; -} -two { - foo: bar; -} -three { - foo: bar; -} -four { - foo: bar; -} -five { - foo: bar; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.ordering.styl b/node/node_modules/jade/support/stylus/test/cases/import.ordering.styl deleted file mode 100644 index afec87d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.ordering.styl +++ /dev/null @@ -1,12 +0,0 @@ - -dir = 'import.ordering' - -one - foo bar - -@import dir + "/two" - -three - foo bar - -@import dir + '/four' diff --git a/node/node_modules/jade/support/stylus/test/cases/import.ordering/five.styl b/node/node_modules/jade/support/stylus/test/cases/import.ordering/five.styl deleted file mode 100644 index 05ee8a9..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.ordering/five.styl +++ /dev/null @@ -1,2 +0,0 @@ -five - foo bar \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.ordering/four.styl b/node/node_modules/jade/support/stylus/test/cases/import.ordering/four.styl deleted file mode 100644 index 58392a1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.ordering/four.styl +++ /dev/null @@ -1,4 +0,0 @@ -four - foo bar - -@import "import.ordering/five" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/import.ordering/two.styl b/node/node_modules/jade/support/stylus/test/cases/import.ordering/two.styl deleted file mode 100644 index 15f8e04..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/import.ordering/two.styl +++ /dev/null @@ -1,2 +0,0 @@ -two - foo bar \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/important.css b/node/node_modules/jade/support/stylus/test/cases/important.css deleted file mode 100644 index a7c144a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/important.css +++ /dev/null @@ -1,6 +0,0 @@ -a { - color: #f00 !important; -} -a.button { - color: #00f; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/important.styl b/node/node_modules/jade/support/stylus/test/cases/important.styl deleted file mode 100644 index 8500932..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/important.styl +++ /dev/null @@ -1,6 +0,0 @@ - -a - color red !important - -a.button - color blue \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/interpolation.properties.css b/node/node_modules/jade/support/stylus/test/cases/interpolation.properties.css deleted file mode 100644 index 801c157..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/interpolation.properties.css +++ /dev/null @@ -1,40 +0,0 @@ -#login { - -webkit-border-radius: 1px 2px / 3px 4px; - -moz-border-radius: 1px 2px / 3px 4px; - border-radius: 1px 2px / 3px 4px; -} -body { - foo: bar; - foo-something: foo; - foo-something-bar: foo; - something-foo: foo; - something: foo; -} -body { - test-stuff-yup: awesome; - -webkit-border-radius: awesome; - -webkit-box-shadow: awesome; -} -body { - foo: "one"; - foo: "two"; -} -body { - -webkit-something: foo; - something: foo; -} -body form input { - -webkit-something: foo; - something: foo; -} -body form input p { - something: foo; -} -body { - foo-test-baz: bar; - foo-test: bar; - test: bar; - position: absolute; - top: 0; - right: 0; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/interpolation.properties.styl b/node/node_modules/jade/support/stylus/test/cases/interpolation.properties.styl deleted file mode 100644 index b33dc2b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/interpolation.properties.styl +++ /dev/null @@ -1,56 +0,0 @@ - -vendor(prop, args) - -webkit-{prop} args - -moz-{prop} args - {prop} args - -border-radius() - vendor('border-radius', arguments) - -#login - border-radius 1px 2px / 3px 4px - -body - prop = 'something' - foo bar - foo-{prop} foo - foo-{prop}-bar foo - {prop}-foo foo - {prop} foo - -body - {'test' + '-stuff'}-yup awesome - -webkit-{border-radius} awesome - -webkit-{box-shadow} awesome - -testing(var, one, two) - {var} - -body - foo testing('one', 1, 2) - foo testing('two', 1, 2) - -body - nested(prop) - -webkit-{prop} foo - {prop} foo - form input - -webkit-{prop} foo - {prop} foo - p - {prop} foo - nested('something') - -top-right() - position absolute - top 0 - right 0 - -foo(ret) - ret - -body - foo-{foo('test')}-baz bar - foo-{foo('test')} bar - {foo('test')} bar - {foo('top')}-right bar diff --git a/node/node_modules/jade/support/stylus/test/cases/introspection.css b/node/node_modules/jade/support/stylus/test/cases/introspection.css deleted file mode 100644 index ce4a1d6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/introspection.css +++ /dev/null @@ -1,7 +0,0 @@ -got { - root: true; -} -body { - got: "a mixin"; - foo: "not a mixin"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/introspection.styl b/node/node_modules/jade/support/stylus/test/cases/introspection.styl deleted file mode 100644 index 8433995..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/introspection.styl +++ /dev/null @@ -1,14 +0,0 @@ -reset() - if mixin == 'root' - got - root true - else if mixin - got 'a mixin' - else - 'not a mixin' - -reset() - -body - reset() - foo reset() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/jquery.css b/node/node_modules/jade/support/stylus/test/cases/jquery.css deleted file mode 100644 index 6562ed2..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/jquery.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - padding: 10px 10px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/jquery.styl b/node/node_modules/jade/support/stylus/test/cases/jquery.styl deleted file mode 100644 index 36feb65..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/jquery.styl +++ /dev/null @@ -1,5 +0,0 @@ -pad( x , y = x ) - padding x y - -body - pad( 10px ) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/list.css b/node/node_modules/jade/support/stylus/test/cases/list.css deleted file mode 100644 index 6c1c179..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/list.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - font: 12px "Lucida Grande", Arial, sans-serif; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/list.styl b/node/node_modules/jade/support/stylus/test/cases/list.styl deleted file mode 100644 index 08da49c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/list.styl +++ /dev/null @@ -1,3 +0,0 @@ - -body - font 12px "Lucida Grande", Arial, sans-serif \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/literal.css b/node/node_modules/jade/support/stylus/test/cases/literal.css deleted file mode 100644 index ecaf916..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/literal.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - font: 14px; -} - -a { text-decoration: none; } \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/literal.styl b/node/node_modules/jade/support/stylus/test/cases/literal.styl deleted file mode 100644 index 94b071f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/literal.styl +++ /dev/null @@ -1,7 +0,0 @@ -@css { - body { - font: 14px; - } - - a { text-decoration: none; } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/media.css b/node/node_modules/jade/support/stylus/test/cases/media.css deleted file mode 100644 index 0175743..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/media.css +++ /dev/null @@ -1,14 +0,0 @@ -@media print and (width: 21cm) and (height: 29cm) { - body { - margin: 3cm; - padding: 0; - } -} -@media print { - @page :left { - margin-left: 5px; - } - @page :right { - margin-right: 5px; - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/media.styl b/node/node_modules/jade/support/stylus/test/cases/media.styl deleted file mode 100644 index da17def..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/media.styl +++ /dev/null @@ -1,11 +0,0 @@ - -@media print and (width: 21cm) and (height: 29cm) - body - margin 3cm - padding 0 - -@media print - @page :left - margin-left 5px - @page :right - margin-right 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.conditional.css b/node/node_modules/jade/support/stylus/test/cases/mixin.conditional.css deleted file mode 100644 index 574ff68..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.conditional.css +++ /dev/null @@ -1,19 +0,0 @@ -body { - padding: 20px; - padding: 10px; - padding: 3px; -} -form input { - foo: bar; - bar: baz; -} -form input .two { - level: two; -} -form input .two:hover { - level: three; -} -body { - foo: bar; - bar: baz; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.conditional.styl b/node/node_modules/jade/support/stylus/test/cases/mixin.conditional.styl deleted file mode 100644 index 2ff9cac..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.conditional.styl +++ /dev/null @@ -1,36 +0,0 @@ - -pad(size = small) - if large == size - padding 20px - if medium == size - padding 10px - if small == size - padding 3px - -body - pad(large) - pad(medium) - pad() - pad(invalid) - -nested(val) - if val - foo bar - bar baz - .two - level two - &:hover - level three - -form input - nested(true) - nested(false) - -break() - foo bar - bar baz - return - baz raz - -body - break() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.css b/node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.css deleted file mode 100644 index 1bf23eb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - one: 1; - two: 2; - three: 3; - four: 4; - five: 5; - six: 6; - seven: 7; - eight: 8; - nine: 9; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.styl b/node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.styl deleted file mode 100644 index cacc666..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.order.conditional.styl +++ /dev/null @@ -1,20 +0,0 @@ -mixin2() - four 4 - if true - five 5 - -mixin() - mixin2() - if true - six 6 - if true - seven 7 - eight 8 if true - -body - one 1 - two 2 - three 3 - if true - mixin() - nine 9 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.order.css b/node/node_modules/jade/support/stylus/test/cases/mixin.order.css deleted file mode 100644 index 3e4ab4d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.order.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - one: 1; - two: 2; - three: 3; - four: 4; - five: 5; - six: 6; - seven: 7; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.css b/node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.css deleted file mode 100644 index 3e4ab4d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - one: 1; - two: 2; - three: 3; - four: 4; - five: 5; - six: 6; - seven: 7; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.styl b/node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.styl deleted file mode 100644 index 6a5e9fa..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.order.nested.styl +++ /dev/null @@ -1,21 +0,0 @@ - -mixin2() - three 3 - -mixin3() - four 4 - mixin4() - -mixin4() - five 5 - -mixin() - two 2 - mixin2() - mixin3() - six 6 - -body - one 1 - mixin() - seven 7 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixin.order.styl b/node/node_modules/jade/support/stylus/test/cases/mixin.order.styl deleted file mode 100644 index a873878..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixin.order.styl +++ /dev/null @@ -1,20 +0,0 @@ -mixin2() - three 3 - -mixin3() - four 4 - mixin4() - -mixin4() - five 5 - -mixin() - two 2 - mixin2() - mixin3() - six 6 - -body - one 1 - mixin() - seven 7 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.css b/node/node_modules/jade/support/stylus/test/cases/mixins.complex.css deleted file mode 100644 index 134973e..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.css +++ /dev/null @@ -1,30 +0,0 @@ -ul li { - list-style-image: none; - list-style-type: none; - margin-left: 0; - display: -moz-inline-box; - -moz-box-orient: vertical; - display: inline-block; - vertical-align: middle; -} -ul li:first-child { - list-style-image: none; - list-style-type: none; - margin-left: 0; - display: -moz-inline-box; - -moz-box-orient: vertical; - display: inline-block; - vertical-align: middle; - padding-left: 5px; - padding-right: 5px; -} -body { - did: nothing; -} -body { - padding: 5px; -} -body { - padding: 5px; - margin: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.css b/node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.css deleted file mode 100644 index f104b4d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.css +++ /dev/null @@ -1,15 +0,0 @@ -.button { - position: fixed; - bottom: 0; - left: 0; -} -.button { - position: fixed; - bottom: 0; - left: 0; -} -.button { - position: fixed; - bottom: 5px; - left: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.styl deleted file mode 100644 index 0609fbc..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.fix-to.styl +++ /dev/null @@ -1,28 +0,0 @@ - -fix-to(a, b) - position fixed - {a} 0 - {b} 0 - -.button - fix-to bottom left - - -fix-to(pos...) - position fixed - if length(pos) == 2 - {pos[0]} 0 - {pos[1]} 0 - else if length(pos) == 4 - a = pos[0..1] - b = pos[2..3] - {a[0]} a[1] - {b[0]} b[1] - else - error('invalid arguments. fix-to: [n] [n];') - -.button - fix-to bottom left - -.button - fix-to bottom 5px left 5px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.complex.styl deleted file mode 100644 index f92bda4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.complex.styl +++ /dev/null @@ -1,41 +0,0 @@ -no-bullet() - list-style-image none - list-style-type none - margin-left 0 - -inline-block() - display -moz-inline-box - -moz-box-orient vertical - display inline-block - vertical-align middle - -inline-block-list-item(padding = false) - no-bullet() - inline-block() - if padding - padding-left 5px - padding-right 5px - -ul - li - inline-block-list-item() - -ul li:first-child - inline-block-list-item(true) - -pad(pad = false, margin = false) - if pad - padding 5px - if margin - margin 5px - unless pad or margin - did nothing - -body - pad() - -body - pad(true) - -body - pad(true, true) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.conditional.css b/node/node_modules/jade/support/stylus/test/cases/mixins.conditional.css deleted file mode 100644 index f2f733b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.conditional.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - margin: 5px 10px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.conditional.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.conditional.styl deleted file mode 100644 index 07275b5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.conditional.styl +++ /dev/null @@ -1,8 +0,0 @@ -overload-padding = true - -if overload-padding - padding(y, x) - margin y x - -body - padding 5px 10px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.css b/node/node_modules/jade/support/stylus/test/cases/mixins.nested.css deleted file mode 100644 index 1af8585..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - one: 1; - two: 1 2; - three: 1 2 3; - -three: 1 2 c; - -two: 1 b c; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.css b/node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.css deleted file mode 100644 index ba2f23b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.css +++ /dev/null @@ -1,21 +0,0 @@ -body { - padding: 5px; - color: "bar"; -} -body .foo { - color: "bar"; -} -body .foo .bar { - color: "bar"; -} -body { - one: 1; - two: 2; - three: 3; -} -body with some nesting { - four: 4; -} -body with some nesting even more { - five: 5; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.styl deleted file mode 100644 index d828786..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.selectors.styl +++ /dev/null @@ -1,31 +0,0 @@ - -mixin(n) - padding n - var = 'bar' - color var - .foo - color var - .bar - color var - -body - foo = 'foo' - mixin(5px) - -three(n) - three n - with some nesting - four n = n + 1 - even more - five n + 1 - -two(n) - two n - three(n + 1) - -one(n) - one n - two(n + 1) - -body - one(1) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.nested.styl deleted file mode 100644 index 045e3a1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.nested.styl +++ /dev/null @@ -1,14 +0,0 @@ - -one(a) - one a - two(b) - two a b - three(c) - three a b c - three(3) - -three a b c - two(2) - -two a b c - -body - one(1) diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.order.2.css b/node/node_modules/jade/support/stylus/test/cases/mixins.order.2.css deleted file mode 100644 index 1bf23eb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.order.2.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - one: 1; - two: 2; - three: 3; - four: 4; - five: 5; - six: 6; - seven: 7; - eight: 8; - nine: 9; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.order.2.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.order.2.styl deleted file mode 100644 index 6cbe4e1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.order.2.styl +++ /dev/null @@ -1,16 +0,0 @@ -test-nested() - two 2 - if true - three 3 - if true - four 4 - if true - five 5 - six 6 - seven 7 - eight 8 - -body - one 1 - test-nested() - nine 9 diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.return.css b/node/node_modules/jade/support/stylus/test/cases/mixins.return.css deleted file mode 100644 index 5f2b54e..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.return.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - foo: bar; - bar: baz; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.return.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.return.styl deleted file mode 100644 index b37c764..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.return.styl +++ /dev/null @@ -1,8 +0,0 @@ -another() - foo bar - bar baz - return - baz raz - -body - another() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.root.css b/node/node_modules/jade/support/stylus/test/cases/mixins.root.css deleted file mode 100644 index 7f8f806..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.root.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - padding: 5px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins.root.styl b/node/node_modules/jade/support/stylus/test/cases/mixins.root.styl deleted file mode 100644 index 11e1378..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins.root.styl +++ /dev/null @@ -1,5 +0,0 @@ -foo() - body - padding 5px - -foo() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/mixins/box.styl b/node/node_modules/jade/support/stylus/test/cases/mixins/box.styl deleted file mode 100644 index fd9085b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/mixins/box.styl +++ /dev/null @@ -1,11 +0,0 @@ - -pad(x, y = x) - padding y x y x - -pad-x(n) - padding-left n - padding-right n - -pad-y(n) - padding-top n - padding-bottom n diff --git a/node/node_modules/jade/support/stylus/test/cases/operator.range.css b/node/node_modules/jade/support/stylus/test/cases/operator.range.css deleted file mode 100644 index 81f45cb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operator.range.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - foo: 1 2 3 4 5; - foo: 1 2 3 4 5 6 7 8 9 10; - foo: 1; - foo: 1 2 3 4 5; - foo: 5; - foo: 2; - foo: 5; - foo: 6 7 8 9 10; - foo: true; - foo: true; -} -body { - foo: 1 2 3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operator.range.styl b/node/node_modules/jade/support/stylus/test/cases/operator.range.styl deleted file mode 100644 index 4b3cdc1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operator.range.styl +++ /dev/null @@ -1,23 +0,0 @@ -body - small = 1..5 - large = (1..5) (6..10) - - foo small - foo large - - foo small[0] - foo large[0] - - foo length(small) - foo length(large) - - foo small[length(small) - 1] - foo large[length(large) - 1] - - foo small[-1] == null - foo small[123123] == null - -body - start = 1 - end = 3 - foo start..end \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.css b/node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.css deleted file mode 100644 index b4169d6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - foo: 20; -} -body { - foo: 5; -} -body { - foo: 20; -} -body { - foo: 2.5; -} -body { - foo: 1; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.styl b/node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.styl deleted file mode 100644 index eda512f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.function.styl +++ /dev/null @@ -1,34 +0,0 @@ - -test(n) - n += 5 - n += 5 - -body - foo test(10) - -test(n) - n -= 2 - n -= 3 - -body - foo test(10) - -test(n) - n *= 2 - n *= 2 - -body - foo test(5) - -test(n) - n /= 2 - n /= 4 - -body - foo test(20) - -test(n) - n %= 2 - -body - foo test(5) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.css b/node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.css deleted file mode 100644 index b4169d6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - foo: 20; -} -body { - foo: 5; -} -body { - foo: 20; -} -body { - foo: 2.5; -} -body { - foo: 1; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.styl b/node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.styl deleted file mode 100644 index 6cbba10..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.mixin.styl +++ /dev/null @@ -1,39 +0,0 @@ - -test(n) - n += 5 - n += 5 - foo n - -body - test(10) - -test(n) - n -= 2 - n -= 3 - foo n - -body - test(10) - -test(n) - n *= 2 - n *= 2 - foo n - -body - test(5) - -test(n) - n /= 2 - n /= 4 - foo n - -body - test(20) - -test(n) - n %= 2 - foo n - -body - test(5) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.css b/node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.css deleted file mode 100644 index 0bcf506..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.css +++ /dev/null @@ -1,19 +0,0 @@ -body { - foo: 20; - foo: 21; -} -body { - foo: 20; -} -body { - foo: 5; -} -body { - foo: 20; -} -body { - foo: 2.5; -} -body { - foo: 1; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.styl b/node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.styl deleted file mode 100644 index 63b2e17..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.assignment.root.styl +++ /dev/null @@ -1,43 +0,0 @@ - - -n = 10 -a = n = n + 10 -a += 1 - -body - foo n - foo a - -n = 10 -n += 5 -n += 5 - -body - foo n - -n = 10 -n -= 2 -n -= 3 - -body - foo n - -n = 5 -n *= 2 -n *= 2 - -body - foo n - -n = 20 -n /= 2 -n /= 4 - -body - foo n - -n = 5 -n %= 2 - -body - foo n \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.complex.css b/node/node_modules/jade/support/stylus/test/cases/operators.complex.css deleted file mode 100644 index 0e3319c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.complex.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - foo: yes; - foo: true; - foo: yay; - foo: nah; - foo: nah; - foo: true; - foo: false; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.complex.styl b/node/node_modules/jade/support/stylus/test/cases/operators.complex.styl deleted file mode 100644 index ffdc6cb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.complex.styl +++ /dev/null @@ -1,32 +0,0 @@ - -ensure-unit(n) - foo bar - foo bar - foo bar - n is a 'unit' - -body - a = 15 - b = 15 - - // yes - foo a == b and (b == 15 ? 1 : 0) ? yes : no - - // true - foo a == b and b == a - - // yay - foo 15px is a 'unit' and #fff is a 'color'?yay:nah - - // nah - foo 15px is a 'color' and #fff is a 'color'?yay:nah - - // nah - foo 15px is a 'unit' and #fff is a 'unit'? yay : nah - - // true - foo ensure-unit(15) - - // false - foo ensure-unit(#fff) - diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.css b/node/node_modules/jade/support/stylus/test/cases/operators.css deleted file mode 100644 index 7e87857..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.css +++ /dev/null @@ -1,32 +0,0 @@ -body { - foo: 5px; - foo: 0px; - foo: 0px; - foo: false; - foo: true; - foo: 5px; - foo: 1px; - foo: 0; - foo: false; - foo: 10; - foo: #fff; - foo: 1; - foo: true; - foo: true; - foo: false; - foo: true; - foo: true; - foo: true; - foo: false; - foo: wahoo; - foo: nope; - foo: "got 15px"; - foo: 1; - foo: 5; - foo: true; - foo: true; - foo: true; - foo: false; - foo: false; - foo: false; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.equality.css b/node/node_modules/jade/support/stylus/test/cases/operators.equality.css deleted file mode 100644 index a0c3bb4..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.equality.css +++ /dev/null @@ -1,12 +0,0 @@ -body { - foo: true; - foo: true; - foo: false; - foo: true; - foo: true; - foo: true; - foo: true; - foo: true; - foo: false; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.equality.styl b/node/node_modules/jade/support/stylus/test/cases/operators.equality.styl deleted file mode 100644 index 452a7ad..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.equality.styl +++ /dev/null @@ -1,31 +0,0 @@ -body - - // true - foo 1 != 5 - - // true - foo wahoo == wahoo - - // false - foo wahoo == something - - // true - foo wahoo != something - foo wahoo is not something - - // true - foo = yay - foo yes == (foo is defined ? yes : nope) - - // true - rawr = 'asdfasdf' - foo yes == (rawr is defined ? yes : nope) - - // true - foo 1000ms == 1s - - // false - foo 1ms == 1s - - // true - foo 5 < 10 and 10 > 5 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.in.css b/node/node_modules/jade/support/stylus/test/cases/operators.in.css deleted file mode 100644 index 77a7dcd..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.in.css +++ /dev/null @@ -1,36 +0,0 @@ -body { - foo: true; - foo: true; - foo: false; -} -body { - foo: true; -} -body { - foo: true; - foo: true; - foo: false; -} -body { - foo: false; - foo: true; - foo: true; - foo: false; -} -body { - foo: false; - foo: false; - foo: true; - foo: false; - foo: true; -} -body { - foo: true; - foo: false; -} -body { - foo: true; - foo: false; - foo: true; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.in.styl b/node/node_modules/jade/support/stylus/test/cases/operators.in.styl deleted file mode 100644 index 3d4e35a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.in.styl +++ /dev/null @@ -1,50 +0,0 @@ - - -body - nums = 1 2 3 - foo 1 in nums - foo 3 in nums - foo 5 in nums - -body - nums = 1 - foo 1 in nums == true - -body - words = foo bar baz - foo bar in words - foo baz in words - foo HEY in words - -body - tuples = (error 'one') (error 'two') - foo error in tuples - foo (error 'one') in tuples - foo (error 'two') in tuples - foo (error 'something') in tuples - -fn(args...) - 2 in args - -body - foo fn() - foo fn(1) - foo fn(2) - foo fn(3 2) - foo fn(1,2,3) - -fn(args...) - (3 2) in args - -body - foo fn(3 2) - foo fn(3,2) - -fn() - test in arguments - -body - foo fn(test) - foo fn(a, b, c) - foo fn(a, test, c) - foo fn(a test c) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.mixins.css b/node/node_modules/jade/support/stylus/test/cases/operators.mixins.css deleted file mode 100644 index fd2479b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.mixins.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - foo: false; - foo: true; - foo: true; - foo: false; - foo: false; - foo: "something"; - foo: "something"; - foo: "12"; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.mixins.styl b/node/node_modules/jade/support/stylus/test/cases/operators.mixins.styl deleted file mode 100644 index 829f696..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.mixins.styl +++ /dev/null @@ -1,25 +0,0 @@ - -stringish(val = false) - 'string' == type(val) or 'ident' == type(val) - -string(val) - '' + val - -body - // false - foo stringish(12) - - // true - foo stringish('12') - - // true - foo stringish(wahoo) - - // false - num = 12 - foo stringish(num) - foo stringish() - - foo string(something) - foo string('something') - foo string(12) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.precedence.css b/node/node_modules/jade/support/stylus/test/cases/operators.precedence.css deleted file mode 100644 index e4959ce..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.precedence.css +++ /dev/null @@ -1,51 +0,0 @@ -body { - foo: 4; - foo: 4; - foo: -5px; - foo: 2; - foo: 2; -} -body { - foo: true; - foo: true; -} -body { - foo: 5; - foo: 5; -} -body { - foo: true; - foo: true; - foo: true; - foo: true; - foo: 2; -} -body { - foo: true; - foo: true; -} -body { - foo: 2.5; - foo: 2.5; -} -body { - foo: true; - foo: true; - foo: false; - foo: wahoo; - foo: fail; -} -body { - foo: true; - foo: true; -} -body { - foo: true; - foo: 1; -} -body { - foo: true; - foo: true; - foo: false; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.precedence.styl b/node/node_modules/jade/support/stylus/test/cases/operators.precedence.styl deleted file mode 100644 index c228c58..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.precedence.styl +++ /dev/null @@ -1,82 +0,0 @@ -body - // 4 - foo (--- 0) or 4 - // 4 - foo --- 0 or 4 - // -5px - foo ---5px - // 2 - foo (!!!5) or 2 - foo !!!5 or 2 - - -body - // true - foo !(! 5) - foo !!5 - -body - // 5 - foo (! false) and (! false) and 5 - foo ! false and ! false and 5 - -body - // true - foo (!!5 == true) or (!!0 == false) - foo !!5 == true or !!0 == false - foo (!!5 == false) or (!!0 == false) - foo !!5 == false or !!0 == false - // 2 - foo 5 < 10 and !!5 and 2 - -body - // true - foo (!!true) and (!!true) - foo !!true and !!true - -body - test() - 5 * 2 - 15 / 2 - // 2.5 - foo test() - foo (5 * 2) - (15 / 2) - -body - // true - foo not 5 < 10 ? 0 : 1 - // true - foo !(5 < 10 ? 0 : 1) - // false - foo !(5 > 10 ? 0 : 1) - // wahoo - foo !! 1 ? wahoo : fail - // fail - foo !1 ? wahoo : fail - -body - foo = 'test' - bar = 'test' - // true - foo (foo is defined) and (bar is defined) - foo foo is defined and bar is defined - -body - // true - foo 5 > 4 is a 'boolean' - - foo = type is a 'unit' ? type : 1 - // 1 - foo foo - -body - padding = false - margin = false - - // true - foo !padding or !margin - foo not padding or margin - - // false - foo not padding or margin == !padding or !margin - // true - foo (not padding or margin) == !padding or !margin diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.styl b/node/node_modules/jade/support/stylus/test/cases/operators.styl deleted file mode 100644 index b0fa171..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.styl +++ /dev/null @@ -1,86 +0,0 @@ -body - // 5px - foo 0 || 5px - - // 0px - foo 0px || 5px - - // 0px - foo 0px || 0px - - // false - foo 0 or false - - // true - foo 0 || 0 || true - - // 5px - foo 1px && 5px - - // 1px - foo 0px && 1px - - // 0 - foo 1px && 0 - - // false - foo 1px and false - - // 10 - foo 5px && 5px && 10 - - // #fff - foo #000 && #fff - - // 1 - foo 8 && (4 && 1) - - // true - type = "color" - foo #fff is a type - foo #fff is a 'color' - - // false - foo 15px is a 'color' - // true - foo 15px is a 'unit' - - // true - foo 15px is a 'unit' and #fff is a 'color' - - // true - foo = 'bar' - - // true - bar = 'baz' - foo foo is defined and bar is defined - - // false - foo baz is defined - - // wahoo - foo bar is defined ? wahoo : nope - - // nope - foo rawr is defined ? yes : nope - - // "got 15px" - foo "got " + 15px - - // 1 - foo true and 1 or 5 - - // 5 - foo !false and !false and 5 - - // true - foo !!5 is true or !!0 is false - foo !!5 == false or !!0 == false - - // true - foo wahoo == wahoo - - // false - foo 0 == true - foo true == 0 - foo #fff == undefined diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.css b/node/node_modules/jade/support/stylus/test/cases/operators.subscript.css deleted file mode 100644 index 5d5eac5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.css +++ /dev/null @@ -1,59 +0,0 @@ -body { - foo: true; - foo: 3 4 5; - foo: true; - foo: true; - foo: false; - foo: -5; -} -body { - foo: 1 2 3 4; - foo: 1; - foo: 2 3 4; - foo: 2; - foo: 3 4; - foo: 3; - foo: 4; - foo: ; -} -body { - foo: error; - foo: "message"; -} -body { - foo: 5; - foo: 10; -} -body { - foo: 5; - foo: 10; -} -body { - foo: 1 2; - foo: 3 4; - foo: 4; -} -body { - foo: 100 200; - foo: 100; - foo: 200; - foo: 2; -} -body { - foo: 100 200; - foo: 100; - foo: 200; - foo: 2; -} -body { - foo: 100 200; - foo: 100; - foo: 200; - foo: 2; -} -body { - foo: 100 200; - foo: 100; - foo: 200; - foo: 2; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.css b/node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.css deleted file mode 100644 index e4c6b28..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.css +++ /dev/null @@ -1,14 +0,0 @@ -body { - foo: a b; - foo: a b c; - foo: d e f; - foo: c d e; -} -body { - foo: 1 2 3 4; -} -body { - foo: ; - foo: ; - foo: ; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.styl b/node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.styl deleted file mode 100644 index 913a64b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.range.styl +++ /dev/null @@ -1,15 +0,0 @@ -body - vals = a b c d e f g - foo vals[0...2] - foo vals[0..2] - foo vals[3..5] - foo vals[2 3 4] - -body - vals = (1 2) (3 4) - foo vals[0..1] - -body - foo ()[] - foo ()[1] - foo ()[1..3] \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.styl b/node/node_modules/jade/support/stylus/test/cases/operators.subscript.styl deleted file mode 100644 index 5d69430..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/operators.subscript.styl +++ /dev/null @@ -1,81 +0,0 @@ -body - foo ()[0] == null - foo (1(2(3 4 5)))[1][1] - foo (1 2 3)['test'] == null - foo !(1 0)[1] - foo !(1 0)[0] - foo - - -(1 2 3 4 5)[4] - -body - foo (1 (2 (3 4))) - foo (1 (2 (3 4)))[0] - foo (1 (2 (3 4)))[1] - foo (1 (2 (3 4)))[1][0] - foo (1 (2 (3 4)))[1][1] - foo (1 (2 (3 4)))[1][1][0] - foo (1 (2 (3 4)))[1][1][1] - foo (1 (2 (3 4)))[1][1][3] - -body - foo (error 'message')[0] - foo (error 'message')[1] - -size(a, b) - return a b - -body - foo size(5, 10)[0] - foo size(5, 10)[1] - -size(a, b) - (a b) - -body - foo size(5, 10)[0] - foo size(5, 10)[1] - -size() - (1 2) (3 4) - -body - foo size()[0] - foo size()[1] - foo size()[1][1] - -image-size(path) - w = 100 - h = 200 - return w h - -body - size = image-size('test.png') - foo size - foo size[0] - foo size[1] - foo length(size) - -image-size(path) - 100 200 - -body - size = image-size('test.png') - foo size - foo size[0] - foo size[1] - foo length(size) - -size = 100 200 - -body - foo size - foo size[0] - foo size[1] - foo length(size) - -size = (100 200) - -body - foo size - foo size[0] - foo size[1] - foo length(size) diff --git a/node/node_modules/jade/support/stylus/test/cases/page.css b/node/node_modules/jade/support/stylus/test/cases/page.css deleted file mode 100644 index 9adf972..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/page.css +++ /dev/null @@ -1,13 +0,0 @@ -@page { - margin: 2.5cm; -} -@page :left { - margin-left: 5cm; -} -@page :right { - margin-right: 5cm; -} -@page :first { - margin-top: 8cm; - background: white; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/page.styl b/node/node_modules/jade/support/stylus/test/cases/page.styl deleted file mode 100644 index d088a29..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/page.styl +++ /dev/null @@ -1,13 +0,0 @@ - -@page - margin 2.5cm - -@page :left - margin-left 5cm - -@page :right - margin-right 5cm - -@page :first - margin-top 8cm - background white diff --git a/node/node_modules/jade/support/stylus/test/cases/parent.css b/node/node_modules/jade/support/stylus/test/cases/parent.css deleted file mode 100644 index ba03b37..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/parent.css +++ /dev/null @@ -1,32 +0,0 @@ -.button { - padding: 5px; - -webkit-transition: opacity 1s ease-out; -} -.button:hover { - opacity: 2; -} -textarea, -input { - color: #a7a7a7; -} -textarea:hover, -input:hover { - color: #000; -} -.dim { - opacity: 0.2; -} -.dim:hover, -.dim.show { - opacity: 1; -} -body #login { - -webkit-box-shadow: 1px 1px 3px #eee; - -moz-box-shadow: 1px 1px 3px #eee; - box-shadow: 1px 1px 3px #eee; -} -html.ie8 body #login, -html.ie7 body #login foo, -html.ie6 body #login { - border: solid 1px #eee; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/parent.styl b/node/node_modules/jade/support/stylus/test/cases/parent.styl deleted file mode 100644 index 405c79c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/parent.styl +++ /dev/null @@ -1,33 +0,0 @@ -dim-on-hover() - -webkit-transition opacity 1s ease-out - &:hover - opacity 2 - -.button - padding 5px - dim-on-hover() - -textarea -input - color #A7A7A7 - &:hover - color #000 - -.dim - opacity .2 - &:hover - &.show - opacity 1 - -box-shadow() - -webkit-box-shadow arguments - -moz-box-shadow arguments - box-shadow arguments - html.ie8 &, - html.ie7 & foo, - html.ie6 & - border solid 1px arguments[length(arguments) - 1] - -body - #login - box-shadow 1px 1px 3px #eee \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/properties.colons.css b/node/node_modules/jade/support/stylus/test/cases/properties.colons.css deleted file mode 100644 index beb90bb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/properties.colons.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - margin: 5px; - padding: 5px; - foo: 5px; -} -body something { - here: whoop; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/properties.colons.styl b/node/node_modules/jade/support/stylus/test/cases/properties.colons.styl deleted file mode 100644 index d932bc6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/properties.colons.styl +++ /dev/null @@ -1,10 +0,0 @@ - -mixin() - foo: 5px - something - here: whoop - -body - margin: 5px - padding: 5px - mixin() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/properties.css b/node/node_modules/jade/support/stylus/test/cases/properties.css deleted file mode 100644 index 12e1ccb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/properties.css +++ /dev/null @@ -1,4 +0,0 @@ -#wrapper { - padding: 5px; - white-space: nowrap; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/properties.one-line.css b/node/node_modules/jade/support/stylus/test/cases/properties.one-line.css deleted file mode 100644 index f881297..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/properties.one-line.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - background: #00f; - width: 100px; - height: 50px; -} -body { - background: #00f; - width: 100px; - height: 50px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/properties.one-line.styl b/node/node_modules/jade/support/stylus/test/cases/properties.one-line.styl deleted file mode 100644 index 834fd93..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/properties.one-line.styl +++ /dev/null @@ -1,11 +0,0 @@ -bg() - background: blue; - -body { - bg(); width: 100px; - height: 50px; -} - -body - bg(); width 100px; - height 50px \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/properties.styl b/node/node_modules/jade/support/stylus/test/cases/properties.styl deleted file mode 100644 index 944256f..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/properties.styl +++ /dev/null @@ -1,4 +0,0 @@ - -#wrapper - padding 5px - white-space nowrap \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.css b/node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.css deleted file mode 100644 index 1d81a68..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.css +++ /dev/null @@ -1,12 +0,0 @@ -button { - background: #e3e3e3; -} -button:hover { - background: #dbdbdb; -} -button:active { - background: #d6d6d6; -} -button nested really-nested with-even-more-nesting { - background: #e3e3e3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.styl b/node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.styl deleted file mode 100644 index cd55bc8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.107.lookup-failure.styl +++ /dev/null @@ -1,13 +0,0 @@ -minimal-button(bg = #e3e3e3) - background bg - &:hover - background darken(bg, 3%) - &:active - background darken(bg, 5%) - nested - really-nested - with-even-more-nesting - background bg - -button - minimal-button() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.127.css b/node/node_modules/jade/support/stylus/test/cases/regression.127.css deleted file mode 100644 index 3a27438..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.127.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - background: #c3210d; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.127.styl b/node/node_modules/jade/support/stylus/test/cases/regression.127.styl deleted file mode 100644 index f0128c7..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.127.styl +++ /dev/null @@ -1,2 +0,0 @@ -body - background #c3210d \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.130.css b/node/node_modules/jade/support/stylus/test/cases/regression.130.css deleted file mode 100644 index 42dfaa6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.130.css +++ /dev/null @@ -1,16 +0,0 @@ -body { - font: 13px / 1.231; -} -body { - font: 13px / 1.231; -} -body { - font: 13px / 1.231; -} -body { - font: 13px / 1.231; -} -body { - font: 13px / 1.231; - background: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.130.styl b/node/node_modules/jade/support/stylus/test/cases/regression.130.styl deleted file mode 100644 index 0285947..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.130.styl +++ /dev/null @@ -1,6 +0,0 @@ - -body { font: 13px / 1.231; } -body {font: 13px / 1.231;} -body {font: 13px / 1.231} -body { font : 13px / 1.231 } -body { font : 13px / 1.231; background: white } \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.131.css b/node/node_modules/jade/support/stylus/test/cases/regression.131.css deleted file mode 100644 index 4a7e264..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.131.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - font-weight: normal; -} -body { - color: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.131.styl b/node/node_modules/jade/support/stylus/test/cases/regression.131.styl deleted file mode 100644 index feb1768..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.131.styl +++ /dev/null @@ -1,2 +0,0 @@ -body { font-weight: normal; } /* foo */ -body { color: #fff; } // foo \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.137.css b/node/node_modules/jade/support/stylus/test/cases/regression.137.css deleted file mode 100644 index 01f1085..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.137.css +++ /dev/null @@ -1,7 +0,0 @@ -#fea-ca { - padding: 5px; -} -#ffffff { - padding: 5px; - foo: #fea -ca; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.137.styl b/node/node_modules/jade/support/stylus/test/cases/regression.137.styl deleted file mode 100644 index 5b7e560..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.137.styl +++ /dev/null @@ -1,7 +0,0 @@ - -#fea-ca - padding 5px - -#ffffff - padding 5px - foo #fea-ca \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.139.css b/node/node_modules/jade/support/stylus/test/cases/regression.139.css deleted file mode 100644 index 0101baf..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.139.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - foo: bottom; - foo: right; - foo: bottom right; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.139.styl b/node/node_modules/jade/support/stylus/test/cases/regression.139.styl deleted file mode 100644 index 12791e9..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.139.styl +++ /dev/null @@ -1,21 +0,0 @@ - -opposite-position(pos) { - return bottom if pos == top; - return top if pos == bottom; - return right if pos == left; - return left if pos == right; - error('Invalid position ' + pos) -} - -opposite(positions) { - for pos in positions { - pos = opposite-position(pos); - ret = ret is defined ? ret pos : pos; - } -} - -body { - foo: opposite(top); - foo: opposite(left); - foo: opposite(top left); -} diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.142.css b/node/node_modules/jade/support/stylus/test/cases/regression.142.css deleted file mode 100644 index b5a45ee..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.142.css +++ /dev/null @@ -1,39 +0,0 @@ -foo, -bar, -baz { - display: none; -} -foo, -bar, -baz { - display: none; -} -body :nth-child(2), -body foo bar, -body bar, -body baz { - display: none; -} -body { - foo: bar; -} -body bar, -body baz { - display: none; -} -body foo, -body bar, -body baz { - display: none; -} -body foo, -body :nth-child(2), -body bar { - display: none; -} -body { - foo: bar; -} -body { - foo: 3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.142.styl b/node/node_modules/jade/support/stylus/test/cases/regression.142.styl deleted file mode 100644 index f27c86d..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.142.styl +++ /dev/null @@ -1,54 +0,0 @@ - -foo, bar, baz - display none - -foo -bar -baz - display none - -body - :nth-child(2) - foo bar - bar - baz - display none - -body - foo bar - bar - baz - display none - -body - foo - bar - baz - display none - -body - foo - :nth-child(2) - bar - display none - -fn() - bar if true; - -something() - one - two - fn() - -body - foo something() - -something() - nums = 1 2 3 - one - two - for n in nums - n - -body - foo something() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.146.css b/node/node_modules/jade/support/stylus/test/cases/regression.146.css deleted file mode 100644 index b18dfbc..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.146.css +++ /dev/null @@ -1,30 +0,0 @@ -input[for=name] { - width: 200px; -} -body { - foo: 1; -} -body { - foo: 2; -} -body { - foo: 3; -} -body foo { - bar: 1; - bar: 2; - bar: 3; -} -#login foo, -#login input[for=name] { - foo: bar; -} -#login foo input[for=name] { - bar: 1; -} -#login foo input[for=name] { - bar: 2; -} -#login foo input[for=name] { - bar: 3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.146.styl b/node/node_modules/jade/support/stylus/test/cases/regression.146.styl deleted file mode 100644 index b4ecdf6..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.146.styl +++ /dev/null @@ -1,31 +0,0 @@ -input[for=name] - width 200px - -nums = 1 2 3 -for n in nums - body - foo n - -body - foo - for n in nums - bar n - -something() - nums = 1 2 3 - foo - input[for=name] - foo bar - -#login - something() - -something() - nums = 1 2 3 - foo - for n in nums - input[for=name] - bar n - -#login - something() \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.153.css b/node/node_modules/jade/support/stylus/test/cases/regression.153.css deleted file mode 100644 index 1e76441..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.153.css +++ /dev/null @@ -1,8 +0,0 @@ -#content { - width: 960px; -} -@media screen { - #content { - width: 640px; - } -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.153.styl b/node/node_modules/jade/support/stylus/test/cases/regression.153.styl deleted file mode 100644 index 1691e85..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.153.styl +++ /dev/null @@ -1,9 +0,0 @@ -cols(n) - width 160px * n - -#content - cols 6 - -@media screen - #content - cols 4 \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.154.css b/node/node_modules/jade/support/stylus/test/cases/regression.154.css deleted file mode 100644 index ffa182a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.154.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - foo: true; - foo: false; -} -body { - foo: false; - foo: true; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.154.styl b/node/node_modules/jade/support/stylus/test/cases/regression.154.styl deleted file mode 100644 index 40587a5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.154.styl +++ /dev/null @@ -1,14 +0,0 @@ - -light(color) - lightness(color) >= 50% - -dark(color) - lightness(color) < 50% - -body - foo light(white) - foo light(black) - -body - foo dark(white) - foo dark(black) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.156.css b/node/node_modules/jade/support/stylus/test/cases/regression.156.css deleted file mode 100644 index b418755..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.156.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - padding-right: 0; - float: right; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/regression.156.styl b/node/node_modules/jade/support/stylus/test/cases/regression.156.styl deleted file mode 100644 index 81de24b..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/regression.156.styl +++ /dev/null @@ -1,6 +0,0 @@ -body - mixin() - -body - padding-{opposite-position(left)} 0 - float opposite-position(left) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/rule.charset.css b/node/node_modules/jade/support/stylus/test/cases/rule.charset.css deleted file mode 100644 index b98ffb5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/rule.charset.css +++ /dev/null @@ -1 +0,0 @@ -@charset "utf-8" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/rule.charset.styl b/node/node_modules/jade/support/stylus/test/cases/rule.charset.styl deleted file mode 100644 index 6cc76dd..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/rule.charset.styl +++ /dev/null @@ -1,2 +0,0 @@ - -@charset "utf-8" \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/rulset.css b/node/node_modules/jade/support/stylus/test/cases/rulset.css deleted file mode 100644 index be7adab..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/rulset.css +++ /dev/null @@ -1,4 +0,0 @@ -textarea, -input { - border: 1px solid #eee; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/rulset.newline.css b/node/node_modules/jade/support/stylus/test/cases/rulset.newline.css deleted file mode 100644 index 4249e51..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/rulset.newline.css +++ /dev/null @@ -1,5 +0,0 @@ -textarea, -input, -.text { - border: 1px solid #eee; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/rulset.newline.styl b/node/node_modules/jade/support/stylus/test/cases/rulset.newline.styl deleted file mode 100644 index b4b4a20..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/rulset.newline.styl +++ /dev/null @@ -1,5 +0,0 @@ - -textarea -input -.text - border 1px solid #eee \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/rulset.styl b/node/node_modules/jade/support/stylus/test/cases/rulset.styl deleted file mode 100644 index 6a2ad9a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/rulset.styl +++ /dev/null @@ -1,3 +0,0 @@ - -textarea, input - border 1px solid #eee \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/scope.complex.css b/node/node_modules/jade/support/stylus/test/cases/scope.complex.css deleted file mode 100644 index e59bd0e..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/scope.complex.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - margin: 24px; - padding: 12px 5px 12px 5px; - font-size: 50px; -} -form input { - border: 3px solid #000; - margin: 24px; - padding: 2px 1px 2px 1px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/scope.complex.styl b/node/node_modules/jade/support/stylus/test/cases/scope.complex.styl deleted file mode 100644 index c743dca..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/scope.complex.styl +++ /dev/null @@ -1,16 +0,0 @@ - -size = 12px -size-large = size * 2 - -pad(x, y = size) - margin size-large - padding y x y x - -body - size = 50px - pad(5px) - font-size size - -form input - border (size / 4) solid black - pad(1px, 2px) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/scope.css b/node/node_modules/jade/support/stylus/test/cases/scope.css deleted file mode 100644 index 385c11c..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/scope.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - margin: 24px; - padding: 12px 5px 12px 5px; - font-size: 50px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/scope.nested.css b/node/node_modules/jade/support/stylus/test/cases/scope.nested.css deleted file mode 100644 index 68e058a..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/scope.nested.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font: 5; -} -body .large { - font: 10; -} -body .other { - font: 15; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/scope.nested.styl b/node/node_modules/jade/support/stylus/test/cases/scope.nested.styl deleted file mode 100644 index 9f4f602..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/scope.nested.styl +++ /dev/null @@ -1,10 +0,0 @@ - -body - size = 5 - font size - .large - large = size * 2 - font large - .other - large ?= size * 3 - font large \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/scope.styl b/node/node_modules/jade/support/stylus/test/cases/scope.styl deleted file mode 100644 index 9ff2dd3..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/scope.styl +++ /dev/null @@ -1,12 +0,0 @@ - -size = 12px -size-large = size * 2 - -pad(x, y = size) - margin size-large - padding y x y x - -body - size = 50px - pad(5px) - font-size size diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.complex.css b/node/node_modules/jade/support/stylus/test/cases/selectors.complex.css deleted file mode 100644 index 8bd00cb..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.complex.css +++ /dev/null @@ -1,28 +0,0 @@ -body form input.hide, -body foo bar, -body .hidden, -body:hover, -body:focus { - display: none; -} -body form input, -body .hidden { - display: none; -} -ul > li { - padding: 5px; - border: 1px solid #eee; -} -ul > li:first-child, -ul > li:last-child { - border: none; -} -ul > li:first-child { - padding-top: 0; -} -ul > li:last-child { - padding-bottom: 0; -} -body form > input:nth-child(2) { - border: 1px solid #eee; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.complex.styl b/node/node_modules/jade/support/stylus/test/cases/selectors.complex.styl deleted file mode 100644 index 397f5b5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.complex.styl +++ /dev/null @@ -1,27 +0,0 @@ -body - form input.hide, - foo bar, - .hidden - &:hover - &:focus - display none - -body - form input, .hidden - display none - -ul - > li - padding 5px - border 1px solid #eee - &:first-child, - &:last-child - border none - &:first-child - padding-top 0 - &:last-child - padding-bottom 0 - -body - form > input:nth-child(2) - border 1px solid #eee \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.css b/node/node_modules/jade/support/stylus/test/cases/selectors.css deleted file mode 100644 index a95cbdf..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.css +++ /dev/null @@ -1,44 +0,0 @@ -foo bar baz { - foo: bar; -} -foo > bar { - foo: bar; -} -input[type=text] { - foo: bar; -} -input[type="text"] { - foo: bar; -} -* { - foo: bar; -} -* .foo-bar { - foo: bar; -} -body > #container * { - foo: bar; -} -#foo > #bar + .baz { - foo: bar; -} -#foo>#bar { - foo: bar; -} -p + p ~ p { - foo: bar; -} -ul :odd { - foo: bar; -} -ul > li:last-child { - foo: bar; -} -ul > li:nth-child(2n) { - foo: bar; -} -*, -p + p, -ul > li { - foo: bar; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.css b/node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.css deleted file mode 100644 index e2a4da8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.css +++ /dev/null @@ -1,9 +0,0 @@ -#container .hide, -#footer .hide { - display: none; -} -#foo .hide .stuff, -#bar .hide .stuff, -#baz .hide .stuff { - display: none; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.styl b/node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.styl deleted file mode 100644 index 38a1ccf..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.comma.styl +++ /dev/null @@ -1,8 +0,0 @@ -#container, #footer - .hide - display none - -#foo, #bar, #baz - .hide - .stuff - display none diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.css b/node/node_modules/jade/support/stylus/test/cases/selectors.nested.css deleted file mode 100644 index 54f17f1..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.css +++ /dev/null @@ -1,34 +0,0 @@ -form .foo { - color: #000; -} -form .foo .bar { - padding: 5px; - color: #f00; -} -body .foo .bar { - display: none; -} -body .foo .baz, -body .bar .baz, -body .foo .sdf, -body .bar .sdf { - display: none; -} -.foo .baz, -.bar .baz, -.foo .raz, -.bar .raz { - something: "else"; -} -.foo .baz, -.bar .baz, -.foo .raz, -.bar .raz { - background: #f00; -} -.foo .baz .ASDF, -.bar .baz .ASDF, -.foo .raz .ASDF, -.bar .raz .ASDF { - background: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.styl b/node/node_modules/jade/support/stylus/test/cases/selectors.nested.styl deleted file mode 100644 index dbe2170..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.nested.styl +++ /dev/null @@ -1,33 +0,0 @@ - -form - .foo - color black - .bar - padding 5px - color red - -body - .foo - .bar - display none - -body - .foo - .bar - .baz - .sdf - display none - -.foo -.bar - .baz - .raz - something 'else' - -.foo -.bar - .baz - .raz - background red - .ASDF - background white \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.css b/node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.css deleted file mode 100644 index d5ef504..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.css +++ /dev/null @@ -1,27 +0,0 @@ -ul td:nth-of-type(2), -ul td:nth-of-type(3) { - background: #000; -} -table td:nth-child(2), -table td:nth-child(3), -table td:nth-child(4), -table td:nth-child(5), -table td::first-letter { - background: #000; -} -table td:nth-child(2) li:first-child, -table td:nth-child(3) li:first-child, -table td:nth-child(4) li:first-child, -table td:nth-child(5) li:first-child, -table td::first-letter li:first-child, -table td:nth-child(2) li:last-child, -table td:nth-child(3) li:last-child, -table td:nth-child(4) li:last-child, -table td:nth-child(5) li:last-child, -table td::first-letter li:last-child { - background: #fff; -} -table :nth-child(2), -table :nth-child(3) { - background: #000; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.styl b/node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.styl deleted file mode 100644 index e235a18..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.pseudo.styl +++ /dev/null @@ -1,24 +0,0 @@ - -mixin() - td:nth-of-type(2) - td:nth-of-type(3) - background black - -ul - mixin() - -table - td:nth-child(2) - td:nth-child(3) - td:nth-child(4) - td:nth-child(5) - td::first-letter - background black - li:first-child - li:last-child - background white - -table - :nth-child(2) - :nth-child(3) - background black \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/selectors.styl b/node/node_modules/jade/support/stylus/test/cases/selectors.styl deleted file mode 100644 index f3a5b32..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/selectors.styl +++ /dev/null @@ -1,41 +0,0 @@ - -foo bar baz - foo bar - -foo > bar - foo bar - -input[type=text] - foo bar - -input[type="text"] - foo bar - -* - foo bar - -* .foo-bar - foo bar - -body > #container * - foo bar - -#foo > #bar + .baz - foo bar -#foo>#bar - foo bar - -p + p ~ p - foo bar - -ul :odd - foo bar - -ul > li:last-child - foo bar - -ul > li:nth-child(2n) - foo bar - -*, p + p, ul > li - foo bar \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/self-assignment.css b/node/node_modules/jade/support/stylus/test/cases/self-assignment.css deleted file mode 100644 index deaf803..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/self-assignment.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - background: #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/self-assignment.styl b/node/node_modules/jade/support/stylus/test/cases/self-assignment.styl deleted file mode 100644 index 86ed143..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/self-assignment.styl +++ /dev/null @@ -1,4 +0,0 @@ -color = white -color = color is defined ? color : black -body - background color \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/vargs.call.css b/node/node_modules/jade/support/stylus/test/cases/vargs.call.css deleted file mode 100644 index e9f521e..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/vargs.call.css +++ /dev/null @@ -1,24 +0,0 @@ -body { - padding: 5px; - padding: 5px 10px; -} -body { - padding: 5px ; - padding: 5px 10px; -} -body { - padding: 5px; - padding: 5px 10px; - padding: 5px 10px 0 2px; -} -body { - test-y: 1px; - test-y: 1px; - padding: 2px 3px; -} -body { - test-y: 1px; - test-x: ; - test-y: 1px; - test-x: 2px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/vargs.call.styl b/node/node_modules/jade/support/stylus/test/cases/vargs.call.styl deleted file mode 100644 index bd62e64..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/vargs.call.styl +++ /dev/null @@ -1,40 +0,0 @@ - -padding(n) - padding n - -body - padding(5px) - padding(5px 10px) - -padding(y, x = null) - padding y x - -body - padding(5px) - padding(5px, 10px) - -padding(args...) - padding args - -body - padding(5px) - padding(5px, 10px) - padding(5px, 10px, 0 2px) - -padding(y, rest...) - test-y y - if rest - padding rest - -body - padding(1px) - padding(1px, 2px, 3px) - -padding(args...) - if args - test-y args[0] - test-x args[1] - -body - padding(1px) - padding(1px, 2px) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/vargs.css b/node/node_modules/jade/support/stylus/test/cases/vargs.css deleted file mode 100644 index 7db9f11..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/vargs.css +++ /dev/null @@ -1,30 +0,0 @@ -body { - padding: 5px; - padding: 5px; -} -body { - padding: 5px ; - padding: 5px 10px; -} -body { - padding: 5px; - padding: 5px 10px; - padding: 5px 10px 0 2px; -} -body { - test-y: 1px; - test-y: 1px; - padding: 2px 3px; -} -body { - test-y: 1px; - test-x: ; - test-y: 1px; - test-x: 2px; -} -body { - pad: 1; - pad: 2; - pad: 3 4 5; - len: 3; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/vargs.styl b/node/node_modules/jade/support/stylus/test/cases/vargs.styl deleted file mode 100644 index 297b2b8..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/vargs.styl +++ /dev/null @@ -1,49 +0,0 @@ - -padding(n) - padding n - -body - padding 5px - padding 5px 10px - -padding(y, x = null) - padding y x - -body - padding 5px - padding 5px 10px - -padding(args...) - padding args - -body - padding 5px - padding 5px 10px - padding 5px 10px 0 2px - -padding(y, rest...) - test-y y - if rest - padding rest - -body - padding 1px - padding 1px 2px 3px - -padding(args...) - if args - test-y args[0] - test-x args[1] - -body - padding 1px - padding 1px 2px - -padding(args...) - pad args[0] - pad args[1] - pad args[2] - len length(args) - -body - padding 1 2 (3 4 5) \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/variable.css b/node/node_modules/jade/support/stylus/test/cases/variable.css deleted file mode 100644 index 1ff59e5..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/variable.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - font: 12px; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/variable.styl b/node/node_modules/jade/support/stylus/test/cases/variable.styl deleted file mode 100644 index 7b7c990..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/variable.styl +++ /dev/null @@ -1,4 +0,0 @@ -size = 12px - -body - font size \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/variables.css b/node/node_modules/jade/support/stylus/test/cases/variables.css deleted file mode 100644 index 45f21d7..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/variables.css +++ /dev/null @@ -1,12 +0,0 @@ -body { - color: 204; -} -body { - font: 14px "Lucida Grande", Arial, sans-serif; - padding: 5px; - margin: 5px; -} -a { - font: 11px Impact, "Lucida Grande", Arial, sans-serif, serif; - border: 1px solid #fff; -} \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/cases/variables.styl b/node/node_modules/jade/support/stylus/test/cases/variables.styl deleted file mode 100644 index faf4ced..0000000 --- a/node/node_modules/jade/support/stylus/test/cases/variables.styl +++ /dev/null @@ -1,17 +0,0 @@ - -size = 14px -font-family = 'Lucida Grande', Arial, sans-serif -$type = solid -blue = #00c - -body - color blue(blue) - -body - font size font-family - padding pad = 5px - margin pad - -a - font 11px Impact, font-family, serif - border 1px $type #fff \ No newline at end of file diff --git a/node/node_modules/jade/support/stylus/test/images/gif b/node/node_modules/jade/support/stylus/test/images/gif deleted file mode 100644 index b3989fc3c149e41c80cbaa03d33ee82c97397976..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 59920 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

    $4XOE=egZ3471rYlE*#RH*ieLNk^^kd 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 diff --git a/node/node_modules/jade/support/stylus/test/images/squirrel.jpeg b/node/node_modules/jade/support/stylus/test/images/squirrel.jpeg deleted file mode 100644 index 030ce1af21e95fdbc78bbf7ce23ccaad80347c9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21805 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 diff --git a/node/node_modules/jade/support/stylus/test/images/tux.png b/node/node_modules/jade/support/stylus/test/images/tux.png deleted file mode 100644 index df25ec4e45762ec5ffb4d62c1c4ea9a9db3cd225..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41236 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ΝS%2?pd-%iml2 z4Lao-n&NJT&ZqgEI<+SB`XRYEoc4}2@S7&Vy&!g@=2FjpTBuB;u)-^GliEaOq*N2K z=4>t8jg4G1QS0S*k-$%XXN2CI6n)H@Lrt{I_&^v<;Yt{JBY7p;*9i4yn<}x#L3F#? z*UWl*8~Aj41G*(%RQ#utZVJea30N2YNILoR9}E4UiZ#&OuM+D&O*|x-gd8Z0KDZIvks%jcWrARgYPZOBOkF*@Y| z8HFrDDY=D3<4oDuRHLmjCc=4LuyaPIsCc6M*S{zA$}1un_W?P~^ci~nE0#8Pww7fV zJI83?1jZ=ypnKtYyH%&z$_)+uclaxYZI+=fD=woSg&p^ZMbC9TqP9WeNNwk|Wx5LW z6qeDnj*cefKo)YQ-?Ok1+M-820mf?X2mNyGNWwV&+xmO&k=A+XJG}%ln20QrnDeFB zbGmre%Gx?QE-n=#j%e)iCfbt3_3XiP~|`VLGacL`d^pCa4pjRFG1`c~m^(a_F?bl8CvDiYmI$Ui-G}#UyO{~e$mG=GQCMXcJth_PvbXP_8MZDn3IoAdV1yPl48FFFNLJx4 zJj&#h)>I9BCZBW0vQkjP!|d{Yxq~Px7%NfgH-n#aAq7!OQ4*p;68XNq>BqEctri0P za*S6kCGp_}pUagOxacNf=oPB+*E*SBM&B-Us2MuZ*lANEE$=!*Yg2Kp47xnIM2uJy z1L%fDnOn7&@1g6OO91JYNSD91M(YWiiQeQzb92X)w9eUI+xWriCmw6@PBGXY+ykINSkg z6GUd2bU}=8TE@M3al4G$f`50OW(5M zQb3jrKt@>VN6-9vdkTd#mQbSOqkm!pAHxal6)J#3ljHFJT}rYKP7@thwFKVhXu!{b zzIiQD2GUewNDC_lRhYJ86DQp+P_nVLfMg!2AXmlgWtJyg=!d`#hH*LEwciwiRI=rTl}U|^e1JB?W6u6;rGCbvaRvssj8K8jjdCu@TLkly z0$YxPSTV`KyE99Q@hP|l^T4V}?Eb$lT$qT7 znW@{$*zEm<)Mhii@^!5%_ zB0fKN%eQ4=ui+}k0if;J;NafDR6S~4@OM?q=z#$l{K|yC1y4_^%n3u%At^Y{gsgg) z1L$Q541Sdv*x0=CgRJ}> zxV=ta(4s^sKEW3gD!^C~<6;G`7~Dx`SbNWo?|KNyVkDT-^70Un=Xj4C3RA|2MZK3+ zp}@Dk%RsdD6<90$Ywpu12 zEhXUD>svgxMVt9Iuk!gp&T6}GnTTny zT?v|_2Lz(bJ0l~#s9}e5rtO}C)IaLFU$TJ;%ker12MbJ2p(cun>`TO=S8I~B((Y~U zLFtv%XxnqI?(PuRH{llJ(3(MLQkn**$u!e6 ztq2tr@5cWHZ;LmjnZa29L=2{?nIZiODhF1?qhUM_Q~dFWSEZ0p0qn6%NR8~f^5>f2 zP2e`}zwm9rP+JX~y@Uo#1ZAe3>o7(}as+=;qT~64xf*ih*5ieSaA2Rd0AVFk6U1Ma z!h3HkkfD_UecHQEK3NaIt`_)GrH1Ko-btM7ywM3R>r8mx0f!7@{7ke4$_Le}Gn0Kg!BiOcVM?(Mq{uG*n&oZVh2OK^;R>6( zJ3Xnm72Um}X%3kJ;gfnVIRM+aAlL;?v5rg4%*2N)?ShB%uPJG)`n!I&i(Kc)8ADtu zzA*WJZC>i}CS3fHWs`POqF?@Q42$D%h|m;SPvOf7Yv3C~|E2vTgr!JPVUb zJa;gb2p&v{kA-ZP6xoK0$3RSw#^T4HgM}RQ@nRcod zT5W`ZAddG}6QZYQ>-ClwGwZV34)1_ckk93BCfe2zJ|SszR>yD`q}BOdq0V&Bvrunz z3S+C(#oWZWVbk``Pu{jq2ClKc7Enp=IPHZ zWN1--t9)MZUbDO^*Ss6$!USZUorOxBcUWKjX4cv2e>aHc|vveZt+h@(UBUeSCUC;NvJC!2rN*Vdw6A>-|D~ z=x1`lMu%w>8#_CzB)Oh$pcV21dq0F~JV&B{!?f*ALdKIvneYyph4MA)sSiUXo3BEH zP#!3RNd<$%0AyJS^;+=jTT=T;kDIW%xN()@l9K3{nB;sL8=cgrh9`rrB!4pi&^DgO zD?e9~IgF7C2Ur~zP6;i9g1`ld)CFqW#3jMfGF=>{sY6K{G&aLF4_E&Ppx+HAgD-(I znWI$DYVhgXu7?9w-@~m~&aN}ZwY25qF90#@Pqm?T*Tl1{$j1}5;4biXfhZ77PiHgi z%liGbRZ0Ru_Z$N&@iFw@-NXoOBY0oB#q(UdUY4$$x?EP;njM$ZfrIpPxhCyDZz8(4Z%xDAuXeOP z0TES#X|lptWLPjCqSv~7!rL1mTKRaHySFk@aN$-;BOtYeEmw1#H)5H9W;N~#l?{@> zq7>nq4E&lW>OIpPED;3wK;Bc!o7Ncr_yW{9o<|G+8X2)FDk{Xz2k-%?8VZ#v;>#EK z&2Eb)r1Jeq@qt|74?FB26s9k%>uK}KJ#6wFk0-Czr(%UAmA`*J|IJdYONC19BZA8m z@iCaz573F&-f>o0NSo**dEfrl)zp_A;3%wZsbz{S>N3E71ttuLgRgh#8`k;?u;X#IF7*JzHa+-kO#M`!l5xNW>| zbagCQ#0}pSFT(#n|Xs&G0NA6umFy=>(_1iJifpOPXN7kV1KNB zzyu*+r)Q{g0W@4zYxQxvCTWhl5Q2LupEF69?q{zNsg{%nAb;F@Sl3CkdW~aB-REb) zriOV;G*l+N^uerK1`>z{1Jq zU-f{tUs+XUo0Kc~aCM)elV+>o z+FI5Q@#O<@M*>Lgvmw8%;0TFtD0nXu_~nP$-}T6sF5GNHDGLLT0SD5n)btZ1R0VLJ(BK-y@G;RUO?lXTg~Y|2i#KfM)u!Q8$LYL%4&smKV8I@mVML7iIbfE z;x5R@DqP3&ZVuli_871WZUI&KAeMA!UK_M8Tu|-wjrUNsa@#b=+;;KgMEGd5as^|p z_Sn~(y)Zo0V4!owg@TIHnD<9{T2s{Fo4uH>enf6yT4xC5)^V<%G zX-GP!IfrKSS3Z59l)@1g3I}L6zio%NJ`1i6FMTW6kiktvF9$9(B;oWR_`}d0%$u;x zF?HJ4O*k(q6+dkX#+iDePUj!UvfHSTJHq^Ky|-+UK#%`n37P5ZETt*^21Bwylo?Y7 ztI03B8uosIHF#Hwh3{WrIWr^S>YVLHAy}J-n;;d;td&?WVf4m&@SKNg^35yF3g!}u85 z+$DzD!`TCexG(q*H4j;Low)MwbhnX-XWpxbhZEa=?n!F`qksy(=+1*Z>ImsWEB`_%iJJw0WOSR2w$+-LHN9;|#PyNQJLY z;(>#wfa7`R)5VCxp86N~%m44uIJ_No&pJ7F%0i6*)ZHhzu3>JVOTA4qi##fP37I_j zUMM3^-sv3488?k!A$K|8W77U6sy$g%%y4cnR=F2k9IgOzf~bm#N9QABT!-A!cI=0g zk>xz8KvlXSnvcm7d+K|m6*vta5A`zsoPL`(V@0}k%Q*R;2j<*$a`!v%mfvxMlGiTo zBjDF`ghq2D&ZQ0g>%j>@D-2w7QtRYl9N2Vw^`FZy75ZKhn6mj$^7?D5z1k@Ny7c_g zWP?^BpYSu31K*TvLuvZq2h&OiDqOgv?Np02U9+I5a{uAsMG4yW%S`ma3`uUoqAtVa zn!0S>Y#IFxKzK_h)!*PqZ2hpOq@PZ1L$WnvI|jGS8;*=^Qlof^w?s0k$bdszk3<4* z0juW?IFKw(CNox|;MfkDkN*2B&&}dnmDr`D_~DJt-IGR_{}SJuz$jCG zBf`eLwoeWQoL%>Z2T;6MVu?-MLUW%{t!c(uv5ymra`n9BJ)|%ny2u@C!!mmmcr5AVZJjqbOYJZ9_Q7 zfcBFWP9Jv0+%SA_Gi@u8#)#G3QCG%pdUT)^FCL*yi@;d3yV~b-tJ-M@xffg= zg6lgTO<~J@kRi$wHrNrf^&j}W!mdC|0}|UZM7=3?`VH?J*}*E@rD#ZvVNxoUn#Jwt zn?gwHtWm4AW_qsCt^HolR+F9LsvyPGbVF9v!t2bS&@hQt>K`-PUl@I0taE#58*c|8 zI4na8cDKiS_3rTK-#ImeF;Kce@*qe?Xl#{!UAiV?zR&F(rk{7*7gB7v?%#CDRT!l^ zJLin+wulN;hLC@(b(_%8eR7&z&ce*UgS{u1VHRVb4zi|v3hzDVuodk$sGG|39jPe# z{yGd%F{tN{j{%Q^?7*Ci{8s_{b{T5yi54F!TunWFcape75q!L#QaY|C^=Xp-L^Zyn z9(8}|HuIx8DOf%NYbc&O;rsNngK&ibE2w>HTG~c*S6;E9k212j8wp9BBAqd@!q|v) z3wjO#3chd}zVkS3iVIFhf!^-Ligk!PAAQrf z!b=T=iy2)}?+>$G6(s_2rkt7zLZ5jSn;lbfp{_1T^M6rFvOLmowNtUQn?Iu-JC$>5 zYE$%Ye6BEXg1AA*Nvah~jffTYcal)wBk;gwx$;k`%k+j`IFiyi70 zgaVQ6OR*dMWz|`NC<7td0c#K6!4gTR+iCh{X|PiMsp*l|ZBiDm8hGkfZ7hVz5idfS z(O-!-iNWecZIo_Tbt)~#sOHYsM#d?M9nz7QXegmDuK%5Vr11;69e7(buPCsD%fth1 z%h$GAf>ZUM(dwa!MRn1@lZR;%3)eYBRWb&f*~R$#r6KVQ0zNh+D(@<5(kQz5SZ=z{ zjovUvzIbm*HBOimuNw9D`Gw{m9~zwF^{m=f{+XURWu7#~S1XPM9H`$Ko*$M-ZMr2a z4F0eeeE6#U(`+cD7k|OKoQQK6ItUyg(zds^=LleIc_IOK_3FkLUsn+8B>t5ZK_lK) z`D=Iy!80;Af$nvHd$#S4a)u0Qo-E(}!|KuDX?XpqG$9mq4T3XE)w@u55mX8AKr`z4S5Q3kXz&O5n%9D$*zs=6anSW>d&d=&Ts(y2lU38IaksxX$- zR-`jWT`9o0tN1XQIJOYXMNX9%xQBp(o!T}WO$3{DB6N4CX-n?9h%kL;sS#Y4=g>Ii zvg{w|SRM}z;m?LL`~#tV7DKK$D*+|NKfn39mdt!FAUwmvesscq5tw3$=D<9nC z30i7`eF+;L6zpBNI~H8#@^`o+(O}q-x�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', render(':cdata\n foo')); - assert.equal('', render(':cdata\n foo\n bar')); - assert.equal('

    something else

    ', render(':cdata\n foo\n bar\np something else')); - }, - - 'test :markdown filter': function(assert){ - assert.equal( - '

    foo

    \n\n
    • bar
    • baz
    ', - render(':markdown\n #foo\n - bar\n - baz\n')) - }, - - 'test :stylus filter': function(assert){ - assert.equal( - '', - render(':stylus\n body\n color #c00')); - }, - - 'test :stylus filter with options': function(assert){ - assert.equal( - '', - render(':stylus(compress=true)\n body\n color #c00')); - }, - - 'test :less filter': function(assert){ - assert.equal( - '', - render(':less\n .class { width: 10px * 2 }\n')); - }, - - 'test :coffeescript filter': function(assert){ - var coffee, js; - coffee = [ - ':coffeescript', - ' square = (x) ->', - ' x * x' - ].join('\n'); - js = [ - '' - ].join('\n'); - - assert.equal(js, render(coffee)); - - coffee = [ - ':coffeescript', - ' $ ->', - ' $("#flash").fadeIn ->', - ' console.log("first line")', - ' console.log("second line")' - ].join('\n'); - js = [ - '' - ].join('\n'); - - assert.equal(js, render(coffee)); - }, - - 'test parse tree': function(assert){ - var str = [ - 'conditionals:', - ' if false', - ' | oh noes', - ' or', - ' if null == false', - ' p doh', - ' or', - ' p amazing!' - ].join('\n'); - - var html = [ - '

    amazing!

    ' - ].join(''); - - assert.equal(html, render(str)); - }, - - 'test filter attrs': function(assert){ - jade.filters.testing = function(str, attrs){ - return str + ' ' + attrs.stuff; - }; - - var str = [ - ':testing(stuff)', - ' foo bar', - ].join('\n'); - - assert.equal('foo bar true', render(str)); - } -}; \ No newline at end of file diff --git a/node/node_modules/jade/test/fixtures/invalid.jade b/node/node_modules/jade/test/fixtures/invalid.jade deleted file mode 100644 index d498bbb..0000000 --- a/node/node_modules/jade/test/fixtures/invalid.jade +++ /dev/null @@ -1,3 +0,0 @@ -ul - li= foo - li bar \ No newline at end of file diff --git a/node/node_modules/jade/test/fixtures/layout.jade b/node/node_modules/jade/test/fixtures/layout.jade deleted file mode 100644 index a81624a..0000000 --- a/node/node_modules/jade/test/fixtures/layout.jade +++ /dev/null @@ -1,3 +0,0 @@ -html - body - h1 Jade \ No newline at end of file diff --git a/node/node_modules/jade/test/jade.test.js b/node/node_modules/jade/test/jade.test.js deleted file mode 100644 index 89f1ce3..0000000 --- a/node/node_modules/jade/test/jade.test.js +++ /dev/null @@ -1,920 +0,0 @@ - -/** - * Module dependencies. - */ - -var jade = require('../'); - -// Shortcut - -var render = function(str, options){ - var fn = jade.compile(str, options); - return fn(options); -}; - -module.exports = { - 'test .version': function(assert){ - assert.ok(/^\d+\.\d+\.\d+$/.test(jade.version), "Invalid version format"); - }, - - 'test exports': function(assert){ - assert.equal('object', typeof jade.selfClosing, 'exports.selfClosing missing'); - assert.equal('object', typeof jade.doctypes, 'exports.doctypes missing'); - assert.equal('object', typeof jade.filters, 'exports.filters missing'); - assert.equal('object', typeof jade.utils, 'exports.utils missing'); - assert.equal('function', typeof jade.Compiler, 'exports.Compiler missing'); - }, - - 'test doctypes': function(assert){ - assert.equal('', render('!!! xml')); - assert.equal('', render('doctype html')); - assert.equal('', render('doctype HTML')); - assert.equal('', render('!!! 5')); - assert.equal('', render('!!!', { doctype:'html' })); - assert.equal('', render('!!! html', { doctype:'xml' })); - assert.equal('', render('html')); - assert.equal('', render('html', { doctype:'html' })); - }, - - 'test Buffers': function(assert){ - assert.equal('

    foo

    ', render(new Buffer('p foo'))); - }, - - 'test line endings': function(assert){ - var str = [ - 'p', - 'div', - 'img' - ].join('\r\n'); - - var html = [ - '

    ', - '
    ', - '' - ].join(''); - - assert.equal(html, render(str)); - - var str = [ - 'p', - 'div', - 'img' - ].join('\r'); - - var html = [ - '

    ', - '
    ', - '' - ].join(''); - - assert.equal(html, render(str)); - - var str = [ - 'p', - 'div', - 'img' - ].join('\r\n'); - - var html = [ - '

    ', - '
    ', - '' - ].join(''); - - assert.equal(html, render(str, { doctype:'html' })); - }, - - 'test single quotes': function(assert){ - assert.equal("

    'foo'

    ", render("p 'foo'")); - assert.equal("

    'foo'\n

    ", render("p\n | 'foo'")); - assert.equal('
    ', render("- var path = 'foo';\na(href='/' + path)")); - }, - - 'test block-expansion': function(assert){ - assert.equal("
  • foo
  • bar
  • baz
  • ", render("li: a foo\nli: a bar\nli: a baz")); - assert.equal("
  • foo
  • bar
  • baz
  • ", render("li.first: a foo\nli: a bar\nli: a baz")); - }, - - 'test tags': function(assert){ - var str = [ - 'p', - 'div', - 'img' - ].join('\n'); - - var html = [ - '

    ', - '
    ', - '' - ].join(''); - - assert.equal(html, render(str), 'Test basic tags'); - assert.equal('', render('fb:foo-bar'), 'Test hyphens'); - assert.equal('
    ', render('div.something'), 'Test classes'); - assert.equal('
    ', render('div#something'), 'Test ids'); - assert.equal('
    ', render('.something'), 'Test stand-alone classes'); - assert.equal('
    ', render('#something'), 'Test stand-alone ids'); - assert.equal('
    ', render('#foo.bar')); - assert.equal('
    ', render('.bar#foo')); - assert.equal('
    ', render('div#foo(class="bar")')); - assert.equal('
    ', render('div(class="bar")#foo')); - assert.equal('
    ', render('div(id="bar").foo')); - assert.equal('
    ', render('div.foo.bar.baz')); - assert.equal('
    ', render('div(class="foo").bar.baz')); - assert.equal('
    ', render('div.foo(class="bar").baz')); - assert.equal('
    ', render('div.foo.bar(class="baz")')); - assert.equal('
    ', render('div.a-b2')); - assert.equal('
    ', render('div.a_b2')); - assert.equal('', render('fb:user')); - assert.equal('', render('fb:user:role')); - assert.equal('', render('colgroup\n col.test')); - }, - - 'test nested tags': function(assert){ - var str = [ - 'ul', - ' li a', - ' li b', - ' li', - ' ul', - ' li c', - ' li d', - ' li e', - ].join('\n'); - - var html = [ - '
      ', - '
    • a
    • ', - '
    • b
    • ', - '
      • c
      • d
    • ', - '
    • e
    • ', - '
    ' - ].join(''); - - assert.equal(html, render(str)); - - var str = [ - 'a(href="#")', - ' | foo ', - ' | bar ', - ' | baz' - ].join('\n'); - - assert.equal('foo \nbar \nbaz\n', render(str)); - - var str = [ - 'ul', - ' li one', - ' ul', - ' | two', - ' li three' - ].join('\n'); - - var html = [ - '
      ', - '
    • one
    • ', - '
        two\n', - '
      • three
      • ', - '
      ', - '
    ' - ].join(''); - - assert.equal(html, render(str)); - }, - - 'test variable length newlines': function(assert){ - var str = [ - 'ul', - ' li a', - ' ', - ' li b', - ' ', - ' ', - ' li', - ' ul', - ' li c', - '', - ' li d', - ' li e', - ].join('\n'); - - var html = [ - '
      ', - '
    • a
    • ', - '
    • b
    • ', - '
      • c
      • d
    • ', - '
    • e
    • ', - '
    ' - ].join(''); - - assert.equal(html, render(str)); - }, - - 'test tab conversion': function(assert){ - var str = [ - 'ul', - '\tli a', - '\t', - '\tli b', - '\t\t', - '\t\t\t\t\t\t', - '\tli', - '\t\tul', - '\t\t\tli c', - '', - '\t\t\tli d', - '\tli e', - ].join('\n'); - - var html = [ - '
      ', - '
    • a
    • ', - '
    • b
    • ', - '
      • c
      • d
    • ', - '
    • e
    • ', - '
    ' - ].join(''); - - assert.equal(html, render(str)); - }, - - 'test newlines': function(assert){ - var str = [ - 'ul', - ' li a', - ' ', - ' ', - '', - ' ', - ' li b', - ' li', - ' ', - ' ', - ' ', - ' ul', - ' ', - ' li c', - ' li d', - ' li e', - ].join('\n'); - - var html = [ - '
      ', - '
    • a
    • ', - '
    • b
    • ', - '
      • c
      • d
    • ', - '
    • e
    • ', - '
    ' - ].join(''); - - assert.equal(html, render(str)); - - var str = [ - 'html', - ' ', - ' head', - ' != "test"', - ' ', - ' ', - ' ', - ' body' - ].join('\n'); - - var html = [ - '', - '', - 'test', - '', - '', - '' - ].join(''); - - assert.equal(html, render(str)); - assert.equal('something', render('foo\n= "something"\nbar')); - assert.equal('somethingelse', render('foo\n= "something"\nbar\n= "else"')); - }, - - 'test text': function(assert){ - assert.equal('foo\nbar\nbaz\n', render('| foo\n| bar\n| baz')); - assert.equal('foo \nbar \nbaz\n', render('| foo \n| bar \n| baz')); - assert.equal('(hey)\n', render('| (hey)')); - assert.equal('some random text\n', render('| some random text')); - assert.equal(' foo\n', render('| foo')); - assert.equal(' foo \n', render('| foo ')); - assert.equal(' foo \n bar \n', render('| foo \n| bar ')); - }, - - 'test pipe-less text': function(assert){ - assert.equal('
    foo\n\nbar\n
    ', render('pre\n code\n foo\n\n bar')); - assert.equal('

    foo\n\nbar\n

    ', render('p.\n foo\n\n bar')); - assert.equal('

    foo\n\n\n\nbar\n

    ', render('p.\n foo\n\n\n\n bar')); - assert.equal('

    foo\n bar\nfoo\n

    ', render('p.\n foo\n bar\n foo')); - assert.equal('', render('script\n s.parentNode.insertBefore(g,s)\n')); - assert.equal('', render('script\n s.parentNode.insertBefore(g,s)')); - }, - - 'test tag text': function(assert){ - assert.equal('

    some random text

    ', render('p some random text')); - assert.equal('

    click\nGoogle.\n

    ', render('p\n | click\n a Google\n | .')); - assert.equal('

    (parens)

    ', render('p (parens)')); - assert.equal('

    (parens)

    ', render('p(foo="bar") (parens)')); - assert.equal('', render('option(value="") -- (optional) foo --')); - }, - - 'test tag text block': function(assert){ - assert.equal('

    foo \nbar \nbaz\n

    ', render('p\n | foo \n | bar \n | baz')); - assert.equal('', render('label\n | Password:\n input')); - assert.equal('', render('label Password:\n input')); - }, - - 'test tag text interpolation': function(assert){ - assert.equal('yo, jade is cool\n', render('| yo, #{name} is cool\n', { name: 'jade' })); - assert.equal('

    yo, jade is cool

    ', render('p yo, #{name} is cool', { name: 'jade' })); - assert.equal('yo, jade is cool\n', render('| yo, #{name || "jade"} is cool', { name: null })); - assert.equal('yo, \'jade\' is cool\n', render('| yo, #{name || "\'jade\'"} is cool', { name: null })); - assert.equal('foo <script> bar\n', render('| foo #{code} bar', { code: '', - '', - '' - ].join(''); - - assert.equal(html, render(str)); - }, - - 'test comments': function(assert){ - // Regular - var str = [ - '//foo', - 'p bar' - ].join('\n'); - - var html = [ - '', - '

    bar

    ' - ].join(''); - - assert.equal(html, render(str)); - - // Arbitrary indentation - - var str = [ - ' //foo', - 'p bar' - ].join('\n'); - - var html = [ - '', - '

    bar

    ' - ].join(''); - - assert.equal(html, render(str)); - - // Between tags - - var str = [ - 'p foo', - '// bar ', - 'p baz' - ].join('\n'); - - var html = [ - '

    foo

    ', - '', - '

    baz

    ' - ].join(''); - - assert.equal(html, render(str)); - - // Quotes - - var str = "", - js = "// script(src: '/js/validate.js') "; - assert.equal(str, render(js)); - }, - - 'test unbuffered comments': function(assert){ - var str = [ - '//- foo', - 'p bar' - ].join('\n'); - - var html = [ - '

    bar

    ' - ].join(''); - - assert.equal(html, render(str)); - - var str = [ - 'p foo', - '//- bar ', - 'p baz' - ].join('\n'); - - var html = [ - '

    foo

    ', - '

    baz

    ' - ].join(''); - - assert.equal(html, render(str)); - }, - - 'test literal html': function(assert){ - assert.equal('\n', render('')); - }, - - 'test code': function(assert){ - assert.equal('test', render('!= "test"')); - assert.equal('test', render('= "test"')); - assert.equal('test', render('- var foo = "test"\n=foo')); - assert.equal('foo\ntestbar\n', render('- var foo = "test"\n| foo\nem= foo\n| bar')); - assert.equal('test

    something

    ', render('!= "test"\nh2 something')); - - var str = [ - '- var foo = " - - - -``` - -- Put Flash socket policy file to your server unless you use web-socket-ruby or em-websocket as your WebSocket server. See "Flash socket policy file" section below for details. - - -## Troubleshooting - -If it doesn't work, try these: - -1. Try Chrome and Firefox 3.x. - - - It doesn't work on Chrome:
    - It's likely an issue of your code or the server. Debug your code as usual e.g. using console.log. - - It works on Chrome but it doesn't work on Firefox:
    - It's likely an issue of web-socket-js specific configuration (e.g. 3 and 4 below). - - It works on both Chrome and Firefox, but it doesn't work on your browser:
    - Check "Supported environment" section below. Your browser may not be supported by web-socket-js. - -2. Add this line before your code: - WEB_SOCKET_DEBUG = true; -and use Developer Tools (Chrome/Safari) or Firebug (Firefox) to see if console.log outputs any errors. - -3. Make sure you do NOT open your HTML page as local file e.g. file:///.../sample.html. web-socket-js doesn't work on local file. Open it via Web server e.g. http:///.../sample.html. - -4. If you are NOT using web-socket-ruby or em-websocket as your WebSocket server, you need to place Flash socket policy file on your server. See "Flash socket policy file" section below for details. - -5. Check if sample.html bundled with web-socket-js works. - -6. Make sure the port used for WebSocket (10081 in example above) is not blocked by your server/client's firewall. - -7. Install [debugger version of Flash Player](http://www.adobe.com/support/flashplayer/downloads.html) to see Flash errors. - - -## Supported environments - -It should work on: - -- Google Chrome 4 or later (just uses native implementation) -- Firefox 3.x, 4.x, Internet Explorer 8, 9 + Flash Player 10 or later - -It may or may not work on other browsers such as Safari, Opera or IE 6. Patch for these browsers are appreciated, but I will not work on fixing issues specific to these browsers by myself. - - -## Limitations/differences compared to native WebSocket - -- You need some more lines in your JavaScript code. See "How to use it in your application" section above for details. -- It requires Flash Player 10 or later unless the browser supports native WebSocket. -- Your server must provide Flash socket policy file, unless you use web-socket-ruby or em-websocket. See "Flash socket policy file" section below for details. -- It has limited support for Cookies on WebSocket. See "Cookie support" section below for details. -- It doesn't use proxies specified in browser config. See "Proxy support" section below for details. - - -### Flash socket policy file - -This implementation uses Flash's socket, which means that your server must provide Flash socket policy file to declare the server accepts connections from Flash. - -If you use [web-socket-ruby](http://github.com/gimite/web-socket-ruby/tree/master) or [em-websocket](https://github.com/igrigorik/em-websocket), you don't need anything special, because they handle Flash socket policy file request. But if you already provide socket policy file at port **843**, you need to modify the file to allow access to Web Socket port, because it precedes what the libraries provide. - -If you use other Web Socket server implementation, you need to provide socket policy file yourself. See [Setting up A Flash Socket Policy File](http://www.lightsphere.com/dev/articles/flash_socket_policy.html) for details and sample script to run socket policy file server. [node.js implementation is available here](http://github.com/LearnBoost/Socket.IO-node/blob/master/lib/socket.io/transports/flashsocket.js). - -Actually, it's still better to provide socket policy file at port 843 even if you use web-socket-ruby or em-websocket. Flash always try to connect to port 843 first, so providing the file at port 843 makes startup faster. - - -### Cookie support - -web-socket-js has limited supported for Cookies on WebSocket. - -Cookie is sent if Web Socket host is exactly the same as the origin of JavaScript (The port can be different). Otherwise it is not sent, because I don't know way to send right Cookie (which is Cookie of the host of Web Socket, I heard). Also, HttpOnly Cookies are not sent. - -Note that it's technically possible that client sends arbitrary string as Cookie and any other headers (by modifying this library for example) once you place Flash socket policy file in your server. So don't trust Cookie and other headers if you allow connection from untrusted origin. - - -### Proxy support - -[The WebSocket spec](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol) specifies instructions for User Agents to support proxied connections by implementing the HTTP CONNECT method. - -The AS3 Socket class doesn't implement this mechanism, which renders it useless for the scenarios where the user trying to open a socket is behind a proxy. - -The class RFC2817Socket (by Christian Cantrell) effectively lets us implement this, as long as the proxy settings are known and provided by the interface that instantiates the WebSocket. As such, if you want to support proxied conncetions, you'll have to supply this information to the WebSocket constructor when Flash is being used. One way to go about it would be to ask the user for proxy settings information if the initial connection fails. - - -## How to host HTML file and SWF file in different domains - -By default, HTML file and SWF file must be in the same domain. You can follow steps below to allow hosting them in different domain. - -**WARNING**: If you use the method below, HTML files in ANY domains can send arbitrary TCP data to your WebSocket server, regardless of configuration in Flash socket policy file. Arbitrary TCP data means that they can even fake request headers including Origin and Cookie. - -1. Unzip WebSocketMainInsecure.zip to extract WebSocketMainInsecure.swf. -2. Put WebSocketMainInsecure.swf on your server, instead of WebSocketMain.swf. -3. In JavaScript, set WEB_SOCKET_SWF_LOCATION to URL of your WebSocketMainInsecure.swf. - - -## How to build WebSocketMain.swf - -Install [Flex 4 SDK](http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4). - - $ cd flash-src - $ ./build.sh - - -## WebSocket protocol versions - -- web-socket-js supports [Hixie 76 version](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76) of WebSocket protocol by default i.e. in [master branch](https://github.com/gimite/web-socket-js). -- If you want to try newer [Hybi 07 version](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07), check out from [hybi-07 branch](https://github.com/gimite/web-socket-js/tree/hybi-07). This will become the master branch in the future, probably when Chrome switches to Hybi 07. -- Hixie 75 or before is no longer supported. - - -## License - -New BSD License. diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/WebSocketMain.swf b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/WebSocketMain.swf deleted file mode 100644 index 20a451f57ba342d27b1a485d2e3931ea79ed988b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 175830 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 z z4Wz>>#Z-eA0);kyTjKYWl0B@Yy5BfAqm$;!*QIm`Bal@CA=rul_cV z`tuw{{_7lO{>Wi|iGdvVIIgenrI?~8(+1@$Z;7L7l0Gh|Qi%$_zz*$eYT}xA{vmS8uFf_c{o2;H1snF-@haT_n_rT_N%^liLYy_S#{4lauSTQy4U;>ajTMMv<#Nu*1j+GZt&F z-3^^S7{}R=TUwK8D%S?_g1g4kzu{L$mkmfrg9gwoq(P3U(uSGEXmd&+$3VE9`ltW0 zTKh*;*15dD)n$F(_38U#-i$Fc(3VYbM|{q6)NFy$tx+{IdX!ibKfMW#(+`tmdd?YI zP$P36$$|8^wr6`i4W__%rrc51V9>IK=#xxXEcXI0$A@)f*7i}Jpws^!aqrRVxYle5 zPI^#%Muoqb4G8fri!B~s$x8_*k(l<3WjPV`0;MfdA_Q^(}Vb5CCP-a`#C z^MY5R$Zgh&h#j#4*VpLDUkxcx{aVYF5wC}s->Fae@-Kn?nGhj-ec3OG=%iUFtij-C zV77QN8NNHn>RXy5tCZdJx`R7I^-|yRek>(qv zWOupof@EbyLR&%OSa;quWgY>*RiZ;Rw(=NedsmlXK*!hZrsLC5vh(zu#BQmI<}QTt zeoq?kG1+Mj;AHZIF$j}p6$+ouG)pfAuJkE;-EjLCLV0YKeds3nBZJP;l3oT^+ck4U zyroY62Dsi8yQpOucO`fWQ8{pDoKMuM+8-)?x!3~v2+quIR`8vdUzk(9A(SL56Vo7J z&6)gbJmb|qV z`&FCO$)|Fk|6%EMhC0g0duX-)2(4ON*-L8;rEA0EGoAYn%RN4BM1Q@}dLQXe-{?=o zF#gl$d^_PxQxu7DeuFBy2xt8e*t@t-+BT?^;`UJb!}{vFtef3t?*oh#q-wtrni zpaARYqlN(b@HR|;RT$rCz%C9P@>y5)M;_jfJIO!YX)Snuz1N?;(^o5CRV)AfjJ!WO z7JeZHDSucu+t1G~GKXT;a6Xx9ofY@uQjZwpNjIw(sX9JwPuo&U?ISh|Y)E#6uB#IP zfSI{Q&6bRa)=p|UADDLIQDJC%hh4Bep=N=bmCkYbiID8V&hW>KyTPh@>>)jN@>u}P zH%#;i#S0!&PVKgC%)lN}VOFzm^YfIPPm0pZ3B*-5U;c3{EUXb#?fA7!SC=4Qvr;ZU z*J^Fi6}czoQ+7G#CvWvCyG7Lxz!qn}fE|IOTxU&RW5A^$fs_1^RJ z)>MQ)$kbzqubFxao3kIk1n%(12lnO{EPeH@8S}RpdwVwb{%XeFZ?XC#PM{`VqYtJn zBfpIjyb!;PKKzEm-_s*V;%nqSVdTl3{zM$*Jw4*5ae1Ckz9&j--xDQbngljWoG3oA zq@Tw9yRmupHb_J|Ej6SG8m-0Uw89}zWZIcvR5qSwT59jDm65SXk4cUh|?JN577@k|Y! za#>ooi5p~@-MF2YX7cn)%1j0&+s1vnWY?{&91mQZS{vczpSzZ`4`~#1H|G{|)?T96 zf&j3#6ywIc=!hNmc^>#Ur|7(1Zo|W-w2wq1W4!s#m;bCj8q1He`wwB?-)NtRimVkQ z``%V&BDKiIZP(UXKp@}g#YoIFJv+one=$e!^NoMgV(wqQyTP-+9JJcwQuc0-Gw04z zv*k~T&Vb!uddx!V>a$=Er%{dnrw{zxbXS zOYRctFizh`@G;fY^F#Om))Tv7CokMbUe52Lgz;t`qHW2ybPcJPENG@=LiT5+nm29K zX2Amur|V$HHKB*+=H3FHnF1CoHF)BSrp*#C7zF@UvW$ZzP)6)D_FFVOpGAED$f9n1 z_31lU>9mQ*nr<2+rtj|*5L{#9|2e3~@;6p;--*gqiSKyUb!T-sD%{>Bs zeXPBh0>n+Cwc+}DcYB|>4mpC~&0XM6f?r#C_~CJ@p9*ZA)fVr;?}DcSOpoB;|CG<& z4z3MeM#3Rt-UaTr`z7SXbWQ!!UUfmK*E>9amu2Aq_EK=C<+tKcv`VyMDu5{>RlVe(*7z|C5ejlCH2%c{<#C;$~t8J zYxVG~SIz!z)%QEY=WX1{#Z9#VMzMm6W&HVm<*QWS%g3$aP8X53OGvN%F-H8nq^ete#VGz1Zs*M0 znFra)(7IEV?0kCppY>WrHtIkB`SQPfwPXH)NWg6Wdvy3i>5XP4@%fp5`Lb5XkLI?| z6B2au(Wiq{i|;aXN6q-z;a3Z2dLe!~`T1!>|Ii-&p>Qf2O!?_Ethna<@1EyF2{33SO^0&4-jveR8{z-t$6Nj9#iiLXF*9O>h=z&-HSOsam(m)6Dhx0o?$P6m!IB zrOdg(A_163Je*o2FCF|LLHkp79jq>xvK^J&`)yoo4r9mNC%WCqBFApiXzLsP7DZRu zZkI~lxJ5aH+edltc)o$h-mAB_zA}ZrKXF8Nz@ub5#>OB(NO4uR8|AJsM?H*o0dUp3 zE~Na1#crle?-QqbSOHnm@kQs^TzHHQAbcw;hHHNGeClD3dl--XiRsL2v9^m$J|_cX0J9^2M*4vdWi1KmXCMWfY}Je7IGZ;g(&W4 z4R&t=B+~aCw~Mn-EJM$iX!U~E5+1O(Sw}YACU)i?!?rv2J_L(ycBr;JRP8osul zIZgtaVE7zp2w6%Mqn+8X0_*8aFiLh$I8|z*Q+Vy~rR@zQEJjm3s%Yv888AjKJ=bhc z7oQJk?XD~44$_byhJk;`%|hoHymEy3XilTKnNVs6qp=grXL^gev_m0hFq_-uoYIHp z&T7uBJY4jqvp2_Pw)ymS;qAF_jTlX9c>!Ow>rBCun(vvoKu93N(j zvV$OXR@5>hMZpFG5R1_DaGv>mbG}FRhv~$PfDrp%Yr|5nhR@|gMfT@*etycGjyf|g zqH36jo<@KXc2qsB=S+VgKZw>_$TIon(;uJ3Sg~coC*u4p#lK?CUqu}77GE&u196&P zq8!jzAutJz2z&B5EahUQ)v1uVOfa%DQOc#qxfdtMT?n@Mw2WMxi@ zM~|DW2!tajOAQRcZKiCAc#o90B31F6UUr^#nRceYS69gpX|{cspq_qr@KxgYMQ8)@DFsbcQYyO)r9gsLsAr{QTM(z=BS zp6Q!?3Gr(?0BF;i%1zBZjoTZCvAjTFtaA9gNr`=+J*>1z77lmw7#*2X+}iyoN! zZs}~HS;7}0mF`)9(|c5QQB2i^i+si~*unyr^2CdEC$7W3JW!^+8F26%Q-manVyk&4 zrBG=H!JTI>0>mVY6ux}a9QKU(T5R8RRRJr3wbK%;0>)~#< zHk#Y}XM+#tlUO$5S)tGHh!AY2?OWr<8v=4_Ba17y!kv+-qeV#sVUewh9-#XJ?>Fbg zfBDyAe4Y;YM$2LKM$HZ>rZr=x1nWgM#hg1z4xz_4X2tFsOW^fbkgE-fB849vyU5V} z3zopgu3EnE_>;SppLyIM5QWyh@c1_m_7_-~mVt2$3BZ9}s!F*SMts;D!uYB#<;e>! z4cjCTGQwWr7?+|;81)2E`oeXCfM~vwBy`#U2HdCZ!APTM-`sW=wD6a>Pj5%DY}3uI zKOnn&yWpX4lo~GH5WeUwJHDdl64@SDJ2uVkh2T*Xv(8z5GOVU0*b9xR4`p)6sM9x7z=a;@aBo7Cm?y&@DZzw~S2WN;>&f5ciqG?TT?{Yd= z1Y^aI>4EMJnuZo^gj$3qfje%2sFan!uuv3~Xeesk>X>moWt~e0$q?IKdNktM2 zq(Td|kO$Q6L3RfQKi#$RTxZCkpNV@U0nDtt5j#}9?;p-e4~V>$Phjic2e#v4pT2Ve zhT`=$j}P+LwrG}%raT{Wblf^kh_upauW$8vj5MymR}*Tv$f8J2cVO(!KbQZ6>Y z&VH04m7sg`pjx_JmUfF?kF{|;ouV9Ig@H0>=CH)2Z(K99+H~T5$<7-%@sGeD5{>y1 z@P{@u@3M7_SxGp`=p#ZXrhOE*D5HCTcm(6f;-%%9AqkO-=eH+QH!-L)Z|roEGx;)# z2Rq3^%ok|ZOl{do&+YNH3%j&9(_p8ESbtBXyrB@?XvA6OuA2o)mV2T5eAb<_y+d6j zqAM30Zp?V_FQc{17GQ6{Q@1T~0<5S^0uH5C7`TsJ&17@q3K>2;xG*f22Yo!$x+Nh4 zPW;f_707ZGuJf4RQO@1Jy0{4`@SZI2Huz%z2W|}}Fhqd51OfI=xc002S>{Zj0K;=! z!_lgZq5^L%z|~(Jc;G00z7N z!2&Rs3}9Y$IUEidUdycuJIZ4}gWr|8xBd%}Flx2T*~IUCx-qLlTS)eAhiilPMoPpa z>z_XZ?Ay1{tEv+Vz(02SmGho3gn=Q6#4Ol&5eFRctlKPuxi~z+7P%`y-%&IY(JHVp z4o8Hl&oG>rbDULMR}iwU9x!r7y|M6fZYubuM)s2U?-0&e#3VRKK1<*~MpC+~q4 zA@@t5tAoC4@9h}d^W)6a7$Rg7(yRL}Sbg12!ami`;&%2*4?#y%yhH}!V5rt3W!ymSg zuWtEMw7nm4gxmXiVylT3hg1^^QFhq}P!4c%h9OmyJa;OT5Qp1=6ZzpxLZ^e&T?3Tl z4i2H+?Nqq;SL4n!MZb3+y?HxHcP*RZl`q6HDcLb!;HEC&y#&mALz(sm-w3*!ho=16 zJ*okQX{~PJu_%y)-DyYluo${rU7gd*f8Fa=Dj!6T+lUW%iJU$`TBdLQ`SO1~``2Xs z{12+Bsz;rLexEhmTZtXMr-r@0C6;Pc1Acu-nzW~6=q#1Wj$#mZV;9^1+Z9vdl z$5r*QR#VD)IEwEDyc7D?B&S>>x@%K`em$!|KSAaSxZ0Xb`Bv8;kLOk0mR4u*2Ysz; z`1u-`^!)p$`?JsXj75I?biaDGXYR-+W9}(i@ovtMujU-HnseY9wcNMp7DABeFnLD{ zGv&bXPZIRldY4{4G~IZd%i{}yU$>9bgKn{)4Ls`PSJm-;&b-!CZBOhMi|5*DYFnId zchQwwxSWe>JwNQjfbc}D5WzE?d~1LnGJR>SiXL2yI;HxK*~k9u6jilk&fx~EVy+@} zJH^FR>84(U{n*+Zh>;C&Fq`*Hfw%`sz+>fhxwsdZb@2k*@LXzpw=Do7)!GSn2)bD&aM$oA-WLRp9AW(7ors#gMzrV^bu2 z$E>I6tWVzMqDy=kkB9AEnPw?M)gA1BTK2 zXv6G5Ntn$5o}nmr2^1-}?eN%C2(q0jM-^3gS z^FDGpQ_K~Z-)4^Q>l3bYLv9(zjbBlXsv4y}DLbzk4?{6>k9&4F`HWDg)jZypX0yb# zugj`6Z)$X{(cI`JQ=N7O=Qzi@Rj}q@+qP5El6Xgtn{y?)lUem{f=;b*x=BZ0j0%Nd zCZ)dkqWMCI8Z8}-Zbq(Mpj-Z-9k5z89C|OL>FnnGZgEwiO+Bn5PaD{^Lj=1U*D!0$ zP0u?G*xj0bEoGUFk9}jzvqhPn1=iDa7s3frAF#1q&Qd<&0F~Wg!Gg!^5E(1&@Sz$d zV(muxzv@jLcm7+4XZTaw+u{pYdZMg8Qv%+=(legf_!aXh(gOT8R#|hgXIFpgySy;T z{{#%YS1=UTWYOf~0GkxQ1w#V;0yms)tZfQcNO%Jr&Rma{95MYA%cYr#e1E3*PR>s` zt@pIdH5o%){moHX8_GX3+lA@NH2{8J64r`hqMwWOHHO?6Wcl`vpDZ+BeW~xy1b*}G zI?A$^uzqci`;kiVeS=)d7Wuiqcw>uhk7m5#kHv0{sa7F~H(S@UmdXGzajV zWySKyyZePUMQiq;M;mWCI7B56&-AZz}=@z=f zT9u!pxVR3iTbTvA=WNThRK*=h{gLyN@_8hs`gOa+sQwx@vp~fc!0f1pWRFbuz@-$t0;5*GS zjL&hN+Hf3rU1IvYW3l%T_>S7BTT6fodHCKQcNMB$yFq>5AXj@Y5u*}S&^CgcZ9OAn zh2O+AU)SXKJw7Oj>m<>!IcOgg-NU+Q_r{K*{oX#L3;=C0N34hQLU`A^?%~PJk^By| z4s<`c!+g#<-tF+))E;3A&lh|icTSAn&VerE8Bb1zw>_YCe}#DP7Wrh&X&|?lw^O!5 z;E?#)R(-w!YZ}-5uHWmp@z`8t<2q^sOY}V>x3;l&;eCq0)*1L33yahwndY5moNux= z-0=QNVtAMBGMcOT)KZ$J;;_lUpxDy(b<*)fhh~rlULG+A0LWHH-Gq3us?3b9MTsAI zt4nYD$AVmLZnI~v(E_n;0=d+9R2IvW;q##t1wTe+VcL%`@FHjCECuj+?`40> zMv`p3%nw&dJfF6EPNqlP6SUG9EZhGAUC4g`bP36~sKp!q!KgKVhg!sLO|^dO8905p z_V0;W*)LlF-=O&9cK-29DoP3Gb+ny*5FJes&dW}foR&5 z8(ppoiW%dnZn%ATA;@f_<`%yQ-H@q#LfK)jnG3=I4`?`dhgv;ZP~fAX(Y6$Qy!2<5 zn)W$-L9?bkG~u3SrvsciiA7=#*F#!@fz^@I`7M3C5Xah`gDj@U`m*fEyy?ZuEi$!^ zexq)-U>Ht5{w35R{iV60Y%N$8bdL~ksGH0k z528}n0BNx(^lR5$R!7=i5CA1}9%7NWab05Ic%y;{Ef1ytd z7E*CrUk)OGssXqatkUgKs3?kvi2R{V&oSPiGYgZ+)nz(06?l>gUEaTl4Km!kfVSIv zm2R|nTcZc)gaOp`Y8sI)T3egx2;DEC+$)!T=o$`E2^XZg3zs`UlwRtBM8 z%Vge=&N6pe>N;xTJv+yt<@#^%Ocb&nvhI%JdqUj=Ki}tBqVnAveIyX7?i?Z_dNhO>dsd30gznr~zW-?vD1 zfMqb7sS{`Ph8eZZor%;`X#AJH^Y0D`+<$}<``t4OyIwznh7;UpQFfM%j83@Z-bo& z)E*@uJyw5KYHY6Yo0xbq9N%(z3 z|Jqq5U7fca6>&rE07VAJ`iaqt8?dUk-SA)obs&?mJ>D|CO+d{HD>OWF>BNL zl8E+Y?1@f5uU=Ut0se4Aixs$KZENmdHG~}7tt=!W%nL_niWDwtQ;iv?gx2Bh#kfkr zC|hB}G~$98^3awxM4_Cip$kCT$F8O1NA|d8J7GAD=71L$#2Sv{wZzJp#jkB}3q6hjE+F*AdJc1bmrY%Bq431nI<`;QeLN+^(njc4-?cJs+Wpmt7 z0w!f-D=ek$a4N=hFB-j!1ujW(I77g|TE(eurk+Vl?`* zBAcv1BlnSKsC|9b&j$%Vva}(YHi0b%OcEn{&(eOqwh+&2pGW0A_3H1B%es+%9+7 zQ0P3iez2a+}q{xhva{Z}bTe4RfLpA?B1- zrLD9yu7>B<4Hdz3MCY2}*|Dzp9FKwd)AXLN9{KHoP!EUnGC*+ZZ&9f`oDTjm4}syO zK^#&Zi=HZ&>~R>X_S2E1_;ekZk@>m4iF^e+f(K5}TMUsOwOD4y(Y}#x!}^6qlV1ge znP08lXNK&bTD?EkE~CiA{oU;W`$C098LZmwwXTO?*4F0h-A4eEwc>b%^evDj6*_ zI?vF-dD z-z`uIeuCjeg)HNp7g%mh#34TF^O;ML;nVja)#+PakY%EI-&^#$w`5HnnRl^)v48F+ z15(&$4fZ?w1CL2IR!8(q%c#7(rrs)VSI?_h2)OoVUJ@Y5AH3!tq5R8FINxy+;_B4A z9BD3%u6Y~>^5H6=#Z7mlO3zdF!Pm@!x0eg!%p7i|bO+YnjHbZBZTHwk9=w_+uOs)6 z8-%}LYF?D!0exSB{o}H`%SRjM+XSYKSZaBrfEE|JgF9#^cN1UI(QJ=to-?;lOEX1` zyQ!&+$SE31So})xij+dFa^+Fom8^h-Zr~dZ1kk#FTs&DPWg(5x63V5vXir(v^@%!jN<4V_zd_c zKOF-o5S#GmstRv$3`yq&K_aUBka|cKh3f{4gVA0%`&^Yt-|r^+=G~o>rK`r+&jS|2 z)p_@$=OU%77D+DuRN=C+{6{e2+Xl}`JigbxkSGoIutAZ#)x>UCHPMULR^DR*Q0^yP zrZs)zONFTWQTg8k7Y;4_dF|dtt_C+!LcvZ%fx#brt(qxl;>0G;%{4yvjCLav^COj| zd#&IF4qmke<5pKSsLW@2N@Q!#=HzRAc(gi*tIG(Lj6gFFIokuyNFKobM5TP~(je>m z37DWiD_4SVdbKzN`bP>4DRAukS<&+S&R{Nnaqs7y^Iz9NCoc1rk_*@sllf%SPbAkc zdZFgvGrwimUn0O;1<7wP;Aa+nhl<@50AUAI$CA; zrowf4T}3KMsiV*kmuH3RLOfl1fGBS$lc*~<%R8ACRt*hQri*0_eST$JSF+gy>lN2j z@LmWJ2_uuVq!8O5Hk$Br8V^UoX*}5;zt=fEs(FjB^xgS!-WK}ml&zcza8d}6s~VB3 zESpU11B!JKFb9}I?blVr6u;w?QC(B5Dusa&Vu^S}?vgClc=lkOI0deSXgHKcKAHow zCvXlq77BT?Pj%Smhb!S!vP0AsnF5Z^>gkL|{3+)%VVMS_5Qa+FCK8=1^wnE3Dy=TF z%4{MQhGzF35*yQ<30A%w9}a0DE?CvR?*<3&I2h4(cyNYj!^4rd_3V_V#9`!5Vb+U} zeD7XqTu{qR)nKj9!-89%aN@kCJXS%%B_&510}uBiYd&-ZBgEU)ad*ju(}4ke(ogr8 z(s%*gorUAnrxvbR=b13i$T3)zb#K9)4Rn|QUVSIbS#qU<$^bt?QBB4%ClcM5TZMMG z+9+@aq*Y`LY@>_iU6M@(oKT#%v{~F|IIX%f6#cc!x916KGu>kO zIjV12pIyzwAWF;pqyok>BWk$z1RSI(^$|1q($}E2mKBoTl3Ugi#V<8CmT6=}FEAQu zF)R&WbbKn4@#<@?F1qI9zSh^6J2_{cvA2(F>%S}Ue;M<&I^ge*I{#kGwnpqspEDE7 zTBY7JFzkxCMiwJJ8p7&62?lX}cO5zItDGU2ycL4xzdDKU2FSM^Lw@6E?l!2)oP;hY z9VYLN4=t(dJ&|0btjEAOplUE&eIyaklJsPP@8)5jY|fkt>Dp$#cm4&FYI?t`4hO3c ztU5!(!+eQ_pkSjc1Ykx(TYE%jXlPZ>-JU8&?K%_6!eJ2F^At4Pjg;Ga4RLG{2rB~pB zNe9LqAxDtrM`;6ExH`jbmu=kOHn;wsF{HWaxWXzAy8%1s@~}92SiWc{0u9eCK5{f5 z-J_m$Z*Jxb(d@Ynth45giX!^0JaNj2%d0ylzZxC}Fnxh(@^geuTb1g1ZdrC);0_T~UWjjY)3B~0$^5Z<))n+7$8dYC zYB8S@lV6&geGxh#ev;Bu$zQo|PoeQz@j@bN?#&Ros{mEIJxe>-%S~14leyb;>^zD} zjjNl254+aIs7&5uRxLK;wFidh68Bqv-k4_T@ABqk5s9sZC-3fFm7L2HU%j*wgSq$o zA+w!)Ziv}6#fNco2yv!nV0h;EkwVYpbRIZJ*qxGF!e4i2vSC>&k#!$9dZjN@9=vh- zgco+pVgV*m)w=4p7HwKQaAEEH9jycJrkA+f??fe^@h*2J#@j~^l-M#wbk6%|LnGqC zTS9dvM_0c>V#zWCR;Wp;QQ zQ+oxT{40)J5K_6w+uh55t*$j^Z4J>f%Kamo(AoEe(^eH;{`Zw!Or6o#th@LBU@AW= zKl97u--}gWf|1!Tjj3xh`1jqi0c8ye-aq$ zDQoj2p=Kqa{p~j-BuapU7Pl1btC;#2Zz;U6m2VNd3PueLuQg z{2o>P9#O61@W)j34N-lp2C(7(=6ZNv4u9={>Yi6@dlB&)#2nnh-F5dJSPw35AJ4Xf z>S@b2T`lYKbgL9gQM3we8L3=~I?J+Sd{u;rJVxhUP>NdLx3Di3lVIa7L~1c`>}zLV zBo91)D~em<9NWY?wikK!)wvArvawKjbt0r}V?8)b9{>16>^g{ zk9!j+w_6uJyv3H{n2CKi&(I=Jnv-)IlHnZXEk?J)ZL2i3y}%1UOKT4oj^~Vv(%${# z!5soq)`|NdoKE>oJ-1OTs@u`FZ^tN%Ld}kDSUMuZW&l3^Koyf6%P$1nd*->{pIWJ* zqk~e;7bu2yT6RnGlP}6~<60ZsjLLbND%PArP;P8xDR|(OFtWl3=Hf>w2e8Hq_1;gbkeAwfz#OA1$Ik9UdoxEiGUPG_b;UStMIbc__!B6`x<3-L~9zofHo zSDNL__og8NH2OPJvJxIU-h#9t9n#_QCzvE#Ie0=Ar)8S#~aiY z@?|oD*(|1e*Y9&SJdFon-W@8|3PyFaEOk6-y;z=&PGDvTZBbRKB`?3)x8|UnkkSoZ zF(!7xDeKG|o@K+98Y}P?Qy(TI;}nZakdLnEf;)DDQE7vowjEBn5u3H!fTk>EJ}%5{ z+U~-u#<-JKNs`*2Jn(M1tADMVv%#k@^+;c znl!R8+rzbK9M&PS^_cDK8ODKcdR#W^_FRpKk#{^gEx~-nR5@5KL)+0j+3iLvB2M0T z5c&2l%x-k$11Kq8P*aan*o~}X{kT*#WY-TA?uT5>2WgpZ`^Ltu<8g7Ftt_+9v7z-+ z{pZX7^)toseiwmfjX$%T^Y6uS$4|I+eOt#X%h}(oHNkbnB0|{NdrPKgqBZLXo_|GT zw{2yfw!b8@@;}_0;@{-uS0ZD}?}$uaLq2?zhL!nD!9N?ts4T0#ai zYl9~8{n=k7P5;i*tH^6V$hD~8N1lfDtjT%~J1_w)!=lKu=V&`%y>_zByardEM=R-9 zfw{l&{_k(U9_N|AN%Q}mB>xFN%KOVfZ?4B9nv`t)0=|b_p#gV~oA`R#j7nzd-owZ| zcDN>jQwn3(rxAIwd1JbTy?JD~5Ie_E#~k4bLroEk1E$?eu-&G|0^qC)wGvZqICR8+l<0=+2eea4opS&U&wykC)q&4(d$+6mZY4ml!>g%p6fA+7(gom^M(8`@NFx z%LU@F0wVWzHW_JDsPq*%-%%MBYuVQE(|rcdV5Y%GqlBOslfeCwGsbi8wf>h$vUG0bV6dOz(7a%8BMDy7^oUIGUeDD!HFz@@VpR z$`Q1wxa?|!tGsyFo}k95?K3vR^`SryCp-iu!FC(OGi+zngOx4LHeBv;W!kxS8u^aF zx5s!^dz>J1KFEpSB3<;LR|@3FwMmoRi!ys5DCV%8<;1)edz&;xkbv!*na}aJ5hKo*p;Qg~rC1H9K zx4^=qI?HA$i{BClo{bMzO-0@8;m@9~zu>2voY9w!DAw>*n0p?c%;;v{VpD}~riYQ6 zNIf_;p^~Ec_3uSQ`%gp^$>c{!+x&)zE^gJ9 z?oNFrp{Fh`g#C(y`n{xFx#gE6Wc-Jd&_@mh0Acn!5;73+=GhALCisua^qNk`>;clu zuL;J?$2El}7Nu;)#QTku4xo!qvmvarVbQP68Q%1J&nCj&BQPzl-IoHRe5f+NdsB_U zT2IZg=M!2im`_+;lkuPk!DoMAp4~X!)Ck?rI-X!0W)u$BbD+1Hv$cHpQ#Jt2OxicF zfoFbY<*Ok9sPt2c^Y11&%h)Y3HhF`v`&-TsmS<{p7G7Qmep;^Q_CfhHP3RR99rfdR z)1fGinfU>>w6ZZ2WOGKr7Ml>FNxb6~LV}HnK_PQVr1J}Lx`|Obsv@3K5hvW7`>hGL z46ipvAZ->zdpxdQNIMvMj@1!;AXLpTAp$3ZJYGS92_9w zq16xn?mP9BOx0^d+w=C21bl?FWPJ-S@OF5VWW3u7_U46XPXoi#d;}i?4ZYCAZt^ep z@?^jmZ)QHjOWiglG?C)dE=5EWLJ$o-T{f7M@)R1U!3$9o`9TA&5pczNxlza?=9H>K zfe!v7CcA|qyRX$_q5BIhy&v6t zR{dbrL>_Pvk$T9|bGP%VcChY^;ogsPl&s3L>m9D-Nzq@6h) zZ-^4~URsCK;>QGg+8cmuCjC-&qHgwP;NAn%Sx|~YD=1?f-OLedFp1}0IDLMG1 z_iqtA~M>NtDKkNu9@ivwpsEeb2W{G@r zq$z?sQCw>7gliN_#1?(P*Em`wpQIC!qu#8&{HvL6%-s~5;qknTAv=*eLBtYdm?_d+ z?hwHrlYhSaH_ET#?wWO#{|_qlt03;~|7fny65_ZEU!9 zk96sh_Br4YSJu2LD*lU?y_V8?YbyZ#H9hXhQp1{uh1q{pcl=c+7PtZoFs^0Fe0LFI z)m*!cvFlG%fDn6ECylj_m~Og>Y9zC=sEeE@J6V@U;jI>VO=JGrYf)*y@MPdFi*H8{ zslsP(0S*8~yi>2Ie!TrEU$9C>s9^U6wl%L363UDH=DwS_XKe1vJiQ{qs|gCdM(2pv=v=>e7V29ON7D(?lxA^V zgb9}R5=?uC1G}Oaf7N<`&X3w*ws!R#Y7yYH#-LQKAC7rjkpmxEWuNB@wOae!!8ZqvkO zwAnlu5qDR&56z-w!1qwAhJKNY^Yv6BH&Yh2VNSQ>Y+2}33o2`RO}~x3^C{Q--Mu9g zB$O?RwIaMZfhlxeh_0c-lJ-tGeK;#%Wt$uQZsZMnP#%x49rqbdpyz#Yy3|)-p@Kbw zfl)Wrwd(Ch;n)mw}K*~DE z&>^hC;nV7wpK{Wlqi1iO>h`Ds-_2e7LLeB^+Hfoxj>|<49spGHi?nj)C!P4Us~kWB z;@Q)zevJw;3|Mb*qD}e7bM2mW_{6s>nhJk(b_EV2M)KT`UHwdTXUP1UHymx^EzO=~ zMq?qL$Eo*M5gM1{rKDMp?>90%esawOlKs@<&E2g^_& zhYybO3$I=HBa=JuXxGaz;_Li=ROE~>aMgTlN5#BcvHNDC9ITFlFo&WLKa7r0-Bkuy z(hjxYae+ZZXtLI!t}myCMclk4A&*=hIGOmUyW5|EL)AIaw51LHc`|;^F z8Ks{UJq&kJXlDNmCobX7*K%^zqWI>?{tD{@JM$af|0{3y(Vgk1cl++mz-~>x3lzS* zh6>eZs8Dzd6=vZ{Qfuh+u%|1J@Vg5uT#m-EO8e?H10LDpqJHRk}|42JF_G6CJkq7eW=GGQ2(D z%W`rz2jEljCk8caeq%XUGab*tyl-}Pl^~{|PD2K3vZSiJZ7`hm?83FcYlw+2H zXPkD@77Z`c@VI;VeZIk%Z#sFI;1>P}`Y3Koj27(z^2HlvpFA~q_y>H|qQL2?$F{x1 zAo}A-H4YZlSJjwVH61%qvcZ1?Ztvwjxl5a=6DI+pZw?wBOR8gTcKSjrP^z}^R-ehn z*mUIf?h0W93}pu&rPAFF>h4f!YEc4aq1QZrbM=qS@iklcld4BD0#pb52a=P5aloxOT!Z!r<&+kb2vg zbbGzEEd6~Z>aVI3R?GLTN6fQd21oM9&ujAcSnl-Rg+?bSuqRyR`ZMC7PhL{F@Ad>4 zyaq1`;K@EKAy|T=<~L8#4IdPEN||BC%a_d9PrXxC7JOnHu${l4+$w7p{$fO5`iiM-ywLqvTnpge#o9jJ_1h}ly4J2#ZR;Wrj7xgjjaT;9P`Pj7MW7VPl)*EcxYPCI zK>2oSA}7d!b%=os+)d6W(sr}WcviS#Ha3L>RZULxm>5>pVvCXJx_Ih<_0Y|#XC(r4 z@0tsH?zpT9$P|!6cEI$ZoeNTq#EW=X4|+v-iw#>Ohg&UH2OkXR$p#2xjb*L%gU#MW z?ilN>d9g2$Cs+`C+)N26o-5S7_q-;KP&v~QSl7IAHH1Y6jBY49z^-wqj`ikoey}zS z@6&Lyo8l5k2B|9Alw5~})aHnWAK`uPo`mVt@Yj;kdsbuOdyhohmwzSPhPB)CrV07& z<{X|qOyhOOiz1KkaoxWh*TCoht;D_5gvCF=e3aQWi=%)1_g7&9mH2<(Xj0(CFQ_d5 z)YjfY^J~0KP;0Aj9kL8}pLMGmgD=oBVgSk__eAH|yAkd*c(`0+qfhE6k*(>P7P1&HumPS3NpyvBzD==V3b2#QYTIM?~wEC&&;@VLw zFntwK`-#g5_uT?vEDgMwwfKPJTpLAwq)a^y?_^ULRpO%q*iwGFKimctzJ8;Ocoj?v zj`@{U$4)!=I?=pIL?oukv;zBj_owXQr~4m&)&KV4RXFkgGxugajw{=m*sGns{m|}i z*g*GbANb7>Y>^_V0k{WfP9iDJ^YF$=BqfgGB=XlgC}n14W@YWY>)iX$4+SV$A{7yg zSnFHUx0b3YFoUIAauvPSbS!;U@EQCAC_zO;pvIk%Af9oy;Z}aW>zp)KJ=G464e_D+Qb9vh(2bj|=(hq~dp0J~$^LW>7)=UMS z5c5MGt%)Ax#*268bMI7Oh)S=5)xIk(W41pcCu>Vssl`^?|sM>PhL zb4Tu3S<^2(KHYX9(ppjp2GJ$X)C42XGKRTVryu&3=jn( zq(QNQ13A*p?u{%j<-L%}scF^pa@<6RS=h|`P+ZS2j_o4aOYTmP-Z`*(XMfw<(b6gL z*2v~c*de-)?Hv{B8^+Y;>$*@m9@j7;9{9UM%j9Zx+xDYQ`#_Tzry5enmbpOSZ5GA~ zK8tnN@>{PsSDY({-Z=0FGg3roaKtW~WP)ifA2{DwP*}Tu{pG z2TJ*hQHWpQgCse@OO3_yHh*-116PY<#gXpSJ85u!1jk$AbmABn*3x_B(@EzT`Vq$f znB;NR2*E4W{_E)m2K^8)Q5t}|Bd{lZfU@J_2rQ60*sDj#wU@3aK}NKmoljsV=K)iv zVR4+n{!hTS(h&R&{{IGK);6;5kN^xKj`{p6;AGkN+($HkKd{l~#2uPYEkbGDQW>-cfwfuI&%1xpJdbryKUd@6dE=(O-X5EsrS62t;I?9KPh5DdzDt3Ac_Z4={G1FoNJbR% zN>F=ox8?(CcU6*ktz-#hoixWK(Ow*g(7E&d8CMO3>FPmUv|cHVQlH-J5y7u_S2czy z#{@>_FB0ZfSZ1@BS)c3S9AG(XRH3@vM`%D1?cG1q^$J+QM|>29ZY|c0q@2aXUZ>4e z1+!?5t?lCE`HZ5ILBOmKS?F#$_f6WRWO9rGS)f8v0~nQL%R1?y;%sSZG)ol}W}6VG z@6ZS}XkTp8b+_3=QlaRVQqX4c+StW;yFc%f+*VTe1>YlHky-k+zU*l8IBhd6BO^0O zq3hn*GQ^5Nf`Aq*4Qm?A=Wo)X-l&l#G%|7HH913G{#N*5`l86U5p(Fn&9MZ!KflN&hzh=FQi!RjF+r71rHR>YhmK<3)S9UN^8?#+-40vUrFgAtJMEM4J( z-YIc6SM%AMSB-eR4ANmdhhC{W2igSoHgeWNR5*0|9hQqL)sk=Ppg0khEE-*%TNiRi zpoC&vf|g!ihPxIME4{1~a@`eU6Bhdy+)k)<<7aN93>$$$Em_@ch@)Lmb&{wz`F`@@ zRZ$!wbGI}Dns2BgZQE@&uYsO)w*ru5a-HtFW;(8Scy1ut1-pxEtu_jAKI1^gtm-Mo z^KNGf6@Z+Z_U4q*?zoCIWuuB4x&^b4$UYE<6USn!l&rKZ+VWjKZ)7-RF{_c(ZRkU* zI?HyoQ}Br_A|E;emh&Soq;9{7sNl>J1NuG!q<-=!z2Ki1FF1f0@lXCHi2&D3%_s3I z%;;w1Y3BWC=yakv^@3=i#l!ny*8r{mD0O?6S>6NZEvRuJ)e07S@C%XzHla>1KTw%f zy9-KX0BUkhKqFhNzx392q`_ah^#Q9F{0;uU1G2b=19mwV3rYgG;(@iESPme>;?TzS zv0G3aKri2o>(K+yv%BJnJAuZZ!;Mu6_EUT>PXfQ20;H6C%=HzETDVPqV5}$h1hYCB7NMBAMi{yJ2|Ye`)B`{Mb@T|Xu>f~IliwB_fZ0Fq{P50I zm@vR-H_JF)J3=n|;uC6q!_12f@P>O2Kr2h&HxJXZ8>QJjyOlrgzC5~@f1Yi>V89pr z6AHxNc}%zy9U#C`9#(Bq0ZlJsK-2h>cQcW7fE?CyXh6kCsPYSbFQOf{O~mj3;P^h^ zgG-26k;7h&ZbD@VPjy^V3&hE6U6fdFS7cI%katn0t};dcsJ!6NrQB0@x>ff|)L;s0 z85nye5+9f5IX+ybGkj_}MHQS)t{>zb+GcsOT}dZVrzQAi0^F&_CxW!+jHzo|M?&(@ zkU^2f?DlBZVaTf`WT8w?TONg|RF@@Dz3T4~-fufsvHJVcTM=%8<1ryl2x^#ObmM!k zQiMZT;S~@u*mfK9__!+T!vMFmw^K1aDS23()Kn*<*yCUR-#ytCku8hW(9%jJ%EcUv zjI0)%D2sbCVQ>FxCW;WuEC?V1p)#3 z1XHu`-KfE9#Wql=20n=wa|!*8;^p*Kvkk7{@7Mn5<^8@}?&Iq7pWJf4v;1I8=Qp$O zLBjB%K7f&yHP2L@NL2E^O^lY~@yl54QCD2E+D);T^==1j&X|zK@QmL17d-JUeJvS$ zmc|%Yt|+p!#9~j>8%D*d)kd$@aNw}2KhkGjF7i!ryJZ@2-W$APt#6t0f@l1S!_n)x zRybN|6P8>BSUVlIZmOQN)ZjhE781eA8Y#WOC1VJIye2Kp-KoK?VTTYL`yG?|>SwsI zfQ`TEo>~%b7ov|}2eAGOY=D*g25$Tg*jT`>_?_eGFM|#6gm2)+?|==U%)WsezXLWN zF7uz@#_xcQ1s41aH+~0fEDo)o;l}TPjfZRSC%ExDVB_JA`U!6Q4%m3Xzk?gU12(|h z{046P4%m1m#eanxzXLX2zJ(hu z+Fi~9ueBYG@aG1D()Qw2P5#i`!T&V6TcYskO?&(+5B+$$=A`2iAr6r$;a|zhIa+*= zf_;gBJ-Zeg5B>dvyWOXLp}*&UKmDzaV)8?OcOOD~785+@ zn2i_x!6jGXCoCgSja4oGi5qOaI@@W8{rhq@A*E}$QOKL zaRsdlER<1V(&&D3-lB=)NB-@sOQpGLUH5b-uk|Cr!4&~69HtnE zCvZ+aX!=J;DSymH2dnqQ4{t%Kc5!bk$OGV$ufeD3TNL&n!+oW~t$=iD7u`uTE_i!i zLsh@lf}aCb013T?s=#kPamtU`sLW?9@j-W9{3Upnp~-?NVby?7rfOm)2c+3Tf8m1@ z9@)?Cj}Hn8_JIz7ta$GRxvcu-r>>97)t^FEp8{62q?%x?K;qP3y|M+FE$g5rk92ER zd{6lNqSIf4RKyTwLtL=6Fdl{yJab@{PV&K)H&mH)rio6pxc##_XNKeZe~) zG3P+s+)o}iTC-Gi*P~FcR;D~arxXaxNGp!(EFSgqVIL#c80wQiux~{kjdi~PW2j}Q zKb(>MaK%XOd^tEpEx}*zoZ#onl3ovpAPs|_7vwWT+fN>XVMhBQ! z)S)Nc;gW7VY3@R<{aC9HiN|l$manuLKvpee8vvItPkc@DRTm0G@Gk@?1t2EqndrNu z>MZ2N<}A%Lw(ti0l^H&Q+P|FRUzy<&O8WI2|H=#(hPEGb{0(LR_e5+D$3O@88`;NV zt;ZV~@9O=|lN)mEISmdqX`ea{dWjS)KHoIH+xi{5-6cTcX9YZXK6hyC}sgTh{WHJ@5rvoKaD{pDX;xYLaJ4o&1HB9d24&W7WeXY!1pxCH7$M*Jx^K6o=!S1N#ryg ziX@^7#K=4-0QyVJUuc5ZsG`W4%g^Ju9faFfCK*k{ZY@QuyRi6#V z)umf|hPMns&~8#q_YUj_4<*i*eLW|nfvl0!wUkept;g6jT-g)dLbp;rhu9!`rGedc zI$KjCscD!)$~Pktz<%JggH$+0gogXFypsXTB~r`PSJhxps+iOhuLlmxDE+NlvBVJg z6|Qi>TyM5MqAEH#-PyLdWAe&pI{e^!W#5q51vRF5FK}8Z9`>pnL>MF;sxH}fej)8I zI*`ArimJhZbXE1`Z}MtK8;a4MkUKe++CHhO(-f%GDH#9p@}HRM@01@!(|a$krP!bO z(pF(9H~+y%!qfNkfitwtKGB%t)dR9fLrz2F;O*isaVK<MVr=x+RHDIJY zTDLy!M~eG1f&0`mk8K2Jb!tte(vl!X!=^?{;2y+Bzh# z0u{@3-7y_DgCIiGVU6c%W)YOzR;)R)=0Qi+Y_u0wG2i<54&d17(C|C8 z&;6BVP57eF4vI#igRXa0edShkBsUJTT`W)el7v9t2GD1TEeT*xwi2(w^r(e_luq+z zNmHu)&bR#0>uv75NnOn4pSqLolpJIij@o0=oT1LT}ef@38K-*HG@UxI97 zggc;b4Y8WJRT5@=6J^k`KepEdbBlO320v7yRiV4d@u=p_2Ak8^4>%9v1CEm$CLZE-3wI{AK?~WF< zwnTYuYwO;y6k>5gd(eC>PVn@U=0KXN0;d}Cj=m8DRX27_cDCi#l{BLnc{ex_Bm48q z-?Z43$|(!m;M&-E+)3kVV4Za^cza;G=$(H%XK@~VRujoLYQh}3cQtWe8huSmc4NS( ziN#nKpTPzIMoZte<{uk}8!7S4uQlbLZhDhoe=5J;%o1vGzzp%9sf+5H4WBPY#e2t- zaA~Br6g_(O{mLD++})&ou(=Q3CI_a}yYOAQmb?ky8W83N>AnS~)(q3z7OYcv+%300%2{K@wch~V@m+%9{ z-C%Jj+v_kEAiSsAOX3(Y`5hC&q-hc?(mOS85gpz%F?4KU-<`0vL( z)FX8HmjKwWRLHU?f5CK#+mV815fom1%V%2utju=Q1h^ae1{~Lwb3O6huw)bMxOf($ z*zYnb-7?M&y245sGOCqk1B$slUYE*hni2h2u>0Ixm4c|4cYMP!LxgR?EaF?A-Pa~` zM0Xx-QqYk>EVoh~RWv`pLyfr9tl} zinltJls2Mj*E!K#a?Y=b?qsHUkRKpJztIQ38>Bf?j8Ym53=VnPeSvLNIdL~#DJ3iB zyEyMUl@HDtq7p}@NDmlQ@M{V?wg?@r7};Hwm6?CMGP2e+u)T2GNK8bR~{J<$6m6$d#BECH5~7vvBA= zN>ragvEzj#33l}d+UXe-YrmW+pjPi-|Gu^rUf9ZrYd(j?F%KyEt-azBEj(&VfYwp( zPu|z(38bE930l~k4;@F}A@6HQ&0LE5Kd4ikpgjlgMg2OS-W^H=v(QIcId_x{gZwjt z;t3$XRB`DKgR1jw3=f~LY;hDk`2e1V6D(5VU7CT3G>4Gj1VK{r*Ipk z>OXYe67~j0F9YE3g|1)OIhKH1qLrr{m}`a!{jo#w@q|}X?{l>vT^z50o%bsHd}|LL ztVgBtGa&bE=JKb2+|Jb!oRs5fEy$QP7w+*T5$z-6ucMc@y1>O z*rJD~GO7M7$~nc!1s{!DxwV~M-sPsx(($UoLag0612>J_R?3EOS^+a)a+PYQ;>yI@ zxiD)Y1C(|~N~f&rH#_^{k2@>l%_-M+vD@KSljbROU7R*tY6`XFazLie=8u5fWdulp zLx1JG`a+IbeARDin1!-E3&=|BOaPkbdsk=CMNhAnrQ?zMrr%f#Xh%JH{XWod-`(Le zMAzs)74+zh^f{S}B#72#KDa)YaR}v?b(r>}{OAt&;ZBYqN1HGH?9M~I zG&PP%Z1h=t{Rl6Pia{@~v|j|mh&I%nw7lpV7q5dr0P^GLE18rMa<0H&7TvzIpl*{Y zQB^Cun=GB;+n+cm;m2*JyL3`zN(NPC~7 zF6BA-$3I^F{*DC5_||3TECgVxD*ul6U0U6;Zu*9m28i}Q6V`e=@^4fq)9E$-WhR35 zmf!wm=PWXM;eY^pzx;BlK0f@@J^%SvRwp|>D&d(QdfoU-tTYSeu@@($`et>02V`y{ zd3^&i*=qnO2LR?Zguc{>e%3Sq!7MBjMc#Y!XYKUy=^yV|GR%KvlRjE|BcgGIq>K1! zk$$=M9k0z}Zoe}#U^{;^x8IrBLw@}KC5bV)#!E>~D?sH^+75OUht}l2kPO>y4D3&Q>P;Bms1Wy%ehE*g2Yf`*H z(`s1v&8S*=*|jQjR+~8D96L5ATtaTZ@|9Ifx6fyYfjp{~_+uIgRCtzP_o8nFu3od% zy5AXwN{6vMTil_)C^ljuF*$dUm7m@}{)s=~nHTW#c~VMgB)wD9EIz!DU~vGI2Ti#kqXNj8J(tjhLu zic9y)Y0W6>{Xw}&LCsduwO9eId`;_Y&)bGp>1}a!MzvAlp~kptw(iTWUa=IrDl23o zB@$G6inU&;-AdM=4jIOR1U92L-=cNXgnLOB&Ip&yz`o3P0eVB5gyt{a>V9Fmn-!Xu z>C~my2Ixng8s(WTs431?#KJo#_3OzU^R+D?ZtipqbZEEx+dYUj_(0}x*86FyHsKIl zMD!k!W@{k3UW^Dy*GG=2w-c)49oIdEhCp!5?>&;#%U0fZ0gc2VdLu8-u zK3=Ao^;6@gzi>Cl5sv!Gc?UjQOW49%&ht_H#C-=#VBYu=_AuH%>U#M}TQBL)@4x-l zTD}h%tq>{mGlO21{}}xujY#Z)gBD5qj)VsP*)O?UQlpksT%jbc-i0I}{Ns4IF$u-- zba&sSoce*EGY7g2uRciE`V~{YciPOMdks(Om>fL8E%Nq}YCsZ`XCL2Egq9HQ z6H}43=-JVtHAUZsmlUqY^>C^lDMZUGmi7f7aqJ)4%iNI|0w%vKN$yMf(8C7Ho~hlh z=|g{n&XBjevC(6mN%)^I)(;FxC0~;7)EjsgA9eaWntZ|k0-pSylpbK?V=;Na24h@N zQXDn4umjo8K24)2d)%Gt%slECJ&kd)+Z#xv;dwwn1wk^tj4y z?OE&{M(e|w-qN>h-`?5l*M1x*saNl10*^D?ew8=z3G#9>|AnKBhn?Qpj}j z&bF+=s@xnlc|sMY3)KDOc|bOa`awHz@eT^lMURvo1#y?YUnye)tl6O<&4wCoP-k6N z1JRxFEZdHdk+~VcGpxW`e7CX=^dUwm25gQ_I0>k$Ur6yZYCX`rG9sO-P3@$Zk;CQX zSOB9Eg^(ngkks??$p;cs8_R+kkM>Dv&%=mejg|C$sGe|V3oNLFagU)0h88lH21NtFl|&9hCJk zH`S&PnPxt4NtocsKCEt40;B(U`QHpb8~yU{jJCvcs4unPx#j@dV-#NV%P2Bp1H@aB zAiGCLuqQ|0w^-|6zJ~FS;i7rqADz%xFl@UEhcWT!+Qm6Pmg2+Z+YZ|6pRlEA&Gaae zuPg`2SZbTYX6ZY>q*q4dlhgOlgN?5qr)h~mNd`TO7jYIJwesTEYXD0qUqkiB@Geq# z|7z8XCny@CVks4YA05FSw3Q#^%c47e5qQsj#fHy4+3=Hv4gb-0@Koi!Jd0InSMmBR z+i<~y#b@XwHFu|Z!k}Q2DbjxHJ7uBRUER$rCsN z5z!kw+Mdb#h>hz|feplEnhhhNhb}dOhH3puy@t8Y+&dmxP>QH=FfPnpJlCB;;vGN&$8}duBHy*)2JcSiFakRJ z80QVVHPVRf;XuR!AKUo!LaDkjIB@ z-Yr0vpV})wqTRu&B;DI0O1Rsv;bU=Nb}Ewg!TJbfg~c@P9^Z8ND%YL9wER+t{UHoo z!hq^n--LGDu&Y~Ughx_UuoCD*RDi;D=uJJQvpm>QI@}T4j6Rb{Z|ct7#mIOaADxUD zhAfl1Huew77SR;X6;cu@#}i}YZL#47nj#1~>k92-V1Ro1zlY@ovwkCd`D+cn4CUJeJiYdfmQG%5e$QxU+`xX`FnAf%uv9yRa`dsgVG9gPXYl;gW z^MqJbXvX4mzABxxh^CATe@2J!4Ij*5p=iTJ_?v+!temeY*A;`&+5dBoTc zD-Aksq$JWN=;bi_fq&f) zabh+ece-<4TEIA)o76681*qRQ796P+2nZ6HJf?oAomt>7g|M@ThY!Dl?}-5@?SsB$?G zyTVb=B|G7(d2{Bl?KlQ{B=`&_@cBrRlo71h;Oc>01JDSy%Eb1>-(A`jHNtKxV-VEa zx+e|@bX(;%Ph^-B30KFKGM9AE1tORb7T?zXl%uu-v~W~g#O-?Bb!SEkcwXxl}!1=Zb0z9TwQ~+EA?TW=W3)& zb%@E+>O7JVbS}aWRq-AzFPyQy(WXSh6D9U|{_?-puG^j!Re$+Ej|&lWeXGuKn^mR% zsgr8-m6F)}&>nzT+5=4c#Bi48mdD<6xJ10DK)s&Qu#lFz&)zkTq)6k8@am1h7A?D| ze~$sS1*7GktOHwmXyT=xM_?bvus9S;!AY>e9$va9&#^oG59#vAmqSI}9Z&ezP+N3y zP2x$A>=0A1@s`@vr4?fP$e(`82eFoXka_hdo;i{zzm$<{mI!40v!lo}a>SV8z|k-q z06820J-JNRk(3oqgkUhE`*HEb>QNMPB0_9tGRSl~&k9kQpvTZ&k~ zwTIse${CKPfu<5K?krLGMyBXOB-O7TdAxm4bTb)i5G4JsAYV% zyAwZOyZmY${(4$CRRY{J1QSpJ8f}34>n@kVj!(uAQ`+7(W zT>seRlw5LwfNsSX#$)o?5tRm~O(c1onwLHD+(XNreBCh>tt@l~;)2I7>OyS*t`q(% z16f2p<9Cmqs>J1M&meK^6R%^NO}mTTTBP|S4I>noyOPq;ysn@UpeKcbVKxp= zNbXp>(6aiO-5fInR|QC1Z48sk;xp~v2V-vrYi8Ds=U!L`CNjLwyod-??51LS{VYs0WuvI8HoB-^djeP$sx6mb8w#Un>(hPf zR&cYu8=_L3LIQEtNqle_OI)Ss6+*XAr*>gm9K@R+(sfhCC+y`vHa$~{>)@cL>&?c- z|MBvl>^RTczaRZuQhihu-_y#k6*AhRvWM)knP9G+wAYcYy0&jrpdw4Qs6cN ziI)mtvE-8eS&GGe6x6q{jOQ#Qli@@#K;V|a^ux&eZ=bkxz6sAz*kWY0?@a?}Io5%6 z`d$%yt=j<`4T!)a^*ky|_?G-Ik!2pD{(1->u_x*4IR88_yFk~sKt}Op2_I%8P$NHw zuf7S@EEPygz|e(&`TA@@Z~+I?pqC^2cJ&vvNq;uO7yOUr_*Z85-ge;IIsVxU7Zn6% z@z<1))llN@w4}-IH^I3#X>E_Jx zX|(-KKdcU!-P)wD%XrRZ8YYRT3_x~*3q~^>vi+8Xr#%-k7ox#$SVZsHW@}(*C9O_~ z1Sz)*Cey;c_R~No<$1dj^R^;^I?X$kFU1pDv|h#VDB@nC*mUg5W)$3vF+66s)$QIS zXh5K)MT+q%p4S|DX{9d5S#oJ;t|s`A!OXO7wzG0YXeCIHO6^KtKS~FgMemL}YO#7w zuc@E%z{Z7iyw4TRLY+kgElpgQi)#?)UnOf8Z>?u&b5v)7Ad>DiEZ^H>*Ubm~!d78T+|GA!He8#G16!@zf4uzf`k1wC zSQT%Y;_t8^GU{hvVj)!@_#=6GOpR!h&*A1#>iC|!Oy0%tYsCIvKZfkzYguPH5Q*!X z)YMHRTG&q(!22#uR2{!Re2<$&{O{kR^QwdQM+YBD+hotyeq5iiO(lJ+4v6bdzQ>DC z{ov;SI*njC*fZ1K2dkQoy}z^EVIc%Yy=2d}WN6 z3}EsvO{*{XM!XOYzWCQ`)7!PL>kkg=zu^u1@Lv8iuV5iYS{OIKC6XZV z8i#~pZ1CCZ=Y6^&21~?b{8*St6mW+Zyx0(()@Gt;@11eo_`xyg6w%hKy&^T3ce;|5 zr{A}iz&b~Jy~}vkIy%kGw%3(#in0{o&fyx~$z74_bva9T9bBfPM5U=7(0F-px1n{A zf)G3RetFHDLt_p%zE}%kb1tI748d_Xvi#ifzT`LnL~AsKuXp9<&|lVfu$&$q z**(6&h~ZvhJ1EAsaT7PxF&b(HIWAoX`mv76PE04rDPqBr?sK|wj3aU{O!gGPMD31I zscg6_8Em6dM|ly%8!<6Wnv5TfpTXRTf zDmt&7wPg5Pl*R7UO0QkZl)x;8Qy_)-Za>9R(O5+9F~+NXm99 zAzNGVB^;5LEUCD>IN3mfT#R6&@|egv7eW%s%bp);6X$P|b;k=}2L!w5o=L7~o+!aF zuzS5NvSeMaZz~GBN)Axw!fntldIR4%LYCjjMTm3(TJtw7_pbXETTcnX1xoA*y`m&_ zRKgr_;^XIEQ;m=JxqO_@U{6j5=}Z&0 z=-h5Ken@8LHV>^>UJ`LtOOU=p&^W@~y)v^C%l4Y6Gtgcl+WcVD`HlmU)=DvZob5w~ zn~HtMeNSfD4FDAFxdrz8?Oq;u ztH112=HObaFR#+h38+1B@`ScGiClm(14T5HwK^QFPS(h=z6c+n_ytGm!~ISwLvokG zYEmsj&vAvh(M^;g^;OTQvyqfe7^^H^tfiYL^%{l==6X1F`EYBsB`&ZI?pcD#$wk)S z&H(t&Tj!e^i4P(y`uR;2iVGgxdzDmcu^u#mHF;%9TY9jlJXx*serh-jorARv$N9ae&V>j22-^%hmIb?dOF@^$Xr<#ZxR5Rt z@<#+#Y26xecrz(6RaI4S-rQ;CAgt%4b7{0K<*w{}__VvW;BDUc^^Wog-z$jG@o!Qr zsn=bb64eRF{QBOM!-Sngdp^3S)zEA$e%0Sc>2|?wTyTn_1-9|gONWwn)=TJly<<|y zsn-`iVG_uwPns3_rk(9>d=`+?eLX3gqYhs;d^EQQZ#6^i3qEHzLDFo}IUh_e@9yT% zBhwj6ijg2Zg>3kK+Nf7W&TOBUxc)3#Ds_rPTXMHFbX;#={)8&kD9XW8ltv<}Um2 zx?Gp<{Eyefk0&&s@a#>=GtdJXJd`W2l;#kzrX@K;H-Cf;)i>j{dr%d=doWc>J|~!V zcC}%vU^ca9*7(v@`8)KI|Abx^i`^25_bNB>q3g{@*2R-TLc5N~w=&K^s3k&PY(K)>!n1!}bO#p&<%O|`qrJ{@X=-m%F)1R+hi2UQY zfyVqNM*eZ!kDQs`9{Jn2f5-GBJ1TW#jFxdnVA%aGN>&c7*ZvO3*i)@@&0xp}9mn`% znovrHgJW&w#wk?<`_6MZpLNrjOeX4xG|H8qcnrx6hhk`ca1|gKC~gzAbBq{MRrQBv zHL;Ufu;+539CpRuH)quKBu=;CHD(hDJkV#UG6Kv;)@Dm3s~3FK2I@j7-iF+}>nu^) zZA`%}kYXZ{N}g-4^CHX;uY=c2rjO8VJ$BQk#uA9zs#55oKuWt|Qibb0P;Z>>jQ4_) zTCOixh&uTduq=|4?PM*E3ZtH?IM~)wX&vVye5oW-n^Rc5yKC? z>lTfv9k*M4IGh9_xzL^I_GLXW(SCz))ch>KU&^Q%3b&JQzWaiI`1bcXLSQ&mvfU#q zq1(&S6axK`3u`1S0$1#{2Y)`_r>kLtqcXN`@_80flNYX1z9B;TdUr8NJS0$lv`-=I zYfYuCYWrRmH@Zv9#5I7FK9ARZF8k;y8zHO&dA>u>39>(ydLTvH z9e3jUw%9q@>TK+9`(0SP;F1lWGnLus*3zEC4w@Ot$8g%5_rg6u17=ld)fT0@T<*wj z-H2=lXZrwCyMB@RRskn8*VRK8*x?U4mDy?X~ezsk!)O-RADg)KZe|#?Fv)i z%T-bzg{?5|mwfX7<6WA+ax49i_Y@^FW-@X1D8kDT2;OjTTmM^cf6n+mkRrJA47yFF1;j z>*!7{;rLA&E!&)M#U_Ut$U5ogw(idej@r`>QfNJuc7T||goCBpI=Nbn@GcNZ&J zciK?tdX|M!btfbQY13db@LDFemrlRHap$ZqS5Y2LZ+#jz;s|zx{DOaH(@^6_D&_aQ z;!nM_@dKtxRsc}4A#}x_S2E^4PyqcOAj^EWXWp%u*KdFK-9M=275h-yE=jN)zv^JR zqz`(l80TAJz_D}X0IGM_bbA8`Rm8hKa@h4?5G;HVdS(;GrBN0nkg%InfUi!1tZ1do&1>en07!5RbsqMThq*)$-{eG|?QN?OOU_T}qo%py zZ`X~v-)~KTsD%DPTTs5x5bCrGt9lnxV=Gt0tzPxRQ8VfdR}#IEwrG89v*B>YNdt%$R zGqIhCZQJ(5PM+AdZ{CZq>Z|HLed_!>tM~3*UAuer^P5s+5x_aI4E8f0v`C8R5Z88% zAbt}?Q9xUg<9dz|&Hie)ybSDd5j0;(zO^z-VyC6yw+Bft#_08u1S($+|4bBUZY4)_ zuLFy~s!y!?lh7jH0ul$J(g#eS{%g>ceoYLp7%VL6=dVsChyCuh_^&on&+C~cieI}~ z&I-QPQMWJ4EbX7;9M5{u!8^kjC~bQDy@UG{wFj^@T33iVhyC~um89Zt8AE023Ri?o zNK6vI|BPM#xu+wz8lhw}rRgaUC7%bnAL|THP*qm}P1(eScl0DacOogIfu1h=$gloX zD#=3tIYurDG1uO*z#ony-8Pe*HFRYGe|78QUCguj?p_>PR}@8Nu~ep|ymblYw$iN|~WNX5AmGh74MMSI9)_pyex=Om3ko16N0 zr2J!71{oZeyx8n&7Nt4sJc>F?oAz$L9B#(~ zy$&HF+mu|z21fO71U{ag5y%*Ec};%p2o+(bOC0h#>g_o#4?$#mioX)ug?TfJY5Z<} zg6oyA!?)dNaIxECvmG=|iz-+vT;VJRv+FFXkLm;pC8LcF%Dz`MO4_hVuv`&Q!)R=R zFa9h^3^CS~h0#cr8X*A-9YCj9Z)y!@Fu+s(B#es8jmY%QIB-6)yyCrl;%^*Aq^XZ> z%s~Fl%L9Ej#wmf{4oXrTZ!y{b^rje#Ll}E}k$1a}O|pfvb{1Pp{3wR*@P=84a(<>U znc-660@*-(c`FEd>b+C-Xe;S8mqN6U;ghEmzNqofWt39CtD%&yl4qiQH>j)N+)*E< z(qkIguwJPM508U_kDBI;cYpKLK+5s+jzImcxwQ3H0~x}{q`xkhYtHi}k7u0IWMpy9 zCdui$b#-y6KQsz2snpo!ZY{z$;wG<^=E2r?gA24bWcLc$Zs$)c!Lq{)|B3bR)`PNd z89Ze6!Mc1DX23a5w-@<54q~tqc z3w2#RJcK6u+|n$u5#ntj%6cgI_$%yt;Dn@uLl>}L&O#){di;=n_`m*=t)Ey!9lw#z z05=5g{Yv6n3iQoJ$FJH+Oq$o#-Ro-WDZtG!S+GsZ9ck{qI^I&tGQbqtZ|A4z0Be0F z3Lzam9L?y$rbD){v=NV9XJF=DhU=! zCr8ynD9q%E{qzG|qP|->$-4y%#MOcnjtBkGl1)RC)4sVwSI2 ztvBk-7c}(kHM^A;D&X~f8(>QAQ}j4(xhYm2U2He*W7zR3do^h8i`Q$_Wqc`$UDLFu zaopwY=iAhzAs#%c4XdTAna@ePS6+vw@LhMLJnHSLpDWxv+e=G5KM@{8M&Nb27xFc> zR(518@9oZ0V{}R=nmqV+o0HGFGrJS!j~>P0u@^l{{hIZz1=b49ibEFlsjW9>mR#N3PjquhzOn8Z&dO9x7B=e&(}+%yW!5rlY^Yi&gb5vY7c5ttOnTqdz)nl6{+%+taKYeFc?M6*wlVW_FXFgQI`9I1yAE7LtKX+A?ey_|{u-mUy_~p1y z2}Il*8t>G0e_kTUeB0BcVE1Y>bX&%7*Upco9l7dRtA7?-xmK`Mt+Wq&!|T=D8|`c8 zxLj?r7fX8yFI3>MSi4o~J|AXgoVt4TC>MHKEv>L5Ws*}YO4hzkRL1Q1(p9?&Zt0an zKU!;i=S@J`cCOeh9u1H1vEb}GZRd-`$S>*HrmR&h;V_iA+pXUpsv&yyU9duI`4kIqM7F5Q@c(%x?b_FIJ8!)P_^E?_{6tl z)ANEqb~`4|n6_>jZnI*u-EPrZ@6=W1aV=k{79VV}}5~K+noZRepKi!^+t5D&kct7Ls;~)7xS(R`Gf`Ste<5vT<)ZPu^zwNyoezUe#Xk zsWSMyi%MN0Wwhol)z=Q(a22|Xrq53$Qg$J)jxXB6?2n6#WN zvXK#@h0Cm?WKa>9OoZ5-W>lEgMo%Tz1ZHe8Cv~vOoUT_()aFGe<6jp)SY)h$7P@|1 zdW94fJ&OW)D>cGVpl$M&TSv+yq-Jz?6s1?GcXyOp@G^6|oNIH{IKFvH>2kY9eCC-g zaf^Ln1)`=mKxUeiJa}-oh>DlS))^+uxANu8Zza1JeIPZ_{d9;W9aa9FUm!p$x)y0GUB0Ma;EC61ZNVQz1cW{)BYUpv$AG zadUjOl*=kKT}oPw(&>GC5S{6!y;5{AkyvIonJT9*e|Gb*z_(C8@He)4g@&crE)HL+ z`|n9&;x_W~d2)gta1?tB4a5pG_K2Gd+awwcnY-QE>0ok4b!N+lf0E)bLq9`apFOO4 zSN%0gJr#jV_+0(=4x9xBLDqV;Id=hC(!4QFYv4)rl%|5TjW`VW0ZDy&Dg9zcuswn2 zh2yLGh(PWUUgw17hoeqO*9MB--#c>q=Msx&GeN@gOC1+`2;ea8@X zem8XQ4Bf*|(lFJLY^zx({BK)omGAwX=JpfLTPN1F!O>z)3XYa+xZ$3-Tj}{Qi27(-HRM$7P5-o(SC@*Y--`15t zFU$H-@vJ0bnhM1?W-xiIvhmnL?@HE`8Y#1lC8i4<(B`ZPY~2>+d8|0Zo{{i?xOReV zXfiKUZhBAh$7r~gsJI5HxMu6CC68!b3-lxOjzk&U3p6qTo;W*)M#k%x~vg3DO24uHi)aR%c7OW4i z+L03Mh%hJXWUM7=e(1FzdXCj?jYo%Gm_x?<>=8Dn2Pxq*cdK&Ao{~iS&af6&dQs&} zYa+l-iFLdwo!v{hO{G;Oj8YC(568Zr3AhF&x~^i-0!R~^6_oC<+}1TdPg#8uD>LXE4RbcYPp!3ej%Z7>@|X zgT);SX9Xmjm8lHi5RHtv4nM53#~sZZzUyu`qm4kMPC*g>T39`pCHcgV-}gkz-7aNJ z$W?!pu}v?Yjh4KF!5i6x)y@dACpF;>td90X_tQo(ht+Fsn%CyruuElt+8$w3k*xCO zCNr57<-LyKPNV0|%mGbvs;8PMv*@rCXDm<6;l2iDf?MMkcrs0kG()X03vZA$N6udm zRTnhV7mHca;V*YYo7HQlEy;7y?KkP@LGqS7?sL~AB1ErrG$2$IILeqVxj4Au-4)S4 zsh+}|P?e=3R8$9_o%EHujkQD19A>p>1pzC6yftOK3 z(s?>|#eJtc?Pc-9v|kc?QBJb6kZ^rIhUj9#fcKgo`ynaur6TbqBk`pp@g*VgWX9cq z_z&X*@&OV82sBVgRszoKE#Gi;NgSjwV6G3-fR+&f6Hyk393&}VybslYdZD<4w#|mlo{Wg8hd^k%SxaMNxnkqo3D+zX8L*41-x0f_cIRgcc$dNG8y<&&dG% zhN|wDCb$no6~uDhrS=hhNNuw2tjiia&;xxZ@+z1OL<^8kplzR<0c0J@D)9k~AFccz-?iEzPR(&?c7=)8z zYSay-1Kb#B9Zo6_un%xHm^^Ul+!x$HV;>hlrl=QWhUAOQ0k{py2lO{c4|oq~52PQE zADADA9|S$9Mu2{Reqd!E8-N4AeZ%7b`U2Vpy$NCm>K@Q3$p0_v+{w2N;+^>7{}Agl zNQMUvBj$(0M2H3wcf#Yy>?{s_ult8K;;3uL8<3#hCrKkK=tB$ytCk+JoD@jar)q$G zR|?7!kkK~^5M!BdISm!JQ;}A zS1RbADHc*`5yF}Tr2%Rk(A>vuz*h&n3S|Sr4yw}@yE@@Ij2CeY<_6r^uI`O=1&IIz z87R_c2!Oib0vvMld%d7FPLc^U$TSq_G+*zk>?&+iL=E#;yD8`&?@t zuYa#}{0~q-Rax5Z?FeJX9r6VE=MUg-z@LG@eS!u^jF^}paNuEv3-}1pfj~}?pH_n=avvMeJ?WaKEADeI? znxnJRqAyJG;8Vi-&H?ShE4qX(!3rS=n$Zr>b*P#Uw2i7eZqXAxeVEaACdw-iGkn6K%Sz&E-;{18GbG2+0X^}k^sMpgFMBEpNHBt z{RdlNf~-Kg2z&4rq8_|e;EVsD8_3tEchZ1J^hEEbc#?(yDiQyMdjqm2h!7w3Q3w?W z?Ahm7qyVH3L=mXcX9<9FK<9+?f%XB<{vq|F2f_&afw!+!nBx_p;lJ0N=o>|d07)0z zZ=nwifChlt0p7D0dh3CEua~4N@CGr219@B617{ZxKp&6zklOJ>IjFB6@`>~W2_d;< zLO3AQXJ7y|FM^B!8U{)dkkChI(6q=913W^^kFe`u0J4V?C}qKcwfnPm_ZE=k(>ku; z%0>7g%!v3U&NPl>ww&@81EY%Uz`yOAF^SamD%r1ysa$brQ`u$aP}gjc?V~(&WbJ=s z<1nHYh#y?NV1~L}Umv~-cv%{+Nxq}m=JQB*okKC&ChVfMu4N|(qZi!X50=;T<+KQ7xa3$^En#dR82nBP3$H90|tN&inkTIKuiq{fBtXme3%a~BJh zOYuSPir$Ns@#`oxiG0d=W6X${ktV`l#3vXhAYZUN9}H zLug!C9o~2;dJ~g}H@0Sau0(2s8l2nE-GV>(w8rfq0Ox_k35N^J57{Ni9uIl|A`xgT zi0^>Q`G27`u(2<#1%I@Mm^*H91+_h3Of1sJ_UC{bgo(e+`lH6Z!?K4emFv zAFyBZBbZx?)o+nAj>z8<2kw!Zf-yeJ}tOgW>^A0TC0nI`Pv#Hgt2`1&?FvKsI1?dADQtcxVhX<1M9S8j9cnSCo`0vvt7L+1@At0%b3c%{{pAZV# z1J(mFlf>T#4j{gPcYuCDe?fS`e-S#Rx{x5Yu~J!87<>C)3>-2HdVeAH!u$sH1FZq= z1?3132*~QA1F$~*y60&7GQId1xliYe@2jE$gm|?|5|{|i55tSCjCK}#~Yp_Xta!V zE9K#ins#Bl?W2{LHM&RE0-^;;1>$Ir`rcHFJ$G~5nnh}IGXBk%R_!Qwu4vp{I4mwP zDc5IK)C#0i?tnO_SA?K=fHY@VfLp-M1Z@Kkl8Gb6$NW1(=WW9fGx=2eKh(PmvcNwcTh$PLXIwEK>9t8T>i#>5p%nih&ld zTX%(A(8yw|;fW4yEB26Oa?jD3(!E9>Bo~Wm&6|^7*$SQ7>T^Lqt1;c=1BA6hZZUQP zD^#X4@>Y~x8Ls4z3_OtY;^iZWy)mW75PN{x6|CTgU3Qety`VCthPFo$nXq&}vM&_c zv2?!-X^>tdp5vSFlH<QipY7p61+2xCtYg=I{)Sj}kskvwua6a*U7a z$c_12YryLp?4CB)?;X(HM{ht-N5Bb$3x)t34$O-meCq)>a?gbcOODC0VZa*}6lZ{x zo93tx!P)vzxPF`JXg=0JU-N7ypK)hLUsodgntpesG!zTm_AsjIkn1&-LozwSdo`1W zW=!3lQiQ``ytm~#A6tH52PUxlH5gmIca=t6Qn67|ah}3klKCF(=Gg7J!nL$TRn-x7 zZYvA_T$RkEFaRJi*4=d0-L%}IneQiim`l&Rf*-mA{>`TQo9;)9|2l=QGMA{!+PWv( zjxIWm2Ia#FP=hzo}G&^1Hz(`{iQgeqBSSp&tvUy8*u#bM;Jw`rZ$u(nmO>poI>>vIyA; zg%P&o)d3PkI1!Bk1AjS^(n8Bop^~4{&~X1=DX2GKK=swpT<&P1JSE^C6eQvRavUL+!#5@) z3~Dc-n$VOS%k6kUNx4B`14vs-OY4^_m`Muxt1BsTkiirX-9U%42&pLkYgYnnk9{TY zmyY%R7Jsfz7k=s_*D5dT9-iF9i>@N zs6SEWlB0bA0X6BdpA0j)5}>K4$TSgIlZh5P&>mfqF)B8oHOp91}bPMLuH zPSER7Y{Jmq$2BZ$nlGg(SN`VrsMCe_1{fmSy91RPwpx{PMe?ijj=Yn-sWdGL$7cGg ze>63^yrWpSl#py#2xSAoATqM@1Od&INoYo0tACW~zhWq~Oqyg2MJP}2h*_s+E!1y5 zSrx#x#44TT0@GYjW{Dzl3Q?ph0g_rB#vHyO>U)$Hl?(P^Z3Ni^K<^U$;7uOlwBw4e z8-MdQ^c@3~`u!M~PjC;JV~C9IckhGuBtuA&c9ls#@`=E>&!EvW!Tz_YB>!QG&c8sn z@8`LKLR2EVgv-t`f&^MT_Ke=UM2-h)~5&2A&)Uw3(EldrANht90)lUie- z>{M1D+y%lgv1Q)^u@vfk!XcrJtU&-goD zWK={FsMzqA0E$C_O{`i zC!4>X5E&4?F|U9mg%{+>=2I0pB(^k?s;6l`mAJmm4rriaaL zR`&q)0qo&x?pb+nnZ`@$-A;DaSwHC0_IY3TvjM!Ppww3$Wc%~wlvwL5u`zXn-u0#8 zSF!JR6Y84rm0J7C9e?1rNR9w(w?;Sy+RYC2S8;_u$636UV9F97Ef095fgb|87YU{IV;7flm!dx|1(s7Ca+*;qPFC4+Z|? zq}ea!oNr^TZ`;PV+QFNx!@hL}AP#Gmzd`XhB`RCKir?QIf6x%Fdo@3R(+42mJodJ? zpZwW&o-d2PO$#drz9&?_mxQj~Men=aQ$ zicG97m%}MoiCCX!)GJ-Z5w%Y=vsbFZqq}^1DEnofR3$ngOMIu8V-o3FR|P~9sJnpiMJr72ij(Fl>|13n8cBWhE#K0qw#$qJn{f#@*ri3KyG<)%XL(U(i1dhv@FwO z%dtylyhT?CN?-D_jnTX-tvq-0K(8qX(u>^42_Q0R!G-Vtc5LbgO!S4-t06!awHh~Rr{64o}$Ob+O&WKAfAI1$x{DG(7 z@CMMT_V)<3#3de!0|I8B^n_A;rrX(m#(WGR_C_Zkp&ACxGuT+H!+SUa$h12702yul zbSnPw6X!9i2Z5j*b{6-MgY2KCg?~n<@4t96`z=T7YNNliB}O!#nlr9oBjSuPr^uF=o3%623B zg!5wThL=6;_q_H2@vCu_0I+sJ?t#z={&&(Y__&@2@OnY-0XzxGVA9Rih+fYRP|(zu zUp^0iF9qUDpu(Piu^8(kytk{>`+SVGUQb*Qn`Xrm;Q3fBGnpq2U!^ zzY22GYD2_e?K_Gd*lV5};BOGsFVH{+$X!*wnYF=sVb($D8Bh=KH_Q$4H>K&$1J%aZnqfUjnOY~$+t!gb=$*}S}(BK*!;q>qjSk9_K(NLU(yatKFD4$zaxF3b14Y+ z^^@XmVGoQyh{Ik(ngewZWm+SflcMaWO!S#Qs&}syiz{4#;@B?oxHiA=;Sui%`XpZB z0JEj1p99o*j*%kVt)9&F#I#MfeJS=0EQQPKvK~bl^@>pCborZ zU}YsEK!IRpXt*WlEw9QH6B zKQ>nDE9MOzKe|s^oJg*Mv8JzR9aETX^qfXK(;GCixWCW{CgDiommm``ucRy(B6?Dv z$dJj6A`>{TtSmSp#)(zPSjmD-6<{HrOcOTB8kl2$;W(c($oWs*-=pE*C(e zsvSU4 z#C#zcr5;($${ z`e}b8ma$!zvGnXcf_G!WI5OnfvtG~#b>Qt;y0&f*RLo0vb;I0owv9b%8AnI?bM4-T zK}#=`g+?!&gpMy@gdi_VgAmqJepKy8XTk8AD#7uZtbeTak3Ijf=RX$b$Kr@Np7ub= zMd9VeRs}yiqb?J@!OER8M%Ss~0^6hH2Did8c!ZBZT%&RUbcr##ba271kw^Qy#qd3H zIT5xQQ#e2zq!T%_J0scsNLH5!60Q=JZ zfa@Wo4`zs@0oV^Q0A%(wZd&)KUw9nhKe}JwKZ4s3zLY)?zN9vRzG*WV&l_Gq=V^9y?D!dx+kGzL7rrIK=#K=$L?fbl|{tkc0c& zhYcKhFhQ>9!h_z&3;{h(oNc+dz*h_sL6BogfIuf!k9b^AeA>~V@G(a~z7wxUdNvR~ zJw=ejm=qwviPW5N?U9`gjL%>mL@^fEk7A1Mk(dqsm)1PEbc_p7 z?nLjAnGN}u{y5lt3>=W*MD$|Z4wX$N06d!*)!%sdi)zbk8N`xKtf>9*Pg5$<{J@*4 z_9U|B+B#u1T11!CWhz|8ShKqH1zmX2Z*b`M19QNq6WdF`Z%}^9Ny%0=9U6f&D?IEW zopUle^!52JCr~RBnSHH9UYQZ;XExQDq<$Q^L%EVWGbtJSsNL$YR;+D1kMP|bB-h`G zt0>|Z7~&UFzr3aS5zu-QjWF(JrOWJclDvNk=esedaBOnB2oL=hmViz4lOg+e#zX)z zcgRiMw3maDJ`8aI{(YJN`+3+eDYIbzRId011Sh`~=2pcSHIn1Zg!?QX;SPHp4wHXM z$r=r@fds90eZ~3g@PLqA23c$F$!|u`HYx>a!z~c!^A=t)eoBQTL}{Cx7Pfyav+>_+ z=HuTN&IkTaX+Ns*qn=X;@7f6UbZ~QWdl-itPHlKDQkiLUtvvvqg~#W_9`HzlF~m!P zam35qF+|&WvnIK$cg!sIw|aI<_L(rt(G39+n+CQR8`3QVP6e~|evK(YKc(D&C5QSt%vc)C)%} zI2z$gPX;<2*P7?H)=}S@Ue5gyEd1<5 z#Vh!TGc6PW&Skze$gYcisBS#A8z>2!b_yW5briw9b)^9c>ni=F7nUbQJXv_U#kwOyIN&0#e6s)DSVJV+kaud*8f8G7|ezT;3M4>+Nuo8lRfi+^rti?aB(YXIXkr)>VcPo`VS~PEus6CQ!&TyLAGd3z< zEZMm#IvFFc-R`5%yv7WnB1S#z1q5l~dCaRhySvG0miKo!1npScfUAJuYw8c{% zJCkf$b8a}qUUn)bH@g)?H7wINF<4)ci(DwRBW=fpTt7n#7=#e0N)UY@K?_vH8lr+? zwru<+vxs`6UbkyRvu)y{Ml1%!g2*Txh|BsbkNGulBQ;nGmrITU20qsom!&74?&xng z;;WpK|Cm1$q)_P$U^$by(RxIC$>vsw684pg3Too6rO(^xFIo~KV^{|d@8gJM?J{wB zSN9F(7LjTtP(2}I0p7{X+`;frWL&G)vnu znkM!|h9-8&oS!0P7q;wMx~G*p#NyiZrc=E}OHlHBj+i_h@dsOyHw3oMO26P&iTKxd zi+y8XHngXOCgKOzG2GK6F3Iy9TkdhYRhPtsss2oCI41Zot3-k5O!yVGBA!eLKJ9Y> z8(e1KJ+u757^aw!O!0l$!rMiQpdQoO)~))sISY9iv&b-a*(LN(XZX98YD@u>MxK_v zF0M{%ntq*nA04SLUK+GHozOq?zN+ayZM86slMgC})GfU*3#O1|jK>Lq)KhdElA+*3 z@al$vaR^F=LWkiMbpV(_Rn0MD&E;t0BMHigk*YXV!(n`a;sIfrSan0gl##N!o0od& zKaMb!no?kD2Vka5xP>Sw!)kfyMYQ>C=~cAlL82(;Fj7M<@}cSsa>43yr6QGPEO~18 z8UHGVNB^B2(po%9R}M@FOfb%Qp@T_Vx4@*?9toC3ffLyEvLgn0D*p39t6A@{?6&PT z_BCM;WWmjZodc>(5-W=~AE!`7#tCTHGGNLUqrFwrj!b9|G{S<|4U0I$4AGIT%G1u@ zQz=fyAy=m^R&q{JMzHb=<4ucNk_K-RGKx_Sq|~WYMVeTqLW^#Aln!m%H40W9-rO@P zRL-{xSuJ8L`DN6oylW>_FIK)+gQSxZDJWsBdBL8`z2SRy5x|{YpQ9MAplXxWV1s(4 zo+^Chh)=%Uz*o2RGo*e*XZESz3uo0Y-JXO8=-t)`a&FDc4eGul6mMk6&QyZ2abxv3 zef@GOs(q`!fhmJW3&G48V{+K#%1nYO*L#%-P2GoKQpFJYebo_7-AI5Ze?S`FK)ctl_6>@saKMP)++0nQieb|90#|OGTC6weH>1D45jm?{7$Z}3 zZus`#>&icGuwI~UiMyzO-lznV)#IC){f8W7>`D5<&2g`-WvRoxBF$PpY=|#^4{Vh# zAe}~SBR?h0*7H{tOiFblKchYOy-_=(|Lnh`c7iBbzc3&*r+&jIoxi9>XwP!o-mUmN zeNCHRpR<1c{*Yg&9fHsNlDvhK^G|M*TKJA{6I);yw$1$7+e47^4{4KG&{sZKcz~VL zF@7r)BZxVTL-u7W=}kW=W%?v4=pBhp{sqcf(%Xbt#`K98C4{}8FAld{5n>%hq@Ci@ zj9H;pghLZ%iFTNZHrVVn<|`Wgk9wVsLfi^%f8>vnc8U`LT46KwWh#bolhPz{EIXT z48KQ*mEqqd{+MDv)l#NfuYMENgFLM)m#)LiElXnpAbVgSUJ{<02QPA8%rS>%ec0d} zGHL^XYi^pkr#^qu6GPzMJ6CSn8|vPf>g@pzej;&b>#n*IsCs-$eu+AG#Z(4l8cB{L)BkA7MQWCQiBl~ofeoW!*s9bS_1=pbA3X&heM-(Txp+&rhso=mgprS!F)W&BCo&WMy4&MILBORPo zlE|I2r|u81K50!c=yQF*kATp*pQ`;Ajta};n@Fy^r@Z%vn#>+4$Z!=H|-ZT=Mig`X2|BJ+DN16 z%d5~xHvc821Lu8OtLReR1;e35UfaKtHn{^Jr@8TSuMs&Nt=h@IGhT*QeV6?Tw5mLm zQ`I4{&tKQ}#My3=-wx!cPRlB4j8)I+lBtwGDqL4z+vu-ITCiLi$7(t=A)uJrqI%~x z1n#^6w8Tn!ef~{YUYQ@5M41)s0=adAe4Z%g?CF{To%uI@AizK+OX6KxBcO@m|0)u@F-bF zzoL6>VUyGvOlCvxY(Zuf(^^2A(S|iYfk9)QGC|<@C60MY67!%G+tAFm-j84z<9Gtu zHOf6Px6CQgz8Z{s_Xj!_W^q|m0^HI%Q3Tedp|DPngVMUQ;fdWaPiSl z@li4HQHAK(sF+w8Tv%>;*Qz`u>kMP?aLq|P8qy){UCm+PDg`_m)*QNZP zdVc4sJ)&i+(MYKJWlr@!NY>THDK6DG6K6460iLWn$03Hfe~YR)$YA?iTS+VFv7!uH zOg^BORkaJ4tjX!t5`9VO-r=7VEX$v0g|$0Sa3+clea1=%9m1JfkPQ2*Mi2<$rVJli zwP`IF&1)3(P$~z6EHgF6XJS{yC#TopXj`0=5e9(cqI%U@(4*C2HCb`P-aw#%#K^Q ziX8%-gr*aBGi({DmaJZ=6=@sR$f}pOs&2xeRijB}+1;ea)TL8h()NWb?AX{Hi6_+Y ziahL;VCSgH)CILRsZSHun)^869=S_r*8SFL%P@qAc%v>?Z?vIp3Cu8$2+K5zwq5b_GRw?CxTUkS zF(O?lr#iZ^D!q9!)O#Z5+ws#ptJ0Og@t6_hp<-{f739HUZ`B>-;cRd98RUUtf7S?o zi@v=G0e(wcI&2oMI-lJMjNNTkx+FT^p5_B1b%AOpnB8jiVM9@G=_X7t+^~1dspYx- z(k?Hr9(Am_hfYyCtWH8Dm}iNaSwOp?pDJg%eP`LMh;LEIi+)(H5SrFBHHOZ8*}`?3 zo98va9xg-@>m{UmO=PcDQTI|y4d#3bv3RdOEx&a|%8s+xsikLK*~nYW?)! zh_pyks*_T-InhmJbxwMH-=vg1))xwqZ_zrtX=U6tEWp91=4zj zmWN^`>)*dS$+*jDDMSOOw}M-Ar82?|87ykqfFrDs(L7$>){(3Zh_d7ro0;0T`^26mrCp zNs^hbAsCwW8R4$$7CfSiZ`L+>YvCja3*@BM>Acw5tv4curmAG5Fo& z+PKX3s=v0cc%`@hQdW|)*Jf%~S?w8?TJ0g{L3~+HN@odJE-7&(vRDo-tnaiK9yD#Z zz4N&F+&A&Ky?46#R5o?Gz5DQdy*ByaxE2=KRw600t&rfr+RJMjAMl&7=okWBGK%r! zNg3Op9Yb}=qv#m<%;63X?@nysQqM;2T$$u6qemL$mC@?uQ8qcRJC%v)rXD^BA$U1Yz;4WHIA-mohYHgk55DC zogHJMJ01OU+I!|{7gsMkm&q`q4i6`xn7R8iIT_f;tPH)jrSn*C^8PJumYtG8D|KU> zep8mc$;pYgC?8?ON5r^ty9(Xz0O_(JPgH|h;XU?M&l-OUhet5`N0+zWi1UE|?C;(<+R|hSZ=tIC`xz|qUb{OE(%M$KwEa4nzefm zi>g}2UCfYrT58vzU>{GdQ6EJo?O_E*3aa*X4~Ggi<2~A3;L@EN3>+ls1^&9JpAweRmSMH*+{}a z6nb_XNGg9W2`PvWO;aDs7KQb~n)jxZjwL52umL~nqj<{3nUMmEOoDHG3gn-%@Z zLfHUmk!@&qWmstv35+L+k7;~h?=DXmUt$oKCx@1s?~GTgz~jH_#`V?q1XPYISBD?G z4Q^>sZI~h8#wO))YkZQ>l=0ec#8;8%_MLM~aE$x)u>2RP@BuXEBBpL`dzyDPtDb%J z7emMu1_f2|W<6HEyALKnG$A8docP8MO9(L%-0s=+BYqUbn;cpD76EIl<+M?xv7uza7n{ zjhn$nqE-|`3=oYgA`7Jn7%jffb;=g)q3-%Me$#e~qJ~}(@>-E+g0ysIz0Tv?SQht> zHj+ZT8m3k#A%p=pid(eu-@8u6CP+qXtu5qFJ^;g@Q6xZti{s++cY!1Mi~Q9?NT69x zx0{+b?5qW+nv#ujG?ea>ZrNuin#)02JrI*CZN$cV6@wOG~oU6WZPV#H3Dx7 zgr~!gr{nqJWV^9YhjO9YT;lmJ-lwU*y~Hy=Psd0su)nFqO4@bnKEhOqMB2-dT@RCS z7Ziq5Jt2!#Zg3(WXatDi03l)eFCt26h!ADs=$gb;WanSLD%4F}VQ4@y zit^w|_lVAs5CGImIvVou_$5AIC>}0tD?n{CvP=jUwK49Lec%T!k^k%=AVr1JgB3TU@z) z-LfG@pxpcahGkp+i?g!;igVf8HLk%ecyM=j3-0b3+$}J;ySohT?(TyIcL{DGK!D%` zzwG^=v(MT4$bavxnwqMqnwpyKUTeM2yXxz1tm64h(q4oOtnnQcPVlQlc9G`Xa4|}& z0&5|7SlK!9Mc;-<4C$n!OZ7#h`bF(MC^2p4_*Q+XBviWUY%Zrj887^9fPlRYEWeu$ zK-YETS*ZH60;#0fi81XPKUHY#SeYKG?KgsoOm0Y0J;&UGA~u{5#f zUG1%^rsZy;jN4Eyu2cD1$x;eW0R^4J5zg=a86@wBsK8;4R6mF&nNl}0 z??;Y`oNFzbyxXJ{i2#+qU0Aoa$gkLylNUJ(va03>DLAf<=Wook>ANOb(w&<1wn-#o zBmn%28P%`-LQsKi@x_c9@}#ahvJTecm(tJa@DHpGotnTd>*DTRd7p1Dj4FoGHds1= znBMmRfobzP$|Xsju&p-=J$L97(}fB;BCO0eHso70QZU5^!VQf=NAe*%Yc21`56hKf zcAOP`lOmTR)w`K*I8`_hR2@ieiu{9~!=6a?xtBh*XjcGEy0W>I#nmX(b%(SWmYkxi z)fJ)$DZSZq?_G50_seEUUhpqNE9e<}(VDZ09JvPVZ@DQbD~EQ5>KR98XC!OT5~IwP zzu@~tP*TMjSaO7@1-#yB_*9!1EMlf^q$DgHpdQUbMWI&yy1-n5cHgrsToj-{xVf^L zM?e`?I$_+b;8EYIqa~`+!$#rjh9Km}Mlq_EGDWQ1dP3cpw1vrwK(9uwWRTE2RKkt|bPIpfv+VZ@Tt`QL*fAF)<(HzsVN$@i@f(XI-tPaL z*!ZPylN;Z9J?Uhq<7V=SWbN%LPCCmnb1AK!sOP&oZW|8(ovJ?&62=D0y(}o8CPC&a zy#)bMsCmBF(}#7Q3C9oZSo+Pj9Tpt*JU2?NrZ-l?3$k_7i4q;PTOa(8*`67Y<1VWY zL5!metWdTTe1KSoGuhyc$uO5Ev3{PVhgxM`VC)D9W2~f0{+Dr^STs zrT>^UXNDKrMlP5X$#O+reh{)y#T4hW)r+@Mdv=0OxFFNV9Ex*}3QIVdZKIEKLJTSN zuA(76Vj>Q^ytqqI%u{>6=@PD3)ONA_OWOX)l#9+6fqAibEdM|$=U{Ugxt2O)vXpyL z^vP9kuW{ER-mp6X>+SOO&&qB00x`Vp7sRTKO|9`!suOR|FGUtFX=}whm<>%A9Nf8$ zK+t@1n&X$%mGa>K@Vs^M1dD;~)_Fp{sy4YBic{1)U@JtW)X8!i?bZ>|GRN;^78lYF zbvTstr4hr|`MnRuI;dfYOpG?P@B1m3?&+Ohc%Ezj_k zAlL(!K=v&(Mm~Z#lr~85izIJ6|rR$21)1Oj`tSf z4KzMw#eOy3bnK9}M?M7!4PSy75C54SjMjkm6X{h` z5x=d0rA4Z{y+*_{IXixRe}(po12#Ono!N~1E)(*L?61ZApJ@PIv+2O_ukf1r_!Zq> zoGf87A+r_6Y`X&RXH)8V<+*MB*3$*3_|oV_rto@`)kfDyoMS|$zJD*YLcUdBDQ5A} zitV#CaCyq@1Gc6V%a(G8X=6NWqX$b)U}C)%W^;xZ&@oBV?Bie8Q;E(Dm7{&l@%1u= zb>PwmJ)|E8A4P^d!}XF*PjV~NT5!2PI?+xu(7%!h32~LC-Dq`8T&8jo@u08i5`-1EP%45r|0QB_xElZzP_`s@n+hSM@e^n-c;%IO$^yE zE6x)UxZ8YbEVK{Ts8)g;z`+l^0Y&A~nsEe)M$s44_f$TohTMxAmAy91h*Hi&Ovq{Q z)T6yOcPq>S95}2G_dl89WaLVE%Z3tQAg!9w#EnURQORQ5X>V(tn>qnjbv-?O%y~${ z00PfD-*gWF1^x2f)y+2zDdZ~0F42an?bn>NjH*#B+yh-nDW|P4z;Urj1O9T(HLcz&B&lf0Pyumb*InBAA5Hwp^cIPyNBCiq@^TvaJCu72hVA4IOt}P77*Sxn z0EmI3qa|~c6TfwjQd-QU~kX z#d;W4#WDRMX#=U9aEjTMMI`H|ImdV2h6ZKyiStf26^rVS zk^RH8H`lv}{Tnp~1_Xlnb#njW5t#*^*X?A7h-^2zDG}dcCcj7UuySUvn)m zdv!V_|ESi14||LzD*%Eggi(b$%=tw^LC0U^LA--s$>OC};A_dyu46~In2FmHFBg@s zKn_Bu<7vcJj7xsAT*v8*2sG7baS({9216t08C65fZ`qG2eAv&9@L~KspZ&!h!PjJ8 z>>&be9etI-q~30$i6;3D%}z<{^C^yzgMx0}DwEo`Bq>Wz z_GP+vn;rS^LiSOni;;%Sk$#ZQW4#Fwzi^?2F(kZW7J8`BcMm98{T6NPDO~D5L^M3t zN)499d!>DFBynx+Tw!FEUT;#ydYW{ahe_AjEtzDl#?eBJx^RJgZHE)m%_t$Ccvi!F zvMbs(6$zGu1uirM(3ilm&V5r%s4zE#6WEl8_{_iw519UDhefesYt9M$#CboY@`bx7 zWCTlAMY(>#4w=FMlT>6&Lgba+Ar`8A4SIp`Iz3e@*q$_Bl>r+#TA-G7h)6PVA?*AzGG_ z7z_vYaqS~#;&M{oP>ENIacZ5k3g6y7My1b+JqE~r4`T9+rt-gtJ=f&FElzdvyva46bqofj1tfc4qNewL9+6*=P9MbTM#UYnzMc$G9i?pvBaQG zFv%P@#^XP>u|V-U6)}`0=A$@Ke^@Iw#+%jK8ks`7<=u6oqwqvN#4Ri!%17R4OG)e} zU71ecZ7`6Wz(O;mO2^HOBoHd`NQ!owtn>*$hIogEn`o40FF=p_-o6>M^mGHwfnzZj zY)Au{VNh_f?4i=q8;fv5uTfU1*uHC}avk?1A6cqB+xRpYSt>pY z`>2aK?I}*YYgh}=8TG5&wIX}9i?j$Th@ZHeTj**z-V_+;RlZTH12*CJ$w7U zhPdLbgF62jrod3I{DrONwc4xOP@~xF{1YGMw1T+e-A^_CPRxy?tzv*%()xy)z!Y}b z4T!e1@%nHQtziZ$oAH7Nkal50cqw#Yj&T#`*iLt--6n@~18SQ%f|9H{ni z;;bCKK|Mcyed~=7brn6A$3Wnew!A|ssh@e0N8ezxPa^-t2lXAUp#tMeCW0?8M*4;RqoF{@ie}uC_O9Y!FZQK*glLP{Q&0TG>^aG4fgKS?O;Ydt zcbjqPe4|1hN}}t}h#s0yL}))GlLbN2TR5Tnhj0q%C10U*Wn?mhA<4}kuyQwNOlp&r zV!u|K#^PhL>q<7nCNW0m)`Wb{Hwv#68=5u}X+)oTl))U84~FI~JF+Fm5p;`3p#lz2 z1befwSH6DuNcwnL%cliA?%uFfC0RT`tQe@#+vh0cF=9{fjKG+LXSpud{rp0JKix}z zo-mxNl4FRy&c=c7v#IXW$Q~Ky&?1rD>#un;IXhb*Q1tH{1c1I(2s0 zSRN5eeD^k;Um+Y}M>#?mx(Mn*zuCa}dzT%m=&CtT>2 zP&rW^K@xdpQYE=$z+eqyUjC4&(=oqsiuy&dQ`px;Tj@MqdbqM!3mff7DIMmQ6xu?# zTg6M@HH66n@=gNRW;oiX$^jd$ilTEIbl~e3wlvQVRkLBJpWAu%!0-u}a4czew^Y&K z5ZG-TcnlD&Y!`wHM10Jsap%4iaG{HAsgvw8E(eQHkJ^GI*baX{@}5V_{o)QCCYQhe zt_M3Nk*`18GJg|rW(xAoJ*b$klE|dgnHkRc)@4zZRHvk*1Qu9jmpe=qd+3b7d(4v? zwt~q1v6{%eGW^{(PA1Ml6>=w6c#G#4v_A5TzST*N6v&<;Nn*z*8v+Oeqq$koM)OhY zV~=<&^9Km%pw&Z2YFy>WFT<6gy>#BkO4(NQw59AHcgUxw(zB8s28A+W1A3giZVLlV zcT#eLcs&z@4VxRzk8w?0t<}h&cJsg5MrBkcwYynihf!dM*;fvzG(n$^X?9OmGdB8X z-00(Bneb8 zw;4YTpejbp7me0vnKNQop0KP{DRNS0RJpx%uGIEG%gzDAvZYt`cs4;{wCXB8G0caG zM@KqwdNHkvqLv!7+`X6%Ip;E&I+h-#9(rBQ1|jifiLryUN2)AC)7O+FYC0e_+5nj+ zl9F3?KPe$r;<@u>{z5q>fv_BD147KPixzZzg(4EUWbh_p59m1(W;Bn=_JWg=E-tSa3!(12Yn5@UoC9;=F8 zD=DtpDXk|~(am>*p2-8g9 zP8ZIXtgdBtt;^JuE%mB8*IPlyg=_P#@vXX;myIK4Ymp5Mr`F`WKRlIQG!O!{jmmst z$FY^+!b}8}a-yI(2P>ma1{5elzJyB5-UifbpxAoX7 zB$Yd%XMhcKKg;BehpF~;%i41hcY|x{hzKWgd#;@NOkS+y^Jd)sX-(fb30PAJ$Xyd5-r1X;1F>OK*=*>#=cIFjH zP6<}zehnFcx|peDfME|jjk?JAjbf_kZl8n>qKDP-e@G58>luJ+1~~D$>}BhU87`^ zrS^P!#rAb>KG0S1zlS@P$ z8_C~kRm#xWiBWSrPm(HZBg3h78Er^)47g-wDhJ=*bC)NF1Z#nKsjj(mUUP{nC#P$; zUexY)(&IWya*rbX_2uPQbOBFzlp$8(3bz|#MD_0Sr8APRMj{wvG|gRTCWJPM-qz)V z6RAFRdE)T(2Ocx-GI{p$$h!f2$9qhpfL#eKv2h79<|2konkk1yhZ65-G31bPG%GawT8}r#3PrLfu4&71qy{Qu7RdHVr^!f5Q zU*?Kfil_o*qqkV9^21$DHy{(rt3ux+#vC-l9_C4k1Xnx@P%<}GQIIxvR#0wNN$(fb zD1;6gX0{PsR6H?flK*;-e?s_mtC{)b!?t`t$K;PZ4Qzx&35S7j#+@5okz8E6WDfFZ zN_Ofg7B~i>qzc7_&^=b@InqPEAWgs~ny0Jt3i~GcWv}AJB?4>ZhPSpnHcb7r8LbbL z5vOXfNYF}^r4IpmrxQ{0!?5 z{~G4OtE7bj0=V$2{#B#Ps!L##ooI;YUKbCCnAv`QB-o`&xg}Q}{6uxU7w=sy&za@L zni5o|wmVHsx0e0R=mZ^FxoLA9=_ntpyO%@V*Cj*%uo0ZJhq^XJ;09*3-J_cQhLv`V*r%M-`+zW5zi->$Ea8>K`4Py7Cr|-z~CZEZegSyyWXoR`b7OEe7=r8*281_R- z)oF`j>|FWytn5=Ei5ei(1MT@ZXqw;4GRrn@_p9ulsTbC?;1KH5Bj(%Plv+i$&JE2#G^YCo2V+c2-``Q#9csy z54v-rCq8~

    `(Tmp=VhR;`H`SiGSPK-p|y`bHpO{djUyWrgzpzOeQ=N-=N$2L{lUKCSAS} z=>a^n3hL4X`^WB^sFfJG`!rJC$K6u}Q0Yjgk+>$gxmno%d>14Q@X6<>9B=mYB%I_U zfqcb+OLp}-otaf&b5pV-{Fb|Q2akXr2}2=BqxSZSDaC`H#NJm{%^+X6l@TT!H@^dX zlc-qxrABZsD5!ZG_p4r0;ufFqBrDHXL(m-947ScRaDTqSF zQ7M1XRLpW00bN}rrCLL6>9}{CEU2w49C0!xv9V?M)LL>NacGjx;u(ji@fm{Qt2R@E zdJ4a@?W}ZqHOKzXIPVmAtV)2d4S!E=qQOk`k%854EdIpGQX_hw>U^cLGf|vGwyGmB z;xcG=1oBaAX`sk;fRLI|NtFR`a$b=@o4NThL_%D-qAKr@d!@|qD*fG%p6rZV|CI6XZGLNvNi04uEfz zg5qFyPh0GM2QR71M2*egU)(Ud8Jzt_=sF9mvvbs9URa(H;{6+>H>i7sWX1P{^!$Ah zb1Rm&`HEjYQru5IyB%wt-JtW7&g>a` zs+Y;#w96N)`KE2$c9w4)v>G^Xl>=_C%5WCZTwc<=q0Wv%h6QhfYfY(;ukcur$UCJ~Ajj9dnw ztTEQ9UNZf*ccb!odZ_8U@$6}H_dI%MRsO!3d58zKB(!8CITv5KH?JVgf*_6DLlH9% zro{UbVhB;U;7=8OXMEuLm5bl31sG66<tihRFEQE{P=rhVhy%LG$ZB6{B zx@iq=yZxCpl_s`*upY(1gYwy3d*!-jm2KoRe}Yyg%`Gha5N*kd6Z}v`$;xZGQq=(F z<7332_1lMJCEG-rTOle;pl#%&EH&p4<|AyxU`eLQtE_0fRmqBw95v?#=A$G_y+yT& z$L&{_*UCqF46h~HRI0+%M`)Mel}3$venG2tq5T>+=Toe4#L4Y-p@W*|!BzQsAsKSc zQOrjw_@NS@$*ZnteFM#{B1Yt*T)khalx-#rr%=AuDCQ4o>LugI=c`~7Rrz}8h{4E` zm5bm0sg{FiJx$31T#K#x?H ztA8cS*P6t96vBv*XBm326Rkgb`sXY zM2G?%Xdn4(`1?ZmDNu7RVm>woo0zHECd5nGH_+VCk>nfAV(QV8Cs$=8QX#U;es?Mz z@G(FmIpp_POb=+EiTrHekR*LU>4G62v5MeVmYEAu#7ABFzDN!g3%0im1-qx06*oO<6ANlJJ%OT)+QY0JN z7%<>?A}DgZTQOGex^uAKH6r`bG8~j4AMxx&>NFt1`%tonLA$UrZ#hW5D9g0?aUvl} zten5Aj%X`;Zx{JW8Y7=oFp6IhrDziU3n${)0s`h? z8#83oi3Kk~<*+eTdvj;+C$KjsaVBToZVNX=267QU&VL_dd_cQqK$T}A+0uy+l!KB- zDbdtnnCFvwxER?-LLV+3I{=&GDfvW;f1<+xb49zteClBijFsy>+g7!|pIL$yk$Cs@ z+%E6uxt*EqFHT{!&TxK}1w-~Q2gr+^HLzqI24s_{Zk)#CFLVXPjo!YXZ$NG_2xyqw{ zRR4_WxM=J|m`$iIhV64Z@~PwAv@jQLCpS_k!bkOjcEh zEb);4D>cp}sS4`b7MV<9@#;L4D|M?EGuOs+HtqrQASjpSmo|{->~`+%!6%4zmA;bq z#_KF1w@l`vgD?a^Jy@iMO4IZ$AQQ7%Xv3V|ise9+9lm8K`?qsXYQ#&K0Eeq{L~)$;WcpL{Qdvql8H$cP&K;4A+00+7CY z9x=5+ouPZwS61nyV(Cj_x6)bCSwij$aE?uCbl;HrmWHGL*RYKI1OXifi%Zo)-;=`_ z&XM6Lj%?%$KI`$pvIXWh#LGhLdzSSHl>Hd;w~b$!Q_^CaDJD-D9}%{Ukw?2ET$ZDn zqCgvhZZ;Vk0;%~{>#-#t^Z5rJe2Hs+q%XtzoZw|_3<$c(Pn@C2Lzr^lBF=5ls}Mf5 z#Z6-$TuBpm-b|cX5qD~s-&Muw<2QP3j@Uysdd-g5lQnvcS{Gxg;_G;Tk84gO+UWmwohGt~|jS*Ywf9z3#xg`}}q72Wxxnc#lCEjmgt<^yOEva&1zX zryCijHnzkg=Cf$bM{MpCWb^O$fff15A*!n*_IQmz$~hTCgtD4xnJ6_KtBbI6X2P?; zFE}42QL&mh1RHCfI*Q&qaO`E9cP%5-&=`iBKJ>{g8$aZ8zo2s{n@2WKj(U4SYzgOE zD&-4&)Q$d(MKH)#T36fYO_7apG2d3Ld9!HK)2t)yZSo~ubR^imc3@|wu!(Z$xLSk` zkG*8(WzTWH(?mK=lL4sp)VqfIs$5}(iWY$X0+sOr6%E=cv z2)le-^LgL6cT%87oecuw>=p;-=9=JIq>^P%+ds zTg)wVhMN}JiEfh&ZeT|=?UQG0VO=&`&REsI*Ntf1R3jBw%LSj7O>fW(D<(ZH_E;TH zVU|gXwvrycF7js~8%>WGr)S2W0CxfLE5RHDIoE;FLq+wWQJm+Z?7_2PQ{l=cMi=uZ zo3+uy()G#IAymPDD}mFBU}=3q%I6&|lV-IxRv!^7A2DOF1p6UOW(hHw2VDhQorh!# zhF_g;C&S7~g{y1SjAgq=Vn1RAy8`bPuwjI=oBH__O8YeUXua6Cg8_5 zOdGs?z}hx)8{%2O<2E<|jwoPcJ3@VIp8Rd6_630kQ=cs3H!Q|l5dJxK7vxV6EGo44 zDEJ$Jw=4fU*FwT8qDVr0S8{AHA&m;9}jAgx6R%V2FpAhlreL@+E{Le~>* z-&%k=#*4#ZTmIt`b?~+@x_ugTNVc$ieF}AmCoo=p26ZSWu&{k1j&KAmGQ5el1oE7* zPBf=&1h7P|Q*9g6rqSEA)%)(>ZbU>4 zc_qT51%@3cZp5NxlG4ULq?KwyuV|d8vE6`P1yL#Tr^(3XDDuRf(;-rUWc+JjfGBOK zf!fr%0BYSyrIw6*TQ0G$;BJBXMqDe9w>n~9(@ahjS&;jVKX4C<@yQAHDLcMv3fkL- z;)drHMhzBz|FMr|2EIeMRlVPea!1Y(-ookV_wWGMgG%c&bA;A|Uhezs2>Iqo`|KP? zXm=Qs9BXTXAI%AfuA>G9e4PLv&0zS!6+vw0S!2=a{j!uh>W1*O^6(B1(ttI^e!g=e zZ!l%0`OI084x>jc2%DoGvWk{OW$APqh3ZU)0$qEBh>|- z&QTj)BVh3Z7_Bfx8H9~6M;Ul?9`Zs^a~^mVWK14ByKZq)5#A5g7!9rF03^Lt2|dn$ zNh8D+gqDC)qd%vKKgV?t{k2$xn2>F#FBAcXn2>qsCUR^L#y0sOm2F*Nl93V16!)MW6NziIi<*tcvsN9byi@xe%YXwf|8)BB$|nNuPa`7KWT(V4N51FejB z)4|Q(8mpY?kOzStdGwQ{pM7=YtUYw}jsu%|ob=N)|zkpj37P z;=P9dkTfOnpufb%N`*N2BzKCrYkvizs|$m|p7U>6vrWK_!ss8hjs8|Rl$-->k~MxW z8_GHXeA|p|uxCMUnF4?!3Zl}G&ndy3o{Roo=Lv4$EN`%LiPr`00Q!4G#G=DRf=rpA zll{x{Fy$cULGPF`CLkI?1k79;q&@~6%Bl7fiWVy4PTGIV5{T45Gb0`?aE(B9BMvx! z1SR;2K0GD66s08lg%bSFdZGf1e^d+@1|tDWXgedw6*x|9v9&CFTWPMA%bAv)2Er3C zJ`iIa{t37jNU)BW01OsH;<$phn&7%;+2Ir&wiG+=F8CMRR!ibg{dcMz<8FB)u zvCozncH*b^q2SpD(-sfBgQ3X}mXN?Mmm4~htz>$Zy;IE@( zk)rXFeTg>)hS83Y@wb!+!mcA~3goNb@tiU!Ja@rR-xbV z#Xu_TeMkd*iQY241dk2;lt=iVie~O4>GK*NfN%ng4OI0ms_854aMrs| zj8z9_%vNS?6R_Wmz_sA81BQ&?wGdJRz8OJl{Z#6y+gD{1RO!}MZgk;$G{CzYtzv-~S+C(@fmSImaD&V_gMj62 zBmm-Oz}+@vcwm7Dwfw(M!5{R%`DHZ`&omi@75klu4#S`sn%28i|6(ItEo2S<6eBDx zB#1l+wLscB7_}fgCB$Q40WCzlzPD2*GKJYJ!GBa|HnGaDwo&5C$-j-hgc1nCuEVm0 zTmvE3VVpp8f{5yHP9Psa;Et#S5Mk1IzaxVqK^7R52rOJ6DqK*wdZ%ho^puDM&Tb#Ndd(4(<*Ta3tmjLjjSUzkgGL>P&uo zQ+{I8uIHa9o8LLf3K)W652zvM9m~lbe*j|%-@luTH!iAD>1>Ri z*B-{z%KoO}C0G6%IR9HRf?bEc>+?AW<1aEXN_pTO2PB&Dhb*$uBD{g(C9+~ypn z3;JiD7cJ5oDhi5bK>jHYj9}8?%>%v~A*UlA1h6s_CkH_rk!V3-2T>T&Xu+fgVHr_q zL2Cqom4T%YYmdYTvMzZKny4ZDz*Blei;~}v?5-~#`S}MA{jbHp&)4zoY~Zjy<2g(M z=n-K)Ze#`jq&!Hd>U#K_2>D+>K4E~D3R4|643^+$aei|7o9u5fapLq1)kaKG$l5Xj z>)Rn}0&TWCaDji9fTfl7=Pzv|pInHS-av>5D4Dv#Km3zwn+5=r6NIx(0T6%b`zPZd z2J`TY;P$^wgBX3iHuoSNP+Y8slQU|k={FIi$73A%i6sWG)!6O$-9@n!IoO)`Vhokc zp#y2zIDbP#mQSjG6h<3cys-E3V$tSW&F_rswc=#yEFtmx{?$dagmzej*So{X7W&j} zqP*#XUVlDG_mOM*8H6N=W#%882w{x+`vgI3Y_oGiP6ZM%nODsXHS5 z3m8({RM&g54+8iH0T7j?{FHA*pwJF&5U7dCHm3b|GgX{L7?}n2-)97+*|No`tlqJ# z-jaIWnuYPNiSfIk{O{$VP+qQZQm>GqL_$|S=3g24Z&s4`UvvSE8=6-H=Mbh8gj<;)?A@3rwSB!m~r3K~=Ed(@1@x$T*+=MhIT z?sYg2?F5CSBhMd^;D~+g@3PI`2F4gDyUp76drkPmKSQ1cdTAh?p>Pqs<09%mMqA#l zF9%_qWAZ~zgAmWryCDA5Ngz`S{@pPzH5VFs|1tPk|6B0C4OxprfUBQdsJ{)YGD>e; z*1W^ux4dVQul-L=lz-|Pyn$ehI2+MO)=uI{0)IU;ivGv=>k^j{T$b53U~nqA}V z)o;BhB^ZaA_M0-~Ayk1c=D{ok@+zS$1;W%JvjhsTA4Z_EDK_}@E5fAW8y>Uh>x676iitvU>t{fAM*{A1LA?iE$9 zW=(NUnc`a*FAi|J^{y$_ey)}#eg8?#4dE#CJB-;H30F3uMjQ`UI_-7o75&a7X z7gqf&R34sC9V(5_v|tLLUwpJbTR*TzhillARLb4gW?hQrH8F_OuxB5&SF%!5BZ?-I{Poj0TWuCwI&zKlHjAHW zu&$5d!;_)wG_kZ-WoGZmg`vz-8s6(SW--?p%GQD``ccW1mkBbf(yD|etUamKNGDU{ z#C8iScPSie%iLvxjnpfF@-I9kGnb^oG4zgmSP=}LO-71Y4LuV(4X}HPf`$&Y1T19Pj|p%P z=jpCc`KSkDU#n61V1id&M=-4+7jU0OY*m*G%FlUT+P*B^+nn*fR|uaV#98#wM<0gWGlyjh`}p=CJX|LQ zeZ%3zFaN_2l5|Sx6!%_D3JBlE&FS8kBc3%@oO}G_oFdV$$Y-#e+|ySIw&lOFWYW<8 zViPa!hG$w#ZPl=W&)0a^_Ws@D+K|zppJo-Fo^BdDm5{|qFrTO)A2rm@4NTU9lE6a`g) z+2v;vEbsQe_F!*)(g}u*ERlL%0S>Y!SypcDuMh#}CFgriY)2--xiVTlGB2+6E!d!* zmN)nytTFQdZ-?j>cD*p?t@1DsQvyej-E7M>BcQJL5!~zP_AY@7YAkg-1;O{0h8 zNxmGBNV~>WFK{1a+Opx8n|*_3(SpLjr_bI3vLzD=0iMdN!7$*nu8>sI57G921GKTy zpCyEf2d!M7K4R9?G+4ajlT5qJ;TeR)^M;?5`J~Kxy3#V9ihsDR<`QOE;#Ww$EfSwE z_)eZQdv2R~4{WStZOP&tFD&PH@dNEzZ zy%rx7iLw;45%kMdK@L-1wo-99Hak8eI03Y$@;yM7eBj{AT<; z9Yz1oZHv>E2=q%Er`lB9SHC%Q1pDyXzzw6Cz{xMS^E7by;;SgP%R#vwXVk-tLw=GM z>*~=0k*_to?WOM@->#P!axr8zG zr0}G(%sg|NLsbc9*kKmc->M0Ut-;XMR!<~=hFVmF3US1IjdU(lWT7P_5G6SRIf7U>3m zl4rs5@_DVN&r8BGkYBO{tG0X9aKXj!roAl&>HOXBJL)wBFC!YCBrZCIHTsc_b|7{)4c3~>E5C&C!^x!=M$UyG`;$( z*(?1bo9?3DkdW@pgz}By&9t(Bi~950OM8VyPQ`1cU(PX&>W$%DT6xZW#S8w+z4Z$O zhXc6H!-=Ub#mo*=j`K}e%f&Zq@RuB#r)?=;4O5Wr!>fSR6K4!Tt}a0u%gADPEE9d~ z_#l!{5Mo_yklJ-;hhDZQA+_UF1pb6syz+w4+9Lna4O!)oa3h#X zDE7gXa|m&jOh4XU%Aa^n(BM&=7ml57sjNpN<`}q8)*}x6DBQ)mZjXIGVf#wWO<+pl z3uPCcU(m;-E-AYbpjGdi+xp#Khw*l)=2R{`QS6P2}j?6%)ySiQxzaj%@Zl}9*CFK{^3BjUzVNLc?1*$y9@OBsK^>AleEHH%q4 zuCh$xsaN@s_?nMvi1+wl;u-3emgN&GOBEmOZ2o7;dF*A|H0`xt`glT_Hb|LLttOIV zbw1hmJa$bXLZ`^`x(jvlpOrvRlye7L7Xt_7;@^B3FMWDGS%||NvCHe%WJ=jh0=TQ% zf36kJ#xfWbM~Cb!Hq?kX0=zrPFauHzj`MSiy-SC2)Mo`QT9(kQZL*_EFYVb{izr)kxRPYlI}_8?As3ueF@D-WAyq6#vNHB+UY09oV$Zga{A&$6fPYDs2E z8v;$EHG;`4U#rV%h#~^g_+{|G z1Td=irTB6mj_5q3V84Dd?VZ8(rHE`}l5((rAiORC;-7Y7oAKtu=j^b7dEMbF3uE(1 zv%r>@kw)DpyW*Io%Srlh9~l8%O^tX>pG1~^HdePMP3+kp=20Q=gHroi~bBC+zqhzq>OMe)Rbku-NQMYu9by%Ih#7JjwT^ab+%3Q|4f?q3-W&JDX( zR8eclLxM4Ws7_`-ldC~H7;-VDGf(|w=YEEd#tQvZ7R6T)f?t{TY6^VRra(_S%qH zBYJoXCFzO5+P5-ud2DmXT^z}}o3wdpp3l2m$G^82(3+6?Y1scK&Hn*}KzqOA_iJQZ z%Wdtb;yBncE*6ZVZ!nGA zo{P2EH(BkSz4p!AJ_q(<%pNIlFaEAxk9YNct>_z;clFAF@9O*Uw{IKXzHNB>zN3o& z!2s*`Wc_e}^#`(kG{8E_b~77bT}0caJsDvA6D5z37AiY{lbw0sKBx&3EF%z>GsW1>Q2c;L_Ez-D z72F&@t4R&hc41yM!gj&*s{Y9msWyeFRw4!SN1JC(j~gxcXE8HBW17sf={%NM5}kuH zS#ocaMgLT?nJv+&%cf0fY=gjQu^-c8KW4;!%#?z@8B#&HSrA^hdhgb4=(YO(@Px zQ)Db1Xw_>sHJ<(OACBD^LSVE*Uay3iF$om4Qd7e8m;{t3BqWP|TtdvQG+vzGKODQ! zln{--9}b(3&+u%2F+EsC61|twhn;bAV zw@%<@515;PCvZ~&=7!n{+|+=%@pu9^N5I^}JAs=PFgL?a;Fc6H_YF_rmK-p*;7;I{ z5-_(aPvDjsFt`0q;FcCJw?|LlmL4#-8t>;8q4umyjafT2>5;d|!M@wHAJKGmY?6Di zq)zM(_B}WQPAOxPnG+p6*k|wXBmCG5=4KD}Jv0MuAB|1nZgQ~ihUH9L>OgUJE-v>6 z3B)N}+}N}P;#5;ydIE6{E-v@?2a40o*f|r3OESe}BoLQuiW`(bT#6~~4+e@$HN|Bn z5SM0(8=OE~Iv1DwM+wC746={SaxdvGjwhHl_9N!hR~(N49gDGKfH+c4#XHJj>jNv?63slWK-Pm1mbuG(NP!!#HE?B8<9YqWQrS^KpZa)bO^>k zaj9nPvImM2O>v_Vh*QnP^d=COV#aRt*CwVsHpjiRzc{XC^4M=Mr$l*2$6hQQAdaWX zkg-3<-4YZPdF(d_isN}e2VN}wn%FtV>IuXpnc`dt#PP(Wqb>%Bvzf8`RswO7DemJ0 z;&_RsLoSwnO;M4@elk#8iYe~X1me=o#QeJi;zTocV-kqtQBcPIyn9)HaXi83V2fp6 z^O&cPHMmw?BPe74-9T~4rnp~DAdcq`JG^3`Jk5;WubA>8UPoYJ zHyv1Ej{YQ>qd&=f^oNc1#7?Nlc-iNKic*Q%y#0rIrb+bSn8u33p@3Hoc$I+H?p`Q~ z5!%vrx}>6QNi&QFo=vexqOs-~%*Sx@G4Nyx?qw$P@(~N9&$$%bc@}dX0_XmxQgHX# zvF5L_h&mHhKlyK0$s zvRXoCI3S@jTrE*&xJC*V+!iA=Fzv5pz0V5P`>cfhH$q;!>nnwN)&43p{i~#cUuYYI z)^3phF7>a0?HY7A$DfsHS6;OBW&2Bhu(NrXGaIC(Uuq5;zV!v9f^Yb$)xo1^TE%LK zeHdvMt49-YFuLTooCr1bx*K|5B6L z77wS;&O@n{Xau=}$`E?a^%8Hd2Yq$sFMfQoosT}4hduKvn%0@@9Owu-_6k=3N#?6T zADnlY;^Wj~3LO#ZhI3)$wP2mZW;1;yi)_vmpZHNh6F+vD6F(I65zN!7#}sN%s0?jC z&6_m7PI4qUG*S^g8ai2loa^Jx^~{;}d|oWk7)4W`44|{MEeY~JtO*;BzZ{Q$?D%L) z{Mn(K^ot$7Y0FHdWBp?1BwJHK=BdyfCKsA|!p1esi8B9c#)tDx@{Erg;)>c?h>1!7 z%Bz|2cFOoMg$heI>WrzBZmL7+lWq!2H||`|oN4%LN&G=;Hy^a@Z2wAn(3VOxgfR*| z*sZEjCHc3io^7hJPV#S4J=;}duIk@To!Vs*jV;sB0Ac@HDH!_r;~&u7%PCxWFv2~~ z!gb*9N23t-FgUJYLATK;{sXG#psE}GgR19{s^|I-sh-2C{tN!Ys^GL}BQfBZR_CUnzw?#?WBR;uhfsfF2p?qQ$ol_S)l{uWKl>pP548PCBEGY50B z{p;94_7=%&BpG#Ki@=9xaA$}eMqO}CF8XF?F!ViJL6cPKZ=_+gM#+6%w)xk`M#)+v znlaZZIsXK@<^E2=V~6{R!&XUW+Q13VlCM=7vxjCNp(M6S4!c9{j-caTJ3gqHUhLcp zJI;x`C=NUB3)4Z3@Z^vkD9Ei~y_B^)8s*}Gc^f1)BTqtr_8S7*uzfHcCc=)x4rw+T zx}o5^dFXg=$`m+4>k5-g*ca47Bx7x_CJB`#w+MOG9X0*@C)S)Ckv(*Wv;Q3mzk@$$ zt?WTVFzgOHyJKkY9kE!iq4<8w-$uDsBZ-P^uVIrs!diFyEc$|o<~zm4SVFX~eWykz zF@*BFGzfpCDB?TK!-)9K#D1J*KYqzB zXPk;gDRKA^5*uU+^1-4Fk`SWtOL^#BHq==wB^V7wMQRxhtz*yocW5xHS<1+zdag~% zV8fpqY4{Vx4#|^uf#&wKNb%#7Sei6TtVCX9Q^e{eniH1K3UQ}%C@F;-LS~V46^WHd z)lk{Q&JfvC^XMF%t{w|BhsrWS%ey4gU}hsL*z3*W-8-Cj7E&qjpk* z6dNq>F`u+=Wc#ym!#XzDhsw@VOOr@y6;FfWDpLFnGmKCst74V@;5KHEEEjgrkM z=R4UcIL%Dz&%=SeAN*UW8RDx^{aaZ(g{*etSFPgTD?#~vR90GgM+vvk@c;T=^Hwsq z_L_H-xs8rKuvgNka>1yOdzT<^F?74T*e)w3d8uz3i-!H;jgPL_++_1(LD37b&|!W^C@PoYlSgSHD7~P)NkQL! zDfa6C9~b6|?vwQIvJcsXiqpr=sW7Kks?H=bdXt&L?6?keP-tx1n_PxF!rmknpd;+Q zDGH=1Z`nkc#0dKiB6zik>57_RA8H1&q$!)alr^7DQRb5-lgP2Jdc7)}itdp5N4{6_ zzxqF-cuWbJw@fWMv5)pUtlB%XX0y!OWXZh!lzE#i76-^;3oGtuHx#@@dD$Vj4+-r2 zc}Y%{?GMa$9BVmi^e?G5N4qTtk&ze-JA(~H8&vFU|sf1YNF=~c6|>HZ}l?3dgt zA%0swN&FX=!cHFK{*$~8Dm~sLvz_Rr=>ax&rZ;PhKakNBpX?Ay3RAoe9%-5#vQ4tg z4%sfLDLfN&TPL1ZIswPpsUn%!4|*QzS| zkJEejm_$=_=_7j6=n(&W4v~8#IZ3wfrx!}z3CR{=YX(?5q)6`$y1Vd{>S!*xyV(zW zgjy$bDw1YPVGUbuVW}l`snQQ55LRLiJ->4UUEE;X4w$O3OcV6rB#D$pU1&yi|_QQ8k%R4Kw=ZLC* zWY0Zb+0(ROg$l+rRxpZWvv;NnQR7W=H*&{gQ(8+iyv~ z|Dy?)^Z!-CSrQ~acU-QmD0d7sLfG%|*EC8t-!)V&`7=-}jq%FkX4oZ*y^zBVLVk&T zT#4PhMSv6Dqt`WBdp6nLr%qHutg^9F6@CW!Lf=sjP)E|97b~lz-3`rmQ}f-@3erlc zzrZpNITkWDjW#xq{z9PZ7F>TQ^33bXcZPkpwXpAw=Dw@hXb!i{c96Z6hne9PG|RD| z?`iH=Y=Y*Yuk&#~=HoDHb@DY>lJ7yRe9%Nu=8|c;;GTz??~&$vOp{2DCUARVx*cOx z-Zy*Qo@zz8sMC;(w^jEPyHGICUg}MmL-L|NUXBXc6QYrckm?Dmx=;{OtNmfs z6HyDoYPmn6dQQ=->{F_zQ$;657Yk0Q?n+tocdDK)6$ac;;qOvC-74HdY9*{H{N1YO zw3>ewZ!TJI=Rd7_&M+fee&;`dAVlo}p*zL-cHYwC>VB)qh?etN)7r zoBD6-zo&m+|AC&T|B?PD`gr{(`hVB|O8=?;xBAaqlLgmw!8KEGEfidf1=mW!RVBD; z1y`fsY7<-=1=nuDwO4Q*6kLY|S441K6kJyY*LA^lTW~!TT#p6UTfy~}=qeRmvqjfj z(X~)?EfrnMMOU@xY7{F9>JeS%Mb~A~byIXb6kX3n*IUsQ6n}TsI}xUCH%Sa=nyX z@1-A(_xGrtb4V9`cy&RKia$Id<-QkMmH!;&ZBU{qDU`S0v(bu@P~I&`ph2&YB%_P{ z4`xS#j?kl5X}&s6wfWCW>{a#hA}iT<&rva9f;r?L$-6C40SdF8*dL;J@pWaLY}U*O)-O6Qg+tVf z9{++H{_=(PDVsz?ChF9lL4A}1O{wGB!~UPMbYCNq9q;7xY(6fU0q4-Tq4}G}-qAt# zCCL_|Wl5hq(F;di)a5LvtJvk7Nmr@MIhn3DND~U_f$`G6%J7hij<*HKZ; z#(T(q?-(e+!i1o3MSunDpnz-Y@e=wa%l!zi!r~mMg92!Lrly%{2AJ+potm*}64%L2 z%F(Jlu3MmleeAIf{c~DHM{B~oN(r@hjD7Tpb`FFb{S!cw57yE7LBAV3l@!})dftgKjVHv zpkhK7y64nv3V+VBtveFJ#cJ)$HtPhYpLw- znG&G~36&~Qh4MKvnat&tL5eH;>7(io6N~ub@@eSxXf#CL z#`j1eQgZw`dIelygPDIo3(^Iu#?fL+p}H~3>PD*5VUw2j|4{cPU{V#=-*DHxb-V90 z12oIPsEmxJ+GU)wh%su^xFwE+EX0_oF<~Y7%{Y-L+EhnCuSlOBLr=+&yUu+01}>shV#hK(m~{y7?L5vm?=M=D;@k%~6j?8aX5lT#XL= z?;D75eyg3E1u8Xq5&?z<&h%@59!`-Y;eo?Nm&@6SNWedykJFNyg}X5;iF0Ylt$c>Y zgfQpQrH~6#p%?{MjNy+Rn@`G^CSExu4auT^sWsbqJL)a3HIX3HtGzc~bdGo?5(tZ4 zV;d!SMNS9){N{$U4Bvp9)C_bBWMpH6%_wkvh(yhWk0!s7JiQ3FBphbDAh;OBSwX$a zz4HjJ5fLAsOm*@(%FopQ^rdV`j$Qzo?l*Y{?;UQlyb*m{3+DhXr*>fqSeB4S zj8nMF%dAtgqOAruozStMJxDUUQMzGTO;&x}NKLP9vZVazhP8@jfO zk&qn90w5svPF8>~^7xA;U^p4w*dZIw=LI1mt2)mnPQJyT6J#K`IK*?-tk?+IL~)=7 zE}H?98#Acc9iXe6k?6p2Rp(i$9N0yIqzOk47cD8aU~&AML&K@AKDvO;~h=AlNoIa7koH2`3@UDB`4uj<#KWlVWmOF)M8qBpY5urJO zHxD2}@3uRHy%QrmY4+-gnN61Rm{HT{Pz@7~>kRad*q2C8Z^HF9D%lpBf;#510p}|# zH$%~)2(=W|){6pF!WUqvej<=BE2xMYD=N*U=2? z`fk^W%=O|rk-gr!PUNn)ucPnZ36G@LOZt}HTo3x_>x571>m3SkD8LUdr?Hkkt?F)3 z??Z*KV5cv;8l9KMSN~nMxQx9psYhNs4@8l{XP7>zzXx6)@v6b!?sXWj(_GXmL5XNL zW|q?jUSCFDgtktKi$;~<6Yl@6ZK0OF+lCwa&VHOQs^f>--Zy-~>eom8Z!Rs0q6S{y zfj&FXY|5hpJ48ckWY!EsQKHkaoO6&yS<}(EZIRhSVmwP8lDgsga%#v%YT56~@4Mmp zjzoRVz;}0IcUxrE4cB+({B5pEjK5>ZlbYIvT~@WXDq@;p`UtbubWw${EabC=n37hx zWv+WhB-~|XK98EYj^9D31-4padCJ$P6}Kox@V-u*c73dg>)!!88Z;^lL5TSh@sE-0gyZO}W!mj9H5&#j(ukiTeXq^*~m}fbM zdmd3@H@}hHDl+*zvh&?kcIDnfc@KuCc^&Qdm(_m{XN3N9yLDz^3U3bDTc}9%TBfZH zY2jlkR>;T0(0g7!G=>&(v4fgk7V37eEF^k`J}V1Zy~@i!FALf9=ZmtC>=imx7IJ!p z@@1iLuh8IVC=w3c91XeQ(2!`TEF8Ke8j6NPw?;!9!l9wjPuhNuv3E$`vOkAV@dNXDGCum;C#XlWxB zU~i95*Vl)7oBx-lG3mOA4vcd-=?tV`GcS;G5M$ni8)p^ncBqli?zDJo(X6M$yvwm; z)U7!-UMDHnLDCnQYw#S11L8f4FALN`D$l2K4IJ z3)+jltm*ISdkpTiF`Yq$pkaC6mK67I1r5uopaD9od#4ieU@YwGk&Qbm-#2zbA!4*7 zVreA5rv;N&Rb#bCOH*j`3(;|m`UCEkc+f4~%e-C~80%cxKb5mo3~#e#(uczKVKHXH@v75v9Tshf z&(SF&Rr(X&Yi{#r#%XVMkj`@5+F%7P$8}?kad0jOE6&)j`0!f7t^3rrJWFlm3Th4) ztXR9U_k7>Hpihdfo;o&mI=DSDBY|Z{#5Ze}BN-B+ru9$Z=rv{Ef4a1S!dB60lF#Jd zf!ZrbolqJTqoz>J+NDW2P_;DlYT6V@r~Mh}r*@duS#Jh2QViW2gR?zZ#mqy40kH*^ zl{1t(b2=-0olMQjjZjsHP|j26p5S*qmIt}nG(tn28+OBi{vkJe{zRB_qA4`aLh?$4 z!>}mlMIbF%(&#khmY?TwYlg9rBUmUmSJ3ii2=7>OpkU=f#~U8lhN4)-tBXk~r|HE& z$VWb2)G-?3N~Z?4WmaxXNN8dFv*z@DD4*{<7dIf-0B09&)m9sEyqKP?I!yebHtE9K z{@f4>=+eG<+$NgHR-Wo9bN92HDaUyv-@+$(9$?R7ik>i8k@hsW8P?z)JUm9H!()7A zN2n7&_PCVymX260hxw%MiJ&j9tg^pM2g|Wc@Nuz)>AS=kl#14p~3C7ePIyd>U|&*yv*pzqP%q##o21-{KdiNe1sy5 z>nAO^O=r?gLuI!At&)u|94bbKe9a#%`mkd3!Lkq?cjRxDM~Ob77<~vw zk0AOa)aI6>#UE9Se=Dr3IhPd29voHV1KC-kRiM_LgvIYFD;p@k+G%ztVWEWU+AuLRf0)Wk;N$r9=6K70U2@oQr$zL5#0VN-*!NhZ?reJY{aG~nz+})>_`c{ z&gX+Lm?#Rym;0*J! zeS@A>g7tTp`jBrZG@8pN@Utb}Ox+k5Dr`&VvN>=NZlT;Ru|?Do;sK0Xcc;W8XH2Q@ zsKED*Qr{7Q?^yZ2t7}XBAL!ar|6l0ZQva*Ew$zvF+CrUr98HsktpV1=_4qPPTsvLc zIA*(Ur2-+_|1QalKK^K7{ti;}(ZW9P!X_}6b#E6|jkyg1?>sWl+qy#FL}stv#X$dW z8|9GWNVzM)B9mkp#rrxYfu0tZrb3x!`l(45wPD`o!itj31;5RcWjHLIWi&p;ln-CN z7O|yxEnmkoshpRcegBycvfTmp_lh1pcBh_ z@Zm$vG++_O&`{W;Fz#XDBKaT}^9gvYCrS65j}<8IV>N}?@JfO1!AQwxqf6+|L$^~w z^H?9i*#N!0K(fPA5}Qx&PbvLmTd82bzoy72_1AQ2P>NxK-O&-hi$(WDTX0bJ{%g`0G? zINsE!dT^X)I^|fCcE(RE1B2WH+X`oyuxQA6TfhmYZ%%cE#V{qPW?!Req3Xj>DNC)G8SL;T%9WUn^WoSaE9V(N zx82m=3C!WU&>X&t+r^up_;dF}hn0;T5*=|tmReZO^UwZcqT=Mnj)`#Mj!Fa6}4UX^&$W zRORNN%0!X}Yj7_5)KaqXh~H%aE=CY`ZaUnPOo(1&3~ay<@3^67~giv9Sm{<*~$(p*Rr^_ zKvTmUG&7i7{uM%{>`GLu>JI+TuTGRZe z1`GXDvp0GR$4s#L5BtmVzFt4Id7arP+exj$=}dH6sUuPv&5fOdCoCFyCGC@|>p5U( zRA6FF7nmbYgxS%R89fblmKJOcus%G29b<<{-wm)p)GmCYA&3x$bn^NXVH5KC*mXSZ zf&eR)7%45$EtVKbCn8*;n@PBwA;evzP@-EXu@J$<;W$KqjZz962gx9Po{9T>1g7a4 zWkr018o)Kh?merhPXq%)yI6OM;?e8;)yubs3KJeBC@Y zo<5y1@_C>_hTbe)@*qj8Cy_8;>*!^btGk0=D#1e^DH<*|X1rV>0KBh(8-sC-)p4;q z`Ir$J6vhy^+r||rnf468!?ak*b1M_QLtKeSHt^{BW1bqguq|2!iyCQI&p$k2a0!Gc z=H?b0kx3U?{S=)3)oR$?t@x#PwR#56&wr0;WpmvGDZ1e5ytmqG#&Qpfx-=GhEJ2_( zOe^6j^muZZR+jJL13slG!P05We=vJB{f6s0f6r^* zuK9&_jrZGia#eBx+I7DSO!a*bsTJ3LfW!-=JjRxHxWO{qyY&`ml&c48+$2yH2s|P>mGUEE_wY+!#B#u}k&P#;zv}Y3x=#_@u_}l)3_0^~k`` zBk)ws+6ByAd$+WCzBJy)2aC=%ke=$M7B1752aa-QaiqC4{PX!?3hcRqg#N!QoKe{0 z(rjvgrV+TGwouEgZ}>mTyXuK(-Lx`Hbfd8^aAgLyOca7fQ4l;jS9iOXCT;vmQs<`T zXhURCV{E|3kxbpk5piQ<7n;y^>2?YwLGXkqn-9e2ol$mQJ26_!jGq+3K+^d}Ut)D` zniRdU%Y6hyD(BY-p@c*uE{fG!B(ao1wTQT;~FayJrk7_*{yVY@^R?00YkaAL#ei4!3@pTgM7>TmQ_=cV>!ZD ziZIrxY3!IuIJIrP>lRv8{|SyrbUb>DP3>bm$T1$I7!Oj6P9=FfLNPk^jqRjSzp*D3 z-P6AxFq`iH^z`osOs3y1zRQY@#INtNWBip}-#74Fkyu~E z@LewKrl@Ydt1MPazbE>xDD*+9yYK1%!Kixru5$kdLeJxx59P~W_&iVlB8T!9AIksc zP`;V}EjyHd`B46qL-{=aJ0YJBg&vT0#FoGE=d*Z$s5JvC5$GPzNCb6H*mVMY1IQ;~ zF-tg>&{cNvwpDx-7bmMdcd>STkDHy2%@Dj_gt_ZNX?bsH1T29)o`Jlu#upK0l zgS+23Hev(QA~^F)rDO4t^A5?!7I@n#7Sv-jA*Il{@DGB=AXr~eUX4(zBviSxOXD?p z@nCMDyasXY(zvnNM^DuUF=c7Y%Gv)VO^z>0`?t_x-k`lmf4Csh@A5_ZDOJe_Akr7H zNUtK1{z+uO=aIV4BcbFck@`;~1HOpVeL;>-A><#Cc!^|(x8D{n?zCC_3W;asIHl~F z)0Lc|Y}hfyfmnFkGx=y28#cyV?Kejp2q*aOJ-19E4QP z@?7O})P*fxs=1y|IPh@;A9l{=JF)$jfjAEDFwzXa`voK&auhl+$lYp}yWOJXEI)Vk zP2{M)SqT{oEle>Vl`?9} z(Y8OyZVTqw!S*R%CudVQJmMX3k-w&~ECZv_v9pB#_*TQG5t8s>*k_>{fDElr$1Lz3 z^vbII{4Seu7BJ7omLekbC8^phs#Lj_$au#`>PlWu^+?{s0JDj^yn!6L^?)bSMgV=at zs6~ZmC7ik5+gyoA#i~R3(u@C#S->1qkRZ4wM?@a5pQg#)bi&L?cNk4vK#U$KZ-b_?y5rdP(4+pI;LIvW7To0m#R|7tKO;`j5h0b@=ag#n6odmau7nB@uh@i3Bv* z`GcW@4;@;oo<6MKhmPo*aQgb`vYzp6e*J1{6c)5R{{i`k?>AtllkKtVruSncNCSonHZM?IgH$p?Cek_?`u44w@#;47vy4nRR8Yq#_U#*Qp=9VJ=! zi?K0bMyA*xPVxNYB>NSRIxAsni{Tbdvp-}BTfm6h0kn@$mY2j9B?W=*) zj@?Sm*8-=E-9XOQ1E+)eMC}`aGaS2$oNoqBp6u0b3!E-A+_l>SXBk%AwL1c56z3Rf z?+Tn93fE1&$zHh|KCVwbUoH;izftn2xTP^%<$|5DCjN6{G(v>3^Dfdol35EvQ%bx-0MyDM#TTOh=0e+`h33S>s7@ z+lUi#KAma)Ph61m$s9Du;s#l+ecbc;y!BK*|8zc2UqM!7T&xI+%Up5xPFdy@^=r=W)&}m@oZqWI;$F@9o%(I=)STa^ zXK|nA{4PC(yENzb=&{_Rxi9HZ`?w3JL;rdxKju(={Gt5BL;1T8c*%HvV2+<#D&= z^Wh)l^FPh!f0@t!A)o(yK0h>{zYU9%6+BWeLEFwKTF~eln9S%K*xI0v&zydranR#V zzsKY$9{eP3s z56tKP$^WSGWAgb)9^O_;XyAU>4sITQ)=snWUPVlEaPfq{4~@2Dk3>HBL-}A`fUU`%LZ(B`faB#-jZvreXl@Q z&}VOfu7?BKVn8p?=bvLhheFRtoSyAKQ>0inQ@1nBMmpLLjL#JY#(VvNv8F2dAO^PG@}t1?MG_?4 zv_#guV*yqfiA#PXJiA@INaDb^E#9HRcg8cC!c)SM)haFU_qMSeXQgl9EL{z9s*p#| zoU}bVf3@%T_H)FLk56LF6kqkI6+==?f_E*pJh-8tAWr!`Tw9gwji>EOdazaE;`d-t zI6CC@XKBDbn|YgXe@We`i0bZ_ATmYzKdMl=X_fTs zKQ^rlK32($*T1W{q~P1*2^0wz`W*zLWPa?G68RUupOPgBR(c7Du-sDOlNj>}8k=rf zAw5pvv+8~v<`uYbExv?XmNK_21Gj7`aLWh1{d_%cS#~(LEG=-$)&jRo_qjz^C9Cn6 zUqKwaDT5~ySCcq6J$Wkb>6Y-)c8PPY9Rg{v236T1agF&5^yC^=e(*)yHFD#2GF8dv5%N}nQ12HA zwT%eXCwU_IeNaNE58D$ehtwYx36(1nDtA;u&1_GokC{;SiguLBwWriaM^I{}PpQ5| zO3nOIN@WugM&2l+k9%iRwflO*Abjm=H&wL9?bGt1FQ?_c5?XSbKPk|1mQTyCRwc6t z`Lu*u`+1PLJfPMFnazZ9XKnz$50ybW@wG?shiD;6WStSTB4s>84i6 z#&%{$eZ#SB(%-1XXJ9y%N^9D5MEXttCH;JR^!?PPue`*aS_21QMl_l?L zF>R}uwqCKm&_W(<(tm{Pb6GI$x(V{*3vTR11w9V87os8)B#N=zXhoHYq+@KWUDhn& zuH>U^sCOUPLQ)Hdd4ytvm$2wleza=wJex)=0_i!G!I|Y)w4U&w(WAn~% z(O%)`y-k*GdP`=r*S17gS=sntt6~pd=0zxO-{&~EsU@1q@XKX0@rjevZ9%|53{mun zpB%X=>+0tuFr2@uS#y`ml#TTW|9*oQG6Yq_iPT=e%iZsfAPWa z!p#~_K-bJ~!S-bBs@|E@(2XpmtNCz|vhKsRHTqk(*R@m(7uT+x7bSOU5Ull36WYAv z>60DYAGm_5DB4(hW9na)LzW5IG%reN=SM|K9rChD4Q@ezAn z$RprcRmt~2z^Nq!yw_>>g2wxpN`4^Ix#TAj4^Mn5y%#j5MnrPI#ES$UO1z-)k@R2C z80@{E@iB4Z$Flf>2EKNkG|ojwd068k={>8!f7!IJpU}?>t^CNVr}w}<(EFG;T7<|_oT)F8N8WsKzdJV9FQeXY8)&CAC$q98Yu^t1n)V@ zlNtpg3~2wPhTmpcXmjwS#$nHBMEDsEZyN2l`9D9P@!$Hrk$(ptKe8U40S!e3@MIbX45DPfr z?KFa(ObjrTExY?YSAn=BU_e?wvn|LMQVcUpPIaF%tWh ze}n({p|Awp<`VM<`fg4{Jwm_pyB^0!T5DIjDfUj)K2(-U4Q)M%Br0(ZF7q$;F7qcO z>?~$EmLF-AokLUp!cECg&HQQ}?43fxQnjDqW3ZE|{k(T7%UNf5_6yVejzz7dRmurN zT2C0#cES)a{Yb~#q2v}^9@rol(wc2})LGQ^B2Rs~AUdQi*Ps`5-d_OE4skn9Uk>NdwG*)Z>; z;XRp#`S5^di=Dts>O!t=C;E5wxm4YusLEqbcN$9u%XFXmp)TytF6v#ovG+-}+1_v* z>Rr2`;J8ctL|iFqbGE^~1OUBYgjn@VAn~-1_0}m(pyP#gT@?2HFzGv2FYG0a}G>`e|#(#sP~R zWhp`YR6D8~Ga4L`8q%7{_J1%cGTCb%it-k5`$@|a1!4QJFKo}NN)897Ep=|jk&g*Z z@x|Tx5w1E_ovywWUnAl(M0}G_|5QSKQ=O%L9G@=Ydqn(wp~9-0O2p>~<-|V{@fEOm zs|LnLi}+*_Zx-sb_+}AbCe-)hLqz-qp^lGF5$Y;+e*6m&-yq_z3)MsYN?oGIA%fev=vyzgwtl;$ww6L!GR?t}ckbDB`== zTJNVYffrf`iZ(MexFcZiN7M$ zaC8AZxQjkMErK4z80S*RG0WILUq4#u$3GE_FvYXkCzvg zV$j(<>9l|A`6;K}Q_w3Mm~)(FAMs=|76^k{Rg70Kv6<5c`48#F2GQz81iGNywTq&D z44TTkg^Na%>~L*5uXw)0#&@WU*jK%mf}jX@n-)bIM$if<;il*_5uQiC^J*G9P`-%{ zZU@YF-Eo8X5>Kq+d7PYyVQG|*6%SHj8E-z9@g51mS+7({;SnzP{zAEDc!#^IsVuy6 zNPmKIiv{u>DyjmU#e$#10^X;L8~dK0V-%ZH7_y`I-)l*t%x?f*8K(S@Pjnn!8;+_z z73qAQ=D{wnn-L)>p=-tcrA_-j4w9=F-nPy{;g615Sy-dKgEi`^g0OnT7gpz2B}YJ5 zJzcWIdd7jW@X}xyABACjw3CBLY3OU{V_5$?9D&tn4u+{cPit8JF-}1dGrBr>kKtJd zTAMQ<-WQyKAq#aX8JB~4f}QQ zk(VOtS!b9}b82-{%b->^!Z0K2JyMA+5FFbJ67m~Sp`I&gd7ty@@O+WYM`Iqcy67GS z_Zr8+9)NHD0@Z^N`*hRo#Gy@(M%5`Z_*>9->RNJJt+98p<@UM@|15c9pRVNCW5%ma z>{;*FBhEX{DDTDoDl(f-BH}nNxo&FVi1(C?-FGxw@x%CW)QlN>Z&K7&GpJpoV%J`6 zsg??AM6Ie#?LA^QMq64f+M2Oz)+#kaVzxx>{p<7l>-nAEljoarc=>p{S8^helY2k8 zR~y~`D{;Qs0p0JJ5S}@C7+blVU%54QR$zOG*45Yit`ut11v+m?W?E06s3{0&G_sbm0ey|Jjj2n?Zn1$s6!WiphkG@-a!&kP zN<@{IzkFt%_Nrr?_BvLay6=>m)b+$$pVINcCx_*2L7!P6Slw#4k>AM?8BNBs5AlAx z{?6~jUZ)r>Scs&H#MY=Y{hK@B{Eh18M3tj=JvgrOu?|h(_lYl84V;S~U3~p@?_ATm zob(UN1p3$ij5F>k_6(1z{)xQ|q{OJB za>9KqedWK0r|<&?4L>ziNbENF9)2Vc5SN-d{J>=};vbi>rtCQ?t2F9YHPVo=UnDnN z{o?i`{+j&*o8f`;fj>UZzJ%XTBUJWdg<^D}1L6ylL}zZDr8bJ-a$-W+y|BRS-FXt` z&$FpkiRN-OmwXJB9|c#tW;O&sTL$aZWiFJB+(_n|?UPZ?8^0<|f9?%g-hu|d?W0>_ zw_{@c^~{$25mCqQ9k4s;HL;I>$T5Z-T4de_^_P!{te2WbcQ2VxOX(@c3{k%uASJ z1WqqR#j3P>*yQwFCw{c)k;b{khBy7t@=DCud#4?GA>`}4ltYmW0oXSUt$#JFN%!lZ zF3yJj3PUXDu4zW`IJZw=?W-lNN@`1g-8v9EE|D~6K9eCScvfkBk~Et`EZtW<5>Z

    ejhK-E|jCXAuYGAo3@awtd61=_q2@t2M?GZwhH26YJuVqNV@Ej#CH_NM4^ zo4AXzsVc7|5ZgGNggmt>dih0L9==n^J_#VPkZ(gUg!)?4zM*S)t@=>kHh&E%X1|50 z&#~KLGNv_|wQq1Ic~|V4o@lae*TvdpEb{n4uNA_?E_^Ih@x&TU{AydAWPt@gMqrxcuK<_1FM5Kt z^rY7NS^rx5v$KYKhxtoi!-@7<$#*q125JdguK_H#?aRBm!6*svhT zs!{owm`m}^Mi|wO3bGLs^%T&}LA#>LJmwjHUFw<>)>P8ZK4^1-=3t@uWGmJTZ{1j$ z^0(;gsaie3_E_|t`v83_YW2uf&2k%tm4Y+J%A-$XlztW>yjg;i#sbMzt#bE=6^2RH zH2u=JK?gyl1<`QcgCb1`j)!TD!d35WWR6Wl!}$(EHAfkPv&R~u;R4SS$NZvCOTWxt^xM0Hd4~C7 zbOzF_BjsZUt6s{58g9do_SNf@epzi!xwVHxr95=^zYc&ny>s(BDmu0pKQ+t#=H8C_ zsl52NK_E;Sg^&$%J=u&bet)tVQ@nFh-2tJ!IOv85g(dS1Yz?gyzsWMKk`ryH2^PLJ z@-8X;SVzQC-fqCA#!u8xt>uosg6hl7YXeUAW$(@aWHZ2RDe z%FvSORWde^Y_b;I2&auP-=-howazJ-7UG}$N-UoFP4Ih_KSjd4_z%9v4!_UunwGj^ zEUk|$9@1mt6Br*UbvwO^jWMAtp@o>=eBHxX!S6rFS=+t9v;)&=Qg!DxO%SmD{i8Cq z!!J-w5Ib)ws2DSkP3ROe%|iwfFI9I-i_~bd-w#m~INRt~TCODv*Vy>9Oy@8NzFV9P z`;@z#wvqaV#CyhYwT32){XSQhlN7Dvw5HgTK>8kU)=gni6WftF>P_9w)CGDX#6Lbu?0zFxt0Qro#Y+E^bx`KhSK~d% z#DpoB=IZ(L#m^AER|_jK!}PnFw>?wy?60$uF-z^=(KjO$3O}{&#^NcwzuO==0vP295>ciUSqwbDH^(zvj3U3PC z!xqa1w4A9d%E~Z>ubz#nwX6z5`-VlR-jC{1s{Tv~-Vr&lH&nC^mAnLR$AZzXs8*A;-lmVDu#YARH9WPl)+vtUwBzz1iQXb~uw6PTO%c?P!jUIkAR%LkN%B$Md zR}c0&Gf8$Px${gP{S9aeOR60)4V@HWG#hZ?JEZ=%zpF-BgRA`O&0G$(oGt5eV~f6; z_o4le4jnLKIK+~Bv(#iGPgx6+E=URC#u6Nw;tAnihmw4DLOat8hw*pq<;v` zvOQ(0vD+0p7wr3bxN3jND$W`gVHg!=zX6I`5$nbZONQLSL_A`oYoD4LB)L)@xQ4HU zGq!1NWLOU$k%k{qYSv-GyT3?&%#gZc`jY}<7UF8(${luBS7e-M zL~l<6CFy&jtO49RCqjf|7TqLzDG6PRU70BCQjRhaeyTY5+5T?6Ul4_kY5zWX z>6yZ}Lk9aI;9h}bZ+oYvd-MoJ>&p;{vRev(i>FL8e;TbUNHgzgnG@P{~56xj71~S#9-jeKy$M+jqq9^=FTE3s0=4AJim>hzd4+GPQ>kouW6(}!d z9+DK=&3wty=@Yxq(5M4k=HD6H)@*+nK3S#^z1Vy0h{7tMnjCml5$ zADZVE5?xg1i+-mObziCBr{W)Z?Kc;TcFpu3=XYY8%4L~4kSXV zS+CNG=fw}~{=E)fbX!;9R|}B(%e&4kIq>bIOmLUtOphdY?XC1Jzkq^m93=&QRM zDSU$>18Ve%XAIr(wDFq|rJ(kXKDAO>=;Y-|geQVL^LI({N(nZcNAu|9SnbMmIgI8s zQ%h|nM4d|Q$Y+2|F^5j)lGXoYOp>6q_-|j>WO%xr`s`G3n%?c0g3;(J%~W%TsP@>X zkp>?B{o!nG%^SwIqf?i}v)iT;>Z)|fd)O18zL7sR3$#R(eGkICk1}X_oK6;=q$RFk zl=fJ_)1fiJVIw`ke3|;odKfBQiktg%_y4*j)~K`94#gsqF>I~wTtoZD%Asbu(OZtt z-{>d4g`A4hSko+MJ#B*iX&H3p=Tb$%v|^s8@Lc%2SC3PoO5NML)cc3^3|01jj8D-l zzJW<7ntshc)(yZKJJUV7cYgC}qqJg4?Kh*#QCs`Qdlp;eLbn|q zY*%|wQ1?yGoW)6Tq+Qy{-gH4rs@toK9*3DoFIMjx475^mNu8Hv>t!vT24hi5z|z~U z2_fvd-wwDuN+I$jnwAot7VsMrg)L0q6DO&b?v=rMZ~cx5Adj|K*PeYoninV9nJBDJ zDM0Zc_V(+d)cYWo@Rof0{?T&z`In&+>yJb4YYlHkvyji0a17HAo1oF-#Z3V zW^GySDO%S2%)tbXTt5k0hlbg=Kb`sepvyYN>Y(l^#IxHcaoMwZfif@gz!7Yj_k@Ls zcmo$&@*c`eKd|C5j90-W)_p#?p?EZ@aR<@B2c-lYT67wMD&h$D!%kj&OIB`4UlIEW)>6BSv?7tyJO>(`WC^<#9s zv$LwtHZ@D3R=f$(%v(L#9b)dlPKU5CQEXXchc?dbmWv5S!Vu-2w%FK|SSAFPWCQonEGN52DBMGkgi zSf51>mq2NN7~iNgJzeM}xhwOdi5JOb26+v(EkykLL!VEkB@a zO=UY|#&C|9&fIlCqobIJ6( zD)p#+_SPR7t|Rl;zeZa%2s(+Oo!V(c3|W6mxA&`ifV!M)odDL`y&*wIKu^~FSrgwA ztiUOwNe6>U{ksGK=`242UdUrbI`;l=lY@~tb0dSob!JUQ8gD-*u5{Ff>beAd9=)mQ z*v6rEhV1moQ79FE(Nd4WwzOlgtu^QdR;uEgrvDBNYR}e?qzYa9Tyhb4`!I)-SVEGR z`MG&d2gpWs+_xea4Xx~70$1Lho>)1_Pw_PMP7||CLx(U8p) z0Tx@A$nqha6Zj2`v5Ba%q*>l}hcpE@BUf;{dQwUl4!_e|6<4U8J z>954m+rS!^gSv-}pWyC>Pa|i?&(f=zrVt{b+L6!Ci8s@UEkexK;)wH(C}e~vWHNbQ zXh(XU6VImq`+&{K%6a=CV@{sDn=mPCPD`}2+%n2B-iC|o_eE#*4rMBH{JQ5{EOs-y ziBNQug>g_)$^!0>y`EApQFDsjs5Lwb8AjEtvdr9|)!{0=O)4)hB|lA?_UlG0ks)KP zWK5SSs6~Rnq~uV%q))be&E?;mvN!dyTx|s!V51h})W4sKK__=95G_k@KBuy|oXPI~ z`b={8Z?fLIQ}CsSEAPOYAeaH*c%S-_y&mUMPomrVQQ198<6nV*|`*&Z_Ol5s$8%uc|<{YmngdM^|q_c4rcURC2El7P8^4 zn=fwpy@Ef<;}~{2Xw5#Yg}ddo=d~AvZ)8>??AD6coYt0tV=8wWhVI2=kIRay4vsg7 ztM)AC5w%l z;yX6+%c@7ZZNQQk{L!C z(XAPm=GdL-4;nF^i3}Ri2S-=lw{`m{6-d$geH>zU#x^)FKEzmB{Q1ByJ8W^hR=l-$ zT+%xD-J>0#Tg{lH?Z2ZD%!?f;4;nED3k^MYaU*YClsTp-YJA>1ZezH9tF?2SLww=M zru^U#qg%FALv)^iQR3LY^90Yz_(g}!%IrtwNggm8dVe0e)NFU%yf5BxCzmYB=H|iE zY?#T$PjM}=YlU0;^<&<)!3B?)DYOzd{$#@}a(gs)>xUj7Zvlf5kGNUZC|t4ut%EXy zQHx%iO}85Cb3xHCgN-Kf2F=_o&GrX*mPoMp0rwzS;NV*}%qn+13g)YHfdsC{;PYZbNCyxnuHR$CA zM#CVvt(qzS4ws;r(s=kse#CI;&osp6kaaGE_uq4Sh~QA4=D&?ip~w*aA%tei=R?K0 z-z>o`?+U#9?&QAGgw!7vHNqbkj7FW>=SoJw9~Nk7LK^QmZhZ3$ZF+~8Ipem2d_HV# zgu88LdXX}WGTic1?UL6bXK4Hq-Mk>9C9XOl-vpHNRGpLWitD1_ZDe!VWVRdqdP0?JI~Sbxj^_h)X`z(yiLl&~e$aW^+cL4`l2ln+`J?!@f_8dA5#E*LwO% zqL9<0Gj92n#h(xT8ue{rOpH&$7UhZe^0N7!*EJrp+qFAye{Rh4%2Ub?`!Ov!8`EKY zx7eL6@>F?l-h1<~(Rfbz!S-7(X6rS=!CQhfpd;Z$;mMi*T58F8`*kBocY~x*3X1V(fh{E!Obw<8`xV{&RG_OZA5Zjf-yE zfBvmr_i<>V8=Jl8Qs6GGCAH+S?a;XBRj?lahvHUa*xdB)OiV<3pM2D1pjX56`0i|Q z-Mgix;lym%z&Ov0TT!L@r$fEQs~LIX>ranlqR0p7j*e%~80I|dhja&1iBBfwy|Nd* z3+`pl8qGi3e${w2G+jJ*Mmg8=U*ER8BQp$bnAECh)7i4CoOR86m(4AD=rx{d%_>Z- zAM^9yGg$slaaB!rdU8Q(T>~wmm)e9BFN?Cdg@z>zQ?kzjJOb?2#0^u@&S*Rq8xO2K z$Pc5A1H}nk670fLo|6B5A+A+&6`@N}-DjwEQy3fOx#?C7x*Lj^WT>2V-_#!uaorpk z4>5QUIT>iE)nCMasA>kuis22ZlOq$?x(OHdH`v-74|%r9HcnT#n-TnGvY|rhVIG*8 zY@Di*8kK)XRd0*g|`oY_(;N zl;_J|Zqd!3jUw?N9}#cNd&+^7(a25xX0^pqY2#c#=GibNAGMTI;RvEGJ#kqHnFG6S zADSU5NA4D7t(nf<5{5VV8?z&KNvjnM7DR_vqsXfj^jmGVaw-@3hZ!0dMGwWs>9Q&M z>kJwSBb>K?R=^TW?pUXuQF~bZa%1Y$$VYf-m4r>pj{@Z?7A1!F8yEThU44Yy)3`tJ z>l7^GEsqOw$hpkgg{U=xTD{2Iy$vsu<=E!v5-1v?rd9vFJ%QRKd+ZD@=heLx#ZtYL zb9SRzJ@ZV!L!QB`g70ESU{N^Y?q#)H)XII&*5aVKX|f8w8E(O&M(WNZ*=qHiGs8Y34oefGT#~tWSc(2}v$Jrj zj{hjnu;ZkZLiORTrFnfpqPbF5@}Lq8e*n>BLZA-Qc%ns`e~P9pUpCpe*e*Jo(>-<<%V zyvFQ7{!1(VLws!|o5W#jG8^BaTpwL3MN8CtW;sG72CJf*uTlX=v1&@V?5pXGJ|7A~ zrad4pXy8)qla3l=)*JO7D(YS&=INs|1~J5OYVo!%{h;L3GAYuex^;LXIZyOZQ%`*( z_XUM^a-MGCt;4QlM|AFH6qla*RxX>FWB`@Rk#yfsW{k6n-Ih>t*!&NOqFb^Yv32B@ znVzKI5ZHsfevs?3;sJRhCAnU*BPy5dzrJ8L5L}l@<;DI(n$^XAR4$Pv?9*$SUcU2A;T;@L@kBDmf$<<(*ZxxwdzV!S+zVDNMLp*CibN(Il23Inl z)H5NUdlyDSw+@Z_=nevuV#bc&On&2PxW^vJ;qp2{_k`#p=YIC2x5^pUiXHurak~5? z#WRN$%jzY+1IIqPHxa_FrbLd%MB1gk1f<5DpjDO|0iKZ^g|lRl?7V>T|6Pos!G zPm*zlj{PWBI`h*DN3jyIm;UB;`7T|Y7V_`x(aXLE%Tf_iQ}5b;_AKZ&h2_`Iqve{^ zqKEq)et%cIBR^01VrpP>CdPw$75yy7nZvC%W8@(Gb;@`n31v=<$Bf@BV=t3$7#Y*x zlmh3x{nF66c-LEjBfDQguuIp@@nO>=JNeHkA2)BB$~UEaJiTe^_>2dGDc7DISNoow zUKz$AA0Ur%mko359nBsOg}?hV@l1SY-&6eezt0~mE%R`LI@zqoD4*t2FsCw!gXp?k zE9>E}U6Jwryua+*q&u+rkGynmz9OaSr4_6r*IQ~~i|H?j+n>xvB?yT46Vp(>fcPO~ z{p%EoUVc)0(*b*BE4%6WgLcd1Xpvm};di?iOWP}ldSIgUi2E%!U)lOmfDAwNe^8UY zQB%)DV)i7~TqUTwa)q|#YglycMWkhLu;>D`DKSUr&S{LuBIrjuiu>O`-cpyEWBt${ z(46BhJ$sT;F{Gz`@80jxww#jH7>l$7rM-HTFJF_^{$d&Zu}DZP>=)5+WP0=0zIQo` zk~$E@{VLUH0pE#*glf+Wve92kmrj+R!3+)#)Pu&3w>G zg7Kv{llU+-&E!$xwU1YU;kI&U>UIA>LP-rF)0Nh3r`QFa^^kc1Y@V*=$oGe>$|Ne5 zY%NfZW`}^emmCO5;t`z$~LFJ;uf zFuoYYS$Sa8f2sfg!4v?Y4}7*m&V6#2|Ma~(PdQo@ZM7G^-z3Z1XG7Y%%8mN|n}(%s z%cpixbnHPZB!$OPs7V0r1u>Ur*)9G#3e7Safo|{mS(cw6{!O3IyU;2PtG%KNx2jSz zsB)^FfKJv?gU%;k@39c?tk-plAHCANv~XY!cUqP?BW*ivr~5hU(|0-AynLP8fw^?E zmsK}(h%4Ba1o#U-8{DO9-n{}@15RpcOz0a4+9El&vi9Po=%5Pk*8_W)MiovaP6nFm z!(WMZIqcdto?gB1zXukYOqql=pSRzwGWS8vF9Xh*_NYcGS`sM_iuYR&imR8FNzXDg zL$wagm(1_?{iL*4S`vfmT+5cWRkqc&#i(F&dTE#CmhNrEZe5(nz2rE~S>?afX%1I& zT#md_lDbuI)Xma`j!@RkaB{s~V;b_vU>194`q1Xu=Thlfs7-F6zv~Q`C7gIl?uo+H0DX z9S##lnVU_n3*&Z~>uII#9$GE+P+yr6Wiwq>NyMp(T4Ze1dgd~3RJ^xzx_`fOtiy}H z&8$jv#wJK>IsfWm>DMZ!F5fOz!Uq6z=O&ljj@Q@znwQ!|MCL^0BuRIY=xPLhgMKq^ z(Pvq(^zG6c)Q;?tMW0D0$sKgGY^ybey)i7Z)#YjgUIa4xP?}zd9CU5{2ny%&4kERj>gCnlpksU-nCj|an zxevf!Q7PIzJVYeBA1h;Wetcu9N$yu76Q+tQj(gBaT)^tYNB5NN%tq%W%NDAZg2phn zOVZNC)pq52wKGYQ+`n||?XBDgyffk~--SN~XwhC-6;X<@I864`w4X5#XX@+9GmAtP_wQDnu?X5Y4wlzEi(oqWeOcEfmbKPUzrt<6JM| zx{j#Y!7?f8`@kJFlM41p%$6|pKzex~tfqWi>S8a@xq;1>{BMkNp=(PaqK($Aj!=__ zSmJI#MAJy@d@~Ve;JdAAV{@}hj-V6Dcp88DBEIKFhr^mf&orVfb#j1-S=guXhD_B+1*MT$--CMm^&?g&0XQGRKTbza9-3ha)- zg3o8=4CqIuP=gj_2DAJ#jMJ7LL7?h~Zci-t-n2o>QJQqo3I&W&BEK2u!$pmxrjxCLx3+l{F$`hQeUxGp*ZF|j4W{vG$d58Nk&9FDpdM`YHB zO+?uH5!3rXe&G+F(>GI-1t~z0?#k(f!CbmtSHvn(4@e02%p*w!2fRC=?ZO)2EF(F^ zRHk=Vr#zxS?6hmHtmo|UU-m6Yg8W%~Inv1*2&RkEGgY#+bvP0u6;7op zi!{G~8W9)2)x1%)(_YFi`G&7fokEhoKd(D*Qsc%H)8q$?U_zY$voeY12U+XZBtkpi8%7OVG;OmFO&yPZ7WMV?4_3 z?y*aaPsFS{XKzBr%L701{X||{{ew%Oj0cUISa*6<-jhfTZr&>u(zHv(NB4%#Wx99$ zaw7?9XpvM9mXc*Za#eo`R-Z;Yb+R1MUrzpUX~bLagX#KHDoa;_zF%q6n}Mp$??z0~ zLk{?qQ=gZK78%O5+;PxeLCwis9b#ZJv~khl+DRcoQy1(+&Z^RSk=O<8w|_b4Q`!-G z`=i}<3T17??copXS&`Pw)D~JlQ``)aF|)J8@*m{b?shaoB?Gsp4&s-T_N@tmVlueb zuB?Y%hehfwfbxnS=O0pyCR;V62Bql@$&K#HV_ECtz3zEoI+y*kXXd1HUF8quIlcv_ z=*`gbIZOHeUe`eRaTBBnygd?@-_kAjgXB{@=hgNXK8^gKq8S>@?XwC55-hm7!~0lJHi&fW;P>s<&K!nKvU5vAAHQ?Za=U-{z-dlL zKHfJoJrzQ(0No>s^So=g^1%i??(KGNT8Dj@b*U!J!t?*q^Rq8nU;v1;qy^@@D z)QZ3@0B`ZpUh^e0ZN;w4^uLWMb}GcIKFM}VM7p;Grd5)2?>+F*pz@dgFvip^_w$G6 zxukR4x7_=>J_?fVG}iq^IjFGE{BI9=j;AGzxJG!*?whY4lTh-=EbgOSvZ6sk0=_ytICkpnUu=-N#9Y$U)=Yw@g55eAzYo#mCG%Z^Gkl z!JX-XJo&li8%I9X+h05iq@AzQX5PfJ?yh%_Uslm0ItaLccj>FYMVeblwb-&TyvRMJ zk@+m_H_;1SQbk6=JGIXu=T2w>ePUj0z}!CBAnj}jgavX7JQV8$tj_tYhPtoD$T%T_ z(D-I|lct;Oy58<<#Yp}@<%aPGLv&cU?u2VyB8(mJ zW%13<`$xfPxk~X-+B~k+Jir?v1g-y>+wDQ{mRqDs7h+MKSni-P~AvN%B5-vP55Jd3(+-Hx>THAKG9ulYjtc!6UG z3+^Po_I7b|9LQW8T=<$2-w+3Lm(cQJ_1m(TDgJ$DVJ4dOR5Q||aHc-(&Y6O1Wo?x} z8!hycbfcr|^h~d6V8rRJi15*^wF^_KRUhX>a_M_a8v9R)lguf8hx0bJy;MGO?=E9u z2no}3ZcDS?c;cFC7^g2ZaJ5Q77kbxXGQuZYI()=!hQ{4S2~PHsnySKo{=BXsPOV?+ zMP%jO1VZVUQx_sX|7@EfyPchfFR@D50quMd7irz5sxSY{jWN+>ip9r|@(0vmINqqn zZI1Ho`SR=kbsC@f>m9j98!vtSV=_pLGI2e~^Ve{BPwdcWij*kN^2>)(iAUe~raR*H z=g&@^yN$0Qj{>-VIwM)NVafDM0L*?VOJ|3*1HK}-!{YX64pWZx_bppLFJ}9yFi~0z|aiF^UUR1?n zp@(fG+qh|E=ho*5muH~TbVUZ5K*YPko!X5GQzrMXs2#=Xj1!%rm&OdaLKoT370rX0 zV!gRyulB|NogH#k=Y7bx(~!s}`R1-|lu?e`$fxg{g12@E$`vVcI$-np99Kv(54G1z zH(#}=w-*4eyNX^Ye)IN`Z&}3}B{jRi`!-vO%>PLId^xI6Rch~>yr~=>NMF)17#1Z!90o6A`-C%S-uCT%PiT_?~0qYKl9{6i!c@X&KyJEWrvWV zg_!%zPePZ?K4cC~>KYgM6f&3R#tq(Je@jk&-LB&>0__f%E?x=viknRz#iL-_UT+r z?;}YuMPetq!|b-plCwPXp9mP9G0azzSx8M8NtOeE`G^ zmX6G@fa6MR-~qHgDMSXA-kD(pe~1;#0O3kB5MNk&SB5EDvO%}O)fjyoX}lvt7cPgbNCQ!WJ<$3$AnY()sSb5& z3&)o`K|~meD3A&KKMeFKA-1q_WQG;|6Sg7?Bo6k#;7pwv#_;FZiVP4JcoVHp22qBM z<46bCiX4zCcoU;f3kimecV#%jaitqzHuL}igcK&zk)Z*n!ahs|;Y#EXU6>3q!xWx` zeV7Rn0JC8RaHY-+eYg?!VLFHboQEDDh6uxCaHJvZ!)%Z&I1e*G1#yGPbY>g?*R?!j%9JE7(V5h9&&%zt^lFF|ZA009WeFxCi&dKFk1dfM?MI zq!4-7M;z%l_F)c41w4xxpn(LyK6Yg|z;Puquo8NJ5JCgy)a2#pfE~qUFUl7D#A+!h~ zgaT&JVXg_M$7ZJDN~bjNT{OOkP(buy21s)=cse#S6Cnr|!r)Au<_2&xY-T!w5nPED zA%Td%3~;1zY-Tn>4qS;5p@w+C47$v1;kXhN_z_y<280dvy~A7=E`!ZXL*Po35F6Nc zq`4LRBQ`S&aSQwiBZ4b+nj6D?v6&eNPA~>7LIzQSeaDghVl#6PU@!(FLJNVxzIT~B z!f~Ya7eQ?~ctaKxmb#872qG{Ox|#q&0u${p*MI}C7O6NBIYb90iZnNcCtxiy5&U2# zOf|05X|4}9z*?ju=)qa&YGQ~GOcY1rL7key@#Q<#A{!wC&cakvK_0BDHl{(Gu!Jl9)G7#+GDRea{ z|`neSE7L2gFQi- zo5S<5lbHx%@NG;ruGDF62)D&frX!fapV8GM5OLTO9O)N!G8-We{*0-nhIqlAbeY@1 zaU~kCKf3w`gbTLSVXg;P#!jXoa3xBJ18fUvejol7JDG)$0Q+OAaivak2s{`&nStO2 zAEK+tAgZt}9O(=@nS)RRA7ZL$A)&CXE^{Y1u0#l?MtcxIZot?(ChovVv2v*hT!|c_ z1!G4}n80JOa+wG|Fg3;lSL&R&3)jWUr6Yjg*Jux7hyaWoN9x7OWh11)uQ47}kOwgK zt_f>6jszly^THyRDboMbAirZm8!n8MOG8kA@1Z@2APg{E=?zvc3n2o&hw%VF%whS+ z2@5!`#0DNldyqn8VfmdCMsPQ*Tm}MHqJj9q^1CMN;cHmA9E1{h7~_E>g+;D|VEAI& zF`)@(#(qjgkbuR}9)u7|7_O9!{gjCi0*hljC?JL~TjYcp99Lojze9VFK*V6Sof8Id zE9|Fq1g=C4c?z@bny`gWV?SjhZiC-pJaDA2n00p;zWnN#(1pumKcyk4!Cq*O8xRf{ zuGEPAl!Xundtp2%A$G7|$O$VruEYiYgZ3bUsK9=8P8h=ju%9vzxDqYo1?*SXgd_Y2 z`zZ&Z3jTxfz>$bQ%$AlJ~8+(w7AOowSHwhuMFkA_aJ;+3Wz^a%{3J3%ijGQos z<4Ef)L1Ah5f?xr+qBlt(lCa>;2}8Ie_8=W+qK0_Gg1aW{;EULUY=i>16|;#Wopns; z!PT$_X$V?yD0=e-ga?KzwP6pk5R%|f%qAto33i5@xDWrI(`8@A(fx}~uJwH$;1lND z{HeD#kDpA}yQNjz4CeQ|apQWLotuC7*5=6*`Fgj!>e>E$%$r`|QF(na{vhhxfk${k zQv!_u;!Op#1W1D~WzbY04ZggA)&ptqr4$+mq`{X;XcdqKU&^7mKpK2OK%0Ryc#>QK zjRN9L1+)T~j4x%-Okgs;yn%iKCgV#fGzplDFO|@@z+`+WhZX{p@dW{G0Vd;#aS1dM zh&L6`GN3WOltI&h#`y9E`VnZ1FQw1~pfSEwLTiA=_)-qd2O8rG0{Rtbj3*-{&=?@z zR6ySVNART#nhhMmmp9Nx;0T^v>7u-KPdK96*-+k$S8h@5rY8kJ+)*(WsiccHImj=% ziujU(gy|~cOEL0PR}oK|BakGzc$12Z)@{a@IHZnlGrr^^dvu%eB?>8|+l()n$V%O2 zd`Ut+(rw0o(&{8uGPnGrq(l@98$<$%#sII|pi)@#YnoC$YdQ4HS>=30ZVFE9!rV zW+w>Xl|HIi_XHFj&W#Kw6an19mojJ$a0g%BK%0O& z_)-c@0q)>SCA1E>gD>UKV&D$GAfWBQ9X#PK!A1b_rUF|6-Q{LL4Z@cMq`7VozT_h(bc68Z zL?Jqy1GU6>Q6uwXboLEu#VhC_z zN8yVYz=;ioFHZqZ94LI@04%Yh@Wl?W#E!xj6~Gc33SV9TmN-!OLIzN0Md6DcK%E_h zFCc(A8wxK3p0IlYs(2bgjOuy|h}gXVtmNChSf03L!D zSV_i|?o0T~CSaknw7& z2iEQa{lh^Y5*1^W>!4S%*e=?xe zz2BR!exk5hJ7_)%x~|Pqu#MJzhS{&PQhUtA{3UC*-S)K1GL>>T@}gJik`w*&vEv=+ zzRI(8xqbSilam3qZ)9PMixN$9Y+q*{wYG4deQ}TogwRw>v<4QHJ`GVP;NUAA`S9{R zY^3>|bl=D^3*H<`)LQgxa0|mEMCDVivcPP=nKmcZ$iYE7@94?C#;Hu(r%V?0dOJk< z)_m%62Lkf%7f@(INgrn32-enYy5=E5=8kn{aVvwKZ*iLW#vbhY^$Bf%m=k+z_=chg z(x-GDy{~?>f9U^(HYnV9?M&o50(*9wg#PT|?`Fs12|2+}2dqw#2s^D_e>FCG_zcDS zurtOXE@Rt*wZQACi)Y$?6I+YzwhQN=n=0S-(ju1cNE&sGI;=1j2^TAvxtP5{THK3{ z=OEW8XL@hIav`l!eDbAeR+TR#AWUt3V0M(lI3~oA)cU#3|t+HQQ7yMi+ET&wt zfBB^U@O|Ltq8BSuw*B`Loyl{(_s1z!$FJ>oIsU>nL(eKZZ4P-}HEgMqx=)2ujnsrw zkJQ|4We-EL0;jIoqb#qbAJ_7~_R($)j8lqUUw(VW^KZc%GWV%#DaBg;!zU+vZU66r zp>MIBu(kE|x33M$6`himy%*F8PVS#9PIXy!kLFs3LBgNb=SV|p1qd$Q%=bYbRPtGeXqN*ajUDQN5^ptJr8V>$vL`K zm9LrR!(?Dj81usjIJ_KYWoHx0}&FINjSn@uIbFQz3|I z^y_tg_BMat>;}-iRj-ix-!;7Ls;6D(&+Q{0+--A>QT)Ikpxr&Y40JEjD}3#gyqYkB zN|;xFma>iAk2~M>_#)w3_?p{i`bGCF7NaOF@L#t{%G|2*1$gD``l*c*kJ1QfisCkS z#q+|qFd~kNFzp&Xzc=W1+!j#bS9|v1VcP!**aRp0<81JVv(6*V z#xKW-9;&g|>`Omi=e8|oaE>f9QwBO`y6v7f$9cAW<>%w= z?HfBdM>DTRt{jbAwW_9QantRzf9*U1`?{Q4aA*6CpRcoi#{2v#B&5YNcW_9fG(%cE zN4vLtRE~zb!DsH$Cw;t}pzoZZE_d?Jb(K!}csY+?&+r`f+&qE3_w#WcDRZIGb9YFk zV=iyLO8GVBsZbo&{HzPlo}qlF62jFzBsBbK^n;(vIkaqWj(?7D8U*9yd(R{i{E&`g8B}^Y`_2 z`vo``5|XN%k5kd#-|gr28~^!Xxrw{}Iald(E=a;fpI-vSZiW{Gys$7j8l7;3R@&wE z4heEO|C)zH4RzM;5N9YuqB2hGgw6q>LGG|1ye4q=I6H#e^YW^H-5pYTr`xOib+`Ag8BfKI>g5&6ic0%k-oc?QUL(#> z|9=wtl^Z*q6A$xu`MKPkQTN)()xECpjErc~`JbK({~i90FLwIyF?Mpz`4w7eInwi$ zI}E)SJlyoXMda zVb zbm1A?SD4c>3=PB7F4`hBb>>s}$`IWAjXS|yC#yo5-wy~3m`>&o4$2B(;Dv$L!+|LDl}@w&~csd#qyRf5YISyoyr+I<>@32p`Y^&a3iHN zhLa=Gvwm3A&-qz1MT_iCyD3gPx8LXVoa!IN+t2@VmNeMv&i=`jwVz+s{(jkib!YGA z&N{#^>p;Kk{oOSJT5Ls@OmhzP^GB8>cg`@KC7kd+PB;T6bSI0L5089uG}_|EPpw)h noE7dJ0>q8y?d9cFvsqBpc1>D0>s+C6%eG#{otpm#Uc-a~<7hE} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/WebSocketMainInsecure.zip b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/WebSocketMainInsecure.zip deleted file mode 100644 index 58e2a4edee5653fb170bdffdb253e068bcbb40e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 166610 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≠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®ke_ z0JO};PlM@F-D3hM%-R#Guz7`zF-1_K*CY-$tX|Vm1=}D_Mf3!ku_{YbVhvk=(`Q1R zB96)yAGg_JPzaD~N73Tfr!~%x?2k`mt;ryKxvLb!4UlG6Q7B+KKY@m z|NGT2o=#Yx)4V`ka%Uxixi85(@r%=&OJ+^JwHLP#{R~6MWtUV`R_=bW1W&#zLg?{r zRnc;`>_QrQ#4dqBR2wN@Y<@_eY%3SMwRLG>N5{<(nUqN+qn6DYYedM~VEWRDJqu6P zM>8JRZ4&~hmL&t5bRrDV2^&jEuRH9L7ESD1MP%gXy>qep55YgaVScobOsw&y)cc-_bH*$Ku1v*RT4SPA^6rR8kg{2T^|(s?=kD7sz(m&?WVUB~gA znvK)xXg=n|P~f3Kx5EM$V1PD8`WMjilmW*OlN@o$s&M$B+_diKDOzr#jnoSG+2nT@ z*-E1to{Xx!*ksh!+0l^AfT2E}Cz%VrOmH(}*=$|`luW#=Xn?MkYbDq_U}Z2t^|uK^ z*!OzJ!^$3!*#}R!H^O1gLjZXznUmIV{swrVY)Plj9NOdTxBeAR?r*Vqt{Dl%w4_>4 ze>06(3~3c?N`mIbco7|@f~|DC?M(qH?U`s514!!0#pFpdRf~FOvQrha*j(2i{MS$b z`~bv1eL=dOjgXm*A$+$zu6fj-zX|i9AagY|wl-X^w+G>dQI7NiBj&Q3`QK{ncvYI6o>zYZSy6S%;#O zo;^wC4k)Ye$iGzd^6<21=3+Q`RwMCSj2SJ4YTRjB@qVFh{?tiipfjV8&|`6C9CkU) z5a+9w+>v;55RX$n){ToKK)jX_-&Z&>zg8<56tdp}(}rp$c0SM3Ojxw`x2YQJOpVFe zc%Aw6vNrB7(cdX+Owk(M&#n_surQQ7QArj686RHwsz_XkfuO(IA)kLcBmxEF6&6-a%Oet}yR-`ydW*cj;*9$iG(P$P7)V4vaME_7M(+IgGCP20Z z!y4CTl)R}f_SxcQ*Kxo@E)OLgr?hy|q`>HuMMRZ^m=s>nsE~&VMGFW@dDcZC$qXbQ zg-abscYsJ|Bzg+nHW=ou(Z8KmE6W{`Di=%S>7AmXdtS?5RkLI=DD*HJwmbg{6PczT zgVzLp;`Z(g;#yvKR(^l25c2dbO>Q`O9q0s;j7{>OXHZHNE;9i&<(XhcS+hXQqwUOV zq&rc+4vlaIm%a{4LiuOF}Ygfvn<3y^9&PSLP%U5%SlpV#eB>JNW7(Q)EY&?XFBUb|aI|J)QeC{3NT*Rg z;mLK440n$daVAQp#EQ^^m&BTS(}vU(>J&%9%n8Hcvv^skGz{K(!6^VSgPAYn7c}(1 z=w;$Q^DTRMx z=3Q{KA@r2Nykk^0|VrJrE7jm>w zmUgu(Gu0AtaFvhcP%MOtpu&-rr&=R0KH%n5->>?tEwZtG-BVznFa@8xnKa2wo?zTS zmq>AUY;i-W#h%+1f`&Yx>m2&C5)$r;pn18dAtTu)Jg5Otwbe3tTbeU7wy+^UkCX~|Cstk=+ zg1J|qaBE?$jK3_}N|02(2o4Wk{af{h6l#uvf?k|*yEONDC52Q-)JEwf4G|la0weiE z(a6mxKuBcrlCR;rXg(B7+|NtR4S^fzy!N1~gyxY%#z`7DAyQ8$A3q^VPYQ{}0^Iu` za?~C~R?#m#s98?(+xbmv{;LeaTz5IIm55_A;ABHIu-nV2))t?rWQ;H2TZ1y4RPvSf z6!$;Zz#RlR;L^YFb` z98An4B4CHoNxGMV( ziOCY#3a;c4DkKjL`OM=Y3Kz?w4}!qC3ItHp@ec0{8yM}H#Ty>$Bykx;NNwUq{I`mv znAQ_&$|8kC^65tfzPS=k3ZLl3XrVzZ_%WT2BGKxaTHYm1T4CPRwM9wXj^-$Ta&a@K zl;QYPM{(DNL?ia$K?#HywtPh+(h)m!BtwqHY#{PO7Q<*3HOy|e9OZVJrI43=%nB<` zDwqHkND(n-^_e(Dq8sI*3o9mp=i`K)Q2TbXuhZ}27gCjVA!_N+`Rat$LnJK9kt7z> z&(z23hL<};#i?GquH6O*OMaro%iHGhQGn{%GkRC+#SR@8W;xnai_q+GgPFl_SMxSz zbo`UpRRj9fJK7;>iebV#0(F4^2$W~@qM6)6VG2Uz9=y-&hcHQ3)4Eb8tk8b@>?}wQ z%pD1DcHH0_(y6r=%J?AG9)P3=ps;T1!@SE=(=6sv5eO2mg8PxtBc9{7%!Gt9bKKR>2c0q!*w9!ctq^X}r5pPCa$rBbOMpa@gf7B_-Y}tu1 zr>^eVtyG~XcSXYMD{{NKX>`d5oW$Q7b?S*~>?^Fas4PasDO_~822EMA%;FR|OrxC# z@vcGJJd~csP@hsX^+i*P$Kos5`^WbD30r3&wVnxJS7IkGxqLzw32TKIQyMwQ3I81y zF*O6CFae(2lbk&2%3yf1q|#>)u_}Iv%2>BnnbK#H(Oi$!+i~&Y_+H;dAsR$i-TOLI_lJ=rCEo+O&y|x>w+l_qPOB7VXtK=dx;yobHH>$9yhjhmGZbfO{ddzvNuOW~kw{reqPtL^R z%bJBoo^0yhvW$Xv&CiAz9^Av0^LDqSDm^0M`$%2TOYs**IYL4S8{%6~L;{byW~`KY ziqyB%8U`ia$uDkptaxm{OSdiPvmGpK%M=Orks&A9I%h~;Bce+&uP1i8BOabEQLV+* z!s}c32MLkXdbbupTI_tvI^NaxgTg@2uo8>M(p4|BkhjJ;pxhYQW)t_F3vPu81#iM@ zaq^h=uTBCMJqMgZmB=oE@0Pr~S&-cG|@ zTjqCPVQHfte1ShCt|sz)vLzwV@R#(qsuK4rzht?iA(>K}V@Re8BSMFnB%DSaiFl5| zmQfdK#zIu8BN1p5lzIAz=2I(<-&E6U1aev+o=9?dxP*x0g@==!6QkN+*m~5vd9?T| z&4l+)9=x#jtlX#+-7?hN%5va*&u;{}9;A@-5kAd1o5HMzVr<^ov(e!$jUn-md5YW( zqomvC%1F(LCr>>wv@4F@Ct4^$hNB0T;Jw$ELm`d{ZJNspX*w1JeQM;l&9$?zrF5{c z!BU^{<^|6uuU5WV%XTJqv=<#pEX%&@GuD;WB$4}RMJf22XUo8H|HP|nE*3mP`?9lV z8mDmX+WSqpocA)Q5*AkN)#?_7rvG_wm#dv`FAccwM~0OUWyEN2SXpwI%Ygw!vySrY zx>};hJCP@nzZij1gBG)*fe2!PjJ36A`f0p4BJ)+TBlE=}!yUsc^T_PKFeq_lni$I9 zq}?TnlIH9!BOaG894y3#1ZvK(qHrqx#kv-u(g<>@#2if%szFnR^gfLR7nvj-a?&;H zQs7|LC93UUM-6F{jMDm!GFH3zqeNH|7VD#5!Kumo5cDyXaSi7@baJq?IA{rKhXAmp zkQdFFL094;0Kisfd+rUd90kfDZ4aA~x@hhGxpGgPh=VC>oyrNCH@|4Hz+8en!X(f^ zavo}2avoZOswp1kX$p%6;~`ibzg*vm%#vC8*|v_gzQkJmPWY#!U;ET`z6}~wJb#t` zq|)q%%G`-iZmHrpj7d;#S(Z;9P8+x1|g`Yl4|vb^9K};jQn?ast0tZhCVsC533xI z0ZJMNZ;%c6R9<6803Xx4m}5LS*^k)@IAUpWN$Gr9yr5dh5lGe84@n79HV_FJlY{NX zvng`K2et7qNW0p>ef%jUK0gGwbPO!9`JlEXo}yYv-iHNOseDFu_XU@=-}3FEoyVW* zD1E(bUsb#ISVnk=UNORZHCT1V4PYl|I@5%I8&j%RRf^rs^?g=@<3u|nX*jY953+q! znc8**dE3ZSRrPWcpoWq@`NiR+1dU~yutLct?B&5$w!alsd-M40>#rb(_1ex65rK{7 zx7tdv`XhF$*&<7KlrcX*VvY%eV!poivDR-<&z1P;!up(TNHZCCuohiW6`x7@E+t@~*bxbN+o4{6SevRD0~6lyxSH$5;6Y4gpbC&7V|^fQ zZ3NDJI!nx&?4s-;E1*G^(5&jvj^fOue9<4J#;f1na3iz7mU>CB8nr0>43YK7*5RG6 zf)QY`N2K!o-h^=$L|JgdrV?GAp9K#2Y0KE9!Vr9!<8UmzZ~tZD)K9Y#984a^Qyl(2+VNS zGmp)(+}Xs1hlY;;_8S!{$@MJ@q96h7DtG-Y-6v>=&RmQCM05?pq9bdO^E085_@Swq zqfaut24JMiO?9G%sU&U(t84K@YmS4<5wR@DBuh7MZ0_zHxmE;5v?mKhu4=?OYdsR* zlH#4*18$_4j*&f%qne1J7>_4Wt3dJ7U@|!^1gWl%>sw0IYUV^>vC# zeaJ{p(`%EW3v=HEeU zlNi|(hP%dlwy#S|o>>5IFFiEgXkXDgY4px$Uso0uG*CV>HSYWFU1=&2w+x?9alYXU zS>!$6nPJmDjTpbtx(%uZw511_Wx2WTHzxZVBHjWuvN#&M0k09fzrDSHH^&d2Bpozg zvL^R7PlfBJb5{h}mrA9aJ*4tRymNS--qUvWVt9zpd7X>1?b7uzMR%!`ac#EAoh8t(+HWJ2sGio~<{K}r}#9SB)DJWGL&8YbnwjCVM z_V!L-3n78s{(wCby@jgOs{wds4CpMJ6HV&FGm><^o;8qGgZrI4je3C(g><*AoDhr7 z1f9Gxe-1bh8yl9wc}uf`U~t^s^w* zpdo0LPbQSd5PhOyM*YRdZHB(i^upj5BUVrjljPst|DB-xVrX+tyg^&nIr~8KF|*km zqE>?No}gr~5V*=GPQj`f`bkGIR4#ClQ;cE>QRkB^VU>))#aN^!9Qs&k_lX9m1W&dK;Y)wQ zPgbb>6Y;Z>0aM^=kM!SuXGfxeF~L(r;HqQSxlxr}<1-Gj$24s+nW4rWh6!ZdvAZhz zT9B@TCfS-x*kKT9&CPY2HGCbWz{Pi(L?z+imoCLnF=X9$tiqq)@?|JdM@#UOqYyTQ zX7GKTXuv}7<%v$Z3mEiP88qdx26S)ROz$#nrPbXR-zGKWc`sBq|P@UP`d5)Xn(3#(S zbRtAf)M*6@azKK)(9MM0v!ldf#5qO818z1cXs{|`rtd2rVVM&|sp>jQm^I#=GTSgG zw|em$jvpOROrqbQV^rRjl6Y{0QUd@d0izC&SRR}ZlTf-Hcobf;-pGG~Qy8?X3h{@U z%nBO5gczm^+V%o7uPR}?gT*7V-sWFNKJs#sp0XesdDq4m2M9OF8i6YfBneYQm%q?k;JR0{4 zGIC1CtSjO}E#xB_t1o^wt+=N&a%X0=KwOk4?%!z8hM&v_pI*aDCBajp##57m&rD$! zUijt@3@};F!?Axfe!n)EFlf&DWZ%y}o#Cjr<7f}?4g_{I+9O6%E1C@ntF`-)IbWPs zZ9X5vOK2KPPpF8BEQYRz!L(+iDh7wH++e;QG0BXb=DjeqvUOKhB^e)%QGdEoeznlT z5_Y;l8NOZN(oJ+%ghlIs4I9o@05TRz7YLr2T+t(n%!+NmGlcyZ(GOczH5a9 z^zJM2m`k%$({n+2a2Y^QHX`-XecjMzWg#4^Bb$yen+}{-e6sQfdy0UQV7!sGE9!mj zz%D5mSGzpLf<=K$_xg#c!o%_14APF0_q4zSI^XfF+PBo3<&YDEVRNIe&!Z^AE+3__ zyimAhWUm8JXugV;C5Q?}pYTJi)-2n|o-at9xsQ-;S>yH0tzCvt^FbW~QIuK2;;v`1 zlvO_ijvC>;*W;uf6-=@V=8g8-L^}*QYPW~r{u^G|{NV)aOMMPs;-p0~nMBrJtdVHf zUhF$37EDO|VJk_QTbFqTVK~1``v60|eBCxC5f-XAq^N;>cGs9x*VH^$ha17h=6uqH zEAdnrwlwvc4?Yz_KCtkQpWEd1ziBH@H<=H$iO6=u3vYN#;-)Q`uO-spm|AzHtWcRe zdKsA`GUn3B6HPJrE{+<*IJ_38tXP;lHm54n(s=TeeJe=~b=)3WY;K^Q ztz9#wv{|p!Bo3i6%p$#vP+YD%_?nu|%iLTuthHH-9N020wOMt?5`Ddp;=^4=$DVR4 z-vzlk@US+vOjJ{*TCZ3;I;_S!HZD%MG|r5sHkP5?S1^63dx8Sb`xA&Cl0(Wv)A9(%8m)bx_OM zTl7FW?w#XzyzuQX+t2JD40DyYv`VK>-8g2?B4wqG3Q>5^2f!qvS|Raj8PmA7F#85{s3DlP%OAQzlQfl z&gD6?mr7Fc@mpbV{m1lK!N4Xxkl{$1FoTRCS$p59Rhwo{i-JsLhA!3el<6@zyd0fD z^k!3$ZMBr;36q=8v!m$E4~|r_g>2NPC!E9rB1c0aha&kZFq+3gujXkj4R==o`&n}W zJA^$KXrpzf`01Q*5DnNs^SsQ}=oT4}{w(}Szu&^twcIcf#+(ZGg*o8;>6s?d;tj>c zL6zp_%TDA>y;5?3CVp$VNRxn$ecbf;)Bw7cdEagjwy90@QyPgTG)LXke)TBSzyxxj z<@~T}a29<~a;DFDyi*op4J!R+sLw@+63A+>>HN@Yz{~zBwQ!Z-*u5gPV^Xa!21a9AaTH~cOlrJqSr`pWE=Xm1VDt^0#l{? zA!p$@f0D67%J?np!mvY6``zyXwL;LYk!Z;@RNFzS_Oa0JwM+NI+97WOwe;cIp>F~| z_W|D^a0A8kA>W{IH%R`c^t(gr1it3SNh}VjtoezF0X^*JK#wN{ zfZRt+k0~YIBA%LVBQ0r)R6O7&!kIwN)FmkZ>OBM0z)zA2eB}R2k5>%<&0koLK@BK* zorGGlMc`Bg^|=j8;vd-nKjQ~hgH-VonFUb^Fqs8f_HA;>(Ojr z0@LhOsfD!y=jxTIg}wmu=+&u(zW@jC<+lqZ_8o8$w?18tb2=waaex`OM*u@a0A;WP zY7Bszg_QAE++}75p7wX#?c6$so;;4&JeKS~p6EZO+NEp-tKRVJ2DI_l++}SAzVi2Q z$+<4kgrBbpp?3$tbA*)5CqyA5B0cHWAzi* z83Kr9{O1lL3kNAMwUJ8ppPA`-0wgoz`bee&HU0-cp!*0r28S@0<6$h#!4eu_Bp{Uh zEaZTb12k%Z7X9330aW~zU2?F}WTiJtmgN2?Fd(g(-|K^3>yzH=rC;i`U+M*4>X9#i zI{NTx(Jva_>-h#aWA$+Z=Li^&x^aW&!J>T&b}`uD`hNiB{{WNmb(sa^>=USZsZ2{&22<=?W&~0kfT>4X3eeDNB?o!r+op$?3XkR+q!*{%zb|DeUfh%@sRl*@QvQ>r z6mWu{Mh)=nCyyBbRUhRnM0&5qER04kR_!uv5zB%`ig{JY99V6fP4m>k%!k6jLKH~>| zlZ=YM*+xa-th4gUJ}YO5s~TFb8G#xoq7SL|zcRehN+)mKzUJnHDqBU~AT$o7E-#EN->V*=8U&i(kRGHORI(pJDbP|b z7&Um49%w1>qYEVL+VZ%SC2GnnL=j{q*ilgl^XbR0IVL-DhTU_*G9ax^;C1S z{Z6ys+W$m^zu*BhyVY|Q%?4+@HSS?IZh!+$AU}u@KTIaTWiGIjf5I*bd)Cx@k7;f; z=b0ki?s2-}Qf2AJ@rO#ttbHsH6|m4lT1mlIyyewzVokYn_DP zlCc%2+TU`Qv-Q7F5DxGNKZejxl)>Kru9}wceQh}Bp3%;LBIs=ol5(^Gf0v5@>|N4UP@4d* zUD{Ugs{rs_0yhx60J2>QHwfU)Rtl!8+I#4QDf)gw{+2kl*Uw;X6# zI#e}nKC6)bztA5D+_v1Ob&im7!;<)~Qt*$)hyCBdr}Gf6I96e|ElcCYYs&qr(t~9O zpzo5nf$AuB`~M^OMmh<&zf=GA3U9*fO8TD#Q6TQ6ZbmAY22>o6_Fszs->g9`1~s5$ zA0q;gvdh?#S5rl53NNR(lG~P!xYcCol$Ig>>=T z(t}@xe)9X=1z?AOi>ukCHv<;!mA8Yz0oO+Wlt%z2`^j|zkoAO+bzzxxW|?(FzzKXv z%?>^t0KH4t3i7WJzfr_}V##x1$>Tp~coQh;0d&)E zaw+S$tK9mvjE8Y~sPGI~_TC3*hk%n$)~i4JZ;a76?W0q+GwBQ`bb+JR*)M{}e`}5W z-gg1rAn^P~lwd9ta*otz?kbPz-T8$9JArC`L2Up01-f&Z!cYle>bnpW#Q9IUvx$eAD| zR&^Y()1j-GpvS$x>;Sbc5Hloq@7M;9!f9Alg{}Uc0SW`he`wzfUdB7V8oZkoUjGZC z+oa+BAX-Mr%O?ysI9;#g4OAzX?I^Ar_;vt0`DF+aQfcn320skBrKCSA~ zcK&=f=w~+rE3|&oUs_;ApcTF|@pii!n5*(PF?i-)Xdg!aLPpe*A8#C)GF-3FU82En;RkVBO-rA>57(E-k zh;}IdP96R^Q~h7akY8Rmd@Rg)Y|MFt5t;cVrStQbcpIor02>O^xcc9O!6#Ai|0N86 zal`wD0BcPTOHWTzE+6!g0Qvvr3vv;e{g!eu|A!^GAXuLiXbcK5tALneMa;j{`~QO< zc8S?RWdfLXD|r%+-!zZkHPPM3=>*#T4L|&i7LA@i?S0P0ea3 zShs()1bFVG@88EK;0vBkz~w+d$Q-hMlYa{cz3#1JP~gfS;7VcO)R~C9|6s^mtVQ3$ zT(n96=Ulx1;t851%`x?={;WdA|`b+Nq(+}yx_e}vVR{>f{xn_*K!zFeAzocH_E&c~J>_WOh zW&8b$1mr)!G>X$=n?>P{62}DCzy2ik;!cDFZhHumBl8>6gG!4-rpKKGVB-Iu>i9QP zIEd$81YBjz4MITM1trlGs{`!(FXZvR4~`uN(!f?r0qXvj5kh2s9p011npuA|JD=!(-;J>?b5iJ!cV>Pt9ZsL zb7BM;(?d(I>EWf<$&LKin<;>br-=Vicwukf|5D&P1TKKp4g}{P$nR)8(W7Er&92o3*zvf*6@E@1NMx8JuNl5S#U*| z?p~pk$p3#(#eaR{=sz71P{t+0YP_xWR7>;itZhjBznFp1|HTaa&nf6Kk0Zf0YpP|s z?}QtE4wU@wGw^9%&%gBnyJ6aQ3!dld-H$jTbgc&|a{sO6L;lHmdfcf1r2gW1jHy7y zaCI%Bf|aL&m6(EVX?_a-mmU0fWEWCy9NJ_O+LRnpjyld+i)RIZ-A7uBX$7d+$6AYf z0r21M8`es4un%%F55A>Ka!?okpEKYx?cpZE`3J%|P>O@R*#F7*f1%w)TsA~)CRlBz ztq@&K$6s}q#SM7d-*uNKG+;iDoa2AY|J=+JL2w?$S(q9oFN*6|?8f99S0{GVNvD%7 z*~JqFgMGH=YspbKAD_e_aNY$~1Oyw~ag=G%V%R_54Z%gFoPi_vWXkXtO zJ&H7@=}{i>2Xfw){JWhzq@hBHz(-o=o|9(2gx})=POX%0C(=HONPJGmbZPerBH-GR zmYjrn2B%H&q{xh6iwiKo7vv)YBI zkdN0-qh*O0bt+R=Dt@0cblN_XPs4@nm2KoETxf36G#ym{Yr2TwUZ3_76A@B-9qvJ zIj#;i`~LXysy4EduWyUs(aOu5Uu_wE zY9?pmw6Q6f$?(Ui6R|(UHYZx=QazKRbF?8i>G49F8;QtWq(M81lT(<=$KsF;-J@k) zY?{s?ZUv>TQ|-BEK|>Gu+-bIW=SAJxfQTz0D51C4>J<`CZ68KcpIse7(~TyCp^3Yr zOyu@qpr()`FzzPR^CxhiGEUZ1e{ZytljK3e1ec<{C%-Ehrvv_Kw#+jVl2tOQwzG|%>77qe{qNw8tjZYn21m0sl7cW` zlZ+SR%?qVIbHP08B<01Q;E3v$ zZ*uOMa}pn70(5;pRlUtZmBBuYd>Ad@!DU9hj^@3W(*(;zP8@J4Lk{hAqHf*@rP6tQ z_@k+U96vL*>dg3Uz0xqe|}h^^GC{VrS@pej!o^ z-7M=JYs0@vyzr~G2lH#uRkXpyqK_;6y4vJ&+256Ahi7WN0`%Iv`#rr$7kYce6Q21z z7tJ&G70=>i0~B9@rb}H$Q1gXvu&9A3$70B}alb=j@LfsqgxSp{%d*dOXv$*oT_|Oo z)6nVu0)jI%kv40H$fo=rI77`DXsBb&ZnvagTB(}7E#F@FI2?K$q9sB*u|9}pOp;iW z{mOjk`Mb&PLzoc9sX7MutIlVeCb+<@39GgAIQ%&sbT(1Mnq}8-cD)mGlZX=z?`IgO zoCv_yBz}ltg%miL{0grkdvqJ)F8 znDj@Y^$jwnLh`0-7AxBXt9}V0rq$Yg?HG_Z^vyGc1b5jZhq`KpV3|z z2^YXzMqFd!)_q9b^OO)J=U8^5J7KOtPdzIzE$vE9JxefU^{J*`H<_IEt)yQ^nPBy? zrC(Q>6oc+qbh|pKuW?O1XVX%7)V%IHiK}bfC*=>|P%nAuo|@$Bs9B!=jhuHwwsVlP^FK>3PVM!DwcEzqcw=Q2zLTCG z(SehlcT=>#QuR@^+m_pWb?ho_u}QP}u&_%%ORr4nLd&dpF*)6@1TZ=6NNs({*cD$@ z%uekoA8nd%4sVAe}e>=@xw%j+9DtVff52d%F_% z(AK}ue13N`T6FLy&sZl%q#Bn_+yzZJ*vn3&Ox6=TCe&CZcV&AHP^%U-drnYeD{9It zj@5HC9Xgq;&2J!4G-RNj#PsL%>l4>*k>d)~XwdSln0(C+(#Tkui3)qhNQv5-=5dY|~<%7tQxfM8xqZMN#?u|LcsR3r(0!vRhQQFCs zd6Yg=+R69#qF2YfLJ;n@^|phchO0y33xyk;mET1_>lWsO`XJnDQ4{sktsIzIVbqSw zlqQo(wQ0DHNfOf|%VM%yHTf!gwV&^lE*2a(eF@wTYA^L)E=@L~!LXpg8PEEaQpnqiF#7F>>A}HaaSR3W^teR&*`_oPE$3AM5t15limS*=pFjcHnEZlr z6krusR&=XL$t0)9CF{$U*2J7}ds?ePaMt-GokaoB9}YL;%n#nG4uB$MPKW!J+2)Yt zp}clX%el{LrD2qMHcz*hGCQ**{nX$3?6nDyvAVTHoy6~nb4B$pD2Q$)WC)y>C3(?E|e>l7_?==s{pKE9~Vb#!SE zluxbIoP+L(K*77h(cZ_YCU6h(@#P<}1wZwIA~TG4fYYZ9II#w%y|HuEpKmi(4T$MT&b11Sk;Py+CmfPH=a3cPX?$ zAvhFw=lwt5-nYSZ!&-CXmvap>6IQ~^?1UZe&a%&$bK|N1d!l6WgKnB7QK}ODxBajv z-|_-uy%A%FYt$g9ZtaiV-g)P_lWGYAvici+o&8XH!O$_R@eW4|WWB>8{}#q@;o2oK zDS&!t$@hh@4EDwmIRq=|LCT${aPo;P`pUN4DDdzJnvU9cKdW%nNT<6xsjXboR_Q|w zCLMo@_Sg#=R9g(_(ELd!^<2jXF~DhCqyt3r;S0(7%|y-v5-uXHF9Dat_ zJ9lj}-|xXxT+>~kq4}IaSFexcO)D^y_s^G)h;`oM_1n`sKd;?~$Doxnyu!o|KL+y` zakr6N-_;A?=s&0bwcxQRevvyiw>;1N^jP5M>w5~HG;UB%{a|k(OOO}ITJTU>OkFnX zv(Q=sSLSLQ9YfGAcf+k0e;-&2*aA$N#crxJs zxNZ>d3s4QawEfO-c-z}tFu!m`NcO_6gPZld`c;|ls>!JtY0Vb zu_!Z|AN_OsP#a*joF!7~te65;PzP-)_K;xtbD&}ZHm3nMHO*y8~KYeeFwM>_~S^uHgZlEnB81Six<@-r3 zXIiS@2cX8r&{lseQv{`E63`@4!>|M{dH>Kvb!pv$prBi;@HQl~IyJriqi1{WVZPUr zM;&Dm@rPDpCgE@H@{?lxj#tTi8C{Z3;fg3CgtZ)PT{g)ZNQm^yDpm<2v;$+u;IwhA zQk}IC6w%M!?9t{OlEF)5wVH*>HA8HTKf+clzHi;CxRmN2QOUemv zjgN4ZKYtU`cgYiEk03#4kQtNJtBMifQlz=WMCC;7jv~TGi_xTNx{DSe-L1J~OXZZ~ zh9V+Hi$MV}-9?GuY1dpLrg9>3Lusr3DJUQs^2JkutS76NorX4s8DN@1j5Fj5sUAa# z*qqT^vJC52-xNDEo6puR;rUmCFrT ztxjS%ZZ2AJidZ*46cSfIn1B$PH2YRDS*gewzn+!tV_Q1w5VIy$9E89Jai=}8%`;ce8mH1|rVQpH&R zbOC|gB>_&NJwKq7oMp!wAhbRGAMhRhXB*S*API*>l}yd>e`^M00M1sd{3bz)pmHdz zM!053a{yES8CqT$r)R_%P7P_IR3>#l`hQy_L~Mo2Z)*O8-S+r*!-C2|0mZ3R;gcVV z6EU@$bQc%b0u=slh}giHS`p?8L7h^P`}d=PUZV|A=_Tni>I%E8x_X#jTazFd@jG;& z*D*ZHtNFj5pn|Kd8MoGIOZ+=sV;M|GT!w*iVMQf4RcmHvOfwPIixiglxi z;`E!E>xDf;P_N(NGm4Wa%AZr?OZEe%7zUy*-)itH!mwH#W ziIkbXPTX;-1k8luBUse3VMDv6EA7j+r(?>1jByuJ&P!+obDyfd02s8=l?V8_eq<>;^ayCA|PnWFB;|`9yPzt$O>{a|DZAACUb=CV>FcH$KfY z<~lx2Z|IP-{%wsW>*F-199EMyCJPr<4$9>dn%|#dgn^_TZpLt;ndu1>iwjgk>7UF}9EF{E_Vv5^#YV2R)I6BK z%Z-F4gR4EzYt(j(CvI(KoWN&_D%?4$JLaW0{^!ixe-()(%4N*=<$}1fW>ws6S7%ks z_XjInD28#6%Fk5J;`w(K)^icly1FK?vZXi`Fihp-*7DQ$ryn7uap1Y^H0%3%=F?M zP3sAxkC+%rhlOX5Jnb6S>Z9ao>aj>=h98k=rt|7gF2P3hX3$&kZVJQT&eoran>3%2sHZn{_=Uoy5J!%A;!ghx28>F z;bVVz?aN9J#X{Af&BrGyw()=B(P|mvJ;lR4j@yVCOS0GeBd(E=t<|y{b37pKUiN(U z&Z1=BHZiih&irP*G%Q1vIh!*46ORRK!;DlqgZ$~p7M+171|$RM3BH7@M|KO@!gmOI z`6)ZRev)aM4LpvLS=okj>-;1U!n13>StxL0OLfUrbxX!Y=*%#Y-7c6Wc(0sd=J zyX=`DAtAedRW-f`is*Nvl%;?ppM7p@H}Y%bK1of1Egyy(@}nXpa9>jl<8K*QE*dFr z9k&o#OOp|HxfqqjNQz_4uuRrCvCH7LU0f2sz%HALL)jpKLu3Z8JikTUh|e65TVEnW z`IcWf!|4ZxJp>;0q*)_vdr=}kJ~CvOM@+X|GoZIdP;s9pLd7fvQ=Pa?6?9h|y!XWH zPep{{ep%9~Hp#R8y65*Gi-4a5N|*)IMNsZ8#Tq-63NdUrDUpeX^wX#Hde_=?P|Mmp zYaIE7skl~ZX^e;FQ8!G4R+^nWxZ84<$&N4;csgXo_Z3M9OkXlYlE*{#U@DIE@@cC8 zX123=)i@q;Y}jA5Y*dyMbi$WcpP1A@AE+Y>AX=4jrE<)2P4dH;t@76UZdbwC@LI`G zgBiLcdLG@nzz!X}lgfw*dV-a2m$Ley+|U$l#H$1ymWYw_iw%{BkVg}73LC2gpW;LB ztNQQ)qYFMeum;1M@BWWOyt2B(O zClK`?Pg#S6)~jiIR$mCpDPA>C#2I zk4vz|SX|vnY@ha7yANA2(9~=kma~ll81kNZcXC<&-Ho6u67SCdBl$16M4rJN^~ud^ zZ`EV&^NxL^ZOX||8MGcQc;|vO`+h+lQi7|E?NWlb%*ANWj15uRJbtzTF4~GO zZ|7trW&mTbWQVGbzli;E@>s+t>5@_`Zoi1m)(cy-nHiARO3(0s=u>0d+N-|9#&qb~ zQ~nAk^DLfib$SFq)CjgPeyUZS=tMpMa&$ad9s)4>Fs^B4il3B!LvBXpgGST$)bpov zS>={G?8@Q(@D*d{DMmXie(0?!7_7FvMFj?0)7Ou znRO`cGh6*q@5^=|@59=5x#O8Fh@&Sb(MNp`3ksDd=fv+4hs27CBz$Q>%?r45^99m$ zu(f^r(z1G}jl(u9-^2gCHAsGVhJye4Mfv*RL&b8U_+f8XH+CV~Dq>3mfb#oo<=CxI z&x4G#scH5;^?+UlFMCuqd_halH1pj3%!cA*Hz?&Mf*mndLu93B8t2P>c&C+3u%CF? za7Sc%k?@U1kjD2w<`ZlI1J;F>%eWr9|2la$FK%N!|zv~biBM1!&*_V5|71B;!)={}7egYxew(yn+Cz1*&L zDM`)L5%J5^CVQR_W}a`Yu&w$L8~LweVhi!#LT0r*roKsOFJfs?NZ>;_~B7z^ZMCQA6+!>ApH z8Ned9UJC7yyBkGh`PNR^90R6DzjH|?jyAwxB$;)rVtaZ{p*QS#(M7ga{uviSgF;>y z(pQYz>l@o@s#Xi{kmF1&1m7^r*(Gcisacbz3~xviO?E=Y^_Phv&LqU`vPjZvYEY#=!6tQzwZc0W;SvD4(jL>m41330QDIluqJxkSSl!8iy;*k7Mr42CB;%_F86lBALrT=Zm@7{ua%xz%$SBXw}Ik_9INB ze8DB6_^}U2u-7`v7dHw<`At}u7Eyd0wO^z~w(vEGYt>zfBWAxYh~c}jNX4kbq7S(+ z0#lLUN~PCVEup2{2Vqy6(~sKKnm1YVri2S+rds%-B@e3mG*da-c~5RVnyn|ibG1kA zJ#(!mtcDqp`@F6^tK+;b?-irqOs241;BBAv)Lfqu}UT z>$=0=>|TE?05aE^abmj`Q*^&wq_0JPicMKek^aU_5!;TmPTwd|6Gg=XL~oR6i%vvZ zM{oQt1~oE+S0i`74!CHYk?D$Z4Y)|2t*D8*<4xfXTu7a@Yx;^ZgLH1Pq+3&AzeY_R z-1d=ji=2)YBZKqXqnYYyL(Z=sF#f3HFtrvc@b0@xsdM!|BXa%BVYw`3A}@)ZChxgG z`N}LIN#U2)9QWTpIR{FosC}c(0K(Pc@S8yDB=wu{hMer`o5toC8O+hKr{Et48I zC-i8~dmlYrwFD0H)8_y8Sq#R1(%LE+$tpaAToU5&ExEUEtDt+PQjDTeP3U21bMIxh zJ}Txq_^!eE;NIm((-DmlJ(4SR&osMbLxQ^) z&bT7gq9^TV1b7UUpQEAC?Cx~S_)AHKs$fGBW%de|mdr%M6?p^a|89ArM6gE+UFlNj zZ5O1V#7m)H{zC{M9H zM+1;cV8LE4_1tmiT)8VTt&A`?4z)6(W^#x!;@mL|LAk`H19i?p6b9N<$ui#44@(1U zR+s^Y!%0F{7}RXFBMdVI>n*RB1kl&wCy}yY)disxW5Y-RQM1;6KN*a_-)j?Ua1cfi zJmirl>F-5hq@RAW+%Kx}@C=>|hiEx$7!bcu9{h#-RJw6bdfeLNaFb=_Z$(U;6gQ*Q z_Cu3^OD>wEsXy*#2oWwH{ijf{;6AGr>;%PoOKkiQ$&YH^#e*?GO|Fx zT3Ny)#FNEJdY(L4@oMvWm+t1@GwNUbHmBDS#vt3^t7?5!E z-?aiBM&VAkj&oxzPu9r7(WY`nm5WLzlrP@{NJ<$Z{ldv(S#nO>S;sOBNLs$QL(4<| z^UYdqMACp0uDxe;oN_~|)t?ALY#?M|4z{GR5Wf4qztI!?t0~dA98-06cdU(2G(uMs zDJS@^jsNb7$DMdQqQ4yBVu8~LyYh$gOG^jyg6~`5N0-O>>y@0LEojot)w-y|Oj2f3 z2^~0de9`K53KQppsu4DMxO~G$TXLp(-G%zimNih;9%`n8DR$jE+mAW3Ms$kdX*j{M zE-c6~LeC#>D7kO)rp`wNkCiX3cs5DU2E}^56?{$OkS_A#hLd8VVi~)*BV$7^sRK|k zYi``C%_zN0{qsd&Ok-%xS^c8=7+)L7hD5@-PHrZXzC{;4n`5~eJ$tSi;b0lsHXJ0j zAue{m)iLO|IoS%T}8spMUu^d3i5Vh@ilrIa4K| z^uuX0H06oOXEr4XV#c+?#c352-C~UJZN)39!`I3Vu1prrJ24R}8LBgydMYBb*aL(+ z66ue6+!F3nQdnsYMj&9-Oc(Ps||;7lnp}?XO`?DE~@dC?<`xrT8wf% z_~y6fLpyWaMG?BHiqf@v#`e`7qCzpBt8UD=&P6MmrqN5J*wEiTC+8^z59NOZM8 zS^ES&Fz~^y!Vv!^GUY)rq@-4Nf##1m(gHYoE0Du}vm>!1IO(XJIG>0HewFDTVo=ZW zjydPKlJH?Nh|eeVFM3e%jk>{T(*GMS#e>!fTb<_eE=9AA6P{IhxNneYW!v&siQZqM zpbXW$&(jpNX$y?2oE1eZI@l@qcS$cu28Vx_6cXT8sg_?P9ai@EYE4UL@lQAq&#Cl$_B}S3&z|ba!qpO8t-)XQQfsWG(PR55Zmf27?PHURv)RT)%Gy z{yM7Ia~?90s+@q^=-`EiWcYAtWnFlJu9nJLrhugEb$?lKkGkSW*cty6Hi@h?zJ8*wR{gIwxR+$d7 zh@gsfx`6R-wTbe|D*4iUp9Cv;mL$xKsl_^w7umIH#rW}E$1Pzeb#*FbXY!C5sEwc& z!(7^rQriKpc-w_`XYmnus+pXuaiSqg{;ZYK?eh&B=o9jj(NYl1bM+zLVM7o%$?;BP zwg(ao#-&R@S<7h;pRgHjcNa0e)u8pX`;kq{W@Foar|xWd-U%OXUu)wKAGJ$Gvz$d$ zLnU_0*Q2j{5AMA*`wj7(g#wE~;`b!bxqJOE7&4U8zA@YKLO@xo{QQF&737Kd6e0hC|AL za6mSH^b{ErwAQGmyk_4Q?PD#WO0;m+XMaN4X>#>7|5+e~Kvq4d>PRL#%Z7h@CV)II zSB$$3UOjQo8Eu!WK>gSE@5iCTZWfIed-yC$rgojY9YHP)zlPtx>t?DxAj*Z!Q&@mm|F? z_*}@lg49sIH4L67RsmQX)PJn|LE18%SKya{b|?OXuzGyRzBwNvge)0bxaR$Oy|^S zFm4c^bBaTcXRIzoMW4B#h_thPGYa(Axr6v45z$$s#dsR39k4w#ncqzO`Wngg$-B7e z!OxZ?p)zBuTQDVI@*@iW1q>4+*N#fFla6Vrbab#AWWgZHN{ns?Zzx8+X=e$PRbYsV zZK0QmEjpm%MK7|1dF$_*wL0g6=-|rpyVXsX5kAPT*=kJ5k3<>a`go1>Pn1~s{>iZy z+EIsimSjkd>D_QL-i;$X`WRErd*L$c6r6Jt*2CSnXc3k*4mWQqvwB)HTiPxNe1fjF zd4qzorp*QFjMI;M^W$XDG@IC1yAcuDKm9)vNj%!ytcDj)lmjsnTL0ZH1UJ0znDeo9 zR(VN34nOyOH&Op@lJI81XCpBFL2wKeh4z$WZ~Nt=iU1%kEcyN#C2Am;V(*wwiz@qR zobv(%cALiN>CBztPzwbaFQ9e{P4nS+d7DP{*cX2ySSDO-!1Shz?{k0?7BgXFxJ6n- zArf4d-k%=pw=v=9lMIJ-V@wLLOV}asGL($E#IE-F{38w6esJlD9L3+iyN4IY{KRy^ z*Yv=%SuY@>VBO+yR1K4|*;+FwC`cHLZ+)oi4Pt}-I%;B@(lBTVOz(qd`6a$;4R$n| zW{`CUkdum_uTa=3n*7E-n@HbQ2n{Z_g)Q3LVmo_x$71pS;NRS4PhdJn5VJ^=|+ju8V1tkKY0;Eu);RKUs%V zC6wsZP?Vxzk9wf2Za!5GoqrIBlCvpx>2naAme{hI$Ut&YZagOV#_;FTNhf%<}$)$z(eu3Svpyd6YHcf&(b!t&CF z`}6D9J@m(pkLEy22-*8t)fbEB^PTHHdSI`a#&0ezFP2G;vS)@STpYQ9 z*rVXKiC{A}(3Nj@V`C{OKhpbyh;lv3d}~7W?H5~1*lk_JiDO#UMBo=vIYv%@L|Mre z<+0W8J29*~5?s|P^ikVzN}YESvVL7eK23x^Xaa{*eA@)?48>+?~RWH}4tHhL)UMjBttr41c2MQi#>SE5$RB-!4Qa zP%k(Zn&4<#I7J4ARd73glw0xDx>4KHaqvrW6!|bJ@F&Ay(R>b9W#!29njg7iE6vcY zyIU}0ka_x(@HCF)?k_&gmY_vMl2L);1fX<8+sii!Q$6D_Nmn4LyM?YFFx2C>uOxt_ z=U(KK&#(YqYt|UUX&v3)Ppe0qT1((bOPBQzD^e}eW>LjF{jfw$4tf2w)`le~6#*x= z8f#nuj&+Y~3k`+OnBVP7UO4_A+FuL~#$4@l+2zR<6GAKA|LP~dvP^HrXl+CucN0^B zmvZaI8~Ne88`t|tUJxOVvb-6hV#faOH&r=_3n`qcxajn9tJM0JaU-9|faf*0QL3Rh zXI+2UqG9gH8`n=TVr=XxA>0#}nhET7eeDw=+jJSIz8R2F;AdgL>@A+Axc8lY|IS83 z_{4Jq(l56bLz(MhvT1|bwj`)MWN^J(YW=7zua?)q&fLVOu-fS|dknNtX*)$d3$Yw? z8bpa>?9Xi-iyvnhI+q(>ooy;ipG3<%y39Tbezb4#ve4_VBl(Bf(a!Nc>+`Q5OiH_= z_fdkOp}qMin-m1>@tDqB+5SVGao?xzJ_nqO>u83fSK;kZ{7CfXZw-DH{Vsyf8+-LW z6McG_lvae7uIBFYec~*jF%9MV;cNO24L=nKf~9W#c4S4GQC=<@$pDIWRUlYu;cF5^ zZ9pc`VB=^8?YePYNZ1jiFp9e<0wMgmQ-_C`R3D{&UvE4>rh<}7+}*&g->kTcKa_E= zg&BSE2}1UDw(>T@(&VQX&EYF4x z41HXYxh&=bYZaXfXDuxW4Yw<&KjbA;74^&gb%amWu>9iXVP}Xzb91Q|Ve{48v`MLG^&X9PahtxeSA&Vm#wb-bX+Pu^-CFu3B?HJ@Mfw{b*8Z$OUxi1IsS)$JnOg zF5J{U_k1C5fu;-r$+O+#2vrsm5jx?`K-Pxp%-w9*LD>Pt=q&RHweTsIs5Uaj zUl_@ZKcLQij4-NNKMjRgG7b)?+V;Ljq-*v6g7Za^a57g7D-qlH-{)RaChtPA7)!OJ zj38!QMT+vCmOV|SkwF^Yrn_b$$)%Pf6AGb+(I1JyRN%B^$X8@a-#@S-XRd4Ll1YD( znS!k%bBQJD#Wc zg6=XsZsL6R)yDB>eGyk+p>h8JHd9K2fYCS&eEf%vEy;$~YyTMu$7#*pj7GOY8(t!x zcNs6eQAbrvj#r<2yolAsY<@)&&wNK-{`GPyBUJ=ip&=X@CnC#K?YsN2v)(P)R&{Yt zaFTb;s_mm5?{-Bajj;Hr6mX7MbfK4!U&x{4t7v2HT z3GN{lRW}4NX(m^c*D2di?Y?$5!gcCyKlMZA()JoPheW+JV_2&*_KF5d_XWFgBS^&h$aEWtG6=JSX5~HTUSiI^jjA-UqOH1 z-|Mh)Y3Sz}uyVz#$~4OeBmjk^!`l>cWt!B?r~;$ZPNe{SG12tp*EKKPNmzWP>ZngM8M7XX0;4Ub`d^T~3ZQs~GV9;|B&@v~qeK_Ruu^}2R+VYP=NX+1X<51sHIk5MJoyT6O;S3QD*2hB@a z-s4EqIQo|qM4zj)W{a zRYmJC3E2V0Sk{Mb|LdQ(DwW@NJ@?>l4&v>p8dKCBxvO?^>gs1(Olxj<@hrHWQ8>R+ zcp{DaGZ42$8h0;1)1XW}B0zIxK+^z_i8r9RTBdGLrWvu1yFZHi1EC%{in}L|`-301 z6{GMpsc=-P;A~y+T%mBp6Srj$ci%+QFeMxBD1YECYo{w8-$s3PB4f8G7k?siuogYv zNu=0GTH?o{(Z(L{&7tw)TfmR2*hyKkMqV-@8{bBAMfu;#^6`{12NFN#8~+o9N(kZbWQ9?WV&s%&R- zCK1ubB;Pjyi%i-c8j4*~L28t*)P65r6$~yZMz5C2^SVj+g3MzNavAuq3+C~M4~o&y z#9#mmkrVfRZMY__?5Jk}ZA>E+X<`y{d{i@J@L7584odWl0; z*(Zt+>_`G0zM?ja--o{Bx0iv#e>EhU=8;DG1hDWFTjpW$CI_z1G_($VNUuL*QT&oY zFGos^N@@;!BggIPMYC}~=)jwM^lQ^XDR5m;ou4v%YDC=)vz0}E{6{uk@5k9IPh&Gz z`*fU+&Sf7s8Rp$Zq}*T`8urLN89#_z+t+k6zfW|&WK?lF>dmkoS_t-^v`!}mYh`Z! zMEht&@mpTEHxx`@X2$H~<=?FnT9S^m4gyc^!-SVjyVkf`yddt(DgnMid_4}fTAeR2xPW& z_*e1i0^HChqU}h$;=ByaE%S8q;;Gw`95}==zVHKS7u{$V2v}2de|!FP^ysR!V|FH! zCz8h=6yl4{;z5SEX=b+~vVHB&ic$D3?)*bncn}nBE-J%Ckw^4J=^T`3_I;mlSu)?( zoP)VF#ZSV7VD0_h_8MmDr><4+6nxSk<2B2n=ZM0LllW$v^)<{}Iw_wQ;2}z<<9Z8q zjc+)#&2ULYUCdiouRPfoaQa1kFGvfpwtyU{es%t3`x!mhXo#P3Jf-SR6!1cgctJ=$ z{<34znf4;)!P&KM;yc#k4Spfdo(hw~R1`5AGrqgfYyUW(9FT(^Ix^)w<~EOIX7R|VgasoJy|&Kf3DqGhq`w@!D_5qr9*(wftN~)12Onu#)HX<# z+;B#ER!_)CYXWSsGw%v#Yi@@2)9M8h`dIt!57bYIrCTuJ zm$Iz0WeNo+QD~3U8aJ}Ei7SL9Ym~$wP7U{;WDitZgv#wQwX4gHsD$o+SbanK>zp$+ zu7B(+H8PUAeRBFh@b?-`{LesWG?(rJI^MJzKmRJOc1>CczB!>g>2!9qhM`VuzX#rX6z) zIeU+?BS7tPkcV5f&*>&CF)rg^Ze%d=%y4f!yQpS##ZZ0{rlKpz_~3 zf6p0Me()Rdp?>o26V;R-oO0>%5PE^HaruywsR-W1rt0E#he#h|>>elX9K*GU_#VsC z@Pmo$w4rIp)-gByy3`sq=O&$(8!tEnobrUUNR=blafrT3a~3DUyPIUN%T|asAH}hH z2F_-EeWW%{KN+WMs7CPza}W}Sg@W5VuM@ccrtkMITeq~v8d8Yp{tbVFwOv@!N0td+m!ULa ze&hg8J6~11L8)vmQQc=jcVYkF>%jcPOA6BIOTtSy;M{xN+E(7FtNg?9$<=_5iuSo= z_ya^KS#eCSSOQ&{KpJ54ox1^WQ?k5)lG+`U)dL7YBZ_J}IQ1LCr}>3x*jw~IS>`a8 z0c+Z17c&$?+}WnW^H1?JrBI%6@BS`i%yY2m?y5`+kDy-kB|!Sin&Y}E!?GWQ#@SW+ zi->{_&WdW!Q5f8VX+y??3H09=@+5c0N&Oh*J&;&w_d2W`;kEa zPoxW4gFE7+YRJE$zZO+1=#*&Kw37i)}nH}cQ!4?U0k&(^ya3wNReL3D}utjnk6 z_Hl84%)aKjSqN{_=w-(poYS(7Y5jPvDtNIyI2!1_Xv{HM)zMw2(unDmOpPJHZGJK% ztR76*XvAgM@)n+Z%x?a$n;>NKa{#^8@L_59+~Z$~x39K1z*thp(y$yUavL_7yrY<& zQTW=eW_%IFa&lvG9N+q6KBZ;jFsqeYH?sqma4WLT{a`V3tpa_eLa0mEufHSxLgZ?B zr9`L;FtsHbB)U>>?Gsqg6ff3YcT!6&y#$ zXggnuyYs$9yn6&(+!^m&_zmyAfTv=Icje8TY9r+jhNc_mq6m2J;putq;T!q)HeDbu zyJVNmb1zQb{m&{BHf26tfM1Sq!iVf@bj^K5_v}$3-y%>}=7ylnYt-PPPZ(qcLSlx^01m)<*2`28ySCYsta+%xbcxj#>NQJTn0;h|d` zHVi(MbSKjAMf@@SPl|PB!b{(eGR%=?5@Lxl-mZ9sn2GQJd({{IpZ~pXH^__I{RUf0 z;~z}a@9;j?czd3VIcx}*v)<2o2;UhmGyC^{tMbZ5TJpGx^nEMH-|TK~<>XYoK^)X9 zi^nuIF{FVtZ?PpN8uR(2W2~KF7{2~#q&aPyM;5;AyRwCFhBsN9GdD<}W#4IKcUwMS zKZ;hN)i$EsYZ0d0D7ksdz0SHRicpd4HfBIX>vj?(rwLN}T&rIQPq9{Is@%lOW*@Pm zgroayY8O+0U|Y=34X3Qd)J$k)9!J}HvalXJV(Iphx%wPsGhAmzPQNBJ^^t|Y_m(Y| zuKxadqD2Nr73%=x)*vWYeZAoc_gO9I>pcX-tI(X7V<~<)j=ac#T7m0f)nRl`Fgd&M z0fORj`7NQ*dbjF2U)(o_==@BvJZ+%;|vH(#) z$?%ba8AU#<9qf%G)}nR)YaoD0{WXKTv@7(19W^jJ-uv4O&uY^r zgrbMxWuDa`dL^+rpNxWTL*HV z#?^Wy&uhvI9R$iUi@|?u+J+jZM`v)6!KhCdf$H26*GdtOQEOwCih)T+Fx0F~iMOqRvLDZCP7af4TK+)oOq-mq07{Lha2u@FiD=ukB{=+{wOz-P2G|Bg53;Vn zf)fIRKa)~X{&J2#ivL(k^%Ism-1Fb-yd&)oAI@4ff4CK62~}5X?Fz7BBfj$ceyTV(&G- zGM2nl>a?+X=tkKZ4AfsmUWE{xFMW8DA3m=&`Qu8nHKc|Z-BF!01ihBhvIvynN+vxj z=8n5`TR!;7rz}|B8YaZpc`aeNwJdc%Ul$TA)0g#eYy7J1<*W9{+$lyf?g!f+n>73B zYFFCUw1nNf-E4TwbW)Bkfp;USy}uU|3}#Bqv#9^AOfCoynv+*;x{shG8t;$$-w4Kv zWWp%^eXlqOt?{s~-zx@Q{-swIIEw#$nBy^%q{A;hUkXa$xS+;sI&mRe;pIplJsq>; zIgLn|Ka%V=K~uks$R=xHVtD>EYzB^6O1#Qx`Y?gm5seV-4)pX4cMlX=y-cPZ@&A^9 z$FO?IZ;gDC(`Hl&5KyKuo85BRGVpSP0m| zKuF((7yM0!ijeM(53E&Aj{omerl@)<-oMJ}%ljL-f8t5JD@!kFWs-v{@pK%I;Zxo% ziRg(Cm7!M-;K+Iau@6_3X3(cCF z`E7g?S4ya=e@Uy@+{8ctu0X$a=h8eI>;32wKRpaRdW*S7#zLPD%o+zdDcW{2UIa~A z?ebF@PJ=?a4}lqWfMF-lbx;ROvZs9Nu^SBe;a7fA3K1DZuUJ^I0j~efA~^#cBNLYY z95%|_<}xv&LcL)7jd0JAKswsa0!XRMRO{a%eW)aqX3Q<}MJ^*gIGBLLl)tDXbJWy# zCH+xwl#1;+XEm3`(?kayIW;NGPF1X(IRPi?BY@!>T;leenT>V$=$UIjZ%Ol5Ru2WJ zw8yYCidW%H;9$~{?fGGU@?gs;66RNL)(&g@TaJwDE8KgJ+$2h`t4r|W62sFXtrg{U z`yizD(j$7x;VV)O%QaTAnj@&spAax@#u*jz;5%uB+nDd(3wm0a z?q!go`M_TAHv7P{- z#^z2dwhs}iVmkil@7!KnmvDe%eedWTaR=)oz>r6gyXLVPyG>Kk0BB>nR$UO+NLGrr z5s9N^cEVu4;5cW$V4yu@wGv9Ev@Oh%)_m?&8Bv>fwDX-|2nj8;!`v_@^4WSQsLgZ@ zweI4aIQcxUuU|+e(SCFbJsQG9oLk!fi6pKBj=_+^^)1(;M`ebra$L?sFy+FUc1bRK zkK0Ek9AISn*zkfJ3#JztMKI9qE9chymvzvy2h zj)dw!unrTx)!)oi8x)y}i{|{sVc<--=hSUN{cnSYrN;_d+fERMXgX=jR>vm=!fR{7 ztCH2}-TpsUKI=p}UzUx4pRgscb;JKOiW7=MAJ6lq0kooFx?Waa9m}uH#ZVp^HW&yx z9ZT6q{_%`OwSduAp8E%HG<_bsw>z(v@r^z}jELvAB7YKkIbl7-iOVw{*2EXkly+GB z!mmvE{yR>CHQ1U@wl;xg^gQH9`4Z!js0B(bOYa|Q9UIFb2NcHi^OzfeC{RYYBhHyE^>eA(S_EY2+p!TgCCdf? z$#UZa_3Gx9EI0nZ@ytm|yPuMPIgdRYfOVE6HLxLox}cbqy% z5(Dzc+T@f>^HTtIK#IQ`|AJfTJEa+;Z&uk{%k9*hh_HM=_EX}W(NRA~sC8&(kren= zOsWx<`ju54FdWR@`bhcEb;=fxZJ-7VGju8yXAeo>pQXq=IyDNmD;MKxSF{?s>U71% zVjXPVsz@c>>4Y2OoyCTo^jBkk4pn#rBgg{x|Qgt>vTbWAMcJ93H;LzHx%QAWx3#C)J2l6mwLdcpxfovK~v1DNYB&(cFCeMr>su>b$J`&9qnY9N- zOr(nU`zZ+U2kUT9Ps48`utnZ;*)U)5vy-UTN;mAcZ`@&!uH|x@8DANp1X8cq>*LuI zNweexXXH)EfY_fVD{K#C?&yVEvN+dVhtQ$QqBW7bKxg{ULUkz}QH2o8_B+EtFIqV3 z4h^~x`R0`e)NSxF`Eg}Y?dc@d6Y?kpjRa^;}wf#tCFESbDEhaN&`T*w*eK7n~D(jDM5DfAk=zP-zBQ7Df$`5I)%N zCAsn`SI=fbDjVpmzPHkLMhjl3qf;*5C1XV8Kn^`K;QFz)vt^<|a!+zk#J7$iZ^D-z zWNJ4xN5c2t%~no$ONTHh7V7Z}#&zJl-7P4}r*i9aV)LIK_%J^cid}LQve{5n$D@`2 zOFh?fA6H9n;USla(=UHXuK%smaLE3uo8*k$nLh~qMP>gjIG669m_`H}7TGc?&N-=i zt`UokNA|@*b?T+8ZvQ}q`GGx1Si|7?(XUFm3WO`n4 zZQsMm(qzwKf3`mVoX_mLGs3_pciwZh!7xrPTiaxS;EV|S z@?W2k9*lvr{=b`LaSak&?GrCKY4)5O{nj0CgyC04?Xv0!N}p$J8+JucSot~r|cy17i-PG)rvQ9eaShBm13kF zNKyYaF8;T8Wge8Ve;PDxXexkr?N$xY?|5RCtM0ARcws!k0LS`tp z%Vz?F0)17Qh>UGlzOk^Z@}kRK>l3W!X(Lp&k~i+{`gq)6vZ3tha*D-;^w4p5u>#$N zn{n%4PEPnPDMHFV`o>JG6yJQ~Pu+W9iaVGMYPb&IX?DnV$V1Q!G*f70+D1!d5@PC9 zmS)@}p4~Cv)uW4~YBorat=4t1`TcvO3D1KvE$W(`jlke@OHfjZBmVuPV%HQ$snXwQ zc2HY^u6vT(kjM)8jFh{HOSniL>mJg%M-}hDgR0Yoi~Er2OOVu^^3yp-rP8F_9i@hh zsYk?h;`}y^PNflvi3P?d*P{mMkroW6S;Md+5BgmXj0IPnb6*A(mxI45zrzoNeXLxZ z#aqNMK8gD~i|1SHPP5kij&tyZ{AhZ1s_vTzM>Cnjlh7I=#PUwfhA1$ z;jt(r#P`HqKM*Sq;Q@zd!hLCniSHeOqs1>r_L$#w+UAXb8delXBBF`v3c8pLy>3H- z=q%FD@6f3=t*XCQv!Y;@es%DeFiB0%$#MENhr*WoN8WG<-CaTJPC>kD7KK^eNq8b| z>3jW2-21#G=$iedn#j<|txn#xPXyW0i)G;E9L%EFw##Z$X?(?cC@fv(b=sUM&4pyJ z-=r^Oqea8G{G+aPgU58$N>Jw~kLeVqrSB{Qy^>bOIQ?W0Vc5#vzY8hat~R&B_M`+D z>D4Qay-j8DsA>aHs2Q#Unmdsi#h`yJR-6M0;b2$@5v3g7DrTP;H(G{@d9ZbEOfpP) z&aS3}y`HP^4$f~->sLDkQarWaw{2hc67u!=LQ;oHou|P(L!l>I^h~=4c0|N9Puzo`n zlz*6JiOqBwLtY77+mR&3nOq%t5?I>ndX}6lRwrKS48= zac!q0q;hn+nvjac-eGlV?3CRz2)PRt8p9c|Drgk_9FlCz4X3k4ugUD5`?c3JYkKcO$ zx{v**bLbMQXLGO;VrQBG+4-k)s1ixHLg}<+JW+n>;25bw^)&4T9uueIeMS%CR1M3z z#LSY`qS~!K)Wq*|xT(()(VJ+GY`4o$$EdEpNBax+;4V79w#TDWcVfS=JCV^f?C0ZP z&!nMWXFWi>FTKPt|8VA8WrFonazdP&WQZHsCF8tkh2blrd?=ZiwaVL3#=w!E@s(jzMf74?cQHPZBYtqQUkRL97@cSn%nxsn)Vv4r|6WN;G)D@@o_-M6d`b6kw`fC z1X3d|5FNATZOpnzlAy3`lEP*rrnL-ZmJp&h`G7H&aD|}EqA=ks#Fd?GCr0VJ(p;dx zVWE>YgG6*$%nnB?BFEQ4{05PT4S|&ndS*5K$p>k241HIag}fX}owW{)&oa1rG#`LO z1#UPUIPzz+HGw)y_*(m@EIZIrzr4DpoKHW0Zi}$fx}RaG!bHOA-!rs2Sy@ILGg(lm zTq@)is78R9@C+tVLY;|(aziE*GihQ6i}?=Wj05UC+(XX7-K{^Xl})ND8=PyH%}4AT6hhXT=x4 zoH*rVbL;B~C=TUMBR>6s2P-hvI)RfhTTak2u4|@XXwEt|eIPs_p)w_RCU{#n(-H)Z zMra#A&!GJqV)vPYr{z5h`B;}<(un#y$8WQ1y)jp;V2q|<^+=BJqQp)yPK9v)13O7I;FeKUTL(Wy<2b@T@ZP&?`yHfP?xm;E^=E6- z`tsrWxh+KqLf3yLL0-e)0nqPl|N=|E=wkFj_^6Bf+EuuXVx0AH7!vQDYHz-lvma*v(}U$ngy7ygC% zCFv{)NrjMWrB)c6Q7xgJ$ZMhtx^y9{QpcbBwjjslAjdhq`=BzboW3q$eF(a8Z@0E! zejdEacCi^!*@($7ATrF3CGb3Mn|B$Tak=R2Ie37=6oYBhd^kLq`MYiQ8n$WEseY{; zFz0sWv8#9W8n|727HB6OUAeW=p#u;ccwU*i3jdoyg-WKgFefy%UNyB4g|KTaFw41c zN1!8+M%{5AMC5OcX36HO^HH26>^rlaF$zht2PSbZihKl z%q{e*qH9&#x~%iS0;OcD`saP97Kr*&>Aa%WgT7r>uJBFaAFwQ&NYH@?O2aveR+G5yrAo|y zuf5Hai;XDUKNh(|W^X8DgQfqJp2J(T=RH8<<0HK;2mWo-j~B6l7e?=vX_nhH=TX!e z3VE2x#M*qpsNYYtyG?NK$FQ;t@gCunWY5Ne4jKE$%xf6&6kQEtr1np6BwZk94nB2X zeeEiXz>6$B=%s%i#~)YFXs0|cP*G0XFPU?*33hgwEqtK^eCVe{3PS4BJb`8c)0EB{ z(^HK2ma`@YOzclB>9w~^@Wpn`emyhTmLGOU{1^#GAMD_s0_{#Uoi(4*SMQM>yzA$u zsCRdReJT8OH>-?jF7=<~Gaq0?kYVwz=yDAs0YAzXdoV{BW%ax77{wVM;W7La)npzk zp^34zxUwIB=++OSkslzs-svtNWU9mwyGds@!uTCBBN=tPb26#oXWW&0kuO=;XQqVE zHMQJ2ssDDB=FMKfx`_Jt6?f?zdEX6gedj);+Zv%&=RPO(ESFH7IoMDp4hwvx>0ztH zU6Sj_K?2!RYa|SrbAfLky}e6G9)?%DI{E&OAs(*!5+PRrr31MZW>R;lB~5mS;5jEp zH^f)v!=7vITDOGVOoo)>wx5CEqspy4?r;pX{U#i098p>)`=hsjQ;fmV9kcvjG8s@3 zk5}}ZgRI5qN%RK@8>9dE#Up>WtbOXgosLbF?CoKv>kwH?gJ>Zq)f z@LO`}I7FeftN8XX4yE(X96vlMCN~$>;6pharM-|YhV~yq-@VlOMc{8#V``;A9%@D> z<}7$2)s%itJ$PH&cTvYg}HGV7RR^?zgWffKHQF%*fx~H zyE30QjWvEJb#pf4JMUL(;FnS+K@)3-CXkK#6!HPmisgril4UJ%uw$A`p$e%TVyHQDMQGAQX@{2g}ti;R|6 zzE5PSf<^Zw`d&*@Oo>`zjqCg(WcZReQ_bfu6IjWoykM|Q`D;5Z*)emL{cJ|7EQke1 z;;&}{;p{hHZ8NGtHTtH#$;SK8&}FAC8`s1X736eI2I_jbPjP@gdv+gr{rv=$0JS7k z(j@CXUIxdIb85am_XHa-7j9c_mK42xjzT$qDi6#yIIV;25|UnG6S2al;@JIJzD_7k%W^BLR2wL(B_x8KRwi#y z@%LU_bkSffEGbinu&|6sUhrS_DN)GglcD8=YO~ALgb@b&5D@npLWoN^V+zd=A<@8p z@>o1f8RB*L+M}7j5AdV86y2s7k4$IXjZ&Ia4aVCL>ExKuo}~GYv~baKIX3G$M=B4?ndUAeyvFa zf6-j%N1G2P8XTxb4u~8X?MkcM@HM}vB4Mjyh(n+YT=_^IcMfFxsE9*f8l?@cElkHu zqr0|GpGvpth|p4!8O@W)OMiGoiUI#NrB<#Rfr1j z9M+8Nr_-Yam}htW;A5+4L(tDqK8(9{Zyd+$^}?)6%s&-B-D?<*wEFgpN4_yl)D;p2 z{?=%&A9VJWtFvlfXMEf3pEm4eBve7*7n_?g<-7tCbhea;QN?OTEi@(=o6U&*^ zRGpqZwv4JP!vht}u2xDA*Qu0(&0ZyQE9ES7a{B5r)W~ge|Ize7vpd<)(K?LhF1vSE zcfvBp2D7^yWTnEsabl-x^QQXdCgx)1n}r`Va=^bssqcip1nn$} zqOBhN#=EZWbLR;Ui&#X~0AF8#D4G6$muEN@a;eYbDgyY1?CES?d zSKq3W`fY`-MAbD4W_-;33y<1PwpmDY9O#daZZ z;eLUcReSk;>~ZdK?9rg<^S$`kiir)ASl=uUo7mWF9UIT5J)JQ$LeCgW2RzTp!d<<4 z-?0_iaU@eY6tT5g%+Hu559MYVmBuvxJq$F(9tW4>VTp-iRY#rm=xFNoy+zG)(4*U4Y zX{_U4q^jyKnUy8%)0lcc;olQ0OMKnmWqoQd)HU#oE?m^#aWFl`zK2)tvPrX*>as}l z3QSZC73v)GC4#bJ{Ww{! zfSy$)=S8sZz-$JaOV_jk>r<)a4(f$JCu*?o1owYev#pjk+b^M(6a@Dw%8m`=Ql>W8 z9TVKKD0K>ZN6C7uwgB%Vg9#sXcer zI*n9qsjjbSkPzP~?kS{;a?UB_r%p>Sp;ZIt*I+%Can#;+#&PA|a$L`*LW$~6`l&yr zDfQ`DKB=argy?a6%9!?Ions$IFy%*iinHWLeyXuF!nUfL_F}7(-2<>*lyX)fU$jm? zuwI06I-+!}&1UQ0zpHp*dup+4oQ+(YMP$or8t2aq`{S8v--s%<@=M^)J^k__mS=E< z{2wa_rz7%3<8=PFI_15Y#?IgTCrDz0{3j?EV9pcNI)gofZx;d6O@HqBNp}k&tyk`C zp5^x9cvi8Tl*kt~(@o1(Rh-#Kb$~sQZ(@`D4(^)Jy<-gY6w?9h%0G zl&7jE6aqsltbbeKISIb+=NB+&UHIklO>B|hoK@O}o^`4Yy~l&qNibmG*MgOUK(U9gH-FE;F(ZiTr*)FOt_5om$K=S zU>R!(c^~dn*It^)Z*;cm_r2>f*5F$8RYv1qyMOkLRP9yutNS&3vh3MZAyGYnn(Q$%OZjJqPWhzfO1|-V zi68Ez-jX{QX$M8!C)~IION;&qYX8|uQft;drJd{s4HhITYd5skv87>~dynrg; zW1fF-H-_>W^@OVO8uOL?Y`bMz6PuXM!E)hm%YBgos(IYMYjy8}+g9(r45dxh?1^En z!g!Sw#EeL!xB_m>l?9Z=Bo9Oi!Hg3|%7FMCTxCGA6=gKC1|TlN#H53 zEym|iHSel=G+XA7pr!y+i~l}^WR z)Kdihv`Vr^nx9(Q(F+WnUoP;N{Iy(2_2J~F6<>|mnJ82$o$%WQb*}V5Qy~>nRUJCi zJ!SqxA)y96HD=3Mi2j7u3DL9H}>-OzaOA+?KnoA@Gt&er;pVfLt2ryT%{9y-X(d>pj-7 z(?3Ydz1t90t3>@3c?`ww-dW6V^NiSU(tCfuk_PhRf+V7mVyGTfftOh^LLd9yqoc%t zxAsP2{(HASe2Z( zqPM}2E`Eo!ogyoE!aU(;#k(W45{XL6if?Ns^yjL6=PYQk4Ha{~)CS9Ec5OltD z9uocd--D8TmGk9XjPD>9YJu-BF1WwDWKZqp6!D%7{~a-EA=S7z^A*VumOi0!$1ko} z>}*_fTnnZNYr^d7Zvdr!nj=MIkYC^g49`>vTV?UuZUAj-HM(|) zU_RuYxDJ)46h-H3?Fo=~EN~soe)}*;UrCQ8B=DH_kVAh=xVu-G~Vy^Vmu5EzQp*3-6qS_^9C2WlRr_MmCm1tcs7|MX@115VSGP2 z<3)Bsg=}XlPHiD{Z!Ul0ddUz&<$Xl=S;(`?T%1ah?FtejzP>j__SBN!1w?xvt>)&> zxt%(tAf5oE2MT%G5PeMD`L*_M!y(@w+c_!YQ_Iy{&0T8d@vo+4^qXEI*IM{xPSQTX zmSwi3(BB&cJg`Q)`SlrrA^3ylaof#68r;?*+4@p9*#R1XsM-F|q>Llj<^l$#z_OMe;fqwGXxic(FIJA_bRJ za-w}3M^0WBIXHY1)Th*3U!k&3``);Rc*W^e z6-L0lUD0vkdUj7k5#Z9zVw6Z_-x8car@!?%JN3QxQY;KpLthDb`@F^(qS2SGNo^zZ zBrsS>;FIfFEga(-u<1te(y@8yp}@!{b;n1;nD^6}xPZtr{NOa!OY_3QbAZ6h$Ays) zLJsHZPjjk#=kA!9hK*$w0|2iaJvAKNo93(8hr&H%YxV{RP^NOAqB+d|d|gk(y8CN= zvb9A!D#Vs5+_yP+R?5g?|XR4^jxPvC2sZ>-VPHAJSGSf-k`!72ktRX{jHW)zXi z@5lJ#CawnLs0@ZYpyUOYYS}m#8Y~~U#Dv|`NnK$m-o4m{tMCvYIO;FFTXz}NN`9OS z++#H!hc;y|)_fLc9wXv67ZX}oojXeuj1|yEd%2arM}n?g*f6d@1i>_q-O z1{NT>#RvNO;?x_J(;>u4Tm1Ts<(z|M_3226PsMF)Y5dVN+7auFUqX!#eJu@V9i&A++L^U^K1;PzeH(Vg|Di~9#d zx`dmSD;~pz;^&g*yl3n+nt8_s%8e{jtkxpm)XyA?Bu5A%S9 z!ZS=b_WZ7KffvGcVUgqJ7h=LkLR7=Qj)Qy`JPYv6LN9@8*6WRrZUGO+eu0JlRi!9& zrl{*I&ACRz*+{VOHGyJXB9)-d5%(TIZ^+X>E#hO(#oCFRwX(8Jrd;2G$${0E5UH#{ z)LjJKC5~8YApN$OVa`kDN#V<3hU%gmv*J8Jlt_<**6)O5igc$f&q(zTs>cIArwn z&JDvCQW@?yF7Q~T?iVZZA(7P2u(+$VSy<&NW(ucS?WH`ti_V17B>W)1Gm7-F3F))W zZN9L?bFrFAX?CrteohogL1$%UaBe^xb*EG@^O7D&dOiKwBDb}~xX-!o^Luj?P17dR z#O~;ql;HaaVd5e<2YgN#r#iJPQwh^BHNvujRz}|xHGS7;3C8(Y(*h{tc$-!870;K0 zdG3SitMx9P2!rqqKrZ63IV@&h>eA7Q{fkVtA1s;>z7ODu69tW*fc)P6=d(7Hm{LuG zz7zZrPIg&$!{R`|6nDc*Ms`8*%cpX*oreJD1zRm$yN8i^`oeD4#j0GY_R6<;VJM92gLr#rY^1(uw+jH(!)t zN(g)9k&1mr%xc3bBf?IV+(t&v9Z zS9rC0d?|Bm)WhWut1oCPs#c!S?`l5WAo_nnKGb{{;?S=VOpP;(C~2Kcy#`N zZ3t?=r%BC^Lu!4uR~hR45?E3Av$%{Fr^*ca;CgvwON8YMBX=hvyyxWajCdQ=n!4^o z*}oH8!XWY@Quv8MB`HKv+en$?#NqPNgmfZ!hECiPRuR1-^$oS( z6v;m+>ExZoP2KHh#7BR04m#fl*z&ncT?t+5G8Sa)geCov?+Wtq!MHs7{ZbJ_qb}Rstg{e^ZQXKJ_XRCY0A2?m{4l8F`^h{pn)+F` zPYH%Mb0gzt3zk_mOgmunJHxwu-MyGE0Z-`>>j_CV?-rf}w6>?^k74@j~|?;CudK zvTxfCqQlOXXn>F5lK0rLorBWzuKhoJB3i$M|5&5>=9eWGCIAXOhe_R10wTpdXjJ#9 zE>W~5$PQZ&oC;vgy^!7zIan}xp%k2Xz@-b=?&U+*4da0lABaC?5@~k@g;OYaH+sDK zdq45@e89wdArBh%&8(&0S%o`$U@iLKe-OmkH;2x6OC|-#f|biW`qi|dAv;ut!4>~e zY(X9F+}x&EFs4=_Ab39Fzyimlp&!>L0)sZISZNmveM*-w9(2ne?e_$txP~=@Qex8> zOY(K4zxxarkNe;)fL-<&+P`^X`}oLn_Uo#cqvvFeh%l6gKrYa3@7^FS-u?9O8%)OM zbTnEM!_>j7KY`+BBG&Av@1}sWeJhkv%`>qV#ce-+M-=G+E)MrR2yi$~!_#)|R>wpU zzL^+kW_WOdvgoe)(TY-4j?Bz;PcD$!5MdB#hI}dT#CPAHe(trSG|Q*p6~4(!`^X@r zr5n#d)J8K8*~M`;`gnRzG7&XJ-6)nM6G-*`93Q8aA#VMNI3n5@tM7~ICuchJ&ufJd zBky|uG$Hk+%rahJk~lklh~P{`IOxJc^Hr|h$Ak-%i#O|{Hswhw9PSW3vq6}8mk#bI z%J@AvYd?P7_gTkdvj>NORGAAt;KP^k#>ySZ=76YOX$xt6oY;x2IA5CO*gw4q+WZml z7{+7fSHhj7^(a_$;)uNxo01$;eFO5J@ji+lZ96^KQz)#Nmv{C2YHCE~G%GWZK>YDp zuH2oKD`RjYkm!KgEO#uzwleqkwQ)C=J6F|8?`nIZkjZ;@qtFLeeD@KfGfW4vcWh6K=7A`}aAZjd$kvJ=(d)_lTuJyxXM>{Nnl z%}jSg#`lDkec`*^Mz-p_Tft3eHVEUgZ*)dH+}2ohn&UU?ex#{U!R7ip6;b%0Nv9h6 zUYPnPt%f@ygw-0IM|7GWbJWWIxKdP_@gfgwxtYVg*6sCb zqleBr0G){|&97LjIV0(Bys5&EBJ;9cIfZNDgHTemd|e`V4sKiy6C=Z3R+s$KiBT2U zP4C#xr*;QF5aL}HaZQ{;CaJM9qqo^S-S9BqZGOI=GPg1s-2+AEHm29yW5fE1$X(YJ zXV?-0dTBpRztCY0_|XKMvjsi_64zP0Iuyq<6{PYwYUX3Z-*>72Zw0sdc%cV5@t{tU zv%ZL%Jd;hq9MLC>k9`)chZ!^JZ*h1M;%Mr=mS@FI~Ok?SV`k8Evi{xYkq`lVqWP7BoziN~Z-(A@UlPeXlk zq7)pH{(sN<{IVGovjv(iAD-8Qwydn(u2MELgEHYSt}d#i@mjE9Yk zA8;0Z?%zB{XGc0YwOO1@`;e8jU0lNRTWRx408dhau%h9#;?3bBX^~=P0mmUL$9`r~ zd*Q|E>{MF%LRNqI-U^BFx|!3@HI=4Y`?KJ?_Ov=@wk`$VjahNrF%ldn?T>Q{3jKnr z@(e&2!tcWLWzu`Q-({;4a4fTO9m82XyA@x8X}r?Yz9;tarZ5TqTqQqCwquaL!>hYS zlHV4`kNxecyu>Dw%IuO_1beD&)V;sXstPmchQr#)Gc+nFz0%!M-#LlJ7u#<6yW2FY zSBtWTH=^0{cb{R~WT$s@=kBUDIzvU9NZ;>Y`#LLGg|5QmN3>ep*1gc<`m8x0?JVBX z{Z9fbFcf8%2;l&ZE*?YE}oSGYS(!Cy8;n^LA2KwpDI+Knc^+irg< z6IJcqz~Br`07hgDRlvt_c>mntxsB%T7ui_V+LBmliLHB}x9&5*nA$2P-3iH@Y!g~I z29k$2OQLVayJSv5JF;v8L{2qSNd#PHsiqYTSD?GD^meMd&}WL>WtvJ#hPy)NR1fZq z{Rdo47cR(|o49+wGY$th;r1>o1MRH@cI- z%)13&X{`TTx+fPifoR{9U;F9fba zeb`faeo7na46u<7HERwT_tI0;mi50FF*aQ=3+)zwAuq?Qs>IZq3$6zs;vFj z|C~EXAg|qUTZOSo&4Xu@Mf-2yIdf7|Uc0{K&?b6pljz@5(AfVqh@ajLZ^FjL{+|PC zY?Wx|>FwzMHL!yW&zsksMm7V7=weYRQeFvAr?Jh@A+}gjiY8G9(8?_uqVs-#hR|2j2ho6YxL#bw z|7++EW+)Qnf<`a_K7q_eadE+^ucn&y2s!{O$ZP}`75w?UKae5$)$|QyHiksnh?Q)=luZ;F``cE5i|fY(8lnqDTJX?)Cn5F0x$$^jN%f4n_o?5>k$k9 zQP9Q+E+!as-XFvOel>Z6HpXx%!MErAVGNz3XV3_a*HXeeFx)wu)x8urigV#S^zZ&XCwg$EOSm9$Po8xG6Ug^B@lu8&uK#$ zYD6QTimb0DI56!wZ2&`rsN%XJH2?<`Km1zqMwqgGGqfQLC8CN@MP`5oD1I~n4_xqS z8d+DQ2XKSpM-tG$7U#4<3~8?>XHfiD0vUMgoHmT1MRWwJ$o^`A0ppz)_%novGOa68 z0Z>31!>^`bhC)#$s3H?U38XQafCEl^HI=L@(gB!38Y2lPV6F3lK!&8(($wy$H~U)w z*nu?05=g-F=LMk*4WcDbMYdNH0+{!_Ab=rS)OKBw20#Lu9ey>1FjR=zLKRs6`k>j- z1OjmVt7(5-kpUnKnjJ~N0DnI(2x7>3HF<(&#}X*Om*)jx3>~8TP(_Z{5-uFzr>Nv9 z+{phm5U-DX03d+4hZEj|(atUW8G>F-av<)}1Z?n+bBkbxd{JWP2;-{>8T{$oB9I|L zG;Mu^7C;Z;9(gr|GSrEtK}T2tRv_-N1Y+>`t4VKtgc?8qsvS;%2eY1A1TaLsnsh+5 zqY3!n@^gz2hB8q-=m_(x2_5|H+#-k}L-hCh2t9xwR6Fu&3S(#!{S6&q2e^T1#}dfF zhp#4~^${un2FQ6h0TxVlzU9vl_G(fEIgcjbf-}#zf*By9LeLSWR}(7O@O&$fAw{%h zeS{9c4ssrOHH9)XiMBvT*Z>Y7=dlD*@XD*nV||1MKmj@*PCx{Uo^J&(#J-x0Km|w?4uE5C@%)yqdxox5AlCBNrF&DHL<{f=Xk-898q{E6XUB12`qJv7YO+&8nVtr z3!nm_jJ%pcA=RQGP$pJ@DF|gulL*}VYBKJ=2zfKI>rB)DY*6H|CLEah94`P8{%TSO zMUHCXf%DGsLLkMWvQQ@G*U|-@sPUW8L<5_h;{`!dMF-ZI=mA`y$dOl57^GQr0LsJ; zZ~{e+X_A3AUQKlCOjH15kkYUw3>fD;(H|20YElF#jcVe6^fslC7r1cV703C>V|xQv|+u34!{Po8+kQ_LK;OIpe1Yodyw6jCMo#OtI2h}ga$wkIvCbO z1Phy^wBvyaM3w$2&6<*1!~LuTDm|NT^oKYb7)|zbKW3Gn&`y3Ej@q-ls@um z3WKzWPC#wh0WP5Qu{kpE&a0{C6mAR`4N(1m4RbJHg7bQRNQfxgx-As|6{J7>Y6^xF zin2j%nE=Wl{n0rbaPq6EV%?Swzyi`AnL`2VoYx0Jl3q<;LHc8JB;a4?^`Vdk(F&+7 z+iU59O>}Mat;`{S`OoVEAkm`s>$WriQqZ5_S5pY2Lew5=%K|U}{TZDj05`sxj@E4% z03x72BXbyFxAXcSNY<;#3-o7fjskprULOYO5Iut0a=ex<$VJyi-pbs2Fvj_Je@Kuh z`TG6`03t|u_|+5)$rmMu?lS`9LBgYR*x;B~Q`Y)EEr0LAy5Q18VUriy9GSM&4eP)0z zsC9G>A6)rrT3z3#2MB;#N9NGM4(H#4AQ`VFcTnrt969*-{CgOrO>`By&;DAvfEAS( zek*gZV2blge@K|9*!n&d02Ac-dJ2X>M8%-{OaK7Lb94?D41P6rtnbqSI6$5wbEsgW z^UFX;%B#r{{pW?=zeUD68wCA83ySR zeS+?DypmovM^15{d&qY$D6#F5Q`4`?_3Z5UtF6*Xeh;T_7g^zc)k#gCDA%*KYpk|P zD)~K{zECuXjgbTNe>(-hoVSw){P}i@fYom&7a0C_3W3FMCm)#lb|Ap!HxrWs41PNW zz=F4v2TXiBMZo&ElMDRub_#*zZzms^`F0?{_BW%N0}OmS1;D(wlLw4{J4L|Sx04Hu zd^?4}(zlZjOn*BNVC$Qi%mIeJodRId+sOkaznvmrIp5`*!kxac`#xSo3yrfe~+~5Lohd@_}h@2Lfz)GnF~OkhfC+EPOk8z@)cR z1Z;RaxxnbRQwXehJNdw@w*vuoycvfaV9?ts0Or4)JYd4xDFW8Lom^nl+bIN=y`6ku z#@m4a+uqD^4lwNP6aXP_Cl8qNW}ZJmr{r#VLL^9`Q+Utcf+aL>>;6|n4e26+a^O9i z1$U|4MqxioK{@_cbU<+@eKS>f&vwCG8nQii=k4U3{(L({r`2yK_cZ+N z6rL8pnP*k#iQKJ7NEa#e1n=1)xJ&c4?SDkjk6!aPbBh?_M+BwBdo~UBQ@ahrewKt% z{;%kS5=;7KkWm0cZ^aZTgi4M`$}}81RE@|im%@j^*W1w){6M5?CE*rA$44zDGsA_{=y%`l+=h~JDY z3V`&@5Ti^Hy_syhXWL*ujavxzvm!KG?v^3MkK}(uYbMdJZ)TTK)cWl(i8{U+LdJHJ zx5LzK^JY>Q+b!OVpZe{8rwm!BvD__Th#xW381LEge?+6A)7rO_dm8z63QtSlPX1~7 zn|W4&uF2gBg!qv{*YKY0gZ(sboBl@xW%d4hJ3+mqZzrKQIcr&;Dy@+q;XK&cs3GbDEJE^@xZzs5y;q4^$Lf+1gUhB7$*}MC8 z0(%MHPJD05+llPeeLLyBi*F~iSK#d=_cpzqm|pj{1Mab2mEAS^TP?!`wx?G(iBpq`SUM(lXkSbImbWxc^wD<9J=FLeU29+|k@%!_E&tni z`&}ZeR!o31S`w@}hL#ZhC>PD>c6&R;?cHtjN{EzmnARx@)U}~yH)f^z9|p3$4{OfE zQE{Zf@y}mPE4d49_najqhTD8@ROIw6=WlaHEQ z$O8nEI@K>5x3V4WfnO%|vRF}~i`^T0^)E(e%;M@=YL}TH+?l3X(Ix_$11vja2i?Cc zRj~TTSWx@mTXg7#_qOrz549{z0gwC?>zsXzuZ?QZ3*ZpuAuomZn2N; z9bX)pc)p*FdU=RlyR;b||0Pp^c%2AKFFu;SPak~(6;Pe!#!^c6W#R^Jpbax3 zUIqtKyhy+WbLC2xihWnzn-?lb#MockRsHzOyh#^yQ=ZV872$V`yX$wb`|qDK<#~+4 z4t)u8(fK_SKF+;XJDd@=EeVN^TYFW?TtzN!YZglMr^9|-312iQ21A9)Mca#=uRv*w zt?P+##qkqvV%F;8=Z^|M35!f+QUqloiv4mVpGJ980nP_8_)Bd$oq|5tG!AMX#YdFfe9HX}^6lDb?5F{IAkyGtX_Fc~@#eOo}k5j__cP+-llDAQQ6J7^>;fRT~&TOD?`sLOC`*dHh zQ(felC1%&P;^jM;?mUL><#PlSn;}O2_aaTqvbj(s3TfY_@bmvy1-VBvy#R1LddjPr zSH|2@xsl7IGTV%b*6n0kHJUu~YVzCD+t&{(isb^ZkCSVU%LvOL7Zd4k9#{iWbna1v;#l$53_y>W>pPxXEdJ zD3F3|S3-dx(mpmeFqrJiQW;uyI&ge)VH3{6$c1?7gMU%fvsgrsyWBh`7e;}KAFQRw zDbDWKXXk2iR5ln>E-b?NpSsSw0o8axwNnMT4))aBZSu9CihZcr1)mWLETAa7H~@Hy{iPD~@3Y^cAp2&}(1U57Y>&T0k+Ycbw29D|I_ZW%r$fn*%xh^TLY*VuVQkbge)}G0}50rt#xSer`()% zr>fXV!bM4WRxXmW5(n+oLvTYl@VRy_H)(5!(Ug8Bja0TXS4XnB_*rxFC^}toB=lrm zixEj0;SwOJvcVjilun=8>_n)Q`NM{is!~M~kxT}$-IZufzfeB-*>^UgG(4_bR+%<| zR9~*8o+A>Li)i!;%ARbJfnNXUL&UC1d~IM<@e=_VWyNX{d~-qhxwI(0E83lO1h zehdecKgWXafXr}q^gM6AnnFdl*M-dtn)%4Cu?y*^C^zHaS{V$Kys3gSLu(FYLw`Qnv}srGgq`1hXhBT4qR0pV^yXNzV+ z#%9rhD;2ChkhJ)lR3pI=A$fFnLBYxmaEukaW^dOw9}W~n+c>pLjn#T zcsFK6o&q-}a29t4IoYUmPce^`1(4p*o?>m!z1q*0m6>{o?MjCP6wF&V!HV1{yO)YF z(P9y`GOV#Z#F2Pq553R|S7>B>2c$gC&r`O(PQhv{x0~JHgFS3Z-@_A>gwEI0TlpuF zRd>blb*{E_JFhc{5rvLM#Iy-;bWxSxNgw2oQ%RLfHdj2EUdzLjLy7JeLeAtzt7d#h z|Q92Nmz^z#o;XX6gdqDna zU)puNvcE$CU>&l;wZuprF^T&SXNxN=7*lFoFt%KJpPK4d^cfiwYttCGVdLFYy>DQB zx|Few7EY$RU+q=HyWk-5?pyiFm+;3i&Bv1vwZADzYI%8!;J)#aP{(CbQcBMyMv~@q zi0V1-x*F%h>6IyABECmIi&T(4D&V-S+%(o<`kMO+d=}8zC(N=>ys>U&v@8;B{kBUV znM;kjmR=7$Jk-EGN83te#!{*sNb_*>idKWkN-cCVk&*T8j7QO;{yY0?l@t-CuCeV! z=NH}eSJe&IfpauJxlRtdVs?{yRU6U|So?c30o&~K9L$vE$Dxykmxbn1$;#Y(UE}jF zs{PK>X|A5rEJ)j1Otf2F_6TIIHKw~dn&2a>@V8dp?9zZ(s1^xVxtgmN$-XQ zmm-TeJ7(e<)S{myd?Fq_lYG$0%s7uWdz#TEt}Gm{j9YepD%qzp{z_4T@Lll*2p-xy zM~&jNX-T})Rupj=!TO15`ul3Ec05lztU?oSKj75EHOJrSa%wicPi)G74f|3%i*|;i zkcu`zWGTdD7V1^@s60096208{_~ K0BDK=0002H(Vfl! diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/IWebSocketLogger.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/IWebSocketLogger.as deleted file mode 100644 index 24f4ef7..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/IWebSocketLogger.as +++ /dev/null @@ -1,8 +0,0 @@ -package { - -public interface IWebSocketLogger { - function log(message:String):void; - function error(message:String):void; -} - -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocket.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocket.as deleted file mode 100644 index 813f517..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocket.as +++ /dev/null @@ -1,464 +0,0 @@ -// Copyright: Hiroshi Ichikawa -// License: New BSD License -// Reference: http://dev.w3.org/html5/websockets/ -// Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76 - -package { - -import com.adobe.net.proxies.RFC2817Socket; -import com.gsolo.encryption.MD5; -import com.hurlant.crypto.tls.TLSConfig; -import com.hurlant.crypto.tls.TLSEngine; -import com.hurlant.crypto.tls.TLSSecurityParameters; -import com.hurlant.crypto.tls.TLSSocket; - -import flash.display.*; -import flash.events.*; -import flash.external.*; -import flash.net.*; -import flash.system.*; -import flash.utils.*; - -import mx.controls.*; -import mx.core.*; -import mx.events.*; -import mx.utils.*; - -public class WebSocket extends EventDispatcher { - - private static var CONNECTING:int = 0; - private static var OPEN:int = 1; - private static var CLOSING:int = 2; - private static var CLOSED:int = 3; - - private var id:int; - private var rawSocket:Socket; - private var tlsSocket:TLSSocket; - private var tlsConfig:TLSConfig; - private var socket:Socket; - private var url:String; - private var scheme:String; - private var host:String; - private var port:uint; - private var path:String; - private var origin:String; - private var requestedProtocols:Array; - private var acceptedProtocol:String; - private var buffer:ByteArray = new ByteArray(); - private var headerState:int = 0; - private var readyState:int = CONNECTING; - private var cookie:String; - private var headers:String; - private var noiseChars:Array; - private var expectedDigest:String; - private var logger:IWebSocketLogger; - - public function WebSocket( - id:int, url:String, protocols:Array, origin:String, - proxyHost:String, proxyPort:int, - cookie:String, headers:String, - logger:IWebSocketLogger) { - this.logger = logger; - this.id = id; - initNoiseChars(); - this.url = url; - var m:Array = url.match(/^(\w+):\/\/([^\/:]+)(:(\d+))?(\/.*)?(\?.*)?$/); - if (!m) fatal("SYNTAX_ERR: invalid url: " + url); - this.scheme = m[1]; - this.host = m[2]; - var defaultPort:int = scheme == "wss" ? 443 : 80; - this.port = parseInt(m[4]) || defaultPort; - this.path = (m[5] || "/") + (m[6] || ""); - this.origin = origin; - this.requestedProtocols = protocols; - this.cookie = cookie; - // if present and not the empty string, headers MUST end with \r\n - // headers should be zero or more complete lines, for example - // "Header1: xxx\r\nHeader2: yyyy\r\n" - this.headers = headers; - - if (proxyHost != null && proxyPort != 0){ - if (scheme == "wss") { - fatal("wss with proxy is not supported"); - } - var proxySocket:RFC2817Socket = new RFC2817Socket(); - proxySocket.setProxyInfo(proxyHost, proxyPort); - proxySocket.addEventListener(ProgressEvent.SOCKET_DATA, onSocketData); - rawSocket = socket = proxySocket; - } else { - rawSocket = new Socket(); - if (scheme == "wss") { - tlsConfig= new TLSConfig(TLSEngine.CLIENT, - null, null, null, null, null, - TLSSecurityParameters.PROTOCOL_VERSION); - tlsConfig.trustAllCertificates = true; - tlsConfig.ignoreCommonNameMismatch = true; - tlsSocket = new TLSSocket(); - tlsSocket.addEventListener(ProgressEvent.SOCKET_DATA, onSocketData); - socket = tlsSocket; - } else { - rawSocket.addEventListener(ProgressEvent.SOCKET_DATA, onSocketData); - socket = rawSocket; - } - } - rawSocket.addEventListener(Event.CLOSE, onSocketClose); - rawSocket.addEventListener(Event.CONNECT, onSocketConnect); - rawSocket.addEventListener(IOErrorEvent.IO_ERROR, onSocketIoError); - rawSocket.addEventListener(SecurityErrorEvent.SECURITY_ERROR, onSocketSecurityError); - rawSocket.connect(host, port); - } - - /** - * @return This WebSocket's ID. - */ - public function getId():int { - return this.id; - } - - /** - * @return this WebSocket's readyState. - */ - public function getReadyState():int { - return this.readyState; - } - - public function getAcceptedProtocol():String { - return this.acceptedProtocol; - } - - public function send(encData:String):int { - var data:String = decodeURIComponent(encData); - if (readyState == OPEN) { - socket.writeByte(0x00); - socket.writeUTFBytes(data); - socket.writeByte(0xff); - socket.flush(); - logger.log("sent: " + data); - return -1; - } else if (readyState == CLOSING || readyState == CLOSED) { - var bytes:ByteArray = new ByteArray(); - bytes.writeUTFBytes(data); - return bytes.length; // not sure whether it should include \x00 and \xff - } else { - fatal("invalid state"); - return 0; - } - } - - public function close(isError:Boolean = false):void { - logger.log("close"); - try { - if (readyState == OPEN && !isError) { - socket.writeByte(0xff); - socket.writeByte(0x00); - socket.flush(); - } - socket.close(); - } catch (ex:Error) { } - readyState = CLOSED; - this.dispatchEvent(new WebSocketEvent(isError ? "error" : "close")); - } - - private function onSocketConnect(event:Event):void { - logger.log("connected"); - - if (scheme == "wss") { - logger.log("starting SSL/TLS"); - tlsSocket.startTLS(rawSocket, host, tlsConfig); - } - - var defaultPort:int = scheme == "wss" ? 443 : 80; - var hostValue:String = host + (port == defaultPort ? "" : ":" + port); - var key1:String = generateKey(); - var key2:String = generateKey(); - var key3:String = generateKey3(); - expectedDigest = getSecurityDigest(key1, key2, key3); - var opt:String = ""; - if (requestedProtocols.length > 0) { - opt += "Sec-WebSocket-Protocol: " + requestedProtocols.join(",") + "\r\n"; - } - // if caller passes additional headers they must end with "\r\n" - if (headers) opt += headers; - - var req:String = StringUtil.substitute( - "GET {0} HTTP/1.1\r\n" + - "Upgrade: WebSocket\r\n" + - "Connection: Upgrade\r\n" + - "Host: {1}\r\n" + - "Origin: {2}\r\n" + - "Cookie: {3}\r\n" + - "Sec-WebSocket-Key1: {4}\r\n" + - "Sec-WebSocket-Key2: {5}\r\n" + - "{6}" + - "\r\n", - path, hostValue, origin, cookie, key1, key2, opt); - logger.log("request header:\n" + req); - socket.writeUTFBytes(req); - logger.log("sent key3: " + key3); - writeBytes(key3); - socket.flush(); - } - - private function onSocketClose(event:Event):void { - logger.log("closed"); - readyState = CLOSED; - this.dispatchEvent(new WebSocketEvent("close")); - } - - private function onSocketIoError(event:IOErrorEvent):void { - var message:String; - if (readyState == CONNECTING) { - message = "cannot connect to Web Socket server at " + url + " (IoError)"; - } else { - message = "error communicating with Web Socket server at " + url + " (IoError)"; - } - onError(message); - } - - private function onSocketSecurityError(event:SecurityErrorEvent):void { - var message:String; - if (readyState == CONNECTING) { - message = - "cannot connect to Web Socket server at " + url + " (SecurityError)\n" + - "make sure the server is running and Flash socket policy file is correctly placed"; - } else { - message = "error communicating with Web Socket server at " + url + " (SecurityError)"; - } - onError(message); - } - - private function onError(message:String):void { - if (readyState == CLOSED) return; - logger.error(message); - close(readyState != CONNECTING); - } - - private function onSocketData(event:ProgressEvent):void { - var pos:int = buffer.length; - socket.readBytes(buffer, pos); - for (; pos < buffer.length; ++pos) { - if (headerState < 4) { - // try to find "\r\n\r\n" - if ((headerState == 0 || headerState == 2) && buffer[pos] == 0x0d) { - ++headerState; - } else if ((headerState == 1 || headerState == 3) && buffer[pos] == 0x0a) { - ++headerState; - } else { - headerState = 0; - } - if (headerState == 4) { - var headerStr:String = readUTFBytes(buffer, 0, pos + 1); - logger.log("response header:\n" + headerStr); - if (!validateHeader(headerStr)) return; - removeBufferBefore(pos + 1); - pos = -1; - } - } else if (headerState == 4) { - if (pos == 15) { - var replyDigest:String = readBytes(buffer, 0, 16); - logger.log("reply digest: " + replyDigest); - if (replyDigest != expectedDigest) { - onError("digest doesn't match: " + replyDigest + " != " + expectedDigest); - return; - } - headerState = 5; - removeBufferBefore(pos + 1); - pos = -1; - readyState = OPEN; - this.dispatchEvent(new WebSocketEvent("open")); - } - } else { - if (buffer[pos] == 0xff && pos > 0) { - if (buffer[0] != 0x00) { - onError("data must start with \\x00"); - return; - } - var data:String = readUTFBytes(buffer, 1, pos - 1); - logger.log("received: " + data); - this.dispatchEvent(new WebSocketEvent("message", encodeURIComponent(data))); - removeBufferBefore(pos + 1); - pos = -1; - } else if (pos == 1 && buffer[0] == 0xff && buffer[1] == 0x00) { // closing - logger.log("received closing packet"); - removeBufferBefore(pos + 1); - pos = -1; - close(); - } - } - } - } - - private function validateHeader(headerStr:String):Boolean { - var lines:Array = headerStr.split(/\r\n/); - if (!lines[0].match(/^HTTP\/1.1 101 /)) { - onError("bad response: " + lines[0]); - return false; - } - var header:Object = {}; - var lowerHeader:Object = {}; - for (var i:int = 1; i < lines.length; ++i) { - if (lines[i].length == 0) continue; - var m:Array = lines[i].match(/^(\S+): (.*)$/); - if (!m) { - onError("failed to parse response header line: " + lines[i]); - return false; - } - header[m[1].toLowerCase()] = m[2]; - lowerHeader[m[1].toLowerCase()] = m[2].toLowerCase(); - } - if (lowerHeader["upgrade"] != "websocket") { - onError("invalid Upgrade: " + header["Upgrade"]); - return false; - } - if (lowerHeader["connection"] != "upgrade") { - onError("invalid Connection: " + header["Connection"]); - return false; - } - if (!lowerHeader["sec-websocket-origin"]) { - if (lowerHeader["websocket-origin"]) { - onError( - "The WebSocket server speaks old WebSocket protocol, " + - "which is not supported by web-socket-js. " + - "It requires WebSocket protocol 76 or later. " + - "Try newer version of the server if available."); - } else { - onError("header Sec-WebSocket-Origin is missing"); - } - return false; - } - var resOrigin:String = lowerHeader["sec-websocket-origin"]; - if (resOrigin != origin) { - onError("origin doesn't match: '" + resOrigin + "' != '" + origin + "'"); - return false; - } - if (requestedProtocols.length > 0) { - acceptedProtocol = header["sec-websocket-protocol"]; - if (requestedProtocols.indexOf(acceptedProtocol) < 0) { - onError("protocol doesn't match: '" + - acceptedProtocol + "' not in '" + requestedProtocols.join(",") + "'"); - return false; - } - } - return true; - } - - private function removeBufferBefore(pos:int):void { - if (pos == 0) return; - var nextBuffer:ByteArray = new ByteArray(); - buffer.position = pos; - buffer.readBytes(nextBuffer); - buffer = nextBuffer; - } - - private function initNoiseChars():void { - noiseChars = new Array(); - for (var i:int = 0x21; i <= 0x2f; ++i) { - noiseChars.push(String.fromCharCode(i)); - } - for (var j:int = 0x3a; j <= 0x7a; ++j) { - noiseChars.push(String.fromCharCode(j)); - } - } - - private function generateKey():String { - var spaces:uint = randomInt(1, 12); - var max:uint = uint.MAX_VALUE / spaces; - var number:uint = randomInt(0, max); - var key:String = (number * spaces).toString(); - var noises:int = randomInt(1, 12); - var pos:int; - for (var i:int = 0; i < noises; ++i) { - var char:String = noiseChars[randomInt(0, noiseChars.length - 1)]; - pos = randomInt(0, key.length); - key = key.substr(0, pos) + char + key.substr(pos); - } - for (var j:int = 0; j < spaces; ++j) { - pos = randomInt(1, key.length - 1); - key = key.substr(0, pos) + " " + key.substr(pos); - } - return key; - } - - private function generateKey3():String { - var key3:String = ""; - for (var i:int = 0; i < 8; ++i) { - key3 += String.fromCharCode(randomInt(0, 255)); - } - return key3; - } - - private function getSecurityDigest(key1:String, key2:String, key3:String):String { - var bytes1:String = keyToBytes(key1); - var bytes2:String = keyToBytes(key2); - return MD5.rstr_md5(bytes1 + bytes2 + key3); - } - - private function keyToBytes(key:String):String { - var keyNum:uint = parseInt(key.replace(/[^\d]/g, "")); - var spaces:uint = 0; - for (var i:int = 0; i < key.length; ++i) { - if (key.charAt(i) == " ") ++spaces; - } - var resultNum:uint = keyNum / spaces; - var bytes:String = ""; - for (var j:int = 3; j >= 0; --j) { - bytes += String.fromCharCode((resultNum >> (j * 8)) & 0xff); - } - return bytes; - } - - // Writes byte sequence to socket. - // bytes is String in special format where bytes[i] is i-th byte, not i-th character. - private function writeBytes(bytes:String):void { - for (var i:int = 0; i < bytes.length; ++i) { - socket.writeByte(bytes.charCodeAt(i)); - } - } - - // Reads specified number of bytes from buffer, and returns it as special format String - // where bytes[i] is i-th byte (not i-th character). - private function readBytes(buffer:ByteArray, start:int, numBytes:int):String { - buffer.position = start; - var bytes:String = ""; - for (var i:int = 0; i < numBytes; ++i) { - // & 0xff is to make \x80-\xff positive number. - bytes += String.fromCharCode(buffer.readByte() & 0xff); - } - return bytes; - } - - private function readUTFBytes(buffer:ByteArray, start:int, numBytes:int):String { - buffer.position = start; - var data:String = ""; - for(var i:int = start; i < start + numBytes; ++i) { - // Workaround of a bug of ByteArray#readUTFBytes() that bytes after "\x00" is discarded. - if (buffer[i] == 0x00) { - data += buffer.readUTFBytes(i - buffer.position) + "\x00"; - buffer.position = i + 1; - } - } - data += buffer.readUTFBytes(start + numBytes - buffer.position); - return data; - } - - private function randomInt(min:uint, max:uint):uint { - return min + Math.floor(Math.random() * (Number(max) - min + 1)); - } - - private function fatal(message:String):void { - logger.error(message); - throw message; - } - - // for debug - private function dumpBytes(bytes:String):void { - var output:String = ""; - for (var i:int = 0; i < bytes.length; ++i) { - output += bytes.charCodeAt(i).toString() + ", "; - } - logger.log(output); - } - -} - -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketEvent.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketEvent.as deleted file mode 100644 index 598eeb2..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketEvent.as +++ /dev/null @@ -1,33 +0,0 @@ -package { - -import flash.events.Event; - -/** - * This class represents a generic websocket event. It contains the standard "type" - * parameter as well as a "message" parameter. - */ -public class WebSocketEvent extends Event { - - public static const OPEN:String = "open"; - public static const CLOSE:String = "close"; - public static const MESSAGE:String = "message"; - public static const ERROR:String = "error"; - - public var message:String; - - public function WebSocketEvent( - type:String, message:String = null, bubbles:Boolean = false, cancelable:Boolean = false) { - super(type, bubbles, cancelable); - this.message = message; - } - - public override function clone():Event { - return new WebSocketEvent(this.type, this.message, this.bubbles, this.cancelable); - } - - public override function toString():String { - return "WebSocketEvent: " + this.type + ": " + this.message; - } -} - -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMain.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMain.as deleted file mode 100644 index 1bf3d7e..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMain.as +++ /dev/null @@ -1,150 +0,0 @@ -// Copyright: Hiroshi Ichikawa -// License: New BSD License -// Reference: http://dev.w3.org/html5/websockets/ -// Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76 - -package { - -import flash.display.Sprite; -import flash.external.ExternalInterface; -import flash.system.Security; -import flash.utils.setTimeout; - -import mx.utils.URLUtil; - -/** - * Provides JavaScript API of WebSocket. - */ -public class WebSocketMain extends Sprite implements IWebSocketLogger{ - - private var callerUrl:String; - private var debug:Boolean = false; - private var manualPolicyFileLoaded:Boolean = false; - private var webSockets:Array = []; - private var eventQueue:Array = []; - - public function WebSocketMain() { - ExternalInterface.addCallback("setCallerUrl", setCallerUrl); - ExternalInterface.addCallback("setDebug", setDebug); - ExternalInterface.addCallback("create", create); - ExternalInterface.addCallback("send", send); - ExternalInterface.addCallback("close", close); - ExternalInterface.addCallback("loadManualPolicyFile", loadManualPolicyFile); - ExternalInterface.addCallback("receiveEvents", receiveEvents); - ExternalInterface.call("WebSocket.__onFlashInitialized"); - } - - public function setCallerUrl(url:String):void { - callerUrl = url; - } - - public function setDebug(val:Boolean):void { - debug = val; - } - - private function loadDefaultPolicyFile(wsUrl:String):void { - var policyUrl:String = "xmlsocket://" + URLUtil.getServerName(wsUrl) + ":843"; - log("policy file: " + policyUrl); - Security.loadPolicyFile(policyUrl); - } - - public function loadManualPolicyFile(policyUrl:String):void { - log("policy file: " + policyUrl); - Security.loadPolicyFile(policyUrl); - manualPolicyFileLoaded = true; - } - - public function log(message:String):void { - if (debug) { - ExternalInterface.call("WebSocket.__log", encodeURIComponent("[WebSocket] " + message)); - } - } - - public function error(message:String):void { - ExternalInterface.call("WebSocket.__error", encodeURIComponent("[WebSocket] " + message)); - } - - private function parseEvent(event:WebSocketEvent):Object { - var webSocket:WebSocket = event.target as WebSocket; - var eventObj:Object = {}; - eventObj.type = event.type; - eventObj.webSocketId = webSocket.getId(); - eventObj.readyState = webSocket.getReadyState(); - eventObj.protocol = webSocket.getAcceptedProtocol(); - if (event.message !== null) { - eventObj.message = event.message; - } - return eventObj; - } - - public function create( - webSocketId:int, - url:String, protocols:Array, - proxyHost:String = null, proxyPort:int = 0, - headers:String = null):void { - if (!manualPolicyFileLoaded) { - loadDefaultPolicyFile(url); - } - var newSocket:WebSocket = new WebSocket( - webSocketId, url, protocols, getOrigin(), proxyHost, proxyPort, - getCookie(url), headers, this); - newSocket.addEventListener("open", onSocketEvent); - newSocket.addEventListener("close", onSocketEvent); - newSocket.addEventListener("error", onSocketEvent); - newSocket.addEventListener("message", onSocketEvent); - webSockets[webSocketId] = newSocket; - } - - public function send(webSocketId:int, encData:String):int { - var webSocket:WebSocket = webSockets[webSocketId]; - return webSocket.send(encData); - } - - public function close(webSocketId:int):void { - var webSocket:WebSocket = webSockets[webSocketId]; - webSocket.close(); - } - - public function receiveEvents():Object { - var result:Object = eventQueue; - eventQueue = []; - return result; - } - - private function getOrigin():String { - return (URLUtil.getProtocol(this.callerUrl) + "://" + - URLUtil.getServerNameWithPort(this.callerUrl)).toLowerCase(); - } - - private function getCookie(url:String):String { - if (URLUtil.getServerName(url).toLowerCase() == - URLUtil.getServerName(this.callerUrl).toLowerCase()) { - return ExternalInterface.call("function(){return document.cookie}"); - } else { - return ""; - } - } - - /** - * Socket event handler. - */ - public function onSocketEvent(event:WebSocketEvent):void { - var eventObj:Object = parseEvent(event); - eventQueue.push(eventObj); - processEvents(); - } - - /** - * Process our event queue. If javascript is unresponsive, set - * a timeout and try again. - */ - public function processEvents():void { - if (eventQueue.length == 0) return; - if (!ExternalInterface.call("WebSocket.__onFlashEvent")) { - setTimeout(processEvents, 500); - } - } - -} - -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMainInsecure.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMainInsecure.as deleted file mode 100644 index ea377be..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/WebSocketMainInsecure.as +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright: Hiroshi Ichikawa -// License: New BSD License -// Reference: http://dev.w3.org/html5/websockets/ -// Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76 - -package { - -import flash.system.*; - -public class WebSocketMainInsecure extends WebSocketMain { - - public function WebSocketMainInsecure() { - Security.allowDomain("*"); - super(); - } - -} - -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/build.sh b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/build.sh deleted file mode 100755 index 598674a..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/build.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# You need Flex 4 SDK: -# http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 - -mxmlc -static-link-runtime-shared-libraries -target-player=10.0.0 -output=../WebSocketMain.swf WebSocketMain.as && -mxmlc -static-link-runtime-shared-libraries -output=../WebSocketMainInsecure.swf WebSocketMainInsecure.as && -cd .. && -zip WebSocketMainInsecure.zip WebSocketMainInsecure.swf && -rm WebSocketMainInsecure.swf diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/adobe/net/proxies/RFC2817Socket.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/adobe/net/proxies/RFC2817Socket.as deleted file mode 100644 index c52ee39..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/adobe/net/proxies/RFC2817Socket.as +++ /dev/null @@ -1,204 +0,0 @@ -/* - Adobe Systems Incorporated(r) Source Code License Agreement - Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. - - Please read this Source Code License Agreement carefully before using - the source code. - - Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive, - no-charge, royalty-free, irrevocable copyright license, to reproduce, - prepare derivative works of, publicly display, publicly perform, and - distribute this source code and such derivative works in source or - object code form without any attribution requirements. - - The name "Adobe Systems Incorporated" must not be used to endorse or promote products - derived from the source code without prior written permission. - - You agree to indemnify, hold harmless and defend Adobe Systems Incorporated from and - against any loss, damage, claims or lawsuits, including attorney's - fees that arise or result from your use or distribution of the source - code. - - THIS SOURCE CODE IS PROVIDED "AS IS" AND "WITH ALL FAULTS", WITHOUT - ANY TECHNICAL SUPPORT OR ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, - BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ALSO, THERE IS NO WARRANTY OF - NON-INFRINGEMENT, TITLE OR QUIET ENJOYMENT. IN NO EVENT SHALL MACROMEDIA - OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; - OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOURCE CODE, EVEN IF - ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -package com.adobe.net.proxies -{ - import flash.events.Event; - import flash.events.IOErrorEvent; - import flash.events.ProgressEvent; - import flash.net.Socket; - - /** - * This class allows TCP socket connections through HTTP proxies in accordance with - * RFC 2817: - * - * ftp://ftp.rfc-editor.org/in-notes/rfc2817.txt - * - * It can also be used to make direct connections to a destination, as well. If you - * pass the host and port into the constructor, no proxy will be used. You can also - * call connect, passing in the host and the port, and if you didn't set the proxy - * info, a direct connection will be made. A proxy is only used after you have called - * the setProxyInfo function. - * - * The connection to and negotiation with the proxy is completely hidden. All the - * same events are thrown whether you are using a proxy or not, and the data you - * receive from the target server will look exact as it would if you were connected - * to it directly rather than through a proxy. - * - * @author Christian Cantrell - * - **/ - public class RFC2817Socket - extends Socket - { - private var proxyHost:String = null; - private var host:String = null; - private var proxyPort:int = 0; - private var port:int = 0; - private var deferredEventHandlers:Object = new Object(); - private var buffer:String = new String(); - - /** - * Construct a new RFC2817Socket object. If you pass in the host and the port, - * no proxy will be used. If you want to use a proxy, instantiate with no - * arguments, call setProxyInfo, then call connect. - **/ - public function RFC2817Socket(host:String = null, port:int = 0) - { - if (host != null && port != 0) - { - super(host, port); - } - } - - /** - * Set the proxy host and port number. Your connection will only proxied if - * this function has been called. - **/ - public function setProxyInfo(host:String, port:int):void - { - this.proxyHost = host; - this.proxyPort = port; - - var deferredSocketDataHandler:Object = this.deferredEventHandlers[ProgressEvent.SOCKET_DATA]; - var deferredConnectHandler:Object = this.deferredEventHandlers[Event.CONNECT]; - - if (deferredSocketDataHandler != null) - { - super.removeEventListener(ProgressEvent.SOCKET_DATA, deferredSocketDataHandler.listener, deferredSocketDataHandler.useCapture); - } - - if (deferredConnectHandler != null) - { - super.removeEventListener(Event.CONNECT, deferredConnectHandler.listener, deferredConnectHandler.useCapture); - } - } - - /** - * Connect to the specified host over the specified port. If you want your - * connection proxied, call the setProxyInfo function first. - **/ - public override function connect(host:String, port:int):void - { - if (this.proxyHost == null) - { - this.redirectConnectEvent(); - this.redirectSocketDataEvent(); - super.connect(host, port); - } - else - { - this.host = host; - this.port = port; - super.addEventListener(Event.CONNECT, this.onConnect); - super.addEventListener(ProgressEvent.SOCKET_DATA, this.onSocketData); - super.connect(this.proxyHost, this.proxyPort); - } - } - - private function onConnect(event:Event):void - { - this.writeUTFBytes("CONNECT "+this.host+":"+this.port+" HTTP/1.1\n\n"); - this.flush(); - this.redirectConnectEvent(); - } - - private function onSocketData(event:ProgressEvent):void - { - while (this.bytesAvailable != 0) - { - this.buffer += this.readUTFBytes(1); - if (this.buffer.search(/\r?\n\r?\n$/) != -1) - { - this.checkResponse(event); - break; - } - } - } - - private function checkResponse(event:ProgressEvent):void - { - var responseCode:String = this.buffer.substr(this.buffer.indexOf(" ")+1, 3); - - if (responseCode.search(/^2/) == -1) - { - var ioError:IOErrorEvent = new IOErrorEvent(IOErrorEvent.IO_ERROR); - ioError.text = "Error connecting to the proxy ["+this.proxyHost+"] on port ["+this.proxyPort+"]: " + this.buffer; - this.dispatchEvent(ioError); - } - else - { - this.redirectSocketDataEvent(); - this.dispatchEvent(new Event(Event.CONNECT)); - if (this.bytesAvailable > 0) - { - this.dispatchEvent(event); - } - } - this.buffer = null; - } - - private function redirectConnectEvent():void - { - super.removeEventListener(Event.CONNECT, onConnect); - var deferredEventHandler:Object = this.deferredEventHandlers[Event.CONNECT]; - if (deferredEventHandler != null) - { - super.addEventListener(Event.CONNECT, deferredEventHandler.listener, deferredEventHandler.useCapture, deferredEventHandler.priority, deferredEventHandler.useWeakReference); - } - } - - private function redirectSocketDataEvent():void - { - super.removeEventListener(ProgressEvent.SOCKET_DATA, onSocketData); - var deferredEventHandler:Object = this.deferredEventHandlers[ProgressEvent.SOCKET_DATA]; - if (deferredEventHandler != null) - { - super.addEventListener(ProgressEvent.SOCKET_DATA, deferredEventHandler.listener, deferredEventHandler.useCapture, deferredEventHandler.priority, deferredEventHandler.useWeakReference); - } - } - - public override function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int=0.0, useWeakReference:Boolean=false):void - { - if (type == Event.CONNECT || type == ProgressEvent.SOCKET_DATA) - { - this.deferredEventHandlers[type] = {listener:listener,useCapture:useCapture, priority:priority, useWeakReference:useWeakReference}; - } - else - { - super.addEventListener(type, listener, useCapture, priority, useWeakReference); - } - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/gsolo/encryption/MD5.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/gsolo/encryption/MD5.as deleted file mode 100644 index e5d9c4a..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/gsolo/encryption/MD5.as +++ /dev/null @@ -1,375 +0,0 @@ -package com.gsolo.encryption { - public class MD5 { - /* - * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message - * Digest Algorithm, as defined in RFC 1321. - * Version 2.2-alpha Copyright (C) Paul Johnston 1999 - 2005 - * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet - * Distributed under the BSD License - * See http://pajhome.org.uk/crypt/md5 for more info. - * - * Converted to AS3 By Geoffrey Williams - */ - - /* - * Configurable variables. You may need to tweak these to be compatible with - * the server-side, but the defaults work in most cases. - */ - - public static const HEX_FORMAT_LOWERCASE:uint = 0; - public static const HEX_FORMAT_UPPERCASE:uint = 1; - - public static const BASE64_PAD_CHARACTER_DEFAULT_COMPLIANCE:String = ""; - public static const BASE64_PAD_CHARACTER_RFC_COMPLIANCE:String = "="; - - public static var hexcase:uint = 0; /* hex output format. 0 - lowercase; 1 - uppercase */ - public static var b64pad:String = ""; /* base-64 pad character. "=" for strict RFC compliance */ - - public static function encrypt (string:String):String { - return hex_md5 (string); - } - - /* - * These are the functions you'll usually want to call - * They take string arguments and return either hex or base-64 encoded strings - */ - public static function hex_md5 (string:String):String { - return rstr2hex (rstr_md5 (str2rstr_utf8 (string))); - } - - public static function b64_md5 (string:String):String { - return rstr2b64 (rstr_md5 (str2rstr_utf8 (string))); - } - - public static function any_md5 (string:String, encoding:String):String { - return rstr2any (rstr_md5 (str2rstr_utf8 (string)), encoding); - } - public static function hex_hmac_md5 (key:String, data:String):String { - return rstr2hex (rstr_hmac_md5 (str2rstr_utf8 (key), str2rstr_utf8 (data))); - } - public static function b64_hmac_md5 (key:String, data:String):String { - return rstr2b64 (rstr_hmac_md5 (str2rstr_utf8 (key), str2rstr_utf8 (data))); - } - public static function any_hmac_md5 (key:String, data:String, encoding:String):String { - return rstr2any(rstr_hmac_md5(str2rstr_utf8(key), str2rstr_utf8(data)), encoding); - } - - /* - * Perform a simple self-test to see if the VM is working - */ - public static function md5_vm_test ():Boolean { - return hex_md5 ("abc") == "900150983cd24fb0d6963f7d28e17f72"; - } - - /* - * Calculate the MD5 of a raw string - */ - public static function rstr_md5 (string:String):String { - return binl2rstr (binl_md5 (rstr2binl (string), string.length * 8)); - } - - /* - * Calculate the HMAC-MD5, of a key and some data (raw strings) - */ - public static function rstr_hmac_md5 (key:String, data:String):String { - var bkey:Array = rstr2binl (key); - if (bkey.length > 16) bkey = binl_md5 (bkey, key.length * 8); - - var ipad:Array = new Array(16), opad:Array = new Array(16); - for(var i:Number = 0; i < 16; i++) { - ipad[i] = bkey[i] ^ 0x36363636; - opad[i] = bkey[i] ^ 0x5C5C5C5C; - } - - var hash:Array = binl_md5 (ipad.concat (rstr2binl (data)), 512 + data.length * 8); - return binl2rstr (binl_md5 (opad.concat (hash), 512 + 128)); - } - - /* - * Convert a raw string to a hex string - */ - public static function rstr2hex (input:String):String { - var hex_tab:String = hexcase ? "0123456789ABCDEF" : "0123456789abcdef"; - var output:String = ""; - var x:Number; - for(var i:Number = 0; i < input.length; i++) { - x = input.charCodeAt(i); - output += hex_tab.charAt((x >>> 4) & 0x0F) - + hex_tab.charAt( x & 0x0F); - } - return output; - } - - /* - * Convert a raw string to a base-64 string - */ - public static function rstr2b64 (input:String):String { - var tab:String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; - var output:String = ""; - var len:Number = input.length; - for(var i:Number = 0; i < len; i += 3) { - var triplet:Number = (input.charCodeAt(i) << 16) - | (i + 1 < len ? input.charCodeAt(i+1) << 8 : 0) - | (i + 2 < len ? input.charCodeAt(i+2) : 0); - for(var j:Number = 0; j < 4; j++) { - if(i * 8 + j * 6 > input.length * 8) output += b64pad; - else output += tab.charAt((triplet >>> 6*(3-j)) & 0x3F); - } - } - return output; - } - - /* - * Convert a raw string to an arbitrary string encoding - */ - public static function rstr2any(input:String, encoding:String):String { - var divisor:Number = encoding.length; - var remainders:Array = []; - var i:Number, q:Number, x:Number, quotient:Array; - - /* Convert to an array of 16-bit big-endian values, forming the dividend */ - var dividend:Array = new Array(input.length / 2); - for(i = 0; i < dividend.length; i++) { - dividend[i] = (input.charCodeAt(i * 2) << 8) | input.charCodeAt(i * 2 + 1); - } - - /* - * Repeatedly perform a long division. The binary array forms the dividend, - * the length of the encoding is the divisor. Once computed, the quotient - * forms the dividend for the next step. We stop when the dividend is zero. - * All remainders are stored for later use. - */ - while(dividend.length > 0) { - quotient = []; - x = 0; - for(i = 0; i < dividend.length; i++) { - x = (x << 16) + dividend[i]; - q = Math.floor(x / divisor); - x -= q * divisor; - if(quotient.length > 0 || q > 0) - quotient[quotient.length] = q; - } - remainders[remainders.length] = x; - dividend = quotient; - } - - /* Convert the remainders to the output string */ - var output:String = ""; - for(i = remainders.length - 1; i >= 0; i--) - output += encoding.charAt (remainders[i]); - - return output; - } - - /* - * Encode a string as utf-8. - * For efficiency, this assumes the input is valid utf-16. - */ - public static function str2rstr_utf8 (input:String):String { - var output:String = ""; - var i:Number = -1; - var x:Number, y:Number; - - while(++i < input.length) { - /* Decode utf-16 surrogate pairs */ - x = input.charCodeAt(i); - y = i + 1 < input.length ? input.charCodeAt(i + 1) : 0; - if(0xD800 <= x && x <= 0xDBFF && 0xDC00 <= y && y <= 0xDFFF) { - x = 0x10000 + ((x & 0x03FF) << 10) + (y & 0x03FF); - i++; - } - - /* Encode output as utf-8 */ - if(x <= 0x7F) - output += String.fromCharCode(x); - else if(x <= 0x7FF) - output += String.fromCharCode(0xC0 | ((x >>> 6 ) & 0x1F), - 0x80 | ( x & 0x3F)); - else if(x <= 0xFFFF) - output += String.fromCharCode(0xE0 | ((x >>> 12) & 0x0F), - 0x80 | ((x >>> 6 ) & 0x3F), - 0x80 | ( x & 0x3F)); - else if(x <= 0x1FFFFF) - output += String.fromCharCode(0xF0 | ((x >>> 18) & 0x07), - 0x80 | ((x >>> 12) & 0x3F), - 0x80 | ((x >>> 6 ) & 0x3F), - 0x80 | ( x & 0x3F)); - } - return output; - } - - /* - * Encode a string as utf-16 - */ - public static function str2rstr_utf16le (input:String):String { - var output:String = ""; - for(var i:Number = 0; i < input.length; i++) - output += String.fromCharCode( input.charCodeAt(i) & 0xFF, - (input.charCodeAt(i) >>> 8) & 0xFF); - return output; - } - - public static function str2rstr_utf16be (input:String):String { - var output:String = ""; - for(var i:Number = 0; i < input.length; i++) - output += String.fromCharCode((input.charCodeAt(i) >>> 8) & 0xFF, - input.charCodeAt(i) & 0xFF); - return output; - } - - /* - * Convert a raw string to an array of little-endian words - * Characters >255 have their high-byte silently ignored. - */ - public static function rstr2binl (input:String):Array { - var output:Array = new Array(input.length >> 2); - for(var i:Number = 0; i < output.length; i++) - output[i] = 0; - for(i = 0; i < input.length * 8; i += 8) - output[i>>5] |= (input.charCodeAt(i / 8) & 0xFF) << (i%32); - return output; - } - - /* - * Convert an array of little-endian words to a string - */ - public static function binl2rstr (input:Array):String { - var output:String = ""; - for(var i:Number = 0; i < input.length * 32; i += 8) - output += String.fromCharCode((input[i>>5] >>> (i % 32)) & 0xFF); - return output; - } - - /* - * Calculate the MD5 of an array of little-endian words, and a bit length. - */ - public static function binl_md5 (x:Array, len:Number):Array { - /* append padding */ - x[len >> 5] |= 0x80 << ((len) % 32); - x[(((len + 64) >>> 9) << 4) + 14] = len; - - var a:Number = 1732584193; - var b:Number = -271733879; - var c:Number = -1732584194; - var d:Number = 271733878; - - for(var i:Number = 0; i < x.length; i += 16) { - var olda:Number = a; - var oldb:Number = b; - var oldc:Number = c; - var oldd:Number = d; - - a = md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936); - d = md5_ff(d, a, b, c, x[i+ 1], 12, -389564586); - c = md5_ff(c, d, a, b, x[i+ 2], 17, 606105819); - b = md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330); - a = md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897); - d = md5_ff(d, a, b, c, x[i+ 5], 12, 1200080426); - c = md5_ff(c, d, a, b, x[i+ 6], 17, -1473231341); - b = md5_ff(b, c, d, a, x[i+ 7], 22, -45705983); - a = md5_ff(a, b, c, d, x[i+ 8], 7 , 1770035416); - d = md5_ff(d, a, b, c, x[i+ 9], 12, -1958414417); - c = md5_ff(c, d, a, b, x[i+10], 17, -42063); - b = md5_ff(b, c, d, a, x[i+11], 22, -1990404162); - a = md5_ff(a, b, c, d, x[i+12], 7 , 1804603682); - d = md5_ff(d, a, b, c, x[i+13], 12, -40341101); - c = md5_ff(c, d, a, b, x[i+14], 17, -1502002290); - b = md5_ff(b, c, d, a, x[i+15], 22, 1236535329); - - a = md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510); - d = md5_gg(d, a, b, c, x[i+ 6], 9 , -1069501632); - c = md5_gg(c, d, a, b, x[i+11], 14, 643717713); - b = md5_gg(b, c, d, a, x[i+ 0], 20, -373897302); - a = md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691); - d = md5_gg(d, a, b, c, x[i+10], 9 , 38016083); - c = md5_gg(c, d, a, b, x[i+15], 14, -660478335); - b = md5_gg(b, c, d, a, x[i+ 4], 20, -405537848); - a = md5_gg(a, b, c, d, x[i+ 9], 5 , 568446438); - d = md5_gg(d, a, b, c, x[i+14], 9 , -1019803690); - c = md5_gg(c, d, a, b, x[i+ 3], 14, -187363961); - b = md5_gg(b, c, d, a, x[i+ 8], 20, 1163531501); - a = md5_gg(a, b, c, d, x[i+13], 5 , -1444681467); - d = md5_gg(d, a, b, c, x[i+ 2], 9 , -51403784); - c = md5_gg(c, d, a, b, x[i+ 7], 14, 1735328473); - b = md5_gg(b, c, d, a, x[i+12], 20, -1926607734); - - a = md5_hh(a, b, c, d, x[i+ 5], 4 , -378558); - d = md5_hh(d, a, b, c, x[i+ 8], 11, -2022574463); - c = md5_hh(c, d, a, b, x[i+11], 16, 1839030562); - b = md5_hh(b, c, d, a, x[i+14], 23, -35309556); - a = md5_hh(a, b, c, d, x[i+ 1], 4 , -1530992060); - d = md5_hh(d, a, b, c, x[i+ 4], 11, 1272893353); - c = md5_hh(c, d, a, b, x[i+ 7], 16, -155497632); - b = md5_hh(b, c, d, a, x[i+10], 23, -1094730640); - a = md5_hh(a, b, c, d, x[i+13], 4 , 681279174); - d = md5_hh(d, a, b, c, x[i+ 0], 11, -358537222); - c = md5_hh(c, d, a, b, x[i+ 3], 16, -722521979); - b = md5_hh(b, c, d, a, x[i+ 6], 23, 76029189); - a = md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487); - d = md5_hh(d, a, b, c, x[i+12], 11, -421815835); - c = md5_hh(c, d, a, b, x[i+15], 16, 530742520); - b = md5_hh(b, c, d, a, x[i+ 2], 23, -995338651); - - a = md5_ii(a, b, c, d, x[i+ 0], 6 , -198630844); - d = md5_ii(d, a, b, c, x[i+ 7], 10, 1126891415); - c = md5_ii(c, d, a, b, x[i+14], 15, -1416354905); - b = md5_ii(b, c, d, a, x[i+ 5], 21, -57434055); - a = md5_ii(a, b, c, d, x[i+12], 6 , 1700485571); - d = md5_ii(d, a, b, c, x[i+ 3], 10, -1894986606); - c = md5_ii(c, d, a, b, x[i+10], 15, -1051523); - b = md5_ii(b, c, d, a, x[i+ 1], 21, -2054922799); - a = md5_ii(a, b, c, d, x[i+ 8], 6 , 1873313359); - d = md5_ii(d, a, b, c, x[i+15], 10, -30611744); - c = md5_ii(c, d, a, b, x[i+ 6], 15, -1560198380); - b = md5_ii(b, c, d, a, x[i+13], 21, 1309151649); - a = md5_ii(a, b, c, d, x[i+ 4], 6 , -145523070); - d = md5_ii(d, a, b, c, x[i+11], 10, -1120210379); - c = md5_ii(c, d, a, b, x[i+ 2], 15, 718787259); - b = md5_ii(b, c, d, a, x[i+ 9], 21, -343485551); - - a = safe_add(a, olda); - b = safe_add(b, oldb); - c = safe_add(c, oldc); - d = safe_add(d, oldd); - } - return [a, b, c, d]; - } - - /* - * These functions implement the four basic operations the algorithm uses. - */ - public static function md5_cmn (q:Number, a:Number, b:Number, x:Number, s:Number, t:Number):Number { - return safe_add (bit_rol (safe_add (safe_add (a, q), safe_add(x, t)), s), b); - } - public static function md5_ff (a:Number, b:Number, c:Number, d:Number, x:Number, s:Number, t:Number):Number { - return md5_cmn ((b & c) | ((~b) & d), a, b, x, s, t); - } - public static function md5_gg (a:Number, b:Number, c:Number, d:Number, x:Number, s:Number, t:Number):Number { - return md5_cmn ((b & d) | (c & (~d)), a, b, x, s, t); - } - public static function md5_hh (a:Number, b:Number, c:Number, d:Number, x:Number, s:Number, t:Number):Number { - return md5_cmn (b ^ c ^ d, a, b, x, s, t); - } - public static function md5_ii (a:Number, b:Number, c:Number, d:Number, x:Number, s:Number, t:Number):Number { - return md5_cmn (c ^ (b | (~d)), a, b, x, s, t); - } - - /* - * Add integers, wrapping at 2^32. This uses 16-bit operations internally - * to work around bugs in some JS interpreters. - */ - public static function safe_add (x:Number, y:Number):Number { - var lsw:Number = (x & 0xFFFF) + (y & 0xFFFF); - var msw:Number = (x >> 16) + (y >> 16) + (lsw >> 16); - return (msw << 16) | (lsw & 0xFFFF); - } - - /* - * Bitwise rotate a 32-bit number to the left. - */ - public static function bit_rol (num:Number, cnt:Number):Number { - return (num << cnt) | (num >>> (32 - cnt)); - } - - } -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/Crypto.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/Crypto.as deleted file mode 100644 index 32ec97a..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/Crypto.as +++ /dev/null @@ -1,287 +0,0 @@ -/** - * Crypto - * - * An abstraction layer to instanciate our crypto algorithms - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto -{ - import com.hurlant.crypto.hash.HMAC; - import com.hurlant.crypto.hash.MAC; - import com.hurlant.crypto.hash.IHash; - import com.hurlant.crypto.hash.MD2; - import com.hurlant.crypto.hash.MD5; - import com.hurlant.crypto.hash.SHA1; - import com.hurlant.crypto.hash.SHA224; - import com.hurlant.crypto.hash.SHA256; - import com.hurlant.crypto.prng.ARC4; - import com.hurlant.crypto.rsa.RSAKey; - import com.hurlant.crypto.symmetric.AESKey; - import com.hurlant.crypto.symmetric.BlowFishKey; - import com.hurlant.crypto.symmetric.CBCMode; - import com.hurlant.crypto.symmetric.CFB8Mode; - import com.hurlant.crypto.symmetric.CFBMode; - import com.hurlant.crypto.symmetric.CTRMode; - import com.hurlant.crypto.symmetric.DESKey; - import com.hurlant.crypto.symmetric.ECBMode; - import com.hurlant.crypto.symmetric.ICipher; - import com.hurlant.crypto.symmetric.IMode; - import com.hurlant.crypto.symmetric.IPad; - import com.hurlant.crypto.symmetric.ISymmetricKey; - import com.hurlant.crypto.symmetric.IVMode; - import com.hurlant.crypto.symmetric.NullPad; - import com.hurlant.crypto.symmetric.OFBMode; - import com.hurlant.crypto.symmetric.PKCS5; - import com.hurlant.crypto.symmetric.SimpleIVMode; - import com.hurlant.crypto.symmetric.TripleDESKey; - import com.hurlant.crypto.symmetric.XTeaKey; - import com.hurlant.util.Base64; - - import flash.utils.ByteArray; - - /** - * A class to make it easy to use the rest of the framework. - * As a side-effect, using this class will cause most of the framework - * to be linked into your application, which is not always what you want. - * - * If you want to optimize your download size, don't use this class. - * (But feel free to read it to get ideas on how to get the algorithm you want.) - */ - public class Crypto - { - private var b64:Base64; // we don't use it, but we want the swc to include it, so cheap trick. - - public function Crypto(){ - } - - /** - * Things that should work, among others: - * "aes" - * "aes-128-ecb" - * "aes-128-cbc" - * "aes-128-cfb" - * "aes-128-cfb8" - * "aes-128-ofb" - * "aes-192-cfb" - * "aes-256-ofb" - * "blowfish-cbc" - * "des-ecb" - * "xtea" - * "xtea-ecb" - * "xtea-cbc" - * "xtea-cfb" - * "xtea-cfb8" - * "xtea-ofb" - * "rc4" - * "simple-aes-cbc" - */ - public static function getCipher(name:String, key:ByteArray, pad:IPad=null):ICipher { - // split name into an array. - var keys:Array = name.split("-"); - switch (keys[0]) { - /** - * "simple" is a special case. It means: - * "If using an IV mode, prepend the IV to the ciphertext" - */ - case "simple": - keys.shift(); - name = keys.join("-"); - var cipher:ICipher = getCipher(name, key, pad); - if (cipher is IVMode) { - return new SimpleIVMode(cipher as IVMode); - } else { - return cipher; - } - /** - * we support both "aes-128" and "aes128" - * Technically, you could use "aes192-128", but you'd - * only be hurting yourself. - */ - case "aes": - case "aes128": - case "aes192": - case "aes256": - keys.shift(); - if (key.length*8==keys[0]) { - // support for "aes-128-..." and such. - keys.shift(); - } - return getMode(keys[0], new AESKey(key), pad); - break; - case "bf": - case "blowfish": - keys.shift(); - return getMode(keys[0], new BlowFishKey(key), pad); - /** - * des-ede and des-ede3 are both equivalent to des3. - * the choice between 2tdes and 3tdes is made based - * on the length of the key provided. - */ - case "des": - keys.shift(); - if (keys[0]!="ede" && keys[0]!="ede3") { - return getMode(keys[0], new DESKey(key), pad); - } - if (keys.length==1) { - keys.push("ecb"); // default mode for 2tdes and 3tdes with openssl enc - } - // fall-through to triple des - case "3des": - case "des3": - keys.shift(); - return getMode(keys[0], new TripleDESKey(key), pad); - case "xtea": - keys.shift(); - return getMode(keys[0], new XTeaKey(key), pad); - break; - /** - * Technically, you could say "rc4-128" or whatever, - * but really, the length of the key is what counts here. - */ - case "rc4": - keys.shift(); - return new ARC4(key); - break; - } - return null; - } - - /** - * Returns the size of a key for a given cipher identifier. - */ - public static function getKeySize(name:String):uint { - var keys:Array = name.split("-"); - switch (keys[0]) { - case "simple": - keys.shift(); - return getKeySize(keys.join("-")); - case "aes128": - return 16; - case "aes192": - return 24; - case "aes256": - return 32; - case "aes": - keys.shift(); - return parseInt(keys[0])/8; - case "bf": - case "blowfish": - return 16; - case "des": - keys.shift(); - switch (keys[0]) { - case "ede": - return 16; - case "ede3": - return 24; - default: - return 8; - } - case "3des": - case "des3": - return 24; - case "xtea": - return 8; - case "rc4": - if (parseInt(keys[1])>0) { - return parseInt(keys[1])/8; - } - return 16; // why not. - } - return 0; // unknown; - } - - private static function getMode(name:String, alg:ISymmetricKey, padding:IPad=null):IMode { - switch (name) { - case "ecb": - return new ECBMode(alg, padding); - case "cfb": - return new CFBMode(alg, padding); - case "cfb8": - return new CFB8Mode(alg, padding); - case "ofb": - return new OFBMode(alg, padding); - case "ctr": - return new CTRMode(alg, padding); - case "cbc": - default: - return new CBCMode(alg, padding); - } - } - - /** - * Things that should work: - * "md5" - * "sha" - * "sha1" - * "sha224" - * "sha256" - */ - public static function getHash(name:String):IHash { - switch(name) { - case "md2": - return new MD2; - case "md5": - return new MD5; - case "sha": // let's hope you didn't mean sha-0 - case "sha1": - return new SHA1; - case "sha224": - return new SHA224; - case "sha256": - return new SHA256; - } - return null; - } - - /** - * Things that should work: - * "sha1" - * "md5-64" - * "hmac-md5-96" - * "hmac-sha1-128" - * "hmac-sha256-192" - * etc. - */ - public static function getHMAC(name:String):HMAC { - var keys:Array = name.split("-"); - if (keys[0]=="hmac") keys.shift(); - var bits:uint = 0; - if (keys.length>1) { - bits = parseInt(keys[1]); - } - return new HMAC(getHash(keys[0]), bits); - } - - - public static function getMAC(name:String):MAC { - - var keys:Array = name.split("-"); - if (keys[0]=="mac") keys.shift(); - var bits:uint = 0; - if (keys.length > 1) { - bits = parseInt(keys[1]); - } - return new MAC(getHash(keys[0]), bits); - } - - - public static function getPad(name:String):IPad { - switch(name) { - case "null": - return new NullPad; - case "pkcs5": - default: - return new PKCS5; - } - } - - /** mostly useless. - */ - public static function getRSA(E:String, M:String):RSAKey { - return RSAKey.parsePublicKey(M,E); - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/MozillaRootCertificates.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/MozillaRootCertificates.as deleted file mode 100755 index cc2e269..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/MozillaRootCertificates.as +++ /dev/null @@ -1,3235 +0,0 @@ -/* THIS IS A GENERATED FILE */ -/** - * MozillaRootCertificates - * - * A list of built-in Certificate Authorities, - * pilfered from Mozilla. - * - * See certs/tool/grabRootCAs.pl for details. - * - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.cert { - public class MozillaRootCertificates extends X509CertificateCollection { - public function MozillaRootCertificates() { - super.addPEMCertificate("Verisign/RSA Secure Server CA", - // X500 Subject, for lookups. - "MF8xCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdSU0EgRGF0YSBTZWN1cml0eSwgSW5jLjEuMCwGA1UE"+ - "CxMlU2VjdXJlIFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICNDCCAaECEAKtZn5ORf5eV288mBle3cAwDQYJKoZIhvcNAQECBQAwXzELMAkG\n"+ - "A1UEBhMCVVMxIDAeBgNVBAoTF1JTQSBEYXRhIFNlY3VyaXR5LCBJbmMuMS4wLAYD\n"+ - "VQQLEyVTZWN1cmUgU2VydmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk0\n"+ - "MTEwOTAwMDAwMFoXDTEwMDEwNzIzNTk1OVowXzELMAkGA1UEBhMCVVMxIDAeBgNV\n"+ - "BAoTF1JTQSBEYXRhIFNlY3VyaXR5LCBJbmMuMS4wLAYDVQQLEyVTZWN1cmUgU2Vy\n"+ - "dmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGbMA0GCSqGSIb3DQEBAQUAA4GJ\n"+ - "ADCBhQJ+AJLOesGugz5aqomDV6wlAXYMra6OLDfO6zV4ZFQD5YRAUcm/jwjiioII\n"+ - "0haGN1XpsSECrXZogZoFokvJSyVmIlZsiAeP94FZbYQHZXATcXY+m3dM41CJVphI\n"+ - "uR2nKRoTLkoRWZweFdVJVCxzOmmCsZc5nG1wZ0jl3S3WyB57AgMBAAEwDQYJKoZI\n"+ - "hvcNAQECBQADfgBl3X7hsuyw4jrg7HFGmhkRuNPHoLQDQCYCPgmc4RKz0Vr2N6W3\n"+ - "YQO2WxZpO8ZECAyIUwxrl0nHPjXcbLm7qt9cuzovk2C2qUtN8iD3zV9/ZHuO3ABc\n"+ - "1/p3yjkWWW8O6tO1g39NTUJWdrTJXwT4OPjr0l91X817/OWOgHz8UA==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GTE CyberTrust Root CA", - // X500 Subject, for lookups. - "MEUxCzAJBgNVBAYTAlVTMRgwFgYDVQQKEw9HVEUgQ29ycG9yYXRpb24xHDAaBgNVBAMTE0dURSBD"+ - "eWJlclRydXN0IFJvb3Q=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIB+jCCAWMCAgGjMA0GCSqGSIb3DQEBBAUAMEUxCzAJBgNVBAYTAlVTMRgwFgYD\n"+ - "VQQKEw9HVEUgQ29ycG9yYXRpb24xHDAaBgNVBAMTE0dURSBDeWJlclRydXN0IFJv\n"+ - "b3QwHhcNOTYwMjIzMjMwMTAwWhcNMDYwMjIzMjM1OTAwWjBFMQswCQYDVQQGEwJV\n"+ - "UzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMRwwGgYDVQQDExNHVEUgQ3liZXJU\n"+ - "cnVzdCBSb290MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC45k+625h8cXyv\n"+ - "RLfTD0bZZOWTwUKOx7pJjTUteueLveUFMVnGsS8KDPufpz+iCWaEVh43KRuH6X4M\n"+ - "ypqfpX/1FZSj1aJGgthoTNE3FQZor734sLPwKfWVWgkWYXcKIiXUT0Wqx73llt/5\n"+ - "1KiOQswkwB6RJ0q1bQaAYznEol44AwIDAQABMA0GCSqGSIb3DQEBBAUAA4GBABKz\n"+ - "dcZfHeFhVYAA1IFLezEPI2PnPfMD+fQ2qLvZ46WXTeorKeDWanOB5sCJo9Px4KWl\n"+ - "IjeaY8JIILTbcuPI9tl8vrGvU9oUtCG41tWW4/5ODFlitppK+ULdjG+BqXH/9Apy\n"+ - "bW1EDp3zdHSo1TRJ6V6e6bR64eVaH4QwnNOfpSXY\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GTE CyberTrust Global Root", - // X500 Subject, for lookups. - "MHUxCzAJBgNVBAYTAlVTMRgwFgYDVQQKEw9HVEUgQ29ycG9yYXRpb24xJzAlBgNVBAsTHkdURSBD"+ - "eWJlclRydXN0IFNvbHV0aW9ucywgSW5jLjEjMCEGA1UEAxMaR1RFIEN5YmVyVHJ1c3QgR2xvYmFs"+ - "IFJvb3Q=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICWjCCAcMCAgGlMA0GCSqGSIb3DQEBBAUAMHUxCzAJBgNVBAYTAlVTMRgwFgYD\n"+ - "VQQKEw9HVEUgQ29ycG9yYXRpb24xJzAlBgNVBAsTHkdURSBDeWJlclRydXN0IFNv\n"+ - "bHV0aW9ucywgSW5jLjEjMCEGA1UEAxMaR1RFIEN5YmVyVHJ1c3QgR2xvYmFsIFJv\n"+ - "b3QwHhcNOTgwODEzMDAyOTAwWhcNMTgwODEzMjM1OTAwWjB1MQswCQYDVQQGEwJV\n"+ - "UzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMScwJQYDVQQLEx5HVEUgQ3liZXJU\n"+ - "cnVzdCBTb2x1dGlvbnMsIEluYy4xIzAhBgNVBAMTGkdURSBDeWJlclRydXN0IEds\n"+ - "b2JhbCBSb290MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVD6C28FCc6HrH\n"+ - "iM3dFw4usJTQGz0O9pTAipTHBsiQl8i4ZBp6fmw8U+E3KHNgf7KXUwefU/ltWJTS\n"+ - "r41tiGeA5u2ylc9yMcqlHHK6XALnZELn+aks1joNrI1CqiQBOeacPwGFVw1Yh0X4\n"+ - "04Wqk2kmhXBIgD8SFcd5tB8FLztimQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAG3r\n"+ - "GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9\n"+ - "3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P\n"+ - "lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Thawte Personal Basic CA", - // X500 Subject, for lookups. - "MIHLMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv"+ - "d24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNl"+ - "cnZpY2VzIERpdmlzaW9uMSEwHwYDVQQDExhUaGF3dGUgUGVyc29uYWwgQmFzaWMgQ0ExKDAmBgkq"+ - "hkiG9w0BCQEWGXBlcnNvbmFsLWJhc2ljQHRoYXd0ZS5jb20=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDITCCAoqgAwIBAgIBADANBgkqhkiG9w0BAQQFADCByzELMAkGA1UEBhMCWkEx\n"+ - "FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD\n"+ - "VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBT\n"+ - "ZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3RlIFBlcnNvbmFsIEJhc2lj\n"+ - "IENBMSgwJgYJKoZIhvcNAQkBFhlwZXJzb25hbC1iYXNpY0B0aGF3dGUuY29tMB4X\n"+ - "DTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgcsxCzAJBgNVBAYTAlpBMRUw\n"+ - "EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UE\n"+ - "ChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy\n"+ - "dmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQZXJzb25hbCBCYXNpYyBD\n"+ - "QTEoMCYGCSqGSIb3DQEJARYZcGVyc29uYWwtYmFzaWNAdGhhd3RlLmNvbTCBnzAN\n"+ - "BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAvLyTU23AUE+CFeZIlDWmWr5vQvoPR+53\n"+ - "dXLdjUmbllegeNTKP1GzaQuRdhciB5dqxFGTS+CN7zeVoQxN2jSQHReJl+A1OFdK\n"+ - "wPQIcOk8RHtQfmGakOMj04gRRif1CwcOu93RfyAKiLlWCy4cgNrx454p7xS9CkT7\n"+ - "G1sY0b8jkyECAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQF\n"+ - "AAOBgQAt4plrsD16iddZopQBHyvdEktTwq1/qqcAXJFAVyVKOKqEcLnZgA+le1z7\n"+ - "c8a914phXAPjLSeoF+CEhULcXpvGt7Jtu3Sv5D/Lp7ew4F2+eIMllNLbgQ95B21P\n"+ - "9DkVWlIBe94y1k049hJcBlDfBVu9FEuh3ym6O0GN92NWod8isQ==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Thawte Personal Premium CA", - // X500 Subject, for lookups. - "MIHPMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv"+ - "d24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNl"+ - "cnZpY2VzIERpdmlzaW9uMSMwIQYDVQQDExpUaGF3dGUgUGVyc29uYWwgUHJlbWl1bSBDQTEqMCgG"+ - "CSqGSIb3DQEJARYbcGVyc29uYWwtcHJlbWl1bUB0aGF3dGUuY29t", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDKTCCApKgAwIBAgIBADANBgkqhkiG9w0BAQQFADCBzzELMAkGA1UEBhMCWkEx\n"+ - "FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD\n"+ - "VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBT\n"+ - "ZXJ2aWNlcyBEaXZpc2lvbjEjMCEGA1UEAxMaVGhhd3RlIFBlcnNvbmFsIFByZW1p\n"+ - "dW0gQ0ExKjAoBgkqhkiG9w0BCQEWG3BlcnNvbmFsLXByZW1pdW1AdGhhd3RlLmNv\n"+ - "bTAeFw05NjAxMDEwMDAwMDBaFw0yMDEyMzEyMzU5NTlaMIHPMQswCQYDVQQGEwJa\n"+ - "QTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAY\n"+ - "BgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9u\n"+ - "IFNlcnZpY2VzIERpdmlzaW9uMSMwIQYDVQQDExpUaGF3dGUgUGVyc29uYWwgUHJl\n"+ - "bWl1bSBDQTEqMCgGCSqGSIb3DQEJARYbcGVyc29uYWwtcHJlbWl1bUB0aGF3dGUu\n"+ - "Y29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJZtn4B0TPuYwu8KHvE0Vs\n"+ - "Bd/eJxZRNkERbGw77f4QfRKe5ZtCmv5gMcNmt3M6SK5O0DI3lIi1DbbZ8/JE2dWI\n"+ - "Et12TfIa/G8jHnrx2JhFTgcQ7xZC0EN1bUre4qrJMf8fAHB8Zs8QJQi6+u4A6UYD\n"+ - "ZicRFTuqW/KY3TZCstqIdQIDAQABoxMwETAPBgNVHRMBAf8EBTADAQH/MA0GCSqG\n"+ - "SIb3DQEBBAUAA4GBAGk2ifc0KjNyL2071CKyuG+axTZmDhs8obF1Wub9NdP4qPIH\n"+ - "b4Vnjt4rueIXsDqg8A6iAJrf8xQVbrvIhVqYgPn/vnQdPfP+MCXRNzRn+qVxeTBh\n"+ - "KXLA4CxM+1bkOqhv5TJZUtt1KFBZDPgLGeSs2a+WjS9Q2wfD6h+rM+D1KzGJ\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Thawte Personal Freemail CA", - // X500 Subject, for lookups. - "MIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv"+ - "d24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNl"+ - "cnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzAp"+ - "BgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDLTCCApagAwIBAgIBADANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkEx\n"+ - "FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD\n"+ - "VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBT\n"+ - "ZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVt\n"+ - "YWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUu\n"+ - "Y29tMB4XDTk2MDEwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgdExCzAJBgNVBAYT\n"+ - "AlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEa\n"+ - "MBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRp\n"+ - "b24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBG\n"+ - "cmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhh\n"+ - "d3RlLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA1GnX1LCUZFtx6UfY\n"+ - "DFG26nKRsIRefS0Nj3sS34UldSh0OkIsYyeflXtL734Zhx2G6qPduc6WZBrCFG5E\n"+ - "rHzmj+hND3EfQDimAKOHePb5lIZererAXnbr2RSjXW56fAylS1V/Bhkpf56aJtVq\n"+ - "uzgkCGqYx7Hao5iR/Xnb5VrEHLkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zAN\n"+ - "BgkqhkiG9w0BAQQFAAOBgQDH7JJ+Tvj1lqVnYiqk8E0RYNBvjWBYYawmu1I1XAjP\n"+ - "MPuoSpaKH2JCI4wXD/S6ZJwXrEcp352YXtJsYHFcoqzceePnbgBHH7UNKOgCneSa\n"+ - "/RP0ptl8sfjcXyMmCZGAc9AUG95DqYMl8uacLxXK/qarigd1iwzdUYRr5PjRznei\n"+ - "gQ==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Thawte Server CA", - // X500 Subject, for lookups. - "MIHEMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv"+ - "d24xHTAbBgNVBAoTFFRoYXd0ZSBDb25zdWx0aW5nIGNjMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9u"+ - "IFNlcnZpY2VzIERpdmlzaW9uMRkwFwYDVQQDExBUaGF3dGUgU2VydmVyIENBMSYwJAYJKoZIhvcN"+ - "AQkBFhdzZXJ2ZXItY2VydHNAdGhhd3RlLmNvbQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDEzCCAnygAwIBAgIBATANBgkqhkiG9w0BAQQFADCBxDELMAkGA1UEBhMCWkEx\n"+ - "FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD\n"+ - "VQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv\n"+ - "biBTZXJ2aWNlcyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEm\n"+ - "MCQGCSqGSIb3DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wHhcNOTYwODAx\n"+ - "MDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCBxDELMAkGA1UEBhMCWkExFTATBgNVBAgT\n"+ - "DFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYDVQQKExRUaGF3\n"+ - "dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNl\n"+ - "cyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEmMCQGCSqGSIb3\n"+ - "DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQAD\n"+ - "gY0AMIGJAoGBANOkUG7I/1Zr5s9dtuoMaHVHoqrC2oQl/Kj0R1HahbUgdJSGHg91\n"+ - "yekIYfUGbTBuFRkC6VLAYttNmZ7iagxEOM3+vuNkCXDF/rFrKbYvScg71CcEJRCX\n"+ - "L+eQbcAoQpnXTEPew/UhbVSfXcNY4cDk2VuwuNy0e982OsK1ZiIS1ocNAgMBAAGj\n"+ - "EzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAB/pMaVz7lcxG\n"+ - "7oWDTSEwjsrZqG9JGubaUeNgcGyEYRGhGshIPllDfU+VPaGLtwtimHp1it2ITk6e\n"+ - "QNuozDJ0uW8NxuOzRAvZim+aKZuZGCg70eNAKJpaPNW15yAbi8qkq43pUdniTCxZ\n"+ - "qdq5snUb9kLy78fyGPmJvKP/iiMucEc=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Thawte Premium Server CA", - // X500 Subject, for lookups. - "MIHOMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv"+ - "d24xHTAbBgNVBAoTFFRoYXd0ZSBDb25zdWx0aW5nIGNjMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9u"+ - "IFNlcnZpY2VzIERpdmlzaW9uMSEwHwYDVQQDExhUaGF3dGUgUHJlbWl1bSBTZXJ2ZXIgQ0ExKDAm"+ - "BgkqhkiG9w0BCQEWGXByZW1pdW0tc2VydmVyQHRoYXd0ZS5jb20=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDJzCCApCgAwIBAgIBATANBgkqhkiG9w0BAQQFADCBzjELMAkGA1UEBhMCWkEx\n"+ - "FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD\n"+ - "VQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv\n"+ - "biBTZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3RlIFByZW1pdW0gU2Vy\n"+ - "dmVyIENBMSgwJgYJKoZIhvcNAQkBFhlwcmVtaXVtLXNlcnZlckB0aGF3dGUuY29t\n"+ - "MB4XDTk2MDgwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgc4xCzAJBgNVBAYTAlpB\n"+ - "MRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsG\n"+ - "A1UEChMUVGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRp\n"+ - "b24gU2VydmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQcmVtaXVtIFNl\n"+ - "cnZlciBDQTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1zZXJ2ZXJAdGhhd3RlLmNv\n"+ - "bTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0jY2aovXwlue2oFBYo847kkE\n"+ - "VdbQ7xwblRZH7xhINTpS9CtqBo87L+pW46+GjZ4X9560ZXUCTe/LCaIhUdib0GfQ\n"+ - "ug2SBhRz1JPLlyoAnFxODLz6FVL88kRu2hFKbgifLy3j+ao6hnO2RlNYyIkFvYMR\n"+ - "uHM/qgeN9EJN50CdHDcCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG\n"+ - "9w0BAQQFAAOBgQAmSCwWwlj66BZ0DKqqX1Q/8tfJeGBeXm43YyJ3Nn6yF8Q0ufUI\n"+ - "hfzJATj/Tb7yFkJD57taRvvBxhEf8UqwKEbJw8RCfbz6q1lu1bdRiBHjpIUZa4JM\n"+ - "pAwSremkrj/xw0llmozFyD4lt5SZu5IycQfwhl7tUCemDaYj+bvLpgcUQg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Equifax Secure CA", - // X500 Subject, for lookups. - "ME4xCzAJBgNVBAYTAlVTMRAwDgYDVQQKEwdFcXVpZmF4MS0wKwYDVQQLEyRFcXVpZmF4IFNlY3Vy"+ - "ZSBDZXJ0aWZpY2F0ZSBBdXRob3JpdHk=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV\n"+ - "UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy\n"+ - "dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1\n"+ - "MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx\n"+ - "dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B\n"+ - "AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f\n"+ - "BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A\n"+ - "cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC\n"+ - "AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ\n"+ - "MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm\n"+ - "aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw\n"+ - "ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj\n"+ - "IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF\n"+ - "MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA\n"+ - "A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y\n"+ - "7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh\n"+ - "1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("ABAecom (sub., Am. Bankers Assn.) Root CA", - // X500 Subject, for lookups. - "MIGJMQswCQYDVQQGEwJVUzELMAkGA1UECBMCREMxEzARBgNVBAcTCldhc2hpbmd0b24xFzAVBgNV"+ - "BAoTDkFCQS5FQ09NLCBJTkMuMRkwFwYDVQQDExBBQkEuRUNPTSBSb290IENBMSQwIgYJKoZIhvcN"+ - "AQkBFhVhZG1pbkBkaWdzaWd0cnVzdC5jb20=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDtTCCAp2gAwIBAgIRANAeQJAAAEZSAAAAAQAAAAQwDQYJKoZIhvcNAQEFBQAw\n"+ - "gYkxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJEQzETMBEGA1UEBxMKV2FzaGluZ3Rv\n"+ - "bjEXMBUGA1UEChMOQUJBLkVDT00sIElOQy4xGTAXBgNVBAMTEEFCQS5FQ09NIFJv\n"+ - "b3QgQ0ExJDAiBgkqhkiG9w0BCQEWFWFkbWluQGRpZ3NpZ3RydXN0LmNvbTAeFw05\n"+ - "OTA3MTIxNzMzNTNaFw0wOTA3MDkxNzMzNTNaMIGJMQswCQYDVQQGEwJVUzELMAkG\n"+ - "A1UECBMCREMxEzARBgNVBAcTCldhc2hpbmd0b24xFzAVBgNVBAoTDkFCQS5FQ09N\n"+ - "LCBJTkMuMRkwFwYDVQQDExBBQkEuRUNPTSBSb290IENBMSQwIgYJKoZIhvcNAQkB\n"+ - "FhVhZG1pbkBkaWdzaWd0cnVzdC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw\n"+ - "ggEKAoIBAQCx0xHgeVVDBwhMywVCAOINg0Y95JO6tgbTDVm9PsHOQ2cBiiGo77zM\n"+ - "0KLMsFWWU4RmBQDaREmA2FQKpSWGlO1jVv9wbKOhGdJ4vmgqRF4vz8wYXke8OrFG\n"+ - "PR7wuSw0X4x8TAgpnUBV6zx9g9618PeKgw6hTLQ6pbNfWiKX7BmbwQVo/ea3qZGU\n"+ - "LOR4SCQaJRk665WcOQqKz0Ky8BzVX/tr7WhWezkscjiw7pOp03t3POtxA6k4ShZs\n"+ - "iSrK2jMTecJVjO2cu/LLWxD4LmE1xilMKtAqY9FlWbT4zfn0AIS2V0KFnTKo+SpU\n"+ - "+/94Qby9cSj0u5C8/5Y0BONFnqFGKECBAgMBAAGjFjAUMBIGA1UdEwEB/wQIMAYB\n"+ - "Af8CAQgwDQYJKoZIhvcNAQEFBQADggEBAARvJYbk5pYntNlCwNDJALF/VD6Hsm0k\n"+ - "qS8Kfv2kRLD4VAe9G52dyntQJHsRW0mjpr8SdNWJt7cvmGQlFLdh6X9ggGvTZOir\n"+ - "vRrWUfrAtF13Gn9kCF55xgVM8XrdTX3O5kh7VNJhkoHWG9YA8A6eKHegTYjHInYZ\n"+ - "w8eeG6Z3ePhfm1bR8PIXrI6dWeYf/le22V7hXZ9F7GFoGUHhsiAm/lowdiT/QHI8\n"+ - "eZ98IkirRs3bs4Ysj78FQdPB4xTjQRcm0HyncUwZ6EoPclgxfexgeqMiKL0ZJGA/\n"+ - "O4dzwGvky663qyVDslUte6sGDnVdNOVdc22esnVApVnJTzFxiNmIf1Q=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Digital Signature Trust Co. Global CA 1", - // X500 Subject, for lookups. - "MEYxCzAJBgNVBAYTAlVTMSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xETAP"+ - "BgNVBAsTCERTVENBIEUx", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDKTCCApKgAwIBAgIENnAVljANBgkqhkiG9w0BAQUFADBGMQswCQYDVQQGEwJV\n"+ - "UzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMREwDwYDVQQL\n"+ - "EwhEU1RDQSBFMTAeFw05ODEyMTAxODEwMjNaFw0xODEyMTAxODQwMjNaMEYxCzAJ\n"+ - "BgNVBAYTAlVTMSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4x\n"+ - "ETAPBgNVBAsTCERTVENBIEUxMIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQCg\n"+ - "bIGpzzQeJN3+hijM3oMv+V7UQtLodGBmE5gGHKlREmlvMVW5SXIACH7TpWJENySZ\n"+ - "j9mDSI+ZbZUTu0M7LklOiDfBu1h//uG9+LthzfNHwJmm8fOR6Hh8AMthyUQncWlV\n"+ - "Sn5JTe2io74CTADKAqjuAQIxZA9SLRN0dja1erQtcQIBA6OCASQwggEgMBEGCWCG\n"+ - "SAGG+EIBAQQEAwIABzBoBgNVHR8EYTBfMF2gW6BZpFcwVTELMAkGA1UEBhMCVVMx\n"+ - "JDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjERMA8GA1UECxMI\n"+ - "RFNUQ0EgRTExDTALBgNVBAMTBENSTDEwKwYDVR0QBCQwIoAPMTk5ODEyMTAxODEw\n"+ - "MjNagQ8yMDE4MTIxMDE4MTAyM1owCwYDVR0PBAQDAgEGMB8GA1UdIwQYMBaAFGp5\n"+ - "fpFpRhgTCgJ3pVlbYJglDqL4MB0GA1UdDgQWBBRqeX6RaUYYEwoCd6VZW2CYJQ6i\n"+ - "+DAMBgNVHRMEBTADAQH/MBkGCSqGSIb2fQdBAAQMMAobBFY0LjADAgSQMA0GCSqG\n"+ - "SIb3DQEBBQUAA4GBACIS2Hod3IEGtgllsofIH160L+nEHvI8wbsEkBFKg05+k7lN\n"+ - "QseSJqBcNJo4cvj9axY+IO6CizEqkzaFI4iKPANo08kJD038bKTaKHKTDomAsH3+\n"+ - "gG9lbRgzl4vCa4nuYD3Im+9/KzJic5PLPON74nZ4RbyhkwS7hp86W0N6w4pl\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Digital Signature Trust Co. Global CA 3", - // X500 Subject, for lookups. - "MEYxCzAJBgNVBAYTAlVTMSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xETAP"+ - "BgNVBAsTCERTVENBIEUy", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDKTCCApKgAwIBAgIENm7TzjANBgkqhkiG9w0BAQUFADBGMQswCQYDVQQGEwJV\n"+ - "UzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMREwDwYDVQQL\n"+ - "EwhEU1RDQSBFMjAeFw05ODEyMDkxOTE3MjZaFw0xODEyMDkxOTQ3MjZaMEYxCzAJ\n"+ - "BgNVBAYTAlVTMSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4x\n"+ - "ETAPBgNVBAsTCERTVENBIEUyMIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQC/\n"+ - "k48Xku8zExjrEH9OFr//Bo8qhbxe+SSmJIi2A7fBw18DW9Fvrn5C6mYjuGODVvso\n"+ - "LeE4i7TuqAHhzhy2iCoiRoX7n6dwqUcUP87eZfCocfdPJmyMvMa1795JJ/9IKn3o\n"+ - "TQPMx7JSxhcxEzu1TdvIxPbDDyQq2gyd55FbgM2UnQIBA6OCASQwggEgMBEGCWCG\n"+ - "SAGG+EIBAQQEAwIABzBoBgNVHR8EYTBfMF2gW6BZpFcwVTELMAkGA1UEBhMCVVMx\n"+ - "JDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjERMA8GA1UECxMI\n"+ - "RFNUQ0EgRTIxDTALBgNVBAMTBENSTDEwKwYDVR0QBCQwIoAPMTk5ODEyMDkxOTE3\n"+ - "MjZagQ8yMDE4MTIwOTE5MTcyNlowCwYDVR0PBAQDAgEGMB8GA1UdIwQYMBaAFB6C\n"+ - "TShlgDzJQW6sNS5ay97u+DlbMB0GA1UdDgQWBBQegk0oZYA8yUFurDUuWsve7vg5\n"+ - "WzAMBgNVHRMEBTADAQH/MBkGCSqGSIb2fQdBAAQMMAobBFY0LjADAgSQMA0GCSqG\n"+ - "SIb3DQEBBQUAA4GBAEeNg61i8tuwnkUiBbmi1gMOOHLnnvx75pO2mqWilMg0HZHR\n"+ - "xdf0CiUPPXiBng+xZ8SQTGPdXqfiup/1902lMXucKS1M/mQ+7LZT/uqb7YLbdHVL\n"+ - "B3luHtgZg3Pe9T7Qtd7nS2h9Qy4qIOF+oHhEngj1mPnHfxsb1gYgAlihw6ID\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Digital Signature Trust Co. Global CA 2", - // X500 Subject, for lookups. - "MIGpMQswCQYDVQQGEwJ1czENMAsGA1UECBMEVXRhaDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkx"+ - "JDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjERMA8GA1UECxMIRFNUQ0EgWDEx"+ - "FjAUBgNVBAMTDURTVCBSb290Q0EgWDExITAfBgkqhkiG9w0BCQEWEmNhQGRpZ3NpZ3RydXN0LmNv"+ - "bQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIID2DCCAsACEQDQHkCLAAACfAAAAAIAAAABMA0GCSqGSIb3DQEBBQUAMIGpMQsw\n"+ - "CQYDVQQGEwJ1czENMAsGA1UECBMEVXRhaDEXMBUGA1UEBxMOU2FsdCBMYWtlIENp\n"+ - "dHkxJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjERMA8GA1UE\n"+ - "CxMIRFNUQ0EgWDExFjAUBgNVBAMTDURTVCBSb290Q0EgWDExITAfBgkqhkiG9w0B\n"+ - "CQEWEmNhQGRpZ3NpZ3RydXN0LmNvbTAeFw05ODEyMDExODE4NTVaFw0wODExMjgx\n"+ - "ODE4NTVaMIGpMQswCQYDVQQGEwJ1czENMAsGA1UECBMEVXRhaDEXMBUGA1UEBxMO\n"+ - "U2FsdCBMYWtlIENpdHkxJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0\n"+ - "IENvLjERMA8GA1UECxMIRFNUQ0EgWDExFjAUBgNVBAMTDURTVCBSb290Q0EgWDEx\n"+ - "ITAfBgkqhkiG9w0BCQEWEmNhQGRpZ3NpZ3RydXN0LmNvbTCCASIwDQYJKoZIhvcN\n"+ - "AQEBBQADggEPADCCAQoCggEBANLGJrbnpT3BxGjVUG9TxW9JEwm4ryxIjRRqoxdf\n"+ - "WvnTLnUv2Chi0ZMv/E3Uq4flCMeZ55I/db3rJbQVwZsZPdJEjdd0IG03Ao9pk1uK\n"+ - "xBmd9LIO/BZsubEFkoPRhSxglD5FVaDZqwgh5mDoO3TymVBRaNADLbGAvqPYUrBE\n"+ - "zUNKcI5YhZXhTizWLUFv1oTnyJhEykfbLCSlaSbPa7gnYsP0yXqSI+0TZ4KuRS5F\n"+ - "5X5yP4WdlGIQ5jyRoa13AOAV7POEgHJ6jm5gl8ckWRA0g1vhpaRptlc1HHhZxtMv\n"+ - "OnNn7pTKBBMFYgZwI7P0fO5F2WQLW0mqpEPOJsREEmy43XkCAwEAATANBgkqhkiG\n"+ - "9w0BAQUFAAOCAQEAojeyP2n714Z5VEkxlTMr89EJFEliYIalsBHiUMIdBlc+Legz\n"+ - "ZL6bqq1fG03UmZWii5rJYnK1aerZWKs17RWiQ9a2vAd5ZWRzfdd5ynvVWlHG4VME\n"+ - "lo04z6MXrDlxawHDi1M8Y+nuecDkvpIyZHqzH5eUYr3qsiAVlfuX8ngvYzZAOONG\n"+ - "Dx3drJXK50uQe7FLqdTF65raqtWjlBRGjS0f8zrWkzr2Pnn86Oawde3uPclwx12q\n"+ - "gUtGJRzHbBXjlU4PqjI3lAoXJJIThFjSY28r9+ZbYgsTF7ANUkz+/m9c4pFuHf2k\n"+ - "Ytdo+o56T9II2pPc8JIRetDccpMMc5NihWjQ9A==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Digital Signature Trust Co. Global CA 4", - // X500 Subject, for lookups. - "MIGpMQswCQYDVQQGEwJ1czENMAsGA1UECBMEVXRhaDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkx"+ - "JDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjERMA8GA1UECxMIRFNUQ0EgWDIx"+ - "FjAUBgNVBAMTDURTVCBSb290Q0EgWDIxITAfBgkqhkiG9w0BCQEWEmNhQGRpZ3NpZ3RydXN0LmNv"+ - "bQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIID2DCCAsACEQDQHkCLAAB3bQAAAAEAAAAEMA0GCSqGSIb3DQEBBQUAMIGpMQsw\n"+ - "CQYDVQQGEwJ1czENMAsGA1UECBMEVXRhaDEXMBUGA1UEBxMOU2FsdCBMYWtlIENp\n"+ - "dHkxJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjERMA8GA1UE\n"+ - "CxMIRFNUQ0EgWDIxFjAUBgNVBAMTDURTVCBSb290Q0EgWDIxITAfBgkqhkiG9w0B\n"+ - "CQEWEmNhQGRpZ3NpZ3RydXN0LmNvbTAeFw05ODExMzAyMjQ2MTZaFw0wODExMjcy\n"+ - "MjQ2MTZaMIGpMQswCQYDVQQGEwJ1czENMAsGA1UECBMEVXRhaDEXMBUGA1UEBxMO\n"+ - "U2FsdCBMYWtlIENpdHkxJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0\n"+ - "IENvLjERMA8GA1UECxMIRFNUQ0EgWDIxFjAUBgNVBAMTDURTVCBSb290Q0EgWDIx\n"+ - "ITAfBgkqhkiG9w0BCQEWEmNhQGRpZ3NpZ3RydXN0LmNvbTCCASIwDQYJKoZIhvcN\n"+ - "AQEBBQADggEPADCCAQoCggEBANx18IzAdZaawGIfJvfE4Zrq4FZzW5nNAUSoCLbV\n"+ - "p9oaBBg5kkp4o4HC9Xd6ULRw/5qrxsfKboNPQpj7Jgva3G3WqZlVUmfpKAOS3OWw\n"+ - "BZoPFflrWXJW8vo5/Kpo7g8fEIMv/J36F5bdguPmRX3AS4BEH+0s4IT9kVySVGkl\n"+ - "5WJp3OXuAFK9MwutdQKFp2RQLcUZGTDAJtvJ0/0uma1ZtQtN1EGuhUhDWdy3qOKi\n"+ - "3sOP17ihYqZoUFLkzzGnlIXan0YyF1bl8utmPRL/Q9uY73fPy4GNNLHGUEom0eQ+\n"+ - "QVCvbK4iNC7Va26Dunm4dmVI2gkpZGMiuftHdoWMhkTLCdsCAwEAATANBgkqhkiG\n"+ - "9w0BAQUFAAOCAQEAtTYOXeFhKFoRZcA/gwN5Tb4opgsHAlKFzfiR0BBstWogWxyQ\n"+ - "2TA8xkieil5k+aFxd+8EJx8H6+Qm93N0yUQYGmbT4EOvkTvRyyzYdFQ6HE3K1GjN\n"+ - "I3wdEJ5F6fYAbqbNGf9PLCmPV03Ed5K+4EwJ+11EhmYhqLkyolbV6YyDfFk/xPEL\n"+ - "553snr2cGA4+wjl5KLcDDQjLxufZATdQEOzMYRZA1K8xdHv8PzGn0EdzMzkbzE5q\n"+ - "10mDEQb+64JYMzJM8FasHpwvVpp7wUocpf1VNs78lk30sPDst2yC7S8xmUJMqbIN\n"+ - "uBVd8d+6ybVK1GSYsyapMMj9puyrliGtf8J4tg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 1 Public Primary Certification Authority", - // X500 Subject, for lookups. - "MF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3Mg"+ - "MSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICPTCCAaYCEQDNun9W8N/kvFT+IqyzcqpVMA0GCSqGSIb3DQEBAgUAMF8xCzAJ\n"+ - "BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xh\n"+ - "c3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05\n"+ - "NjAxMjkwMDAwMDBaFw0yODA4MDEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYD\n"+ - "VQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMgUHJp\n"+ - "bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOB\n"+ - "jQAwgYkCgYEA5Rm/baNWYS2ZSHH2Z965jeu3noaACpEO+jglr0aIguVzqKCbJF0N\n"+ - "H8xlbgyw0FaEGIeaBpsQoXPftFg5a27B9hXVqKg/qhIGjTGsf7A01480Z4gJzRQR\n"+ - "4k5FVmkfeAKA2txHkSm7NsljXMXg1y2He6G3MrB7MLoqLzGq7qNn2tsCAwEAATAN\n"+ - "BgkqhkiG9w0BAQIFAAOBgQBMP7iLxmjf7kMzDl3ppssHhE16M/+SG/Q2rdiVIjZo\n"+ - "EWx8QszznC7EBz8UsA9P/5CSdvnivErpj82ggAr3xSnxgiJduLHdgSOjeyUVRjB5\n"+ - "FvjqBUuUfx3CHMjjt/QQQDwTw18fU+hI5Ia0e6E1sHslurjTjqs/OJ0ANACY89Fx\n"+ - "lA==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 2 Public Primary Certification Authority", - // X500 Subject, for lookups. - "MF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3Mg"+ - "MiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICPDCCAaUCEC0b/EoXjaOR6+f/9YtFvgswDQYJKoZIhvcNAQECBQAwXzELMAkG\n"+ - "A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz\n"+ - "cyAyIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2\n"+ - "MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV\n"+ - "BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAyIFB1YmxpYyBQcmlt\n"+ - "YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN\n"+ - "ADCBiQKBgQC2WoujDWojg4BrzzmH9CETMwZMJaLtVRKXxaeAufqDwSCg+i8VDXyh\n"+ - "YGt+eSz6Bg86rvYbb7HS/y8oUl+DfUvEerf4Zh+AVPy3wo5ZShRXRtGak75BkQO7\n"+ - "FYCTXOvnzAhsPz6zSvz/S2wj1VCCJkQZjiPDceoZJEcEnnW/yKYAHwIDAQABMA0G\n"+ - "CSqGSIb3DQEBAgUAA4GBAIobK/o5wXTXXtgZZKJYSi034DNHD6zt96rbHuSLBlxg\n"+ - "J8pFUs4W7z8GZOeUaHxgMxURaa+dYo2jA1Rrpr7l7gUYYAS/QoD90KioHgE796Nc\n"+ - "r6Pc5iaAIzy4RHT3Cq5Ji2F4zCS/iIqnDupzGUH9TQPwiNHleI2lKk/2lw0Xd8rY\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 3 Public Primary Certification Authority", - // X500 Subject, for lookups. - "MF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3Mg"+ - "MyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG\n"+ - "A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz\n"+ - "cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2\n"+ - "MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV\n"+ - "BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt\n"+ - "YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN\n"+ - "ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE\n"+ - "BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is\n"+ - "I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G\n"+ - "CSqGSIb3DQEBAgUAA4GBALtMEivPLCYATxQT3ab7/AoRhIzzKBxnki98tsX63/Do\n"+ - "lbwdj2wsqFHMc9ikwFPwTtYmwHYBV4GSXiHx0bH/59AhWM1pF+NEHJwZRDmJXNyc\n"+ - "AA9WjQKZ7aKQRUzkuxCkPfAyAw7xzvjoyVGM5mKf5p/AfbdynMk2OmufTqj/ZA1k\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 1 Public Primary Certification Authority - G2", - // X500 Subject, for lookups. - "MIHBMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNz"+ - "IDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMx"+ - "KGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UE"+ - "CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yaw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDAjCCAmsCEEzH6qqYPnHTkxD4PTqJkZIwDQYJKoZIhvcNAQEFBQAwgcExCzAJ\n"+ - "BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh\n"+ - "c3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy\n"+ - "MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp\n"+ - "emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X\n"+ - "DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw\n"+ - "FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMSBQdWJsaWMg\n"+ - "UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo\n"+ - "YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5\n"+ - "MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB\n"+ - "AQUAA4GNADCBiQKBgQCq0Lq+Fi24g9TK0g+8djHKlNgdk4xWArzZbxpvUjZudVYK\n"+ - "VdPfQ4chEWWKfo+9Id5rMj8bhDSVBZ1BNeuS65bdqlk/AVNtmU/t5eIqWpDBucSm\n"+ - "Fc/IReumXY6cPvBkJHalzasab7bYe1FhbqZ/h8jit+U03EGI6glAvnOSPWvndQID\n"+ - "AQABMA0GCSqGSIb3DQEBBQUAA4GBAKlPww3HZ74sy9mozS11534Vnjty637rXC0J\n"+ - "h9ZrbWB85a7FkCMMXErQr7Fd88e2CtvgFZMN3QO8x3aKtd1Pw5sTdbgBwObJW2ul\n"+ - "uIncrKTdcu1OofdPvAbT6shkdHvClUGcZXNY8ZCaPGqxmMnEh7zPRW1F4m4iP/68\n"+ - "DzFc6PLZ\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 2 Public Primary Certification Authority - G2", - // X500 Subject, for lookups. - "MIHBMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNz"+ - "IDIgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMx"+ - "KGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UE"+ - "CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yaw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDAzCCAmwCEQC5L2DMiJ+hekYJuFtwbIqvMA0GCSqGSIb3DQEBBQUAMIHBMQsw\n"+ - "CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0Ns\n"+ - "YXNzIDIgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH\n"+ - "MjE6MDgGA1UECxMxKGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9y\n"+ - "aXplZCB1c2Ugb25seTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazAe\n"+ - "Fw05ODA1MTgwMDAwMDBaFw0yODA4MDEyMzU5NTlaMIHBMQswCQYDVQQGEwJVUzEX\n"+ - "MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNzIDIgUHVibGlj\n"+ - "IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMx\n"+ - "KGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s\n"+ - "eTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazCBnzANBgkqhkiG9w0B\n"+ - "AQEFAAOBjQAwgYkCgYEAp4gBIXQs5xoD8JjhlzwPIQjxnNuX6Zr8wgQGE75fUsjM\n"+ - "HiwSViy4AWkszJkfrbCWrnkE8hM5wXuYuggs6MKEEyyqaekJ9MepAqRCwiNPStjw\n"+ - "DqL7MWzJ5m+ZJwf15vRMeJ5t60aG+rmGyVTyssSv1EYcWskVMP8NbPUtDm3Of3cC\n"+ - "AwEAATANBgkqhkiG9w0BAQUFAAOBgQByLvl/0fFx+8Se9sVeUYpAmLho+Jscg9ji\n"+ - "nb3/7aHmZuovCfTK1+qlK5X2JGCGTUQug6XELaDTrnhpb3LabK4I8GOSN+a7xDAX\n"+ - "rXfMSTWqz9iP0b63GJZHc2pUIjRkLbYWm1lbtFFZOrMLFPQS32eg9K0yZF6xRnIn\n"+ - "jBJ7xUS0rg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 3 Public Primary Certification Authority - G2", - // X500 Subject, for lookups. - "MIHBMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNz"+ - "IDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMx"+ - "KGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UE"+ - "CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yaw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDAjCCAmsCEH3Z/gfPqB63EHln+6eJNMYwDQYJKoZIhvcNAQEFBQAwgcExCzAJ\n"+ - "BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh\n"+ - "c3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy\n"+ - "MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp\n"+ - "emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X\n"+ - "DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw\n"+ - "FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMyBQdWJsaWMg\n"+ - "UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo\n"+ - "YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5\n"+ - "MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB\n"+ - "AQUAA4GNADCBiQKBgQDMXtERXVxp0KvTuWpMmR9ZmDCOFoUgRm1HP9SFIIThbbP4\n"+ - "pO0M8RcPO/mn+SXXwc+EY/J8Y8+iR/LGWzOOZEAEaMGAuWQcRXfH2G71lSk8UOg0\n"+ - "13gfqLptQ5GVj0VXXn7F+8qkBOvqlzdUMG+7AUcyM83cV5tkaWH4mx0ciU9cZwID\n"+ - "AQABMA0GCSqGSIb3DQEBBQUAA4GBAFFNzb5cy5gZnBWyATl4Lk0PZ3BwmcYQWpSk\n"+ - "U01UbSuvDV1Ai2TT1+7eVmGSX6bEHRBhNtMsJzzoKQm5EWR0zLVznxxIqbxhAe7i\n"+ - "F6YM40AIOw7n60RzKprxaZLvcRTDOaxxp5EJb+RxBrO6WVcmeQD2+A2iMzAo1KpY\n"+ - "oJ2daZH9\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 4 Public Primary Certification Authority - G2", - // X500 Subject, for lookups. - "MIHBMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNz"+ - "IDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMx"+ - "KGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UE"+ - "CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yaw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDAjCCAmsCEDKIjprS9esTR/h/xCA3JfgwDQYJKoZIhvcNAQEFBQAwgcExCzAJ\n"+ - "BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh\n"+ - "c3MgNCBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy\n"+ - "MTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp\n"+ - "emVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X\n"+ - "DTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw\n"+ - "FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgNCBQdWJsaWMg\n"+ - "UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo\n"+ - "YykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5\n"+ - "MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB\n"+ - "AQUAA4GNADCBiQKBgQC68OTP+cSuhVS5B1f5j8V/aBH4xBewRNzjMHPVKmIquNDM\n"+ - "HO0oW369atyzkSTKQWI8/AIBvxwWMZQFl3Zuoq29YRdsTjCG8FE3KlDHqGKB3FtK\n"+ - "qsGgtG7rL+VXxbErQHDbWk2hjh+9Ax/YA9SPTJlxvOKCzFjomDqG04Y48wApHwID\n"+ - "AQABMA0GCSqGSIb3DQEBBQUAA4GBAIWMEsGnuVAVess+rLhDityq3RS6iYF+ATwj\n"+ - "cSGIL4LcY/oCRaxFWdcqWERbt5+BO5JoPeI3JPV7bI92NZYJqFmduc4jq3TWg/0y\n"+ - "cyfYaT5DdPauxYma51N86Xv2S/PBZYPejYqcPIiNOVn8qj8ijaHBZlCBckztImRP\n"+ - "T8qAkbYp\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GlobalSign Root CA", - // X500 Subject, for lookups. - "MFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290"+ - "IENBMRswGQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDdTCCAl2gAwIBAgILAgAAAAAA1ni3lAUwDQYJKoZIhvcNAQEEBQAwVzELMAkG\n"+ - "A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv\n"+ - "b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw\n"+ - "MDBaFw0xNDAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i\n"+ - "YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT\n"+ - "aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ\n"+ - "jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp\n"+ - "xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp\n"+ - "1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG\n"+ - "snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ\n"+ - "U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8\n"+ - "9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIABjAdBgNVHQ4EFgQU\n"+ - "YHtmGkUNl8qJUC99BM00qP/8/UswDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0B\n"+ - "AQQFAAOCAQEArqqf/LfSyx9fOSkoGJ40yWxPbxrwZKJwSk8ThptgKJ7ogUmYfQq7\n"+ - "5bCdPTbbjwVR/wkxKh/diXeeDy5slQTthsu0AD+EAk2AaioteAuubyuig0SDH81Q\n"+ - "gkwkr733pbTIWg/050deSY43lv6aiAU62cDbKYfmGZZHpzqmjIs8d/5GY6dT2iHR\n"+ - "rH5Jokvmw2dZL7OKDrssvamqQnw1wdh/1acxOk5jQzmvCLBhNIzTmKlDNPYPhyk7\n"+ - "ncJWWJh3w/cbrPad+D6qp1RF8PX51TFl/mtYnHGzHtdS6jIX/EBgHcl5JLL2bP2o\n"+ - "Zg6C3ZjL2sJETy6ge/L3ayx2EYRGinij4w==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GlobalSign Root CA - R2", - // X500 Subject, for lookups. - "MEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBDQSAtIFIyMRMwEQYDVQQKEwpHbG9iYWxTaWdu"+ - "MRMwEQYDVQQDEwpHbG9iYWxTaWdu", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G\n"+ - "A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp\n"+ - "Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1\n"+ - "MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG\n"+ - "A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI\n"+ - "hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL\n"+ - "v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8\n"+ - "eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq\n"+ - "tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd\n"+ - "C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa\n"+ - "zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB\n"+ - "mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH\n"+ - "V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n\n"+ - "bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG\n"+ - "3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs\n"+ - "J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO\n"+ - "291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS\n"+ - "ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd\n"+ - "AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7\n"+ - "TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("ValiCert Class 1 VA", - // X500 Subject, for lookups. - "MIG7MSQwIgYDVQQHExtWYWxpQ2VydCBWYWxpZGF0aW9uIE5ldHdvcmsxFzAVBgNVBAoTDlZhbGlD"+ - "ZXJ0LCBJbmMuMTUwMwYDVQQLEyxWYWxpQ2VydCBDbGFzcyAxIFBvbGljeSBWYWxpZGF0aW9uIEF1"+ - "dGhvcml0eTEhMB8GA1UEAxMYaHR0cDovL3d3dy52YWxpY2VydC5jb20vMSAwHgYJKoZIhvcNAQkB"+ - "FhFpbmZvQHZhbGljZXJ0LmNvbQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0\n"+ - "IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz\n"+ - "BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y\n"+ - "aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG\n"+ - "9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNTIyMjM0OFoXDTE5MDYy\n"+ - "NTIyMjM0OFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y\n"+ - "azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs\n"+ - "YXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw\n"+ - "Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl\n"+ - "cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYWYJ6ibiWuqYvaG9Y\n"+ - "LqdUHAZu9OqNSLwxlBfw8068srg1knaw0KWlAdcAAxIiGQj4/xEjm84H9b9pGib+\n"+ - "TunRf50sQB1ZaG6m+FiwnRqP0z/x3BkGgagO4DrdyFNFCQbmD3DD+kCmDuJWBQ8Y\n"+ - "TfwggtFzVXSNdnKgHZ0dwN0/cQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFBoPUn0\n"+ - "LBwGlN+VYH+Wexf+T3GtZMjdd9LvWVXoP+iOBSoh8gfStadS/pyxtuJbdxdA6nLW\n"+ - "I8sogTLDAHkY7FkXicnGah5xyf23dKUlRWnFSKsZ4UWKJWsZ7uW7EvV/96aNUcPw\n"+ - "nXS3qT6gpf+2SQMT2iLM7XGCK5nPOrf1LXLI\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("ValiCert Class 2 VA", - // X500 Subject, for lookups. - "MIG7MSQwIgYDVQQHExtWYWxpQ2VydCBWYWxpZGF0aW9uIE5ldHdvcmsxFzAVBgNVBAoTDlZhbGlD"+ - "ZXJ0LCBJbmMuMTUwMwYDVQQLEyxWYWxpQ2VydCBDbGFzcyAyIFBvbGljeSBWYWxpZGF0aW9uIEF1"+ - "dGhvcml0eTEhMB8GA1UEAxMYaHR0cDovL3d3dy52YWxpY2VydC5jb20vMSAwHgYJKoZIhvcNAQkB"+ - "FhFpbmZvQHZhbGljZXJ0LmNvbQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0\n"+ - "IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz\n"+ - "BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y\n"+ - "aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG\n"+ - "9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMTk1NFoXDTE5MDYy\n"+ - "NjAwMTk1NFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y\n"+ - "azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs\n"+ - "YXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw\n"+ - "Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl\n"+ - "cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOOnHK5avIWZJV16vY\n"+ - "dA757tn2VUdZZUcOBVXc65g2PFxTXdMwzzjsvUGJ7SVCCSRrCl6zfN1SLUzm1NZ9\n"+ - "WlmpZdRJEy0kTRxQb7XBhVQ7/nHk01xC+YDgkRoKWzk2Z/M/VXwbP7RfZHM047QS\n"+ - "v4dk+NoS/zcnwbNDu+97bi5p9wIDAQABMA0GCSqGSIb3DQEBBQUAA4GBADt/UG9v\n"+ - "UJSZSWI4OB9L+KXIPqeCgfYrx+jFzug6EILLGACOTb2oWH+heQC1u+mNr0HZDzTu\n"+ - "IYEZoDJJKPTEjlbVUjP9UNV+mWwD5MlM/Mtsq2azSiGM5bUMMj4QssxsodyamEwC\n"+ - "W/POuZ6lcg5Ktz885hZo+L7tdEy8W9ViH0Pd\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("RSA Root Certificate 1", - // X500 Subject, for lookups. - "MIG7MSQwIgYDVQQHExtWYWxpQ2VydCBWYWxpZGF0aW9uIE5ldHdvcmsxFzAVBgNVBAoTDlZhbGlD"+ - "ZXJ0LCBJbmMuMTUwMwYDVQQLEyxWYWxpQ2VydCBDbGFzcyAzIFBvbGljeSBWYWxpZGF0aW9uIEF1"+ - "dGhvcml0eTEhMB8GA1UEAxMYaHR0cDovL3d3dy52YWxpY2VydC5jb20vMSAwHgYJKoZIhvcNAQkB"+ - "FhFpbmZvQHZhbGljZXJ0LmNvbQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0\n"+ - "IFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz\n"+ - "BgNVBAsTLFZhbGlDZXJ0IENsYXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y\n"+ - "aXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG\n"+ - "9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMjIzM1oXDTE5MDYy\n"+ - "NjAwMjIzM1owgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y\n"+ - "azEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs\n"+ - "YXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw\n"+ - "Oi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl\n"+ - "cnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjmFGWHOjVsQaBalfD\n"+ - "cnWTq8+epvzzFlLWLU2fNUSoLgRNB0mKOCn1dzfnt6td3zZxFJmP3MKS8edgkpfs\n"+ - "2Ejcv8ECIMYkpChMMFp2bbFc893enhBxoYjHW5tBbcqwuI4V7q0zK89HBFx1cQqY\n"+ - "JJgpp0lZpd34t0NiYfPT4tBVPwIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFa7AliE\n"+ - "Zwgs3x/be0kz9dNnnfS0ChCzycUs4pJqcXgn8nCDQtM+z6lU9PHYkhaM0QTLS6vJ\n"+ - "n0WuPIqpsHEzXcjFV9+vqDWzf4mH6eglkrh/hXqu1rweN1gqZ8mRzyqBPu3GOd/A\n"+ - "PhmcGcwTTYJBtYze4D1gCCAPRX5ron+jjBXu\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 1 Public Primary Certification Authority - G3", - // X500 Subject, for lookups. - "MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9y"+ - "IGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDEgUHVibGljIFBy"+ - "aW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEGjCCAwICEQCLW3VWhFSFCwDPrzhIzrGkMA0GCSqGSIb3DQEBBQUAMIHKMQsw\n"+ - "CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl\n"+ - "cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu\n"+ - "LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT\n"+ - "aWduIENsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp\n"+ - "dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD\n"+ - "VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT\n"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ\n"+ - "bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu\n"+ - "IENsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg\n"+ - "LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN2E1Lm0+afY8wR4\n"+ - "nN493GwTFtl63SRRZsDHJlkNrAYIwpTRMx/wgzUfbhvI3qpuFU5UJ+/EbRrsC+MO\n"+ - "8ESlV8dAWB6jRx9x7GD2bZTIGDnt/kIYVt/kTEkQeE4BdjVjEjbdZrwBBDajVWjV\n"+ - "ojYJrKshJlQGrT/KFOCsyq0GHZXi+J3x4GD/wn91K0zM2v6HmSHquv4+VNfSWXjb\n"+ - "PG7PoBMAGrgnoeS+Z5bKoMWznN3JdZ7rMJpfo83ZrngZPyPpXNspva1VyBtUjGP2\n"+ - "6KbqxzcSXKMpHgLZ2x87tNcPVkeBFQRKr4Mn0cVYiMHd9qqnoxjaaKptEVHhv2Vr\n"+ - "n5Z20T0CAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAq2aN17O6x5q25lXQBfGfMY1a\n"+ - "qtmqRiYPce2lrVNWYgFHKkTp/j90CxObufRNG7LRX7K20ohcs5/Ny9Sn2WCVhDr4\n"+ - "wTcdYcrnsMXlkdpUpqwxga6X3s0IrLjAl4B/bnKk52kTlWUfxJM8/XmPBNQ+T+r3\n"+ - "ns7NZ3xPZQL/kYVUc8f/NveGLezQXk//EZ9yBta4GvFMDSZl4kSAHsef493oCtrs\n"+ - "pSCAaWihT37ha88HQfqDjrw43bAuEbFrskLMmrz5SCJ5ShkPshw+IHTZasO+8ih4\n"+ - "E1Z5T21Q6huwtVexN2ZYI/PcD98Kh8TvhgXVOBRgmaNL3gaWcSzy27YfpO8/7g==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 2 Public Primary Certification Authority - G3", - // X500 Subject, for lookups. - "MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9y"+ - "IGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDIgUHVibGljIFBy"+ - "aW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEGTCCAwECEGFwy0mMX5hFKeewptlQW3owDQYJKoZIhvcNAQEFBQAwgcoxCzAJ\n"+ - "BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVy\n"+ - "aVNpZ24gVHJ1c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24s\n"+ - "IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNp\n"+ - "Z24gQ2xhc3MgMiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0\n"+ - "eSAtIEczMB4XDTk5MTAwMTAwMDAwMFoXDTM2MDcxNjIzNTk1OVowgcoxCzAJBgNV\n"+ - "BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNp\n"+ - "Z24gVHJ1c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24sIElu\n"+ - "Yy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNpZ24g\n"+ - "Q2xhc3MgMiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAt\n"+ - "IEczMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArwoNwtUs22e5LeWU\n"+ - "J92lvuCwTY+zYVY81nzD9M0+hsuiiOLh2KRpxbXiv8GmR1BeRjmL1Za6tW8UvxDO\n"+ - "JxOeBUebMXoT2B/Z0wI3i60sR/COgQanDTAM6/c8DyAd3HJG7qUCyFvDyVZpTMUY\n"+ - "wZF7C9UTAJu878NIPkZgIIUq1ZC2zYugzDLdt/1AVbJQHFauzI13TccgTacxdu9o\n"+ - "koqQHgiBVrKtaaNS0MscxCM9H5n+TOgWY47GCI72MfbS+uV23bUckqNJzc0BzWjN\n"+ - "qWm6o+sdDZykIKbBoMXRRkwXbdKsZj+WjOCE1Db/IlnF+RFgqF8EffIa9iVCYQ/E\n"+ - "Srg+iQIDAQABMA0GCSqGSIb3DQEBBQUAA4IBAQA0JhU8wI1NQ0kdvekhktdmnLfe\n"+ - "xbjQ5F1fdiLAJvmEOjr5jLX77GDx6M4EsMjdpwOPMPOY36TmpDHf0xwLRtxyID+u\n"+ - "7gU8pDM/CzmscHhzS5kr3zDCVLCoO1Wh/hYozUK9dG6A2ydEp85EXdQbkJgNHkKU\n"+ - "sQAsBNB0owIFImNjzYO1+8FtYmtpdf1dcEG59b98377BMnMiIYtYgXsVkXq642RI\n"+ - "sH/7NiXaldDxJBQX3RiAa0YjOVT1jmIJBB2UkKab5iXiQkWquJCtvgiPqQtCGJTP\n"+ - "cjnhsUPgKM+351psE2tJs//jGHyJizNdrDPXp/naOlXJWBD5qu9ats9LS98q\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 3 Public Primary Certification Authority - G3", - // X500 Subject, for lookups. - "MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9y"+ - "IGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFBy"+ - "aW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw\n"+ - "CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl\n"+ - "cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu\n"+ - "LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT\n"+ - "aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp\n"+ - "dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD\n"+ - "VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT\n"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ\n"+ - "bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu\n"+ - "IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg\n"+ - "LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b\n"+ - "N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t\n"+ - "KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu\n"+ - "kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm\n"+ - "CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ\n"+ - "Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu\n"+ - "imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te\n"+ - "2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe\n"+ - "DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC\n"+ - "/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p\n"+ - "F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt\n"+ - "TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Class 4 Public Primary Certification Authority - G3", - // X500 Subject, for lookups. - "MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9y"+ - "IGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDQgUHVibGljIFBy"+ - "aW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEGjCCAwICEQDsoKeLbnVqAc/EfMwvlF7XMA0GCSqGSIb3DQEBBQUAMIHKMQsw\n"+ - "CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl\n"+ - "cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu\n"+ - "LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT\n"+ - "aWduIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp\n"+ - "dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD\n"+ - "VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT\n"+ - "aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ\n"+ - "bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu\n"+ - "IENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg\n"+ - "LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK3LpRFpxlmr8Y+1\n"+ - "GQ9Wzsy1HyDkniYlS+BzZYlZ3tCD5PUPtbut8XzoIfzk6AzufEUiGXaStBO3IFsJ\n"+ - "+mGuqPKljYXCKtbeZjbSmwL0qJJgfJxptI8kHtCGUvYynEFYHiK9zUVilQhu0Gbd\n"+ - "U6LM8BDcVHOLBKFGMzNcF0C5nk3T875Vg+ixiY5afJqWIpA7iCXy0lOIAgwLePLm\n"+ - "NxdLMEYH5IBtptiWLugs+BGzOA1mppvqySNb247i8xOOGlktqgLw7KSHZtzBP/XY\n"+ - "ufTsgsbSPZUd5cBPhMnZo0QoBmrXRazwa2rvTl/4EYIeOGM0ZlDUPpNz+jDDZq3/\n"+ - "ky2X7wMCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAj/ola09b5KROJ1WrIhVZPMq1\n"+ - "CtRK26vdoV9TxaBXOcLORyu+OshWv8LZJxA6sQU8wHcxuzrTBXttmhwwjIDLk5Mq\n"+ - "g6sFUYICABFna/OIYUdfA5PVWw3g8dShMjWFsjrbsIKr0csKvE+MW8VLADsfKoKm\n"+ - "fjaF3H48ZwC15DtS4KjrXRX5xm3wrR0OhbepmnMUWluPQSjA1egtTaRezarZ7c7c\n"+ - "2NU8Qh0XwRJdRTjDOPP8hS6DRkiy1yBfkjaP53kPmF6Z6PDQpLv1U70qzlmwr25/\n"+ - "bLvSHgCwIe34QWKCudiyxLtGUPMxxY8BqHTr9Xgn2uf3ZkPznoM+IKrDNWCRzg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Entrust.net Secure Server CA", - // X500 Subject, for lookups. - "MIHDMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50cnVzdC5uZXQxOzA5BgNVBAsTMnd3dy5lbnRy"+ - "dXN0Lm5ldC9DUFMgaW5jb3JwLiBieSByZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykg"+ - "MTk5OSBFbnRydXN0Lm5ldCBMaW1pdGVkMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2Vy"+ - "dmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIE2DCCBEGgAwIBAgIEN0rSQzANBgkqhkiG9w0BAQUFADCBwzELMAkGA1UEBhMC\n"+ - "VVMxFDASBgNVBAoTC0VudHJ1c3QubmV0MTswOQYDVQQLEzJ3d3cuZW50cnVzdC5u\n"+ - "ZXQvQ1BTIGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMc\n"+ - "KGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDE6MDgGA1UEAxMxRW50cnVzdC5u\n"+ - "ZXQgU2VjdXJlIFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05OTA1\n"+ - "MjUxNjA5NDBaFw0xOTA1MjUxNjM5NDBaMIHDMQswCQYDVQQGEwJVUzEUMBIGA1UE\n"+ - "ChMLRW50cnVzdC5uZXQxOzA5BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5j\n"+ - "b3JwLiBieSByZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBF\n"+ - "bnRydXN0Lm5ldCBMaW1pdGVkMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUg\n"+ - "U2VydmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGdMA0GCSqGSIb3DQEBAQUA\n"+ - "A4GLADCBhwKBgQDNKIM0VBuJ8w+vN5Ex/68xYMmo6LIQaO2f55M28Qpku0f1BBc/\n"+ - "I0dNxScZgSYMVHINiC3ZH5oSn7yzcdOAGT9HZnuMNSjSuQrfJNqc1lB5gXpa0zf3\n"+ - "wkrYKZImZNHkmGw6AIr1NJtl+O3jEP/9uElY3KDegjlrgbEWGWG5VLbmQwIBA6OC\n"+ - "AdcwggHTMBEGCWCGSAGG+EIBAQQEAwIABzCCARkGA1UdHwSCARAwggEMMIHeoIHb\n"+ - "oIHYpIHVMIHSMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50cnVzdC5uZXQxOzA5\n"+ - "BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5jb3JwLiBieSByZWYuIChsaW1p\n"+ - "dHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBFbnRydXN0Lm5ldCBMaW1pdGVk\n"+ - "MTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2VydmVyIENlcnRpZmljYXRp\n"+ - "b24gQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMCmgJ6AlhiNodHRwOi8vd3d3LmVu\n"+ - "dHJ1c3QubmV0L0NSTC9uZXQxLmNybDArBgNVHRAEJDAigA8xOTk5MDUyNTE2MDk0\n"+ - "MFqBDzIwMTkwNTI1MTYwOTQwWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAU8Bdi\n"+ - "E1U9s/8KAGv7UISX8+1i0BowHQYDVR0OBBYEFPAXYhNVPbP/CgBr+1CEl/PtYtAa\n"+ - "MAwGA1UdEwQFMAMBAf8wGQYJKoZIhvZ9B0EABAwwChsEVjQuMAMCBJAwDQYJKoZI\n"+ - "hvcNAQEFBQADgYEAkNwwAvpkdMKnCqV8IY00F6j7Rw7/JXyNEwr75Ji174z4xRAN\n"+ - "95K+8cPV1ZVqBLssziY2ZcgxxufuP+NXdYR6Ee9GTxj005i7qIcyunL2POI9n9cd\n"+ - "2cNgQ4xYDiKWL2KjLB+6rQXvqzJ4h6BUcxm1XAX5Uj5tLUUL9wqT6u0G+bI=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Entrust.net Secure Personal CA", - // X500 Subject, for lookups. - "MIHJMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50cnVzdC5uZXQxSDBGBgNVBAsUP3d3dy5lbnRy"+ - "dXN0Lm5ldC9DbGllbnRfQ0FfSW5mby9DUFMgaW5jb3JwLiBieSByZWYuIGxpbWl0cyBsaWFiLjEl"+ - "MCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5u"+ - "ZXQgQ2xpZW50IENlcnRpZmljYXRpb24gQXV0aG9yaXR5", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIE7TCCBFagAwIBAgIEOAOR7jANBgkqhkiG9w0BAQQFADCByTELMAkGA1UEBhMC\n"+ - "VVMxFDASBgNVBAoTC0VudHJ1c3QubmV0MUgwRgYDVQQLFD93d3cuZW50cnVzdC5u\n"+ - "ZXQvQ2xpZW50X0NBX0luZm8vQ1BTIGluY29ycC4gYnkgcmVmLiBsaW1pdHMgbGlh\n"+ - "Yi4xJTAjBgNVBAsTHChjKSAxOTk5IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNV\n"+ - "BAMTKkVudHJ1c3QubmV0IENsaWVudCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe\n"+ - "Fw05OTEwMTIxOTI0MzBaFw0xOTEwMTIxOTU0MzBaMIHJMQswCQYDVQQGEwJVUzEU\n"+ - "MBIGA1UEChMLRW50cnVzdC5uZXQxSDBGBgNVBAsUP3d3dy5lbnRydXN0Lm5ldC9D\n"+ - "bGllbnRfQ0FfSW5mby9DUFMgaW5jb3JwLiBieSByZWYuIGxpbWl0cyBsaWFiLjEl\n"+ - "MCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMq\n"+ - "RW50cnVzdC5uZXQgQ2xpZW50IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGdMA0G\n"+ - "CSqGSIb3DQEBAQUAA4GLADCBhwKBgQDIOpleMRffrCdvkHvkGf9FozTC28GoT/Bo\n"+ - "6oT9n3V5z8GKUZSvx1cDR2SerYIbWtp/N3hHuzeYEpbOxhN979IMMFGpOZ5V+Pux\n"+ - "5zDeg7K6PvHViTs7hbqqdCz+PzFur5GVbgbUB01LLFZHGARS2g4Qk79jkJvh34zm\n"+ - "AqTmT173iwIBA6OCAeAwggHcMBEGCWCGSAGG+EIBAQQEAwIABzCCASIGA1UdHwSC\n"+ - "ARkwggEVMIHkoIHhoIHepIHbMIHYMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50\n"+ - "cnVzdC5uZXQxSDBGBgNVBAsUP3d3dy5lbnRydXN0Lm5ldC9DbGllbnRfQ0FfSW5m\n"+ - "by9DUFMgaW5jb3JwLiBieSByZWYuIGxpbWl0cyBsaWFiLjElMCMGA1UECxMcKGMp\n"+ - "IDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5uZXQg\n"+ - "Q2xpZW50IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMCyg\n"+ - "KqAohiZodHRwOi8vd3d3LmVudHJ1c3QubmV0L0NSTC9DbGllbnQxLmNybDArBgNV\n"+ - "HRAEJDAigA8xOTk5MTAxMjE5MjQzMFqBDzIwMTkxMDEyMTkyNDMwWjALBgNVHQ8E\n"+ - "BAMCAQYwHwYDVR0jBBgwFoAUxPucKXuXzUyW/O5bs8qZdIuV6kwwHQYDVR0OBBYE\n"+ - "FMT7nCl7l81MlvzuW7PKmXSLlepMMAwGA1UdEwQFMAMBAf8wGQYJKoZIhvZ9B0EA\n"+ - "BAwwChsEVjQuMAMCBJAwDQYJKoZIhvcNAQEEBQADgYEAP66K8ddmAwWePvrqHEa7\n"+ - "pFuPeJoSSJn59DXeDDYHAmsQOokUgZwxpnyyQbJq5wcBoUv5nyU7lsqZwz6hURzz\n"+ - "wy5E97BnRqqS5TvaHBkUODDV4qIxJS7x7EU47fgGWANzYrAQMY9Av2TgXD7FTx/a\n"+ - "EkP/TOYGJqibGapEPHayXOw=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Entrust.net Premium 2048 Secure Server CA", - // X500 Subject, for lookups. - "MIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3LmVudHJ1c3QubmV0L0NQU18y"+ - "MDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50"+ - "cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRo"+ - "b3JpdHkgKDIwNDgp", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEXDCCA0SgAwIBAgIEOGO5ZjANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML\n"+ - "RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp\n"+ - "bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5\n"+ - "IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp\n"+ - "ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0xOTEy\n"+ - "MjQxODIwNTFaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3\n"+ - "LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp\n"+ - "YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG\n"+ - "A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp\n"+ - "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq\n"+ - "K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe\n"+ - "sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX\n"+ - "MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT\n"+ - "XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/\n"+ - "HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH\n"+ - "4QIDAQABo3QwcjARBglghkgBhvhCAQEEBAMCAAcwHwYDVR0jBBgwFoAUVeSB0RGA\n"+ - "vtiJuQijMfmhJAkWuXAwHQYDVR0OBBYEFFXkgdERgL7YibkIozH5oSQJFrlwMB0G\n"+ - "CSqGSIb2fQdBAAQQMA4bCFY1LjA6NC4wAwIEkDANBgkqhkiG9w0BAQUFAAOCAQEA\n"+ - "WUesIYSKF8mciVMeuoCFGsY8Tj6xnLZ8xpJdGGQC49MGCBFhfGPjK50xA3B20qMo\n"+ - "oPS7mmNz7W3lKtvtFKkrxjYR0CvrB4ul2p5cGZ1WEvVUKcgF7bISKo30Axv/55IQ\n"+ - "h7A6tcOdBTcSo8f0FbnVpDkWm1M6I5HxqIKiaohowXkCIryqptau37AUX7iH0N18\n"+ - "f3v/rxzP5tsHrV7bhZ3QKw0z2wTR5klAEyt2+z7pnIkPFc4YsIV4IU9rTw76NmfN\n"+ - "B/L/CNDi3tm/Kq+4h4YhPATKt5Rof8886ZjXOP/swNlQ8C5LWK5Gb9Auw2DaclVy\n"+ - "vUxFnmG6v4SBkgPR0ml8xQ==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Baltimore CyberTrust Root", - // X500 Subject, for lookups. - "MFoxCzAJBgNVBAYTAklFMRIwEAYDVQQKEwlCYWx0aW1vcmUxEzARBgNVBAsTCkN5YmVyVHJ1c3Qx"+ - "IjAgBgNVBAMTGUJhbHRpbW9yZSBDeWJlclRydXN0IFJvb3Q=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ\n"+ - "RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD\n"+ - "VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX\n"+ - "DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y\n"+ - "ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy\n"+ - "VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr\n"+ - "mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr\n"+ - "IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK\n"+ - "mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu\n"+ - "XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy\n"+ - "dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye\n"+ - "jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1\n"+ - "BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3\n"+ - "DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92\n"+ - "9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx\n"+ - "jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0\n"+ - "Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz\n"+ - "ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS\n"+ - "R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Equifax Secure Global eBusiness CA", - // X500 Subject, for lookups. - "MFoxCzAJBgNVBAYTAlVTMRwwGgYDVQQKExNFcXVpZmF4IFNlY3VyZSBJbmMuMS0wKwYDVQQDEyRF"+ - "cXVpZmF4IFNlY3VyZSBHbG9iYWwgZUJ1c2luZXNzIENBLTE=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICkDCCAfmgAwIBAgIBATANBgkqhkiG9w0BAQQFADBaMQswCQYDVQQGEwJVUzEc\n"+ - "MBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEtMCsGA1UEAxMkRXF1aWZheCBT\n"+ - "ZWN1cmUgR2xvYmFsIGVCdXNpbmVzcyBDQS0xMB4XDTk5MDYyMTA0MDAwMFoXDTIw\n"+ - "MDYyMTA0MDAwMFowWjELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0VxdWlmYXggU2Vj\n"+ - "dXJlIEluYy4xLTArBgNVBAMTJEVxdWlmYXggU2VjdXJlIEdsb2JhbCBlQnVzaW5l\n"+ - "c3MgQ0EtMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuucXkAJlsTRVPEnC\n"+ - "UdXfp9E3j9HngXNBUmCbnaEXJnitx7HoJpQytd4zjTov2/KaelpzmKNc6fuKcxtc\n"+ - "58O/gGzNqfTWK8D3+ZmqY6KxRwIP1ORROhI8bIpaVIRw28HFkM9yRcuoWcDNM50/\n"+ - "o5brhTMhHD4ePmBudpxnhcXIw2ECAwEAAaNmMGQwEQYJYIZIAYb4QgEBBAQDAgAH\n"+ - "MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUvqigdHJQa0S3ySPY+6j/s1dr\n"+ - "aGwwHQYDVR0OBBYEFL6ooHRyUGtEt8kj2Puo/7NXa2hsMA0GCSqGSIb3DQEBBAUA\n"+ - "A4GBADDiAVGqx+pf2rnQZQ8w1j7aDRRJbpGTJxQx78T3LUX47Me/okENI7SS+RkA\n"+ - "Z70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv\n"+ - "8qIYNMR1pHMc8Y3c7635s3a0kr/clRAevsvIO1qEYBlWlKlV\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Equifax Secure eBusiness CA 1", - // X500 Subject, for lookups. - "MFMxCzAJBgNVBAYTAlVTMRwwGgYDVQQKExNFcXVpZmF4IFNlY3VyZSBJbmMuMSYwJAYDVQQDEx1F"+ - "cXVpZmF4IFNlY3VyZSBlQnVzaW5lc3MgQ0EtMQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICgjCCAeugAwIBAgIBBDANBgkqhkiG9w0BAQQFADBTMQswCQYDVQQGEwJVUzEc\n"+ - "MBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEmMCQGA1UEAxMdRXF1aWZheCBT\n"+ - "ZWN1cmUgZUJ1c2luZXNzIENBLTEwHhcNOTkwNjIxMDQwMDAwWhcNMjAwNjIxMDQw\n"+ - "MDAwWjBTMQswCQYDVQQGEwJVUzEcMBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5j\n"+ - "LjEmMCQGA1UEAxMdRXF1aWZheCBTZWN1cmUgZUJ1c2luZXNzIENBLTEwgZ8wDQYJ\n"+ - "KoZIhvcNAQEBBQADgY0AMIGJAoGBAM4vGbwXt3fek6lfWg0XTzQaDJj0ItlZ1MRo\n"+ - "RvC0NcWFAyDGr0WlIVFFQesWWDYyb+JQYmT5/VGcqiTZ9J2DKocKIdMSODRsjQBu\n"+ - "WqDZQu4aIZX5UkxVWsUPOE9G+m34LjXWHXzr4vCwdYDIqROsvojvOm6rXyo4YgKw\n"+ - "Env+j6YDAgMBAAGjZjBkMBEGCWCGSAGG+EIBAQQEAwIABzAPBgNVHRMBAf8EBTAD\n"+ - "AQH/MB8GA1UdIwQYMBaAFEp4MlIR21kWNl7fwRQ2QGpHfEyhMB0GA1UdDgQWBBRK\n"+ - "eDJSEdtZFjZe38EUNkBqR3xMoTANBgkqhkiG9w0BAQQFAAOBgQB1W6ibAxHm6VZM\n"+ - "zfmpTMANmvPMZWnmJXbMWbfWVMMdzZmsGd20hdXgPfxiIKeES1hl8eL5lSE/9dR+\n"+ - "WB5Hh1Q+WKG1tfgq73HnvMP2sUlG4tega+VWeponmHxGYhTnyfxuAxJ5gDgdSIKN\n"+ - "/Bf+KpYrtWKmpj29f5JZzVoqgrI3eQ==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Equifax Secure eBusiness CA 2", - // X500 Subject, for lookups. - "ME4xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5FcXVpZmF4IFNlY3VyZTEmMCQGA1UECxMdRXF1aWZh"+ - "eCBTZWN1cmUgZUJ1c2luZXNzIENBLTI=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDIDCCAomgAwIBAgIEN3DPtTANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV\n"+ - "UzEXMBUGA1UEChMORXF1aWZheCBTZWN1cmUxJjAkBgNVBAsTHUVxdWlmYXggU2Vj\n"+ - "dXJlIGVCdXNpbmVzcyBDQS0yMB4XDTk5MDYyMzEyMTQ0NVoXDTE5MDYyMzEyMTQ0\n"+ - "NVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkVxdWlmYXggU2VjdXJlMSYwJAYD\n"+ - "VQQLEx1FcXVpZmF4IFNlY3VyZSBlQnVzaW5lc3MgQ0EtMjCBnzANBgkqhkiG9w0B\n"+ - "AQEFAAOBjQAwgYkCgYEA5Dk5kx5SBhsoNviyoynF7Y6yEb3+6+e0dMKP/wXn2Z0G\n"+ - "vxLIPw7y1tEkshHe0XMJitSxLJgJDR5QRrKDpkWNYmi7hRsgcDKqQM2mll/EcTc/\n"+ - "BPO3QSQ5BxoeLmFYoBIL5aXfxavqN3HMHMg3OrmXUqesxWoklE6ce8/AatbfIb0C\n"+ - "AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEX\n"+ - "MBUGA1UEChMORXF1aWZheCBTZWN1cmUxJjAkBgNVBAsTHUVxdWlmYXggU2VjdXJl\n"+ - "IGVCdXNpbmVzcyBDQS0yMQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTkw\n"+ - "NjIzMTIxNDQ1WjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUUJ4L6q9euSBIplBq\n"+ - "y/3YIHqngnYwHQYDVR0OBBYEFFCeC+qvXrkgSKZQasv92CB6p4J2MAwGA1UdEwQF\n"+ - "MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA\n"+ - "A4GBAAyGgq3oThr1jokn4jVYPSm0B482UJW/bsGe68SQsoWou7dC4A8HOd/7npCy\n"+ - "0cE+U58DRLB+S/Rv5Hwf5+Kx5Lia78O9zt4LMjTZ3ijtM2vE1Nc9ElirfQkty3D1\n"+ - "E4qUoSek1nDFbZS1yX2doNLGCEnZZpum0/QL3MUmV+GRMOrN\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Visa International Global Root 2", - // X500 Subject, for lookups. - "MGExCzAJBgNVBAYTAlVTMQ0wCwYDVQQKEwRWSVNBMS8wLQYDVQQLEyZWaXNhIEludGVybmF0aW9u"+ - "YWwgU2VydmljZSBBc3NvY2lhdGlvbjESMBAGA1UEAxMJR1AgUm9vdCAy", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDgDCCAmigAwIBAgICAx4wDQYJKoZIhvcNAQEFBQAwYTELMAkGA1UEBhMCVVMx\n"+ - "DTALBgNVBAoTBFZJU0ExLzAtBgNVBAsTJlZpc2EgSW50ZXJuYXRpb25hbCBTZXJ2\n"+ - "aWNlIEFzc29jaWF0aW9uMRIwEAYDVQQDEwlHUCBSb290IDIwHhcNMDAwODE2MjI1\n"+ - "MTAwWhcNMjAwODE1MjM1OTAwWjBhMQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklT\n"+ - "QTEvMC0GA1UECxMmVmlzYSBJbnRlcm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRp\n"+ - "b24xEjAQBgNVBAMTCUdQIFJvb3QgMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC\n"+ - "AQoCggEBAKkBcLWqxEDwq2omYXkZAPy/mzdZDK9vZBv42pWUJGkzEXDK41Z0ohdX\n"+ - "ZFwgBuHW73G3O/erwWnQSaSxBNf0V2KJXLB1LRckaeNCYOTudNargFbYiCjh+20i\n"+ - "/SN8RnNPflRzHqgsVVh1t0zzWkWlAhr62p3DRcMiXvOL8WAp0sdftAw6UYPvMPjU\n"+ - "58fy+pmjIlC++QU3o63tmsPm7IgbthknGziLgE3sucfFicv8GjLtI/C1AVj59o/g\n"+ - "halMCXI5Etuz9c9OYmTaxhkVOmMd6RdVoUwiPDQyRvhlV7or7zaMavrZ2UT0qt2E\n"+ - "1w0cslSsMoW0ZA3eQbuxNMYBhjJk1Z8CAwEAAaNCMEAwHQYDVR0OBBYEFJ59SzS/\n"+ - "ca3CBfYDdYDOqU8axCRMMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEG\n"+ - "MA0GCSqGSIb3DQEBBQUAA4IBAQAhpXYUVfmtJ3CPPPTVbMjMCqujmAuKBiPFyWHb\n"+ - "mQdpNSYx/scuhMKZYdQN6X0uEyt8joW2hcdLzzW2LEc9zikv2G+fiRxkk78IvXbQ\n"+ - "kIqUs38oW26sTTMs7WXcFsziza6kPWKSBpUmv9+55CCmc2rBvveURNZNbyoLaxhN\n"+ - "dBA2aGpawWqn3TYpjLgwi08hPwAuVDAHOrqK5MOeyti12HvOdUVmB/RtLdh6yumJ\n"+ - "ivIj2C/LbgA2T/vwLwHMD8AiZfSr4k5hLQOCfZEWtTDVFN5ex5D8ofyrEK9ca3Cn\n"+ - "B+8phuiyJccg/ybdd+95RBTEvd07xQObdyPsoOy7Wjm1zK0G\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("beTRUSTed Root CA", - // X500 Subject, for lookups. - "MFoxCzAJBgNVBAYTAldXMRIwEAYDVQQKEwliZVRSVVNUZWQxGzAZBgNVBAMTEmJlVFJVU1RlZCBS"+ - "b290IENBczEaMBgGA1UEAxMRYmVUUlVTVGVkIFJvb3QgQ0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFLDCCBBSgAwIBAgIEOU99hzANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJX\n"+ - "VzESMBAGA1UEChMJYmVUUlVTVGVkMRswGQYDVQQDExJiZVRSVVNUZWQgUm9vdCBD\n"+ - "QXMxGjAYBgNVBAMTEWJlVFJVU1RlZCBSb290IENBMB4XDTAwMDYyMDE0MjEwNFoX\n"+ - "DTEwMDYyMDEzMjEwNFowWjELMAkGA1UEBhMCV1cxEjAQBgNVBAoTCWJlVFJVU1Rl\n"+ - "ZDEbMBkGA1UEAxMSYmVUUlVTVGVkIFJvb3QgQ0FzMRowGAYDVQQDExFiZVRSVVNU\n"+ - "ZWQgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANS0c3oT\n"+ - "CjhVAb6JVuGUntS+WutKNHUbYSnE4a0IYCF4SP+00PpeQY1hRIfo7clY+vyTmt9P\n"+ - "6j41ffgzeubx181vSUs9Ty1uDoM6GHh3o8/n9E1z2Jo7Gh2+lVPPIJfCzz4kUmwM\n"+ - "jmVZxXH/YgmPqsWPzGCgc0rXOD8Vcr+il7dw6K/ifhYGTPWqZCZyByWtNfwYsSbX\n"+ - "2P8ZDoMbjNx4RWc0PfSvHI3kbWvtILNnmrRhyxdviTX/507AMhLn7uzf/5cwdO2N\n"+ - "R47rtMNE5qdMf1ZD6Li8tr76g5fmu/vEtpO+GRg+jIG5c4gW9JZDnGdzF5DYCW5j\n"+ - "rEq2I8QBoa2k5MUCAwEAAaOCAfgwggH0MA8GA1UdEwEB/wQFMAMBAf8wggFZBgNV\n"+ - "HSAEggFQMIIBTDCCAUgGCisGAQQBsT4BAAAwggE4MIIBAQYIKwYBBQUHAgIwgfQa\n"+ - "gfFSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1\n"+ - "bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0\n"+ - "ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGFuZCBjZXJ0aWZpY2F0aW9uIHBy\n"+ - "YWN0aWNlIHN0YXRlbWVudCwgd2hpY2ggY2FuIGJlIGZvdW5kIGF0IGJlVFJVU1Rl\n"+ - "ZCdzIHdlYiBzaXRlLCBodHRwczovL3d3dy5iZVRSVVNUZWQuY29tL3ZhdWx0L3Rl\n"+ - "cm1zMDEGCCsGAQUFBwIBFiVodHRwczovL3d3dy5iZVRSVVNUZWQuY29tL3ZhdWx0\n"+ - "L3Rlcm1zMDQGA1UdHwQtMCswKaAnoCWkIzAhMRIwEAYDVQQKEwliZVRSVVNUZWQx\n"+ - "CzAJBgNVBAYTAldXMB0GA1UdDgQWBBQquZtpLjub2M3eKjEENGvKBxirZzAfBgNV\n"+ - "HSMEGDAWgBQquZtpLjub2M3eKjEENGvKBxirZzAOBgNVHQ8BAf8EBAMCAf4wDQYJ\n"+ - "KoZIhvcNAQEFBQADggEBAHlh26Nebhax6nZR+csVm8tpvuaBa58oH2U+3RGFktTo\n"+ - "Qb9+M70j5/Egv6S0phkBxoyNNXxlpE8JpNbYIxUFE6dDea/bow6be3ga8wSGWsb2\n"+ - "jCBHOElQBp1yZzrwmAOtlmdE/D8QDYZN5AA7KXvOOzuZhmElQITcE2K3+spZ1gMe\n"+ - "1lMBzW1MaFVA4e5rxyoAAEiCswoBw2AqDPeCNe5IhpbkdNQ96gFxugR1QKepfzk5\n"+ - "mlWXKWWuGVUlBXJH0+gY3Ljpr0NzARJ0o+FcXxVdJPP55PS2Z2cS52QiivalQaYc\n"+ - "tmBjRYoQtLpGEK5BV2VsPyMQPyEQWbfkQN0mDCP2qq4=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("AddTrust Low-Value Services Root", - // X500 Subject, for lookups. - "MGUxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3Qg"+ - "VFRQIE5ldHdvcmsxITAfBgNVBAMTGEFkZFRydXN0IENsYXNzIDEgQ0EgUm9vdA==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEGDCCAwCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQGEwJTRTEU\n"+ - "MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3\n"+ - "b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwHhcNMDAwNTMw\n"+ - "MTAzODMxWhcNMjAwNTMwMTAzODMxWjBlMQswCQYDVQQGEwJTRTEUMBIGA1UEChML\n"+ - "QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYD\n"+ - "VQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUA\n"+ - "A4IBDwAwggEKAoIBAQCWltQhSWDia+hBBwzexODcEyPNwTXH+9ZOEQpnXvUGW2ul\n"+ - "CDtbKRY654eyNAbFvAWlA3yCyykQruGIgb3WntP+LVbBFc7jJp0VLhD7Bo8wBN6n\n"+ - "tGO0/7Gcrjyvd7ZWxbWroulpOj0OM3kyP3CCkplhbY0wCI9xP6ZIVxn4JdxLZlyl\n"+ - "dI+Yrsj5wAYi56xz36Uu+1LcsRVlIPo1Zmne3yzxbrww2ywkEtvrNTVokMsAsJch\n"+ - "PXQhI2U0K7t4WaPW4XY5mqRJjox0r26kmqPZm9I4XJuiGMx1I4S+6+JNM3GOGvDC\n"+ - "+Mcdoq0Dlyz4zyXG9rgkMbFjXZJ/Y/AlyVMuH79NAgMBAAGjgdIwgc8wHQYDVR0O\n"+ - "BBYEFJWxtPCUtr3H2tERCSG+wa9J/RB7MAsGA1UdDwQEAwIBBjAPBgNVHRMBAf8E\n"+ - "BTADAQH/MIGPBgNVHSMEgYcwgYSAFJWxtPCUtr3H2tERCSG+wa9J/RB7oWmkZzBl\n"+ - "MQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFk\n"+ - "ZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENB\n"+ - "IFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBACxtZBsfzQ3duQH6lmM0MkhHma6X\n"+ - "7f1yFqZzR1r0693p9db7RcwpiURdv0Y5PejuvE1Uhh4dbOMXJ0PhiVYrqW9yTkkz\n"+ - "43J8KiOavD7/KCrto/8cI7pDVwlnTUtiBi34/2ydYB7YHEt9tTEv2dB8Xfjea4MY\n"+ - "eDdXL+gzB2ffHsdrKpV2ro9Xo/D0UrSpUwjP4E/TelOL/bscVjby/rK25Xa71SJl\n"+ - "pz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA\n"+ - "WiFeIc9TVPC6b4nbqKqVz4vjccweGyBECMB6tkD9xOQ14R0WHNC8K47Wcdk=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("AddTrust External Root", - // X500 Subject, for lookups. - "MG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3Qg"+ - "RXh0ZXJuYWwgVFRQIE5ldHdvcmsxIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3Q=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU\n"+ - "MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs\n"+ - "IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290\n"+ - "MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux\n"+ - "FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h\n"+ - "bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v\n"+ - "dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt\n"+ - "H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9\n"+ - "uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX\n"+ - "mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX\n"+ - "a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN\n"+ - "E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0\n"+ - "WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD\n"+ - "VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0\n"+ - "Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU\n"+ - "cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx\n"+ - "IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN\n"+ - "AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH\n"+ - "YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5\n"+ - "6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC\n"+ - "Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX\n"+ - "c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a\n"+ - "mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("AddTrust Public Services Root", - // X500 Subject, for lookups. - "MGQxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3Qg"+ - "VFRQIE5ldHdvcmsxIDAeBgNVBAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEFTCCAv2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJTRTEU\n"+ - "MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3\n"+ - "b3JrMSAwHgYDVQQDExdBZGRUcnVzdCBQdWJsaWMgQ0EgUm9vdDAeFw0wMDA1MzAx\n"+ - "MDQxNTBaFw0yMDA1MzAxMDQxNTBaMGQxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtB\n"+ - "ZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIDAeBgNV\n"+ - "BAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOC\n"+ - "AQ8AMIIBCgKCAQEA6Rowj4OIFMEg2Dybjxt+A3S72mnTRqX4jsIMEZBRpS9mVEBV\n"+ - "6tsfSlbunyNu9DnLoblv8n75XYcmYZ4c+OLspoH4IcUkzBEMP9smcnrHAZcHF/nX\n"+ - "GCwwfQ56HmIexkvA/X1id9NEHif2P0tEs7c42TkfYNVRknMDtABp4/MUTu7R3AnP\n"+ - "dzRGULD4EfL+OHn3Bzn+UZKXC1sIXzSGAa2Il+tmzV7R/9x98oTaunet3IAIx6eH\n"+ - "1lWfl2royBFkuucZKT8Rs3iQhCBSWxHveNCD9tVIkNAwHM+A+WD+eeSI8t0A65RF\n"+ - "62WUaUC6wNW0uLp9BBGo6zEFlpROWCGOn9Bg/QIDAQABo4HRMIHOMB0GA1UdDgQW\n"+ - "BBSBPjfYkrAfd59ctKtzquf2NGAv+jALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/BAUw\n"+ - "AwEB/zCBjgYDVR0jBIGGMIGDgBSBPjfYkrAfd59ctKtzquf2NGAv+qFopGYwZDEL\n"+ - "MAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRU\n"+ - "cnVzdCBUVFAgTmV0d29yazEgMB4GA1UEAxMXQWRkVHJ1c3QgUHVibGljIENBIFJv\n"+ - "b3SCAQEwDQYJKoZIhvcNAQEFBQADggEBAAP3FUr4JNojVhaTdt02KLmuG7jD8WS6\n"+ - "IBh4lSknVwW8fCr0uVFV2ocC3g8WFzH4qnkuCRO7r7IgGRLlk/lL+YPoRNWyQSW/\n"+ - "iHVv/xD8SlTQX/D67zZzfRs2RcYhbbQVuE7PnFylPVoAjgbjPGsye/Kf8Lb93/Ao\n"+ - "GEjwxrzQvzSAlsJKsW2Ox5BF3i9nrEUEo3rcVZLJR2bYGozH7ZxOmuASu7VqTITh\n"+ - "4SINhwBk/ox9Yjllpu9CtoAlEmEBqCQTcAARJl/6NVDFSMwGR+gn2HCNX2TmoUQm\n"+ - "XiLsks3/QppEIW1cxeMiHV9HEufOX1362KqxMy3ZdvJOOjMMK7MtkAY=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("AddTrust Qualified Certificates Root", - // X500 Subject, for lookups. - "MGcxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3Qg"+ - "VFRQIE5ldHdvcmsxIzAhBgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEHjCCAwagAwIBAgIBATANBgkqhkiG9w0BAQUFADBnMQswCQYDVQQGEwJTRTEU\n"+ - "MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3\n"+ - "b3JrMSMwIQYDVQQDExpBZGRUcnVzdCBRdWFsaWZpZWQgQ0EgUm9vdDAeFw0wMDA1\n"+ - "MzAxMDQ0NTBaFw0yMDA1MzAxMDQ0NTBaMGcxCzAJBgNVBAYTAlNFMRQwEgYDVQQK\n"+ - "EwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIzAh\n"+ - "BgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290MIIBIjANBgkqhkiG9w0B\n"+ - "AQEFAAOCAQ8AMIIBCgKCAQEA5B6a/twJWoekn0e+EV+vhDTbYjx5eLfpMLXsDBwq\n"+ - "xBb/4Oxx64r1EW7tTw2R0hIYLUkVAcKkIhPHEWT/IhKauY5cLwjPcWqzZwFZ8V1G\n"+ - "87B4pfYOQnrjfxvM0PC3KP0q6p6zsLkEqv32x7SxuCqg+1jxGaBvcCV+PmlKfw8i\n"+ - "2O+tCBGaKZnhqkRFmhJePp1tUvznoD1oL/BLcHwTOK28FSXx1s6rosAx1i+f4P8U\n"+ - "WfyEk9mHfExUE+uf0S0R+Bg6Ot4l2ffTQO2kBhLEO+GRwVY18BTcZTYJbqukB8c1\n"+ - "0cIDMzZbdSZtQvESa0NvS3GU+jQd7RNuyoB/mC9suWXY6QIDAQABo4HUMIHRMB0G\n"+ - "A1UdDgQWBBQ5lYtii1zJ1IC6WA+XPxUIQ8yYpzALBgNVHQ8EBAMCAQYwDwYDVR0T\n"+ - "AQH/BAUwAwEB/zCBkQYDVR0jBIGJMIGGgBQ5lYtii1zJ1IC6WA+XPxUIQ8yYp6Fr\n"+ - "pGkwZzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQL\n"+ - "ExRBZGRUcnVzdCBUVFAgTmV0d29yazEjMCEGA1UEAxMaQWRkVHJ1c3QgUXVhbGlm\n"+ - "aWVkIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBABmrder4i2VhlRO6aQTv\n"+ - "hsoToMeqT2QbPxj2qC0sVY8FtzDqQmodwCVRLae/DLPt7wh/bDxGGuoYQ992zPlm\n"+ - "hpwsaPXpF/gxsxjE1kh9I0xowX67ARRvxdlu3rsEQmr49lx95dr6h+sNNVJn0J6X\n"+ - "dgWTP5XHAeZpVTh/EGGZyeNfpso+gmNIquIISD6q8rKFYqa0p9m9N5xotS1WfbC3\n"+ - "P6CxB9bpT9zeRXEwMn8bLgn5v1Kh7sKAPgZcLlVAwRv1cEWw3F369nJad9Jjzc9Y\n"+ - "iQBCYz95OdBEsIJuQRno3eDBiFrRHnGTHyQwdOUeqN48Jzd/g66ed8/wMLH/S5no\n"+ - "xqE=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Verisign Time Stamping Authority CA", - // X500 Subject, for lookups. - "MIGlMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0"+ - "d29yazE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9y"+ - "cGEgKGMpMDAxLDAqBgNVBAMTI1ZlcmlTaWduIFRpbWUgU3RhbXBpbmcgQXV0aG9yaXR5IENB", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDzTCCAzagAwIBAgIQU2GyYK7bcY6nlLMTM/QHCTANBgkqhkiG9w0BAQUFADCB\n"+ - "wTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTwwOgYDVQQL\n"+ - "EzNDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5\n"+ - "IC0gRzIxOjA4BgNVBAsTMShjKSAxOTk4IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1\n"+ - "dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv\n"+ - "cmswHhcNMDAwOTI2MDAwMDAwWhcNMTAwOTI1MjM1OTU5WjCBpTEXMBUGA1UEChMO\n"+ - "VmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsx\n"+ - "OzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5j\n"+ - "b20vcnBhIChjKTAwMSwwKgYDVQQDEyNWZXJpU2lnbiBUaW1lIFN0YW1waW5nIEF1\n"+ - "dGhvcml0eSBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0hmdZ8IAIVli\n"+ - "zrQJIkRpivglWtvtDbc2fk7gu5Q+kCWHwmFHKdm9VLhjzCx9abQzNvQ3B5rB3UBU\n"+ - "/OB4naCTuQk9I1F/RMIUdNsKvsvJMDRAmD7Q1yUQgZS9B0+c1lQn3y6ov8uQjI11\n"+ - "S7zi6ESHzeZBCiVu6PQkAsVSD27smHUCAwEAAaOB3zCB3DAPBgNVHRMECDAGAQH/\n"+ - "AgEAMEUGA1UdIAQ+MDwwOgYMYIZIAYb4RQEHFwEDMCowKAYIKwYBBQUHAgEWHGh0\n"+ - "dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEwMQYDVR0fBCowKDAmoCSgIoYgaHR0\n"+ - "cDovL2NybC52ZXJpc2lnbi5jb20vcGNhMy5jcmwwCwYDVR0PBAQDAgEGMEIGCCsG\n"+ - "AQUFBwEBBDYwNDAyBggrBgEFBQcwAaYmFiRodHRwOi8vb2NzcC52ZXJpc2lnbi5j\n"+ - "b20vb2NzcC9zdGF0dXMwDQYJKoZIhvcNAQEFBQADgYEAgnBold+2DcIBcBlK0lRW\n"+ - "HqzyRUyHuPU163hLBanInTsZIS5wNEqi9YngFXVF5yg3ADQnKeg3S/LvRJdrF1Ea\n"+ - "w1adPBqK9kpGRjeM+sv1ZFo4aC4cw+9wzrhGBha/937ntag+RaypJXUie28/sJyU\n"+ - "58dzq6wf7iWbwBbtt8pb8BQ=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Thawte Time Stamping CA", - // X500 Subject, for lookups. - "MIGLMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRQwEgYDVQQHEwtEdXJiYW52"+ - "aWxsZTEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRUaGF3dGUgQ2VydGlmaWNhdGlvbjEfMB0G"+ - "A1UEAxMWVGhhd3RlIFRpbWVzdGFtcGluZyBDQQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICoTCCAgqgAwIBAgIBADANBgkqhkiG9w0BAQQFADCBizELMAkGA1UEBhMCWkEx\n"+ - "FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzAN\n"+ - "BgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUVGhhd3RlIENlcnRpZmljYXRpb24xHzAd\n"+ - "BgNVBAMTFlRoYXd0ZSBUaW1lc3RhbXBpbmcgQ0EwHhcNOTcwMTAxMDAwMDAwWhcN\n"+ - "MjAxMjMxMjM1OTU5WjCBizELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4g\n"+ - "Q2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEdMBsG\n"+ - "A1UECxMUVGhhd3RlIENlcnRpZmljYXRpb24xHzAdBgNVBAMTFlRoYXd0ZSBUaW1l\n"+ - "c3RhbXBpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANYrWHhhRYZT\n"+ - "6jR7UZztsOYuGA7+4F+oJ9O0yeB8WU4WDnNUYMF/9p8u6TqFJBU820cEY8OexJQa\n"+ - "Wt9MevPZQx08EHp5JduQ/vBR5zDWQQD9nyjfeb6Uu522FOMjhdepQeBMpHmwKxqL\n"+ - "8vg7ij5FrHGSALSQQZj7X+36ty6K+Ig3AgMBAAGjEzARMA8GA1UdEwEB/wQFMAMB\n"+ - "Af8wDQYJKoZIhvcNAQEEBQADgYEAZ9viwuaHPUCDhjc1fR/OmsMMZiCouqoEiYbC\n"+ - "9RAIDb/LogWK0E02PvTX72nGXuSwlG9KuefeW4i2e9vjJ+V2w/A1wcu1J5szedyQ\n"+ - "pgCed/r8zSeUQhac0xxo7L9c3eWpexAKMnRUEzGLhQOEkbdYATAUOK8oyvyxUBkZ\n"+ - "CayJSdM=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Entrust.net Global Secure Server CA", - // X500 Subject, for lookups. - "MIG6MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDE/MD0GA1UECxQ2d3d3LmVudHJ1c3QubmV0L1NTTF9D"+ - "UFMgaW5jb3JwLiBieSByZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMjAwMCBFbnRy"+ - "dXN0Lm5ldCBMaW1pdGVkMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2VydmVyIENlcnRp"+ - "ZmljYXRpb24gQXV0aG9yaXR5", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIElTCCA/6gAwIBAgIEOJsRPDANBgkqhkiG9w0BAQQFADCBujEUMBIGA1UEChML\n"+ - "RW50cnVzdC5uZXQxPzA9BgNVBAsUNnd3dy5lbnRydXN0Lm5ldC9TU0xfQ1BTIGlu\n"+ - "Y29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMcKGMpIDIwMDAg\n"+ - "RW50cnVzdC5uZXQgTGltaXRlZDE6MDgGA1UEAxMxRW50cnVzdC5uZXQgU2VjdXJl\n"+ - "IFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMDAyMDQxNzIwMDBa\n"+ - "Fw0yMDAyMDQxNzUwMDBaMIG6MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDE/MD0GA1UE\n"+ - "CxQ2d3d3LmVudHJ1c3QubmV0L1NTTF9DUFMgaW5jb3JwLiBieSByZWYuIChsaW1p\n"+ - "dHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMjAwMCBFbnRydXN0Lm5ldCBMaW1pdGVk\n"+ - "MTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2VydmVyIENlcnRpZmljYXRp\n"+ - "b24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHwV9OcfHO\n"+ - "8GCGD9JYf9Mzly0XonUwtZZkJi9ow0SrqHXmAGc0V55lxyKbc+bT3QgON1WqJUaB\n"+ - "bL3+qPZ1V1eMkGxKwz6LS0MKyRFWmponIpnPVZ5h2QLifLZ8OAfc439PmrkDQYC2\n"+ - "dWcTC5/oVzbIXQA23mYU2m52H083jIITiQIDAQABo4IBpDCCAaAwEQYJYIZIAYb4\n"+ - "QgEBBAQDAgAHMIHjBgNVHR8EgdswgdgwgdWggdKggc+kgcwwgckxFDASBgNVBAoT\n"+ - "C0VudHJ1c3QubmV0MT8wPQYDVQQLFDZ3d3cuZW50cnVzdC5uZXQvU1NMX0NQUyBp\n"+ - "bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAyMDAw\n"+ - "IEVudHJ1c3QubmV0IExpbWl0ZWQxOjA4BgNVBAMTMUVudHJ1c3QubmV0IFNlY3Vy\n"+ - "ZSBTZXJ2ZXIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxDTALBgNVBAMTBENSTDEw\n"+ - "KwYDVR0QBCQwIoAPMjAwMDAyMDQxNzIwMDBagQ8yMDIwMDIwNDE3NTAwMFowCwYD\n"+ - "VR0PBAQDAgEGMB8GA1UdIwQYMBaAFMtswGvjuz7L/CKc/vuLkpyw8m4iMB0GA1Ud\n"+ - "DgQWBBTLbMBr47s+y/winP77i5KcsPJuIjAMBgNVHRMEBTADAQH/MB0GCSqGSIb2\n"+ - "fQdBAAQQMA4bCFY1LjA6NC4wAwIEkDANBgkqhkiG9w0BAQQFAAOBgQBi24GRzsia\n"+ - "d0Iv7L0no1MPUBvqTpLwqa+poLpIYcvvyQbvH9X07t9WLebKahlzqlO+krNQAraF\n"+ - "JnJj2HVQYnUUt7NQGj/KEQALhUVpbbalrlHhStyCP2yMNLJ3a9kC9n8O6mUE8c1U\n"+ - "yrrJzOCE98g+EZfTYAkYvAX/bIkz8OwVDw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Entrust.net Global Secure Personal CA", - // X500 Subject, for lookups. - "MIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3LmVudHJ1c3QubmV0L0dDQ0Ff"+ - "Q1BTIGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMcKGMpIDIwMDAgRW50"+ - "cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5uZXQgQ2xpZW50IENlcnRpZmljYXRp"+ - "b24gQXV0aG9yaXR5", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEgzCCA+ygAwIBAgIEOJ725DANBgkqhkiG9w0BAQQFADCBtDEUMBIGA1UEChML\n"+ - "RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9HQ0NBX0NQUyBp\n"+ - "bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAyMDAw\n"+ - "IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENsaWVu\n"+ - "dCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMDAyMDcxNjE2NDBaFw0yMDAy\n"+ - "MDcxNjQ2NDBaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3\n"+ - "LmVudHJ1c3QubmV0L0dDQ0FfQ1BTIGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp\n"+ - "YWIuKTElMCMGA1UECxMcKGMpIDIwMDAgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG\n"+ - "A1UEAxMqRW50cnVzdC5uZXQgQ2xpZW50IENlcnRpZmljYXRpb24gQXV0aG9yaXR5\n"+ - "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTdLS25MVL1qFof2LV7PdRV7Ny\n"+ - "Spj10InJrWPNTTVRaoTUrcloeW+46xHbh65cJFET8VQlhK8pK5/jgOLZy93GRUk0\n"+ - "iJBeAZfv6lOm3fzB3ksqJeTpNfpVBQbliXrqpBFXO/x8PTbNZzVtpKklWb1m9fkn\n"+ - "5JVn1j+SgF7yNH0rhQIDAQABo4IBnjCCAZowEQYJYIZIAYb4QgEBBAQDAgAHMIHd\n"+ - "BgNVHR8EgdUwgdIwgc+ggcyggcmkgcYwgcMxFDASBgNVBAoTC0VudHJ1c3QubmV0\n"+ - "MUAwPgYDVQQLFDd3d3cuZW50cnVzdC5uZXQvR0NDQV9DUFMgaW5jb3JwLiBieSBy\n"+ - "ZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMjAwMCBFbnRydXN0Lm5l\n"+ - "dCBMaW1pdGVkMTMwMQYDVQQDEypFbnRydXN0Lm5ldCBDbGllbnQgQ2VydGlmaWNh\n"+ - "dGlvbiBBdXRob3JpdHkxDTALBgNVBAMTBENSTDEwKwYDVR0QBCQwIoAPMjAwMDAy\n"+ - "MDcxNjE2NDBagQ8yMDIwMDIwNzE2NDY0MFowCwYDVR0PBAQDAgEGMB8GA1UdIwQY\n"+ - "MBaAFISLdP3FjcD/J20gN0V8/i3OutN9MB0GA1UdDgQWBBSEi3T9xY3A/ydtIDdF\n"+ - "fP4tzrrTfTAMBgNVHRMEBTADAQH/MB0GCSqGSIb2fQdBAAQQMA4bCFY1LjA6NC4w\n"+ - "AwIEkDANBgkqhkiG9w0BAQQFAAOBgQBObzWAO9GK9Q6nIMstZVXQkvTnhLUGJoMS\n"+ - "hAusO7JE7r3PQNsgDrpuFOow4DtifH+La3xKp9U1PL6oXOpLu5OOgGarDyn9TS2/\n"+ - "GpsKkMWr2tGzhtQvJFJcem3G8v7lTRowjJDyutdKPkN+1MhQGof4T4HHdguEOnKd\n"+ - "zmVml64mXg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("AOL Time Warner Root Certification Authority 1", - // X500 Subject, for lookups. - "MIGDMQswCQYDVQQGEwJVUzEdMBsGA1UEChMUQU9MIFRpbWUgV2FybmVyIEluYy4xHDAaBgNVBAsT"+ - "E0FtZXJpY2EgT25saW5lIEluYy4xNzA1BgNVBAMTLkFPTCBUaW1lIFdhcm5lciBSb290IENlcnRp"+ - "ZmljYXRpb24gQXV0aG9yaXR5IDE=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIID5jCCAs6gAwIBAgIBATANBgkqhkiG9w0BAQUFADCBgzELMAkGA1UEBhMCVVMx\n"+ - "HTAbBgNVBAoTFEFPTCBUaW1lIFdhcm5lciBJbmMuMRwwGgYDVQQLExNBbWVyaWNh\n"+ - "IE9ubGluZSBJbmMuMTcwNQYDVQQDEy5BT0wgVGltZSBXYXJuZXIgUm9vdCBDZXJ0\n"+ - "aWZpY2F0aW9uIEF1dGhvcml0eSAxMB4XDTAyMDUyOTA2MDAwMFoXDTM3MTEyMDE1\n"+ - "MDMwMFowgYMxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRBT0wgVGltZSBXYXJuZXIg\n"+ - "SW5jLjEcMBoGA1UECxMTQW1lcmljYSBPbmxpbmUgSW5jLjE3MDUGA1UEAxMuQU9M\n"+ - "IFRpbWUgV2FybmVyIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMTCCASIw\n"+ - "DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJnej8Mlo2k06AX3dLm/WpcZuS+U\n"+ - "0pPlLYnKhHw/EEMbjIt8hFj4JHxIzyr9wBXZGH6EGhfT257XyuTZ16pYUYfw8ItI\n"+ - "TuLCxFlpMGK2MKKMCxGZYTVtfu/FsRkGIBKOQuHfD5YQUqjPnF+VFNivO3ULMSAf\n"+ - "RC+iYkGzuxgh28pxPIzstrkNn+9R7017EvILDOGsQI93f7DKeHEMXRZxcKLXwjqF\n"+ - "zQ6axOAAsNUl6twr5JQtOJyJQVdkKGUZHLZEtMgxa44Be3ZZJX8VHIQIfHNlIAqh\n"+ - "BC4aMqiaILGcLCFZ5/vP7nAtCMpjPiybkxlqpMKX/7eGV4iFbJ4VFitNLLMCAwEA\n"+ - "AaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUoTYwFsuGkABFgFOxj8jY\n"+ - "PXy+XxIwHwYDVR0jBBgwFoAUoTYwFsuGkABFgFOxj8jYPXy+XxIwDgYDVR0PAQH/\n"+ - "BAQDAgGGMA0GCSqGSIb3DQEBBQUAA4IBAQCKIBilvrMvtKaEAEAwKfq0FHNMeUWn\n"+ - "9nDg6H5kHgqVfGphwu9OH77/yZkfB2FK4V1Mza3u0FIy2VkyvNp5ctZ7CegCgTXT\n"+ - "Ct8RHcl5oIBN/lrXVtbtDyqvpxh1MwzqwWEFT2qaifKNuZ8u77BfWgDrvq2g+EQF\n"+ - "Z7zLBO+eZMXpyD8Fv8YvBxzDNnGGyjhmSs3WuEvGbKeXO/oTLW4jYYehY0KswsuX\n"+ - "n2Fozy1MBJ3XJU8KDk2QixhWqJNIV9xvrr2eZ1d3iVCzvhGbRWeDhhmH05i9CBoW\n"+ - "H1iCC+GWaQVLjuyDUTEH1dSf/1l7qG6Fz9NLqUmwX7A5KGgOc90lmt4S\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("AOL Time Warner Root Certification Authority 2", - // X500 Subject, for lookups. - "MIGDMQswCQYDVQQGEwJVUzEdMBsGA1UEChMUQU9MIFRpbWUgV2FybmVyIEluYy4xHDAaBgNVBAsT"+ - "E0FtZXJpY2EgT25saW5lIEluYy4xNzA1BgNVBAMTLkFPTCBUaW1lIFdhcm5lciBSb290IENlcnRp"+ - "ZmljYXRpb24gQXV0aG9yaXR5IDI=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIF5jCCA86gAwIBAgIBATANBgkqhkiG9w0BAQUFADCBgzELMAkGA1UEBhMCVVMx\n"+ - "HTAbBgNVBAoTFEFPTCBUaW1lIFdhcm5lciBJbmMuMRwwGgYDVQQLExNBbWVyaWNh\n"+ - "IE9ubGluZSBJbmMuMTcwNQYDVQQDEy5BT0wgVGltZSBXYXJuZXIgUm9vdCBDZXJ0\n"+ - "aWZpY2F0aW9uIEF1dGhvcml0eSAyMB4XDTAyMDUyOTA2MDAwMFoXDTM3MDkyODIz\n"+ - "NDMwMFowgYMxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRBT0wgVGltZSBXYXJuZXIg\n"+ - "SW5jLjEcMBoGA1UECxMTQW1lcmljYSBPbmxpbmUgSW5jLjE3MDUGA1UEAxMuQU9M\n"+ - "IFRpbWUgV2FybmVyIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMjCCAiIw\n"+ - "DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALQ3WggWmRToVbEbJGv8x4vmh6mJ\n"+ - "7ouZzU9AhqS2TcnZsdw8TQ2FTBVsRotSeJ/4I/1n9SQ6aF3Q92RhQVSji6UI0ilb\n"+ - "m2BPJoPRYxJWSXakFsKlnUWsi4SVqBax7J/qJBrvuVdcmiQhLE0OcR+mrF1FdAOY\n"+ - "xFSMFkpBd4aVdQxHAWZg/BXxD+r1FHjHDtdugRxev17nOirYlxcwfACtCJ0zr7iZ\n"+ - "YYCLqJV+FNwSbKTQ2O9ASQI2+W6p1h2WVgSysy0WVoaP2SBXgM1nEG2wTPDaRrbq\n"+ - "JS5Gr42whTg0ixQmgiusrpkLjhTXUr2eacOGAgvqdnUxCc4zGSGFQ+aJLZ8lN2fx\n"+ - "I2rSAG2X+Z/nKcrdH9cG6rjJuQkhn8g/BsXS6RJGAE57COtCPStIbp1n3UsC5ETz\n"+ - "kxmlJ85per5n0/xQpCyrw2u544BMzwVhSyvcG7mm0tCq9Stz+86QNZ8MUhy/XCFh\n"+ - "EVsVS6kkUfykXPcXnbDS+gfpj1bkGoxoigTTfFrjnqKhynFbotSg5ymFXQNoKk/S\n"+ - "Btc9+cMDLz9l+WceR0DTYw/j1Y75hauXTLPXJuuWCpTehTacyH+BCQJJKg71ZDIM\n"+ - "gtG6aoIbs0t0EfOMd9afv9w3pKdVBC/UMejTRrkDfNoSTllkt1ExMVCgyhwn2RAu\n"+ - "rda9EGYrw7AiShJbAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE\n"+ - "FE9pbQN+nZ8HGEO8txBO1b+pxCAoMB8GA1UdIwQYMBaAFE9pbQN+nZ8HGEO8txBO\n"+ - "1b+pxCAoMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAgEAO/Ouyugu\n"+ - "h4X7ZVnnrREUpVe8WJ8kEle7+z802u6teio0cnAxa8cZmIDJgt43d15Ui47y6mdP\n"+ - "yXSEkVYJ1eV6moG2gcKtNuTxVBFT8zRFASbI5Rq8NEQh3q0l/HYWdyGQgJhXnU7q\n"+ - "7C+qPBR7V8F+GBRn7iTGvboVsNIYvbdVgaxTwOjdaRITQrcCtQVBynlQboIOcXKT\n"+ - "RuidDV29rs4prWPVVRaAMCf/drr3uNZK49m1+VLQTkCpx+XCMseqdiThawVQ68W/\n"+ - "ClTluUI8JPu3B5wwn3la5uBAUhX0/Kr0VvlEl4ftDmVyXr4m+02kLQgH3thcoNyB\n"+ - "M5kYJRF3p+v9WAksmWsbivNSPxpNSGDxoPYzAlOL7SUJuA0t7Zdz7NeWH45gDtoQ\n"+ - "my8YJPamTQr5O8t1wswvziRpyQoijlmn94IM19drNZxDAGrElWe6nEXLuA4399xO\n"+ - "AU++CrYD062KRffaJ00psUjf5BHklka9bAI+1lHIlRcBFanyqqryvy9lG2/QuRqT\n"+ - "9Y41xICHPpQvZuTpqP9BnHAqTyo5GJUefvthATxRCC4oGKQWDzH9OmwjkyB24f0H\n"+ - "hdFbP9IcczLd+rn4jM8Ch3qaluTtT4mNU0OrDhPAARW0eTjb/G49nlG2uBOLZ8/5\n"+ - "fNkiHfZdxRwBL5joeiQYvITX+txyW/fBOmg=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("beTRUSTed Root CA-Baltimore Implementation", - // X500 Subject, for lookups. - "MGYxEjAQBgNVBAoTCWJlVFJVU1RlZDEbMBkGA1UECxMSYmVUUlVTVGVkIFJvb3QgQ0FzMTMwMQYD"+ - "VQQDEypiZVRSVVNUZWQgUm9vdCBDQS1CYWx0aW1vcmUgSW1wbGVtZW50YXRpb24=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFajCCBFKgAwIBAgIEPLU9RjANBgkqhkiG9w0BAQUFADBmMRIwEAYDVQQKEwli\n"+ - "ZVRSVVNUZWQxGzAZBgNVBAsTEmJlVFJVU1RlZCBSb290IENBczEzMDEGA1UEAxMq\n"+ - "YmVUUlVTVGVkIFJvb3QgQ0EtQmFsdGltb3JlIEltcGxlbWVudGF0aW9uMB4XDTAy\n"+ - "MDQxMTA3Mzg1MVoXDTIyMDQxMTA3Mzg1MVowZjESMBAGA1UEChMJYmVUUlVTVGVk\n"+ - "MRswGQYDVQQLExJiZVRSVVNUZWQgUm9vdCBDQXMxMzAxBgNVBAMTKmJlVFJVU1Rl\n"+ - "ZCBSb290IENBLUJhbHRpbW9yZSBJbXBsZW1lbnRhdGlvbjCCASIwDQYJKoZIhvcN\n"+ - "AQEBBQADggEPADCCAQoCggEBALx+xDmcjOPWHIb/ymKt4H8wRXqOGrO4x/nRNv8i\n"+ - "805qX4QQ+2aBw5R5MdKR4XeOGCrDFN5R9U+jK7wYFuK13XneIviCfsuBH/0nLI/6\n"+ - "l2Qijvj/YaOcGx6Sj8CoCd8JEey3fTGaGuqDIQY8n7pc/5TqarjDa1U0Tz0yH92B\n"+ - "FODEPM2dMPgwqZfT7syj0B9fHBOB1BirlNFjw55/NZKeX0Tq7PQiXLfoPX2k+Ymp\n"+ - "kbIq2eszh+6l/ePazIjmiSZuxyuC0F6dWdsU7JGDBcNeDsYq0ATdcT0gTlgn/FP7\n"+ - "eHgZFLL8kFKJOGJgB7Sg7KxrUNb9uShr71ItOrL/8QFArDcCAwEAAaOCAh4wggIa\n"+ - "MA8GA1UdEwEB/wQFMAMBAf8wggG1BgNVHSAEggGsMIIBqDCCAaQGDysGAQQBsT4A\n"+ - "AAEJKIORMTCCAY8wggFIBggrBgEFBQcCAjCCAToaggE2UmVsaWFuY2Ugb24gb3Ig\n"+ - "dXNlIG9mIHRoaXMgQ2VydGlmaWNhdGUgY3JlYXRlcyBhbiBhY2tub3dsZWRnbWVu\n"+ - "dCBhbmQgYWNjZXB0YW5jZSBvZiB0aGUgdGhlbiBhcHBsaWNhYmxlIHN0YW5kYXJk\n"+ - "IHRlcm1zIGFuZCBjb25kaXRpb25zIG9mIHVzZSwgdGhlIENlcnRpZmljYXRpb24g\n"+ - "UHJhY3RpY2UgU3RhdGVtZW50IGFuZCB0aGUgUmVseWluZyBQYXJ0eSBBZ3JlZW1l\n"+ - "bnQsIHdoaWNoIGNhbiBiZSBmb3VuZCBhdCB0aGUgYmVUUlVTVGVkIHdlYiBzaXRl\n"+ - "LCBodHRwOi8vd3d3LmJldHJ1c3RlZC5jb20vcHJvZHVjdHNfc2VydmljZXMvaW5k\n"+ - "ZXguaHRtbDBBBggrBgEFBQcCARY1aHR0cDovL3d3dy5iZXRydXN0ZWQuY29tL3By\n"+ - "b2R1Y3RzX3NlcnZpY2VzL2luZGV4Lmh0bWwwHQYDVR0OBBYEFEU9w6nR3D8kVpgc\n"+ - "cxiIav+DR+22MB8GA1UdIwQYMBaAFEU9w6nR3D8kVpgccxiIav+DR+22MA4GA1Ud\n"+ - "DwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEASZK8o+6svfoNyYt5hhwjdrCA\n"+ - "WXf82n+0S9/DZEtqTg6t8n1ZdwWtColzsPq8y9yNAIiPpqCy6qxSJ7+hSHyXEHu6\n"+ - "7RMdmgduyzFiEuhjA6p9beP4G3YheBufS0OM00mG9htc9i5gFdPp43t1P9ACg9AY\n"+ - "gkHNZTfqjjJ+vWuZXTARyNtIVBw74acT02pIk/c9jH8F6M7ziCpjBLjqflh8AXtb\n"+ - "4cV97yHgjQ5dUX2xZ/2jvTg2xvI4hocalmhgRvsoFEdV4aeADGvi6t9NfJBIoDa9\n"+ - "CReJf8Py05yc493EG931t3GzUwWJBtDLSoDByFOQtTwxiBdQn8nEDovYqAJjDQ==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("beTRUSTed Root CA - Entrust Implementation", - // X500 Subject, for lookups. - "MGYxEjAQBgNVBAoTCWJlVFJVU1RlZDEbMBkGA1UECxMSYmVUUlVTVGVkIFJvb3QgQ0FzMTMwMQYD"+ - "VQQDEypiZVRSVVNUZWQgUm9vdCBDQSAtIEVudHJ1c3QgSW1wbGVtZW50YXRpb24=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIGUTCCBTmgAwIBAgIEPLVPQDANBgkqhkiG9w0BAQUFADBmMRIwEAYDVQQKEwli\n"+ - "ZVRSVVNUZWQxGzAZBgNVBAsTEmJlVFJVU1RlZCBSb290IENBczEzMDEGA1UEAxMq\n"+ - "YmVUUlVTVGVkIFJvb3QgQ0EgLSBFbnRydXN0IEltcGxlbWVudGF0aW9uMB4XDTAy\n"+ - "MDQxMTA4MjQyN1oXDTIyMDQxMTA4NTQyN1owZjESMBAGA1UEChMJYmVUUlVTVGVk\n"+ - "MRswGQYDVQQLExJiZVRSVVNUZWQgUm9vdCBDQXMxMzAxBgNVBAMTKmJlVFJVU1Rl\n"+ - "ZCBSb290IENBIC0gRW50cnVzdCBJbXBsZW1lbnRhdGlvbjCCASIwDQYJKoZIhvcN\n"+ - "AQEBBQADggEPADCCAQoCggEBALr0RAOqEmq1Q+xVkrYwfTVXDNvzDSduTPdQqJtO\n"+ - "K2/b9a0cS12zqcH+e0TrW6MFDR/FNCswACnxeECypP869AGIF37m1CbTukzqMvtD\n"+ - "d5eHI8XbQ6P1KqNRXuE70mVpflUVm3rnafdE4Fe1FehmYA8NA/uCjqPoEXtsvsdj\n"+ - "DheT389Lrm5zdeDzqrmkwAkbhepxKYhBMvnwKg5sCfJ0a2ZsUhMfGLzUPvfYbiCe\n"+ - "yv78IZTuEyhL11xeDGbu6bsPwTSxfwh28z0mcMmLJR1iJAzqHHVOwBLkuhMdMCkt\n"+ - "VjMFu5dZfsZJT4nXLySotohAtWSSU1Yk5KKghbNekLQSM80CAwEAAaOCAwUwggMB\n"+ - "MIIBtwYDVR0gBIIBrjCCAaowggGmBg8rBgEEAbE+AAACCSiDkTEwggGRMIIBSQYI\n"+ - "KwYBBQUHAgIwggE7GoIBN1JlbGlhbmNlIG9uIG9yIHVzZSBvZiB0aGlzIENlcnRp\n"+ - "ZmljYXRlIGNyZWF0ZXMgYW4gYWNrbm93bGVkZ21lbnQgYW5kIGFjY2VwdGFuY2Ug\n"+ - "b2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0\n"+ - "aW9ucyBvZiB1c2UsIHRoZSBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu\n"+ - "dCBhbmQgdGhlIFJlbHlpbmcgUGFydHkgQWdyZWVtZW50LCB3aGljaCBjYW4gYmUg\n"+ - "Zm91bmQgYXQgdGhlIGJlVFJVU1RlZCB3ZWIgc2l0ZSwgaHR0cHM6Ly93d3cuYmV0\n"+ - "cnVzdGVkLmNvbS9wcm9kdWN0c19zZXJ2aWNlcy9pbmRleC5odG1sMEIGCCsGAQUF\n"+ - "BwIBFjZodHRwczovL3d3dy5iZXRydXN0ZWQuY29tL3Byb2R1Y3RzX3NlcnZpY2Vz\n"+ - "L2luZGV4Lmh0bWwwEQYJYIZIAYb4QgEBBAQDAgAHMIGJBgNVHR8EgYEwfzB9oHug\n"+ - "eaR3MHUxEjAQBgNVBAoTCWJlVFJVU1RlZDEbMBkGA1UECxMSYmVUUlVTVGVkIFJv\n"+ - "b3QgQ0FzMTMwMQYDVQQDEypiZVRSVVNUZWQgUm9vdCBDQSAtIEVudHJ1c3QgSW1w\n"+ - "bGVtZW50YXRpb24xDTALBgNVBAMTBENSTDEwKwYDVR0QBCQwIoAPMjAwMjA0MTEw\n"+ - "ODI0MjdagQ8yMDIyMDQxMTA4NTQyN1owCwYDVR0PBAQDAgEGMB8GA1UdIwQYMBaA\n"+ - "FH1w5a44iwY/qhwaj/nPJDCqhIQWMB0GA1UdDgQWBBR9cOWuOIsGP6ocGo/5zyQw\n"+ - "qoSEFjAMBgNVHRMEBTADAQH/MB0GCSqGSIb2fQdBAAQQMA4bCFY2LjA6NC4wAwIE\n"+ - "kDANBgkqhkiG9w0BAQUFAAOCAQEAKrgXzh8QlOu4mre5X+za95IkrNySO8cgjfKZ\n"+ - "5V04ocI07cUTWVwFtStPYZuR+0H8/NU8TZh2BvWBfevdkObRVlTa4y0MnxEylCIB\n"+ - "evZsLHRnBMylj44ss0O1lKLQfelifwa+JwGDnjr9iu6YQ0pr17WXOzq/T220Y/oz\n"+ - "ADQuLW2WyXvKmWO6vvT2MKAtmJbpVkQFqUSjYRDrgqFnXbxdJ3Wqiig2KjiS2d2k\n"+ - "XgClzMx8KSreKJCrt+G2/30lC0DYqjSjLd4H61/OCt3Kfjp9JsFiaDrmLzfzgYYh\n"+ - "xKlkqu9FNtEaZnz46TfW1mG+oq1I59/mdP7TbX3SJdysYlep9w==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("beTRUSTed Root CA - RSA Implementation", - // X500 Subject, for lookups. - "MGIxEjAQBgNVBAoTCWJlVFJVU1RlZDEbMBkGA1UECxMSYmVUUlVTVGVkIFJvb3QgQ0FzMS8wLQYD"+ - "VQQDEyZiZVRSVVNUZWQgUm9vdCBDQSAtIFJTQSBJbXBsZW1lbnRhdGlvbg==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFaDCCBFCgAwIBAgIQO1nHe81bV569N1KsdrSqGjANBgkqhkiG9w0BAQUFADBi\n"+ - "MRIwEAYDVQQKEwliZVRSVVNUZWQxGzAZBgNVBAsTEmJlVFJVU1RlZCBSb290IENB\n"+ - "czEvMC0GA1UEAxMmYmVUUlVTVGVkIFJvb3QgQ0EgLSBSU0EgSW1wbGVtZW50YXRp\n"+ - "b24wHhcNMDIwNDExMTExODEzWhcNMjIwNDEyMTEwNzI1WjBiMRIwEAYDVQQKEwli\n"+ - "ZVRSVVNUZWQxGzAZBgNVBAsTEmJlVFJVU1RlZCBSb290IENBczEvMC0GA1UEAxMm\n"+ - "YmVUUlVTVGVkIFJvb3QgQ0EgLSBSU0EgSW1wbGVtZW50YXRpb24wggEiMA0GCSqG\n"+ - "SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkujQwCY5X0LkGLG9uJIAiv11DpvpPrILn\n"+ - "HGhwhRujbrWqeNluB0s/6d/16uhUoWGKDi9pdRi3DOUUjXFumLhV/AyV0Jtu4S2I\n"+ - "1DpAa5LxmZZk3tv/ePTulh1HiXzUvrmIdyM6CeYEnm2qXtLIvZpOGd+J6lsOfsPk\n"+ - "tPDgaTuID0GQ+NRxQyTBjyZLO1bp/4xsN+lFrYWMU8NghpBKlsmzVLC7F/AcRdnU\n"+ - "GxlkVgoZ98zh/4avflherHqQH8koOUV7orbHnB/ahdQhhlkwk75TMzf270HPM8er\n"+ - "cmsl9fNTGwxMLvF1S++gh/f+ihXQbNXL+WhTuXAVE8L1LvtDNXUtAgMBAAGjggIY\n"+ - "MIICFDAMBgNVHRMEBTADAQH/MIIBtQYDVR0gBIIBrDCCAagwggGkBg8rBgEEAbE+\n"+ - "AAADCSiDkTEwggGPMEEGCCsGAQUFBwIBFjVodHRwOi8vd3d3LmJldHJ1c3RlZC5j\n"+ - "b20vcHJvZHVjdHNfc2VydmljZXMvaW5kZXguaHRtbDCCAUgGCCsGAQUFBwICMIIB\n"+ - "OhqCATZSZWxpYW5jZSBvbiBvciB1c2Ugb2YgdGhpcyBDZXJ0aWZpY2F0ZSBjcmVh\n"+ - "dGVzIGFuIGFja25vd2xlZGdtZW50IGFuZCBhY2NlcHRhbmNlIG9mIHRoZSB0aGVu\n"+ - "IGFwcGxpY2FibGUgc3RhbmRhcmQgdGVybXMgYW5kIGNvbmRpdGlvbnMgb2YgdXNl\n"+ - "LCB0aGUgQ2VydGlmaWNhdGlvbiBQcmFjdGljZSBTdGF0ZW1lbnQgYW5kIHRoZSBS\n"+ - "ZWx5aW5nIFBhcnR5IEFncmVlbWVudCwgd2hpY2ggY2FuIGJlIGZvdW5kIGF0IHRo\n"+ - "ZSBiZVRSVVNUZWQgd2ViIHNpdGUsIGh0dHA6Ly93d3cuYmV0cnVzdGVkLmNvbS9w\n"+ - "cm9kdWN0c19zZXJ2aWNlcy9pbmRleC5odG1sMAsGA1UdDwQEAwIBBjAfBgNVHSME\n"+ - "GDAWgBSp7BR++dlDzFMrFK3P9/BZiUHNGTAdBgNVHQ4EFgQUqewUfvnZQ8xTKxSt\n"+ - "z/fwWYlBzRkwDQYJKoZIhvcNAQEFBQADggEBANuXsHXqDMTBmMpWBcCorSZIry0g\n"+ - "6IHHtt9DwSwddUvUQo3neqh03GZCWYez9Wlt2ames30cMcH1VOJZJEnl7r05pmuK\n"+ - "mET7m9cqg5c0Lcd9NUwtNLg+DcTsiCevnpL9UGGCqGAHFFPMZRPB9kdEadIxyKbd\n"+ - "LrML3kqNWz2rDcI1UqJWN8wyiyiFQpyRQHpwKzg21eFzGh/l+n5f3NacOzDq28Bb\n"+ - "J1zTcwfBwvNMm2+fG8oeqqg4MwlYsq78B+g23FW6L09A/nq9BqaBwZMifIYRCgZ3\n"+ - "SK41ty8ymmFei74pnykkiFY5LKjSq5YDWtRIn7lAhAuYaPsBQ9Yb4gmxlxw=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("RSA Security 2048 v3", - // X500 Subject, for lookups. - "MDoxGTAXBgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAbBgNVBAsTFFJTQSBTZWN1cml0eSAyMDQ4"+ - "IFYz", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDYTCCAkmgAwIBAgIQCgEBAQAAAnwAAAAKAAAAAjANBgkqhkiG9w0BAQUFADA6\n"+ - "MRkwFwYDVQQKExBSU0EgU2VjdXJpdHkgSW5jMR0wGwYDVQQLExRSU0EgU2VjdXJp\n"+ - "dHkgMjA0OCBWMzAeFw0wMTAyMjIyMDM5MjNaFw0yNjAyMjIyMDM5MjNaMDoxGTAX\n"+ - "BgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAbBgNVBAsTFFJTQSBTZWN1cml0eSAy\n"+ - "MDQ4IFYzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt49VcdKA3Xtp\n"+ - "eafwGFAyPGJn9gqVB93mG/Oe2dJBVGutn3y+Gc37RqtBaB4Y6lXIL5F4iSj7Jylg\n"+ - "/9+PjDvJSZu1pJTOAeo+tWN7fyb9Gd3AIb2E0S1PRsNO3Ng3OTsor8udGuorryGl\n"+ - "wSMiuLgbWhOHV4PR8CDn6E8jQrAApX2J6elhc5SYcSa8LWrg903w8bYqODGBDSnh\n"+ - "AMFRD0xS+ARaqn1y07iHKrtjEAMqs6FPDVpeRrc9DvV07Jmf+T0kgYim3WBU6JU2\n"+ - "PcYJk5qjEoAAVZkZR73QpXzDuvsf9/UP+Ky5tfQ3mBMY3oVbtwyCO4dvlTlYMNpu\n"+ - "AWgXIszACwIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\n"+ - "BjAfBgNVHSMEGDAWgBQHw1EwpKrpRa41JPr/JCwz0LGdjDAdBgNVHQ4EFgQUB8NR\n"+ - "MKSq6UWuNST6/yQsM9CxnYwwDQYJKoZIhvcNAQEFBQADggEBAF8+hnZuuDU8TjYc\n"+ - "HnmYv/3VEhF5Ug7uMYm83X/50cYVIeiKAVQNOvtUudZj1LGqlk2iQk3UUx+LEN5/\n"+ - "Zb5gEydxiKRz44Rj0aRV4VCT5hsOedBnvEbIvz8XDZXmxpBp3ue0L96VfdASPz0+\n"+ - "f00/FGj1EVDVwfSQpQgdMWD/YIwjVAqv/qFuxdF6Kmh4zx6CCiC0H63lhbJqaHVO\n"+ - "rSU3lIW+vaHU6rcMSzyd6BIA8F+sDeGscGNz9395nzIlQnQFgCi/vcEkllgVsRch\n"+ - "6YlL2weIZ/QVrXA+L02FO8K32/6YaCOJ4XQP3vTFhGMpG8zLB8kApKnXwiJPZ9d3\n"+ - "7CAFYd4=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("RSA Security 1024 v3", - // X500 Subject, for lookups. - "MDoxGTAXBgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAbBgNVBAsTFFJTQSBTZWN1cml0eSAxMDI0"+ - "IFYz", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICXDCCAcWgAwIBAgIQCgEBAQAAAnwAAAALAAAAAjANBgkqhkiG9w0BAQUFADA6\n"+ - "MRkwFwYDVQQKExBSU0EgU2VjdXJpdHkgSW5jMR0wGwYDVQQLExRSU0EgU2VjdXJp\n"+ - "dHkgMTAyNCBWMzAeFw0wMTAyMjIyMTAxNDlaFw0yNjAyMjIyMDAxNDlaMDoxGTAX\n"+ - "BgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAbBgNVBAsTFFJTQSBTZWN1cml0eSAx\n"+ - "MDI0IFYzMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDV3f5mCc8kPD6ugU5O\n"+ - "isRpgFtZO9+5TUzKtS3DJy08rwBCbbwoppbPf9dYrIMKo1W1exeQFYRMiu4mmdxY\n"+ - "78c4pqqv0I5CyGLXq6yp+0p9v+r+Ek3d/yYtbzZUaMjShFbuklNhCbM/OZuoyZu9\n"+ - "zp9+1BlqFikYvtc6adwlWzMaUQIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4G\n"+ - "A1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBTEwBykB5T9zU0B1FTapQxf3q4FWjAd\n"+ - "BgNVHQ4EFgQUxMAcpAeU/c1NAdRU2qUMX96uBVowDQYJKoZIhvcNAQEFBQADgYEA\n"+ - "Py1q4yZDlX2Jl2X7deRyHUZXxGFraZ8SmyzVWujAovBDleMf6XbN3Ou8k6BlCsdN\n"+ - "T1+nr6JGFLkM88y9am63nd4lQtBU/55oc2PcJOsiv6hy8l4A4Q1OOkNumU4/iXgD\n"+ - "mMrzVcydro7BqkWY+o8aoI2II/EVQQ2lRj6RP4vr93E=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GeoTrust Global CA", - // X500 Subject, for lookups. - "MEIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVz"+ - "dCBHbG9iYWwgQ0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT\n"+ - "MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i\n"+ - "YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG\n"+ - "EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg\n"+ - "R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9\n"+ - "9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq\n"+ - "fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv\n"+ - "iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU\n"+ - "1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+\n"+ - "bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW\n"+ - "MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA\n"+ - "ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l\n"+ - "uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn\n"+ - "Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS\n"+ - "tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF\n"+ - "PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un\n"+ - "hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV\n"+ - "5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GeoTrust Global CA 2", - // X500 Subject, for lookups. - "MEQxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQDExRHZW9UcnVz"+ - "dCBHbG9iYWwgQ0EgMg==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDZjCCAk6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMQswCQYDVQQGEwJVUzEW\n"+ - "MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3QgR2xvYmFs\n"+ - "IENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMTkwMzA0MDUwMDAwWjBEMQswCQYDVQQG\n"+ - "EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3Qg\n"+ - "R2xvYmFsIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvPE1A\n"+ - "PRDfO1MA4Wf+lGAVPoWI8YkNkMgoI5kF6CsgncbzYEbYwbLVjDHZ3CB5JIG/NTL8\n"+ - "Y2nbsSpr7iFY8gjpeMtvy/wWUsiRxP89c96xPqfCfWbB9X5SJBri1WeR0IIQ13hL\n"+ - "TytCOb1kLUCgsBDTOEhGiKEMuzozKmKY+wCdE1l/bztyqu6mD4b5BWHqZ38MN5aL\n"+ - "5mkWRxHCJ1kDs6ZgwiFAVvqgx306E+PsV8ez1q6diYD3Aecs9pYrEw15LNnA5IZ7\n"+ - "S4wMcoKK+xfNAGw6EzywhIdLFnopsk/bHdQL82Y3vdj2V7teJHq4PIu5+pIaGoSe\n"+ - "2HSPqht/XvT+RSIhAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE\n"+ - "FHE4NvICMVNHK266ZUapEBVYIAUJMB8GA1UdIwQYMBaAFHE4NvICMVNHK266ZUap\n"+ - "EBVYIAUJMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAQEAA/e1K6td\n"+ - "EPx7srJerJsOflN4WT5CBP51o62sgU7XAotexC3IUnbHLB/8gTKY0UvGkpMzNTEv\n"+ - "/NgdRN3ggX+d6YvhZJFiCzkIjKx0nVnZellSlxG5FntvRdOW2TF9AjYPnDtuzywN\n"+ - "A0ZF66D0f0hExghAzN4bcLUprbqLOzRldRtxIR0sFAqwlpW41uryZfspuk/qkZN0\n"+ - "abby/+Ea0AzRdoXLiiW9l14sbxWZJue2Kf8i7MkCx1YAzUm5s2x7UwQa4qjJqhIF\n"+ - "I8LO57sEAszAR6LkxCkvW0VXiVHuPOtSCP8HNR6fNWpHSlaY0VqFH4z1Ir+rzoPz\n"+ - "4iIprn2DQKi6bA==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GeoTrust Universal CA", - // X500 Subject, for lookups. - "MEUxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR4wHAYDVQQDExVHZW9UcnVz"+ - "dCBVbml2ZXJzYWwgQ0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "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\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("GeoTrust Universal CA 2", - // X500 Subject, for lookups. - "MEcxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMSAwHgYDVQQDExdHZW9UcnVz"+ - "dCBVbml2ZXJzYWwgQ0EgMg==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW\n"+ - "MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy\n"+ - "c2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD\n"+ - "VQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1\n"+ - "c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC\n"+ - "AQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81\n"+ - "WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG\n"+ - "FF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq\n"+ - "XbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL\n"+ - "se4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb\n"+ - "KNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd\n"+ - "IgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73\n"+ - "y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt\n"+ - "hAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc\n"+ - "QIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4\n"+ - "Lt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV\n"+ - "HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV\n"+ - "HSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ\n"+ - "KoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z\n"+ - "dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ\n"+ - "L1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr\n"+ - "Fg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo\n"+ - "ag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY\n"+ - "T1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz\n"+ - "GDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m\n"+ - "1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV\n"+ - "OCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH\n"+ - "6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX\n"+ - "QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("UTN-USER First-Network Applications", - // X500 Subject, for lookups. - "MIGjMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4w"+ - "HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRy"+ - "dXN0LmNvbTErMCkGA1UEAxMiVVROLVVTRVJGaXJzdC1OZXR3b3JrIEFwcGxpY2F0aW9ucw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEZDCCA0ygAwIBAgIQRL4Mi1AAJLQR0zYwS8AzdzANBgkqhkiG9w0BAQUFADCB\n"+ - "ozELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\n"+ - "Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\n"+ - "dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xKzApBgNVBAMTIlVUTi1VU0VSRmlyc3Qt\n"+ - "TmV0d29yayBBcHBsaWNhdGlvbnMwHhcNOTkwNzA5MTg0ODM5WhcNMTkwNzA5MTg1\n"+ - "NzQ5WjCBozELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0\n"+ - "IExha2UgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYD\n"+ - "VQQLExhodHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xKzApBgNVBAMTIlVUTi1VU0VS\n"+ - "Rmlyc3QtTmV0d29yayBBcHBsaWNhdGlvbnMwggEiMA0GCSqGSIb3DQEBAQUAA4IB\n"+ - "DwAwggEKAoIBAQCz+5Gh5DZVhawGNFugmliy+LUPBXeDrjKxdpJo7CNKyXY/45y2\n"+ - "N3kDuatpjQclthln5LAbGHNhSuh+zdMvZOOmfAz6F4CjDUeJT1FxL+78P/m4FoCH\n"+ - "iZMlIJpDgmkkdihZNaEdwH+DBmQWICzTSaSFtMBhf1EI+GgVkYDLpdXuOzr0hARe\n"+ - "YFmnjDRy7rh4xdE7EkpvfmUnuaRVxblvQ6TFHSyZwFKkeEwVs0CYCGtDxgGwenv1\n"+ - "axwiP8vv/6jQOkt2FZ7S0cYu49tXGzKiuG/ohqY/cKvlcJKrRB5AUPuco2LkbG6g\n"+ - "yN7igEL66S/ozjIEj3yNtxyjNTwV3Z7DrpelAgMBAAGjgZEwgY4wCwYDVR0PBAQD\n"+ - "AgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFPqGydvguul49Uuo1hXf8NPh\n"+ - "ahQ8ME8GA1UdHwRIMEYwRKBCoECGPmh0dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9V\n"+ - "VE4tVVNFUkZpcnN0LU5ldHdvcmtBcHBsaWNhdGlvbnMuY3JsMA0GCSqGSIb3DQEB\n"+ - "BQUAA4IBAQCk8yXM0dSRgyLQzDKrm5ZONJFUICU0YV8qAhXhi6r/fWRRzwr/vH3Y\n"+ - "IWp4yy9Rb/hCHTO967V7lMPDqaAt39EpHx3+jz+7qEUqf9FuVSTiuwL7MT++6Lzs\n"+ - "QCv4AdRWOOTKRIK1YSAhZ2X28AvnNPilwpyjXEAfhZOVBt5P1CeptqX8Fs1zMT+4\n"+ - "ZSfP1FMa8Kxun08FDAOBp4QpxFq9ZFdyrTvPNximmMatBrTcCKME1SmklpoSZ0qM\n"+ - "YEWd8SOasACcaLWYUNPvji6SZbFIPiG+FTAqDbUMo2s/rn9X9R+WfN9v3YIwLGUb\n"+ - "QErNaLly7HF27FSOH4UMAWr6pjisH8SE\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("America Online Root Certification Authority 1", - // X500 Subject, for lookups. - "MGMxCzAJBgNVBAYTAlVTMRwwGgYDVQQKExNBbWVyaWNhIE9ubGluZSBJbmMuMTYwNAYDVQQDEy1B"+ - "bWVyaWNhIE9ubGluZSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IDE=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDpDCCAoygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc\n"+ - "MBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP\n"+ - "bmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAxMB4XDTAyMDUyODA2\n"+ - "MDAwMFoXDTM3MTExOTIwNDMwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft\n"+ - "ZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg\n"+ - "Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n"+ - "ADCCAQoCggEBAKgv6KRpBgNHw+kqmP8ZonCaxlCyfqXfaE0bfA+2l2h9LaaLl+lk\n"+ - "hsmj76CGv2BlnEtUiMJIxUo5vxTjWVXlGbR0yLQFOVwWpeKVBeASrlmLojNoWBym\n"+ - "1BW32J/X3HGrfpq/m44zDyL9Hy7nBzbvYjnF3cu6JRQj3gzGPTzOggjmZj7aUTsW\n"+ - "OqMFf6Dch9Wc/HKpoH145LcxVR5lu9RhsCFg7RAycsWSJR74kEoYeEfffjA3PlAb\n"+ - "2xzTa5qGUwew76wGePiEmf4hjUyAtgyC9mZweRrTT6PP8c9GsEsPPt2IYriMqQko\n"+ - "O3rHl+Ee5fSfwMCuJKDIodkP1nsmgmkyPacCAwEAAaNjMGEwDwYDVR0TAQH/BAUw\n"+ - "AwEB/zAdBgNVHQ4EFgQUAK3Zo/Z59m50qX8zPYEX10zPM94wHwYDVR0jBBgwFoAU\n"+ - "AK3Zo/Z59m50qX8zPYEX10zPM94wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB\n"+ - "BQUAA4IBAQB8itEfGDeC4Liwo+1WlchiYZwFos3CYiZhzRAW18y0ZTTQEYqtqKkF\n"+ - "Zu90821fnZmv9ov761KyBZiibyrFVL0lvV+uyIbqRizBs73B6UlwGBaXCBOMIOAb\n"+ - "LjpHyx7kADCVW/RFo8AasAFOq73AI25jP4BKxQft3OJvx8Fi8eNy1gTIdGcL+oir\n"+ - "oQHIb/AUr9KZzVGTfu0uOMe9zkZQPXLjeSWdm4grECDdpbgyn43gKd8hdIaC2y+C\n"+ - "MMbHNYaz+ZZfRtsMRf3zUMNvxsNIrUam4SdHCh0Om7bCd39j8uB9Gr784N/Xx6ds\n"+ - "sPmuujz9dLQR6FgNgLzTqIA6me11zEZ7\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("America Online Root Certification Authority 2", - // X500 Subject, for lookups. - "MGMxCzAJBgNVBAYTAlVTMRwwGgYDVQQKExNBbWVyaWNhIE9ubGluZSBJbmMuMTYwNAYDVQQDEy1B"+ - "bWVyaWNhIE9ubGluZSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IDI=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFpDCCA4ygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc\n"+ - "MBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP\n"+ - "bmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAyMB4XDTAyMDUyODA2\n"+ - "MDAwMFoXDTM3MDkyOTE0MDgwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft\n"+ - "ZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg\n"+ - "Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\n"+ - "ADCCAgoCggIBAMxBRR3pPU0Q9oyxQcngXssNt79Hc9PwVU3dxgz6sWYFas14tNwC\n"+ - "206B89enfHG8dWOgXeMHDEjsJcQDIPT/DjsS/5uN4cbVG7RtIuOx238hZK+GvFci\n"+ - "KtZHgVdEglZTvYYUAQv8f3SkWq7xuhG1m1hagLQ3eAkzfDJHA1zEpYNI9FdWboE2\n"+ - "JxhP7JsowtS013wMPgwr38oE18aO6lhOqKSlGBxsRZijQdEt0sdtjRnxrXm3gT+9\n"+ - "BoInLRBYBbV4Bbkv2wxrkJB+FFk4u5QkE+XRnRTf04JNRvCAOVIyD+OEsnpD8l7e\n"+ - "Xz8d3eOyG6ChKiMDbi4BFYdcpnV1x5dhvt6G3NRI270qv0pV2uh9UPu0gBe4lL8B\n"+ - "PeraunzgWGcXuVjgiIZGZ2ydEEdYMtA1fHkqkKJaEBEjNa0vzORKW6fIJ/KD3l67\n"+ - "Xnfn6KVuY8INXWHQjNJsWiEOyiijzirplcdIz5ZvHZIlyMbGwcEMBawmxNJ10uEq\n"+ - "Z8A9W6Wa6897GqidFEXlD6CaZd4vKL3Ob5Rmg0gp2OpljK+T2WSfVVcmv2/LNzGZ\n"+ - "o2C7HK2JNDJiuEMhBnIMoVxtRsX6Kc8w3onccVvdtjc+31D1uAclJuW8tf48ArO3\n"+ - "+L5DwYcRlJ4jbBeKuIonDFRH8KmzwICMoCfrHRnjB453cMor9H124HhnAgMBAAGj\n"+ - "YzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFE1FwWg4u3OpaaEg5+31IqEj\n"+ - "FNeeMB8GA1UdIwQYMBaAFE1FwWg4u3OpaaEg5+31IqEjFNeeMA4GA1UdDwEB/wQE\n"+ - "AwIBhjANBgkqhkiG9w0BAQUFAAOCAgEAZ2sGuV9FOypLM7PmG2tZTiLMubekJcmn\n"+ - "xPBUlgtk87FYT15R/LKXeydlwuXK5w0MJXti4/qftIe3RUavg6WXSIylvfEWK5t2\n"+ - "LHo1YGwRgJfMqZJS5ivmae2p+DYtLHe/YUjRYwu5W1LtGLBDQiKmsXeu3mnFzccc\n"+ - "obGlHBD7GL4acN3Bkku+KVqdPzW+5X1R+FXgJXUjhx5c3LqdsKyzadsXg8n33gy8\n"+ - "CNyRnqjQ1xU3c6U1uPx+xURABsPr+CKAXEfOAuMRn0T//ZoyzH1kUQ7rVyZ2OuMe\n"+ - "IjzCpjbdGe+n/BLzJsBZMYVMnNjP36TMzCmT/5RtdlwTCJfy7aULTd3oyWgOZtMA\n"+ - "DjMSW7yV5TKQqLPGbIOtd+6Lfn6xqavT4fG2wLHqiMDn05DpKJKUe2h7lyoKZy2F\n"+ - "AjgQ5ANh1NolNscIWC2hp1GvMApJ9aZphwctREZ2jirlmjvXGKL8nDgQzMY70rUX\n"+ - "Om/9riW99XJZZLF0KjhfGEzfz3EEWjbUvy+ZnOjZurGV5gJLIaFb1cFPj65pbVPb\n"+ - "AZO1XB4Y3WRayhgoPmMEEf0cjQAPuDffZ4qdZqkCapH/E8ovXYO8h5Ns3CRRFgQl\n"+ - "Zvqz2cK6Kb6aSDiCmfS/O0oxGfm/jiEzFMpPVF/7zvuPcX/9XhmgD0uRuMRUvAaw\n"+ - "RY8mkaKO/qk=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Visa eCommerce Root", - // X500 Subject, for lookups. - "MGsxCzAJBgNVBAYTAlVTMQ0wCwYDVQQKEwRWSVNBMS8wLQYDVQQLEyZWaXNhIEludGVybmF0aW9u"+ - "YWwgU2VydmljZSBBc3NvY2lhdGlvbjEcMBoGA1UEAxMTVmlzYSBlQ29tbWVyY2UgUm9vdA==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBr\n"+ - "MQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRl\n"+ - "cm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv\n"+ - "bW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2WhcNMjIwNjI0MDAxNjEyWjBrMQsw\n"+ - "CQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5h\n"+ - "dGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1l\n"+ - "cmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h\n"+ - "2mCxlCfLF9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4E\n"+ - "lpF7sDPwsRROEW+1QK8bRaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdV\n"+ - "ZqW1LS7YgFmypw23RuwhY/81q6UCzyr0TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq\n"+ - "299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI/k4+oKsGGelT84ATB+0t\n"+ - "vz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzsGHxBvfaL\n"+ - "dXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\n"+ - "AgEGMB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUF\n"+ - "AAOCAQEAX/FBfXxcCLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcR\n"+ - "zCSs00Rsca4BIGsDoo8Ytyk6feUWYFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3\n"+ - "LBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pzzkWKsKZJ/0x9nXGIxHYdkFsd\n"+ - "7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBuYQa7FkKMcPcw\n"+ - "++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt\n"+ - "398znM/jra6O1I7mT1GvFpLgXPYHDw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("TC TrustCenter, Germany, Class 2 CA", - // X500 Subject, for lookups. - "MIG8MQswCQYDVQQGEwJERTEQMA4GA1UECBMHSGFtYnVyZzEQMA4GA1UEBxMHSGFtYnVyZzE6MDgG"+ - "A1UEChMxVEMgVHJ1c3RDZW50ZXIgZm9yIFNlY3VyaXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEi"+ - "MCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlm"+ - "aWNhdGVAdHJ1c3RjZW50ZXIuZGU=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDXDCCAsWgAwIBAgICA+owDQYJKoZIhvcNAQEEBQAwgbwxCzAJBgNVBAYTAkRF\n"+ - "MRAwDgYDVQQIEwdIYW1idXJnMRAwDgYDVQQHEwdIYW1idXJnMTowOAYDVQQKEzFU\n"+ - "QyBUcnVzdENlbnRlciBmb3IgU2VjdXJpdHkgaW4gRGF0YSBOZXR3b3JrcyBHbWJI\n"+ - "MSIwIAYDVQQLExlUQyBUcnVzdENlbnRlciBDbGFzcyAyIENBMSkwJwYJKoZIhvcN\n"+ - "AQkBFhpjZXJ0aWZpY2F0ZUB0cnVzdGNlbnRlci5kZTAeFw05ODAzMDkxMTU5NTla\n"+ - "Fw0xMTAxMDExMTU5NTlaMIG8MQswCQYDVQQGEwJERTEQMA4GA1UECBMHSGFtYnVy\n"+ - "ZzEQMA4GA1UEBxMHSGFtYnVyZzE6MDgGA1UEChMxVEMgVHJ1c3RDZW50ZXIgZm9y\n"+ - "IFNlY3VyaXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEiMCAGA1UECxMZVEMgVHJ1\n"+ - "c3RDZW50ZXIgQ2xhc3MgMiBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlmaWNhdGVA\n"+ - "dHJ1c3RjZW50ZXIuZGUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANo46O0y\n"+ - "AClxgwENv4wB3NrGrTmkqYov1YtcaF9QxmL1Zr3KkSLsqh1R1z2zUbKDTl3LSbDw\n"+ - "TFXlay3HhQswHJJOgtTKAu33b77c4OMUuAVT8pr0VotanoWT0bSCVq5Nu6hLVxa8\n"+ - "/vhYnvgpjbB7zXjJT6yLZwzxnPv8V5tXXE8NAgMBAAGjazBpMA8GA1UdEwEB/wQF\n"+ - "MAMBAf8wDgYDVR0PAQH/BAQDAgGGMDMGCWCGSAGG+EIBCAQmFiRodHRwOi8vd3d3\n"+ - "LnRydXN0Y2VudGVyLmRlL2d1aWRlbGluZXMwEQYJYIZIAYb4QgEBBAQDAgAHMA0G\n"+ - "CSqGSIb3DQEBBAUAA4GBAIRS+yjf/x91AbwBvgRWl2p0QiQxg/lGsQaKic+WLDO/\n"+ - "jLVfenKhhQbOhvgFjuj5Jcrag4wGrOs2bYWRNAQ29ELw+HkuCkhcq8xRT3h2oNms\n"+ - "Gb0q0WkEKJHKNhAngFdb0lz1wlurZIFjdFH0l7/NEij3TWZ/p/AcASZ4smZHcFFk\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("TC TrustCenter, Germany, Class 3 CA", - // X500 Subject, for lookups. - "MIG8MQswCQYDVQQGEwJERTEQMA4GA1UECBMHSGFtYnVyZzEQMA4GA1UEBxMHSGFtYnVyZzE6MDgG"+ - "A1UEChMxVEMgVHJ1c3RDZW50ZXIgZm9yIFNlY3VyaXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEi"+ - "MCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlm"+ - "aWNhdGVAdHJ1c3RjZW50ZXIuZGU=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDXDCCAsWgAwIBAgICA+swDQYJKoZIhvcNAQEEBQAwgbwxCzAJBgNVBAYTAkRF\n"+ - "MRAwDgYDVQQIEwdIYW1idXJnMRAwDgYDVQQHEwdIYW1idXJnMTowOAYDVQQKEzFU\n"+ - "QyBUcnVzdENlbnRlciBmb3IgU2VjdXJpdHkgaW4gRGF0YSBOZXR3b3JrcyBHbWJI\n"+ - "MSIwIAYDVQQLExlUQyBUcnVzdENlbnRlciBDbGFzcyAzIENBMSkwJwYJKoZIhvcN\n"+ - "AQkBFhpjZXJ0aWZpY2F0ZUB0cnVzdGNlbnRlci5kZTAeFw05ODAzMDkxMTU5NTla\n"+ - "Fw0xMTAxMDExMTU5NTlaMIG8MQswCQYDVQQGEwJERTEQMA4GA1UECBMHSGFtYnVy\n"+ - "ZzEQMA4GA1UEBxMHSGFtYnVyZzE6MDgGA1UEChMxVEMgVHJ1c3RDZW50ZXIgZm9y\n"+ - "IFNlY3VyaXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEiMCAGA1UECxMZVEMgVHJ1\n"+ - "c3RDZW50ZXIgQ2xhc3MgMyBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlmaWNhdGVA\n"+ - "dHJ1c3RjZW50ZXIuZGUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALa0wTUF\n"+ - "Lg2N7KBAahwOJ6ZQkmtQGwfeLud2zODa/ISoXoxjaitN2U4CdhHBC/KNecoAtvGw\n"+ - "Dtf7pBc9r6tpepYnv68zoZoqWarEtTcI8hKlMbZD9TKWcSgoq40oht+77uMMfTDW\n"+ - "w1Krj10nnGvAo+cFa1dJRLNu6mTP0o56UHd3AgMBAAGjazBpMA8GA1UdEwEB/wQF\n"+ - "MAMBAf8wDgYDVR0PAQH/BAQDAgGGMDMGCWCGSAGG+EIBCAQmFiRodHRwOi8vd3d3\n"+ - "LnRydXN0Y2VudGVyLmRlL2d1aWRlbGluZXMwEQYJYIZIAYb4QgEBBAQDAgAHMA0G\n"+ - "CSqGSIb3DQEBBAUAA4GBABY9xs3Bu4VxhUafPiCPUSiZ7C1FIWMjWwS7TJC4iJIE\n"+ - "Tb19AaM/9uzO8d7+feXhPrvGq14L3T2WxMup1Pkm5gZOngylerpuw3yCGdHHsbHD\n"+ - "2w2Om0B8NwvxXej9H5CIpQ5ON2QhqE6NtJ/x3kit1VYYUimLRzQSCdS7kjXvD9s0\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Certum Root CA", - // X500 Subject, for lookups. - "MD4xCzAJBgNVBAYTAlBMMRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNl"+ - "cnR1bSBDQQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDDDCCAfSgAwIBAgIDAQAgMA0GCSqGSIb3DQEBBQUAMD4xCzAJBgNVBAYTAlBM\n"+ - "MRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD\n"+ - "QTAeFw0wMjA2MTExMDQ2MzlaFw0yNzA2MTExMDQ2MzlaMD4xCzAJBgNVBAYTAlBM\n"+ - "MRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD\n"+ - "QTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6xwS7TT3zNJc4YPk/E\n"+ - "jG+AanPIW1H4m9LcuwBcsaD8dQPugfCI7iNS6eYVM42sLQnFdvkrOYCJ5JdLkKWo\n"+ - "ePhzQ3ukYbDYWMzhbGZ+nPMJXlVjhNWo7/OxLjBos8Q82KxujZlakE403Daaj4GI\n"+ - "ULdtlkIJ89eVgw1BS7Bqa/j8D35in2fE7SZfECYPCE/wpFcozo+47UX2bu4lXapu\n"+ - "Ob7kky/ZR6By6/qmW6/KUz/iDsaWVhFu9+lmqSbYf5VT7QqFiLpPKaVCjF62/IUg\n"+ - "AKpoC6EahQGcxEZjgoi2IrHu/qpGWX7PNSzVttpd90gzFFS269lvzs2I1qsb2pY7\n"+ - "HVkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEA\n"+ - "uI3O7+cUus/usESSbLQ5PqKEbq24IXfS1HeCh+YgQYHu4vgRt2PRFze+GXYkHAQa\n"+ - "TOs9qmdvLdTN/mUxcMUbpgIKumB7bVjCmkn+YzILa+M6wKyrO7Do0wlRjBCDxjTg\n"+ - "xSvgGrZgFCdsMneMvLJymM/NzD+5yCRCFNZX/OYmQ6kd5YCQzgNUKD73P9P4Te1q\n"+ - "CjqTE5s7FCMTY5w/0YcneeVMUeMBrYVdGjux1XMQpNPyvG5k9VpWkKjHDkx0Dy5x\n"+ - "O/fIR/RpbxXyEV6DHpx8Uq79AtoSqFlnGNu8cN2bsWntgM6JQEhqDjXKKWYVIZQs\n"+ - "6GAqm4VKQPNriiTsBhYscw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Comodo AAA Services root", - // X500 Subject, for lookups. - "MHsxCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1Nh"+ - "bGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlmaWNh"+ - "dGUgU2VydmljZXM=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb\n"+ - "MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\n"+ - "GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj\n"+ - "YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL\n"+ - "MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\n"+ - "BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM\n"+ - "GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP\n"+ - "ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua\n"+ - "BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe\n"+ - "3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4\n"+ - "YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR\n"+ - "rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm\n"+ - "ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU\n"+ - "oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF\n"+ - "MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v\n"+ - "QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t\n"+ - "b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF\n"+ - "AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q\n"+ - "GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz\n"+ - "Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2\n"+ - "G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi\n"+ - "l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3\n"+ - "smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Comodo Secure Services root", - // X500 Subject, for lookups. - "MH4xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1Nh"+ - "bGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSQwIgYDVQQDDBtTZWN1cmUgQ2VydGlm"+ - "aWNhdGUgU2VydmljZXM=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEPzCCAyegAwIBAgIBATANBgkqhkiG9w0BAQUFADB+MQswCQYDVQQGEwJHQjEb\n"+ - "MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\n"+ - "GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEkMCIGA1UEAwwbU2VjdXJlIENlcnRp\n"+ - "ZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVow\n"+ - "fjELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\n"+ - "A1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxJDAiBgNV\n"+ - "BAMMG1NlY3VyZSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEB\n"+ - "BQADggEPADCCAQoCggEBAMBxM4KK0HDrc4eCQNUd5MvJDkKQ+d40uaG6EfQlhfPM\n"+ - "cm3ye5drswfxdySRXyWP9nQ95IDC+DwN879A6vfIUtFyb+/Iq0G4bi4XKpVpDM3S\n"+ - "HpR7LZQdqnXXs5jLrLxkU0C8j6ysNstcrbvd4JQX7NFc0L/vpZXJkMWwrPsbQ996\n"+ - "CF23uPJAGysnnlDOXmWCiIxe004MeuoIkbY2qitC++rCoznl2yY4rYsK7hljxxwk\n"+ - "3wN42ubqwUcaCwtGCd0C/N7Lh1/XMGNooa7cMqG6vv5Eq2i2pRcV/b3Vp6ea5EQz\n"+ - "6YiO/O1R65NxTq0B50SOqy3LqP4BSUjwwN3HaNiS/j0CAwEAAaOBxzCBxDAdBgNV\n"+ - "HQ4EFgQUPNiTiMLAggnMAZkGkyDpnnAJY08wDgYDVR0PAQH/BAQDAgEGMA8GA1Ud\n"+ - "EwEB/wQFMAMBAf8wgYEGA1UdHwR6MHgwO6A5oDeGNWh0dHA6Ly9jcmwuY29tb2Rv\n"+ - "Y2EuY29tL1NlY3VyZUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDmgN6A1hjNodHRw\n"+ - "Oi8vY3JsLmNvbW9kby5uZXQvU2VjdXJlQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmww\n"+ - "DQYJKoZIhvcNAQEFBQADggEBAIcBbSMdflsXfcFhMs+P5/OKlFlm4J4oqF7Tt/Q0\n"+ - "5qo5spcWxYJvMqTpjOev/e/C6LlLqqP05tqNZSH7uoDrJiiFGv45jN5bBAS0VPmj\n"+ - "Z55B+glSzAVIqMk/IQQezkhr/IXownuvf7fM+F86/TXGDe+X3EyrEeFryzHRbPtI\n"+ - "gKvcnDe4IRRLDXE97IMzbtFuMhbsmMcWi1mmNKsFVy2T96oTy9IT4rcuO81rUBcJ\n"+ - "aD61JlfutuC23bkpgHl9j6PwpCikFcSF9CfUa7/lXORlAnZUtOM3ZiTTGWHIUhDl\n"+ - "izeauan5Hb/qmZJhlv8BzaFfDbxxvA6sCx1HRR3B7Hzs/Sk=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Comodo Trusted Services root", - // X500 Subject, for lookups. - "MH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1Nh"+ - "bGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUwIwYDVQQDDBxUcnVzdGVkIENlcnRp"+ - "ZmljYXRlIFNlcnZpY2Vz", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEQzCCAyugAwIBAgIBATANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJHQjEb\n"+ - "MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\n"+ - "GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDElMCMGA1UEAwwcVHJ1c3RlZCBDZXJ0\n"+ - "aWZpY2F0ZSBTZXJ2aWNlczAeFw0wNDAxMDEwMDAwMDBaFw0yODEyMzEyMzU5NTla\n"+ - "MH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO\n"+ - "BgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUwIwYD\n"+ - "VQQDDBxUcnVzdGVkIENlcnRpZmljYXRlIFNlcnZpY2VzMIIBIjANBgkqhkiG9w0B\n"+ - "AQEFAAOCAQ8AMIIBCgKCAQEA33FvNlhTWvI2VFeAxHQIIO0Yfyod5jWaHiWsnOWW\n"+ - "fnJSoBVC21ndZHoa0Lh73TkVvFVIxO06AOoxEbrycXQaZ7jPM8yoMa+j49d/vzMt\n"+ - "TGo87IvDktJTdyR0nAducPy9C1t2ul/y/9c3S0pgePfw+spwtOpZqqPOSC+pw7IL\n"+ - "fhdyFgymBwwbOM/JYrc/oJOlh0Hyt3BAd9i+FHzjqMB6juljatEPmsbS9Is6FARW\n"+ - "1O24zG71++IsWL1/T2sr92AkWCTOJu80kTrV44HQsvAEAtdbtz6SrGsSivnkBbA7\n"+ - "kUlcsutT6vifR4buv5XAwAaf0lteERv0xwQ1KdJVXOTt6wIDAQABo4HJMIHGMB0G\n"+ - "A1UdDgQWBBTFe1i97doladL3WRaoszLAeydb9DAOBgNVHQ8BAf8EBAMCAQYwDwYD\n"+ - "VR0TAQH/BAUwAwEB/zCBgwYDVR0fBHwwejA8oDqgOIY2aHR0cDovL2NybC5jb21v\n"+ - "ZG9jYS5jb20vVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMuY3JsMDqgOKA2hjRo\n"+ - "dHRwOi8vY3JsLmNvbW9kby5uZXQvVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMu\n"+ - "Y3JsMA0GCSqGSIb3DQEBBQUAA4IBAQDIk4E7ibSvuIQSTI3S8NtwuleGFTQQuS9/\n"+ - "HrCoiWChisJ3DFBKmwCL2Iv0QeLQg4pKHBQGsKNoBXAxMKdTmw7pSqBYaWcOrp32\n"+ - "pSxBvzwGa+RZzG0Q8ZZvH9/0BAKkn0U+yNj6NkZEUD+Cl5EfKNsYEYwq5GWDVxIS\n"+ - "jBc/lDb+XbDABHcTuPQV1T84zJQ6VdCsmPW6AF/ghhmBeC8owH7TzEIK9a5QoNE+\n"+ - "xqFx7D+gIIxmOom0jtTYsU0lR+4viMi14QVFwL4Ucd56/Y57fU0IlqUSc/Atyjcn\n"+ - "dBInTMu2l+nZrghtWjlA3QVHdWpaIbOjGM9O9y5Xt5hwXsjEeLBi\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS Chained CAs root", - // X500 Subject, for lookups. - "MIIBHDELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25h"+ - "MS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQK"+ - "FCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMTMwMQYDVQQLEypJUFMgQ0EgQ2hh"+ - "aW5lZCBDQXMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxMzAxBgNVBAMTKklQUyBDQSBDaGFpbmVk"+ - "IENBcyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEeMBwGCSqGSIb3DQEJARYPaXBzQG1haWwuaXBz"+ - "LmVz", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIH9zCCB2CgAwIBAgIBADANBgkqhkiG9w0BAQUFADCCARwxCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UE\n"+ - "ChMlSVBTIEludGVybmV0IHB1Ymxpc2hpbmcgU2VydmljZXMgcy5sLjErMCkGA1UE\n"+ - "ChQiaXBzQG1haWwuaXBzLmVzIEMuSS5GLiAgQi02MDkyOTQ1MjEzMDEGA1UECxMq\n"+ - "SVBTIENBIENoYWluZWQgQ0FzIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MTMwMQYD\n"+ - "VQQDEypJUFMgQ0EgQ2hhaW5lZCBDQXMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkx\n"+ - "HjAcBgkqhkiG9w0BCQEWD2lwc0BtYWlsLmlwcy5lczAeFw0wMTEyMjkwMDUzNTha\n"+ - "Fw0yNTEyMjcwMDUzNThaMIIBHDELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNl\n"+ - "bG9uYTESMBAGA1UEBxMJQmFyY2Vsb25hMS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQg\n"+ - "cHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQKFCJpcHNAbWFpbC5pcHMu\n"+ - "ZXMgQy5JLkYuICBCLTYwOTI5NDUyMTMwMQYDVQQLEypJUFMgQ0EgQ2hhaW5lZCBD\n"+ - "QXMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxMzAxBgNVBAMTKklQUyBDQSBDaGFp\n"+ - "bmVkIENBcyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEeMBwGCSqGSIb3DQEJARYP\n"+ - "aXBzQG1haWwuaXBzLmVzMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcVpJJ\n"+ - "spQgvJhPUOtopKdJC7/SMejHT8KGC/po/UNaivNgkjWZOLtNA1IhW/A3mTXhQSCB\n"+ - "hYEFcYGdtJUZqV92NC5jNzVXjrQfQj8VXOF6wV8TGDIxya2+o8eDZh65nAQTy2nB\n"+ - "Bt4wBrszo7Uf8I9vzv+W6FS+ZoCua9tBhDaiPQIDAQABo4IEQzCCBD8wHQYDVR0O\n"+ - "BBYEFKGtMbH5PuEXpsirNPxShwkeYlJBMIIBTgYDVR0jBIIBRTCCAUGAFKGtMbH5\n"+ - "PuEXpsirNPxShwkeYlJBoYIBJKSCASAwggEcMQswCQYDVQQGEwJFUzESMBAGA1UE\n"+ - "CBMJQmFyY2Vsb25hMRIwEAYDVQQHEwlCYXJjZWxvbmExLjAsBgNVBAoTJUlQUyBJ\n"+ - "bnRlcm5ldCBwdWJsaXNoaW5nIFNlcnZpY2VzIHMubC4xKzApBgNVBAoUImlwc0Bt\n"+ - "YWlsLmlwcy5lcyBDLkkuRi4gIEItNjA5Mjk0NTIxMzAxBgNVBAsTKklQUyBDQSBD\n"+ - "aGFpbmVkIENBcyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEzMDEGA1UEAxMqSVBT\n"+ - "IENBIENoYWluZWQgQ0FzIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MR4wHAYJKoZI\n"+ - "hvcNAQkBFg9pcHNAbWFpbC5pcHMuZXOCAQAwDAYDVR0TBAUwAwEB/zAMBgNVHQ8E\n"+ - "BQMDB/+AMGsGA1UdJQRkMGIGCCsGAQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMG\n"+ - "CCsGAQUFBwMEBggrBgEFBQcDCAYKKwYBBAGCNwIBFQYKKwYBBAGCNwIBFgYKKwYB\n"+ - "BAGCNwoDAQYKKwYBBAGCNwoDBDARBglghkgBhvhCAQEEBAMCAAcwGgYDVR0RBBMw\n"+ - "EYEPaXBzQG1haWwuaXBzLmVzMBoGA1UdEgQTMBGBD2lwc0BtYWlsLmlwcy5lczBC\n"+ - "BglghkgBhvhCAQ0ENRYzQ2hhaW5lZCBDQSBDZXJ0aWZpY2F0ZSBpc3N1ZWQgYnkg\n"+ - "aHR0cDovL3d3dy5pcHMuZXMvMCkGCWCGSAGG+EIBAgQcFhpodHRwOi8vd3d3Lmlw\n"+ - "cy5lcy9pcHMyMDAyLzA3BglghkgBhvhCAQQEKhYoaHR0cDovL3d3dy5pcHMuZXMv\n"+ - "aXBzMjAwMi9pcHMyMDAyQ0FDLmNybDA8BglghkgBhvhCAQMELxYtaHR0cDovL3d3\n"+ - "dy5pcHMuZXMvaXBzMjAwMi9yZXZvY2F0aW9uQ0FDLmh0bWw/MDkGCWCGSAGG+EIB\n"+ - "BwQsFipodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL3JlbmV3YWxDQUMuaHRtbD8w\n"+ - "NwYJYIZIAYb4QgEIBCoWKGh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvcG9saWN5\n"+ - "Q0FDLmh0bWwwbQYDVR0fBGYwZDAuoCygKoYoaHR0cDovL3d3dy5pcHMuZXMvaXBz\n"+ - "MjAwMi9pcHMyMDAyQ0FDLmNybDAyoDCgLoYsaHR0cDovL3d3d2JhY2suaXBzLmVz\n"+ - "L2lwczIwMDIvaXBzMjAwMkNBQy5jcmwwLwYIKwYBBQUHAQEEIzAhMB8GCCsGAQUF\n"+ - "BzABhhNodHRwOi8vb2NzcC5pcHMuZXMvMA0GCSqGSIb3DQEBBQUAA4GBAERyMJ1W\n"+ - "WKJBGyi3leGmGpVfp3hAK+/blkr8THFj2XOVvQLiogbHvpcqk4A0hgP63Ng9HgfN\n"+ - "HnNDJGD1HWHc3JagvPsd4+cSACczAsDAK1M92GsDgaPb1pOVIO/Tln4mkImcJpvN\n"+ - "b2ar7QMiRDjMWb2f2/YHogF/JsRj9SVCXmK9\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS CLASE1 root", - // X500 Subject, for lookups. - "MIIBEjELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25h"+ - "MS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQK"+ - "FCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMS4wLAYDVQQLEyVJUFMgQ0EgQ0xB"+ - "U0UxIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVJUFMgQ0EgQ0xBU0UxIENlcnRp"+ - "ZmljYXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXM=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIH6jCCB1OgAwIBAgIBADANBgkqhkiG9w0BAQUFADCCARIxCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UE\n"+ - "ChMlSVBTIEludGVybmV0IHB1Ymxpc2hpbmcgU2VydmljZXMgcy5sLjErMCkGA1UE\n"+ - "ChQiaXBzQG1haWwuaXBzLmVzIEMuSS5GLiAgQi02MDkyOTQ1MjEuMCwGA1UECxMl\n"+ - "SVBTIENBIENMQVNFMSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMl\n"+ - "SVBTIENBIENMQVNFMSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEeMBwGCSqGSIb3\n"+ - "DQEJARYPaXBzQG1haWwuaXBzLmVzMB4XDTAxMTIyOTAwNTkzOFoXDTI1MTIyNzAw\n"+ - "NTkzOFowggESMQswCQYDVQQGEwJFUzESMBAGA1UECBMJQmFyY2Vsb25hMRIwEAYD\n"+ - "VQQHEwlCYXJjZWxvbmExLjAsBgNVBAoTJUlQUyBJbnRlcm5ldCBwdWJsaXNoaW5n\n"+ - "IFNlcnZpY2VzIHMubC4xKzApBgNVBAoUImlwc0BtYWlsLmlwcy5lcyBDLkkuRi4g\n"+ - "IEItNjA5Mjk0NTIxLjAsBgNVBAsTJUlQUyBDQSBDTEFTRTEgQ2VydGlmaWNhdGlv\n"+ - "biBBdXRob3JpdHkxLjAsBgNVBAMTJUlQUyBDQSBDTEFTRTEgQ2VydGlmaWNhdGlv\n"+ - "biBBdXRob3JpdHkxHjAcBgkqhkiG9w0BCQEWD2lwc0BtYWlsLmlwcy5lczCBnzAN\n"+ - "BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4FEnpwvdr9G5Q1uCN0VWcu+atsIS7ywS\n"+ - "zHb5BlmvXSHU0lq4oNTzav3KaY1mSPd05u42veiWkXWmcSjK5yISMmmwPh5r9FBS\n"+ - "YmL9Yzt9fuzuOOpi9GyocY3h6YvJP8a1zZRCb92CRTzo3wno7wpVqVZHYUxJZHMQ\n"+ - "KD/Kvwn/xi8CAwEAAaOCBEowggRGMB0GA1UdDgQWBBTrsxl588GlHKzcuh9morKb\n"+ - "adB4CDCCAUQGA1UdIwSCATswggE3gBTrsxl588GlHKzcuh9morKbadB4CKGCARqk\n"+ - "ggEWMIIBEjELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UE\n"+ - "BxMJQmFyY2Vsb25hMS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBT\n"+ - "ZXJ2aWNlcyBzLmwuMSswKQYDVQQKFCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBC\n"+ - "LTYwOTI5NDUyMS4wLAYDVQQLEyVJUFMgQ0EgQ0xBU0UxIENlcnRpZmljYXRpb24g\n"+ - "QXV0aG9yaXR5MS4wLAYDVQQDEyVJUFMgQ0EgQ0xBU0UxIENlcnRpZmljYXRpb24g\n"+ - "QXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXOCAQAwDAYD\n"+ - "VR0TBAUwAwEB/zAMBgNVHQ8EBQMDB/+AMGsGA1UdJQRkMGIGCCsGAQUFBwMBBggr\n"+ - "BgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYKKwYBBAGCNwIB\n"+ - "FQYKKwYBBAGCNwIBFgYKKwYBBAGCNwoDAQYKKwYBBAGCNwoDBDARBglghkgBhvhC\n"+ - "AQEEBAMCAAcwGgYDVR0RBBMwEYEPaXBzQG1haWwuaXBzLmVzMBoGA1UdEgQTMBGB\n"+ - "D2lwc0BtYWlsLmlwcy5lczBBBglghkgBhvhCAQ0ENBYyQ0xBU0UxIENBIENlcnRp\n"+ - "ZmljYXRlIGlzc3VlZCBieSBodHRwOi8vd3d3Lmlwcy5lcy8wKQYJYIZIAYb4QgEC\n"+ - "BBwWGmh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvMDoGCWCGSAGG+EIBBAQtFito\n"+ - "dHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL2lwczIwMDJDTEFTRTEuY3JsMD8GCWCG\n"+ - "SAGG+EIBAwQyFjBodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL3Jldm9jYXRpb25D\n"+ - "TEFTRTEuaHRtbD8wPAYJYIZIAYb4QgEHBC8WLWh0dHA6Ly93d3cuaXBzLmVzL2lw\n"+ - "czIwMDIvcmVuZXdhbENMQVNFMS5odG1sPzA6BglghkgBhvhCAQgELRYraHR0cDov\n"+ - "L3d3dy5pcHMuZXMvaXBzMjAwMi9wb2xpY3lDTEFTRTEuaHRtbDBzBgNVHR8EbDBq\n"+ - "MDGgL6AthitodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL2lwczIwMDJDTEFTRTEu\n"+ - "Y3JsMDWgM6Axhi9odHRwOi8vd3d3YmFjay5pcHMuZXMvaXBzMjAwMi9pcHMyMDAy\n"+ - "Q0xBU0UxLmNybDAvBggrBgEFBQcBAQQjMCEwHwYIKwYBBQUHMAGGE2h0dHA6Ly9v\n"+ - "Y3NwLmlwcy5lcy8wDQYJKoZIhvcNAQEFBQADgYEAK9Dr/drIyllq2tPMMi7JVBuK\n"+ - "Yn4VLenZMdMu9Ccj/1urxUq2ckCuU3T0vAW0xtnIyXf7t/k0f3gA+Nak5FI/LEpj\n"+ - "V4F1Wo7ojPsCwJTGKbqz3Bzosq/SLmJbGqmODszFV0VRFOlOHIilkfSj945RyKm+\n"+ - "hjM+5i9Ibq9UkE6tsSU=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS CLASE3 root", - // X500 Subject, for lookups. - "MIIBEjELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25h"+ - "MS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQK"+ - "FCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMS4wLAYDVQQLEyVJUFMgQ0EgQ0xB"+ - "U0UzIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVJUFMgQ0EgQ0xBU0UzIENlcnRp"+ - "ZmljYXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXM=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIH6jCCB1OgAwIBAgIBADANBgkqhkiG9w0BAQUFADCCARIxCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UE\n"+ - "ChMlSVBTIEludGVybmV0IHB1Ymxpc2hpbmcgU2VydmljZXMgcy5sLjErMCkGA1UE\n"+ - "ChQiaXBzQG1haWwuaXBzLmVzIEMuSS5GLiAgQi02MDkyOTQ1MjEuMCwGA1UECxMl\n"+ - "SVBTIENBIENMQVNFMyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMl\n"+ - "SVBTIENBIENMQVNFMyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEeMBwGCSqGSIb3\n"+ - "DQEJARYPaXBzQG1haWwuaXBzLmVzMB4XDTAxMTIyOTAxMDE0NFoXDTI1MTIyNzAx\n"+ - "MDE0NFowggESMQswCQYDVQQGEwJFUzESMBAGA1UECBMJQmFyY2Vsb25hMRIwEAYD\n"+ - "VQQHEwlCYXJjZWxvbmExLjAsBgNVBAoTJUlQUyBJbnRlcm5ldCBwdWJsaXNoaW5n\n"+ - "IFNlcnZpY2VzIHMubC4xKzApBgNVBAoUImlwc0BtYWlsLmlwcy5lcyBDLkkuRi4g\n"+ - "IEItNjA5Mjk0NTIxLjAsBgNVBAsTJUlQUyBDQSBDTEFTRTMgQ2VydGlmaWNhdGlv\n"+ - "biBBdXRob3JpdHkxLjAsBgNVBAMTJUlQUyBDQSBDTEFTRTMgQ2VydGlmaWNhdGlv\n"+ - "biBBdXRob3JpdHkxHjAcBgkqhkiG9w0BCQEWD2lwc0BtYWlsLmlwcy5lczCBnzAN\n"+ - "BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAqxf+DrDGaBtT8FK+n/ra+osTBLsBjzLZ\n"+ - "H49NzjaY2uQARIwo2BNEKqRrThckQpzTiKRBgtYj+4vJhuW5qYIF3PHeH+AMmVWY\n"+ - "8jjsbJ0gA8DvqqPGZARRLXgNo9KoOtYkTOmWehisEyMiG3zoMRGzXwmqMHBxRiVr\n"+ - "SXGAK5UBsh8CAwEAAaOCBEowggRGMB0GA1UdDgQWBBS4k/8uy9wsjqLnev42USGj\n"+ - "mFsMNDCCAUQGA1UdIwSCATswggE3gBS4k/8uy9wsjqLnev42USGjmFsMNKGCARqk\n"+ - "ggEWMIIBEjELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UE\n"+ - "BxMJQmFyY2Vsb25hMS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBT\n"+ - "ZXJ2aWNlcyBzLmwuMSswKQYDVQQKFCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBC\n"+ - "LTYwOTI5NDUyMS4wLAYDVQQLEyVJUFMgQ0EgQ0xBU0UzIENlcnRpZmljYXRpb24g\n"+ - "QXV0aG9yaXR5MS4wLAYDVQQDEyVJUFMgQ0EgQ0xBU0UzIENlcnRpZmljYXRpb24g\n"+ - "QXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXOCAQAwDAYD\n"+ - "VR0TBAUwAwEB/zAMBgNVHQ8EBQMDB/+AMGsGA1UdJQRkMGIGCCsGAQUFBwMBBggr\n"+ - "BgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYKKwYBBAGCNwIB\n"+ - "FQYKKwYBBAGCNwIBFgYKKwYBBAGCNwoDAQYKKwYBBAGCNwoDBDARBglghkgBhvhC\n"+ - "AQEEBAMCAAcwGgYDVR0RBBMwEYEPaXBzQG1haWwuaXBzLmVzMBoGA1UdEgQTMBGB\n"+ - "D2lwc0BtYWlsLmlwcy5lczBBBglghkgBhvhCAQ0ENBYyQ0xBU0UzIENBIENlcnRp\n"+ - "ZmljYXRlIGlzc3VlZCBieSBodHRwOi8vd3d3Lmlwcy5lcy8wKQYJYIZIAYb4QgEC\n"+ - "BBwWGmh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvMDoGCWCGSAGG+EIBBAQtFito\n"+ - "dHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL2lwczIwMDJDTEFTRTMuY3JsMD8GCWCG\n"+ - "SAGG+EIBAwQyFjBodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL3Jldm9jYXRpb25D\n"+ - "TEFTRTMuaHRtbD8wPAYJYIZIAYb4QgEHBC8WLWh0dHA6Ly93d3cuaXBzLmVzL2lw\n"+ - "czIwMDIvcmVuZXdhbENMQVNFMy5odG1sPzA6BglghkgBhvhCAQgELRYraHR0cDov\n"+ - "L3d3dy5pcHMuZXMvaXBzMjAwMi9wb2xpY3lDTEFTRTMuaHRtbDBzBgNVHR8EbDBq\n"+ - "MDGgL6AthitodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL2lwczIwMDJDTEFTRTMu\n"+ - "Y3JsMDWgM6Axhi9odHRwOi8vd3d3YmFjay5pcHMuZXMvaXBzMjAwMi9pcHMyMDAy\n"+ - "Q0xBU0UzLmNybDAvBggrBgEFBQcBAQQjMCEwHwYIKwYBBQUHMAGGE2h0dHA6Ly9v\n"+ - "Y3NwLmlwcy5lcy8wDQYJKoZIhvcNAQEFBQADgYEAF2VcmZVDAyevJuXr0LMXI/dD\n"+ - "qsfwfewPxqmurpYPdikc4gYtfibFPPqhwYHOU7BC0ZdXGhd+pFFhxu7pXu8Fuuu9\n"+ - "D6eSb9ijBmgpjnn1/7/5p6/ksc7C0YBCJwUENPjDfxZ4IwwHJPJGR607VNCv1TGy\n"+ - "r33I6unUVtkOE7LFRVA=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS CLASEA1 root", - // X500 Subject, for lookups. - "MIIBFDELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25h"+ - "MS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQK"+ - "FCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMS8wLQYDVQQLEyZJUFMgQ0EgQ0xB"+ - "U0VBMSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEvMC0GA1UEAxMmSVBTIENBIENMQVNFQTEgQ2Vy"+ - "dGlmaWNhdGlvbiBBdXRob3JpdHkxHjAcBgkqhkiG9w0BCQEWD2lwc0BtYWlsLmlwcy5lcw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIH9zCCB2CgAwIBAgIBADANBgkqhkiG9w0BAQUFADCCARQxCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UE\n"+ - "ChMlSVBTIEludGVybmV0IHB1Ymxpc2hpbmcgU2VydmljZXMgcy5sLjErMCkGA1UE\n"+ - "ChQiaXBzQG1haWwuaXBzLmVzIEMuSS5GLiAgQi02MDkyOTQ1MjEvMC0GA1UECxMm\n"+ - "SVBTIENBIENMQVNFQTEgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxLzAtBgNVBAMT\n"+ - "JklQUyBDQSBDTEFTRUExIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MR4wHAYJKoZI\n"+ - "hvcNAQkBFg9pcHNAbWFpbC5pcHMuZXMwHhcNMDExMjI5MDEwNTMyWhcNMjUxMjI3\n"+ - "MDEwNTMyWjCCARQxCzAJBgNVBAYTAkVTMRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQ\n"+ - "BgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UEChMlSVBTIEludGVybmV0IHB1Ymxpc2hp\n"+ - "bmcgU2VydmljZXMgcy5sLjErMCkGA1UEChQiaXBzQG1haWwuaXBzLmVzIEMuSS5G\n"+ - "LiAgQi02MDkyOTQ1MjEvMC0GA1UECxMmSVBTIENBIENMQVNFQTEgQ2VydGlmaWNh\n"+ - "dGlvbiBBdXRob3JpdHkxLzAtBgNVBAMTJklQUyBDQSBDTEFTRUExIENlcnRpZmlj\n"+ - "YXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXMw\n"+ - "gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALsw19zQVL01Tp/FTILq0VA8R5j8\n"+ - "m2mdd81u4D/u6zJfX5/S0HnllXNEITLgCtud186Nq1KLK3jgm1t99P1tCeWu4Wwd\n"+ - "ByOgF9H5fahGRpEiqLJpxq339fWUoTCUvQDMRH/uxJ7JweaPCjbB/SQ9AaD1e+J8\n"+ - "eGZDi09Z8pvZ+kmzAgMBAAGjggRTMIIETzAdBgNVHQ4EFgQUZyaW56G/2LUDnf47\n"+ - "3P7yiuYV3TAwggFGBgNVHSMEggE9MIIBOYAUZyaW56G/2LUDnf473P7yiuYV3TCh\n"+ - "ggEcpIIBGDCCARQxCzAJBgNVBAYTAkVTMRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQ\n"+ - "BgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UEChMlSVBTIEludGVybmV0IHB1Ymxpc2hp\n"+ - "bmcgU2VydmljZXMgcy5sLjErMCkGA1UEChQiaXBzQG1haWwuaXBzLmVzIEMuSS5G\n"+ - "LiAgQi02MDkyOTQ1MjEvMC0GA1UECxMmSVBTIENBIENMQVNFQTEgQ2VydGlmaWNh\n"+ - "dGlvbiBBdXRob3JpdHkxLzAtBgNVBAMTJklQUyBDQSBDTEFTRUExIENlcnRpZmlj\n"+ - "YXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXOC\n"+ - "AQAwDAYDVR0TBAUwAwEB/zAMBgNVHQ8EBQMDB/+AMGsGA1UdJQRkMGIGCCsGAQUF\n"+ - "BwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYKKwYB\n"+ - "BAGCNwIBFQYKKwYBBAGCNwIBFgYKKwYBBAGCNwoDAQYKKwYBBAGCNwoDBDARBglg\n"+ - "hkgBhvhCAQEEBAMCAAcwGgYDVR0RBBMwEYEPaXBzQG1haWwuaXBzLmVzMBoGA1Ud\n"+ - "EgQTMBGBD2lwc0BtYWlsLmlwcy5lczBCBglghkgBhvhCAQ0ENRYzQ0xBU0VBMSBD\n"+ - "QSBDZXJ0aWZpY2F0ZSBpc3N1ZWQgYnkgaHR0cDovL3d3dy5pcHMuZXMvMCkGCWCG\n"+ - "SAGG+EIBAgQcFhpodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyLzA7BglghkgBhvhC\n"+ - "AQQELhYsaHR0cDovL3d3dy5pcHMuZXMvaXBzMjAwMi9pcHMyMDAyQ0xBU0VBMS5j\n"+ - "cmwwQAYJYIZIAYb4QgEDBDMWMWh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvcmV2\n"+ - "b2NhdGlvbkNMQVNFQTEuaHRtbD8wPQYJYIZIAYb4QgEHBDAWLmh0dHA6Ly93d3cu\n"+ - "aXBzLmVzL2lwczIwMDIvcmVuZXdhbENMQVNFQTEuaHRtbD8wOwYJYIZIAYb4QgEI\n"+ - "BC4WLGh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvcG9saWN5Q0xBU0VBMS5odG1s\n"+ - "MHUGA1UdHwRuMGwwMqAwoC6GLGh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvaXBz\n"+ - "MjAwMkNMQVNFQTEuY3JsMDagNKAyhjBodHRwOi8vd3d3YmFjay5pcHMuZXMvaXBz\n"+ - "MjAwMi9pcHMyMDAyQ0xBU0VBMS5jcmwwLwYIKwYBBQUHAQEEIzAhMB8GCCsGAQUF\n"+ - "BzABhhNodHRwOi8vb2NzcC5pcHMuZXMvMA0GCSqGSIb3DQEBBQUAA4GBAH66iqyA\n"+ - "AIQVCtWYUQxkxZwCWINmyq0eB81+atqAB98DNEock8RLWCA1NnHtogo1EqWmZaeF\n"+ - "aQoO42Hu6r4okzPV7Oi+xNtff6j5YzHIa5biKcJboOeXNp13XjFr/tOn2yrb25aL\n"+ - "H2betgPAK7N41lUH5Y85UN4HI3LmvSAUS7SG\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS CLASEA3 root", - // X500 Subject, for lookups. - "MIIBFDELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25h"+ - "MS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQK"+ - "FCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMS8wLQYDVQQLEyZJUFMgQ0EgQ0xB"+ - "U0VBMyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEvMC0GA1UEAxMmSVBTIENBIENMQVNFQTMgQ2Vy"+ - "dGlmaWNhdGlvbiBBdXRob3JpdHkxHjAcBgkqhkiG9w0BCQEWD2lwc0BtYWlsLmlwcy5lcw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIH9zCCB2CgAwIBAgIBADANBgkqhkiG9w0BAQUFADCCARQxCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UE\n"+ - "ChMlSVBTIEludGVybmV0IHB1Ymxpc2hpbmcgU2VydmljZXMgcy5sLjErMCkGA1UE\n"+ - "ChQiaXBzQG1haWwuaXBzLmVzIEMuSS5GLiAgQi02MDkyOTQ1MjEvMC0GA1UECxMm\n"+ - "SVBTIENBIENMQVNFQTMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxLzAtBgNVBAMT\n"+ - "JklQUyBDQSBDTEFTRUEzIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MR4wHAYJKoZI\n"+ - "hvcNAQkBFg9pcHNAbWFpbC5pcHMuZXMwHhcNMDExMjI5MDEwNzUwWhcNMjUxMjI3\n"+ - "MDEwNzUwWjCCARQxCzAJBgNVBAYTAkVTMRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQ\n"+ - "BgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UEChMlSVBTIEludGVybmV0IHB1Ymxpc2hp\n"+ - "bmcgU2VydmljZXMgcy5sLjErMCkGA1UEChQiaXBzQG1haWwuaXBzLmVzIEMuSS5G\n"+ - "LiAgQi02MDkyOTQ1MjEvMC0GA1UECxMmSVBTIENBIENMQVNFQTMgQ2VydGlmaWNh\n"+ - "dGlvbiBBdXRob3JpdHkxLzAtBgNVBAMTJklQUyBDQSBDTEFTRUEzIENlcnRpZmlj\n"+ - "YXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXMw\n"+ - "gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAO6AAPYaZC6tasiDsYun7o/ZttvN\n"+ - "G7uGBiJ2MwwSbUhWYdLcgiViL5/SaTBlA0IjWLxH3GvWdV0XPOH/8lhneaDBgbHU\n"+ - "VqLyjRGZ/fZ98cfEXgIqmuJKtROKAP2Md4bm15T1IHUuDky/dMQ/gT6DtKM4Ninn\n"+ - "6Cr1jIhBqoCm42zvAgMBAAGjggRTMIIETzAdBgNVHQ4EFgQUHp9XUEe2YZM50yz8\n"+ - "2l09BXW3mQIwggFGBgNVHSMEggE9MIIBOYAUHp9XUEe2YZM50yz82l09BXW3mQKh\n"+ - "ggEcpIIBGDCCARQxCzAJBgNVBAYTAkVTMRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQ\n"+ - "BgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UEChMlSVBTIEludGVybmV0IHB1Ymxpc2hp\n"+ - "bmcgU2VydmljZXMgcy5sLjErMCkGA1UEChQiaXBzQG1haWwuaXBzLmVzIEMuSS5G\n"+ - "LiAgQi02MDkyOTQ1MjEvMC0GA1UECxMmSVBTIENBIENMQVNFQTMgQ2VydGlmaWNh\n"+ - "dGlvbiBBdXRob3JpdHkxLzAtBgNVBAMTJklQUyBDQSBDTEFTRUEzIENlcnRpZmlj\n"+ - "YXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXOC\n"+ - "AQAwDAYDVR0TBAUwAwEB/zAMBgNVHQ8EBQMDB/+AMGsGA1UdJQRkMGIGCCsGAQUF\n"+ - "BwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYKKwYB\n"+ - "BAGCNwIBFQYKKwYBBAGCNwIBFgYKKwYBBAGCNwoDAQYKKwYBBAGCNwoDBDARBglg\n"+ - "hkgBhvhCAQEEBAMCAAcwGgYDVR0RBBMwEYEPaXBzQG1haWwuaXBzLmVzMBoGA1Ud\n"+ - "EgQTMBGBD2lwc0BtYWlsLmlwcy5lczBCBglghkgBhvhCAQ0ENRYzQ0xBU0VBMyBD\n"+ - "QSBDZXJ0aWZpY2F0ZSBpc3N1ZWQgYnkgaHR0cDovL3d3dy5pcHMuZXMvMCkGCWCG\n"+ - "SAGG+EIBAgQcFhpodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyLzA7BglghkgBhvhC\n"+ - "AQQELhYsaHR0cDovL3d3dy5pcHMuZXMvaXBzMjAwMi9pcHMyMDAyQ0xBU0VBMy5j\n"+ - "cmwwQAYJYIZIAYb4QgEDBDMWMWh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvcmV2\n"+ - "b2NhdGlvbkNMQVNFQTMuaHRtbD8wPQYJYIZIAYb4QgEHBDAWLmh0dHA6Ly93d3cu\n"+ - "aXBzLmVzL2lwczIwMDIvcmVuZXdhbENMQVNFQTMuaHRtbD8wOwYJYIZIAYb4QgEI\n"+ - "BC4WLGh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvcG9saWN5Q0xBU0VBMy5odG1s\n"+ - "MHUGA1UdHwRuMGwwMqAwoC6GLGh0dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvaXBz\n"+ - "MjAwMkNMQVNFQTMuY3JsMDagNKAyhjBodHRwOi8vd3d3YmFjay5pcHMuZXMvaXBz\n"+ - "MjAwMi9pcHMyMDAyQ0xBU0VBMy5jcmwwLwYIKwYBBQUHAQEEIzAhMB8GCCsGAQUF\n"+ - "BzABhhNodHRwOi8vb2NzcC5pcHMuZXMvMA0GCSqGSIb3DQEBBQUAA4GBAEo9IEca\n"+ - "2on0eisxeewBwMwB9dbB/MjD81ACUZBYKp/nNQlbMAqBACVHr9QPDp5gJqiVp4MI\n"+ - "3y2s6Q73nMify5NF8bpqxmdRSmlPa/59Cy9SKcJQrSRE7SOzSMtEQMEDlQwKeAYS\n"+ - "AfWRMS1Jjbs/RU4s4OjNtckUFQzjB4ObJnXv\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS Servidores root", - // X500 Subject, for lookups. - "MIGjMQswCQYDVQQGEwJFUzESMBAGA1UECBMJQkFSQ0VMT05BMRIwEAYDVQQHEwlCQVJDRUxPTkEx"+ - "GTAXBgNVBAoTEElQUyBTZWd1cmlkYWQgQ0ExGDAWBgNVBAsTD0NlcnRpZmljYWNpb25lczEXMBUG"+ - "A1UEAxMOSVBTIFNFUlZJRE9SRVMxHjAcBgkqhkiG9w0BCQEWD2lwc0BtYWlsLmlwcy5lcw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIICtzCCAiACAQAwDQYJKoZIhvcNAQEEBQAwgaMxCzAJBgNVBAYTAkVTMRIwEAYD\n"+ - "VQQIEwlCQVJDRUxPTkExEjAQBgNVBAcTCUJBUkNFTE9OQTEZMBcGA1UEChMQSVBT\n"+ - "IFNlZ3VyaWRhZCBDQTEYMBYGA1UECxMPQ2VydGlmaWNhY2lvbmVzMRcwFQYDVQQD\n"+ - "Ew5JUFMgU0VSVklET1JFUzEeMBwGCSqGSIb3DQEJARYPaXBzQG1haWwuaXBzLmVz\n"+ - "MB4XDTk4MDEwMTIzMjEwN1oXDTA5MTIyOTIzMjEwN1owgaMxCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCQVJDRUxPTkExEjAQBgNVBAcTCUJBUkNFTE9OQTEZMBcGA1UE\n"+ - "ChMQSVBTIFNlZ3VyaWRhZCBDQTEYMBYGA1UECxMPQ2VydGlmaWNhY2lvbmVzMRcw\n"+ - "FQYDVQQDEw5JUFMgU0VSVklET1JFUzEeMBwGCSqGSIb3DQEJARYPaXBzQG1haWwu\n"+ - "aXBzLmVzMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsT1J0nznqjtwlxLyY\n"+ - "XZhkJAk8IbPMGbWOlI6H0fg3PqHILVikgDVboXVsHUUMH2Fjal5vmwpMwci4YSM1\n"+ - "gf/+rHhwLWjhOgeYlQJU3c0jt4BT18g3RXIGJBK6E2Ehim51KODFDzT9NthFf+G4\n"+ - "Nu+z4cYgjui0OLzhPvYR3oydAQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBACzzw3lY\n"+ - "JN7GO9HgQmm47mSzPWIBubOE3yN93ZjPEKn+ANgilgUTB1RXxafey9m4iEL2mdsU\n"+ - "dx+2/iU94aI+A6mB0i1sR/WWRowiq8jMDQ6XXotBtDvECgZAHd1G9AHduoIuPD14\n"+ - "cJ58GNCr+Lh3B0Zx8coLY1xq+XKU1QFPoNtC\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("IPS Timestamping root", - // X500 Subject, for lookups. - "MIIBHjELMAkGA1UEBhMCRVMxEjAQBgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25h"+ - "MS4wLAYDVQQKEyVJUFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQK"+ - "FCJpcHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMTQwMgYDVQQLEytJUFMgQ0EgVGlt"+ - "ZXN0YW1waW5nIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MTQwMgYDVQQDEytJUFMgQ0EgVGltZXN0"+ - "YW1waW5nIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MR4wHAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5p"+ - "cHMuZXM=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIIODCCB6GgAwIBAgIBADANBgkqhkiG9w0BAQUFADCCAR4xCzAJBgNVBAYTAkVT\n"+ - "MRIwEAYDVQQIEwlCYXJjZWxvbmExEjAQBgNVBAcTCUJhcmNlbG9uYTEuMCwGA1UE\n"+ - "ChMlSVBTIEludGVybmV0IHB1Ymxpc2hpbmcgU2VydmljZXMgcy5sLjErMCkGA1UE\n"+ - "ChQiaXBzQG1haWwuaXBzLmVzIEMuSS5GLiAgQi02MDkyOTQ1MjE0MDIGA1UECxMr\n"+ - "SVBTIENBIFRpbWVzdGFtcGluZyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTE0MDIG\n"+ - "A1UEAxMrSVBTIENBIFRpbWVzdGFtcGluZyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0\n"+ - "eTEeMBwGCSqGSIb3DQEJARYPaXBzQG1haWwuaXBzLmVzMB4XDTAxMTIyOTAxMTAx\n"+ - "OFoXDTI1MTIyNzAxMTAxOFowggEeMQswCQYDVQQGEwJFUzESMBAGA1UECBMJQmFy\n"+ - "Y2Vsb25hMRIwEAYDVQQHEwlCYXJjZWxvbmExLjAsBgNVBAoTJUlQUyBJbnRlcm5l\n"+ - "dCBwdWJsaXNoaW5nIFNlcnZpY2VzIHMubC4xKzApBgNVBAoUImlwc0BtYWlsLmlw\n"+ - "cy5lcyBDLkkuRi4gIEItNjA5Mjk0NTIxNDAyBgNVBAsTK0lQUyBDQSBUaW1lc3Rh\n"+ - "bXBpbmcgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxNDAyBgNVBAMTK0lQUyBDQSBU\n"+ - "aW1lc3RhbXBpbmcgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxHjAcBgkqhkiG9w0B\n"+ - "CQEWD2lwc0BtYWlsLmlwcy5lczCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA\n"+ - "vLjuVqWajOY2ycJioGaBjRrVetJznw6EZLqVtJCneK/K/lRhW86yIFcBrkSSQxA4\n"+ - "Efdo/BdApWgnMjvEp+ZCccWZ73b/K5Uk9UmSGGjKALWkWi9uy9YbLA1UZ2t6KaFY\n"+ - "q6JaANZbuxjC3/YeE1Z2m6Vo4pjOxgOKNNtMg0GmqaMCAwEAAaOCBIAwggR8MB0G\n"+ - "A1UdDgQWBBSL0BBQCYHynQnVDmB4AyKiP8jKZjCCAVAGA1UdIwSCAUcwggFDgBSL\n"+ - "0BBQCYHynQnVDmB4AyKiP8jKZqGCASakggEiMIIBHjELMAkGA1UEBhMCRVMxEjAQ\n"+ - "BgNVBAgTCUJhcmNlbG9uYTESMBAGA1UEBxMJQmFyY2Vsb25hMS4wLAYDVQQKEyVJ\n"+ - "UFMgSW50ZXJuZXQgcHVibGlzaGluZyBTZXJ2aWNlcyBzLmwuMSswKQYDVQQKFCJp\n"+ - "cHNAbWFpbC5pcHMuZXMgQy5JLkYuICBCLTYwOTI5NDUyMTQwMgYDVQQLEytJUFMg\n"+ - "Q0EgVGltZXN0YW1waW5nIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MTQwMgYDVQQD\n"+ - "EytJUFMgQ0EgVGltZXN0YW1waW5nIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MR4w\n"+ - "HAYJKoZIhvcNAQkBFg9pcHNAbWFpbC5pcHMuZXOCAQAwDAYDVR0TBAUwAwEB/zAM\n"+ - "BgNVHQ8EBQMDB/+AMGsGA1UdJQRkMGIGCCsGAQUFBwMBBggrBgEFBQcDAgYIKwYB\n"+ - "BQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYKKwYBBAGCNwIBFQYKKwYBBAGCNwIB\n"+ - "FgYKKwYBBAGCNwoDAQYKKwYBBAGCNwoDBDARBglghkgBhvhCAQEEBAMCAAcwGgYD\n"+ - "VR0RBBMwEYEPaXBzQG1haWwuaXBzLmVzMBoGA1UdEgQTMBGBD2lwc0BtYWlsLmlw\n"+ - "cy5lczBHBglghkgBhvhCAQ0EOhY4VGltZXN0YW1waW5nIENBIENlcnRpZmljYXRl\n"+ - "IGlzc3VlZCBieSBodHRwOi8vd3d3Lmlwcy5lcy8wKQYJYIZIAYb4QgECBBwWGmh0\n"+ - "dHA6Ly93d3cuaXBzLmVzL2lwczIwMDIvMEAGCWCGSAGG+EIBBAQzFjFodHRwOi8v\n"+ - "d3d3Lmlwcy5lcy9pcHMyMDAyL2lwczIwMDJUaW1lc3RhbXBpbmcuY3JsMEUGCWCG\n"+ - "SAGG+EIBAwQ4FjZodHRwOi8vd3d3Lmlwcy5lcy9pcHMyMDAyL3Jldm9jYXRpb25U\n"+ - "aW1lc3RhbXBpbmcuaHRtbD8wQgYJYIZIAYb4QgEHBDUWM2h0dHA6Ly93d3cuaXBz\n"+ - "LmVzL2lwczIwMDIvcmVuZXdhbFRpbWVzdGFtcGluZy5odG1sPzBABglghkgBhvhC\n"+ - "AQgEMxYxaHR0cDovL3d3dy5pcHMuZXMvaXBzMjAwMi9wb2xpY3lUaW1lc3RhbXBp\n"+ - "bmcuaHRtbDB/BgNVHR8EeDB2MDegNaAzhjFodHRwOi8vd3d3Lmlwcy5lcy9pcHMy\n"+ - "MDAyL2lwczIwMDJUaW1lc3RhbXBpbmcuY3JsMDugOaA3hjVodHRwOi8vd3d3YmFj\n"+ - "ay5pcHMuZXMvaXBzMjAwMi9pcHMyMDAyVGltZXN0YW1waW5nLmNybDAvBggrBgEF\n"+ - "BQcBAQQjMCEwHwYIKwYBBQUHMAGGE2h0dHA6Ly9vY3NwLmlwcy5lcy8wDQYJKoZI\n"+ - "hvcNAQEFBQADgYEAZbrBzAAalZHK6Ww6vzoeFAh8+4Pua2JR0zORtWB5fgTYXXk3\n"+ - "6MNbsMRnLWhasl8OCvrNPzpFoeo2zyYepxEoxZSPhExTCMWTs/zif/WN87GphV+I\n"+ - "3pGW7hdbrqXqcGV4LCFkAZXOzkw+UPS2Wctjjba9GNSHSl/c7+lW8AoM6HU=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("QuoVadis Root CA", - // X500 Subject, for lookups. - "MH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUwIwYDVQQLExxSb290"+ - "IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmlj"+ - "YXRpb24gQXV0aG9yaXR5", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC\n"+ - "TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0\n"+ - "aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0\n"+ - "aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz\n"+ - "MzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw\n"+ - "IwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR\n"+ - "dW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG\n"+ - "9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp\n"+ - "li4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D\n"+ - "rOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ\n"+ - "WCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug\n"+ - "F+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU\n"+ - "xbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC\n"+ - "Ak4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv\n"+ - "dmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw\n"+ - "ggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl\n"+ - "IG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh\n"+ - "c3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy\n"+ - "ZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh\n"+ - "Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI\n"+ - "KwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T\n"+ - "KbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq\n"+ - "y+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p\n"+ - "dGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD\n"+ - "VQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL\n"+ - "MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk\n"+ - "fnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8\n"+ - "7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R\n"+ - "cHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y\n"+ - "mQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW\n"+ - "xFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK\n"+ - "SnQ2+Q==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("QuoVadis Root CA 2", - // X500 Subject, for lookups. - "MEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W"+ - "YWRpcyBSb290IENBIDI=", - "-----BEGIN CERTIFICATE-----\n"+ - "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\n"+ - "8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("QuoVadis Root CA 3", - // X500 Subject, for lookups. - "MEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W"+ - "YWRpcyBSb290IENBIDM=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\n"+ - "GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\n"+ - "b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV\n"+ - "BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\n"+ - "YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM\n"+ - "V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB\n"+ - "4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr\n"+ - "H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd\n"+ - "8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv\n"+ - "vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT\n"+ - "mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe\n"+ - "btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc\n"+ - "T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt\n"+ - "WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ\n"+ - "c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A\n"+ - "4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD\n"+ - "VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG\n"+ - "CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0\n"+ - "aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0\n"+ - "aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu\n"+ - "dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw\n"+ - "czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G\n"+ - "A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC\n"+ - "TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg\n"+ - "Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0\n"+ - "7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem\n"+ - "d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd\n"+ - "+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B\n"+ - "4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN\n"+ - "t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x\n"+ - "DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57\n"+ - "k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s\n"+ - "zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j\n"+ - "Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT\n"+ - "mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK\n"+ - "4SVhM7JZG+Ju1zdXtg2pEto=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Security Communication Root CA", - // X500 Subject, for lookups. - "MFAxCzAJBgNVBAYTAkpQMRgwFgYDVQQKEw9TRUNPTSBUcnVzdC5uZXQxJzAlBgNVBAsTHlNlY3Vy"+ - "aXR5IENvbW11bmljYXRpb24gUm9vdENBMQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY\n"+ - "MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t\n"+ - "dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5\n"+ - "WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD\n"+ - "VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3\n"+ - "DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8\n"+ - "9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ\n"+ - "DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9\n"+ - "Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N\n"+ - "QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ\n"+ - "xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G\n"+ - "A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T\n"+ - "AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG\n"+ - "kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr\n"+ - "Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5\n"+ - "Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU\n"+ - "JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot\n"+ - "RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Sonera Class 1 Root CA", - // X500 Subject, for lookups. - "MDkxCzAJBgNVBAYTAkZJMQ8wDQYDVQQKEwZTb25lcmExGTAXBgNVBAMTEFNvbmVyYSBDbGFzczEg"+ - "Q0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDIDCCAgigAwIBAgIBJDANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP\n"+ - "MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MxIENBMB4XDTAx\n"+ - "MDQwNjEwNDkxM1oXDTIxMDQwNjEwNDkxM1owOTELMAkGA1UEBhMCRkkxDzANBgNV\n"+ - "BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMSBDQTCCASIwDQYJKoZI\n"+ - "hvcNAQEBBQADggEPADCCAQoCggEBALWJHytPZwp5/8Ue+H887dF+2rDNbS82rDTG\n"+ - "29lkFwhjMDMiikzujrsPDUJVyZ0upe/3p4zDq7mXy47vPxVnqIJyY1MPQYx9EJUk\n"+ - "oVqlBvqSV536pQHydekfvFYmUk54GWVYVQNYwBSujHxVX3BbdyMGNpfzJLWaRpXk\n"+ - "3w0LBUXl0fIdgrvGE+D+qnr9aTCU89JFhfzyMlsy3uhsXR/LpCJ0sICOXZT3BgBL\n"+ - "qdReLjVQCfOAl/QMF6452F/NM8EcyonCIvdFEu1eEpOdY6uCLrnrQkFEy0oaAIIN\n"+ - "nvmLVz5MxxftLItyM19yejhW1ebZrgUaHXVFsculJRwSVzb9IjcCAwEAAaMzMDEw\n"+ - "DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQIR+IMi/ZTiFIwCwYDVR0PBAQDAgEG\n"+ - "MA0GCSqGSIb3DQEBBQUAA4IBAQCLGrLJXWG04bkruVPRsoWdd44W7hE928Jj2VuX\n"+ - "ZfsSZ9gqXLar5V7DtxYvyOirHYr9qxp81V9jz9yw3Xe5qObSIjiHBxTZ/75Wtf0H\n"+ - "DjxVyhbMp6Z3N/vbXB9OWQaHowND9Rart4S9Tu+fMTfwRvFAttEMpWT4Y14h21VO\n"+ - "TzF2nBBhjrZTOqMRvq9tfB69ri3iDGnHhVNoomG6xT60eVR4ngrHAr5i0RGCS2Uv\n"+ - "kVrCqIexVmiUefkl98HVrhq4uz2PqYo4Ffdz0Fpg0YCw8NzVUM1O7pJIae2yIx4w\n"+ - "zMiUyLb1O4Z/P6Yun/Y+LLWSlj7fLJOK/4GMDw9ZIRlXvVWa\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Sonera Class 2 Root CA", - // X500 Subject, for lookups. - "MDkxCzAJBgNVBAYTAkZJMQ8wDQYDVQQKEwZTb25lcmExGTAXBgNVBAMTEFNvbmVyYSBDbGFzczIg"+ - "Q0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP\n"+ - "MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx\n"+ - "MDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV\n"+ - "BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI\n"+ - "hvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o\n"+ - "Z6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt\n"+ - "5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s\n"+ - "3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej\n"+ - "vOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu\n"+ - "8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw\n"+ - "DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG\n"+ - "MA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil\n"+ - "zqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/\n"+ - "3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD\n"+ - "FNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6\n"+ - "Tk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2\n"+ - "ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Staat der Nederlanden Root CA", - // X500 Subject, for lookups. - "MFUxCzAJBgNVBAYTAk5MMR4wHAYDVQQKExVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xJjAkBgNVBAMT"+ - "HVN0YWF0IGRlciBOZWRlcmxhbmRlbiBSb290IENB", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDujCCAqKgAwIBAgIEAJiWijANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQGEwJO\n"+ - "TDEeMBwGA1UEChMVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSYwJAYDVQQDEx1TdGFh\n"+ - "dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQTAeFw0wMjEyMTcwOTIzNDlaFw0xNTEy\n"+ - "MTYwOTE1MzhaMFUxCzAJBgNVBAYTAk5MMR4wHAYDVQQKExVTdGFhdCBkZXIgTmVk\n"+ - "ZXJsYW5kZW4xJjAkBgNVBAMTHVN0YWF0IGRlciBOZWRlcmxhbmRlbiBSb290IENB\n"+ - "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmNK1URF6gaYUmHFtvszn\n"+ - "ExvWJw56s2oYHLZhWtVhCb/ekBPHZ+7d89rFDBKeNVU+LCeIQGv33N0iYfXCxw71\n"+ - "9tV2U02PjLwYdjeFnejKScfST5gTCaI+Ioicf9byEGW07l8Y1Rfj+MX94p2i71MO\n"+ - "hXeiD+EwR+4A5zN9RGcaC1Hoi6CeUJhoNFIfLm0B8mBF8jHrqTFoKbt6QZ7GGX+U\n"+ - "tFE5A3+y3qcym7RHjm+0Sq7lr7HcsBthvJly3uSJt3omXdozSVtSnA71iq3DuD3o\n"+ - "BmrC1SoLbHuEvVYFy4ZlkuxEK7COudxwC0barbxjiDn622r+I/q85Ej0ZytqERAh\n"+ - "SQIDAQABo4GRMIGOMAwGA1UdEwQFMAMBAf8wTwYDVR0gBEgwRjBEBgRVHSAAMDww\n"+ - "OgYIKwYBBQUHAgEWLmh0dHA6Ly93d3cucGtpb3ZlcmhlaWQubmwvcG9saWNpZXMv\n"+ - "cm9vdC1wb2xpY3kwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSofeu8Y6R0E3QA\n"+ - "7Jbg0zTBLL9s+DANBgkqhkiG9w0BAQUFAAOCAQEABYSHVXQ2YcG70dTGFagTtJ+k\n"+ - "/rvuFbQvBgwp8qiSpGEN/KtcCFtREytNwiphyPgJWPwtArI5fZlmgb9uXJVFIGzm\n"+ - "eafR2Bwp/MIgJ1HI8XxdNGdphREwxgDS1/PTfLbwMVcoEoJz6TMvplW0C5GUR5z6\n"+ - "u3pCMuiufi3IvKwUv9kP2Vv8wfl6leF9fpb8cbDCTMjfRTTJzg3ynGQI0DvDKcWy\n"+ - "7ZAEwbEpkcUwb8GpcjPM/l0WFywRaed+/sWDCN+83CI6LiBpIzlWYGeQiy52OfsR\n"+ - "iJf2fL1LuCAWZwWN4jvBcj+UlTfHXbme2JOhF4//DGYVwSR8MnwDHTuhWEUykw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("TDC Internet Root CA", - // X500 Subject, for lookups. - "MEMxCzAJBgNVBAYTAkRLMRUwEwYDVQQKEwxUREMgSW50ZXJuZXQxHTAbBgNVBAsTFFREQyBJbnRl"+ - "cm5ldCBSb290IENB", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEKzCCAxOgAwIBAgIEOsylTDANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJE\n"+ - "SzEVMBMGA1UEChMMVERDIEludGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQg\n"+ - "Um9vdCBDQTAeFw0wMTA0MDUxNjMzMTdaFw0yMTA0MDUxNzAzMTdaMEMxCzAJBgNV\n"+ - "BAYTAkRLMRUwEwYDVQQKEwxUREMgSW50ZXJuZXQxHTAbBgNVBAsTFFREQyBJbnRl\n"+ - "cm5ldCBSb290IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxLhA\n"+ - "vJHVYx/XmaCLDEAedLdInUaMArLgJF/wGROnN4NrXceO+YQwzho7+vvOi20jxsNu\n"+ - "Zp+Jpd/gQlBn+h9sHvTQBda/ytZO5GhgbEaqHF1j4QeGDmUApy6mcca8uYGoOn0a\n"+ - "0vnRrEvLznWv3Hv6gXPU/Lq9QYjUdLP5Xjg6PEOo0pVOd20TDJ2PeAG3WiAfAzc1\n"+ - "4izbSysseLlJ28TQx5yc5IogCSEWVmb/Bexb4/DPqyQkXsN/cHoSxNK1EKC2IeGN\n"+ - "eGlVRGn1ypYcNIUXJXfi9i8nmHj9eQY6otZaQ8H/7AQ77hPv01ha/5Lr7K7a8jcD\n"+ - "R0G2l8ktCkEiu7vmpwIDAQABo4IBJTCCASEwEQYJYIZIAYb4QgEBBAQDAgAHMGUG\n"+ - "A1UdHwReMFwwWqBYoFakVDBSMQswCQYDVQQGEwJESzEVMBMGA1UEChMMVERDIElu\n"+ - "dGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQgUm9vdCBDQTENMAsGA1UEAxME\n"+ - "Q1JMMTArBgNVHRAEJDAigA8yMDAxMDQwNTE2MzMxN1qBDzIwMjEwNDA1MTcwMzE3\n"+ - "WjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUbGQBx/2FbazI2p5QCIUItTxWqFAw\n"+ - "HQYDVR0OBBYEFGxkAcf9hW2syNqeUAiFCLU8VqhQMAwGA1UdEwQFMAMBAf8wHQYJ\n"+ - "KoZIhvZ9B0EABBAwDhsIVjUuMDo0LjADAgSQMA0GCSqGSIb3DQEBBQUAA4IBAQBO\n"+ - "Q8zR3R0QGwZ/t6T609lN+yOfI1Rb5osvBCiLtSdtiaHsmGnc540mgwV5dOy0uaOX\n"+ - "wTUA/RXaOYE6lTGQ3pfphqiZdwzlWqCE/xIWrG64jcN7ksKsLtB9KOy282A4aW8+\n"+ - "2ARVPp7MVdK6/rtHBNcK2RYKNCn1WBPVT8+PVkuzHu7TmHnaCB4Mb7j4Fifvwm89\n"+ - "9qNLPg7kbWzbO0ESm70NRyN/PErQr8Cv9u8btRXE64PECV90i9kR+8JWsTz4cMo0\n"+ - "jUNAE4z9mQNUecYu6oah9jrUCbz0vGbMPVjQV0kK7iXiQe4T+Zs4NNEA9X7nlB38\n"+ - "aQNiuJkFBT1reBK9sG9l\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("TDC OCES Root CA", - // X500 Subject, for lookups. - "MDExCzAJBgNVBAYTAkRLMQwwCgYDVQQKEwNUREMxFDASBgNVBAMTC1REQyBPQ0VTIENB", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFGTCCBAGgAwIBAgIEPki9xDANBgkqhkiG9w0BAQUFADAxMQswCQYDVQQGEwJE\n"+ - "SzEMMAoGA1UEChMDVERDMRQwEgYDVQQDEwtUREMgT0NFUyBDQTAeFw0wMzAyMTEw\n"+ - "ODM5MzBaFw0zNzAyMTEwOTA5MzBaMDExCzAJBgNVBAYTAkRLMQwwCgYDVQQKEwNU\n"+ - "REMxFDASBgNVBAMTC1REQyBPQ0VTIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A\n"+ - "MIIBCgKCAQEArGL2YSCyz8DGhdfjeebM7fI5kqSXLmSjhFuHnEz9pPPEXyG9VhDr\n"+ - "2y5h7JNp46PMvZnDBfwGuMo2HP6QjklMxFaaL1a8z3sM8W9Hpg1DTeLpHTk0zY0s\n"+ - "2RKY+ePhwUp8hjjEqcRhiNJerxomTdXkoCJHhNlktxmW/OwZ5LKXJk5KTMuPJItU\n"+ - "GBxIYXvViGjaXbXqzRowwYCDdlCqT9HU3Tjw7xb04QxQBr/q+3pJoSgrHPb8FTKj\n"+ - "dGqPqcNiKXEx5TukYBdedObaE+3pHx8b0bJoc8YQNHVGEBDjkAB2QMuLt0MJIf+r\n"+ - "TpPGWOmlgtt3xDqZsXKVSQTwtyv6e1mO3QIDAQABo4ICNzCCAjMwDwYDVR0TAQH/\n"+ - "BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwgewGA1UdIASB5DCB4TCB3gYIKoFQgSkB\n"+ - "AQEwgdEwLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuY2VydGlmaWthdC5kay9yZXBv\n"+ - "c2l0b3J5MIGdBggrBgEFBQcCAjCBkDAKFgNUREMwAwIBARqBgUNlcnRpZmlrYXRl\n"+ - "ciBmcmEgZGVubmUgQ0EgdWRzdGVkZXMgdW5kZXIgT0lEIDEuMi4yMDguMTY5LjEu\n"+ - "MS4xLiBDZXJ0aWZpY2F0ZXMgZnJvbSB0aGlzIENBIGFyZSBpc3N1ZWQgdW5kZXIg\n"+ - "T0lEIDEuMi4yMDguMTY5LjEuMS4xLjARBglghkgBhvhCAQEEBAMCAAcwgYEGA1Ud\n"+ - "HwR6MHgwSKBGoESkQjBAMQswCQYDVQQGEwJESzEMMAoGA1UEChMDVERDMRQwEgYD\n"+ - "VQQDEwtUREMgT0NFUyBDQTENMAsGA1UEAxMEQ1JMMTAsoCqgKIYmaHR0cDovL2Ny\n"+ - "bC5vY2VzLmNlcnRpZmlrYXQuZGsvb2Nlcy5jcmwwKwYDVR0QBCQwIoAPMjAwMzAy\n"+ - "MTEwODM5MzBagQ8yMDM3MDIxMTA5MDkzMFowHwYDVR0jBBgwFoAUYLWF7FZkfhIZ\n"+ - "J2cdUBVLc647+RIwHQYDVR0OBBYEFGC1hexWZH4SGSdnHVAVS3OuO/kSMB0GCSqG\n"+ - "SIb2fQdBAAQQMA4bCFY2LjA6NC4wAwIEkDANBgkqhkiG9w0BAQUFAAOCAQEACrom\n"+ - "JkbTc6gJ82sLMJn9iuFXehHTuJTXCRBuo7E4A9G28kNBKWKnctj7fAXmMXAnVBhO\n"+ - "inxO5dHKjHiIzxvTkIvmI/gLDjNDfZziChmPyQE+dF10yYscA+UYyAFMP8uXBV2Y\n"+ - "caaYb7Z8vTd/vuGTJW1v8AqtFxjhA7wHKcitJuj4YfD9IQl+mo6paH1IYnK9AOoB\n"+ - "mbgGglGBTvH1tJFUuSN6AJqfXY3gPGS5GhKSKseCRHI53OI8xthV9RVOyAUO28bQ\n"+ - "YqbsFbS1AoLbrIyigfCbmTH1ICCoiGEKB5+U/NDXG8wuF/MEJ3Zn61SD/aSQfgY9\n"+ - "BKNDLdr8C2LqL19iUw==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("UTN DATACorp SGC Root CA", - // X500 Subject, for lookups. - "MIGTMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4w"+ - "HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRy"+ - "dXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dD", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEXjCCA0agAwIBAgIQRL4Mi1AAIbQR0ypoBqmtaTANBgkqhkiG9w0BAQUFADCB\n"+ - "kzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\n"+ - "Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\n"+ - "dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xGzAZBgNVBAMTElVUTiAtIERBVEFDb3Jw\n"+ - "IFNHQzAeFw05OTA2MjQxODU3MjFaFw0xOTA2MjQxOTA2MzBaMIGTMQswCQYDVQQG\n"+ - "EwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYD\n"+ - "VQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cu\n"+ - "dXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dDMIIBIjAN\n"+ - "BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3+5YEKIrblXEjr8uRgnn4AgPLit6\n"+ - "E5Qbvfa2gI5lBZMAHryv4g+OGQ0SR+ysraP6LnD43m77VkIVni5c7yPeIbkFdicZ\n"+ - "D0/Ww5y0vpQZY/KmEQrrU0icvvIpOxboGqBMpsn0GFlowHDyUwDAXlCCpVZvNvlK\n"+ - "4ESGoE1O1kduSUrLZ9emxAW5jh70/P/N5zbgnAVssjMiFdC04MwXwLLA9P4yPykq\n"+ - "lXvY8qdOD1R8oQ2AswkDwf9c3V6aPryuvEeKaq5xyh+xKrhfQgUL7EYw0XILyulW\n"+ - "bfXv33i+Ybqypa4ETLyorGkVl73v67SMvzX41MPRKA5cOp9wGDMgd8SirwIDAQAB\n"+ - "o4GrMIGoMAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRT\n"+ - "MtGzz3/64PGgXYVOktKeRR20TzA9BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3Js\n"+ - "LnVzZXJ0cnVzdC5jb20vVVROLURBVEFDb3JwU0dDLmNybDAqBgNVHSUEIzAhBggr\n"+ - "BgEFBQcDAQYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMA0GCSqGSIb3DQEBBQUAA4IB\n"+ - "AQAnNZcAiosovcYzMB4p/OL31ZjUQLtgyr+rFywJNn9Q+kHcrpY6CiM+iVnJowft\n"+ - "Gzet/Hy+UUla3joKVAgWRcKZsYfNjGjgaQPpxE6YsjuMFrMOoAyYUJuTqXAJyCyj\n"+ - "j98C5OBxOvG0I3KgqgHf35g+FFCgMSa9KOlaMCZ1+XtgHI3zzVAmbQQnmt/VDUVH\n"+ - "KWss5nbZqSl9Mt3JNjy9rjXxEZ4du5A/EkdOjtd+D2JzHVImOBwYSf0wdJrE5SIv\n"+ - "2MCN7ZF6TACPcn9d2t0bi0Vr591pl6jFVkwPDPafepE39peC4N1xaf92P2BNPM/3\n"+ - "mfnGV/TJVTl4uix5yaaIK/QI\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("UTN USERFirst Email Root CA", - // X500 Subject, for lookups. - "MIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4w"+ - "HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRy"+ - "dXN0LmNvbTE2MDQGA1UEAxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5k"+ - "IEVtYWls", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEojCCA4qgAwIBAgIQRL4Mi1AAJLQR0zYlJWfJiTANBgkqhkiG9w0BAQUFADCB\n"+ - "rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\n"+ - "Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\n"+ - "dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xNjA0BgNVBAMTLVVUTi1VU0VSRmlyc3Qt\n"+ - "Q2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBFbWFpbDAeFw05OTA3MDkxNzI4NTBa\n"+ - "Fw0xOTA3MDkxNzM2NThaMIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAV\n"+ - "BgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5l\n"+ - "dHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UE\n"+ - "AxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWls\n"+ - "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjmFpPJ9q0E7YkY3rs3B\n"+ - "YHW8OWX5ShpHornMSMxqmNVNNRm5pELlzkniii8efNIxB8dOtINknS4p1aJkxIW9\n"+ - "hVE1eaROaJB7HHqkkqgX8pgV8pPMyaQylbsMTzC9mKALi+VuG6JG+ni8om+rWV6l\n"+ - "L8/K2m2qL+usobNqqrcuZzWLeeEeaYji5kbNoKXqvgvOdjp6Dpvq/NonWz1zHyLm\n"+ - "SGHGTPNpsaguG7bUMSAsvIKKjqQOpdeJQ/wWWq8dcdcRWdq6hw2v+vPhwvCkxWeM\n"+ - "1tZUOt4KpLoDd7NlyP0e03RiqhjKaJMeoYV+9Udly/hNVyh00jT/MLbu9mIwFIws\n"+ - "6wIDAQABo4G5MIG2MAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud\n"+ - "DgQWBBSJgmd9xJ0mcABLtFBIfN49rgRufTBYBgNVHR8EUTBPME2gS6BJhkdodHRw\n"+ - "Oi8vY3JsLnVzZXJ0cnVzdC5jb20vVVROLVVTRVJGaXJzdC1DbGllbnRBdXRoZW50\n"+ - "aWNhdGlvbmFuZEVtYWlsLmNybDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUH\n"+ - "AwQwDQYJKoZIhvcNAQEFBQADggEBALFtYV2mGn98q0rkMPxTbyUkxsrt4jFcKw7u\n"+ - "7mFVbwQ+zznexRtJlOTrIEy05p5QLnLZjfWqo7NK2lYcYJeA3IKirUq9iiv/Cwm0\n"+ - "xtcgBEXkzYABurorbs6q15L+5K/r9CYdFip/bDCVNy8zEqx/3cfREYxRmLLQo5HQ\n"+ - "rfafnoOTHh1CuEava2bwm3/q4wMC5QJRwarVNZ1yQAOJujEdxRBoUp7fooXFXAim\n"+ - "eOZTT7Hot9MUnpOmw2TjrH5xzbyf6QMbzPvprDHBr3wVdAKZw7JHpsIyYdfHb0gk\n"+ - "USeh1YdV8nuPmD0Wnu51tvjQjvLzxq4oW6fw8zYX/MMF08oDSlQ=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("UTN USERFirst Hardware Root CA", - // X500 Subject, for lookups. - "MIGXMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4w"+ - "HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRy"+ - "dXN0LmNvbTEfMB0GA1UEAxMWVVROLVVTRVJGaXJzdC1IYXJkd2FyZQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEdDCCA1ygAwIBAgIQRL4Mi1AAJLQR0zYq/mUK/TANBgkqhkiG9w0BAQUFADCB\n"+ - "lzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\n"+ - "Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\n"+ - "dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3Qt\n"+ - "SGFyZHdhcmUwHhcNOTkwNzA5MTgxMDQyWhcNMTkwNzA5MTgxOTIyWjCBlzELMAkG\n"+ - "A1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEe\n"+ - "MBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8v\n"+ - "d3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdh\n"+ - "cmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCx98M4P7Sof885glFn\n"+ - "0G2f0v9Y8+efK+wNiVSZuTiZFvfgIXlIwrthdBKWHTxqctU8EGc6Oe0rE81m65UJ\n"+ - "M6Rsl7HoxuzBdXmcRl6Nq9Bq/bkqVRcQVLMZ8Jr28bFdtqdt++BxF2uiiPsA3/4a\n"+ - "MXcMmgF6sTLjKwEHOG7DpV4jvEWbe1DByTCP2+UretNb+zNAHqDVmBe8i4fDidNd\n"+ - "oI6yqqr2jmmIBsX6iSHzCJ1pLgkzmykNRg+MzEk0sGlRvfkGzWitZky8PqxhvQqI\n"+ - "DsjfPe58BEydCl5rkdbux+0ojatNh4lz0G6k0B4WixThdkQDf2Os5M1JnMWS9Ksy\n"+ - "oUhbAgMBAAGjgbkwgbYwCwYDVR0PBAQDAgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYD\n"+ - "VR0OBBYEFKFyXyYbKJhDlV0HN9WFlp1L0sNFMEQGA1UdHwQ9MDswOaA3oDWGM2h0\n"+ - "dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VVE4tVVNFUkZpcnN0LUhhcmR3YXJlLmNy\n"+ - "bDAxBgNVHSUEKjAoBggrBgEFBQcDAQYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEF\n"+ - "BQcDBzANBgkqhkiG9w0BAQUFAAOCAQEARxkP3nTGmZev/K0oXnWO6y1n7k57K9cM\n"+ - "//bey1WiCuFMVGWTYGufEpytXoMs61quwOQt9ABjHbjAbPLPSbtNk28Gpgoiskli\n"+ - "CE7/yMgUsogWXecB5BKV5UU0s4tpvc+0hY91UZ59Ojg6FEgSxvunOxqNDYJAB+gE\n"+ - "CJChicsZUN/KHAG8HQQZexB2lzvukJDKxA4fFm517zP4029bHpbj4HR3dHuKom4t\n"+ - "3XbWOTCC8KucUvIqx69JXn7HaOWCgchqJ/kniCrVWFCVH/A7HFe7fRQ5YiuayZSS\n"+ - "KqMiDP+JJn1fIytH1xUdqWqeUQ0qUZ6B+dQ7XnASfxAynB67nfhmqA==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("UTN USERFirst Object Root CA", - // X500 Subject, for lookups. - "MIGVMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4w"+ - "HAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRy"+ - "dXN0LmNvbTEdMBsGA1UEAxMUVVROLVVTRVJGaXJzdC1PYmplY3Q=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEZjCCA06gAwIBAgIQRL4Mi1AAJLQR0zYt4LNfGzANBgkqhkiG9w0BAQUFADCB\n"+ - "lTELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\n"+ - "Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\n"+ - "dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHTAbBgNVBAMTFFVUTi1VU0VSRmlyc3Qt\n"+ - "T2JqZWN0MB4XDTk5MDcwOTE4MzEyMFoXDTE5MDcwOTE4NDAzNlowgZUxCzAJBgNV\n"+ - "BAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAc\n"+ - "BgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3\n"+ - "dy51c2VydHJ1c3QuY29tMR0wGwYDVQQDExRVVE4tVVNFUkZpcnN0LU9iamVjdDCC\n"+ - "ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6qgT+jo2F4qjEAVZURnicP\n"+ - "HxzfOpuCaDDASmEd8S8O+r5596Uj71VRloTN2+O5bj4x2AogZ8f02b+U60cEPgLO\n"+ - "KqJdhwQJ9jCdGIqXsqoc/EHSoTbL+z2RuufZcDX65OeQw5ujm9M89RKZd7G3CeBo\n"+ - "5hy485RjiGpq/gt2yb70IuRnuasaXnfBhQfdDWy/7gbHd2pBnqcP1/vulBe3/IW+\n"+ - "pKvEHDHd17bR5PDv3xaPslKT16HUiaEHLr/hARJCHhrh2JU022R5KP+6LhHC5ehb\n"+ - "kkj7RwvCbNqtMoNB86XlQXD9ZZBt+vpRxPm9lisZBCzTbafc8H9vg2XiaquHhnUC\n"+ - "AwEAAaOBrzCBrDALBgNVHQ8EBAMCAcYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E\n"+ - "FgQU2u1kdBScFDyr3ZmpvVsoTYs8ydgwQgYDVR0fBDswOTA3oDWgM4YxaHR0cDov\n"+ - "L2NybC51c2VydHJ1c3QuY29tL1VUTi1VU0VSRmlyc3QtT2JqZWN0LmNybDApBgNV\n"+ - "HSUEIjAgBggrBgEFBQcDAwYIKwYBBQUHAwgGCisGAQQBgjcKAwQwDQYJKoZIhvcN\n"+ - "AQEFBQADggEBAAgfUrE3RHjb/c652pWWmKpVZIC1WkDdIaXFwfNfLEzIR1pp6ujw\n"+ - "NTX00CXzyKakh0q9G7FzCL3Uw8q2NbtZhncxzaeAFK4T7/yxSPlrJSUtUbYsbUXB\n"+ - "mMiKVl0+7kNOPmsnjtA6S4ULX9Ptaqd1y9Fahy85dRNacrACgZ++8A+EVCBibGnU\n"+ - "4U3GDZlDAQ0Slox4nb9QorFEqmrPF3rPbw/U+CRVX/A0FklmPlBGyWNxODFiuGK5\n"+ - "81OtbLUrohKqGU8J2l7nk8aOFAj+8DCAGKCGhU3IfdeLA/5u1fedFqySLKAj5ZyR\n"+ - "Uh+U3xeUc8OzwcFxBSAAeL0TUh2oPs0AH8g=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Camerfirma Chambers of Commerce Root", - // X500 Subject, for lookups. - "MH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBBODI3NDMyODcx"+ - "IzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSIwIAYDVQQDExlDaGFtYmVycyBv"+ - "ZiBDb21tZXJjZSBSb290", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJFVTEn\n"+ - "MCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL\n"+ - "ExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEiMCAGA1UEAxMZQ2hhbWJlcnMg\n"+ - "b2YgQ29tbWVyY2UgUm9vdDAeFw0wMzA5MzAxNjEzNDNaFw0zNzA5MzAxNjEzNDRa\n"+ - "MH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBB\n"+ - "ODI3NDMyODcxIzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSIw\n"+ - "IAYDVQQDExlDaGFtYmVycyBvZiBDb21tZXJjZSBSb290MIIBIDANBgkqhkiG9w0B\n"+ - "AQEFAAOCAQ0AMIIBCAKCAQEAtzZV5aVdGDDg2olUkfzIx1L4L1DZ77F1c2VHfRtb\n"+ - "unXF/KGIJPov7coISjlUxFF6tdpg6jg8gbLL8bvZkSM/SAFwdakFKq0fcfPJVD0d\n"+ - "BmpAPrMMhe5cG3nCYsS4No41XQEMIwRHNaqbYE6gZj3LJgqcQKH0XZi/caulAGgq\n"+ - "7YN6D6IUtdQis4CwPAxaUWktWBiP7Zme8a7ileb2R6jWDA+wWFjbw2Y3npuRVDM3\n"+ - "0pQcakjJyfKl2qUMI/cjDpwyVV5xnIQFUZot/eZOKjRa3spAN2cMVCFVd9oKDMyX\n"+ - "roDclDZK9D7ONhMeU+SsTjoF7Nuucpw4i9A5O4kKPnf+dQIBA6OCAUQwggFAMBIG\n"+ - "A1UdEwEB/wQIMAYBAf8CAQwwPAYDVR0fBDUwMzAxoC+gLYYraHR0cDovL2NybC5j\n"+ - "aGFtYmVyc2lnbi5vcmcvY2hhbWJlcnNyb290LmNybDAdBgNVHQ4EFgQU45T1sU3p\n"+ - "26EpW1eLTXYGduHRooowDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIA\n"+ - "BzAnBgNVHREEIDAegRxjaGFtYmVyc3Jvb3RAY2hhbWJlcnNpZ24ub3JnMCcGA1Ud\n"+ - "EgQgMB6BHGNoYW1iZXJzcm9vdEBjaGFtYmVyc2lnbi5vcmcwWAYDVR0gBFEwTzBN\n"+ - "BgsrBgEEAYGHLgoDATA+MDwGCCsGAQUFBwIBFjBodHRwOi8vY3BzLmNoYW1iZXJz\n"+ - "aWduLm9yZy9jcHMvY2hhbWJlcnNyb290Lmh0bWwwDQYJKoZIhvcNAQEFBQADggEB\n"+ - "AAxBl8IahsAifJ/7kPMa0QOx7xP5IV8EnNrJpY0nbJaHkb5BkAFyk+cefV/2icZd\n"+ - "p0AJPaxJRUXcLo0waLIJuvvDL8y6C98/d3tGfToSJI6WjzwFCm/SlCgdbQzALogi\n"+ - "1djPHRPH8EjX1wWnz8dHnjs8NMiAT9QUu/wNUPf6s+xCX6ndbcj0dc97wXImsQEc\n"+ - "XCz9ek60AcUFV7nnPKoF2YjpB0ZBzu9Bga5Y34OirsrXdx/nADydb47kMgkdTXg0\n"+ - "eDQ8lJsm7U9xxhl6vSAiSFr+S30Dt+dYvsYyTnQeaN2oaFuzPu5ifdmA6Ap1erfu\n"+ - "tGWaIZDgqtCYvDi1czyL+Nw=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Camerfirma Global Chambersign Root", - // X500 Subject, for lookups. - "MH0xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBBODI3NDMyODcx"+ - "IzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSAwHgYDVQQDExdHbG9iYWwgQ2hh"+ - "bWJlcnNpZ24gUm9vdA==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIExTCCA62gAwIBAgIBADANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJFVTEn\n"+ - "MCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL\n"+ - "ExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4GA1UEAxMXR2xvYmFsIENo\n"+ - "YW1iZXJzaWduIFJvb3QwHhcNMDMwOTMwMTYxNDE4WhcNMzcwOTMwMTYxNDE4WjB9\n"+ - "MQswCQYDVQQGEwJFVTEnMCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgy\n"+ - "NzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4G\n"+ - "A1UEAxMXR2xvYmFsIENoYW1iZXJzaWduIFJvb3QwggEgMA0GCSqGSIb3DQEBAQUA\n"+ - "A4IBDQAwggEIAoIBAQCicKLQn0KuWxfH2H3PFIP8T8mhtxOviteePgQKkotgVvq0\n"+ - "Mi+ITaFgCPS3CU6gSS9J1tPfnZdan5QEcOw/Wdm3zGaLmFIoCQLfxS+EjXqXd7/s\n"+ - "QJ0lcqu1PzKY+7e3/HKE5TWH+VX6ox8Oby4o3Wmg2UIQxvi1RMLQQ3/bvOSiPGpV\n"+ - "eAp3qdjqGTK3L/5cPxvusZjsyq16aUXjlg9V9ubtdepl6DJWk0aJqCWKZQbua795\n"+ - "B9Dxt6/tLE2Su8CoX6dnfQTyFQhwrJLWfQTSM/tMtgsL+xrJxI0DqX5c8lCrEqWh\n"+ - "z0hQpe/SyBoT+rB/sYIcd2oPX9wLlY/vQ37mRQklAgEDo4IBUDCCAUwwEgYDVR0T\n"+ - "AQH/BAgwBgEB/wIBDDA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLmNoYW1i\n"+ - "ZXJzaWduLm9yZy9jaGFtYmVyc2lnbnJvb3QuY3JsMB0GA1UdDgQWBBRDnDafsJ4w\n"+ - "TcbOX60Qq+UDpfqpFDAOBgNVHQ8BAf8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgAH\n"+ - "MCoGA1UdEQQjMCGBH2NoYW1iZXJzaWducm9vdEBjaGFtYmVyc2lnbi5vcmcwKgYD\n"+ - "VR0SBCMwIYEfY2hhbWJlcnNpZ25yb290QGNoYW1iZXJzaWduLm9yZzBbBgNVHSAE\n"+ - "VDBSMFAGCysGAQQBgYcuCgEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly9jcHMuY2hh\n"+ - "bWJlcnNpZ24ub3JnL2Nwcy9jaGFtYmVyc2lnbnJvb3QuaHRtbDANBgkqhkiG9w0B\n"+ - "AQUFAAOCAQEAPDtwkfkEVCeR4e3t/mh/YV3lQWVPMvEYBZRqHN4fcNs+ezICNLUM\n"+ - "bKGKfKX0j//U2K0X1S0E0T9YgOKBWYi+wONGkyT+kL0mojAt6JcmVzWJdJYY9hXi\n"+ - "ryQZVgICsroPFOrGimbBhkVVi76SvpykBMdJPJ7oKXqJ1/6v/2j1pReQvayZzKWG\n"+ - "VwlnRtvWFsJG8eSpUPWP0ZIV018+xgBJOm5YstHRJw0lyDL4IBHNfTIzSJRUTN3c\n"+ - "ecQwn+uOuFW114hcxWokPbLTBQNRxgfvzBRydD1ucs4YKIxKoHflCStFREest2d/\n"+ - "AYoFWpO+ocH/+OcOZ6RHSXZddZAa9SaP8A==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("NetLock Qualified (Class QA) Root", - // X500 Subject, for lookups. - "MIHJMQswCQYDVQQGEwJIVTERMA8GA1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFs"+ - "b3phdGJpenRvbnNhZ2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxQjBABgNVBAMT"+ - "OU5ldExvY2sgTWlub3NpdGV0dCBLb3pqZWd5em9pIChDbGFzcyBRQSkgVGFudXNpdHZhbnlraWFk"+ - "bzEeMBwGCSqGSIb3DQEJARYPaW5mb0BuZXRsb2NrLmh1", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIG0TCCBbmgAwIBAgIBezANBgkqhkiG9w0BAQUFADCByTELMAkGA1UEBhMCSFUx\n"+ - "ETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0\n"+ - "b25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMUIwQAYDVQQD\n"+ - "EzlOZXRMb2NrIE1pbm9zaXRldHQgS296amVneXpvaSAoQ2xhc3MgUUEpIFRhbnVz\n"+ - "aXR2YW55a2lhZG8xHjAcBgkqhkiG9w0BCQEWD2luZm9AbmV0bG9jay5odTAeFw0w\n"+ - "MzAzMzAwMTQ3MTFaFw0yMjEyMTUwMTQ3MTFaMIHJMQswCQYDVQQGEwJIVTERMA8G\n"+ - "A1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFsb3phdGJpenRvbnNh\n"+ - "Z2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxQjBABgNVBAMTOU5l\n"+ - "dExvY2sgTWlub3NpdGV0dCBLb3pqZWd5em9pIChDbGFzcyBRQSkgVGFudXNpdHZh\n"+ - "bnlraWFkbzEeMBwGCSqGSIb3DQEJARYPaW5mb0BuZXRsb2NrLmh1MIIBIjANBgkq\n"+ - "hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx1Ilstg91IRVCacbvWy5FPSKAtt2/Goq\n"+ - "eKvld/Bu4IwjZ9ulZJm53QE+b+8tmjwi8F3JV6BVQX/yQ15YglMxZc4e8ia6AFQe\n"+ - "r7C8HORSjKAyr7c3sVNnaHRnUPYtLmTeriZ539+Zhqurf4XsoPuAzPS4DB6TRWO5\n"+ - "3Lhbm+1bOdRfYrCnjnxmOCyqsQhjF2d9zL2z8cM/z1A57dEZgxXbhxInlrfa6uWd\n"+ - "vLrqOU+L73Sa58XQ0uqGURzk/mQIKAR5BevKxXEOC++r6uwSEaEYBTJp0QwsGj0l\n"+ - "mT+1fMptsK6ZmfoIYOcZwvK9UdPM0wKswREMgM6r3JSda6M5UzrWhQIDAMV9o4IC\n"+ - "wDCCArwwEgYDVR0TAQH/BAgwBgEB/wIBBDAOBgNVHQ8BAf8EBAMCAQYwggJ1Bglg\n"+ - "hkgBhvhCAQ0EggJmFoICYkZJR1lFTEVNISBFemVuIHRhbnVzaXR2YW55IGEgTmV0\n"+ - "TG9jayBLZnQuIE1pbm9zaXRldHQgU3pvbGdhbHRhdGFzaSBTemFiYWx5emF0YWJh\n"+ - "biBsZWlydCBlbGphcmFzb2sgYWxhcGphbiBrZXN6dWx0LiBBIG1pbm9zaXRldHQg\n"+ - "ZWxla3Ryb25pa3VzIGFsYWlyYXMgam9naGF0YXMgZXJ2ZW55ZXN1bGVzZW5laywg\n"+ - "dmFsYW1pbnQgZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYSBNaW5vc2l0ZXR0IFN6\n"+ - "b2xnYWx0YXRhc2kgU3phYmFseXphdGJhbiwgYXogQWx0YWxhbm9zIFN6ZXJ6b2Rl\n"+ - "c2kgRmVsdGV0ZWxla2JlbiBlbG9pcnQgZWxsZW5vcnplc2kgZWxqYXJhcyBtZWd0\n"+ - "ZXRlbGUuIEEgZG9rdW1lbnR1bW9rIG1lZ3RhbGFsaGF0b2sgYSBodHRwczovL3d3\n"+ - "dy5uZXRsb2NrLmh1L2RvY3MvIGNpbWVuIHZhZ3kga2VyaGV0b2sgYXogaW5mb0Bu\n"+ - "ZXRsb2NrLm5ldCBlLW1haWwgY2ltZW4uIFdBUk5JTkchIFRoZSBpc3N1YW5jZSBh\n"+ - "bmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmljYXRlIGFyZSBzdWJqZWN0IHRvIHRo\n"+ - "ZSBOZXRMb2NrIFF1YWxpZmllZCBDUFMgYXZhaWxhYmxlIGF0IGh0dHBzOi8vd3d3\n"+ - "Lm5ldGxvY2suaHUvZG9jcy8gb3IgYnkgZS1tYWlsIGF0IGluZm9AbmV0bG9jay5u\n"+ - "ZXQwHQYDVR0OBBYEFAlqYhaSsFq7VQ7LdTI6MuWyIckoMA0GCSqGSIb3DQEBBQUA\n"+ - "A4IBAQCRalCc23iBmz+LQuM7/KbD7kPgz/PigDVJRXYC4uMvBcXxKufAQTPGtpvQ\n"+ - "MznNwNuhrWw3AkxYQTvyl5LGSKjN5Yo5iWH5Upfpvfb5lHTocQ68d4bDBsxafEp+\n"+ - "NFAwLvt/MpqNPfMgW/hqyobzMUwsWYACff44yTB1HLdV47yfuqhthCgFdbOLDcCR\n"+ - "VCHnpgu0mfVRQdzNo0ci2ccBgcTcR08m6h/t280NmPSjnLRzMkqWmf68f8glWPhY\n"+ - "83ZmiVSkpj7EUFy6iRiCdUgh0k8T6GB+B3bbELVR5qq5aKrN9p2QdRLqOBrKROi3\n"+ - "macqaJVmlaut74nLYKkGEsaUR+ko\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("NetLock Notary (Class A) Root", - // X500 Subject, for lookups. - "MIGvMQswCQYDVQQGEwJIVTEQMA4GA1UECBMHSHVuZ2FyeTERMA8GA1UEBxMIQnVkYXBlc3QxJzAl"+ - "BgNVBAoTHk5ldExvY2sgSGFsb3phdGJpenRvbnNhZ2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZh"+ - "bnlraWFkb2sxNjA0BgNVBAMTLU5ldExvY2sgS296amVneXpvaSAoQ2xhc3MgQSkgVGFudXNpdHZh"+ - "bnlraWFkbw==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIGfTCCBWWgAwIBAgICAQMwDQYJKoZIhvcNAQEEBQAwga8xCzAJBgNVBAYTAkhV\n"+ - "MRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMe\n"+ - "TmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0\n"+ - "dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBLb3pqZWd5em9pIChDbGFzcyBB\n"+ - "KSBUYW51c2l0dmFueWtpYWRvMB4XDTk5MDIyNDIzMTQ0N1oXDTE5MDIxOTIzMTQ0\n"+ - "N1owga8xCzAJBgNVBAYTAkhVMRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQHEwhC\n"+ - "dWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQu\n"+ - "MRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBL\n"+ - "b3pqZWd5em9pIChDbGFzcyBBKSBUYW51c2l0dmFueWtpYWRvMIIBIjANBgkqhkiG\n"+ - "9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHSMD7tM9DceqQWC2ObhbHDqeLVu0ThEDaiD\n"+ - "zl3S1tWBxdRL51uUcCbbO51qTGL3cfNk1mE7PetzozfZz+qMkjvN9wfcZnSX9EUi\n"+ - "3fRc4L9t875lM+QVOr/bmJBVOMTtplVjC7B4BPTjbsE/jvxReB+SnoPC/tmwqcm8\n"+ - "WgD/qaiYdPv2LD4VOQ22BFWoDpggQrOxJa1+mm9dU7GrDPzr4PN6s6iz/0b2Y6LY\n"+ - "Oph7tqyF/7AlT3Rj5xMHpQqPBffAZG9+pyeAlt7ULoZgx2srXnN7F+eRP2QM2Esi\n"+ - "NCubMvJIH5+hCoR64sKtlz2O1cH5VqNQ6ca0+pii7pXmKgOM3wIDAQABo4ICnzCC\n"+ - "ApswDgYDVR0PAQH/BAQDAgAGMBIGA1UdEwEB/wQIMAYBAf8CAQQwEQYJYIZIAYb4\n"+ - "QgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaCAk1GSUdZRUxFTSEgRXplbiB0\n"+ - "YW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFub3MgU3pvbGdhbHRhdGFz\n"+ - "aSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBhbGFwamFuIGtlc3p1bHQu\n"+ - "IEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExvY2sgS2Z0LiB0ZXJtZWtm\n"+ - "ZWxlbG9zc2VnLWJpenRvc2l0YXNhIHZlZGkuIEEgZGlnaXRhbGlzIGFsYWlyYXMg\n"+ - "ZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYXogZWxvaXJ0IGVsbGVub3J6ZXNpIGVs\n"+ - "amFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFzIGxlaXJhc2EgbWVndGFsYWxoYXRv\n"+ - "IGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGphbiBhIGh0dHBzOi8vd3d3\n"+ - "Lm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJoZXRvIGF6IGVsbGVub3J6\n"+ - "ZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBPUlRBTlQhIFRoZSBpc3N1\n"+ - "YW5jZSBhbmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmljYXRlIGlzIHN1YmplY3Qg\n"+ - "dG8gdGhlIE5ldExvY2sgQ1BTIGF2YWlsYWJsZSBhdCBodHRwczovL3d3dy5uZXRs\n"+ - "b2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFpbCBhdCBjcHNAbmV0bG9jay5uZXQuMA0G\n"+ - "CSqGSIb3DQEBBAUAA4IBAQBIJEb3ulZv+sgoA0BO5TE5ayZrU3/b39/zcT0mwBQO\n"+ - "xmd7I6gMc90Bu8bKbjc5VdXHjFYgDigKDtIqpLBJUsY4B/6+CgmM0ZjPytoUMaFP\n"+ - "0jn8DxEsQ8Pdq5PHVT5HfBgaANzze9jyf1JsIPQLX2lS9O74silg6+NJMSEN1rUQ\n"+ - "QeJBCWziGppWS3cC9qCbmieH6FUpccKQn0V4GuEVZD3QDtigdp+uxdAu6tYPVuxk\n"+ - "f1qbFFgBJ34TUMdrKuZoPL9coAob4Q566eKAw+np9v1sEZ7Q5SgnK1QyQhSCdeZK\n"+ - "8CtmdWOMovsEPoMOmzbwGOQmIMOM8CgHrTwXZoi1/baI\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("NetLock Business (Class B) Root", - // X500 Subject, for lookups. - "MIGZMQswCQYDVQQGEwJIVTERMA8GA1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFs"+ - "b3phdGJpenRvbnNhZ2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxMjAwBgNVBAMT"+ - "KU5ldExvY2sgVXpsZXRpIChDbGFzcyBCKSBUYW51c2l0dmFueWtpYWRv", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFSzCCBLSgAwIBAgIBaTANBgkqhkiG9w0BAQQFADCBmTELMAkGA1UEBhMCSFUx\n"+ - "ETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0\n"+ - "b25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMTIwMAYDVQQD\n"+ - "EylOZXRMb2NrIFV6bGV0aSAoQ2xhc3MgQikgVGFudXNpdHZhbnlraWFkbzAeFw05\n"+ - "OTAyMjUxNDEwMjJaFw0xOTAyMjAxNDEwMjJaMIGZMQswCQYDVQQGEwJIVTERMA8G\n"+ - "A1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFsb3phdGJpenRvbnNh\n"+ - "Z2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxMjAwBgNVBAMTKU5l\n"+ - "dExvY2sgVXpsZXRpIChDbGFzcyBCKSBUYW51c2l0dmFueWtpYWRvMIGfMA0GCSqG\n"+ - "SIb3DQEBAQUAA4GNADCBiQKBgQCx6gTsIKAjwo84YM/HRrPVG/77uZmeBNwcf4xK\n"+ - "gZjupNTKihe5In+DCnVMm8Bp2GQ5o+2So/1bXHQawEfKOml2mrriRBf8TKPV/riX\n"+ - "iK+IA4kfpPIEPsgHC+b5sy96YhQJRhTKZPWLgLViqNhr1nGTLbO/CVRY7QbrqHvc\n"+ - "Q7GhaQIDAQABo4ICnzCCApswEgYDVR0TAQH/BAgwBgEB/wIBBDAOBgNVHQ8BAf8E\n"+ - "BAMCAAYwEQYJYIZIAYb4QgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaCAk1G\n"+ - "SUdZRUxFTSEgRXplbiB0YW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFu\n"+ - "b3MgU3pvbGdhbHRhdGFzaSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBh\n"+ - "bGFwamFuIGtlc3p1bHQuIEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExv\n"+ - "Y2sgS2Z0LiB0ZXJtZWtmZWxlbG9zc2VnLWJpenRvc2l0YXNhIHZlZGkuIEEgZGln\n"+ - "aXRhbGlzIGFsYWlyYXMgZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYXogZWxvaXJ0\n"+ - "IGVsbGVub3J6ZXNpIGVsamFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFzIGxlaXJh\n"+ - "c2EgbWVndGFsYWxoYXRvIGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGph\n"+ - "biBhIGh0dHBzOi8vd3d3Lm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJo\n"+ - "ZXRvIGF6IGVsbGVub3J6ZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBP\n"+ - "UlRBTlQhIFRoZSBpc3N1YW5jZSBhbmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmlj\n"+ - "YXRlIGlzIHN1YmplY3QgdG8gdGhlIE5ldExvY2sgQ1BTIGF2YWlsYWJsZSBhdCBo\n"+ - "dHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFpbCBhdCBjcHNA\n"+ - "bmV0bG9jay5uZXQuMA0GCSqGSIb3DQEBBAUAA4GBAATbrowXr/gOkDFOzT4JwG06\n"+ - "sPgzTEdM43WIEJessDgVkcYplswhwG08pXTP2IKlOcNl40JwuyKQ433bNXbhoLXa\n"+ - "n3BukxowOR0w2y7jfLKRstE3Kfq51hdcR0/jHTjrn9V7lagonhVK0dHQKwCXoOKS\n"+ - "NitjrFgBazMpUIaD8QFI\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("NetLock Express (Class C) Root", - // X500 Subject, for lookups. - "MIGbMQswCQYDVQQGEwJIVTERMA8GA1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFs"+ - "b3phdGJpenRvbnNhZ2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxNDAyBgNVBAMT"+ - "K05ldExvY2sgRXhwcmVzc3ogKENsYXNzIEMpIFRhbnVzaXR2YW55a2lhZG8=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFTzCCBLigAwIBAgIBaDANBgkqhkiG9w0BAQQFADCBmzELMAkGA1UEBhMCSFUx\n"+ - "ETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0\n"+ - "b25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMTQwMgYDVQQD\n"+ - "EytOZXRMb2NrIEV4cHJlc3N6IChDbGFzcyBDKSBUYW51c2l0dmFueWtpYWRvMB4X\n"+ - "DTk5MDIyNTE0MDgxMVoXDTE5MDIyMDE0MDgxMVowgZsxCzAJBgNVBAYTAkhVMREw\n"+ - "DwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9u\n"+ - "c2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE0MDIGA1UEAxMr\n"+ - "TmV0TG9jayBFeHByZXNzeiAoQ2xhc3MgQykgVGFudXNpdHZhbnlraWFkbzCBnzAN\n"+ - "BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA6+ywbGGKIyWvYCDj2Z/8kwvbXY2wobNA\n"+ - "OoLO/XXgeDIDhlqGlZHtU/qdQPzm6N3ZW3oDvV3zOwzDUXmbrVWg6dADEK8KuhRC\n"+ - "2VImESLH0iDMgqSaqf64gXadarfSNnU+sYYJ9m5tfk63euyucYT2BDMIJTLrdKwW\n"+ - "RMbkQJMdf60CAwEAAaOCAp8wggKbMBIGA1UdEwEB/wQIMAYBAf8CAQQwDgYDVR0P\n"+ - "AQH/BAQDAgAGMBEGCWCGSAGG+EIBAQQEAwIABzCCAmAGCWCGSAGG+EIBDQSCAlEW\n"+ - "ggJNRklHWUVMRU0hIEV6ZW4gdGFudXNpdHZhbnkgYSBOZXRMb2NrIEtmdC4gQWx0\n"+ - "YWxhbm9zIFN6b2xnYWx0YXRhc2kgRmVsdGV0ZWxlaWJlbiBsZWlydCBlbGphcmFz\n"+ - "b2sgYWxhcGphbiBrZXN6dWx0LiBBIGhpdGVsZXNpdGVzIGZvbHlhbWF0YXQgYSBO\n"+ - "ZXRMb2NrIEtmdC4gdGVybWVrZmVsZWxvc3NlZy1iaXp0b3NpdGFzYSB2ZWRpLiBB\n"+ - "IGRpZ2l0YWxpcyBhbGFpcmFzIGVsZm9nYWRhc2FuYWsgZmVsdGV0ZWxlIGF6IGVs\n"+ - "b2lydCBlbGxlbm9yemVzaSBlbGphcmFzIG1lZ3RldGVsZS4gQXogZWxqYXJhcyBs\n"+ - "ZWlyYXNhIG1lZ3RhbGFsaGF0byBhIE5ldExvY2sgS2Z0LiBJbnRlcm5ldCBob25s\n"+ - "YXBqYW4gYSBodHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIGNpbWVuIHZhZ3kg\n"+ - "a2VyaGV0byBheiBlbGxlbm9yemVzQG5ldGxvY2submV0IGUtbWFpbCBjaW1lbi4g\n"+ - "SU1QT1JUQU5UISBUaGUgaXNzdWFuY2UgYW5kIHRoZSB1c2Ugb2YgdGhpcyBjZXJ0\n"+ - "aWZpY2F0ZSBpcyBzdWJqZWN0IHRvIHRoZSBOZXRMb2NrIENQUyBhdmFpbGFibGUg\n"+ - "YXQgaHR0cHM6Ly93d3cubmV0bG9jay5uZXQvZG9jcyBvciBieSBlLW1haWwgYXQg\n"+ - "Y3BzQG5ldGxvY2submV0LjANBgkqhkiG9w0BAQQFAAOBgQAQrX/XDDKACtiG8XmY\n"+ - "ta3UzbM2xJZIwVzNmtkFLp++UOv0JhQQLdRmF/iewSf98e3ke0ugbLWrmldwpu2g\n"+ - "pO0u9f38vf5NNwgMvOOWgyL1SRt/Syu0VMGAfJlOHdCM7tCs5ZL6dVb+ZKATj7i4\n"+ - "Fp1hBWeAyNDYpQcCNJgEjTME1A==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("XRamp Global CA Root", - // X500 Subject, for lookups. - "MIGCMQswCQYDVQQGEwJVUzEeMBwGA1UECxMVd3d3LnhyYW1wc2VjdXJpdHkuY29tMSQwIgYDVQQK"+ - "ExtYUmFtcCBTZWN1cml0eSBTZXJ2aWNlcyBJbmMxLTArBgNVBAMTJFhSYW1wIEdsb2JhbCBDZXJ0"+ - "aWZpY2F0aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB\n"+ - "gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk\n"+ - "MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY\n"+ - "UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx\n"+ - "NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3\n"+ - "dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy\n"+ - "dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB\n"+ - "dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6\n"+ - "38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP\n"+ - "KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q\n"+ - "DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4\n"+ - "qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa\n"+ - "JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi\n"+ - "PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P\n"+ - "BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs\n"+ - "jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0\n"+ - "eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD\n"+ - "ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR\n"+ - "vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt\n"+ - "qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa\n"+ - "IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy\n"+ - "i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ\n"+ - "O+7ETPTsJ3xCwnR8gooJybQDJbw=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Go Daddy Class 2 CA", - // X500 Subject, for lookups. - "MGMxCzAJBgNVBAYTAlVTMSEwHwYDVQQKExhUaGUgR28gRGFkZHkgR3JvdXAsIEluYy4xMTAvBgNV"+ - "BAsTKEdvIERhZGR5IENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHk=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh\n"+ - "MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE\n"+ - "YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3\n"+ - "MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo\n"+ - "ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg\n"+ - "MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN\n"+ - "ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA\n"+ - "PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w\n"+ - "wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi\n"+ - "EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY\n"+ - "avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+\n"+ - "YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE\n"+ - "sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h\n"+ - "/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5\n"+ - "IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj\n"+ - "YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD\n"+ - "ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy\n"+ - "OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P\n"+ - "TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ\n"+ - "HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER\n"+ - "dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf\n"+ - "ReYNnyicsbkqWletNw+vHX/bvZ8=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Starfield Class 2 CA", - // X500 Subject, for lookups. - "MGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIw"+ - "MAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl\n"+ - "MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp\n"+ - "U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw\n"+ - "NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE\n"+ - "ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp\n"+ - "ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3\n"+ - "DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf\n"+ - "8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN\n"+ - "+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0\n"+ - "X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa\n"+ - "K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA\n"+ - "1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G\n"+ - "A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR\n"+ - "zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0\n"+ - "YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD\n"+ - "bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w\n"+ - "DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3\n"+ - "L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D\n"+ - "eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl\n"+ - "xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp\n"+ - "VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY\n"+ - "WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("StartCom Ltd.", - // X500 Subject, for lookups. - "MIGwMQswCQYDVQQGEwJJTDEPMA0GA1UECBMGSXNyYWVsMQ4wDAYDVQQHEwVFaWxhdDEWMBQGA1UE"+ - "ChMNU3RhcnRDb20gTHRkLjEaMBgGA1UECxMRQ0EgQXV0aG9yaXR5IERlcC4xKTAnBgNVBAMTIEZy"+ - "ZWUgU1NMIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSEwHwYJKoZIhvcNAQkBFhJhZG1pbkBzdGFy"+ - "dGNvbS5vcmc=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIFFjCCBH+gAwIBAgIBADANBgkqhkiG9w0BAQQFADCBsDELMAkGA1UEBhMCSUwx\n"+ - "DzANBgNVBAgTBklzcmFlbDEOMAwGA1UEBxMFRWlsYXQxFjAUBgNVBAoTDVN0YXJ0\n"+ - "Q29tIEx0ZC4xGjAYBgNVBAsTEUNBIEF1dGhvcml0eSBEZXAuMSkwJwYDVQQDEyBG\n"+ - "cmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYS\n"+ - "YWRtaW5Ac3RhcnRjb20ub3JnMB4XDTA1MDMxNzE3Mzc0OFoXDTM1MDMxMDE3Mzc0\n"+ - "OFowgbAxCzAJBgNVBAYTAklMMQ8wDQYDVQQIEwZJc3JhZWwxDjAMBgNVBAcTBUVp\n"+ - "bGF0MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMRowGAYDVQQLExFDQSBBdXRob3Jp\n"+ - "dHkgRGVwLjEpMCcGA1UEAxMgRnJlZSBTU0wgQ2VydGlmaWNhdGlvbiBBdXRob3Jp\n"+ - "dHkxITAfBgkqhkiG9w0BCQEWEmFkbWluQHN0YXJ0Y29tLm9yZzCBnzANBgkqhkiG\n"+ - "9w0BAQEFAAOBjQAwgYkCgYEA7YRgACOeyEpRKSfeOqE5tWmrCbIvNP1h3D3TsM+x\n"+ - "18LEwrHkllbEvqoUDufMOlDIOmKdw6OsWXuO7lUaHEe+o5c5s7XvIywI6Nivcy+5\n"+ - "yYPo7QAPyHWlLzRMGOh2iCNJitu27Wjaw7ViKUylS7eYtAkUEKD4/mJ2IhULpNYI\n"+ - "LzUCAwEAAaOCAjwwggI4MA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgHmMB0G\n"+ - "A1UdDgQWBBQcicOWzL3+MtUNjIExtpidjShkjTCB3QYDVR0jBIHVMIHSgBQcicOW\n"+ - "zL3+MtUNjIExtpidjShkjaGBtqSBszCBsDELMAkGA1UEBhMCSUwxDzANBgNVBAgT\n"+ - "BklzcmFlbDEOMAwGA1UEBxMFRWlsYXQxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4x\n"+ - "GjAYBgNVBAsTEUNBIEF1dGhvcml0eSBEZXAuMSkwJwYDVQQDEyBGcmVlIFNTTCBD\n"+ - "ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSYWRtaW5Ac3Rh\n"+ - "cnRjb20ub3JnggEAMB0GA1UdEQQWMBSBEmFkbWluQHN0YXJ0Y29tLm9yZzAdBgNV\n"+ - "HRIEFjAUgRJhZG1pbkBzdGFydGNvbS5vcmcwEQYJYIZIAYb4QgEBBAQDAgAHMC8G\n"+ - "CWCGSAGG+EIBDQQiFiBGcmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAy\n"+ - "BglghkgBhvhCAQQEJRYjaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL2NhLWNybC5j\n"+ - "cmwwKAYJYIZIAYb4QgECBBsWGWh0dHA6Ly9jZXJ0LnN0YXJ0Y29tLm9yZy8wOQYJ\n"+ - "YIZIAYb4QgEIBCwWKmh0dHA6Ly9jZXJ0LnN0YXJ0Y29tLm9yZy9pbmRleC5waHA/\n"+ - "YXBwPTExMTANBgkqhkiG9w0BAQQFAAOBgQBscSXhnjSRIe/bbL0BCFaPiNhBOlP1\n"+ - "ct8nV0t2hPdopP7rPwl+KLhX6h/BquL/lp9JmeaylXOWxkjHXo0Hclb4g4+fd68p\n"+ - "00UOpO6wNnQt8M2YI3s3S9r+UZjEHjQ8iP2ZO1CnwYszx8JSFhKVU2Ui77qLzmLb\n"+ - "cCOxgN8aIDjnfg==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("StartCom Certification Authority", - // X500 Subject, for lookups. - "MH0xCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg"+ - "RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZpY2F0"+ - "aW9uIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEW\n"+ - "MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg\n"+ - "Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh\n"+ - "dGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM2WhcNMzYwOTE3MTk0NjM2WjB9\n"+ - "MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi\n"+ - "U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh\n"+ - "cnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA\n"+ - "A4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk\n"+ - "pMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf\n"+ - "OQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C\n"+ - "Ji/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT\n"+ - "Kqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi\n"+ - "HzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM\n"+ - "Av+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w\n"+ - "+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+\n"+ - "Gkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3\n"+ - "Zzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B\n"+ - "26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID\n"+ - "AQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE\n"+ - "FE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9j\n"+ - "ZXJ0LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3Js\n"+ - "LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFM\n"+ - "BgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0\n"+ - "Y29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFy\n"+ - "dGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYgU3Rh\n"+ - "cnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlh\n"+ - "YmlsaXR5LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2Yg\n"+ - "dGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFp\n"+ - "bGFibGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwEQYJ\n"+ - "YIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNT\n"+ - "TCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOCAgEAFmyZ\n"+ - "9GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8\n"+ - "jhvh3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUW\n"+ - "FjgKXlf2Ysd6AgXmvB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJz\n"+ - "ewT4F+irsfMuXGRuczE6Eri8sxHkfY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1\n"+ - "ny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3fsNrarnDy0RLrHiQi+fHLB5L\n"+ - "EUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZEoalHmdkrQYu\n"+ - "L6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq\n"+ - "yvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuC\n"+ - "O3NJo2pXh5Tl1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6V\n"+ - "um0ABj6y6koQOdjQK/W/7HW/lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkySh\n"+ - "NOsF/5oirpt9P/FlUQqmMGqz9IgcgA38corog14=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Taiwan GRCA", - // X500 Subject, for lookups. - "MD8xCzAJBgNVBAYTAlRXMTAwLgYDVQQKDCdHb3Zlcm5tZW50IFJvb3QgQ2VydGlmaWNhdGlvbiBB"+ - "dXRob3JpdHk=", - "-----BEGIN CERTIFICATE-----\n"+ - "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\n"+ - "pYYsfPQS\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Firmaprofesional Root CA", - // X500 Subject, for lookups. - "MIGdMQswCQYDVQQGEwJFUzEiMCAGA1UEBxMZQy8gTXVudGFuZXIgMjQ0IEJhcmNlbG9uYTFCMEAG"+ - "A1UEAxM5QXV0b3JpZGFkIGRlIENlcnRpZmljYWNpb24gRmlybWFwcm9mZXNpb25hbCBDSUYgQTYy"+ - "NjM0MDY4MSYwJAYJKoZIhvcNAQkBFhdjYUBmaXJtYXByb2Zlc2lvbmFsLmNvbQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIEVzCCAz+gAwIBAgIBATANBgkqhkiG9w0BAQUFADCBnTELMAkGA1UEBhMCRVMx\n"+ - "IjAgBgNVBAcTGUMvIE11bnRhbmVyIDI0NCBCYXJjZWxvbmExQjBABgNVBAMTOUF1\n"+ - "dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2\n"+ - "MjYzNDA2ODEmMCQGCSqGSIb3DQEJARYXY2FAZmlybWFwcm9mZXNpb25hbC5jb20w\n"+ - "HhcNMDExMDI0MjIwMDAwWhcNMTMxMDI0MjIwMDAwWjCBnTELMAkGA1UEBhMCRVMx\n"+ - "IjAgBgNVBAcTGUMvIE11bnRhbmVyIDI0NCBCYXJjZWxvbmExQjBABgNVBAMTOUF1\n"+ - "dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2\n"+ - "MjYzNDA2ODEmMCQGCSqGSIb3DQEJARYXY2FAZmlybWFwcm9mZXNpb25hbC5jb20w\n"+ - "ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDnIwNvbyOlXnjOlSztlB5u\n"+ - "Cp4Bx+ow0Syd3Tfom5h5VtP8c9/Qit5Vj1H5WuretXDE7aTt/6MNbg9kUDGvASdY\n"+ - "rv5sp0ovFy3Tc9UTHI9ZpTQsHVQERc1ouKDAA6XPhUJHlShbz++AbOCQl4oBPB3z\n"+ - "hxAwJkh91/zpnZFx/0GaqUC1N5wpIE8fUuOgfRNtVLcK3ulqTgesrBlf3H5idPay\n"+ - "BQC6haD9HThuy1q7hryUZzM1gywfI834yJFxzJeL764P3CkDG8A563DtwW4O2GcL\n"+ - "iam8NeTvtjS0pbbELaW+0MOUJEjb35bTALVmGotmBQ/dPz/LP6pemkr4tErvlTcb\n"+ - "AgMBAAGjgZ8wgZwwKgYDVR0RBCMwIYYfaHR0cDovL3d3dy5maXJtYXByb2Zlc2lv\n"+ - "bmFsLmNvbTASBgNVHRMBAf8ECDAGAQH/AgEBMCsGA1UdEAQkMCKADzIwMDExMDI0\n"+ - "MjIwMDAwWoEPMjAxMzEwMjQyMjAwMDBaMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4E\n"+ - "FgQUMwugZtHq2s7eYpMEKFK1FH84aLcwDQYJKoZIhvcNAQEFBQADggEBAEdz/o0n\n"+ - "VPD11HecJ3lXV7cVVuzH2Fi3AQL0M+2TUIiefEaxvT8Ub/GzR0iLjJcG1+p+o1wq\n"+ - "u00vR+L4OQbJnC4xGgN49Lw4xiKLMzHwFgQEffl25EvXwOaD7FnMP97/T2u3Z36m\n"+ - "hoEyIwOdyPdfwUpgpZKpsaSgYMN4h7Mi8yrrW6ntBas3D7Hi05V2Y1Z0jFhyGzfl\n"+ - "ZKG+TQyTmAyX9odtsz/ny4Cm7YjHX1BiAuiZdBbQ5rQ58SfLyEDW44YQqSMSkuBp\n"+ - "QWOnryULwMWSyx6Yo1q6xTMPoJcB3X/ge9YGVM+h4k0460tQtcsm9MracEpqoeJ5\n"+ - "quGnM/b9Sh/22WA=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Wells Fargo Root CA", - // X500 Subject, for lookups. - "MIGCMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLV2VsbHMgRmFyZ28xLDAqBgNVBAsTI1dlbGxzIEZh"+ - "cmdvIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS8wLQYDVQQDEyZXZWxscyBGYXJnbyBSb290IENl"+ - "cnRpZmljYXRlIEF1dGhvcml0eQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIID5TCCAs2gAwIBAgIEOeSXnjANBgkqhkiG9w0BAQUFADCBgjELMAkGA1UEBhMC\n"+ - "VVMxFDASBgNVBAoTC1dlbGxzIEZhcmdvMSwwKgYDVQQLEyNXZWxscyBGYXJnbyBD\n"+ - "ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEvMC0GA1UEAxMmV2VsbHMgRmFyZ28gUm9v\n"+ - "dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDAxMDExMTY0MTI4WhcNMjEwMTE0\n"+ - "MTY0MTI4WjCBgjELMAkGA1UEBhMCVVMxFDASBgNVBAoTC1dlbGxzIEZhcmdvMSww\n"+ - "KgYDVQQLEyNXZWxscyBGYXJnbyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEvMC0G\n"+ - "A1UEAxMmV2VsbHMgRmFyZ28gUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEi\n"+ - "MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVqDM7Jvk0/82bfuUER84A4n13\n"+ - "5zHCLielTWi5MbqNQ1mXx3Oqfz1cQJ4F5aHiidlMuD+b+Qy0yGIZLEWukR5zcUHE\n"+ - "SxP9cMIlrCL1dQu3U+SlK93OvRw6esP3E48mVJwWa2uv+9iWsWCaSOAlIiR5NM4O\n"+ - "JgALTqv9i86C1y8IcGjBqAr5dE8Hq6T54oN+J3N0Prj5OEL8pahbSCOz6+MlsoCu\n"+ - "ltQKnMJ4msZoGK43YjdeUXWoWGPAUe5AeH6orxqg4bB4nVCMe+ez/I4jsNtlAHCE\n"+ - "AQgAFG5Uhpq6zPk3EPbg3oQtnaSFN9OH4xXQwReQfhkhahKpdv0SAulPIV4XAgMB\n"+ - "AAGjYTBfMA8GA1UdEwEB/wQFMAMBAf8wTAYDVR0gBEUwQzBBBgtghkgBhvt7hwcB\n"+ - "CzAyMDAGCCsGAQUFBwIBFiRodHRwOi8vd3d3LndlbGxzZmFyZ28uY29tL2NlcnRw\n"+ - "b2xpY3kwDQYJKoZIhvcNAQEFBQADggEBANIn3ZwKdyu7IvICtUpKkfnRLb7kuxpo\n"+ - "7w6kAOnu5+/u9vnldKTC2FJYxHT7zmu1Oyl5GFrvm+0fazbuSCUlFLZWohDo7qd/\n"+ - "0D+j0MNdJu4HzMPBJCGHHt8qElNvQRbn7a6U+oxy+hNH8Dx+rn0ROhPs7fpvcmR7\n"+ - "nX1/Jv16+yWt6j4pf0zjAFcysLPp7VMX2YuyFA4w6OXVE8Zkr8QA1dhYJPz1j+zx\n"+ - "x32l2w8n0cbyQIjmH/ZhqPRCyLk306m+LFZ4wnKbWV01QIroTmMatukgalHizqSQ\n"+ - "33ZwmVxwQ023tqcZZE6St8WRPH9IFmV7Fv3L/PvZ1dZPIWU7Sn9Ho/s=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Swisscom Root CA 1", - // X500 Subject, for lookups. - "MGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0"+ - "aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAx", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIF2TCCA8GgAwIBAgIQXAuFXAvnWUHfV8w/f52oNjANBgkqhkiG9w0BAQUFADBk\n"+ - "MQswCQYDVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0\n"+ - "YWwgQ2VydGlmaWNhdGUgU2VydmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3Qg\n"+ - "Q0EgMTAeFw0wNTA4MTgxMjA2MjBaFw0yNTA4MTgyMjA2MjBaMGQxCzAJBgNVBAYT\n"+ - "AmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZp\n"+ - "Y2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAxMIICIjAN\n"+ - "BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0LmwqAzZuz8h+BvVM5OAFmUgdbI9\n"+ - "m2BtRsiMMW8Xw/qabFbtPMWRV8PNq5ZJkCoZSx6jbVfd8StiKHVFXqrWW/oLJdih\n"+ - "FvkcxC7mlSpnzNApbjyFNDhhSbEAn9Y6cV9Nbc5fuankiX9qUvrKm/LcqfmdmUc/\n"+ - "TilftKaNXXsLmREDA/7n29uj/x2lzZAeAR81sH8A25Bvxn570e56eqeqDFdvpG3F\n"+ - "EzuwpdntMhy0XmeLVNxzh+XTF3xmUHJd1BpYwdnP2IkCb6dJtDZd0KTeByy2dbco\n"+ - "kdaXvij1mB7qWybJvbCXc9qukSbraMH5ORXWZ0sKbU/Lz7DkQnGMU3nn7uHbHaBu\n"+ - "HYwadzVcFh4rUx80i9Fs/PJnB3r1re3WmquhsUvhzDdf/X/NTa64H5xD+SpYVUNF\n"+ - "vJbNcA78yeNmuk6NO4HLFWR7uZToXTNShXEuT46iBhFRyePLoW4xCGQMwtI89Tbo\n"+ - "19AOeCMgkckkKmUpWyL3Ic6DXqTz3kvTaI9GdVyDCW4pa8RwjPWd1yAv/0bSKzjC\n"+ - "L3UcPX7ape8eYIVpQtPM+GP+HkM5haa2Y0EQs3MevNP6yn0WR+Kn1dCjigoIlmJW\n"+ - "bjTb2QK5MHXjBNLnj8KwEUAKrNVxAmKLMb7dxiNYMUJDLXT5xp6mig/p/r+D5kNX\n"+ - "JLrvRjSq1xIBOO0CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0hBBYw\n"+ - "FDASBgdghXQBUwABBgdghXQBUwABMBIGA1UdEwEB/wQIMAYBAf8CAQcwHwYDVR0j\n"+ - "BBgwFoAUAyUv3m+CATpcLNwroWm1Z9SM0/0wHQYDVR0OBBYEFAMlL95vggE6XCzc\n"+ - "K6FptWfUjNP9MA0GCSqGSIb3DQEBBQUAA4ICAQA1EMvspgQNDQ/NwNurqPKIlwzf\n"+ - "ky9NfEBWMXrrpA9gzXrzvsMnjgM+pN0S734edAY8PzHyHHuRMSG08NBsl9Tpl7Ik\n"+ - "Vh5WwzW9iAUPWxAaZOHHgjD5Mq2eUCzneAXQMbFamIp1TpBcahQq4FJHgmDmHtqB\n"+ - "sfsUC1rxn9KVuj7QG9YVHaO+htXbD8BJZLsuUBlL0iT43R4HVtA4oJVwIHaM190e\n"+ - "3p9xxCPvgxNcoyQVTSlAPGrEqdi3pkSlDfTgnXceQHAm/NrZNuR55LU/vJtlvrsR\n"+ - "ls/bxig5OgjOR1tTWsWZ/l2p3e9M1MalrQLmjAcSHm8D0W+go/MpvRLHUKKwf4ip\n"+ - "mXeascClOS5cfGniLLDqN2qk4Vrh9VDlg++luyqI54zb/W1elxmofmZ1a3Hqv7HH\n"+ - "b6D0jqTsNFFbjCYDcKF31QESVwA12yPeDooomf2xEG9L/zgtYE4snOtnta1J7ksf\n"+ - "rK/7DZBaZmBwXarNeNQk7shBoJMBkpxqnvy5JMWzFYJ+vq6VK+uxwNrjAWALXmms\n"+ - "hFZhvnEX/h0TD/7Gh0Xp/jKgGg0TpJRVcaUWi7rKibCyx/yP2FS1k2Kdzs9Z+z0Y\n"+ - "zirLNRWCXf9UIltxUvu3yf5gmwBBZPCqKuy2QkPOiWaByIufOVQDJdMWNY6E0F/6\n"+ - "MBr1mmz0DlP5OlvRHA==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("DigiCert Assured ID Root CA", - // X500 Subject, for lookups. - "MGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp"+ - "Y2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3VyZWQgSUQgUm9vdCBDQQ==", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl\n"+ - "MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\n"+ - "d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv\n"+ - "b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG\n"+ - "EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl\n"+ - "cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi\n"+ - "MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c\n"+ - "JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP\n"+ - "mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+\n"+ - "wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4\n"+ - "VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/\n"+ - "AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB\n"+ - "AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\n"+ - "BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun\n"+ - "pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC\n"+ - "dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf\n"+ - "fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm\n"+ - "NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx\n"+ - "H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe\n"+ - "+o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("DigiCert Global Root CA", - // X500 Subject, for lookups. - "MGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp"+ - "Y2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENB", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh\n"+ - "MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\n"+ - "d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD\n"+ - "QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT\n"+ - "MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j\n"+ - "b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG\n"+ - "9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB\n"+ - "CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97\n"+ - "nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt\n"+ - "43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P\n"+ - "T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4\n"+ - "gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO\n"+ - "BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR\n"+ - "TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw\n"+ - "DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr\n"+ - "hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg\n"+ - "06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF\n"+ - "PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls\n"+ - "YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk\n"+ - "CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("DigiCert High Assurance EV Root CA", - // X500 Subject, for lookups. - "MGwxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp"+ - "Y2VydC5jb20xKzApBgNVBAMTIkRpZ2lDZXJ0IEhpZ2ggQXNzdXJhbmNlIEVWIFJvb3QgQ0E=", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs\n"+ - "MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\n"+ - "d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j\n"+ - "ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL\n"+ - "MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3\n"+ - "LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug\n"+ - "RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm\n"+ - "+9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW\n"+ - "PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM\n"+ - "xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB\n"+ - "Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3\n"+ - "hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg\n"+ - "EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF\n"+ - "MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA\n"+ - "FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec\n"+ - "nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z\n"+ - "eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF\n"+ - "hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2\n"+ - "Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe\n"+ - "vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep\n"+ - "+OkuE6N36B9K\n"+ - "-----END CERTIFICATE-----"); - super.addPEMCertificate("Certplus Class 2 Primary CA", - // X500 Subject, for lookups. - "MD0xCzAJBgNVBAYTAkZSMREwDwYDVQQKEwhDZXJ0cGx1czEbMBkGA1UEAxMSQ2xhc3MgMiBQcmlt"+ - "YXJ5IENB", - "-----BEGIN CERTIFICATE-----\n"+ - "MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw\n"+ - "PTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz\n"+ - "cyAyIFByaW1hcnkgQ0EwHhcNOTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9\n"+ - "MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2VydHBsdXMxGzAZBgNVBAMTEkNsYXNz\n"+ - "IDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxQ\n"+ - "ltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR5aiR\n"+ - "VhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyL\n"+ - "kcAbmXuZVg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCd\n"+ - "EgETjdyAYveVqUSISnFOYFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yas\n"+ - "H7WLO7dDWWuwJKZtkIvEcupdM5i3y95ee++U8Rs+yskhwcWYAqqi9lt3m/V+llU0\n"+ - "HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRMECDAGAQH/AgEKMAsGA1Ud\n"+ - "DwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJYIZIAYb4\n"+ - "QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMu\n"+ - "Y29tL0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/\n"+ - "AN9WM2K191EBkOvDP9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8\n"+ - "yfFC82x/xXp8HVGIutIKPidd3i1RTtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMR\n"+ - "FcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+7UCmnYR0ObncHoUW2ikbhiMA\n"+ - "ybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW//1IMwrh3KWB\n"+ - "kJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7\n"+ - "l7+ijrRU\n"+ - "-----END CERTIFICATE-----"); - } - override public function addPEMCertificate(name:String,subject:String,pem:String):void { - throw new Error("Cannot add certificates to the Root CA store."); - } - override public function addCertificate(cert:X509Certificate):void { - throw new Error("Cannot add certificates to the Root CA store."); - } - } -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509Certificate.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509Certificate.as deleted file mode 100755 index db4ea1c..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509Certificate.as +++ /dev/null @@ -1,218 +0,0 @@ -/** - * X509Certificate - * - * A representation for a X509 Certificate, with - * methods to parse, verify and sign it. - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.cert { - import com.hurlant.crypto.hash.IHash; - import com.hurlant.crypto.hash.MD2; - import com.hurlant.crypto.hash.MD5; - import com.hurlant.crypto.hash.SHA1; - import com.hurlant.crypto.rsa.RSAKey; - import com.hurlant.util.ArrayUtil; - import com.hurlant.util.Base64; - import com.hurlant.util.der.ByteString; - import com.hurlant.util.der.DER; - import com.hurlant.util.der.OID; - import com.hurlant.util.der.ObjectIdentifier; - import com.hurlant.util.der.PEM; - import com.hurlant.util.der.PrintableString; - import com.hurlant.util.der.Sequence; - import com.hurlant.util.der.Type; - - import flash.utils.ByteArray; - - public class X509Certificate { - private var _loaded:Boolean; - private var _param:*; - private var _obj:Object; - public function X509Certificate(p:*) { - _loaded = false; - _param = p; - // lazy initialization, to avoid unnecessary parsing of every builtin CA at start-up. - } - private function load():void { - if (_loaded) return; - var p:* = _param; - var b:ByteArray; - if (p is String) { - b = PEM.readCertIntoArray(p as String); - } else if (p is ByteArray) { - b = p; - } - if (b!=null) { - _obj = DER.parse(b, Type.TLS_CERT); - _loaded = true; - } else { - throw new Error("Invalid x509 Certificate parameter: "+p); - } - } - public function isSigned(store:X509CertificateCollection, CAs:X509CertificateCollection, time:Date=null):Boolean { - load(); - // check timestamps first. cheapest. - if (time==null) { - time = new Date; - } - var notBefore:Date = getNotBefore(); - var notAfter:Date = getNotAfter(); - if (time.getTime()notAfter.getTime()) return false; // cert died of old age. - // check signature. - var subject:String = getIssuerPrincipal(); - // try from CA first, since they're treated better. - var parent:X509Certificate = CAs.getCertificate(subject); - var parentIsAuthoritative:Boolean = false; - if (parent == null) { - parent = store.getCertificate(subject); - if (parent == null) { - return false; // issuer not found - } - } else { - parentIsAuthoritative = true; - } - if (parent == this) { // pathological case. avoid infinite loop - return false; // isSigned() returns false if we're self-signed. - } - if (!(parentIsAuthoritative&&parent.isSelfSigned(time)) && - !parent.isSigned(store, CAs, time)) { - return false; - } - var key:RSAKey = parent.getPublicKey(); - return verifyCertificate(key); - } - public function isSelfSigned(time:Date):Boolean { - load(); - - var key:RSAKey = getPublicKey(); - return verifyCertificate(key); - } - private function verifyCertificate(key:RSAKey):Boolean { - var algo:String = getAlgorithmIdentifier(); - var hash:IHash; - var oid:String; - switch (algo) { - case OID.SHA1_WITH_RSA_ENCRYPTION: - hash = new SHA1; - oid = OID.SHA1_ALGORITHM; - break; - case OID.MD2_WITH_RSA_ENCRYPTION: - hash = new MD2; - oid = OID.MD2_ALGORITHM; - break; - case OID.MD5_WITH_RSA_ENCRYPTION: - hash = new MD5; - oid = OID.MD5_ALGORITHM; - break; - default: - return false; - } - var data:ByteArray = _obj.signedCertificate_bin; - var buf:ByteArray = new ByteArray; - key.verify(_obj.encrypted, buf, _obj.encrypted.length); - buf.position=0; - data = hash.hash(data); - var obj:Object = DER.parse(buf, Type.RSA_SIGNATURE); - if (obj.algorithm.algorithmId.toString() != oid) { - return false; // wrong algorithm - } - if (!ArrayUtil.equals(obj.hash, data)) { - return false; // hashes don't match - } - return true; - } - - /** - * This isn't used anywhere so far. - * It would become useful if we started to offer facilities - * to generate and sign X509 certificates. - * - * @param key - * @param algo - * @return - * - */ - private function signCertificate(key:RSAKey, algo:String):ByteArray { - var hash:IHash; - var oid:String; - switch (algo) { - case OID.SHA1_WITH_RSA_ENCRYPTION: - hash = new SHA1; - oid = OID.SHA1_ALGORITHM; - break; - case OID.MD2_WITH_RSA_ENCRYPTION: - hash = new MD2; - oid = OID.MD2_ALGORITHM; - break; - case OID.MD5_WITH_RSA_ENCRYPTION: - hash = new MD5; - oid = OID.MD5_ALGORITHM; - break; - default: - return null - } - var data:ByteArray = _obj.signedCertificate_bin; - data = hash.hash(data); - var seq1:Sequence = new Sequence; - seq1[0] = new Sequence; - seq1[0][0] = new ObjectIdentifier(0,0, oid); - seq1[0][1] = null; - seq1[1] = new ByteString; - seq1[1].writeBytes(data); - data = seq1.toDER(); - var buf:ByteArray = new ByteArray; - key.sign(data, buf, data.length); - return buf; - } - - public function getPublicKey():RSAKey { - load(); - var pk:ByteArray = _obj.signedCertificate.subjectPublicKeyInfo.subjectPublicKey as ByteArray; - pk.position = 0; - var rsaKey:Object = DER.parse(pk, [{name:"N"},{name:"E"}]); - return new RSAKey(rsaKey.N, rsaKey.E.valueOf()); - } - - /** - * Returns a subject principal, as an opaque base64 string. - * This is only used as a hash key for known certificates. - * - * Note that this assumes X509 DER-encoded certificates are uniquely encoded, - * as we look for exact matches between Issuer and Subject fields. - * - */ - public function getSubjectPrincipal():String { - load(); - return Base64.encodeByteArray(_obj.signedCertificate.subject_bin); - } - /** - * Returns an issuer principal, as an opaque base64 string. - * This is only used to quickly find matching parent certificates. - * - * Note that this assumes X509 DER-encoded certificates are uniquely encoded, - * as we look for exact matches between Issuer and Subject fields. - * - */ - public function getIssuerPrincipal():String { - load(); - return Base64.encodeByteArray(_obj.signedCertificate.issuer_bin); - } - public function getAlgorithmIdentifier():String { - return _obj.algorithmIdentifier.algorithmId.toString(); - } - public function getNotBefore():Date { - return _obj.signedCertificate.validity.notBefore.date; - } - public function getNotAfter():Date { - return _obj.signedCertificate.validity.notAfter.date; - } - - public function getCommonName():String { - var subject:Sequence = _obj.signedCertificate.subject; - return (subject.findAttributeValue(OID.COMMON_NAME) as PrintableString).getString(); - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509CertificateCollection.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509CertificateCollection.as deleted file mode 100755 index db11e40..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/cert/X509CertificateCollection.as +++ /dev/null @@ -1,57 +0,0 @@ -/** - * X509CertificateCollection - * - * A class to store and index X509 Certificates by Subject. - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.cert { - - public class X509CertificateCollection { - - private var _map:Object; - - public function X509CertificateCollection() { - _map = {}; - } - - /** - * Mostly meant for built-in CA loading. - * This entry-point allows to index CAs without parsing them. - * - * @param name A friendly name. not currently used - * @param subject base64 DER encoded Subject principal for the Cert - * @param pem PEM encoded certificate data - * - */ - public function addPEMCertificate(name:String, subject:String, pem:String):void { - _map[subject] = new X509Certificate(pem); - } - - /** - * Adds a X509 certificate to the collection. - * This call will force the certificate to be parsed. - * - * @param cert A X509 certificate - * - */ - public function addCertificate(cert:X509Certificate):void { - var subject:String = cert.getSubjectPrincipal(); - _map[subject] = cert; - } - - /** - * Returns a X509 Certificate present in the collection, given - * a base64 DER encoded X500 Subject principal - * - * @param subject A Base64 DER-encoded Subject principal - * @return A matching certificate, or null. - * - */ - public function getCertificate(subject:String):X509Certificate { - return _map[subject]; - } - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/HMAC.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/HMAC.as deleted file mode 100644 index 8215afc..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/HMAC.as +++ /dev/null @@ -1,82 +0,0 @@ -/** - * HMAC - * - * An ActionScript 3 implementation of HMAC, Keyed-Hashing for Message - * Authentication, as defined by RFC-2104 - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - import flash.utils.ByteArray; - import com.hurlant.util.Hex; - - public class HMAC implements IHMAC - { - private var hash:IHash; - private var bits:uint; - - /** - * Create a HMAC object, using a Hash function, and - * optionally a number of bits to return. - * The HMAC will be truncated to that size if needed. - */ - public function HMAC(hash:IHash, bits:uint=0) { - this.hash = hash; - this.bits = bits; - } - - - public function getHashSize():uint { - if (bits!=0) { - return bits/8; - } else { - return hash.getHashSize(); - } - } - - /** - * Compute a HMAC using a key and some data. - * It doesn't modify either, and returns a new ByteArray with the HMAC value. - */ - public function compute(key:ByteArray, data:ByteArray):ByteArray { - var hashKey:ByteArray; - if (key.length>hash.getInputSize()) { - hashKey = hash.hash(key); - } else { - hashKey = new ByteArray; - hashKey.writeBytes(key); - } - while (hashKey.length0 && bits<8*outerHash.length) { - outerHash.length = bits/8; - } - return outerHash; - } - public function dispose():void { - hash = null; - bits = 0; - } - public function toString():String { - return "hmac-"+(bits>0?bits+"-":"")+hash.toString(); - } - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHMAC.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHMAC.as deleted file mode 100755 index f0ee063..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHMAC.as +++ /dev/null @@ -1,27 +0,0 @@ -/** - * HMAC - * - * An ActionScript 3 interface for HMAC & MAC - * implementations. - * - * Loosely copyrighted by Bobby Parker - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - import flash.utils.ByteArray; - - public interface IHMAC - { - function getHashSize():uint; - /** - * Compute a HMAC using a key and some data. - * It doesn't modify either, and returns a new ByteArray with the HMAC value. - */ - function compute(key:ByteArray, data:ByteArray):ByteArray; - function dispose():void; - function toString():String; - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHash.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHash.as deleted file mode 100644 index 32c5321..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/IHash.as +++ /dev/null @@ -1,21 +0,0 @@ -/** - * IHash - * - * An interface for each hash function to implement - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - import flash.utils.ByteArray; - - public interface IHash - { - function getInputSize():uint; - function getHashSize():uint; - function hash(src:ByteArray):ByteArray; - function toString():String; - function getPadSize():int; - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MAC.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MAC.as deleted file mode 100755 index 0815d6c..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MAC.as +++ /dev/null @@ -1,137 +0,0 @@ -/** - * MAC - * - * An ActionScript 3 implementation of MAC, Message Authentication Code - * for use with SSL 3.0. - * Loosely copyrighted by Bobby Parker. - * As3crypto copyrighted by Henri Torgemane. - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - import flash.utils.ByteArray; - import com.hurlant.util.Hex; - - public class MAC implements IHMAC - { - private var hash:IHash; - private var bits:uint; - private var pad_1:ByteArray; - private var pad_2:ByteArray; - private var innerHash:ByteArray; - private var outerHash:ByteArray; - private var outerKey:ByteArray; - private var innerKey:ByteArray; - /** - * Create a MAC object (for SSL 3.0 ) and - * optionally a number of bits to return. - * The MAC will be truncated to that size if needed. - */ - public function MAC(hash:IHash, bits:uint=0) { - this.hash = hash; - this.bits = bits; - innerHash = new ByteArray(); - outerHash = new ByteArray(); - innerKey = new ByteArray(); - outerKey = new ByteArray(); - - - if (hash != null) { - var pad_size:int = hash.getPadSize(); - pad_1 = new ByteArray(); - pad_2 = new ByteArray(); - - for (var x:int = 0; x < pad_size; x++) { - pad_1.writeByte(0x36); - pad_2.writeByte(0x5c); - } - } - } - - public function setPadSize(pad_size:int) : void { } - - public function getHashSize():uint { - if (bits!=0) { - return bits/8; - } else { - return hash.getHashSize(); - } - } - - - /** - * Compute a MAC using a key and some data. - * - */ - public function compute(key:ByteArray, data:ByteArray):ByteArray { - // take that incoming key and do hash(key + pad_2 + hash(key + pad_1 + sequence + length + record) - // note that data = (sequence + type + length + record) - - if (pad_1 == null) { - var pad_size:int = hash.getPadSize(); - pad_1 = new ByteArray(); - pad_2 = new ByteArray(); - - for (var x:int = 0; x < pad_size; x++) { - pad_1.writeByte(0x36); - pad_2.writeByte(0x5c); - } - } - - // Do some preliminary checking on stuff - /* - if (key.length > hash.getInputSize()) { - hashKey = hash.hash(key); - } else { - hashKey = new ByteArray; - hashKey.writeBytes(key); - } - - while (hashKey.length < hash.getInputSize() ) { - hashKey[hashKey.length] = 0; - } */ - // Henri's conventions work just fine here.. - - innerKey.length = 0; - outerKey.length = 0; - // trace("MAC Key: " + Hex.fromArray(key)); - // trace("Key Length: " + key.length); - // trace("Pad_1 : " + Hex.fromArray(pad_1)); - // inner hash calc - innerKey.writeBytes(key); - innerKey.writeBytes(pad_1); - innerKey.writeBytes(data); - // trace("MAC Inner Key: " + Hex.fromArray(innerKey)); - - innerHash = hash.hash(innerKey); - // trace("MAC Inner Hash: " + Hex.fromArray(innerHash)); - - // outer hash calc - outerKey.writeBytes(key); - outerKey.writeBytes(pad_2); - outerKey.writeBytes(innerHash); - - // trace("MAC Outer Key: " + Hex.fromArray(outerKey)); - outerHash = hash.hash(outerKey); - - - if (bits > 0 && bits < 8*outerHash.length) { - outerHash.length = bits/8; - } - - // trace("MAC for record: " + Hex.fromArray(outerHash)); - return outerHash; - - } - - public function dispose():void { - hash = null; - bits = 0; - } - public function toString():String { - return "mac-"+(bits>0?bits+"-":"")+hash.toString(); - } - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MD2.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MD2.as deleted file mode 100644 index e104f0d..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/MD2.as +++ /dev/null @@ -1,124 +0,0 @@ -/** - * MD2 - * - * An ActionScript 3 implementation of the RSA Data Security, Inc MD2 Message - * Digest Algorithm, as defined in RFC 1319 - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - * - * Excerpt from http://en.wikipedia.org/wiki/MD2: - * > - * > Rogier and Chauvaud (1997) described collisions of MD2's compression function, - * > although they were unable to extend the attack to the full MD2. - * > - * > In 2004, MD2 was shown to be vulnerable to a preimage attack with time - * > complexity equivalent to 2104 applications of the compression function - * > (Muller, 2004). - * > The author concludes, "MD2 can no longer be considered a secure one-way - * > hash function". - * - * also, this implementaton is quite slow. - */ - -package com.hurlant.crypto.hash -{ - import flash.utils.ByteArray; - - public class MD2 implements IHash - { - public static const HASH_SIZE:int = 16; - public var pad_size:int = 48; // probably will never get used, only here for SSL 3.0 support - - private static const S:Array = [ // PI Digits - 41, 46, 67, 201, 162, 216, 124, 1, 61, 54, 84, 161, 236, 240, 6, 19, - 98, 167, 5, 243, 192, 199, 115, 140, 152, 147, 43, 217, 188, 76, 130, 202, - 30, 155, 87, 60, 253, 212, 224, 22, 103, 66, 111, 24, 138, 23, 229, 18, -190, 78, 196, 214, 218, 158, 222, 73, 160, 251, 245, 142, 187, 47, 238, 122, -169, 104, 121, 145, 21, 178, 7, 63, 148, 194, 16, 137, 11, 34, 95, 33, -128, 127, 93, 154, 90, 144, 50, 39, 53, 62, 204, 231, 191, 247, 151, 3, -255, 25, 48, 179, 72, 165, 181, 209, 215, 94, 146, 42, 172, 86, 170, 198, - 79, 184, 56, 210, 150, 164, 125, 182, 118, 252, 107, 226, 156, 116, 4, 241, - 69, 157, 112, 89, 100, 113, 135, 32, 134, 91, 207, 101, 230, 45, 168, 2, - 27, 96, 37, 173, 174, 176, 185, 246, 28, 70, 97, 105, 52, 64, 126, 15, - 85, 71, 163, 35, 221, 81, 175, 58, 195, 92, 249, 206, 186, 197, 234, 38, - 44, 83, 13, 110, 133, 40, 132, 9, 211, 223, 205, 244, 65, 129, 77, 82, -106, 220, 55, 200, 108, 193, 171, 250, 36, 225, 123, 8, 12, 189, 177, 74, -120, 136, 149, 139, 227, 99, 232, 109, 233, 203, 213, 254, 59, 0, 29, 57, -242, 239, 183, 14, 102, 88, 208, 228, 166, 119, 114, 248, 235, 117, 75, 10, - 49, 68, 80, 180, 143, 237, 31, 26, 219, 153, 141, 51, 159, 17, 131, 20 ]; - - - public function MD2() { } - - public function getInputSize():uint - { - return 16; - } - - public function getPadSize():int { - return pad_size; - } - - public function getHashSize():uint - { - return HASH_SIZE; - } - - public function hash(src:ByteArray):ByteArray - { - var savedLength:uint = src.length; - - // 3.1 Step 1. Padding - var i:uint = (16-src.length%16) || 16; - do { - src[src.length]=i; - } while (src.length%16!=0); - - // 3.2 Step 2. Checksum - var len:uint = src.length; - var checksum:ByteArray = new ByteArray; - var L:uint = 0; - for (i = 0;i> 5] |= 0x80 << ((len) % 32); - x[(((len + 64) >>> 9) << 4) + 14] = len; - - var a:uint = 0x67452301; // 1732584193; - var b:uint = 0xEFCDAB89; //-271733879; - var c:uint = 0x98BADCFE; //-1732584194; - var d:uint = 0x10325476; // 271733878; - - for(var i:uint = 0; i < x.length; i += 16) - { - x[i]||=0; x[i+1]||=0; x[i+2]||=0; x[i+3]||=0; - x[i+4]||=0; x[i+5]||=0; x[i+6]||=0; x[i+7]||=0; - x[i+8]||=0; x[i+9]||=0; x[i+10]||=0; x[i+11]||=0; - x[i+12]||=0; x[i+13]||=0; x[i+14]||=0; x[i+15]||=0; - - var olda:uint = a; - var oldb:uint = b; - var oldc:uint = c; - var oldd:uint = d; - - a = ff(a, b, c, d, x[i+ 0], 7 , 0xD76AA478); - d = ff(d, a, b, c, x[i+ 1], 12, 0xE8C7B756); - c = ff(c, d, a, b, x[i+ 2], 17, 0x242070DB); - b = ff(b, c, d, a, x[i+ 3], 22, 0xC1BDCEEE); - a = ff(a, b, c, d, x[i+ 4], 7 , 0xF57C0FAF); - d = ff(d, a, b, c, x[i+ 5], 12, 0x4787C62A); - c = ff(c, d, a, b, x[i+ 6], 17, 0xA8304613); - b = ff(b, c, d, a, x[i+ 7], 22, 0xFD469501); - a = ff(a, b, c, d, x[i+ 8], 7 , 0x698098D8); - d = ff(d, a, b, c, x[i+ 9], 12, 0x8B44F7AF); - c = ff(c, d, a, b, x[i+10], 17, 0xFFFF5BB1); - b = ff(b, c, d, a, x[i+11], 22, 0x895CD7BE); - a = ff(a, b, c, d, x[i+12], 7 , 0x6B901122); - d = ff(d, a, b, c, x[i+13], 12, 0xFD987193); - c = ff(c, d, a, b, x[i+14], 17, 0xA679438E); - b = ff(b, c, d, a, x[i+15], 22, 0x49B40821); - - a = gg(a, b, c, d, x[i+ 1], 5 , 0xf61e2562); - d = gg(d, a, b, c, x[i+ 6], 9 , 0xc040b340); - c = gg(c, d, a, b, x[i+11], 14, 0x265e5a51); - b = gg(b, c, d, a, x[i+ 0], 20, 0xe9b6c7aa); - a = gg(a, b, c, d, x[i+ 5], 5 , 0xd62f105d); - d = gg(d, a, b, c, x[i+10], 9 , 0x2441453); - c = gg(c, d, a, b, x[i+15], 14, 0xd8a1e681); - b = gg(b, c, d, a, x[i+ 4], 20, 0xe7d3fbc8); - a = gg(a, b, c, d, x[i+ 9], 5 , 0x21e1cde6); - d = gg(d, a, b, c, x[i+14], 9 , 0xc33707d6); - c = gg(c, d, a, b, x[i+ 3], 14, 0xf4d50d87); - b = gg(b, c, d, a, x[i+ 8], 20, 0x455a14ed); - a = gg(a, b, c, d, x[i+13], 5 , 0xa9e3e905); - d = gg(d, a, b, c, x[i+ 2], 9 , 0xfcefa3f8); - c = gg(c, d, a, b, x[i+ 7], 14, 0x676f02d9); - b = gg(b, c, d, a, x[i+12], 20, 0x8d2a4c8a); - - a = hh(a, b, c, d, x[i+ 5], 4 , 0xfffa3942); - d = hh(d, a, b, c, x[i+ 8], 11, 0x8771f681); - c = hh(c, d, a, b, x[i+11], 16, 0x6d9d6122); - b = hh(b, c, d, a, x[i+14], 23, 0xfde5380c); - a = hh(a, b, c, d, x[i+ 1], 4 , 0xa4beea44); - d = hh(d, a, b, c, x[i+ 4], 11, 0x4bdecfa9); - c = hh(c, d, a, b, x[i+ 7], 16, 0xf6bb4b60); - b = hh(b, c, d, a, x[i+10], 23, 0xbebfbc70); - a = hh(a, b, c, d, x[i+13], 4 , 0x289b7ec6); - d = hh(d, a, b, c, x[i+ 0], 11, 0xeaa127fa); - c = hh(c, d, a, b, x[i+ 3], 16, 0xd4ef3085); - b = hh(b, c, d, a, x[i+ 6], 23, 0x4881d05); - a = hh(a, b, c, d, x[i+ 9], 4 , 0xd9d4d039); - d = hh(d, a, b, c, x[i+12], 11, 0xe6db99e5); - c = hh(c, d, a, b, x[i+15], 16, 0x1fa27cf8); - b = hh(b, c, d, a, x[i+ 2], 23, 0xc4ac5665); - - a = ii(a, b, c, d, x[i+ 0], 6 , 0xf4292244); - d = ii(d, a, b, c, x[i+ 7], 10, 0x432aff97); - c = ii(c, d, a, b, x[i+14], 15, 0xab9423a7); - b = ii(b, c, d, a, x[i+ 5], 21, 0xfc93a039); - a = ii(a, b, c, d, x[i+12], 6 , 0x655b59c3); - d = ii(d, a, b, c, x[i+ 3], 10, 0x8f0ccc92); - c = ii(c, d, a, b, x[i+10], 15, 0xffeff47d); - b = ii(b, c, d, a, x[i+ 1], 21, 0x85845dd1); - a = ii(a, b, c, d, x[i+ 8], 6 , 0x6fa87e4f); - d = ii(d, a, b, c, x[i+15], 10, 0xfe2ce6e0); - c = ii(c, d, a, b, x[i+ 6], 15, 0xa3014314); - b = ii(b, c, d, a, x[i+13], 21, 0x4e0811a1); - a = ii(a, b, c, d, x[i+ 4], 6 , 0xf7537e82); - d = ii(d, a, b, c, x[i+11], 10, 0xbd3af235); - c = ii(c, d, a, b, x[i+ 2], 15, 0x2ad7d2bb); - b = ii(b, c, d, a, x[i+ 9], 21, 0xeb86d391); - - a += olda; - b += oldb; - c += oldc; - d += oldd; - - } - return [ a, b, c, d ]; - } - - /* - * Bitwise rotate a 32-bit number to the left. - */ - private function rol(num:uint, cnt:uint):uint - { - return (num << cnt) | (num >>> (32 - cnt)); - } - - /* - * These functions implement the four basic operations the algorithm uses. - */ - private function cmn(q:uint, a:uint, b:uint, x:uint, s:uint, t:uint):uint { - return rol(a + q + x + t, s) + b; - } - private function ff(a:uint, b:uint, c:uint, d:uint, x:uint, s:uint, t:uint):uint { - return cmn((b & c) | ((~b) & d), a, b, x, s, t); - } - private function gg(a:uint, b:uint, c:uint, d:uint, x:uint, s:uint, t:uint):uint { - return cmn((b & d) | (c & (~d)), a, b, x, s, t); - } - private function hh(a:uint, b:uint, c:uint, d:uint, x:uint, s:uint, t:uint):uint { - return cmn(b ^ c ^ d, a, b, x, s, t); - } - private function ii(a:uint, b:uint, c:uint, d:uint, x:uint, s:uint, t:uint):uint { - return cmn(c ^ (b | (~d)), a, b, x, s, t); - } - - public function toString():String { - return "md5"; - } - } -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA1.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA1.as deleted file mode 100644 index 5b186f3..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA1.as +++ /dev/null @@ -1,106 +0,0 @@ -/** - * SHA1 - * - * An ActionScript 3 implementation of Secure Hash Algorithm, SHA-1, as defined - * in FIPS PUB 180-1 - * Copyright (c) 2007 Henri Torgemane - * - * Derived from: - * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined - * in FIPS PUB 180-1 - * Version 2.1a Copyright Paul Johnston 2000 - 2002. - * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - - - public class SHA1 extends SHABase implements IHash - { - public static const HASH_SIZE:int = 20; - - public override function getHashSize():uint { - return HASH_SIZE; - } - - protected override function core(x:Array, len:uint):Array - { - /* append padding */ - x[len >> 5] |= 0x80 << (24 - len % 32); - x[((len + 64 >> 9) << 4) + 15] = len; - - var w:Array = []; - var a:uint = 0x67452301; //1732584193; - var b:uint = 0xEFCDAB89; //-271733879; - var c:uint = 0x98BADCFE; //-1732584194; - var d:uint = 0x10325476; //271733878; - var e:uint = 0xC3D2E1F0; //-1009589776; - - for(var i:uint = 0; i < x.length; i += 16) - { - - var olda:uint = a; - var oldb:uint = b; - var oldc:uint = c; - var oldd:uint = d; - var olde:uint = e; - - for(var j:uint = 0; j < 80; j++) - { - if (j < 16) { - w[j] = x[i + j] || 0; - } else { - w[j] = rol(w[j-3] ^ w[j-8] ^ w[j-14] ^ w[j-16], 1); - } - var t:uint = rol(a,5) + ft(j,b,c,d) + e + w[j] + kt(j); - e = d; - d = c; - c = rol(b, 30); - b = a; - a = t; - } - a += olda; - b += oldb; - c += oldc; - d += oldd; - e += olde; - } - return [ a, b, c, d, e ]; - - } - - /* - * Bitwise rotate a 32-bit number to the left. - */ - private function rol(num:uint, cnt:uint):uint - { - return (num << cnt) | (num >>> (32 - cnt)); - } - - /* - * Perform the appropriate triplet combination function for the current - * iteration - */ - private function ft(t:uint, b:uint, c:uint, d:uint):uint - { - if(t < 20) return (b & c) | ((~b) & d); - if(t < 40) return b ^ c ^ d; - if(t < 60) return (b & c) | (b & d) | (c & d); - return b ^ c ^ d; - } - - /* - * Determine the appropriate additive constant for the current iteration - */ - private function kt(t:uint):uint - { - return (t < 20) ? 0x5A827999 : (t < 40) ? 0x6ED9EBA1 : - (t < 60) ? 0x8F1BBCDC : 0xCA62C1D6; - } - public override function toString():String { - return "sha1"; - } - } -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA224.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA224.as deleted file mode 100644 index 345aa3d..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA224.as +++ /dev/null @@ -1,28 +0,0 @@ -/** - * SHA224 - * - * An ActionScript 3 implementation of Secure Hash Algorithm, SHA-224, as defined - * in FIPS PUB 180-2 - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - public class SHA224 extends SHA256 - { - function SHA224() { - h = [ - 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939, - 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4 - ]; - } - - public override function getHashSize():uint { - return 28; - } - public override function toString():String { - return "sha224"; - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA256.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA256.as deleted file mode 100644 index 67bdbb4..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHA256.as +++ /dev/null @@ -1,115 +0,0 @@ -/** - * SHA256 - * - * An ActionScript 3 implementation of Secure Hash Algorithm, SHA-256, as defined - * in FIPS PUB 180-2 - * Copyright (c) 2007 Henri Torgemane - * - * Derived from: - * A JavaScript implementation of the Secure Hash Standard - * Version 0.3 Copyright Angel Marin 2003-2004 - http://anmar.eu.org/ - * Derived from: - * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined - * in FIPS PUB 180-1 - * Version 2.1a Copyright Paul Johnston 2000 - 2002. - * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - - - public class SHA256 extends SHABase implements IHash - { - - protected static const k:Array = [ - 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5, - 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174, - 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc, 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da, - 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7, 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967, - 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13, 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85, - 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070, - 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3, - 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2]; - protected var h:Array = [ - 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, 0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19 - ]; - - public function SHA256(){ - } - - public override function getHashSize():uint - { - return 32; - } - - protected override function core(x:Array, len:uint):Array { - /* append padding */ - x[len >> 5] |= 0x80 << (24 - len % 32); - x[((len + 64 >> 9) << 4) + 15] = len; - - var w:Array = []; - var a:uint = h[0]; - var b:uint = h[1]; - var c:uint = h[2]; - var d:uint = h[3]; - var e:uint = h[4]; - var f:uint = h[5]; - var g:uint = h[6]; - var h:uint = h[7]; - - for (var i:uint=0; i>>3); - var s1:uint = rrol(w[j-2], 17)^rrol(w[j-2],19)^(w[j-2]>>>10); - w[j] = w[j-16] + s0 + w[j-7] + s1; - } - var t2:uint = (rrol(a,2) ^ rrol(a,13) ^ rrol(a,22)) + ((a&b) ^ (a&c) ^ (b&c)); - var t1:uint = h + (rrol(e,6) ^ rrol(e,11) ^ rrol(e,25)) + ((e&f)^(g&~e)) + k[j] + w[j] - h = g; - g = f; - f = e; - e = d + t1; - d = c; - c = b; - b = a; - a = t1 + t2; - - } - a += olda; - b += oldb; - c += oldc; - d += oldd; - e += olde; - f += oldf; - g += oldg; - h += oldh; - } - return [ a,b,c,d,e,f,g,h ]; - } - - /* - * Bitwise rotate a 32-bit number to the right. - */ - protected function rrol(num:uint, cnt:uint):uint { - return (num << (32-cnt)) | (num >>> cnt); - } - - public override function toString():String { - return "sha256"; - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHABase.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHABase.as deleted file mode 100644 index dc9bafe..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/hash/SHABase.as +++ /dev/null @@ -1,71 +0,0 @@ -/** - * SHABase - * - * An ActionScript 3 abstract class for the SHA family of hash functions - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.hash -{ - import flash.utils.ByteArray; - import flash.utils.Endian; - - public class SHABase implements IHash - { - - public function SHABase() { } - - public var pad_size:int = 40; - public function getInputSize():uint - { - return 64; - } - - public function getHashSize():uint - { - return 0; - } - - public function getPadSize():int - { - return pad_size; - } - - public function hash(src:ByteArray):ByteArray - { - var savedLength:uint = src.length; - var savedEndian:String = src.endian; - - src.endian = Endian.BIG_ENDIAN; - var len:uint = savedLength *8; - // pad to nearest int. - while (src.length%4!=0) { - src[src.length]=0; - } - // convert ByteArray to an array of uint - src.position=0; - var a:Array = []; - for (var i:uint=0;i>> 8; - pool[pptr++] = t&255; - } - pptr=0; - seed(); - } - - public function seed(x:int = 0):void { - if (x==0) { - x = new Date().getTime(); - } - pool[pptr++] ^= x & 255; - pool[pptr++] ^= (x>>8)&255; - pool[pptr++] ^= (x>>16)&255; - pool[pptr++] ^= (x>>24)&255; - pptr %= psize; - seeded = true; - } - - /** - * Gather anything we have that isn't entirely predictable: - * - memory used - * - system capabilities - * - timing stuff - * - installed fonts - */ - public function autoSeed():void { - var b:ByteArray = new ByteArray; - b.writeUnsignedInt(System.totalMemory); - b.writeUTF(Capabilities.serverString); - b.writeUnsignedInt(getTimer()); - b.writeUnsignedInt((new Date).getTime()); - var a:Array = Font.enumerateFonts(true); - for each (var f:Font in a) { - b.writeUTF(f.fontName); - b.writeUTF(f.fontStyle); - b.writeUTF(f.fontType); - } - b.position=0; - while (b.bytesAvailable>=4) { - seed(b.readUnsignedInt()); - } - } - - - public function nextBytes(buffer:ByteArray, length:int):void { - while (length--) { - buffer.writeByte(nextByte()); - } - } - public function nextByte():int { - if (!ready) { - if (!seeded) { - autoSeed(); - } - state.init(pool); - pool.length = 0; - pptr = 0; - ready = true; - } - return state.next(); - } - public function dispose():void { - for (var i:uint=0;i= src.length) { - src.position = 0; - } - var bl:uint = getBlockSize(); - var end:int = src.position + length; - while (src.position= src.length) { - src.position = 0; - } - var bl:uint = getBlockSize(); - var end:int = src.position + length; - while (src.position=p && n>11) { - out[--n] = src[i--]; - } - out[--n] = 0; - if (type==0x02) { // type 2 - var rng:Random = new Random; - var x:int = 0; - while (n>2) { - do { - x = rng.nextByte(); - } while (x==0); - out[--n] = x; - } - } else { // type 1 - while (n>2) { - out[--n] = 0xFF; - } - } - out[--n] = type; - out[--n] = 0; - return out; - } - - /** - * - * @param src - * @param n - * @param type Not used. - * @return - * - */ - private function pkcs1unpad(src:BigInteger, n:uint, type:uint = 0x02):ByteArray { - var b:ByteArray = src.toByteArray(); - var out:ByteArray = new ByteArray; - - b.position = 0; - var i:int = 0; - while (i>1; - var key:RSAKey = new RSAKey(null,0,null); - key.e = parseInt(E, 16); - var ee:BigInteger = new BigInteger(E,16, true); - for (;;) { - for (;;) { - key.p = bigRandom(B-qs, rng); - if (key.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE)==0 && - key.p.isProbablePrime(10)) break; - } - for (;;) { - key.q = bigRandom(qs, rng); - if (key.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE)==0 && - key.q.isProbablePrime(10)) break; - } - if (key.p.compareTo(key.q)<=0) { - var t:BigInteger = key.p; - key.p = key.q; - key.q = t; - } - var p1:BigInteger = key.p.subtract(BigInteger.ONE); - var q1:BigInteger = key.q.subtract(BigInteger.ONE); - var phi:BigInteger = p1.multiply(q1); - if (phi.gcd(ee).compareTo(BigInteger.ONE)==0) { - key.n = key.p.multiply(key.q); - key.d = ee.modInverse(phi); - key.dmp1 = key.d.mod(p1); - key.dmq1 = key.d.mod(q1); - key.coeff = key.q.modInverse(key.p); - break; - } - } - return key; - } - - protected static function bigRandom(bits:int, rnd:Random):BigInteger { - if (bits<2) return BigInteger.nbv(1); - var x:ByteArray = new ByteArray; - rnd.nextBytes(x, (bits>>3)); - x.position = 0; - var b:BigInteger = new BigInteger(x,0,true); - b.primify(bits, 1); - return b; - } - - protected function doPublic(x:BigInteger):BigInteger { - return x.modPowInt(e, n); - } - - protected function doPrivate2(x:BigInteger):BigInteger { - if (p==null && q==null) { - return x.modPow(d,n); - } - - var xp:BigInteger = x.mod(p).modPow(dmp1, p); - var xq:BigInteger = x.mod(q).modPow(dmq1, q); - - while (xp.compareTo(xq)<0) { - xp = xp.add(p); - } - var r:BigInteger = xp.subtract(xq).multiply(coeff).mod(p).multiply(q).add(xq); - - return r; - } - - protected function doPrivate(x:BigInteger):BigInteger { - if (p==null || q==null) { - return x.modPow(d, n); - } - // TODO: re-calculate any missing CRT params - var xp:BigInteger = x.mod(p).modPow(dmp1, p); - var xq:BigInteger = x.mod(q).modPow(dmq1, q); - - while (xp.compareTo(xq)<0) { - xp = xp.add(p); - } - return xp.subtract(xq).multiply(coeff).mod(p).multiply(q).add(xq); - } - - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/AESKey.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/AESKey.as deleted file mode 100644 index a2280b7..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/AESKey.as +++ /dev/null @@ -1,2797 +0,0 @@ -/** - * AESKey - * - * An ActionScript 3 implementation of the Advanced Encryption Standard, as - * defined in FIPS PUB 197 - * Copyright (c) 2007 Henri Torgemane - * - * Derived from: - * A public domain implementation from Karl Malbrain, malbrain@yahoo.com - * (http://www.geocities.com/malbrain/aestable_c.html) - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric -{ - import com.hurlant.crypto.prng.Random; - import com.hurlant.util.Hex; - import com.hurlant.util.Memory; - - import flash.utils.ByteArray; - - public class AESKey implements ISymmetricKey - { - // AES only supports Nb=4 - private static const Nb:uint = 4; // number of columns in the state & expanded key - - // TODO: - // - move those tables in binary files, then - // - [Embed()] them as ByteArray directly. - // (should result in smaller .swf, and faster initialization time.) - - private static const _Sbox:Array = [ // forward s-box - 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76, - 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0, 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0, - 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc, 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15, - 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a, 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75, - 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0, 0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84, - 0x53, 0xd1, 0x00, 0xed, 0x20, 0xfc, 0xb1, 0x5b, 0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf, - 0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85, 0x45, 0xf9, 0x02, 0x7f, 0x50, 0x3c, 0x9f, 0xa8, - 0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5, 0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2, - 0xcd, 0x0c, 0x13, 0xec, 0x5f, 0x97, 0x44, 0x17, 0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73, - 0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88, 0x46, 0xee, 0xb8, 0x14, 0xde, 0x5e, 0x0b, 0xdb, - 0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c, 0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79, - 0xe7, 0xc8, 0x37, 0x6d, 0x8d, 0xd5, 0x4e, 0xa9, 0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08, - 0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6, 0xe8, 0xdd, 0x74, 0x1f, 0x4b, 0xbd, 0x8b, 0x8a, - 0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e, 0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e, - 0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94, 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf, - 0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68, 0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16]; - private static const _InvSbox:Array = [ // inverse s-box - 0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38, 0xbf, 0x40, 0xa3, 0x9e, 0x81, 0xf3, 0xd7, 0xfb, - 0x7c, 0xe3, 0x39, 0x82, 0x9b, 0x2f, 0xff, 0x87, 0x34, 0x8e, 0x43, 0x44, 0xc4, 0xde, 0xe9, 0xcb, - 0x54, 0x7b, 0x94, 0x32, 0xa6, 0xc2, 0x23, 0x3d, 0xee, 0x4c, 0x95, 0x0b, 0x42, 0xfa, 0xc3, 0x4e, - 0x08, 0x2e, 0xa1, 0x66, 0x28, 0xd9, 0x24, 0xb2, 0x76, 0x5b, 0xa2, 0x49, 0x6d, 0x8b, 0xd1, 0x25, - 0x72, 0xf8, 0xf6, 0x64, 0x86, 0x68, 0x98, 0x16, 0xd4, 0xa4, 0x5c, 0xcc, 0x5d, 0x65, 0xb6, 0x92, - 0x6c, 0x70, 0x48, 0x50, 0xfd, 0xed, 0xb9, 0xda, 0x5e, 0x15, 0x46, 0x57, 0xa7, 0x8d, 0x9d, 0x84, - 0x90, 0xd8, 0xab, 0x00, 0x8c, 0xbc, 0xd3, 0x0a, 0xf7, 0xe4, 0x58, 0x05, 0xb8, 0xb3, 0x45, 0x06, - 0xd0, 0x2c, 0x1e, 0x8f, 0xca, 0x3f, 0x0f, 0x02, 0xc1, 0xaf, 0xbd, 0x03, 0x01, 0x13, 0x8a, 0x6b, - 0x3a, 0x91, 0x11, 0x41, 0x4f, 0x67, 0xdc, 0xea, 0x97, 0xf2, 0xcf, 0xce, 0xf0, 0xb4, 0xe6, 0x73, - 0x96, 0xac, 0x74, 0x22, 0xe7, 0xad, 0x35, 0x85, 0xe2, 0xf9, 0x37, 0xe8, 0x1c, 0x75, 0xdf, 0x6e, - 0x47, 0xf1, 0x1a, 0x71, 0x1d, 0x29, 0xc5, 0x89, 0x6f, 0xb7, 0x62, 0x0e, 0xaa, 0x18, 0xbe, 0x1b, - 0xfc, 0x56, 0x3e, 0x4b, 0xc6, 0xd2, 0x79, 0x20, 0x9a, 0xdb, 0xc0, 0xfe, 0x78, 0xcd, 0x5a, 0xf4, - 0x1f, 0xdd, 0xa8, 0x33, 0x88, 0x07, 0xc7, 0x31, 0xb1, 0x12, 0x10, 0x59, 0x27, 0x80, 0xec, 0x5f, - 0x60, 0x51, 0x7f, 0xa9, 0x19, 0xb5, 0x4a, 0x0d, 0x2d, 0xe5, 0x7a, 0x9f, 0x93, 0xc9, 0x9c, 0xef, - 0xa0, 0xe0, 0x3b, 0x4d, 0xae, 0x2a, 0xf5, 0xb0, 0xc8, 0xeb, 0xbb, 0x3c, 0x83, 0x53, 0x99, 0x61, - 0x17, 0x2b, 0x04, 0x7e, 0xba, 0x77, 0xd6, 0x26, 0xe1, 0x69, 0x14, 0x63, 0x55, 0x21, 0x0c, 0x7d]; - private static const _Xtime2Sbox:Array = [ // combined Xtimes2[Sbox[]] - 0xc6, 0xf8, 0xee, 0xf6, 0xff, 0xd6, 0xde, 0x91, 0x60, 0x02, 0xce, 0x56, 0xe7, 0xb5, 0x4d, 0xec, - 0x8f, 0x1f, 0x89, 0xfa, 0xef, 0xb2, 0x8e, 0xfb, 0x41, 0xb3, 0x5f, 0x45, 0x23, 0x53, 0xe4, 0x9b, - 0x75, 0xe1, 0x3d, 0x4c, 0x6c, 0x7e, 0xf5, 0x83, 0x68, 0x51, 0xd1, 0xf9, 0xe2, 0xab, 0x62, 0x2a, - 0x08, 0x95, 0x46, 0x9d, 0x30, 0x37, 0x0a, 0x2f, 0x0e, 0x24, 0x1b, 0xdf, 0xcd, 0x4e, 0x7f, 0xea, - 0x12, 0x1d, 0x58, 0x34, 0x36, 0xdc, 0xb4, 0x5b, 0xa4, 0x76, 0xb7, 0x7d, 0x52, 0xdd, 0x5e, 0x13, - 0xa6, 0xb9, 0x00, 0xc1, 0x40, 0xe3, 0x79, 0xb6, 0xd4, 0x8d, 0x67, 0x72, 0x94, 0x98, 0xb0, 0x85, - 0xbb, 0xc5, 0x4f, 0xed, 0x86, 0x9a, 0x66, 0x11, 0x8a, 0xe9, 0x04, 0xfe, 0xa0, 0x78, 0x25, 0x4b, - 0xa2, 0x5d, 0x80, 0x05, 0x3f, 0x21, 0x70, 0xf1, 0x63, 0x77, 0xaf, 0x42, 0x20, 0xe5, 0xfd, 0xbf, - 0x81, 0x18, 0x26, 0xc3, 0xbe, 0x35, 0x88, 0x2e, 0x93, 0x55, 0xfc, 0x7a, 0xc8, 0xba, 0x32, 0xe6, - 0xc0, 0x19, 0x9e, 0xa3, 0x44, 0x54, 0x3b, 0x0b, 0x8c, 0xc7, 0x6b, 0x28, 0xa7, 0xbc, 0x16, 0xad, - 0xdb, 0x64, 0x74, 0x14, 0x92, 0x0c, 0x48, 0xb8, 0x9f, 0xbd, 0x43, 0xc4, 0x39, 0x31, 0xd3, 0xf2, - 0xd5, 0x8b, 0x6e, 0xda, 0x01, 0xb1, 0x9c, 0x49, 0xd8, 0xac, 0xf3, 0xcf, 0xca, 0xf4, 0x47, 0x10, - 0x6f, 0xf0, 0x4a, 0x5c, 0x38, 0x57, 0x73, 0x97, 0xcb, 0xa1, 0xe8, 0x3e, 0x96, 0x61, 0x0d, 0x0f, - 0xe0, 0x7c, 0x71, 0xcc, 0x90, 0x06, 0xf7, 0x1c, 0xc2, 0x6a, 0xae, 0x69, 0x17, 0x99, 0x3a, 0x27, - 0xd9, 0xeb, 0x2b, 0x22, 0xd2, 0xa9, 0x07, 0x33, 0x2d, 0x3c, 0x15, 0xc9, 0x87, 0xaa, 0x50, 0xa5, - 0x03, 0x59, 0x09, 0x1a, 0x65, 0xd7, 0x84, 0xd0, 0x82, 0x29, 0x5a, 0x1e, 0x7b, 0xa8, 0x6d, 0x2c]; - private static const _Xtime3Sbox:Array = [ // combined Xtimes3[Sbox[]] - 0xa5, 0x84, 0x99, 0x8d, 0x0d, 0xbd, 0xb1, 0x54, 0x50, 0x03, 0xa9, 0x7d, 0x19, 0x62, 0xe6, 0x9a, - 0x45, 0x9d, 0x40, 0x87, 0x15, 0xeb, 0xc9, 0x0b, 0xec, 0x67, 0xfd, 0xea, 0xbf, 0xf7, 0x96, 0x5b, - 0xc2, 0x1c, 0xae, 0x6a, 0x5a, 0x41, 0x02, 0x4f, 0x5c, 0xf4, 0x34, 0x08, 0x93, 0x73, 0x53, 0x3f, - 0x0c, 0x52, 0x65, 0x5e, 0x28, 0xa1, 0x0f, 0xb5, 0x09, 0x36, 0x9b, 0x3d, 0x26, 0x69, 0xcd, 0x9f, - 0x1b, 0x9e, 0x74, 0x2e, 0x2d, 0xb2, 0xee, 0xfb, 0xf6, 0x4d, 0x61, 0xce, 0x7b, 0x3e, 0x71, 0x97, - 0xf5, 0x68, 0x00, 0x2c, 0x60, 0x1f, 0xc8, 0xed, 0xbe, 0x46, 0xd9, 0x4b, 0xde, 0xd4, 0xe8, 0x4a, - 0x6b, 0x2a, 0xe5, 0x16, 0xc5, 0xd7, 0x55, 0x94, 0xcf, 0x10, 0x06, 0x81, 0xf0, 0x44, 0xba, 0xe3, - 0xf3, 0xfe, 0xc0, 0x8a, 0xad, 0xbc, 0x48, 0x04, 0xdf, 0xc1, 0x75, 0x63, 0x30, 0x1a, 0x0e, 0x6d, - 0x4c, 0x14, 0x35, 0x2f, 0xe1, 0xa2, 0xcc, 0x39, 0x57, 0xf2, 0x82, 0x47, 0xac, 0xe7, 0x2b, 0x95, - 0xa0, 0x98, 0xd1, 0x7f, 0x66, 0x7e, 0xab, 0x83, 0xca, 0x29, 0xd3, 0x3c, 0x79, 0xe2, 0x1d, 0x76, - 0x3b, 0x56, 0x4e, 0x1e, 0xdb, 0x0a, 0x6c, 0xe4, 0x5d, 0x6e, 0xef, 0xa6, 0xa8, 0xa4, 0x37, 0x8b, - 0x32, 0x43, 0x59, 0xb7, 0x8c, 0x64, 0xd2, 0xe0, 0xb4, 0xfa, 0x07, 0x25, 0xaf, 0x8e, 0xe9, 0x18, - 0xd5, 0x88, 0x6f, 0x72, 0x24, 0xf1, 0xc7, 0x51, 0x23, 0x7c, 0x9c, 0x21, 0xdd, 0xdc, 0x86, 0x85, - 0x90, 0x42, 0xc4, 0xaa, 0xd8, 0x05, 0x01, 0x12, 0xa3, 0x5f, 0xf9, 0xd0, 0x91, 0x58, 0x27, 0xb9, - 0x38, 0x13, 0xb3, 0x33, 0xbb, 0x70, 0x89, 0xa7, 0xb6, 0x22, 0x92, 0x20, 0x49, 0xff, 0x78, 0x7a, - 0x8f, 0xf8, 0x80, 0x17, 0xda, 0x31, 0xc6, 0xb8, 0xc3, 0xb0, 0x77, 0x11, 0xcb, 0xfc, 0xd6, 0x3a]; - // modular multiplication tables - // based on: - - // Xtime2[x] = (x & 0x80 ? 0x1b : 0) ^ (x + x) - // Xtime3[x] = x^Xtime2[x]; - private static const _Xtime2:Array = [ - 0x00, 0x02, 0x04, 0x06, 0x08, 0x0a, 0x0c, 0x0e, 0x10, 0x12, 0x14, 0x16, 0x18, 0x1a, 0x1c, 0x1e, - 0x20, 0x22, 0x24, 0x26, 0x28, 0x2a, 0x2c, 0x2e, 0x30, 0x32, 0x34, 0x36, 0x38, 0x3a, 0x3c, 0x3e, - 0x40, 0x42, 0x44, 0x46, 0x48, 0x4a, 0x4c, 0x4e, 0x50, 0x52, 0x54, 0x56, 0x58, 0x5a, 0x5c, 0x5e, - 0x60, 0x62, 0x64, 0x66, 0x68, 0x6a, 0x6c, 0x6e, 0x70, 0x72, 0x74, 0x76, 0x78, 0x7a, 0x7c, 0x7e, - 0x80, 0x82, 0x84, 0x86, 0x88, 0x8a, 0x8c, 0x8e, 0x90, 0x92, 0x94, 0x96, 0x98, 0x9a, 0x9c, 0x9e, - 0xa0, 0xa2, 0xa4, 0xa6, 0xa8, 0xaa, 0xac, 0xae, 0xb0, 0xb2, 0xb4, 0xb6, 0xb8, 0xba, 0xbc, 0xbe, - 0xc0, 0xc2, 0xc4, 0xc6, 0xc8, 0xca, 0xcc, 0xce, 0xd0, 0xd2, 0xd4, 0xd6, 0xd8, 0xda, 0xdc, 0xde, - 0xe0, 0xe2, 0xe4, 0xe6, 0xe8, 0xea, 0xec, 0xee, 0xf0, 0xf2, 0xf4, 0xf6, 0xf8, 0xfa, 0xfc, 0xfe, - 0x1b, 0x19, 0x1f, 0x1d, 0x13, 0x11, 0x17, 0x15, 0x0b, 0x09, 0x0f, 0x0d, 0x03, 0x01, 0x07, 0x05, - 0x3b, 0x39, 0x3f, 0x3d, 0x33, 0x31, 0x37, 0x35, 0x2b, 0x29, 0x2f, 0x2d, 0x23, 0x21, 0x27, 0x25, - 0x5b, 0x59, 0x5f, 0x5d, 0x53, 0x51, 0x57, 0x55, 0x4b, 0x49, 0x4f, 0x4d, 0x43, 0x41, 0x47, 0x45, - 0x7b, 0x79, 0x7f, 0x7d, 0x73, 0x71, 0x77, 0x75, 0x6b, 0x69, 0x6f, 0x6d, 0x63, 0x61, 0x67, 0x65, - 0x9b, 0x99, 0x9f, 0x9d, 0x93, 0x91, 0x97, 0x95, 0x8b, 0x89, 0x8f, 0x8d, 0x83, 0x81, 0x87, 0x85, - 0xbb, 0xb9, 0xbf, 0xbd, 0xb3, 0xb1, 0xb7, 0xb5, 0xab, 0xa9, 0xaf, 0xad, 0xa3, 0xa1, 0xa7, 0xa5, - 0xdb, 0xd9, 0xdf, 0xdd, 0xd3, 0xd1, 0xd7, 0xd5, 0xcb, 0xc9, 0xcf, 0xcd, 0xc3, 0xc1, 0xc7, 0xc5, - 0xfb, 0xf9, 0xff, 0xfd, 0xf3, 0xf1, 0xf7, 0xf5, 0xeb, 0xe9, 0xef, 0xed, 0xe3, 0xe1, 0xe7, 0xe5]; - private static const _Xtime9:Array = [ - 0x00, 0x09, 0x12, 0x1b, 0x24, 0x2d, 0x36, 0x3f, 0x48, 0x41, 0x5a, 0x53, 0x6c, 0x65, 0x7e, 0x77, - 0x90, 0x99, 0x82, 0x8b, 0xb4, 0xbd, 0xa6, 0xaf, 0xd8, 0xd1, 0xca, 0xc3, 0xfc, 0xf5, 0xee, 0xe7, - 0x3b, 0x32, 0x29, 0x20, 0x1f, 0x16, 0x0d, 0x04, 0x73, 0x7a, 0x61, 0x68, 0x57, 0x5e, 0x45, 0x4c, - 0xab, 0xa2, 0xb9, 0xb0, 0x8f, 0x86, 0x9d, 0x94, 0xe3, 0xea, 0xf1, 0xf8, 0xc7, 0xce, 0xd5, 0xdc, - 0x76, 0x7f, 0x64, 0x6d, 0x52, 0x5b, 0x40, 0x49, 0x3e, 0x37, 0x2c, 0x25, 0x1a, 0x13, 0x08, 0x01, - 0xe6, 0xef, 0xf4, 0xfd, 0xc2, 0xcb, 0xd0, 0xd9, 0xae, 0xa7, 0xbc, 0xb5, 0x8a, 0x83, 0x98, 0x91, - 0x4d, 0x44, 0x5f, 0x56, 0x69, 0x60, 0x7b, 0x72, 0x05, 0x0c, 0x17, 0x1e, 0x21, 0x28, 0x33, 0x3a, - 0xdd, 0xd4, 0xcf, 0xc6, 0xf9, 0xf0, 0xeb, 0xe2, 0x95, 0x9c, 0x87, 0x8e, 0xb1, 0xb8, 0xa3, 0xaa, - 0xec, 0xe5, 0xfe, 0xf7, 0xc8, 0xc1, 0xda, 0xd3, 0xa4, 0xad, 0xb6, 0xbf, 0x80, 0x89, 0x92, 0x9b, - 0x7c, 0x75, 0x6e, 0x67, 0x58, 0x51, 0x4a, 0x43, 0x34, 0x3d, 0x26, 0x2f, 0x10, 0x19, 0x02, 0x0b, - 0xd7, 0xde, 0xc5, 0xcc, 0xf3, 0xfa, 0xe1, 0xe8, 0x9f, 0x96, 0x8d, 0x84, 0xbb, 0xb2, 0xa9, 0xa0, - 0x47, 0x4e, 0x55, 0x5c, 0x63, 0x6a, 0x71, 0x78, 0x0f, 0x06, 0x1d, 0x14, 0x2b, 0x22, 0x39, 0x30, - 0x9a, 0x93, 0x88, 0x81, 0xbe, 0xb7, 0xac, 0xa5, 0xd2, 0xdb, 0xc0, 0xc9, 0xf6, 0xff, 0xe4, 0xed, - 0x0a, 0x03, 0x18, 0x11, 0x2e, 0x27, 0x3c, 0x35, 0x42, 0x4b, 0x50, 0x59, 0x66, 0x6f, 0x74, 0x7d, - 0xa1, 0xa8, 0xb3, 0xba, 0x85, 0x8c, 0x97, 0x9e, 0xe9, 0xe0, 0xfb, 0xf2, 0xcd, 0xc4, 0xdf, 0xd6, - 0x31, 0x38, 0x23, 0x2a, 0x15, 0x1c, 0x07, 0x0e, 0x79, 0x70, 0x6b, 0x62, 0x5d, 0x54, 0x4f, 0x46]; - private static const _XtimeB:Array = [ - 0x00, 0x0b, 0x16, 0x1d, 0x2c, 0x27, 0x3a, 0x31, 0x58, 0x53, 0x4e, 0x45, 0x74, 0x7f, 0x62, 0x69, - 0xb0, 0xbb, 0xa6, 0xad, 0x9c, 0x97, 0x8a, 0x81, 0xe8, 0xe3, 0xfe, 0xf5, 0xc4, 0xcf, 0xd2, 0xd9, - 0x7b, 0x70, 0x6d, 0x66, 0x57, 0x5c, 0x41, 0x4a, 0x23, 0x28, 0x35, 0x3e, 0x0f, 0x04, 0x19, 0x12, - 0xcb, 0xc0, 0xdd, 0xd6, 0xe7, 0xec, 0xf1, 0xfa, 0x93, 0x98, 0x85, 0x8e, 0xbf, 0xb4, 0xa9, 0xa2, - 0xf6, 0xfd, 0xe0, 0xeb, 0xda, 0xd1, 0xcc, 0xc7, 0xae, 0xa5, 0xb8, 0xb3, 0x82, 0x89, 0x94, 0x9f, - 0x46, 0x4d, 0x50, 0x5b, 0x6a, 0x61, 0x7c, 0x77, 0x1e, 0x15, 0x08, 0x03, 0x32, 0x39, 0x24, 0x2f, - 0x8d, 0x86, 0x9b, 0x90, 0xa1, 0xaa, 0xb7, 0xbc, 0xd5, 0xde, 0xc3, 0xc8, 0xf9, 0xf2, 0xef, 0xe4, - 0x3d, 0x36, 0x2b, 0x20, 0x11, 0x1a, 0x07, 0x0c, 0x65, 0x6e, 0x73, 0x78, 0x49, 0x42, 0x5f, 0x54, - 0xf7, 0xfc, 0xe1, 0xea, 0xdb, 0xd0, 0xcd, 0xc6, 0xaf, 0xa4, 0xb9, 0xb2, 0x83, 0x88, 0x95, 0x9e, - 0x47, 0x4c, 0x51, 0x5a, 0x6b, 0x60, 0x7d, 0x76, 0x1f, 0x14, 0x09, 0x02, 0x33, 0x38, 0x25, 0x2e, - 0x8c, 0x87, 0x9a, 0x91, 0xa0, 0xab, 0xb6, 0xbd, 0xd4, 0xdf, 0xc2, 0xc9, 0xf8, 0xf3, 0xee, 0xe5, - 0x3c, 0x37, 0x2a, 0x21, 0x10, 0x1b, 0x06, 0x0d, 0x64, 0x6f, 0x72, 0x79, 0x48, 0x43, 0x5e, 0x55, - 0x01, 0x0a, 0x17, 0x1c, 0x2d, 0x26, 0x3b, 0x30, 0x59, 0x52, 0x4f, 0x44, 0x75, 0x7e, 0x63, 0x68, - 0xb1, 0xba, 0xa7, 0xac, 0x9d, 0x96, 0x8b, 0x80, 0xe9, 0xe2, 0xff, 0xf4, 0xc5, 0xce, 0xd3, 0xd8, - 0x7a, 0x71, 0x6c, 0x67, 0x56, 0x5d, 0x40, 0x4b, 0x22, 0x29, 0x34, 0x3f, 0x0e, 0x05, 0x18, 0x13, - 0xca, 0xc1, 0xdc, 0xd7, 0xe6, 0xed, 0xf0, 0xfb, 0x92, 0x99, 0x84, 0x8f, 0xbe, 0xb5, 0xa8, 0xa3]; - private static const _XtimeD:Array = [ - 0x00, 0x0d, 0x1a, 0x17, 0x34, 0x39, 0x2e, 0x23, 0x68, 0x65, 0x72, 0x7f, 0x5c, 0x51, 0x46, 0x4b, - 0xd0, 0xdd, 0xca, 0xc7, 0xe4, 0xe9, 0xfe, 0xf3, 0xb8, 0xb5, 0xa2, 0xaf, 0x8c, 0x81, 0x96, 0x9b, - 0xbb, 0xb6, 0xa1, 0xac, 0x8f, 0x82, 0x95, 0x98, 0xd3, 0xde, 0xc9, 0xc4, 0xe7, 0xea, 0xfd, 0xf0, - 0x6b, 0x66, 0x71, 0x7c, 0x5f, 0x52, 0x45, 0x48, 0x03, 0x0e, 0x19, 0x14, 0x37, 0x3a, 0x2d, 0x20, - 0x6d, 0x60, 0x77, 0x7a, 0x59, 0x54, 0x43, 0x4e, 0x05, 0x08, 0x1f, 0x12, 0x31, 0x3c, 0x2b, 0x26, - 0xbd, 0xb0, 0xa7, 0xaa, 0x89, 0x84, 0x93, 0x9e, 0xd5, 0xd8, 0xcf, 0xc2, 0xe1, 0xec, 0xfb, 0xf6, - 0xd6, 0xdb, 0xcc, 0xc1, 0xe2, 0xef, 0xf8, 0xf5, 0xbe, 0xb3, 0xa4, 0xa9, 0x8a, 0x87, 0x90, 0x9d, - 0x06, 0x0b, 0x1c, 0x11, 0x32, 0x3f, 0x28, 0x25, 0x6e, 0x63, 0x74, 0x79, 0x5a, 0x57, 0x40, 0x4d, - 0xda, 0xd7, 0xc0, 0xcd, 0xee, 0xe3, 0xf4, 0xf9, 0xb2, 0xbf, 0xa8, 0xa5, 0x86, 0x8b, 0x9c, 0x91, - 0x0a, 0x07, 0x10, 0x1d, 0x3e, 0x33, 0x24, 0x29, 0x62, 0x6f, 0x78, 0x75, 0x56, 0x5b, 0x4c, 0x41, - 0x61, 0x6c, 0x7b, 0x76, 0x55, 0x58, 0x4f, 0x42, 0x09, 0x04, 0x13, 0x1e, 0x3d, 0x30, 0x27, 0x2a, - 0xb1, 0xbc, 0xab, 0xa6, 0x85, 0x88, 0x9f, 0x92, 0xd9, 0xd4, 0xc3, 0xce, 0xed, 0xe0, 0xf7, 0xfa, - 0xb7, 0xba, 0xad, 0xa0, 0x83, 0x8e, 0x99, 0x94, 0xdf, 0xd2, 0xc5, 0xc8, 0xeb, 0xe6, 0xf1, 0xfc, - 0x67, 0x6a, 0x7d, 0x70, 0x53, 0x5e, 0x49, 0x44, 0x0f, 0x02, 0x15, 0x18, 0x3b, 0x36, 0x21, 0x2c, - 0x0c, 0x01, 0x16, 0x1b, 0x38, 0x35, 0x22, 0x2f, 0x64, 0x69, 0x7e, 0x73, 0x50, 0x5d, 0x4a, 0x47, - 0xdc, 0xd1, 0xc6, 0xcb, 0xe8, 0xe5, 0xf2, 0xff, 0xb4, 0xb9, 0xae, 0xa3, 0x80, 0x8d, 0x9a, 0x97]; - private static const _XtimeE:Array = [ - 0x00, 0x0e, 0x1c, 0x12, 0x38, 0x36, 0x24, 0x2a, 0x70, 0x7e, 0x6c, 0x62, 0x48, 0x46, 0x54, 0x5a, - 0xe0, 0xee, 0xfc, 0xf2, 0xd8, 0xd6, 0xc4, 0xca, 0x90, 0x9e, 0x8c, 0x82, 0xa8, 0xa6, 0xb4, 0xba, - 0xdb, 0xd5, 0xc7, 0xc9, 0xe3, 0xed, 0xff, 0xf1, 0xab, 0xa5, 0xb7, 0xb9, 0x93, 0x9d, 0x8f, 0x81, - 0x3b, 0x35, 0x27, 0x29, 0x03, 0x0d, 0x1f, 0x11, 0x4b, 0x45, 0x57, 0x59, 0x73, 0x7d, 0x6f, 0x61, - 0xad, 0xa3, 0xb1, 0xbf, 0x95, 0x9b, 0x89, 0x87, 0xdd, 0xd3, 0xc1, 0xcf, 0xe5, 0xeb, 0xf9, 0xf7, - 0x4d, 0x43, 0x51, 0x5f, 0x75, 0x7b, 0x69, 0x67, 0x3d, 0x33, 0x21, 0x2f, 0x05, 0x0b, 0x19, 0x17, - 0x76, 0x78, 0x6a, 0x64, 0x4e, 0x40, 0x52, 0x5c, 0x06, 0x08, 0x1a, 0x14, 0x3e, 0x30, 0x22, 0x2c, - 0x96, 0x98, 0x8a, 0x84, 0xae, 0xa0, 0xb2, 0xbc, 0xe6, 0xe8, 0xfa, 0xf4, 0xde, 0xd0, 0xc2, 0xcc, - 0x41, 0x4f, 0x5d, 0x53, 0x79, 0x77, 0x65, 0x6b, 0x31, 0x3f, 0x2d, 0x23, 0x09, 0x07, 0x15, 0x1b, - 0xa1, 0xaf, 0xbd, 0xb3, 0x99, 0x97, 0x85, 0x8b, 0xd1, 0xdf, 0xcd, 0xc3, 0xe9, 0xe7, 0xf5, 0xfb, - 0x9a, 0x94, 0x86, 0x88, 0xa2, 0xac, 0xbe, 0xb0, 0xea, 0xe4, 0xf6, 0xf8, 0xd2, 0xdc, 0xce, 0xc0, - 0x7a, 0x74, 0x66, 0x68, 0x42, 0x4c, 0x5e, 0x50, 0x0a, 0x04, 0x16, 0x18, 0x32, 0x3c, 0x2e, 0x20, - 0xec, 0xe2, 0xf0, 0xfe, 0xd4, 0xda, 0xc8, 0xc6, 0x9c, 0x92, 0x80, 0x8e, 0xa4, 0xaa, 0xb8, 0xb6, - 0x0c, 0x02, 0x10, 0x1e, 0x34, 0x3a, 0x28, 0x26, 0x7c, 0x72, 0x60, 0x6e, 0x44, 0x4a, 0x58, 0x56, - 0x37, 0x39, 0x2b, 0x25, 0x0f, 0x01, 0x13, 0x1d, 0x47, 0x49, 0x5b, 0x55, 0x7f, 0x71, 0x63, 0x6d, - 0xd7, 0xd9, 0xcb, 0xc5, 0xef, 0xe1, 0xf3, 0xfd, 0xa7, 0xa9, 0xbb, 0xb5, 0x9f, 0x91, 0x83, 0x8d]; - static private var _Rcon:Array = [ - 0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36]; - static private var Sbox:ByteArray; - static private var InvSbox:ByteArray; - static private var Xtime2Sbox:ByteArray - static private var Xtime3Sbox:ByteArray - static private var Xtime2:ByteArray; - static private var Xtime9:ByteArray; - static private var XtimeB:ByteArray; - static private var XtimeD:ByteArray; - static private var XtimeE:ByteArray; - static private var Rcon:ByteArray; - // static initializer - { - static private var i:uint; - Sbox = new ByteArray; - InvSbox = new ByteArray; - Xtime2Sbox = new ByteArray; - Xtime3Sbox = new ByteArray; - Xtime2 = new ByteArray; - Xtime9 = new ByteArray; - XtimeB = new ByteArray; - XtimeD = new ByteArray; - XtimeE = new ByteArray; - /* - for (i=0;i<256;i++) { - Sbox[i] = _Sbox[i]; - InvSbox[i] = _InvSbox[i]; - Xtime2Sbox[i] = _Xtime2Sbox[i]; - Xtime3Sbox[i] = _Xtime3Sbox[i]; - Xtime2[i] = _Xtime2[i]; - Xtime9[i] = _Xtime9[i]; - XtimeB[i] = _XtimeB[i]; - XtimeD[i] = _XtimeD[i]; - XtimeE[i] = _XtimeE[i]; - } - */ - Sbox[0] = _Sbox[0] - InvSbox[0] = _InvSbox[0] - Xtime2Sbox[0] = _Xtime2Sbox[0] - Xtime3Sbox[0] = _Xtime3Sbox[0] - Xtime2[0] = _Xtime2[0] - Xtime9[0] = _Xtime9[0] - XtimeB[0] = _XtimeB[0] - XtimeD[0] = _XtimeD[0] - XtimeE[0] = _XtimeE[0] - Sbox[1] = _Sbox[1] - InvSbox[1] = _InvSbox[1] - Xtime2Sbox[1] = _Xtime2Sbox[1] - Xtime3Sbox[1] = _Xtime3Sbox[1] - Xtime2[1] = _Xtime2[1] - Xtime9[1] = _Xtime9[1] - XtimeB[1] = _XtimeB[1] - XtimeD[1] = _XtimeD[1] - XtimeE[1] = _XtimeE[1] - Sbox[2] = _Sbox[2] - InvSbox[2] = _InvSbox[2] - Xtime2Sbox[2] = _Xtime2Sbox[2] - Xtime3Sbox[2] = _Xtime3Sbox[2] - Xtime2[2] = _Xtime2[2] - Xtime9[2] = _Xtime9[2] - XtimeB[2] = _XtimeB[2] - XtimeD[2] = _XtimeD[2] - XtimeE[2] = _XtimeE[2] - Sbox[3] = _Sbox[3] - InvSbox[3] = _InvSbox[3] - Xtime2Sbox[3] = _Xtime2Sbox[3] - Xtime3Sbox[3] = _Xtime3Sbox[3] - Xtime2[3] = _Xtime2[3] - Xtime9[3] = _Xtime9[3] - XtimeB[3] = _XtimeB[3] - XtimeD[3] = _XtimeD[3] - XtimeE[3] = _XtimeE[3] - Sbox[4] = _Sbox[4] - InvSbox[4] = _InvSbox[4] - Xtime2Sbox[4] = _Xtime2Sbox[4] - Xtime3Sbox[4] = _Xtime3Sbox[4] - Xtime2[4] = _Xtime2[4] - Xtime9[4] = _Xtime9[4] - XtimeB[4] = _XtimeB[4] - XtimeD[4] = _XtimeD[4] - XtimeE[4] = _XtimeE[4] - Sbox[5] = _Sbox[5] - InvSbox[5] = _InvSbox[5] - Xtime2Sbox[5] = _Xtime2Sbox[5] - Xtime3Sbox[5] = _Xtime3Sbox[5] - Xtime2[5] = _Xtime2[5] - Xtime9[5] = _Xtime9[5] - XtimeB[5] = _XtimeB[5] - XtimeD[5] = _XtimeD[5] - XtimeE[5] = _XtimeE[5] - Sbox[6] = _Sbox[6] - InvSbox[6] = _InvSbox[6] - Xtime2Sbox[6] = _Xtime2Sbox[6] - Xtime3Sbox[6] = _Xtime3Sbox[6] - Xtime2[6] = _Xtime2[6] - Xtime9[6] = _Xtime9[6] - XtimeB[6] = _XtimeB[6] - XtimeD[6] = _XtimeD[6] - XtimeE[6] = _XtimeE[6] - Sbox[7] = _Sbox[7] - InvSbox[7] = _InvSbox[7] - Xtime2Sbox[7] = _Xtime2Sbox[7] - Xtime3Sbox[7] = _Xtime3Sbox[7] - Xtime2[7] = _Xtime2[7] - Xtime9[7] = _Xtime9[7] - XtimeB[7] = _XtimeB[7] - XtimeD[7] = _XtimeD[7] - XtimeE[7] = _XtimeE[7] - Sbox[8] = _Sbox[8] - InvSbox[8] = _InvSbox[8] - Xtime2Sbox[8] = _Xtime2Sbox[8] - Xtime3Sbox[8] = _Xtime3Sbox[8] - Xtime2[8] = _Xtime2[8] - Xtime9[8] = _Xtime9[8] - XtimeB[8] = _XtimeB[8] - XtimeD[8] = _XtimeD[8] - XtimeE[8] = _XtimeE[8] - Sbox[9] = _Sbox[9] - InvSbox[9] = _InvSbox[9] - Xtime2Sbox[9] = _Xtime2Sbox[9] - Xtime3Sbox[9] = _Xtime3Sbox[9] - Xtime2[9] = _Xtime2[9] - Xtime9[9] = _Xtime9[9] - XtimeB[9] = _XtimeB[9] - XtimeD[9] = _XtimeD[9] - XtimeE[9] = _XtimeE[9] - Sbox[10] = _Sbox[10] - InvSbox[10] = _InvSbox[10] - Xtime2Sbox[10] = _Xtime2Sbox[10] - Xtime3Sbox[10] = _Xtime3Sbox[10] - Xtime2[10] = _Xtime2[10] - Xtime9[10] = _Xtime9[10] - XtimeB[10] = _XtimeB[10] - XtimeD[10] = _XtimeD[10] - XtimeE[10] = _XtimeE[10] - Sbox[11] = _Sbox[11] - InvSbox[11] = _InvSbox[11] - Xtime2Sbox[11] = _Xtime2Sbox[11] - Xtime3Sbox[11] = _Xtime3Sbox[11] - Xtime2[11] = _Xtime2[11] - Xtime9[11] = _Xtime9[11] - XtimeB[11] = _XtimeB[11] - XtimeD[11] = _XtimeD[11] - XtimeE[11] = _XtimeE[11] - Sbox[12] = _Sbox[12] - InvSbox[12] = _InvSbox[12] - Xtime2Sbox[12] = _Xtime2Sbox[12] - Xtime3Sbox[12] = _Xtime3Sbox[12] - Xtime2[12] = _Xtime2[12] - Xtime9[12] = _Xtime9[12] - XtimeB[12] = _XtimeB[12] - XtimeD[12] = _XtimeD[12] - XtimeE[12] = _XtimeE[12] - Sbox[13] = _Sbox[13] - InvSbox[13] = _InvSbox[13] - Xtime2Sbox[13] = _Xtime2Sbox[13] - Xtime3Sbox[13] = _Xtime3Sbox[13] - Xtime2[13] = _Xtime2[13] - Xtime9[13] = _Xtime9[13] - XtimeB[13] = _XtimeB[13] - XtimeD[13] = _XtimeD[13] - XtimeE[13] = _XtimeE[13] - Sbox[14] = _Sbox[14] - InvSbox[14] = _InvSbox[14] - Xtime2Sbox[14] = _Xtime2Sbox[14] - Xtime3Sbox[14] = _Xtime3Sbox[14] - Xtime2[14] = _Xtime2[14] - Xtime9[14] = _Xtime9[14] - XtimeB[14] = _XtimeB[14] - XtimeD[14] = _XtimeD[14] - XtimeE[14] = _XtimeE[14] - Sbox[15] = _Sbox[15] - InvSbox[15] = _InvSbox[15] - Xtime2Sbox[15] = _Xtime2Sbox[15] - Xtime3Sbox[15] = _Xtime3Sbox[15] - Xtime2[15] = _Xtime2[15] - Xtime9[15] = _Xtime9[15] - XtimeB[15] = _XtimeB[15] - XtimeD[15] = _XtimeD[15] - XtimeE[15] = _XtimeE[15] - Sbox[16] = _Sbox[16] - InvSbox[16] = _InvSbox[16] - Xtime2Sbox[16] = _Xtime2Sbox[16] - Xtime3Sbox[16] = _Xtime3Sbox[16] - Xtime2[16] = _Xtime2[16] - Xtime9[16] = _Xtime9[16] - XtimeB[16] = _XtimeB[16] - XtimeD[16] = _XtimeD[16] - XtimeE[16] = _XtimeE[16] - Sbox[17] = _Sbox[17] - InvSbox[17] = _InvSbox[17] - Xtime2Sbox[17] = _Xtime2Sbox[17] - Xtime3Sbox[17] = _Xtime3Sbox[17] - Xtime2[17] = _Xtime2[17] - Xtime9[17] = _Xtime9[17] - XtimeB[17] = _XtimeB[17] - XtimeD[17] = _XtimeD[17] - XtimeE[17] = _XtimeE[17] - Sbox[18] = _Sbox[18] - InvSbox[18] = _InvSbox[18] - Xtime2Sbox[18] = _Xtime2Sbox[18] - Xtime3Sbox[18] = _Xtime3Sbox[18] - Xtime2[18] = _Xtime2[18] - Xtime9[18] = _Xtime9[18] - XtimeB[18] = _XtimeB[18] - XtimeD[18] = _XtimeD[18] - XtimeE[18] = _XtimeE[18] - Sbox[19] = _Sbox[19] - InvSbox[19] = _InvSbox[19] - Xtime2Sbox[19] = _Xtime2Sbox[19] - Xtime3Sbox[19] = _Xtime3Sbox[19] - Xtime2[19] = _Xtime2[19] - Xtime9[19] = _Xtime9[19] - XtimeB[19] = _XtimeB[19] - XtimeD[19] = _XtimeD[19] - XtimeE[19] = _XtimeE[19] - Sbox[20] = _Sbox[20] - InvSbox[20] = _InvSbox[20] - Xtime2Sbox[20] = _Xtime2Sbox[20] - Xtime3Sbox[20] = _Xtime3Sbox[20] - Xtime2[20] = _Xtime2[20] - Xtime9[20] = _Xtime9[20] - XtimeB[20] = _XtimeB[20] - XtimeD[20] = _XtimeD[20] - XtimeE[20] = _XtimeE[20] - Sbox[21] = _Sbox[21] - InvSbox[21] = _InvSbox[21] - Xtime2Sbox[21] = _Xtime2Sbox[21] - Xtime3Sbox[21] = _Xtime3Sbox[21] - Xtime2[21] = _Xtime2[21] - Xtime9[21] = _Xtime9[21] - XtimeB[21] = _XtimeB[21] - XtimeD[21] = _XtimeD[21] - XtimeE[21] = _XtimeE[21] - Sbox[22] = _Sbox[22] - InvSbox[22] = _InvSbox[22] - Xtime2Sbox[22] = _Xtime2Sbox[22] - Xtime3Sbox[22] = _Xtime3Sbox[22] - Xtime2[22] = _Xtime2[22] - Xtime9[22] = _Xtime9[22] - XtimeB[22] = _XtimeB[22] - XtimeD[22] = _XtimeD[22] - XtimeE[22] = _XtimeE[22] - Sbox[23] = _Sbox[23] - InvSbox[23] = _InvSbox[23] - Xtime2Sbox[23] = _Xtime2Sbox[23] - Xtime3Sbox[23] = _Xtime3Sbox[23] - Xtime2[23] = _Xtime2[23] - Xtime9[23] = _Xtime9[23] - XtimeB[23] = _XtimeB[23] - XtimeD[23] = _XtimeD[23] - XtimeE[23] = _XtimeE[23] - Sbox[24] = _Sbox[24] - InvSbox[24] = _InvSbox[24] - Xtime2Sbox[24] = _Xtime2Sbox[24] - Xtime3Sbox[24] = _Xtime3Sbox[24] - Xtime2[24] = _Xtime2[24] - Xtime9[24] = _Xtime9[24] - XtimeB[24] = _XtimeB[24] - XtimeD[24] = _XtimeD[24] - XtimeE[24] = _XtimeE[24] - Sbox[25] = _Sbox[25] - InvSbox[25] = _InvSbox[25] - Xtime2Sbox[25] = _Xtime2Sbox[25] - Xtime3Sbox[25] = _Xtime3Sbox[25] - Xtime2[25] = _Xtime2[25] - Xtime9[25] = _Xtime9[25] - XtimeB[25] = _XtimeB[25] - XtimeD[25] = _XtimeD[25] - XtimeE[25] = _XtimeE[25] - Sbox[26] = _Sbox[26] - InvSbox[26] = _InvSbox[26] - Xtime2Sbox[26] = _Xtime2Sbox[26] - Xtime3Sbox[26] = _Xtime3Sbox[26] - Xtime2[26] = _Xtime2[26] - Xtime9[26] = _Xtime9[26] - XtimeB[26] = _XtimeB[26] - XtimeD[26] = _XtimeD[26] - XtimeE[26] = _XtimeE[26] - Sbox[27] = _Sbox[27] - InvSbox[27] = _InvSbox[27] - Xtime2Sbox[27] = _Xtime2Sbox[27] - Xtime3Sbox[27] = _Xtime3Sbox[27] - Xtime2[27] = _Xtime2[27] - Xtime9[27] = _Xtime9[27] - XtimeB[27] = _XtimeB[27] - XtimeD[27] = _XtimeD[27] - XtimeE[27] = _XtimeE[27] - Sbox[28] = _Sbox[28] - InvSbox[28] = _InvSbox[28] - Xtime2Sbox[28] = _Xtime2Sbox[28] - Xtime3Sbox[28] = _Xtime3Sbox[28] - Xtime2[28] = _Xtime2[28] - Xtime9[28] = _Xtime9[28] - XtimeB[28] = _XtimeB[28] - XtimeD[28] = _XtimeD[28] - XtimeE[28] = _XtimeE[28] - Sbox[29] = _Sbox[29] - InvSbox[29] = _InvSbox[29] - Xtime2Sbox[29] = _Xtime2Sbox[29] - Xtime3Sbox[29] = _Xtime3Sbox[29] - Xtime2[29] = _Xtime2[29] - Xtime9[29] = _Xtime9[29] - XtimeB[29] = _XtimeB[29] - XtimeD[29] = _XtimeD[29] - XtimeE[29] = _XtimeE[29] - Sbox[30] = _Sbox[30] - InvSbox[30] = _InvSbox[30] - Xtime2Sbox[30] = _Xtime2Sbox[30] - Xtime3Sbox[30] = _Xtime3Sbox[30] - Xtime2[30] = _Xtime2[30] - Xtime9[30] = _Xtime9[30] - XtimeB[30] = _XtimeB[30] - XtimeD[30] = _XtimeD[30] - XtimeE[30] = _XtimeE[30] - Sbox[31] = _Sbox[31] - InvSbox[31] = _InvSbox[31] - Xtime2Sbox[31] = _Xtime2Sbox[31] - Xtime3Sbox[31] = _Xtime3Sbox[31] - Xtime2[31] = _Xtime2[31] - Xtime9[31] = _Xtime9[31] - XtimeB[31] = _XtimeB[31] - XtimeD[31] = _XtimeD[31] - XtimeE[31] = _XtimeE[31] - Sbox[32] = _Sbox[32] - InvSbox[32] = _InvSbox[32] - Xtime2Sbox[32] = _Xtime2Sbox[32] - Xtime3Sbox[32] = _Xtime3Sbox[32] - Xtime2[32] = _Xtime2[32] - Xtime9[32] = _Xtime9[32] - XtimeB[32] = _XtimeB[32] - XtimeD[32] = _XtimeD[32] - XtimeE[32] = _XtimeE[32] - Sbox[33] = _Sbox[33] - InvSbox[33] = _InvSbox[33] - Xtime2Sbox[33] = _Xtime2Sbox[33] - Xtime3Sbox[33] = _Xtime3Sbox[33] - Xtime2[33] = _Xtime2[33] - Xtime9[33] = _Xtime9[33] - XtimeB[33] = _XtimeB[33] - XtimeD[33] = _XtimeD[33] - XtimeE[33] = _XtimeE[33] - Sbox[34] = _Sbox[34] - InvSbox[34] = _InvSbox[34] - Xtime2Sbox[34] = _Xtime2Sbox[34] - Xtime3Sbox[34] = _Xtime3Sbox[34] - Xtime2[34] = _Xtime2[34] - Xtime9[34] = _Xtime9[34] - XtimeB[34] = _XtimeB[34] - XtimeD[34] = _XtimeD[34] - XtimeE[34] = _XtimeE[34] - Sbox[35] = _Sbox[35] - InvSbox[35] = _InvSbox[35] - Xtime2Sbox[35] = _Xtime2Sbox[35] - Xtime3Sbox[35] = _Xtime3Sbox[35] - Xtime2[35] = _Xtime2[35] - Xtime9[35] = _Xtime9[35] - XtimeB[35] = _XtimeB[35] - XtimeD[35] = _XtimeD[35] - XtimeE[35] = _XtimeE[35] - Sbox[36] = _Sbox[36] - InvSbox[36] = _InvSbox[36] - Xtime2Sbox[36] = _Xtime2Sbox[36] - Xtime3Sbox[36] = _Xtime3Sbox[36] - Xtime2[36] = _Xtime2[36] - Xtime9[36] = _Xtime9[36] - XtimeB[36] = _XtimeB[36] - XtimeD[36] = _XtimeD[36] - XtimeE[36] = _XtimeE[36] - Sbox[37] = _Sbox[37] - InvSbox[37] = _InvSbox[37] - Xtime2Sbox[37] = _Xtime2Sbox[37] - Xtime3Sbox[37] = _Xtime3Sbox[37] - Xtime2[37] = _Xtime2[37] - Xtime9[37] = _Xtime9[37] - XtimeB[37] = _XtimeB[37] - XtimeD[37] = _XtimeD[37] - XtimeE[37] = _XtimeE[37] - Sbox[38] = _Sbox[38] - InvSbox[38] = _InvSbox[38] - Xtime2Sbox[38] = _Xtime2Sbox[38] - Xtime3Sbox[38] = _Xtime3Sbox[38] - Xtime2[38] = _Xtime2[38] - Xtime9[38] = _Xtime9[38] - XtimeB[38] = _XtimeB[38] - XtimeD[38] = _XtimeD[38] - XtimeE[38] = _XtimeE[38] - Sbox[39] = _Sbox[39] - InvSbox[39] = _InvSbox[39] - Xtime2Sbox[39] = _Xtime2Sbox[39] - Xtime3Sbox[39] = _Xtime3Sbox[39] - Xtime2[39] = _Xtime2[39] - Xtime9[39] = _Xtime9[39] - XtimeB[39] = _XtimeB[39] - XtimeD[39] = _XtimeD[39] - XtimeE[39] = _XtimeE[39] - Sbox[40] = _Sbox[40] - InvSbox[40] = _InvSbox[40] - Xtime2Sbox[40] = _Xtime2Sbox[40] - Xtime3Sbox[40] = _Xtime3Sbox[40] - Xtime2[40] = _Xtime2[40] - Xtime9[40] = _Xtime9[40] - XtimeB[40] = _XtimeB[40] - XtimeD[40] = _XtimeD[40] - XtimeE[40] = _XtimeE[40] - Sbox[41] = _Sbox[41] - InvSbox[41] = _InvSbox[41] - Xtime2Sbox[41] = _Xtime2Sbox[41] - Xtime3Sbox[41] = _Xtime3Sbox[41] - Xtime2[41] = _Xtime2[41] - Xtime9[41] = _Xtime9[41] - XtimeB[41] = _XtimeB[41] - XtimeD[41] = _XtimeD[41] - XtimeE[41] = _XtimeE[41] - Sbox[42] = _Sbox[42] - InvSbox[42] = _InvSbox[42] - Xtime2Sbox[42] = _Xtime2Sbox[42] - Xtime3Sbox[42] = _Xtime3Sbox[42] - Xtime2[42] = _Xtime2[42] - Xtime9[42] = _Xtime9[42] - XtimeB[42] = _XtimeB[42] - XtimeD[42] = _XtimeD[42] - XtimeE[42] = _XtimeE[42] - Sbox[43] = _Sbox[43] - InvSbox[43] = _InvSbox[43] - Xtime2Sbox[43] = _Xtime2Sbox[43] - Xtime3Sbox[43] = _Xtime3Sbox[43] - Xtime2[43] = _Xtime2[43] - Xtime9[43] = _Xtime9[43] - XtimeB[43] = _XtimeB[43] - XtimeD[43] = _XtimeD[43] - XtimeE[43] = _XtimeE[43] - Sbox[44] = _Sbox[44] - InvSbox[44] = _InvSbox[44] - Xtime2Sbox[44] = _Xtime2Sbox[44] - Xtime3Sbox[44] = _Xtime3Sbox[44] - Xtime2[44] = _Xtime2[44] - Xtime9[44] = _Xtime9[44] - XtimeB[44] = _XtimeB[44] - XtimeD[44] = _XtimeD[44] - XtimeE[44] = _XtimeE[44] - Sbox[45] = _Sbox[45] - InvSbox[45] = _InvSbox[45] - Xtime2Sbox[45] = _Xtime2Sbox[45] - Xtime3Sbox[45] = _Xtime3Sbox[45] - Xtime2[45] = _Xtime2[45] - Xtime9[45] = _Xtime9[45] - XtimeB[45] = _XtimeB[45] - XtimeD[45] = _XtimeD[45] - XtimeE[45] = _XtimeE[45] - Sbox[46] = _Sbox[46] - InvSbox[46] = _InvSbox[46] - Xtime2Sbox[46] = _Xtime2Sbox[46] - Xtime3Sbox[46] = _Xtime3Sbox[46] - Xtime2[46] = _Xtime2[46] - Xtime9[46] = _Xtime9[46] - XtimeB[46] = _XtimeB[46] - XtimeD[46] = _XtimeD[46] - XtimeE[46] = _XtimeE[46] - Sbox[47] = _Sbox[47] - InvSbox[47] = _InvSbox[47] - Xtime2Sbox[47] = _Xtime2Sbox[47] - Xtime3Sbox[47] = _Xtime3Sbox[47] - Xtime2[47] = _Xtime2[47] - Xtime9[47] = _Xtime9[47] - XtimeB[47] = _XtimeB[47] - XtimeD[47] = _XtimeD[47] - XtimeE[47] = _XtimeE[47] - Sbox[48] = _Sbox[48] - InvSbox[48] = _InvSbox[48] - Xtime2Sbox[48] = _Xtime2Sbox[48] - Xtime3Sbox[48] = _Xtime3Sbox[48] - Xtime2[48] = _Xtime2[48] - Xtime9[48] = _Xtime9[48] - XtimeB[48] = _XtimeB[48] - XtimeD[48] = _XtimeD[48] - XtimeE[48] = _XtimeE[48] - Sbox[49] = _Sbox[49] - InvSbox[49] = _InvSbox[49] - Xtime2Sbox[49] = _Xtime2Sbox[49] - Xtime3Sbox[49] = _Xtime3Sbox[49] - Xtime2[49] = _Xtime2[49] - Xtime9[49] = _Xtime9[49] - XtimeB[49] = _XtimeB[49] - XtimeD[49] = _XtimeD[49] - XtimeE[49] = _XtimeE[49] - Sbox[50] = _Sbox[50] - InvSbox[50] = _InvSbox[50] - Xtime2Sbox[50] = _Xtime2Sbox[50] - Xtime3Sbox[50] = _Xtime3Sbox[50] - Xtime2[50] = _Xtime2[50] - Xtime9[50] = _Xtime9[50] - XtimeB[50] = _XtimeB[50] - XtimeD[50] = _XtimeD[50] - XtimeE[50] = _XtimeE[50] - Sbox[51] = _Sbox[51] - InvSbox[51] = _InvSbox[51] - Xtime2Sbox[51] = _Xtime2Sbox[51] - Xtime3Sbox[51] = _Xtime3Sbox[51] - Xtime2[51] = _Xtime2[51] - Xtime9[51] = _Xtime9[51] - XtimeB[51] = _XtimeB[51] - XtimeD[51] = _XtimeD[51] - XtimeE[51] = _XtimeE[51] - Sbox[52] = _Sbox[52] - InvSbox[52] = _InvSbox[52] - Xtime2Sbox[52] = _Xtime2Sbox[52] - Xtime3Sbox[52] = _Xtime3Sbox[52] - Xtime2[52] = _Xtime2[52] - Xtime9[52] = _Xtime9[52] - XtimeB[52] = _XtimeB[52] - XtimeD[52] = _XtimeD[52] - XtimeE[52] = _XtimeE[52] - Sbox[53] = _Sbox[53] - InvSbox[53] = _InvSbox[53] - Xtime2Sbox[53] = _Xtime2Sbox[53] - Xtime3Sbox[53] = _Xtime3Sbox[53] - Xtime2[53] = _Xtime2[53] - Xtime9[53] = _Xtime9[53] - XtimeB[53] = _XtimeB[53] - XtimeD[53] = _XtimeD[53] - XtimeE[53] = _XtimeE[53] - Sbox[54] = _Sbox[54] - InvSbox[54] = _InvSbox[54] - Xtime2Sbox[54] = _Xtime2Sbox[54] - Xtime3Sbox[54] = _Xtime3Sbox[54] - Xtime2[54] = _Xtime2[54] - Xtime9[54] = _Xtime9[54] - XtimeB[54] = _XtimeB[54] - XtimeD[54] = _XtimeD[54] - XtimeE[54] = _XtimeE[54] - Sbox[55] = _Sbox[55] - InvSbox[55] = _InvSbox[55] - Xtime2Sbox[55] = _Xtime2Sbox[55] - Xtime3Sbox[55] = _Xtime3Sbox[55] - Xtime2[55] = _Xtime2[55] - Xtime9[55] = _Xtime9[55] - XtimeB[55] = _XtimeB[55] - XtimeD[55] = _XtimeD[55] - XtimeE[55] = _XtimeE[55] - Sbox[56] = _Sbox[56] - InvSbox[56] = _InvSbox[56] - Xtime2Sbox[56] = _Xtime2Sbox[56] - Xtime3Sbox[56] = _Xtime3Sbox[56] - Xtime2[56] = _Xtime2[56] - Xtime9[56] = _Xtime9[56] - XtimeB[56] = _XtimeB[56] - XtimeD[56] = _XtimeD[56] - XtimeE[56] = _XtimeE[56] - Sbox[57] = _Sbox[57] - InvSbox[57] = _InvSbox[57] - Xtime2Sbox[57] = _Xtime2Sbox[57] - Xtime3Sbox[57] = _Xtime3Sbox[57] - Xtime2[57] = _Xtime2[57] - Xtime9[57] = _Xtime9[57] - XtimeB[57] = _XtimeB[57] - XtimeD[57] = _XtimeD[57] - XtimeE[57] = _XtimeE[57] - Sbox[58] = _Sbox[58] - InvSbox[58] = _InvSbox[58] - Xtime2Sbox[58] = _Xtime2Sbox[58] - Xtime3Sbox[58] = _Xtime3Sbox[58] - Xtime2[58] = _Xtime2[58] - Xtime9[58] = _Xtime9[58] - XtimeB[58] = _XtimeB[58] - XtimeD[58] = _XtimeD[58] - XtimeE[58] = _XtimeE[58] - Sbox[59] = _Sbox[59] - InvSbox[59] = _InvSbox[59] - Xtime2Sbox[59] = _Xtime2Sbox[59] - Xtime3Sbox[59] = _Xtime3Sbox[59] - Xtime2[59] = _Xtime2[59] - Xtime9[59] = _Xtime9[59] - XtimeB[59] = _XtimeB[59] - XtimeD[59] = _XtimeD[59] - XtimeE[59] = _XtimeE[59] - Sbox[60] = _Sbox[60] - InvSbox[60] = _InvSbox[60] - Xtime2Sbox[60] = _Xtime2Sbox[60] - Xtime3Sbox[60] = _Xtime3Sbox[60] - Xtime2[60] = _Xtime2[60] - Xtime9[60] = _Xtime9[60] - XtimeB[60] = _XtimeB[60] - XtimeD[60] = _XtimeD[60] - XtimeE[60] = _XtimeE[60] - Sbox[61] = _Sbox[61] - InvSbox[61] = _InvSbox[61] - Xtime2Sbox[61] = _Xtime2Sbox[61] - Xtime3Sbox[61] = _Xtime3Sbox[61] - Xtime2[61] = _Xtime2[61] - Xtime9[61] = _Xtime9[61] - XtimeB[61] = _XtimeB[61] - XtimeD[61] = _XtimeD[61] - XtimeE[61] = _XtimeE[61] - Sbox[62] = _Sbox[62] - InvSbox[62] = _InvSbox[62] - Xtime2Sbox[62] = _Xtime2Sbox[62] - Xtime3Sbox[62] = _Xtime3Sbox[62] - Xtime2[62] = _Xtime2[62] - Xtime9[62] = _Xtime9[62] - XtimeB[62] = _XtimeB[62] - XtimeD[62] = _XtimeD[62] - XtimeE[62] = _XtimeE[62] - Sbox[63] = _Sbox[63] - InvSbox[63] = _InvSbox[63] - Xtime2Sbox[63] = _Xtime2Sbox[63] - Xtime3Sbox[63] = _Xtime3Sbox[63] - Xtime2[63] = _Xtime2[63] - Xtime9[63] = _Xtime9[63] - XtimeB[63] = _XtimeB[63] - XtimeD[63] = _XtimeD[63] - XtimeE[63] = _XtimeE[63] - Sbox[64] = _Sbox[64] - InvSbox[64] = _InvSbox[64] - Xtime2Sbox[64] = _Xtime2Sbox[64] - Xtime3Sbox[64] = _Xtime3Sbox[64] - Xtime2[64] = _Xtime2[64] - Xtime9[64] = _Xtime9[64] - XtimeB[64] = _XtimeB[64] - XtimeD[64] = _XtimeD[64] - XtimeE[64] = _XtimeE[64] - Sbox[65] = _Sbox[65] - InvSbox[65] = _InvSbox[65] - Xtime2Sbox[65] = _Xtime2Sbox[65] - Xtime3Sbox[65] = _Xtime3Sbox[65] - Xtime2[65] = _Xtime2[65] - Xtime9[65] = _Xtime9[65] - XtimeB[65] = _XtimeB[65] - XtimeD[65] = _XtimeD[65] - XtimeE[65] = _XtimeE[65] - Sbox[66] = _Sbox[66] - InvSbox[66] = _InvSbox[66] - Xtime2Sbox[66] = _Xtime2Sbox[66] - Xtime3Sbox[66] = _Xtime3Sbox[66] - Xtime2[66] = _Xtime2[66] - Xtime9[66] = _Xtime9[66] - XtimeB[66] = _XtimeB[66] - XtimeD[66] = _XtimeD[66] - XtimeE[66] = _XtimeE[66] - Sbox[67] = _Sbox[67] - InvSbox[67] = _InvSbox[67] - Xtime2Sbox[67] = _Xtime2Sbox[67] - Xtime3Sbox[67] = _Xtime3Sbox[67] - Xtime2[67] = _Xtime2[67] - Xtime9[67] = _Xtime9[67] - XtimeB[67] = _XtimeB[67] - XtimeD[67] = _XtimeD[67] - XtimeE[67] = _XtimeE[67] - Sbox[68] = _Sbox[68] - InvSbox[68] = _InvSbox[68] - Xtime2Sbox[68] = _Xtime2Sbox[68] - Xtime3Sbox[68] = _Xtime3Sbox[68] - Xtime2[68] = _Xtime2[68] - Xtime9[68] = _Xtime9[68] - XtimeB[68] = _XtimeB[68] - XtimeD[68] = _XtimeD[68] - XtimeE[68] = _XtimeE[68] - Sbox[69] = _Sbox[69] - InvSbox[69] = _InvSbox[69] - Xtime2Sbox[69] = _Xtime2Sbox[69] - Xtime3Sbox[69] = _Xtime3Sbox[69] - Xtime2[69] = _Xtime2[69] - Xtime9[69] = _Xtime9[69] - XtimeB[69] = _XtimeB[69] - XtimeD[69] = _XtimeD[69] - XtimeE[69] = _XtimeE[69] - Sbox[70] = _Sbox[70] - InvSbox[70] = _InvSbox[70] - Xtime2Sbox[70] = _Xtime2Sbox[70] - Xtime3Sbox[70] = _Xtime3Sbox[70] - Xtime2[70] = _Xtime2[70] - Xtime9[70] = _Xtime9[70] - XtimeB[70] = _XtimeB[70] - XtimeD[70] = _XtimeD[70] - XtimeE[70] = _XtimeE[70] - Sbox[71] = _Sbox[71] - InvSbox[71] = _InvSbox[71] - Xtime2Sbox[71] = _Xtime2Sbox[71] - Xtime3Sbox[71] = _Xtime3Sbox[71] - Xtime2[71] = _Xtime2[71] - Xtime9[71] = _Xtime9[71] - XtimeB[71] = _XtimeB[71] - XtimeD[71] = _XtimeD[71] - XtimeE[71] = _XtimeE[71] - Sbox[72] = _Sbox[72] - InvSbox[72] = _InvSbox[72] - Xtime2Sbox[72] = _Xtime2Sbox[72] - Xtime3Sbox[72] = _Xtime3Sbox[72] - Xtime2[72] = _Xtime2[72] - Xtime9[72] = _Xtime9[72] - XtimeB[72] = _XtimeB[72] - XtimeD[72] = _XtimeD[72] - XtimeE[72] = _XtimeE[72] - Sbox[73] = _Sbox[73] - InvSbox[73] = _InvSbox[73] - Xtime2Sbox[73] = _Xtime2Sbox[73] - Xtime3Sbox[73] = _Xtime3Sbox[73] - Xtime2[73] = _Xtime2[73] - Xtime9[73] = _Xtime9[73] - XtimeB[73] = _XtimeB[73] - XtimeD[73] = _XtimeD[73] - XtimeE[73] = _XtimeE[73] - Sbox[74] = _Sbox[74] - InvSbox[74] = _InvSbox[74] - Xtime2Sbox[74] = _Xtime2Sbox[74] - Xtime3Sbox[74] = _Xtime3Sbox[74] - Xtime2[74] = _Xtime2[74] - Xtime9[74] = _Xtime9[74] - XtimeB[74] = _XtimeB[74] - XtimeD[74] = _XtimeD[74] - XtimeE[74] = _XtimeE[74] - Sbox[75] = _Sbox[75] - InvSbox[75] = _InvSbox[75] - Xtime2Sbox[75] = _Xtime2Sbox[75] - Xtime3Sbox[75] = _Xtime3Sbox[75] - Xtime2[75] = _Xtime2[75] - Xtime9[75] = _Xtime9[75] - XtimeB[75] = _XtimeB[75] - XtimeD[75] = _XtimeD[75] - XtimeE[75] = _XtimeE[75] - Sbox[76] = _Sbox[76] - InvSbox[76] = _InvSbox[76] - Xtime2Sbox[76] = _Xtime2Sbox[76] - Xtime3Sbox[76] = _Xtime3Sbox[76] - Xtime2[76] = _Xtime2[76] - Xtime9[76] = _Xtime9[76] - XtimeB[76] = _XtimeB[76] - XtimeD[76] = _XtimeD[76] - XtimeE[76] = _XtimeE[76] - Sbox[77] = _Sbox[77] - InvSbox[77] = _InvSbox[77] - Xtime2Sbox[77] = _Xtime2Sbox[77] - Xtime3Sbox[77] = _Xtime3Sbox[77] - Xtime2[77] = _Xtime2[77] - Xtime9[77] = _Xtime9[77] - XtimeB[77] = _XtimeB[77] - XtimeD[77] = _XtimeD[77] - XtimeE[77] = _XtimeE[77] - Sbox[78] = _Sbox[78] - InvSbox[78] = _InvSbox[78] - Xtime2Sbox[78] = _Xtime2Sbox[78] - Xtime3Sbox[78] = _Xtime3Sbox[78] - Xtime2[78] = _Xtime2[78] - Xtime9[78] = _Xtime9[78] - XtimeB[78] = _XtimeB[78] - XtimeD[78] = _XtimeD[78] - XtimeE[78] = _XtimeE[78] - Sbox[79] = _Sbox[79] - InvSbox[79] = _InvSbox[79] - Xtime2Sbox[79] = _Xtime2Sbox[79] - Xtime3Sbox[79] = _Xtime3Sbox[79] - Xtime2[79] = _Xtime2[79] - Xtime9[79] = _Xtime9[79] - XtimeB[79] = _XtimeB[79] - XtimeD[79] = _XtimeD[79] - XtimeE[79] = _XtimeE[79] - Sbox[80] = _Sbox[80] - InvSbox[80] = _InvSbox[80] - Xtime2Sbox[80] = _Xtime2Sbox[80] - Xtime3Sbox[80] = _Xtime3Sbox[80] - Xtime2[80] = _Xtime2[80] - Xtime9[80] = _Xtime9[80] - XtimeB[80] = _XtimeB[80] - XtimeD[80] = _XtimeD[80] - XtimeE[80] = _XtimeE[80] - Sbox[81] = _Sbox[81] - InvSbox[81] = _InvSbox[81] - Xtime2Sbox[81] = _Xtime2Sbox[81] - Xtime3Sbox[81] = _Xtime3Sbox[81] - Xtime2[81] = _Xtime2[81] - Xtime9[81] = _Xtime9[81] - XtimeB[81] = _XtimeB[81] - XtimeD[81] = _XtimeD[81] - XtimeE[81] = _XtimeE[81] - Sbox[82] = _Sbox[82] - InvSbox[82] = _InvSbox[82] - Xtime2Sbox[82] = _Xtime2Sbox[82] - Xtime3Sbox[82] = _Xtime3Sbox[82] - Xtime2[82] = _Xtime2[82] - Xtime9[82] = _Xtime9[82] - XtimeB[82] = _XtimeB[82] - XtimeD[82] = _XtimeD[82] - XtimeE[82] = _XtimeE[82] - Sbox[83] = _Sbox[83] - InvSbox[83] = _InvSbox[83] - Xtime2Sbox[83] = _Xtime2Sbox[83] - Xtime3Sbox[83] = _Xtime3Sbox[83] - Xtime2[83] = _Xtime2[83] - Xtime9[83] = _Xtime9[83] - XtimeB[83] = _XtimeB[83] - XtimeD[83] = _XtimeD[83] - XtimeE[83] = _XtimeE[83] - Sbox[84] = _Sbox[84] - InvSbox[84] = _InvSbox[84] - Xtime2Sbox[84] = _Xtime2Sbox[84] - Xtime3Sbox[84] = _Xtime3Sbox[84] - Xtime2[84] = _Xtime2[84] - Xtime9[84] = _Xtime9[84] - XtimeB[84] = _XtimeB[84] - XtimeD[84] = _XtimeD[84] - XtimeE[84] = _XtimeE[84] - Sbox[85] = _Sbox[85] - InvSbox[85] = _InvSbox[85] - Xtime2Sbox[85] = _Xtime2Sbox[85] - Xtime3Sbox[85] = _Xtime3Sbox[85] - Xtime2[85] = _Xtime2[85] - Xtime9[85] = _Xtime9[85] - XtimeB[85] = _XtimeB[85] - XtimeD[85] = _XtimeD[85] - XtimeE[85] = _XtimeE[85] - Sbox[86] = _Sbox[86] - InvSbox[86] = _InvSbox[86] - Xtime2Sbox[86] = _Xtime2Sbox[86] - Xtime3Sbox[86] = _Xtime3Sbox[86] - Xtime2[86] = _Xtime2[86] - Xtime9[86] = _Xtime9[86] - XtimeB[86] = _XtimeB[86] - XtimeD[86] = _XtimeD[86] - XtimeE[86] = _XtimeE[86] - Sbox[87] = _Sbox[87] - InvSbox[87] = _InvSbox[87] - Xtime2Sbox[87] = _Xtime2Sbox[87] - Xtime3Sbox[87] = _Xtime3Sbox[87] - Xtime2[87] = _Xtime2[87] - Xtime9[87] = _Xtime9[87] - XtimeB[87] = _XtimeB[87] - XtimeD[87] = _XtimeD[87] - XtimeE[87] = _XtimeE[87] - Sbox[88] = _Sbox[88] - InvSbox[88] = _InvSbox[88] - Xtime2Sbox[88] = _Xtime2Sbox[88] - Xtime3Sbox[88] = _Xtime3Sbox[88] - Xtime2[88] = _Xtime2[88] - Xtime9[88] = _Xtime9[88] - XtimeB[88] = _XtimeB[88] - XtimeD[88] = _XtimeD[88] - XtimeE[88] = _XtimeE[88] - Sbox[89] = _Sbox[89] - InvSbox[89] = _InvSbox[89] - Xtime2Sbox[89] = _Xtime2Sbox[89] - Xtime3Sbox[89] = _Xtime3Sbox[89] - Xtime2[89] = _Xtime2[89] - Xtime9[89] = _Xtime9[89] - XtimeB[89] = _XtimeB[89] - XtimeD[89] = _XtimeD[89] - XtimeE[89] = _XtimeE[89] - Sbox[90] = _Sbox[90] - InvSbox[90] = _InvSbox[90] - Xtime2Sbox[90] = _Xtime2Sbox[90] - Xtime3Sbox[90] = _Xtime3Sbox[90] - Xtime2[90] = _Xtime2[90] - Xtime9[90] = _Xtime9[90] - XtimeB[90] = _XtimeB[90] - XtimeD[90] = _XtimeD[90] - XtimeE[90] = _XtimeE[90] - Sbox[91] = _Sbox[91] - InvSbox[91] = _InvSbox[91] - Xtime2Sbox[91] = _Xtime2Sbox[91] - Xtime3Sbox[91] = _Xtime3Sbox[91] - Xtime2[91] = _Xtime2[91] - Xtime9[91] = _Xtime9[91] - XtimeB[91] = _XtimeB[91] - XtimeD[91] = _XtimeD[91] - XtimeE[91] = _XtimeE[91] - Sbox[92] = _Sbox[92] - InvSbox[92] = _InvSbox[92] - Xtime2Sbox[92] = _Xtime2Sbox[92] - Xtime3Sbox[92] = _Xtime3Sbox[92] - Xtime2[92] = _Xtime2[92] - Xtime9[92] = _Xtime9[92] - XtimeB[92] = _XtimeB[92] - XtimeD[92] = _XtimeD[92] - XtimeE[92] = _XtimeE[92] - Sbox[93] = _Sbox[93] - InvSbox[93] = _InvSbox[93] - Xtime2Sbox[93] = _Xtime2Sbox[93] - Xtime3Sbox[93] = _Xtime3Sbox[93] - Xtime2[93] = _Xtime2[93] - Xtime9[93] = _Xtime9[93] - XtimeB[93] = _XtimeB[93] - XtimeD[93] = _XtimeD[93] - XtimeE[93] = _XtimeE[93] - Sbox[94] = _Sbox[94] - InvSbox[94] = _InvSbox[94] - Xtime2Sbox[94] = _Xtime2Sbox[94] - Xtime3Sbox[94] = _Xtime3Sbox[94] - Xtime2[94] = _Xtime2[94] - Xtime9[94] = _Xtime9[94] - XtimeB[94] = _XtimeB[94] - XtimeD[94] = _XtimeD[94] - XtimeE[94] = _XtimeE[94] - Sbox[95] = _Sbox[95] - InvSbox[95] = _InvSbox[95] - Xtime2Sbox[95] = _Xtime2Sbox[95] - Xtime3Sbox[95] = _Xtime3Sbox[95] - Xtime2[95] = _Xtime2[95] - Xtime9[95] = _Xtime9[95] - XtimeB[95] = _XtimeB[95] - XtimeD[95] = _XtimeD[95] - XtimeE[95] = _XtimeE[95] - Sbox[96] = _Sbox[96] - InvSbox[96] = _InvSbox[96] - Xtime2Sbox[96] = _Xtime2Sbox[96] - Xtime3Sbox[96] = _Xtime3Sbox[96] - Xtime2[96] = _Xtime2[96] - Xtime9[96] = _Xtime9[96] - XtimeB[96] = _XtimeB[96] - XtimeD[96] = _XtimeD[96] - XtimeE[96] = _XtimeE[96] - Sbox[97] = _Sbox[97] - InvSbox[97] = _InvSbox[97] - Xtime2Sbox[97] = _Xtime2Sbox[97] - Xtime3Sbox[97] = _Xtime3Sbox[97] - Xtime2[97] = _Xtime2[97] - Xtime9[97] = _Xtime9[97] - XtimeB[97] = _XtimeB[97] - XtimeD[97] = _XtimeD[97] - XtimeE[97] = _XtimeE[97] - Sbox[98] = _Sbox[98] - InvSbox[98] = _InvSbox[98] - Xtime2Sbox[98] = _Xtime2Sbox[98] - Xtime3Sbox[98] = _Xtime3Sbox[98] - Xtime2[98] = _Xtime2[98] - Xtime9[98] = _Xtime9[98] - XtimeB[98] = _XtimeB[98] - XtimeD[98] = _XtimeD[98] - XtimeE[98] = _XtimeE[98] - Sbox[99] = _Sbox[99] - InvSbox[99] = _InvSbox[99] - Xtime2Sbox[99] = _Xtime2Sbox[99] - Xtime3Sbox[99] = _Xtime3Sbox[99] - Xtime2[99] = _Xtime2[99] - Xtime9[99] = _Xtime9[99] - XtimeB[99] = _XtimeB[99] - XtimeD[99] = _XtimeD[99] - XtimeE[99] = _XtimeE[99] - Sbox[100] = _Sbox[100] - InvSbox[100] = _InvSbox[100] - Xtime2Sbox[100] = _Xtime2Sbox[100] - Xtime3Sbox[100] = _Xtime3Sbox[100] - Xtime2[100] = _Xtime2[100] - Xtime9[100] = _Xtime9[100] - XtimeB[100] = _XtimeB[100] - XtimeD[100] = _XtimeD[100] - XtimeE[100] = _XtimeE[100] - Sbox[101] = _Sbox[101] - InvSbox[101] = _InvSbox[101] - Xtime2Sbox[101] = _Xtime2Sbox[101] - Xtime3Sbox[101] = _Xtime3Sbox[101] - Xtime2[101] = _Xtime2[101] - Xtime9[101] = _Xtime9[101] - XtimeB[101] = _XtimeB[101] - XtimeD[101] = _XtimeD[101] - XtimeE[101] = _XtimeE[101] - Sbox[102] = _Sbox[102] - InvSbox[102] = _InvSbox[102] - Xtime2Sbox[102] = _Xtime2Sbox[102] - Xtime3Sbox[102] = _Xtime3Sbox[102] - Xtime2[102] = _Xtime2[102] - Xtime9[102] = _Xtime9[102] - XtimeB[102] = _XtimeB[102] - XtimeD[102] = _XtimeD[102] - XtimeE[102] = _XtimeE[102] - Sbox[103] = _Sbox[103] - InvSbox[103] = _InvSbox[103] - Xtime2Sbox[103] = _Xtime2Sbox[103] - Xtime3Sbox[103] = _Xtime3Sbox[103] - Xtime2[103] = _Xtime2[103] - Xtime9[103] = _Xtime9[103] - XtimeB[103] = _XtimeB[103] - XtimeD[103] = _XtimeD[103] - XtimeE[103] = _XtimeE[103] - Sbox[104] = _Sbox[104] - InvSbox[104] = _InvSbox[104] - Xtime2Sbox[104] = _Xtime2Sbox[104] - Xtime3Sbox[104] = _Xtime3Sbox[104] - Xtime2[104] = _Xtime2[104] - Xtime9[104] = _Xtime9[104] - XtimeB[104] = _XtimeB[104] - XtimeD[104] = _XtimeD[104] - XtimeE[104] = _XtimeE[104] - Sbox[105] = _Sbox[105] - InvSbox[105] = _InvSbox[105] - Xtime2Sbox[105] = _Xtime2Sbox[105] - Xtime3Sbox[105] = _Xtime3Sbox[105] - Xtime2[105] = _Xtime2[105] - Xtime9[105] = _Xtime9[105] - XtimeB[105] = _XtimeB[105] - XtimeD[105] = _XtimeD[105] - XtimeE[105] = _XtimeE[105] - Sbox[106] = _Sbox[106] - InvSbox[106] = _InvSbox[106] - Xtime2Sbox[106] = _Xtime2Sbox[106] - Xtime3Sbox[106] = _Xtime3Sbox[106] - Xtime2[106] = _Xtime2[106] - Xtime9[106] = _Xtime9[106] - XtimeB[106] = _XtimeB[106] - XtimeD[106] = _XtimeD[106] - XtimeE[106] = _XtimeE[106] - Sbox[107] = _Sbox[107] - InvSbox[107] = _InvSbox[107] - Xtime2Sbox[107] = _Xtime2Sbox[107] - Xtime3Sbox[107] = _Xtime3Sbox[107] - Xtime2[107] = _Xtime2[107] - Xtime9[107] = _Xtime9[107] - XtimeB[107] = _XtimeB[107] - XtimeD[107] = _XtimeD[107] - XtimeE[107] = _XtimeE[107] - Sbox[108] = _Sbox[108] - InvSbox[108] = _InvSbox[108] - Xtime2Sbox[108] = _Xtime2Sbox[108] - Xtime3Sbox[108] = _Xtime3Sbox[108] - Xtime2[108] = _Xtime2[108] - Xtime9[108] = _Xtime9[108] - XtimeB[108] = _XtimeB[108] - XtimeD[108] = _XtimeD[108] - XtimeE[108] = _XtimeE[108] - Sbox[109] = _Sbox[109] - InvSbox[109] = _InvSbox[109] - Xtime2Sbox[109] = _Xtime2Sbox[109] - Xtime3Sbox[109] = _Xtime3Sbox[109] - Xtime2[109] = _Xtime2[109] - Xtime9[109] = _Xtime9[109] - XtimeB[109] = _XtimeB[109] - XtimeD[109] = _XtimeD[109] - XtimeE[109] = _XtimeE[109] - Sbox[110] = _Sbox[110] - InvSbox[110] = _InvSbox[110] - Xtime2Sbox[110] = _Xtime2Sbox[110] - Xtime3Sbox[110] = _Xtime3Sbox[110] - Xtime2[110] = _Xtime2[110] - Xtime9[110] = _Xtime9[110] - XtimeB[110] = _XtimeB[110] - XtimeD[110] = _XtimeD[110] - XtimeE[110] = _XtimeE[110] - Sbox[111] = _Sbox[111] - InvSbox[111] = _InvSbox[111] - Xtime2Sbox[111] = _Xtime2Sbox[111] - Xtime3Sbox[111] = _Xtime3Sbox[111] - Xtime2[111] = _Xtime2[111] - Xtime9[111] = _Xtime9[111] - XtimeB[111] = _XtimeB[111] - XtimeD[111] = _XtimeD[111] - XtimeE[111] = _XtimeE[111] - Sbox[112] = _Sbox[112] - InvSbox[112] = _InvSbox[112] - Xtime2Sbox[112] = _Xtime2Sbox[112] - Xtime3Sbox[112] = _Xtime3Sbox[112] - Xtime2[112] = _Xtime2[112] - Xtime9[112] = _Xtime9[112] - XtimeB[112] = _XtimeB[112] - XtimeD[112] = _XtimeD[112] - XtimeE[112] = _XtimeE[112] - Sbox[113] = _Sbox[113] - InvSbox[113] = _InvSbox[113] - Xtime2Sbox[113] = _Xtime2Sbox[113] - Xtime3Sbox[113] = _Xtime3Sbox[113] - Xtime2[113] = _Xtime2[113] - Xtime9[113] = _Xtime9[113] - XtimeB[113] = _XtimeB[113] - XtimeD[113] = _XtimeD[113] - XtimeE[113] = _XtimeE[113] - Sbox[114] = _Sbox[114] - InvSbox[114] = _InvSbox[114] - Xtime2Sbox[114] = _Xtime2Sbox[114] - Xtime3Sbox[114] = _Xtime3Sbox[114] - Xtime2[114] = _Xtime2[114] - Xtime9[114] = _Xtime9[114] - XtimeB[114] = _XtimeB[114] - XtimeD[114] = _XtimeD[114] - XtimeE[114] = _XtimeE[114] - Sbox[115] = _Sbox[115] - InvSbox[115] = _InvSbox[115] - Xtime2Sbox[115] = _Xtime2Sbox[115] - Xtime3Sbox[115] = _Xtime3Sbox[115] - Xtime2[115] = _Xtime2[115] - Xtime9[115] = _Xtime9[115] - XtimeB[115] = _XtimeB[115] - XtimeD[115] = _XtimeD[115] - XtimeE[115] = _XtimeE[115] - Sbox[116] = _Sbox[116] - InvSbox[116] = _InvSbox[116] - Xtime2Sbox[116] = _Xtime2Sbox[116] - Xtime3Sbox[116] = _Xtime3Sbox[116] - Xtime2[116] = _Xtime2[116] - Xtime9[116] = _Xtime9[116] - XtimeB[116] = _XtimeB[116] - XtimeD[116] = _XtimeD[116] - XtimeE[116] = _XtimeE[116] - Sbox[117] = _Sbox[117] - InvSbox[117] = _InvSbox[117] - Xtime2Sbox[117] = _Xtime2Sbox[117] - Xtime3Sbox[117] = _Xtime3Sbox[117] - Xtime2[117] = _Xtime2[117] - Xtime9[117] = _Xtime9[117] - XtimeB[117] = _XtimeB[117] - XtimeD[117] = _XtimeD[117] - XtimeE[117] = _XtimeE[117] - Sbox[118] = _Sbox[118] - InvSbox[118] = _InvSbox[118] - Xtime2Sbox[118] = _Xtime2Sbox[118] - Xtime3Sbox[118] = _Xtime3Sbox[118] - Xtime2[118] = _Xtime2[118] - Xtime9[118] = _Xtime9[118] - XtimeB[118] = _XtimeB[118] - XtimeD[118] = _XtimeD[118] - XtimeE[118] = _XtimeE[118] - Sbox[119] = _Sbox[119] - InvSbox[119] = _InvSbox[119] - Xtime2Sbox[119] = _Xtime2Sbox[119] - Xtime3Sbox[119] = _Xtime3Sbox[119] - Xtime2[119] = _Xtime2[119] - Xtime9[119] = _Xtime9[119] - XtimeB[119] = _XtimeB[119] - XtimeD[119] = _XtimeD[119] - XtimeE[119] = _XtimeE[119] - Sbox[120] = _Sbox[120] - InvSbox[120] = _InvSbox[120] - Xtime2Sbox[120] = _Xtime2Sbox[120] - Xtime3Sbox[120] = _Xtime3Sbox[120] - Xtime2[120] = _Xtime2[120] - Xtime9[120] = _Xtime9[120] - XtimeB[120] = _XtimeB[120] - XtimeD[120] = _XtimeD[120] - XtimeE[120] = _XtimeE[120] - Sbox[121] = _Sbox[121] - InvSbox[121] = _InvSbox[121] - Xtime2Sbox[121] = _Xtime2Sbox[121] - Xtime3Sbox[121] = _Xtime3Sbox[121] - Xtime2[121] = _Xtime2[121] - Xtime9[121] = _Xtime9[121] - XtimeB[121] = _XtimeB[121] - XtimeD[121] = _XtimeD[121] - XtimeE[121] = _XtimeE[121] - Sbox[122] = _Sbox[122] - InvSbox[122] = _InvSbox[122] - Xtime2Sbox[122] = _Xtime2Sbox[122] - Xtime3Sbox[122] = _Xtime3Sbox[122] - Xtime2[122] = _Xtime2[122] - Xtime9[122] = _Xtime9[122] - XtimeB[122] = _XtimeB[122] - XtimeD[122] = _XtimeD[122] - XtimeE[122] = _XtimeE[122] - Sbox[123] = _Sbox[123] - InvSbox[123] = _InvSbox[123] - Xtime2Sbox[123] = _Xtime2Sbox[123] - Xtime3Sbox[123] = _Xtime3Sbox[123] - Xtime2[123] = _Xtime2[123] - Xtime9[123] = _Xtime9[123] - XtimeB[123] = _XtimeB[123] - XtimeD[123] = _XtimeD[123] - XtimeE[123] = _XtimeE[123] - Sbox[124] = _Sbox[124] - InvSbox[124] = _InvSbox[124] - Xtime2Sbox[124] = _Xtime2Sbox[124] - Xtime3Sbox[124] = _Xtime3Sbox[124] - Xtime2[124] = _Xtime2[124] - Xtime9[124] = _Xtime9[124] - XtimeB[124] = _XtimeB[124] - XtimeD[124] = _XtimeD[124] - XtimeE[124] = _XtimeE[124] - Sbox[125] = _Sbox[125] - InvSbox[125] = _InvSbox[125] - Xtime2Sbox[125] = _Xtime2Sbox[125] - Xtime3Sbox[125] = _Xtime3Sbox[125] - Xtime2[125] = _Xtime2[125] - Xtime9[125] = _Xtime9[125] - XtimeB[125] = _XtimeB[125] - XtimeD[125] = _XtimeD[125] - XtimeE[125] = _XtimeE[125] - Sbox[126] = _Sbox[126] - InvSbox[126] = _InvSbox[126] - Xtime2Sbox[126] = _Xtime2Sbox[126] - Xtime3Sbox[126] = _Xtime3Sbox[126] - Xtime2[126] = _Xtime2[126] - Xtime9[126] = _Xtime9[126] - XtimeB[126] = _XtimeB[126] - XtimeD[126] = _XtimeD[126] - XtimeE[126] = _XtimeE[126] - Sbox[127] = _Sbox[127] - InvSbox[127] = _InvSbox[127] - Xtime2Sbox[127] = _Xtime2Sbox[127] - Xtime3Sbox[127] = _Xtime3Sbox[127] - Xtime2[127] = _Xtime2[127] - Xtime9[127] = _Xtime9[127] - XtimeB[127] = _XtimeB[127] - XtimeD[127] = _XtimeD[127] - XtimeE[127] = _XtimeE[127] - Sbox[128] = _Sbox[128] - InvSbox[128] = _InvSbox[128] - Xtime2Sbox[128] = _Xtime2Sbox[128] - Xtime3Sbox[128] = _Xtime3Sbox[128] - Xtime2[128] = _Xtime2[128] - Xtime9[128] = _Xtime9[128] - XtimeB[128] = _XtimeB[128] - XtimeD[128] = _XtimeD[128] - XtimeE[128] = _XtimeE[128] - Sbox[129] = _Sbox[129] - InvSbox[129] = _InvSbox[129] - Xtime2Sbox[129] = _Xtime2Sbox[129] - Xtime3Sbox[129] = _Xtime3Sbox[129] - Xtime2[129] = _Xtime2[129] - Xtime9[129] = _Xtime9[129] - XtimeB[129] = _XtimeB[129] - XtimeD[129] = _XtimeD[129] - XtimeE[129] = _XtimeE[129] - Sbox[130] = _Sbox[130] - InvSbox[130] = _InvSbox[130] - Xtime2Sbox[130] = _Xtime2Sbox[130] - Xtime3Sbox[130] = _Xtime3Sbox[130] - Xtime2[130] = _Xtime2[130] - Xtime9[130] = _Xtime9[130] - XtimeB[130] = _XtimeB[130] - XtimeD[130] = _XtimeD[130] - XtimeE[130] = _XtimeE[130] - Sbox[131] = _Sbox[131] - InvSbox[131] = _InvSbox[131] - Xtime2Sbox[131] = _Xtime2Sbox[131] - Xtime3Sbox[131] = _Xtime3Sbox[131] - Xtime2[131] = _Xtime2[131] - Xtime9[131] = _Xtime9[131] - XtimeB[131] = _XtimeB[131] - XtimeD[131] = _XtimeD[131] - XtimeE[131] = _XtimeE[131] - Sbox[132] = _Sbox[132] - InvSbox[132] = _InvSbox[132] - Xtime2Sbox[132] = _Xtime2Sbox[132] - Xtime3Sbox[132] = _Xtime3Sbox[132] - Xtime2[132] = _Xtime2[132] - Xtime9[132] = _Xtime9[132] - XtimeB[132] = _XtimeB[132] - XtimeD[132] = _XtimeD[132] - XtimeE[132] = _XtimeE[132] - Sbox[133] = _Sbox[133] - InvSbox[133] = _InvSbox[133] - Xtime2Sbox[133] = _Xtime2Sbox[133] - Xtime3Sbox[133] = _Xtime3Sbox[133] - Xtime2[133] = _Xtime2[133] - Xtime9[133] = _Xtime9[133] - XtimeB[133] = _XtimeB[133] - XtimeD[133] = _XtimeD[133] - XtimeE[133] = _XtimeE[133] - Sbox[134] = _Sbox[134] - InvSbox[134] = _InvSbox[134] - Xtime2Sbox[134] = _Xtime2Sbox[134] - Xtime3Sbox[134] = _Xtime3Sbox[134] - Xtime2[134] = _Xtime2[134] - Xtime9[134] = _Xtime9[134] - XtimeB[134] = _XtimeB[134] - XtimeD[134] = _XtimeD[134] - XtimeE[134] = _XtimeE[134] - Sbox[135] = _Sbox[135] - InvSbox[135] = _InvSbox[135] - Xtime2Sbox[135] = _Xtime2Sbox[135] - Xtime3Sbox[135] = _Xtime3Sbox[135] - Xtime2[135] = _Xtime2[135] - Xtime9[135] = _Xtime9[135] - XtimeB[135] = _XtimeB[135] - XtimeD[135] = _XtimeD[135] - XtimeE[135] = _XtimeE[135] - Sbox[136] = _Sbox[136] - InvSbox[136] = _InvSbox[136] - Xtime2Sbox[136] = _Xtime2Sbox[136] - Xtime3Sbox[136] = _Xtime3Sbox[136] - Xtime2[136] = _Xtime2[136] - Xtime9[136] = _Xtime9[136] - XtimeB[136] = _XtimeB[136] - XtimeD[136] = _XtimeD[136] - XtimeE[136] = _XtimeE[136] - Sbox[137] = _Sbox[137] - InvSbox[137] = _InvSbox[137] - Xtime2Sbox[137] = _Xtime2Sbox[137] - Xtime3Sbox[137] = _Xtime3Sbox[137] - Xtime2[137] = _Xtime2[137] - Xtime9[137] = _Xtime9[137] - XtimeB[137] = _XtimeB[137] - XtimeD[137] = _XtimeD[137] - XtimeE[137] = _XtimeE[137] - Sbox[138] = _Sbox[138] - InvSbox[138] = _InvSbox[138] - Xtime2Sbox[138] = _Xtime2Sbox[138] - Xtime3Sbox[138] = _Xtime3Sbox[138] - Xtime2[138] = _Xtime2[138] - Xtime9[138] = _Xtime9[138] - XtimeB[138] = _XtimeB[138] - XtimeD[138] = _XtimeD[138] - XtimeE[138] = _XtimeE[138] - Sbox[139] = _Sbox[139] - InvSbox[139] = _InvSbox[139] - Xtime2Sbox[139] = _Xtime2Sbox[139] - Xtime3Sbox[139] = _Xtime3Sbox[139] - Xtime2[139] = _Xtime2[139] - Xtime9[139] = _Xtime9[139] - XtimeB[139] = _XtimeB[139] - XtimeD[139] = _XtimeD[139] - XtimeE[139] = _XtimeE[139] - Sbox[140] = _Sbox[140] - InvSbox[140] = _InvSbox[140] - Xtime2Sbox[140] = _Xtime2Sbox[140] - Xtime3Sbox[140] = _Xtime3Sbox[140] - Xtime2[140] = _Xtime2[140] - Xtime9[140] = _Xtime9[140] - XtimeB[140] = _XtimeB[140] - XtimeD[140] = _XtimeD[140] - XtimeE[140] = _XtimeE[140] - Sbox[141] = _Sbox[141] - InvSbox[141] = _InvSbox[141] - Xtime2Sbox[141] = _Xtime2Sbox[141] - Xtime3Sbox[141] = _Xtime3Sbox[141] - Xtime2[141] = _Xtime2[141] - Xtime9[141] = _Xtime9[141] - XtimeB[141] = _XtimeB[141] - XtimeD[141] = _XtimeD[141] - XtimeE[141] = _XtimeE[141] - Sbox[142] = _Sbox[142] - InvSbox[142] = _InvSbox[142] - Xtime2Sbox[142] = _Xtime2Sbox[142] - Xtime3Sbox[142] = _Xtime3Sbox[142] - Xtime2[142] = _Xtime2[142] - Xtime9[142] = _Xtime9[142] - XtimeB[142] = _XtimeB[142] - XtimeD[142] = _XtimeD[142] - XtimeE[142] = _XtimeE[142] - Sbox[143] = _Sbox[143] - InvSbox[143] = _InvSbox[143] - Xtime2Sbox[143] = _Xtime2Sbox[143] - Xtime3Sbox[143] = _Xtime3Sbox[143] - Xtime2[143] = _Xtime2[143] - Xtime9[143] = _Xtime9[143] - XtimeB[143] = _XtimeB[143] - XtimeD[143] = _XtimeD[143] - XtimeE[143] = _XtimeE[143] - Sbox[144] = _Sbox[144] - InvSbox[144] = _InvSbox[144] - Xtime2Sbox[144] = _Xtime2Sbox[144] - Xtime3Sbox[144] = _Xtime3Sbox[144] - Xtime2[144] = _Xtime2[144] - Xtime9[144] = _Xtime9[144] - XtimeB[144] = _XtimeB[144] - XtimeD[144] = _XtimeD[144] - XtimeE[144] = _XtimeE[144] - Sbox[145] = _Sbox[145] - InvSbox[145] = _InvSbox[145] - Xtime2Sbox[145] = _Xtime2Sbox[145] - Xtime3Sbox[145] = _Xtime3Sbox[145] - Xtime2[145] = _Xtime2[145] - Xtime9[145] = _Xtime9[145] - XtimeB[145] = _XtimeB[145] - XtimeD[145] = _XtimeD[145] - XtimeE[145] = _XtimeE[145] - Sbox[146] = _Sbox[146] - InvSbox[146] = _InvSbox[146] - Xtime2Sbox[146] = _Xtime2Sbox[146] - Xtime3Sbox[146] = _Xtime3Sbox[146] - Xtime2[146] = _Xtime2[146] - Xtime9[146] = _Xtime9[146] - XtimeB[146] = _XtimeB[146] - XtimeD[146] = _XtimeD[146] - XtimeE[146] = _XtimeE[146] - Sbox[147] = _Sbox[147] - InvSbox[147] = _InvSbox[147] - Xtime2Sbox[147] = _Xtime2Sbox[147] - Xtime3Sbox[147] = _Xtime3Sbox[147] - Xtime2[147] = _Xtime2[147] - Xtime9[147] = _Xtime9[147] - XtimeB[147] = _XtimeB[147] - XtimeD[147] = _XtimeD[147] - XtimeE[147] = _XtimeE[147] - Sbox[148] = _Sbox[148] - InvSbox[148] = _InvSbox[148] - Xtime2Sbox[148] = _Xtime2Sbox[148] - Xtime3Sbox[148] = _Xtime3Sbox[148] - Xtime2[148] = _Xtime2[148] - Xtime9[148] = _Xtime9[148] - XtimeB[148] = _XtimeB[148] - XtimeD[148] = _XtimeD[148] - XtimeE[148] = _XtimeE[148] - Sbox[149] = _Sbox[149] - InvSbox[149] = _InvSbox[149] - Xtime2Sbox[149] = _Xtime2Sbox[149] - Xtime3Sbox[149] = _Xtime3Sbox[149] - Xtime2[149] = _Xtime2[149] - Xtime9[149] = _Xtime9[149] - XtimeB[149] = _XtimeB[149] - XtimeD[149] = _XtimeD[149] - XtimeE[149] = _XtimeE[149] - Sbox[150] = _Sbox[150] - InvSbox[150] = _InvSbox[150] - Xtime2Sbox[150] = _Xtime2Sbox[150] - Xtime3Sbox[150] = _Xtime3Sbox[150] - Xtime2[150] = _Xtime2[150] - Xtime9[150] = _Xtime9[150] - XtimeB[150] = _XtimeB[150] - XtimeD[150] = _XtimeD[150] - XtimeE[150] = _XtimeE[150] - Sbox[151] = _Sbox[151] - InvSbox[151] = _InvSbox[151] - Xtime2Sbox[151] = _Xtime2Sbox[151] - Xtime3Sbox[151] = _Xtime3Sbox[151] - Xtime2[151] = _Xtime2[151] - Xtime9[151] = _Xtime9[151] - XtimeB[151] = _XtimeB[151] - XtimeD[151] = _XtimeD[151] - XtimeE[151] = _XtimeE[151] - Sbox[152] = _Sbox[152] - InvSbox[152] = _InvSbox[152] - Xtime2Sbox[152] = _Xtime2Sbox[152] - Xtime3Sbox[152] = _Xtime3Sbox[152] - Xtime2[152] = _Xtime2[152] - Xtime9[152] = _Xtime9[152] - XtimeB[152] = _XtimeB[152] - XtimeD[152] = _XtimeD[152] - XtimeE[152] = _XtimeE[152] - Sbox[153] = _Sbox[153] - InvSbox[153] = _InvSbox[153] - Xtime2Sbox[153] = _Xtime2Sbox[153] - Xtime3Sbox[153] = _Xtime3Sbox[153] - Xtime2[153] = _Xtime2[153] - Xtime9[153] = _Xtime9[153] - XtimeB[153] = _XtimeB[153] - XtimeD[153] = _XtimeD[153] - XtimeE[153] = _XtimeE[153] - Sbox[154] = _Sbox[154] - InvSbox[154] = _InvSbox[154] - Xtime2Sbox[154] = _Xtime2Sbox[154] - Xtime3Sbox[154] = _Xtime3Sbox[154] - Xtime2[154] = _Xtime2[154] - Xtime9[154] = _Xtime9[154] - XtimeB[154] = _XtimeB[154] - XtimeD[154] = _XtimeD[154] - XtimeE[154] = _XtimeE[154] - Sbox[155] = _Sbox[155] - InvSbox[155] = _InvSbox[155] - Xtime2Sbox[155] = _Xtime2Sbox[155] - Xtime3Sbox[155] = _Xtime3Sbox[155] - Xtime2[155] = _Xtime2[155] - Xtime9[155] = _Xtime9[155] - XtimeB[155] = _XtimeB[155] - XtimeD[155] = _XtimeD[155] - XtimeE[155] = _XtimeE[155] - Sbox[156] = _Sbox[156] - InvSbox[156] = _InvSbox[156] - Xtime2Sbox[156] = _Xtime2Sbox[156] - Xtime3Sbox[156] = _Xtime3Sbox[156] - Xtime2[156] = _Xtime2[156] - Xtime9[156] = _Xtime9[156] - XtimeB[156] = _XtimeB[156] - XtimeD[156] = _XtimeD[156] - XtimeE[156] = _XtimeE[156] - Sbox[157] = _Sbox[157] - InvSbox[157] = _InvSbox[157] - Xtime2Sbox[157] = _Xtime2Sbox[157] - Xtime3Sbox[157] = _Xtime3Sbox[157] - Xtime2[157] = _Xtime2[157] - Xtime9[157] = _Xtime9[157] - XtimeB[157] = _XtimeB[157] - XtimeD[157] = _XtimeD[157] - XtimeE[157] = _XtimeE[157] - Sbox[158] = _Sbox[158] - InvSbox[158] = _InvSbox[158] - Xtime2Sbox[158] = _Xtime2Sbox[158] - Xtime3Sbox[158] = _Xtime3Sbox[158] - Xtime2[158] = _Xtime2[158] - Xtime9[158] = _Xtime9[158] - XtimeB[158] = _XtimeB[158] - XtimeD[158] = _XtimeD[158] - XtimeE[158] = _XtimeE[158] - Sbox[159] = _Sbox[159] - InvSbox[159] = _InvSbox[159] - Xtime2Sbox[159] = _Xtime2Sbox[159] - Xtime3Sbox[159] = _Xtime3Sbox[159] - Xtime2[159] = _Xtime2[159] - Xtime9[159] = _Xtime9[159] - XtimeB[159] = _XtimeB[159] - XtimeD[159] = _XtimeD[159] - XtimeE[159] = _XtimeE[159] - Sbox[160] = _Sbox[160] - InvSbox[160] = _InvSbox[160] - Xtime2Sbox[160] = _Xtime2Sbox[160] - Xtime3Sbox[160] = _Xtime3Sbox[160] - Xtime2[160] = _Xtime2[160] - Xtime9[160] = _Xtime9[160] - XtimeB[160] = _XtimeB[160] - XtimeD[160] = _XtimeD[160] - XtimeE[160] = _XtimeE[160] - Sbox[161] = _Sbox[161] - InvSbox[161] = _InvSbox[161] - Xtime2Sbox[161] = _Xtime2Sbox[161] - Xtime3Sbox[161] = _Xtime3Sbox[161] - Xtime2[161] = _Xtime2[161] - Xtime9[161] = _Xtime9[161] - XtimeB[161] = _XtimeB[161] - XtimeD[161] = _XtimeD[161] - XtimeE[161] = _XtimeE[161] - Sbox[162] = _Sbox[162] - InvSbox[162] = _InvSbox[162] - Xtime2Sbox[162] = _Xtime2Sbox[162] - Xtime3Sbox[162] = _Xtime3Sbox[162] - Xtime2[162] = _Xtime2[162] - Xtime9[162] = _Xtime9[162] - XtimeB[162] = _XtimeB[162] - XtimeD[162] = _XtimeD[162] - XtimeE[162] = _XtimeE[162] - Sbox[163] = _Sbox[163] - InvSbox[163] = _InvSbox[163] - Xtime2Sbox[163] = _Xtime2Sbox[163] - Xtime3Sbox[163] = _Xtime3Sbox[163] - Xtime2[163] = _Xtime2[163] - Xtime9[163] = _Xtime9[163] - XtimeB[163] = _XtimeB[163] - XtimeD[163] = _XtimeD[163] - XtimeE[163] = _XtimeE[163] - Sbox[164] = _Sbox[164] - InvSbox[164] = _InvSbox[164] - Xtime2Sbox[164] = _Xtime2Sbox[164] - Xtime3Sbox[164] = _Xtime3Sbox[164] - Xtime2[164] = _Xtime2[164] - Xtime9[164] = _Xtime9[164] - XtimeB[164] = _XtimeB[164] - XtimeD[164] = _XtimeD[164] - XtimeE[164] = _XtimeE[164] - Sbox[165] = _Sbox[165] - InvSbox[165] = _InvSbox[165] - Xtime2Sbox[165] = _Xtime2Sbox[165] - Xtime3Sbox[165] = _Xtime3Sbox[165] - Xtime2[165] = _Xtime2[165] - Xtime9[165] = _Xtime9[165] - XtimeB[165] = _XtimeB[165] - XtimeD[165] = _XtimeD[165] - XtimeE[165] = _XtimeE[165] - Sbox[166] = _Sbox[166] - InvSbox[166] = _InvSbox[166] - Xtime2Sbox[166] = _Xtime2Sbox[166] - Xtime3Sbox[166] = _Xtime3Sbox[166] - Xtime2[166] = _Xtime2[166] - Xtime9[166] = _Xtime9[166] - XtimeB[166] = _XtimeB[166] - XtimeD[166] = _XtimeD[166] - XtimeE[166] = _XtimeE[166] - Sbox[167] = _Sbox[167] - InvSbox[167] = _InvSbox[167] - Xtime2Sbox[167] = _Xtime2Sbox[167] - Xtime3Sbox[167] = _Xtime3Sbox[167] - Xtime2[167] = _Xtime2[167] - Xtime9[167] = _Xtime9[167] - XtimeB[167] = _XtimeB[167] - XtimeD[167] = _XtimeD[167] - XtimeE[167] = _XtimeE[167] - Sbox[168] = _Sbox[168] - InvSbox[168] = _InvSbox[168] - Xtime2Sbox[168] = _Xtime2Sbox[168] - Xtime3Sbox[168] = _Xtime3Sbox[168] - Xtime2[168] = _Xtime2[168] - Xtime9[168] = _Xtime9[168] - XtimeB[168] = _XtimeB[168] - XtimeD[168] = _XtimeD[168] - XtimeE[168] = _XtimeE[168] - Sbox[169] = _Sbox[169] - InvSbox[169] = _InvSbox[169] - Xtime2Sbox[169] = _Xtime2Sbox[169] - Xtime3Sbox[169] = _Xtime3Sbox[169] - Xtime2[169] = _Xtime2[169] - Xtime9[169] = _Xtime9[169] - XtimeB[169] = _XtimeB[169] - XtimeD[169] = _XtimeD[169] - XtimeE[169] = _XtimeE[169] - Sbox[170] = _Sbox[170] - InvSbox[170] = _InvSbox[170] - Xtime2Sbox[170] = _Xtime2Sbox[170] - Xtime3Sbox[170] = _Xtime3Sbox[170] - Xtime2[170] = _Xtime2[170] - Xtime9[170] = _Xtime9[170] - XtimeB[170] = _XtimeB[170] - XtimeD[170] = _XtimeD[170] - XtimeE[170] = _XtimeE[170] - Sbox[171] = _Sbox[171] - InvSbox[171] = _InvSbox[171] - Xtime2Sbox[171] = _Xtime2Sbox[171] - Xtime3Sbox[171] = _Xtime3Sbox[171] - Xtime2[171] = _Xtime2[171] - Xtime9[171] = _Xtime9[171] - XtimeB[171] = _XtimeB[171] - XtimeD[171] = _XtimeD[171] - XtimeE[171] = _XtimeE[171] - Sbox[172] = _Sbox[172] - InvSbox[172] = _InvSbox[172] - Xtime2Sbox[172] = _Xtime2Sbox[172] - Xtime3Sbox[172] = _Xtime3Sbox[172] - Xtime2[172] = _Xtime2[172] - Xtime9[172] = _Xtime9[172] - XtimeB[172] = _XtimeB[172] - XtimeD[172] = _XtimeD[172] - XtimeE[172] = _XtimeE[172] - Sbox[173] = _Sbox[173] - InvSbox[173] = _InvSbox[173] - Xtime2Sbox[173] = _Xtime2Sbox[173] - Xtime3Sbox[173] = _Xtime3Sbox[173] - Xtime2[173] = _Xtime2[173] - Xtime9[173] = _Xtime9[173] - XtimeB[173] = _XtimeB[173] - XtimeD[173] = _XtimeD[173] - XtimeE[173] = _XtimeE[173] - Sbox[174] = _Sbox[174] - InvSbox[174] = _InvSbox[174] - Xtime2Sbox[174] = _Xtime2Sbox[174] - Xtime3Sbox[174] = _Xtime3Sbox[174] - Xtime2[174] = _Xtime2[174] - Xtime9[174] = _Xtime9[174] - XtimeB[174] = _XtimeB[174] - XtimeD[174] = _XtimeD[174] - XtimeE[174] = _XtimeE[174] - Sbox[175] = _Sbox[175] - InvSbox[175] = _InvSbox[175] - Xtime2Sbox[175] = _Xtime2Sbox[175] - Xtime3Sbox[175] = _Xtime3Sbox[175] - Xtime2[175] = _Xtime2[175] - Xtime9[175] = _Xtime9[175] - XtimeB[175] = _XtimeB[175] - XtimeD[175] = _XtimeD[175] - XtimeE[175] = _XtimeE[175] - Sbox[176] = _Sbox[176] - InvSbox[176] = _InvSbox[176] - Xtime2Sbox[176] = _Xtime2Sbox[176] - Xtime3Sbox[176] = _Xtime3Sbox[176] - Xtime2[176] = _Xtime2[176] - Xtime9[176] = _Xtime9[176] - XtimeB[176] = _XtimeB[176] - XtimeD[176] = _XtimeD[176] - XtimeE[176] = _XtimeE[176] - Sbox[177] = _Sbox[177] - InvSbox[177] = _InvSbox[177] - Xtime2Sbox[177] = _Xtime2Sbox[177] - Xtime3Sbox[177] = _Xtime3Sbox[177] - Xtime2[177] = _Xtime2[177] - Xtime9[177] = _Xtime9[177] - XtimeB[177] = _XtimeB[177] - XtimeD[177] = _XtimeD[177] - XtimeE[177] = _XtimeE[177] - Sbox[178] = _Sbox[178] - InvSbox[178] = _InvSbox[178] - Xtime2Sbox[178] = _Xtime2Sbox[178] - Xtime3Sbox[178] = _Xtime3Sbox[178] - Xtime2[178] = _Xtime2[178] - Xtime9[178] = _Xtime9[178] - XtimeB[178] = _XtimeB[178] - XtimeD[178] = _XtimeD[178] - XtimeE[178] = _XtimeE[178] - Sbox[179] = _Sbox[179] - InvSbox[179] = _InvSbox[179] - Xtime2Sbox[179] = _Xtime2Sbox[179] - Xtime3Sbox[179] = _Xtime3Sbox[179] - Xtime2[179] = _Xtime2[179] - Xtime9[179] = _Xtime9[179] - XtimeB[179] = _XtimeB[179] - XtimeD[179] = _XtimeD[179] - XtimeE[179] = _XtimeE[179] - Sbox[180] = _Sbox[180] - InvSbox[180] = _InvSbox[180] - Xtime2Sbox[180] = _Xtime2Sbox[180] - Xtime3Sbox[180] = _Xtime3Sbox[180] - Xtime2[180] = _Xtime2[180] - Xtime9[180] = _Xtime9[180] - XtimeB[180] = _XtimeB[180] - XtimeD[180] = _XtimeD[180] - XtimeE[180] = _XtimeE[180] - Sbox[181] = _Sbox[181] - InvSbox[181] = _InvSbox[181] - Xtime2Sbox[181] = _Xtime2Sbox[181] - Xtime3Sbox[181] = _Xtime3Sbox[181] - Xtime2[181] = _Xtime2[181] - Xtime9[181] = _Xtime9[181] - XtimeB[181] = _XtimeB[181] - XtimeD[181] = _XtimeD[181] - XtimeE[181] = _XtimeE[181] - Sbox[182] = _Sbox[182] - InvSbox[182] = _InvSbox[182] - Xtime2Sbox[182] = _Xtime2Sbox[182] - Xtime3Sbox[182] = _Xtime3Sbox[182] - Xtime2[182] = _Xtime2[182] - Xtime9[182] = _Xtime9[182] - XtimeB[182] = _XtimeB[182] - XtimeD[182] = _XtimeD[182] - XtimeE[182] = _XtimeE[182] - Sbox[183] = _Sbox[183] - InvSbox[183] = _InvSbox[183] - Xtime2Sbox[183] = _Xtime2Sbox[183] - Xtime3Sbox[183] = _Xtime3Sbox[183] - Xtime2[183] = _Xtime2[183] - Xtime9[183] = _Xtime9[183] - XtimeB[183] = _XtimeB[183] - XtimeD[183] = _XtimeD[183] - XtimeE[183] = _XtimeE[183] - Sbox[184] = _Sbox[184] - InvSbox[184] = _InvSbox[184] - Xtime2Sbox[184] = _Xtime2Sbox[184] - Xtime3Sbox[184] = _Xtime3Sbox[184] - Xtime2[184] = _Xtime2[184] - Xtime9[184] = _Xtime9[184] - XtimeB[184] = _XtimeB[184] - XtimeD[184] = _XtimeD[184] - XtimeE[184] = _XtimeE[184] - Sbox[185] = _Sbox[185] - InvSbox[185] = _InvSbox[185] - Xtime2Sbox[185] = _Xtime2Sbox[185] - Xtime3Sbox[185] = _Xtime3Sbox[185] - Xtime2[185] = _Xtime2[185] - Xtime9[185] = _Xtime9[185] - XtimeB[185] = _XtimeB[185] - XtimeD[185] = _XtimeD[185] - XtimeE[185] = _XtimeE[185] - Sbox[186] = _Sbox[186] - InvSbox[186] = _InvSbox[186] - Xtime2Sbox[186] = _Xtime2Sbox[186] - Xtime3Sbox[186] = _Xtime3Sbox[186] - Xtime2[186] = _Xtime2[186] - Xtime9[186] = _Xtime9[186] - XtimeB[186] = _XtimeB[186] - XtimeD[186] = _XtimeD[186] - XtimeE[186] = _XtimeE[186] - Sbox[187] = _Sbox[187] - InvSbox[187] = _InvSbox[187] - Xtime2Sbox[187] = _Xtime2Sbox[187] - Xtime3Sbox[187] = _Xtime3Sbox[187] - Xtime2[187] = _Xtime2[187] - Xtime9[187] = _Xtime9[187] - XtimeB[187] = _XtimeB[187] - XtimeD[187] = _XtimeD[187] - XtimeE[187] = _XtimeE[187] - Sbox[188] = _Sbox[188] - InvSbox[188] = _InvSbox[188] - Xtime2Sbox[188] = _Xtime2Sbox[188] - Xtime3Sbox[188] = _Xtime3Sbox[188] - Xtime2[188] = _Xtime2[188] - Xtime9[188] = _Xtime9[188] - XtimeB[188] = _XtimeB[188] - XtimeD[188] = _XtimeD[188] - XtimeE[188] = _XtimeE[188] - Sbox[189] = _Sbox[189] - InvSbox[189] = _InvSbox[189] - Xtime2Sbox[189] = _Xtime2Sbox[189] - Xtime3Sbox[189] = _Xtime3Sbox[189] - Xtime2[189] = _Xtime2[189] - Xtime9[189] = _Xtime9[189] - XtimeB[189] = _XtimeB[189] - XtimeD[189] = _XtimeD[189] - XtimeE[189] = _XtimeE[189] - Sbox[190] = _Sbox[190] - InvSbox[190] = _InvSbox[190] - Xtime2Sbox[190] = _Xtime2Sbox[190] - Xtime3Sbox[190] = _Xtime3Sbox[190] - Xtime2[190] = _Xtime2[190] - Xtime9[190] = _Xtime9[190] - XtimeB[190] = _XtimeB[190] - XtimeD[190] = _XtimeD[190] - XtimeE[190] = _XtimeE[190] - Sbox[191] = _Sbox[191] - InvSbox[191] = _InvSbox[191] - Xtime2Sbox[191] = _Xtime2Sbox[191] - Xtime3Sbox[191] = _Xtime3Sbox[191] - Xtime2[191] = _Xtime2[191] - Xtime9[191] = _Xtime9[191] - XtimeB[191] = _XtimeB[191] - XtimeD[191] = _XtimeD[191] - XtimeE[191] = _XtimeE[191] - Sbox[192] = _Sbox[192] - InvSbox[192] = _InvSbox[192] - Xtime2Sbox[192] = _Xtime2Sbox[192] - Xtime3Sbox[192] = _Xtime3Sbox[192] - Xtime2[192] = _Xtime2[192] - Xtime9[192] = _Xtime9[192] - XtimeB[192] = _XtimeB[192] - XtimeD[192] = _XtimeD[192] - XtimeE[192] = _XtimeE[192] - Sbox[193] = _Sbox[193] - InvSbox[193] = _InvSbox[193] - Xtime2Sbox[193] = _Xtime2Sbox[193] - Xtime3Sbox[193] = _Xtime3Sbox[193] - Xtime2[193] = _Xtime2[193] - Xtime9[193] = _Xtime9[193] - XtimeB[193] = _XtimeB[193] - XtimeD[193] = _XtimeD[193] - XtimeE[193] = _XtimeE[193] - Sbox[194] = _Sbox[194] - InvSbox[194] = _InvSbox[194] - Xtime2Sbox[194] = _Xtime2Sbox[194] - Xtime3Sbox[194] = _Xtime3Sbox[194] - Xtime2[194] = _Xtime2[194] - Xtime9[194] = _Xtime9[194] - XtimeB[194] = _XtimeB[194] - XtimeD[194] = _XtimeD[194] - XtimeE[194] = _XtimeE[194] - Sbox[195] = _Sbox[195] - InvSbox[195] = _InvSbox[195] - Xtime2Sbox[195] = _Xtime2Sbox[195] - Xtime3Sbox[195] = _Xtime3Sbox[195] - Xtime2[195] = _Xtime2[195] - Xtime9[195] = _Xtime9[195] - XtimeB[195] = _XtimeB[195] - XtimeD[195] = _XtimeD[195] - XtimeE[195] = _XtimeE[195] - Sbox[196] = _Sbox[196] - InvSbox[196] = _InvSbox[196] - Xtime2Sbox[196] = _Xtime2Sbox[196] - Xtime3Sbox[196] = _Xtime3Sbox[196] - Xtime2[196] = _Xtime2[196] - Xtime9[196] = _Xtime9[196] - XtimeB[196] = _XtimeB[196] - XtimeD[196] = _XtimeD[196] - XtimeE[196] = _XtimeE[196] - Sbox[197] = _Sbox[197] - InvSbox[197] = _InvSbox[197] - Xtime2Sbox[197] = _Xtime2Sbox[197] - Xtime3Sbox[197] = _Xtime3Sbox[197] - Xtime2[197] = _Xtime2[197] - Xtime9[197] = _Xtime9[197] - XtimeB[197] = _XtimeB[197] - XtimeD[197] = _XtimeD[197] - XtimeE[197] = _XtimeE[197] - Sbox[198] = _Sbox[198] - InvSbox[198] = _InvSbox[198] - Xtime2Sbox[198] = _Xtime2Sbox[198] - Xtime3Sbox[198] = _Xtime3Sbox[198] - Xtime2[198] = _Xtime2[198] - Xtime9[198] = _Xtime9[198] - XtimeB[198] = _XtimeB[198] - XtimeD[198] = _XtimeD[198] - XtimeE[198] = _XtimeE[198] - Sbox[199] = _Sbox[199] - InvSbox[199] = _InvSbox[199] - Xtime2Sbox[199] = _Xtime2Sbox[199] - Xtime3Sbox[199] = _Xtime3Sbox[199] - Xtime2[199] = _Xtime2[199] - Xtime9[199] = _Xtime9[199] - XtimeB[199] = _XtimeB[199] - XtimeD[199] = _XtimeD[199] - XtimeE[199] = _XtimeE[199] - Sbox[200] = _Sbox[200] - InvSbox[200] = _InvSbox[200] - Xtime2Sbox[200] = _Xtime2Sbox[200] - Xtime3Sbox[200] = _Xtime3Sbox[200] - Xtime2[200] = _Xtime2[200] - Xtime9[200] = _Xtime9[200] - XtimeB[200] = _XtimeB[200] - XtimeD[200] = _XtimeD[200] - XtimeE[200] = _XtimeE[200] - Sbox[201] = _Sbox[201] - InvSbox[201] = _InvSbox[201] - Xtime2Sbox[201] = _Xtime2Sbox[201] - Xtime3Sbox[201] = _Xtime3Sbox[201] - Xtime2[201] = _Xtime2[201] - Xtime9[201] = _Xtime9[201] - XtimeB[201] = _XtimeB[201] - XtimeD[201] = _XtimeD[201] - XtimeE[201] = _XtimeE[201] - Sbox[202] = _Sbox[202] - InvSbox[202] = _InvSbox[202] - Xtime2Sbox[202] = _Xtime2Sbox[202] - Xtime3Sbox[202] = _Xtime3Sbox[202] - Xtime2[202] = _Xtime2[202] - Xtime9[202] = _Xtime9[202] - XtimeB[202] = _XtimeB[202] - XtimeD[202] = _XtimeD[202] - XtimeE[202] = _XtimeE[202] - Sbox[203] = _Sbox[203] - InvSbox[203] = _InvSbox[203] - Xtime2Sbox[203] = _Xtime2Sbox[203] - Xtime3Sbox[203] = _Xtime3Sbox[203] - Xtime2[203] = _Xtime2[203] - Xtime9[203] = _Xtime9[203] - XtimeB[203] = _XtimeB[203] - XtimeD[203] = _XtimeD[203] - XtimeE[203] = _XtimeE[203] - Sbox[204] = _Sbox[204] - InvSbox[204] = _InvSbox[204] - Xtime2Sbox[204] = _Xtime2Sbox[204] - Xtime3Sbox[204] = _Xtime3Sbox[204] - Xtime2[204] = _Xtime2[204] - Xtime9[204] = _Xtime9[204] - XtimeB[204] = _XtimeB[204] - XtimeD[204] = _XtimeD[204] - XtimeE[204] = _XtimeE[204] - Sbox[205] = _Sbox[205] - InvSbox[205] = _InvSbox[205] - Xtime2Sbox[205] = _Xtime2Sbox[205] - Xtime3Sbox[205] = _Xtime3Sbox[205] - Xtime2[205] = _Xtime2[205] - Xtime9[205] = _Xtime9[205] - XtimeB[205] = _XtimeB[205] - XtimeD[205] = _XtimeD[205] - XtimeE[205] = _XtimeE[205] - Sbox[206] = _Sbox[206] - InvSbox[206] = _InvSbox[206] - Xtime2Sbox[206] = _Xtime2Sbox[206] - Xtime3Sbox[206] = _Xtime3Sbox[206] - Xtime2[206] = _Xtime2[206] - Xtime9[206] = _Xtime9[206] - XtimeB[206] = _XtimeB[206] - XtimeD[206] = _XtimeD[206] - XtimeE[206] = _XtimeE[206] - Sbox[207] = _Sbox[207] - InvSbox[207] = _InvSbox[207] - Xtime2Sbox[207] = _Xtime2Sbox[207] - Xtime3Sbox[207] = _Xtime3Sbox[207] - Xtime2[207] = _Xtime2[207] - Xtime9[207] = _Xtime9[207] - XtimeB[207] = _XtimeB[207] - XtimeD[207] = _XtimeD[207] - XtimeE[207] = _XtimeE[207] - Sbox[208] = _Sbox[208] - InvSbox[208] = _InvSbox[208] - Xtime2Sbox[208] = _Xtime2Sbox[208] - Xtime3Sbox[208] = _Xtime3Sbox[208] - Xtime2[208] = _Xtime2[208] - Xtime9[208] = _Xtime9[208] - XtimeB[208] = _XtimeB[208] - XtimeD[208] = _XtimeD[208] - XtimeE[208] = _XtimeE[208] - Sbox[209] = _Sbox[209] - InvSbox[209] = _InvSbox[209] - Xtime2Sbox[209] = _Xtime2Sbox[209] - Xtime3Sbox[209] = _Xtime3Sbox[209] - Xtime2[209] = _Xtime2[209] - Xtime9[209] = _Xtime9[209] - XtimeB[209] = _XtimeB[209] - XtimeD[209] = _XtimeD[209] - XtimeE[209] = _XtimeE[209] - Sbox[210] = _Sbox[210] - InvSbox[210] = _InvSbox[210] - Xtime2Sbox[210] = _Xtime2Sbox[210] - Xtime3Sbox[210] = _Xtime3Sbox[210] - Xtime2[210] = _Xtime2[210] - Xtime9[210] = _Xtime9[210] - XtimeB[210] = _XtimeB[210] - XtimeD[210] = _XtimeD[210] - XtimeE[210] = _XtimeE[210] - Sbox[211] = _Sbox[211] - InvSbox[211] = _InvSbox[211] - Xtime2Sbox[211] = _Xtime2Sbox[211] - Xtime3Sbox[211] = _Xtime3Sbox[211] - Xtime2[211] = _Xtime2[211] - Xtime9[211] = _Xtime9[211] - XtimeB[211] = _XtimeB[211] - XtimeD[211] = _XtimeD[211] - XtimeE[211] = _XtimeE[211] - Sbox[212] = _Sbox[212] - InvSbox[212] = _InvSbox[212] - Xtime2Sbox[212] = _Xtime2Sbox[212] - Xtime3Sbox[212] = _Xtime3Sbox[212] - Xtime2[212] = _Xtime2[212] - Xtime9[212] = _Xtime9[212] - XtimeB[212] = _XtimeB[212] - XtimeD[212] = _XtimeD[212] - XtimeE[212] = _XtimeE[212] - Sbox[213] = _Sbox[213] - InvSbox[213] = _InvSbox[213] - Xtime2Sbox[213] = _Xtime2Sbox[213] - Xtime3Sbox[213] = _Xtime3Sbox[213] - Xtime2[213] = _Xtime2[213] - Xtime9[213] = _Xtime9[213] - XtimeB[213] = _XtimeB[213] - XtimeD[213] = _XtimeD[213] - XtimeE[213] = _XtimeE[213] - Sbox[214] = _Sbox[214] - InvSbox[214] = _InvSbox[214] - Xtime2Sbox[214] = _Xtime2Sbox[214] - Xtime3Sbox[214] = _Xtime3Sbox[214] - Xtime2[214] = _Xtime2[214] - Xtime9[214] = _Xtime9[214] - XtimeB[214] = _XtimeB[214] - XtimeD[214] = _XtimeD[214] - XtimeE[214] = _XtimeE[214] - Sbox[215] = _Sbox[215] - InvSbox[215] = _InvSbox[215] - Xtime2Sbox[215] = _Xtime2Sbox[215] - Xtime3Sbox[215] = _Xtime3Sbox[215] - Xtime2[215] = _Xtime2[215] - Xtime9[215] = _Xtime9[215] - XtimeB[215] = _XtimeB[215] - XtimeD[215] = _XtimeD[215] - XtimeE[215] = _XtimeE[215] - Sbox[216] = _Sbox[216] - InvSbox[216] = _InvSbox[216] - Xtime2Sbox[216] = _Xtime2Sbox[216] - Xtime3Sbox[216] = _Xtime3Sbox[216] - Xtime2[216] = _Xtime2[216] - Xtime9[216] = _Xtime9[216] - XtimeB[216] = _XtimeB[216] - XtimeD[216] = _XtimeD[216] - XtimeE[216] = _XtimeE[216] - Sbox[217] = _Sbox[217] - InvSbox[217] = _InvSbox[217] - Xtime2Sbox[217] = _Xtime2Sbox[217] - Xtime3Sbox[217] = _Xtime3Sbox[217] - Xtime2[217] = _Xtime2[217] - Xtime9[217] = _Xtime9[217] - XtimeB[217] = _XtimeB[217] - XtimeD[217] = _XtimeD[217] - XtimeE[217] = _XtimeE[217] - Sbox[218] = _Sbox[218] - InvSbox[218] = _InvSbox[218] - Xtime2Sbox[218] = _Xtime2Sbox[218] - Xtime3Sbox[218] = _Xtime3Sbox[218] - Xtime2[218] = _Xtime2[218] - Xtime9[218] = _Xtime9[218] - XtimeB[218] = _XtimeB[218] - XtimeD[218] = _XtimeD[218] - XtimeE[218] = _XtimeE[218] - Sbox[219] = _Sbox[219] - InvSbox[219] = _InvSbox[219] - Xtime2Sbox[219] = _Xtime2Sbox[219] - Xtime3Sbox[219] = _Xtime3Sbox[219] - Xtime2[219] = _Xtime2[219] - Xtime9[219] = _Xtime9[219] - XtimeB[219] = _XtimeB[219] - XtimeD[219] = _XtimeD[219] - XtimeE[219] = _XtimeE[219] - Sbox[220] = _Sbox[220] - InvSbox[220] = _InvSbox[220] - Xtime2Sbox[220] = _Xtime2Sbox[220] - Xtime3Sbox[220] = _Xtime3Sbox[220] - Xtime2[220] = _Xtime2[220] - Xtime9[220] = _Xtime9[220] - XtimeB[220] = _XtimeB[220] - XtimeD[220] = _XtimeD[220] - XtimeE[220] = _XtimeE[220] - Sbox[221] = _Sbox[221] - InvSbox[221] = _InvSbox[221] - Xtime2Sbox[221] = _Xtime2Sbox[221] - Xtime3Sbox[221] = _Xtime3Sbox[221] - Xtime2[221] = _Xtime2[221] - Xtime9[221] = _Xtime9[221] - XtimeB[221] = _XtimeB[221] - XtimeD[221] = _XtimeD[221] - XtimeE[221] = _XtimeE[221] - Sbox[222] = _Sbox[222] - InvSbox[222] = _InvSbox[222] - Xtime2Sbox[222] = _Xtime2Sbox[222] - Xtime3Sbox[222] = _Xtime3Sbox[222] - Xtime2[222] = _Xtime2[222] - Xtime9[222] = _Xtime9[222] - XtimeB[222] = _XtimeB[222] - XtimeD[222] = _XtimeD[222] - XtimeE[222] = _XtimeE[222] - Sbox[223] = _Sbox[223] - InvSbox[223] = _InvSbox[223] - Xtime2Sbox[223] = _Xtime2Sbox[223] - Xtime3Sbox[223] = _Xtime3Sbox[223] - Xtime2[223] = _Xtime2[223] - Xtime9[223] = _Xtime9[223] - XtimeB[223] = _XtimeB[223] - XtimeD[223] = _XtimeD[223] - XtimeE[223] = _XtimeE[223] - Sbox[224] = _Sbox[224] - InvSbox[224] = _InvSbox[224] - Xtime2Sbox[224] = _Xtime2Sbox[224] - Xtime3Sbox[224] = _Xtime3Sbox[224] - Xtime2[224] = _Xtime2[224] - Xtime9[224] = _Xtime9[224] - XtimeB[224] = _XtimeB[224] - XtimeD[224] = _XtimeD[224] - XtimeE[224] = _XtimeE[224] - Sbox[225] = _Sbox[225] - InvSbox[225] = _InvSbox[225] - Xtime2Sbox[225] = _Xtime2Sbox[225] - Xtime3Sbox[225] = _Xtime3Sbox[225] - Xtime2[225] = _Xtime2[225] - Xtime9[225] = _Xtime9[225] - XtimeB[225] = _XtimeB[225] - XtimeD[225] = _XtimeD[225] - XtimeE[225] = _XtimeE[225] - Sbox[226] = _Sbox[226] - InvSbox[226] = _InvSbox[226] - Xtime2Sbox[226] = _Xtime2Sbox[226] - Xtime3Sbox[226] = _Xtime3Sbox[226] - Xtime2[226] = _Xtime2[226] - Xtime9[226] = _Xtime9[226] - XtimeB[226] = _XtimeB[226] - XtimeD[226] = _XtimeD[226] - XtimeE[226] = _XtimeE[226] - Sbox[227] = _Sbox[227] - InvSbox[227] = _InvSbox[227] - Xtime2Sbox[227] = _Xtime2Sbox[227] - Xtime3Sbox[227] = _Xtime3Sbox[227] - Xtime2[227] = _Xtime2[227] - Xtime9[227] = _Xtime9[227] - XtimeB[227] = _XtimeB[227] - XtimeD[227] = _XtimeD[227] - XtimeE[227] = _XtimeE[227] - Sbox[228] = _Sbox[228] - InvSbox[228] = _InvSbox[228] - Xtime2Sbox[228] = _Xtime2Sbox[228] - Xtime3Sbox[228] = _Xtime3Sbox[228] - Xtime2[228] = _Xtime2[228] - Xtime9[228] = _Xtime9[228] - XtimeB[228] = _XtimeB[228] - XtimeD[228] = _XtimeD[228] - XtimeE[228] = _XtimeE[228] - Sbox[229] = _Sbox[229] - InvSbox[229] = _InvSbox[229] - Xtime2Sbox[229] = _Xtime2Sbox[229] - Xtime3Sbox[229] = _Xtime3Sbox[229] - Xtime2[229] = _Xtime2[229] - Xtime9[229] = _Xtime9[229] - XtimeB[229] = _XtimeB[229] - XtimeD[229] = _XtimeD[229] - XtimeE[229] = _XtimeE[229] - Sbox[230] = _Sbox[230] - InvSbox[230] = _InvSbox[230] - Xtime2Sbox[230] = _Xtime2Sbox[230] - Xtime3Sbox[230] = _Xtime3Sbox[230] - Xtime2[230] = _Xtime2[230] - Xtime9[230] = _Xtime9[230] - XtimeB[230] = _XtimeB[230] - XtimeD[230] = _XtimeD[230] - XtimeE[230] = _XtimeE[230] - Sbox[231] = _Sbox[231] - InvSbox[231] = _InvSbox[231] - Xtime2Sbox[231] = _Xtime2Sbox[231] - Xtime3Sbox[231] = _Xtime3Sbox[231] - Xtime2[231] = _Xtime2[231] - Xtime9[231] = _Xtime9[231] - XtimeB[231] = _XtimeB[231] - XtimeD[231] = _XtimeD[231] - XtimeE[231] = _XtimeE[231] - Sbox[232] = _Sbox[232] - InvSbox[232] = _InvSbox[232] - Xtime2Sbox[232] = _Xtime2Sbox[232] - Xtime3Sbox[232] = _Xtime3Sbox[232] - Xtime2[232] = _Xtime2[232] - Xtime9[232] = _Xtime9[232] - XtimeB[232] = _XtimeB[232] - XtimeD[232] = _XtimeD[232] - XtimeE[232] = _XtimeE[232] - Sbox[233] = _Sbox[233] - InvSbox[233] = _InvSbox[233] - Xtime2Sbox[233] = _Xtime2Sbox[233] - Xtime3Sbox[233] = _Xtime3Sbox[233] - Xtime2[233] = _Xtime2[233] - Xtime9[233] = _Xtime9[233] - XtimeB[233] = _XtimeB[233] - XtimeD[233] = _XtimeD[233] - XtimeE[233] = _XtimeE[233] - Sbox[234] = _Sbox[234] - InvSbox[234] = _InvSbox[234] - Xtime2Sbox[234] = _Xtime2Sbox[234] - Xtime3Sbox[234] = _Xtime3Sbox[234] - Xtime2[234] = _Xtime2[234] - Xtime9[234] = _Xtime9[234] - XtimeB[234] = _XtimeB[234] - XtimeD[234] = _XtimeD[234] - XtimeE[234] = _XtimeE[234] - Sbox[235] = _Sbox[235] - InvSbox[235] = _InvSbox[235] - Xtime2Sbox[235] = _Xtime2Sbox[235] - Xtime3Sbox[235] = _Xtime3Sbox[235] - Xtime2[235] = _Xtime2[235] - Xtime9[235] = _Xtime9[235] - XtimeB[235] = _XtimeB[235] - XtimeD[235] = _XtimeD[235] - XtimeE[235] = _XtimeE[235] - Sbox[236] = _Sbox[236] - InvSbox[236] = _InvSbox[236] - Xtime2Sbox[236] = _Xtime2Sbox[236] - Xtime3Sbox[236] = _Xtime3Sbox[236] - Xtime2[236] = _Xtime2[236] - Xtime9[236] = _Xtime9[236] - XtimeB[236] = _XtimeB[236] - XtimeD[236] = _XtimeD[236] - XtimeE[236] = _XtimeE[236] - Sbox[237] = _Sbox[237] - InvSbox[237] = _InvSbox[237] - Xtime2Sbox[237] = _Xtime2Sbox[237] - Xtime3Sbox[237] = _Xtime3Sbox[237] - Xtime2[237] = _Xtime2[237] - Xtime9[237] = _Xtime9[237] - XtimeB[237] = _XtimeB[237] - XtimeD[237] = _XtimeD[237] - XtimeE[237] = _XtimeE[237] - Sbox[238] = _Sbox[238] - InvSbox[238] = _InvSbox[238] - Xtime2Sbox[238] = _Xtime2Sbox[238] - Xtime3Sbox[238] = _Xtime3Sbox[238] - Xtime2[238] = _Xtime2[238] - Xtime9[238] = _Xtime9[238] - XtimeB[238] = _XtimeB[238] - XtimeD[238] = _XtimeD[238] - XtimeE[238] = _XtimeE[238] - Sbox[239] = _Sbox[239] - InvSbox[239] = _InvSbox[239] - Xtime2Sbox[239] = _Xtime2Sbox[239] - Xtime3Sbox[239] = _Xtime3Sbox[239] - Xtime2[239] = _Xtime2[239] - Xtime9[239] = _Xtime9[239] - XtimeB[239] = _XtimeB[239] - XtimeD[239] = _XtimeD[239] - XtimeE[239] = _XtimeE[239] - Sbox[240] = _Sbox[240] - InvSbox[240] = _InvSbox[240] - Xtime2Sbox[240] = _Xtime2Sbox[240] - Xtime3Sbox[240] = _Xtime3Sbox[240] - Xtime2[240] = _Xtime2[240] - Xtime9[240] = _Xtime9[240] - XtimeB[240] = _XtimeB[240] - XtimeD[240] = _XtimeD[240] - XtimeE[240] = _XtimeE[240] - Sbox[241] = _Sbox[241] - InvSbox[241] = _InvSbox[241] - Xtime2Sbox[241] = _Xtime2Sbox[241] - Xtime3Sbox[241] = _Xtime3Sbox[241] - Xtime2[241] = _Xtime2[241] - Xtime9[241] = _Xtime9[241] - XtimeB[241] = _XtimeB[241] - XtimeD[241] = _XtimeD[241] - XtimeE[241] = _XtimeE[241] - Sbox[242] = _Sbox[242] - InvSbox[242] = _InvSbox[242] - Xtime2Sbox[242] = _Xtime2Sbox[242] - Xtime3Sbox[242] = _Xtime3Sbox[242] - Xtime2[242] = _Xtime2[242] - Xtime9[242] = _Xtime9[242] - XtimeB[242] = _XtimeB[242] - XtimeD[242] = _XtimeD[242] - XtimeE[242] = _XtimeE[242] - Sbox[243] = _Sbox[243] - InvSbox[243] = _InvSbox[243] - Xtime2Sbox[243] = _Xtime2Sbox[243] - Xtime3Sbox[243] = _Xtime3Sbox[243] - Xtime2[243] = _Xtime2[243] - Xtime9[243] = _Xtime9[243] - XtimeB[243] = _XtimeB[243] - XtimeD[243] = _XtimeD[243] - XtimeE[243] = _XtimeE[243] - Sbox[244] = _Sbox[244] - InvSbox[244] = _InvSbox[244] - Xtime2Sbox[244] = _Xtime2Sbox[244] - Xtime3Sbox[244] = _Xtime3Sbox[244] - Xtime2[244] = _Xtime2[244] - Xtime9[244] = _Xtime9[244] - XtimeB[244] = _XtimeB[244] - XtimeD[244] = _XtimeD[244] - XtimeE[244] = _XtimeE[244] - Sbox[245] = _Sbox[245] - InvSbox[245] = _InvSbox[245] - Xtime2Sbox[245] = _Xtime2Sbox[245] - Xtime3Sbox[245] = _Xtime3Sbox[245] - Xtime2[245] = _Xtime2[245] - Xtime9[245] = _Xtime9[245] - XtimeB[245] = _XtimeB[245] - XtimeD[245] = _XtimeD[245] - XtimeE[245] = _XtimeE[245] - Sbox[246] = _Sbox[246] - InvSbox[246] = _InvSbox[246] - Xtime2Sbox[246] = _Xtime2Sbox[246] - Xtime3Sbox[246] = _Xtime3Sbox[246] - Xtime2[246] = _Xtime2[246] - Xtime9[246] = _Xtime9[246] - XtimeB[246] = _XtimeB[246] - XtimeD[246] = _XtimeD[246] - XtimeE[246] = _XtimeE[246] - Sbox[247] = _Sbox[247] - InvSbox[247] = _InvSbox[247] - Xtime2Sbox[247] = _Xtime2Sbox[247] - Xtime3Sbox[247] = _Xtime3Sbox[247] - Xtime2[247] = _Xtime2[247] - Xtime9[247] = _Xtime9[247] - XtimeB[247] = _XtimeB[247] - XtimeD[247] = _XtimeD[247] - XtimeE[247] = _XtimeE[247] - Sbox[248] = _Sbox[248] - InvSbox[248] = _InvSbox[248] - Xtime2Sbox[248] = _Xtime2Sbox[248] - Xtime3Sbox[248] = _Xtime3Sbox[248] - Xtime2[248] = _Xtime2[248] - Xtime9[248] = _Xtime9[248] - XtimeB[248] = _XtimeB[248] - XtimeD[248] = _XtimeD[248] - XtimeE[248] = _XtimeE[248] - Sbox[249] = _Sbox[249] - InvSbox[249] = _InvSbox[249] - Xtime2Sbox[249] = _Xtime2Sbox[249] - Xtime3Sbox[249] = _Xtime3Sbox[249] - Xtime2[249] = _Xtime2[249] - Xtime9[249] = _Xtime9[249] - XtimeB[249] = _XtimeB[249] - XtimeD[249] = _XtimeD[249] - XtimeE[249] = _XtimeE[249] - Sbox[250] = _Sbox[250] - InvSbox[250] = _InvSbox[250] - Xtime2Sbox[250] = _Xtime2Sbox[250] - Xtime3Sbox[250] = _Xtime3Sbox[250] - Xtime2[250] = _Xtime2[250] - Xtime9[250] = _Xtime9[250] - XtimeB[250] = _XtimeB[250] - XtimeD[250] = _XtimeD[250] - XtimeE[250] = _XtimeE[250] - Sbox[251] = _Sbox[251] - InvSbox[251] = _InvSbox[251] - Xtime2Sbox[251] = _Xtime2Sbox[251] - Xtime3Sbox[251] = _Xtime3Sbox[251] - Xtime2[251] = _Xtime2[251] - Xtime9[251] = _Xtime9[251] - XtimeB[251] = _XtimeB[251] - XtimeD[251] = _XtimeD[251] - XtimeE[251] = _XtimeE[251] - Sbox[252] = _Sbox[252] - InvSbox[252] = _InvSbox[252] - Xtime2Sbox[252] = _Xtime2Sbox[252] - Xtime3Sbox[252] = _Xtime3Sbox[252] - Xtime2[252] = _Xtime2[252] - Xtime9[252] = _Xtime9[252] - XtimeB[252] = _XtimeB[252] - XtimeD[252] = _XtimeD[252] - XtimeE[252] = _XtimeE[252] - Sbox[253] = _Sbox[253] - InvSbox[253] = _InvSbox[253] - Xtime2Sbox[253] = _Xtime2Sbox[253] - Xtime3Sbox[253] = _Xtime3Sbox[253] - Xtime2[253] = _Xtime2[253] - Xtime9[253] = _Xtime9[253] - XtimeB[253] = _XtimeB[253] - XtimeD[253] = _XtimeD[253] - XtimeE[253] = _XtimeE[253] - Sbox[254] = _Sbox[254] - InvSbox[254] = _InvSbox[254] - Xtime2Sbox[254] = _Xtime2Sbox[254] - Xtime3Sbox[254] = _Xtime3Sbox[254] - Xtime2[254] = _Xtime2[254] - Xtime9[254] = _Xtime9[254] - XtimeB[254] = _XtimeB[254] - XtimeD[254] = _XtimeD[254] - XtimeE[254] = _XtimeE[254] - Sbox[255] = _Sbox[255] - InvSbox[255] = _InvSbox[255] - Xtime2Sbox[255] = _Xtime2Sbox[255] - Xtime3Sbox[255] = _Xtime3Sbox[255] - Xtime2[255] = _Xtime2[255] - Xtime9[255] = _Xtime9[255] - XtimeB[255] = _XtimeB[255] - XtimeD[255] = _XtimeD[255] - XtimeE[255] = _XtimeE[255] - Rcon = new ByteArray; - /* - for (i=0;i<_Rcon.length;i++) { - Rcon[i] = _Rcon[i]; - } - */ - Rcon[0] = _Rcon[0]; - Rcon[1] = _Rcon[1]; - Rcon[2] = _Rcon[2]; - Rcon[3] = _Rcon[3]; - Rcon[4] = _Rcon[4]; - Rcon[5] = _Rcon[5]; - Rcon[6] = _Rcon[6]; - Rcon[7] = _Rcon[7]; - Rcon[8] = _Rcon[8]; - Rcon[9] = _Rcon[9]; - Rcon[10] = _Rcon[10]; - Rcon[11] = _Rcon[11]; - } - - private var key:ByteArray; - private var keyLength:uint; - private var Nr:uint; - private var state:ByteArray; - private var tmp:ByteArray; - - public function AESKey(key:ByteArray) { - tmp = new ByteArray; - state = new ByteArray; - keyLength = key.length; - this.key = new ByteArray; - this.key.writeBytes(key); - expandKey(); - } - - // produce Nb bytes for each round - private function expandKey():void { - var tmp0:uint, tmp1:uint, tmp2:uint, tmp3:uint, tmp4:uint; - var idx:uint; - var Nk:uint = key.length/4; - Nr = Nk+6; - - for( idx = Nk; idx < Nb * (Nr + 1); idx++ ) { - tmp0 = key[4*idx - 4]; - tmp1 = key[4*idx - 3]; - tmp2 = key[4*idx - 2]; - tmp3 = key[4*idx - 1]; - if( !(idx % Nk) ) { - tmp4 = tmp3; - tmp3 = Sbox[tmp0]; - tmp0 = Sbox[tmp1] ^ Rcon[idx/Nk]; - tmp1 = Sbox[tmp2]; - tmp2 = Sbox[tmp4]; - } else if( Nk > 6 && idx % Nk == 4 ) { - tmp0 = Sbox[tmp0]; - tmp1 = Sbox[tmp1]; - tmp2 = Sbox[tmp2]; - tmp3 = Sbox[tmp3]; - } - - key[4*idx+0] = key[4*idx - 4*Nk + 0] ^ tmp0; - key[4*idx+1] = key[4*idx - 4*Nk + 1] ^ tmp1; - key[4*idx+2] = key[4*idx - 4*Nk + 2] ^ tmp2; - key[4*idx+3] = key[4*idx - 4*Nk + 3] ^ tmp3; - } - } - - - public function getBlockSize():uint - { - return 16; - } - - // encrypt one 128 bit block - public function encrypt(block:ByteArray, index:uint=0):void - { - var round:uint; - state.position=0; - state.writeBytes(block, index, Nb*4); - - addRoundKey(key, 0); - for ( round = 1; round < Nr + 1; round++ ) { - if (round < Nr) { - mixSubColumns(); - } else { - shiftRows(); - } - addRoundKey(key, round * Nb * 4); - } - - block.position=index; - block.writeBytes(state); - } - - public function decrypt(block:ByteArray, index:uint=0):void - { - var round:uint; - state.position=0; - state.writeBytes(block, index, Nb*4); - - addRoundKey(key, Nr*Nb*4); - invShiftRows(); - for( round = Nr; round--; ) - { - addRoundKey( key, round*Nb*4); - if (round) { - invMixSubColumns(); - } - } - - block.position=index; - block.writeBytes(state); - } - - public function dispose():void { - var i:uint; - var r:Random = new Random; - for (i=0;i>> 24)] + S1[(x >>> 16) & 0xff]) ^ S2[(x >>> 8) & 0xff]) + S3[x & 0xff]); - } - - /** - * apply the encryption cycle to each value pair in the table. - */ - private function processTable(xl:uint, xr:uint, table:Array):void - { - var size:uint = table.length; - - for (var s:uint = 0; s < size; s += 2) - { - xl ^= P[0]; - - for (var i:uint = 1; i < ROUNDS; i += 2) - { - xr ^= F(xl) ^ P[i]; - xl ^= F(xr) ^ P[i + 1]; - } - - xr ^= P[ROUNDS + 1]; - - table[s] = xr; - table[s + 1] = xl; - - xr = xl; // end of cycle swap - xl = table[s]; - } - } - - private function setKey(key:ByteArray):void - { - /* - * - comments are from _Applied Crypto_, Schneier, p338 please be - * careful comparing the two, AC numbers the arrays from 1, the enclosed - * code from 0. - * - * (1) Initialise the S-boxes and the P-array, with a fixed string This - * string contains the hexadecimal digits of pi (3.141...) - */ - S0 = KS0.concat(); - S1 = KS1.concat(); - S2 = KS2.concat(); - S3 = KS3.concat(); - P = KP.concat(); - - /* - * (2) Now, XOR P[0] with the first 32 bits of the key, XOR P[1] with - * the second 32-bits of the key, and so on for all bits of the key (up - * to P[17]). Repeatedly cycle through the key bits until the entire - * P-array has been XOR-ed with the key bits - */ - var keyLength:uint= key.length; - var keyIndex:uint = 0; - - for (var i:uint = 0; i < P_SZ; i++) - { - // get the 32 bits of the key, in 4 * 8 bit chunks - var data:uint = 0x0000000; - for (var j:uint = 0; j < 4; j++) - { - // create a 32 bit block - data = (data << 8) | (key[keyIndex++] & 0xff); - - // wrap when we get to the end of the key - if (keyIndex >= keyLength) - { - keyIndex = 0; - } - } - // XOR the newly created 32 bit chunk onto the P-array - P[i] ^= data; - } - - /* - * (3) Encrypt the all-zero string with the Blowfish algorithm, using - * the subkeys described in (1) and (2) - * - * (4) Replace P1 and P2 with the output of step (3) - * - * (5) Encrypt the output of step(3) using the Blowfish algorithm, with - * the modified subkeys. - * - * (6) Replace P3 and P4 with the output of step (5) - * - * (7) Continue the process, replacing all elements of the P-array and - * then all four S-boxes in order, with the output of the continuously - * changing Blowfish algorithm - */ - - processTable(0, 0, P); - processTable(P[P_SZ - 2], P[P_SZ - 1], S0); - processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1); - processTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2); - processTable(S2[SBOX_SK - 2], S2[SBOX_SK - 1], S3); - } - - /** - * Encrypt the given input starting at the given offset and place the result - * in the provided buffer starting at the given offset. The input will be an - * exact multiple of our blocksize. - */ - private function encryptBlock(src:ByteArray, srcIndex:uint, dst:ByteArray, dstIndex:uint):void - { - var xl:uint = BytesTo32bits(src, srcIndex); - var xr:uint = BytesTo32bits(src, srcIndex + 4); - - xl ^= P[0]; - - for (var i:uint = 1; i < ROUNDS; i += 2) - { - xr ^= F(xl) ^ P[i]; - xl ^= F(xr) ^ P[i + 1]; - } - - xr ^= P[ROUNDS + 1]; - - Bits32ToBytes(xr, dst, dstIndex); - Bits32ToBytes(xl, dst, dstIndex + 4); - } - - /** - * Decrypt the given input starting at the given offset and place the result - * in the provided buffer starting at the given offset. The input will be an - * exact multiple of our blocksize. - */ - private function decryptBlock(src:ByteArray, srcIndex:uint, dst:ByteArray, dstIndex:uint):void - { - var xl:uint = BytesTo32bits(src, srcIndex); - var xr:uint = BytesTo32bits(src, srcIndex + 4); - - xl ^= P[ROUNDS + 1]; - - for (var i:uint = ROUNDS; i > 0; i -= 2) - { - xr ^= F(xl) ^ P[i]; - xl ^= F(xr) ^ P[i - 1]; - } - - xr ^= P[0]; - - Bits32ToBytes(xr, dst, dstIndex); - Bits32ToBytes(xl, dst, dstIndex + 4); - } - - private function BytesTo32bits(b:ByteArray, i:uint):uint - { - return ((b[i] & 0xff) << 24) | ((b[i + 1] & 0xff) << 16) | ((b[i + 2] & 0xff) << 8) | ((b[i + 3] & 0xff)); - } - - private function Bits32ToBytes(i:uint, b:ByteArray, offset:uint):void - { - b[offset + 3] = i; - b[offset + 2] = (i >> 8); - b[offset + 1] = (i >> 16); - b[offset] = (i >> 24); - } - - public function toString():String { - return "blowfish"; - } - - } - -} diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CBCMode.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CBCMode.as deleted file mode 100644 index e3781be..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/CBCMode.as +++ /dev/null @@ -1,55 +0,0 @@ -/** - * CBCMode - * - * An ActionScript 3 implementation of the CBC confidentiality mode - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric -{ - import flash.utils.ByteArray; - - /** - * CBC confidentiality mode. why not. - */ - public class CBCMode extends IVMode implements IMode - { - - public function CBCMode(key:ISymmetricKey, padding:IPad = null) { - super(key, padding); - } - - public function encrypt(src:ByteArray):void { - padding.pad(src); - var vector:ByteArray = getIV4e(); - for (var i:uint=0;i=0;--j) { - X[j]++; - if (X[j]!=0) - break; - } - } - } - public function toString():String { - return key.toString()+"-ctr"; - } - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/DESKey.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/DESKey.as deleted file mode 100644 index 4a0b755..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/DESKey.as +++ /dev/null @@ -1,365 +0,0 @@ -/** - * DESKey - * - * An Actionscript 3 implementation of the Data Encryption Standard (DES) - * Copyright (c) 2007 Henri Torgemane - * - * Derived from: - * The Bouncy Castle Crypto package, - * Copyright (c) 2000-2004 The Legion Of The Bouncy Castle - * (http://www.bouncycastle.org) - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric -{ - import flash.utils.ByteArray; - import com.hurlant.util.Hex; - import com.hurlant.util.Memory; - - public class DESKey implements ISymmetricKey - { - /** - * what follows is mainly taken from "Applied Cryptography", by Bruce - * Schneier, however it also bears great resemblance to Richard - * Outerbridge's D3DES... - */ - - private static const Df_Key:Array = [ 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, - 0x10, 0x89, 0xab, 0xcd, 0xef, 0x01, 0x23, 0x45, 0x67 ]; - - private static const bytebit:Array = [ 128, 64, 32, 16, 8, 4, 2, 1 ]; - - private static const bigbyte:Array = [ 0x800000, 0x400000, 0x200000, 0x100000, 0x80000, 0x40000, 0x20000, 0x10000, 0x8000, - 0x4000, 0x2000, 0x1000, 0x800, 0x400, 0x200, 0x100, 0x80, 0x40, 0x20, 0x10, 0x8, 0x4, 0x2, 0x1 ]; - - /* - * Use the key schedule specified in the Standard (ANSI X3.92-1981). - */ - - private static const pc1:Array = [ 56, 48, 40, 32, 24, 16, 8, 0, 57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, - 59, 51, 43, 35, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 60, 52, 44, 36, 28, 20, 12, - 4, 27, 19, 11, 3 ]; - - private static const totrot:Array = [ 1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28 ]; - - private static const pc2:Array = [ 13, 16, 10, 23, 0, 4, 2, 27, 14, 5, 20, 9, 22, 18, 11, 3, 25, 7, 15, 6, 26, 19, 12, 1, 40, - 51, 30, 36, 46, 54, 29, 39, 50, 44, 32, 47, 43, 48, 38, 55, 33, 52, 45, 41, 49, 35, 28, 31 ]; - - private static const SP1:Array = [ 0x01010400, 0x00000000, 0x00010000, 0x01010404, 0x01010004, 0x00010404, 0x00000004, - 0x00010000, 0x00000400, 0x01010400, 0x01010404, 0x00000400, 0x01000404, 0x01010004, 0x01000000, 0x00000004, - 0x00000404, 0x01000400, 0x01000400, 0x00010400, 0x00010400, 0x01010000, 0x01010000, 0x01000404, 0x00010004, - 0x01000004, 0x01000004, 0x00010004, 0x00000000, 0x00000404, 0x00010404, 0x01000000, 0x00010000, 0x01010404, - 0x00000004, 0x01010000, 0x01010400, 0x01000000, 0x01000000, 0x00000400, 0x01010004, 0x00010000, 0x00010400, - 0x01000004, 0x00000400, 0x00000004, 0x01000404, 0x00010404, 0x01010404, 0x00010004, 0x01010000, 0x01000404, - 0x01000004, 0x00000404, 0x00010404, 0x01010400, 0x00000404, 0x01000400, 0x01000400, 0x00000000, 0x00010004, - 0x00010400, 0x00000000, 0x01010004 ]; - - private static const SP2:Array = [ 0x80108020, 0x80008000, 0x00008000, 0x00108020, 0x00100000, 0x00000020, 0x80100020, - 0x80008020, 0x80000020, 0x80108020, 0x80108000, 0x80000000, 0x80008000, 0x00100000, 0x00000020, 0x80100020, - 0x00108000, 0x00100020, 0x80008020, 0x00000000, 0x80000000, 0x00008000, 0x00108020, 0x80100000, 0x00100020, - 0x80000020, 0x00000000, 0x00108000, 0x00008020, 0x80108000, 0x80100000, 0x00008020, 0x00000000, 0x00108020, - 0x80100020, 0x00100000, 0x80008020, 0x80100000, 0x80108000, 0x00008000, 0x80100000, 0x80008000, 0x00000020, - 0x80108020, 0x00108020, 0x00000020, 0x00008000, 0x80000000, 0x00008020, 0x80108000, 0x00100000, 0x80000020, - 0x00100020, 0x80008020, 0x80000020, 0x00100020, 0x00108000, 0x00000000, 0x80008000, 0x00008020, 0x80000000, - 0x80100020, 0x80108020, 0x00108000 ]; - - private static const SP3:Array = [ 0x00000208, 0x08020200, 0x00000000, 0x08020008, 0x08000200, 0x00000000, 0x00020208, - 0x08000200, 0x00020008, 0x08000008, 0x08000008, 0x00020000, 0x08020208, 0x00020008, 0x08020000, 0x00000208, - 0x08000000, 0x00000008, 0x08020200, 0x00000200, 0x00020200, 0x08020000, 0x08020008, 0x00020208, 0x08000208, - 0x00020200, 0x00020000, 0x08000208, 0x00000008, 0x08020208, 0x00000200, 0x08000000, 0x08020200, 0x08000000, - 0x00020008, 0x00000208, 0x00020000, 0x08020200, 0x08000200, 0x00000000, 0x00000200, 0x00020008, 0x08020208, - 0x08000200, 0x08000008, 0x00000200, 0x00000000, 0x08020008, 0x08000208, 0x00020000, 0x08000000, 0x08020208, - 0x00000008, 0x00020208, 0x00020200, 0x08000008, 0x08020000, 0x08000208, 0x00000208, 0x08020000, 0x00020208, - 0x00000008, 0x08020008, 0x00020200 ]; - - private static const SP4:Array = [ 0x00802001, 0x00002081, 0x00002081, 0x00000080, 0x00802080, 0x00800081, 0x00800001, - 0x00002001, 0x00000000, 0x00802000, 0x00802000, 0x00802081, 0x00000081, 0x00000000, 0x00800080, 0x00800001, - 0x00000001, 0x00002000, 0x00800000, 0x00802001, 0x00000080, 0x00800000, 0x00002001, 0x00002080, 0x00800081, - 0x00000001, 0x00002080, 0x00800080, 0x00002000, 0x00802080, 0x00802081, 0x00000081, 0x00800080, 0x00800001, - 0x00802000, 0x00802081, 0x00000081, 0x00000000, 0x00000000, 0x00802000, 0x00002080, 0x00800080, 0x00800081, - 0x00000001, 0x00802001, 0x00002081, 0x00002081, 0x00000080, 0x00802081, 0x00000081, 0x00000001, 0x00002000, - 0x00800001, 0x00002001, 0x00802080, 0x00800081, 0x00002001, 0x00002080, 0x00800000, 0x00802001, 0x00000080, - 0x00800000, 0x00002000, 0x00802080 ]; - - private static const SP5:Array = [ 0x00000100, 0x02080100, 0x02080000, 0x42000100, 0x00080000, 0x00000100, 0x40000000, - 0x02080000, 0x40080100, 0x00080000, 0x02000100, 0x40080100, 0x42000100, 0x42080000, 0x00080100, 0x40000000, - 0x02000000, 0x40080000, 0x40080000, 0x00000000, 0x40000100, 0x42080100, 0x42080100, 0x02000100, 0x42080000, - 0x40000100, 0x00000000, 0x42000000, 0x02080100, 0x02000000, 0x42000000, 0x00080100, 0x00080000, 0x42000100, - 0x00000100, 0x02000000, 0x40000000, 0x02080000, 0x42000100, 0x40080100, 0x02000100, 0x40000000, 0x42080000, - 0x02080100, 0x40080100, 0x00000100, 0x02000000, 0x42080000, 0x42080100, 0x00080100, 0x42000000, 0x42080100, - 0x02080000, 0x00000000, 0x40080000, 0x42000000, 0x00080100, 0x02000100, 0x40000100, 0x00080000, 0x00000000, - 0x40080000, 0x02080100, 0x40000100 ]; - - private static const SP6:Array = [ 0x20000010, 0x20400000, 0x00004000, 0x20404010, 0x20400000, 0x00000010, 0x20404010, - 0x00400000, 0x20004000, 0x00404010, 0x00400000, 0x20000010, 0x00400010, 0x20004000, 0x20000000, 0x00004010, - 0x00000000, 0x00400010, 0x20004010, 0x00004000, 0x00404000, 0x20004010, 0x00000010, 0x20400010, 0x20400010, - 0x00000000, 0x00404010, 0x20404000, 0x00004010, 0x00404000, 0x20404000, 0x20000000, 0x20004000, 0x00000010, - 0x20400010, 0x00404000, 0x20404010, 0x00400000, 0x00004010, 0x20000010, 0x00400000, 0x20004000, 0x20000000, - 0x00004010, 0x20000010, 0x20404010, 0x00404000, 0x20400000, 0x00404010, 0x20404000, 0x00000000, 0x20400010, - 0x00000010, 0x00004000, 0x20400000, 0x00404010, 0x00004000, 0x00400010, 0x20004010, 0x00000000, 0x20404000, - 0x20000000, 0x00400010, 0x20004010 ]; - - private static const SP7:Array = [ 0x00200000, 0x04200002, 0x04000802, 0x00000000, 0x00000800, 0x04000802, 0x00200802, - 0x04200800, 0x04200802, 0x00200000, 0x00000000, 0x04000002, 0x00000002, 0x04000000, 0x04200002, 0x00000802, - 0x04000800, 0x00200802, 0x00200002, 0x04000800, 0x04000002, 0x04200000, 0x04200800, 0x00200002, 0x04200000, - 0x00000800, 0x00000802, 0x04200802, 0x00200800, 0x00000002, 0x04000000, 0x00200800, 0x04000000, 0x00200800, - 0x00200000, 0x04000802, 0x04000802, 0x04200002, 0x04200002, 0x00000002, 0x00200002, 0x04000000, 0x04000800, - 0x00200000, 0x04200800, 0x00000802, 0x00200802, 0x04200800, 0x00000802, 0x04000002, 0x04200802, 0x04200000, - 0x00200800, 0x00000000, 0x00000002, 0x04200802, 0x00000000, 0x00200802, 0x04200000, 0x00000800, 0x04000002, - 0x04000800, 0x00000800, 0x00200002 ]; - - private static const SP8:Array = [ 0x10001040, 0x00001000, 0x00040000, 0x10041040, 0x10000000, 0x10001040, 0x00000040, - 0x10000000, 0x00040040, 0x10040000, 0x10041040, 0x00041000, 0x10041000, 0x00041040, 0x00001000, 0x00000040, - 0x10040000, 0x10000040, 0x10001000, 0x00001040, 0x00041000, 0x00040040, 0x10040040, 0x10041000, 0x00001040, - 0x00000000, 0x00000000, 0x10040040, 0x10000040, 0x10001000, 0x00041040, 0x00040000, 0x00041040, 0x00040000, - 0x10041000, 0x00001000, 0x00000040, 0x10040040, 0x00001000, 0x00041040, 0x10001000, 0x00000040, 0x10000040, - 0x10040000, 0x10040040, 0x10000000, 0x00040000, 0x10001040, 0x00000000, 0x10041040, 0x00040040, 0x10000040, - 0x10040000, 0x10001000, 0x10001040, 0x00000000, 0x10041040, 0x00041000, 0x00041000, 0x00001040, 0x00001040, - 0x00040040, 0x10000000, 0x10041000 ]; - - - protected var key:ByteArray; - protected var encKey:Array; - protected var decKey:Array; - - - public function DESKey(key:ByteArray) { - this.key = key; - this.encKey = generateWorkingKey(true, key, 0); - this.decKey = generateWorkingKey(false, key, 0); - } - - public function getBlockSize():uint - { - return 8; - } - - public function decrypt(block:ByteArray, index:uint=0):void - { - desFunc(decKey, block, index, block, index); - } - - public function dispose():void - { - var i:uint=0; - for (i=0;i>> 3)] & bytebit[l & 07]) != 0); - } - - for (var i:uint = 0; i < 16; i++) - { - var m:uint; - var n:uint; - - if (encrypting) - { - m = i << 1; - } - else - { - m = (15 - i) << 1; - } - - n = m + 1; - newKey[m] = newKey[n] = 0; - - for (j = 0; j < 28; j++) - { - l = j + totrot[i]; - if (l < 28) - { - pcr[j] = pc1m[l]; - } - else - { - pcr[j] = pc1m[l - 28]; - } - } - - for (j = 28; j < 56; j++) - { - l = j + totrot[i]; - if (l < 56) - { - pcr[j] = pc1m[l]; - } - else - { - pcr[j] = pc1m[l - 28]; - } - } - - for (j = 0; j < 24; j++) - { - if (pcr[pc2[j]]) - { - newKey[m] |= bigbyte[j]; - } - - if (pcr[pc2[j + 24]]) - { - newKey[n] |= bigbyte[j]; - } - } - } - - // - // store the processed key - // - for (i = 0; i != 32; i += 2) - { - var i1:uint; - var i2:uint; - - i1 = newKey[i]; - i2 = newKey[i + 1]; - - newKey[i] = ((i1 & 0x00fc0000) << 6) | ((i1 & 0x00000fc0) << 10) | ((i2 & 0x00fc0000) >>> 10) - | ((i2 & 0x00000fc0) >>> 6); - - newKey[i + 1] = ((i1 & 0x0003f000) << 12) | ((i1 & 0x0000003f) << 16) | ((i2 & 0x0003f000) >>> 4) - | (i2 & 0x0000003f); - } - return newKey; - } - - /** - * the DES engine. - */ - protected function desFunc(wKey:Array, inp:ByteArray, inOff:uint, out:ByteArray, outOff:uint):void - { - var work:uint; - var right:uint; - var left:uint; - - left = (inp[inOff + 0] & 0xff) << 24; - left |= (inp[inOff + 1] & 0xff) << 16; - left |= (inp[inOff + 2] & 0xff) << 8; - left |= (inp[inOff + 3] & 0xff); - - right = (inp[inOff + 4] & 0xff) << 24; - right |= (inp[inOff + 5] & 0xff) << 16; - right |= (inp[inOff + 6] & 0xff) << 8; - right |= (inp[inOff + 7] & 0xff); - - work = ((left >>> 4) ^ right) & 0x0f0f0f0f; - right ^= work; - left ^= (work << 4); - work = ((left >>> 16) ^ right) & 0x0000ffff; - right ^= work; - left ^= (work << 16); - work = ((right >>> 2) ^ left) & 0x33333333; - left ^= work; - right ^= (work << 2); - work = ((right >>> 8) ^ left) & 0x00ff00ff; - left ^= work; - right ^= (work << 8); - right = ((right << 1) | ((right >>> 31) & 1)) & 0xffffffff; - work = (left ^ right) & 0xaaaaaaaa; - left ^= work; - right ^= work; - left = ((left << 1) | ((left >>> 31) & 1)) & 0xffffffff; - - for (var round:uint = 0; round < 8; round++) - { - var fval:uint; - - work = (right << 28) | (right >>> 4); - work ^= wKey[round * 4 + 0]; - fval = SP7[work & 0x3f]; - fval |= SP5[(work >>> 8) & 0x3f]; - fval |= SP3[(work >>> 16) & 0x3f]; - fval |= SP1[(work >>> 24) & 0x3f]; - work = right ^ wKey[round * 4 + 1]; - fval |= SP8[work & 0x3f]; - fval |= SP6[(work >>> 8) & 0x3f]; - fval |= SP4[(work >>> 16) & 0x3f]; - fval |= SP2[(work >>> 24) & 0x3f]; - left ^= fval; - work = (left << 28) | (left >>> 4); - work ^= wKey[round * 4 + 2]; - fval = SP7[work & 0x3f]; - fval |= SP5[(work >>> 8) & 0x3f]; - fval |= SP3[(work >>> 16) & 0x3f]; - fval |= SP1[(work >>> 24) & 0x3f]; - work = left ^ wKey[round * 4 + 3]; - fval |= SP8[work & 0x3f]; - fval |= SP6[(work >>> 8) & 0x3f]; - fval |= SP4[(work >>> 16) & 0x3f]; - fval |= SP2[(work >>> 24) & 0x3f]; - right ^= fval; - } - - right = (right << 31) | (right >>> 1); - work = (left ^ right) & 0xaaaaaaaa; - left ^= work; - right ^= work; - left = (left << 31) | (left >>> 1); - work = ((left >>> 8) ^ right) & 0x00ff00ff; - right ^= work; - left ^= (work << 8); - work = ((left >>> 2) ^ right) & 0x33333333; - right ^= work; - left ^= (work << 2); - work = ((right >>> 16) ^ left) & 0x0000ffff; - left ^= work; - right ^= (work << 16); - work = ((right >>> 4) ^ left) & 0x0f0f0f0f; - left ^= work; - right ^= (work << 4); - - out[outOff + 0] = ((right >>> 24) & 0xff); - out[outOff + 1] = ((right >>> 16) & 0xff); - out[outOff + 2] = ((right >>> 8) & 0xff); - out[outOff + 3] = (right & 0xff); - out[outOff + 4] = ((left >>> 24) & 0xff); - out[outOff + 5] = ((left >>> 16) & 0xff); - out[outOff + 6] = ((left >>> 8) & 0xff); - out[outOff + 7] = (left & 0xff); - } - - - public function toString():String { - return "des"; - } - - - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/ECBMode.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/ECBMode.as deleted file mode 100644 index b2a7b77..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/ECBMode.as +++ /dev/null @@ -1,86 +0,0 @@ -/** - * ECBMode - * - * An ActionScript 3 implementation of the ECB confidentiality mode - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric -{ - import flash.utils.ByteArray; - import com.hurlant.util.Memory; - import com.hurlant.util.Hex; - - /** - * ECB mode. - * This uses a padding and a symmetric key. - * If no padding is given, PKCS#5 is used. - */ - public class ECBMode implements IMode, ICipher - { - private var key:ISymmetricKey; - private var padding:IPad; - - public function ECBMode(key:ISymmetricKey, padding:IPad = null) { - this.key = key; - if (padding == null) { - padding = new PKCS5(key.getBlockSize()); - } else { - padding.setBlockSize(key.getBlockSize()); - } - this.padding = padding; - } - - public function getBlockSize():uint { - return key.getBlockSize(); - } - - public function encrypt(src:ByteArray):void { - padding.pad(src); - src.position = 0; - var blockSize:uint = key.getBlockSize(); - var tmp:ByteArray = new ByteArray; - var dst:ByteArray = new ByteArray; - for (var i:uint=0;i0;i--) { - var v:uint = a[a.length-1]; - a.length--; - if (c!=v) throw new Error("PKCS#5:unpad: Invalid padding value. expected ["+c+"], found ["+v+"]"); - } - // that is all. - } - - public function setBlockSize(bs:uint):void { - blockSize = bs; - } - - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SSLPad.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SSLPad.as deleted file mode 100755 index 8dd1324..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SSLPad.as +++ /dev/null @@ -1,44 +0,0 @@ -/** - * TLSPad - * - * A padding implementation used by TLS - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric { - import flash.utils.ByteArray; - import com.hurlant.util.Hex; - import com.hurlant.crypto.tls.TLSError; - - public class SSLPad implements IPad { - private var blockSize:uint; - - public function SSLPad(blockSize:uint=0) { - this.blockSize = blockSize; - } - public function pad(a:ByteArray):void { - var c:uint = blockSize - (a.length+1)%blockSize; - for (var i:uint=0;i<=c;i++) { - a[a.length] = c; - } - - } - public function unpad(a:ByteArray):void { - var c:uint = a.length%blockSize; - if (c!=0) throw new TLSError("SSLPad::unpad: ByteArray.length isn't a multiple of the blockSize", TLSError.bad_record_mac); - c = a[a.length-1]; - for (var i:uint=c;i>0;i--) { - var v:uint = a[a.length-1]; - a.length--; - // But LOOK! SSL 3.0 doesn't care about this, bytes are arbitrary! - // if (c!=v) throw new TLSError("SSLPad:unpad: Invalid padding value. expected ["+c+"], found ["+v+"]", TLSError.bad_record_mac); - } - a.length--; - - } - public function setBlockSize(bs:uint):void { - blockSize = bs; - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SimpleIVMode.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SimpleIVMode.as deleted file mode 100644 index 590f0df..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/SimpleIVMode.as +++ /dev/null @@ -1,60 +0,0 @@ -/** - * SimpleIVMode - * - * A convenience class that automatically places the IV - * at the beginning of the encrypted stream, so it doesn't have to - * be handled explicitely. - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric -{ - import flash.utils.ByteArray; - import com.hurlant.util.Memory; - - public class SimpleIVMode implements IMode, ICipher - { - protected var mode:IVMode; - protected var cipher:ICipher; - - public function SimpleIVMode(mode:IVMode) { - this.mode = mode; - cipher = mode as ICipher; - } - - public function getBlockSize():uint { - return mode.getBlockSize(); - } - - public function dispose():void { - mode.dispose(); - mode = null; - cipher = null; - Memory.gc(); - } - - public function encrypt(src:ByteArray):void { - cipher.encrypt(src); - var tmp:ByteArray = new ByteArray; - tmp.writeBytes(mode.IV); - tmp.writeBytes(src); - src.position=0; - src.writeBytes(tmp); - } - - public function decrypt(src:ByteArray):void { - var tmp:ByteArray = new ByteArray; - tmp.writeBytes(src, 0, getBlockSize()); - mode.IV = tmp; - tmp = new ByteArray; - tmp.writeBytes(src, getBlockSize()); - cipher.decrypt(tmp); - src.length=0; - src.writeBytes(tmp); - } - public function toString():String { - return "simple-"+cipher.toString(); - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TLSPad.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TLSPad.as deleted file mode 100644 index f3b6182..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TLSPad.as +++ /dev/null @@ -1,42 +0,0 @@ -/** - * TLSPad - * - * A padding implementation used by TLS - * Copyright (c) 2007 Henri Torgemane - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric { - import flash.utils.ByteArray; - import com.hurlant.util.Hex; - import com.hurlant.crypto.tls.TLSError; - - public class TLSPad implements IPad { - private var blockSize:uint; - - public function TLSPad(blockSize:uint=0) { - this.blockSize = blockSize; - } - public function pad(a:ByteArray):void { - var c:uint = blockSize - (a.length+1)%blockSize; - for (var i:uint=0;i<=c;i++) { - a[a.length] = c; - } - } - public function unpad(a:ByteArray):void { - var c:uint = a.length%blockSize; - if (c!=0) throw new TLSError("TLSPad::unpad: ByteArray.length isn't a multiple of the blockSize", TLSError.bad_record_mac); - c = a[a.length-1]; - for (var i:uint=c;i>0;i--) { - var v:uint = a[a.length-1]; - a.length--; - if (c!=v) throw new TLSError("TLSPad:unpad: Invalid padding value. expected ["+c+"], found ["+v+"]", TLSError.bad_record_mac); - } - a.length--; - // mostly ripped off from PKCS5.as, but with subtle differences - } - public function setBlockSize(bs:uint):void { - blockSize = bs; - } - } -} \ No newline at end of file diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TripleDESKey.as b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TripleDESKey.as deleted file mode 100644 index 1e75011..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/TripleDESKey.as +++ /dev/null @@ -1,88 +0,0 @@ -/** - * TripleDESKey - * - * An Actionscript 3 implementation of Triple DES - * Copyright (c) 2007 Henri Torgemane - * - * Derived from: - * The Bouncy Castle Crypto package, - * Copyright (c) 2000-2004 The Legion Of The Bouncy Castle - * (http://www.bouncycastle.org) - * - * See LICENSE.txt for full license information. - */ -package com.hurlant.crypto.symmetric -{ - import flash.utils.ByteArray; - import com.hurlant.util.Memory; - import com.hurlant.util.Hex; - - public class TripleDESKey extends DESKey - { - protected var encKey2:Array; - protected var encKey3:Array; - protected var decKey2:Array; - protected var decKey3:Array; - - /** - * This supports 2TDES and 3TDES. - * If the key passed is 128 bits, 2TDES is used. - * If the key has 192 bits, 3TDES is used. - * Other key lengths give "undefined" results. - */ - public function TripleDESKey(key:ByteArray) - { - super(key); - encKey2 = generateWorkingKey(false, key, 8); - decKey2 = generateWorkingKey(true, key, 8); - if (key.length>16) { - encKey3 = generateWorkingKey(true, key, 16); - decKey3 = generateWorkingKey(false, key, 16); - } else { - encKey3 = encKey; - decKey3 = decKey; - } - } - - public override function dispose():void - { - super.dispose(); - var i:uint = 0; - if (encKey2!=null) { - for (i=0;i> 5)) + v1) ^ (sum + k[sum & 3]); - sum += delta; - v1 += (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (sum + k[(sum>>11) & 3]); - } - block.position-=8; - block.writeUnsignedInt(v0); - block.writeUnsignedInt(v1); - } - - public function decrypt(block:ByteArray, index:uint=0):void { - block.position = index; - var v0:uint = block.readUnsignedInt(); - var v1:uint = block.readUnsignedInt(); - var i:uint; - var delta:uint = 0x9E3779B9; - var sum:uint = delta*NUM_ROUNDS; - for (i=0; i> 5)) + v0) ^ (sum + k[(sum>>11) & 3]); - sum -= delta; - v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (sum + k[sum & 3]); - } - block.position-=8; - block.writeUnsignedInt(v0); - block.writeUnsignedInt(v1); - } - - public function dispose():void { - //private var k:Array; - var r:Random = new Random; - for (var i:uint=0;i

    - - - - -
    - diff --git a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/swfobject.js b/node/node_modules/socket.io-client/lib/vendor/web-socket-js/swfobject.js deleted file mode 100644 index 8eafe9d..0000000 --- a/node/node_modules/socket.io-client/lib/vendor/web-socket-js/swfobject.js +++ /dev/null @@ -1,4 +0,0 @@ -/* SWFObject v2.2 - is released under the MIT License -*/ -var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y0){for(var af=0;af0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad'}}aa.outerHTML='"+af+"";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab -// License: New BSD License -// Reference: http://dev.w3.org/html5/websockets/ -// Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol - -(function() { - - if (window.WebSocket) return; - - var console = window.console; - if (!console || !console.log || !console.error) { - console = {log: function(){ }, error: function(){ }}; - } - - if (!swfobject.hasFlashPlayerVersion("10.0.0")) { - console.error("Flash Player >= 10.0.0 is required."); - return; - } - if (location.protocol == "file:") { - console.error( - "WARNING: web-socket-js doesn't work in file:///... URL " + - "unless you set Flash Security Settings properly. " + - "Open the page via Web server i.e. http://..."); - } - - /** - * This class represents a faux web socket. - * @param {string} url - * @param {array or string} protocols - * @param {string} proxyHost - * @param {int} proxyPort - * @param {string} headers - */ - WebSocket = function(url, protocols, proxyHost, proxyPort, headers) { - var self = this; - self.__id = WebSocket.__nextId++; - WebSocket.__instances[self.__id] = self; - self.readyState = WebSocket.CONNECTING; - self.bufferedAmount = 0; - self.__events = {}; - if (!protocols) { - protocols = []; - } else if (typeof protocols == "string") { - protocols = [protocols]; - } - // Uses setTimeout() to make sure __createFlash() runs after the caller sets ws.onopen etc. - // Otherwise, when onopen fires immediately, onopen is called before it is set. - setTimeout(function() { - WebSocket.__addTask(function() { - WebSocket.__flash.create( - self.__id, url, protocols, proxyHost || null, proxyPort || 0, headers || null); - }); - }, 0); - }; - - /** - * Send data to the web socket. - * @param {string} data The data to send to the socket. - * @return {boolean} True for success, false for failure. - */ - WebSocket.prototype.send = function(data) { - if (this.readyState == WebSocket.CONNECTING) { - throw "INVALID_STATE_ERR: Web Socket connection has not been established"; - } - // We use encodeURIComponent() here, because FABridge doesn't work if - // the argument includes some characters. We don't use escape() here - // because of this: - // https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Functions#escape_and_unescape_Functions - // But it looks decodeURIComponent(encodeURIComponent(s)) doesn't - // preserve all Unicode characters either e.g. "\uffff" in Firefox. - // Note by wtritch: Hopefully this will not be necessary using ExternalInterface. Will require - // additional testing. - var result = WebSocket.__flash.send(this.__id, encodeURIComponent(data)); - if (result < 0) { // success - return true; - } else { - this.bufferedAmount += result; - return false; - } - }; - - /** - * Close this web socket gracefully. - */ - WebSocket.prototype.close = function() { - if (this.readyState == WebSocket.CLOSED || this.readyState == WebSocket.CLOSING) { - return; - } - this.readyState = WebSocket.CLOSING; - WebSocket.__flash.close(this.__id); - }; - - /** - * Implementation of {@link
    DOM 2 EventTarget Interface} - * - * @param {string} type - * @param {function} listener - * @param {boolean} useCapture - * @return void - */ - WebSocket.prototype.addEventListener = function(type, listener, useCapture) { - if (!(type in this.__events)) { - this.__events[type] = []; - } - this.__events[type].push(listener); - }; - - /** - * Implementation of {@link DOM 2 EventTarget Interface} - * - * @param {string} type - * @param {function} listener - * @param {boolean} useCapture - * @return void - */ - WebSocket.prototype.removeEventListener = function(type, listener, useCapture) { - if (!(type in this.__events)) return; - var events = this.__events[type]; - for (var i = events.length - 1; i >= 0; --i) { - if (events[i] === listener) { - events.splice(i, 1); - break; - } - } - }; - - /** - * Implementation of {@link DOM 2 EventTarget Interface} - * - * @param {Event} event - * @return void - */ - WebSocket.prototype.dispatchEvent = function(event) { - var events = this.__events[event.type] || []; - for (var i = 0; i < events.length; ++i) { - events[i](event); - } - var handler = this["on" + event.type]; - if (handler) handler(event); - }; - - /** - * Handles an event from Flash. - * @param {Object} flashEvent - */ - WebSocket.prototype.__handleEvent = function(flashEvent) { - if ("readyState" in flashEvent) { - this.readyState = flashEvent.readyState; - } - if ("protocol" in flashEvent) { - this.protocol = flashEvent.protocol; - } - - var jsEvent; - if (flashEvent.type == "open" || flashEvent.type == "error") { - jsEvent = this.__createSimpleEvent(flashEvent.type); - } else if (flashEvent.type == "close") { - // TODO implement jsEvent.wasClean - jsEvent = this.__createSimpleEvent("close"); - } else if (flashEvent.type == "message") { - var data = decodeURIComponent(flashEvent.message); - jsEvent = this.__createMessageEvent("message", data); - } else { - throw "unknown event type: " + flashEvent.type; - } - - this.dispatchEvent(jsEvent); - }; - - WebSocket.prototype.__createSimpleEvent = function(type) { - if (document.createEvent && window.Event) { - var event = document.createEvent("Event"); - event.initEvent(type, false, false); - return event; - } else { - return {type: type, bubbles: false, cancelable: false}; - } - }; - - WebSocket.prototype.__createMessageEvent = function(type, data) { - if (document.createEvent && window.MessageEvent && !window.opera) { - var event = document.createEvent("MessageEvent"); - event.initMessageEvent("message", false, false, data, null, null, window, null); - return event; - } else { - // IE and Opera, the latter one truncates the data parameter after any 0x00 bytes. - return {type: type, data: data, bubbles: false, cancelable: false}; - } - }; - - /** - * Define the WebSocket readyState enumeration. - */ - WebSocket.CONNECTING = 0; - WebSocket.OPEN = 1; - WebSocket.CLOSING = 2; - WebSocket.CLOSED = 3; - - WebSocket.__flash = null; - WebSocket.__instances = {}; - WebSocket.__tasks = []; - WebSocket.__nextId = 0; - - /** - * Load a new flash security policy file. - * @param {string} url - */ - WebSocket.loadFlashPolicyFile = function(url){ - WebSocket.__addTask(function() { - WebSocket.__flash.loadManualPolicyFile(url); - }); - }; - - /** - * Loads WebSocketMain.swf and creates WebSocketMain object in Flash. - */ - WebSocket.__initialize = function() { - if (WebSocket.__flash) return; - - if (WebSocket.__swfLocation) { - // For backword compatibility. - window.WEB_SOCKET_SWF_LOCATION = WebSocket.__swfLocation; - } - if (!window.WEB_SOCKET_SWF_LOCATION) { - console.error("[WebSocket] set WEB_SOCKET_SWF_LOCATION to location of WebSocketMain.swf"); - return; - } - var container = document.createElement("div"); - container.id = "webSocketContainer"; - // Hides Flash box. We cannot use display: none or visibility: hidden because it prevents - // Flash from loading at least in IE. So we move it out of the screen at (-100, -100). - // But this even doesn't work with Flash Lite (e.g. in Droid Incredible). So with Flash - // Lite, we put it at (0, 0). This shows 1x1 box visible at left-top corner but this is - // the best we can do as far as we know now. - container.style.position = "absolute"; - if (WebSocket.__isFlashLite()) { - container.style.left = "0px"; - container.style.top = "0px"; - } else { - container.style.left = "-100px"; - container.style.top = "-100px"; - } - var holder = document.createElement("div"); - holder.id = "webSocketFlash"; - container.appendChild(holder); - document.body.appendChild(container); - // See this article for hasPriority: - // http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-7ffd.html - swfobject.embedSWF( - WEB_SOCKET_SWF_LOCATION, - "webSocketFlash", - "1" /* width */, - "1" /* height */, - "10.0.0" /* SWF version */, - null, - null, - {hasPriority: true, swliveconnect : true, allowScriptAccess: "always"}, - null, - function(e) { - if (!e.success) { - console.error("[WebSocket] swfobject.embedSWF failed"); - } - }); - }; - - /** - * Called by Flash to notify JS that it's fully loaded and ready - * for communication. - */ - WebSocket.__onFlashInitialized = function() { - // We need to set a timeout here to avoid round-trip calls - // to flash during the initialization process. - setTimeout(function() { - WebSocket.__flash = document.getElementById("webSocketFlash"); - WebSocket.__flash.setCallerUrl(location.href); - WebSocket.__flash.setDebug(!!window.WEB_SOCKET_DEBUG); - for (var i = 0; i < WebSocket.__tasks.length; ++i) { - WebSocket.__tasks[i](); - } - WebSocket.__tasks = []; - }, 0); - }; - - /** - * Called by Flash to notify WebSockets events are fired. - */ - WebSocket.__onFlashEvent = function() { - setTimeout(function() { - try { - // Gets events using receiveEvents() instead of getting it from event object - // of Flash event. This is to make sure to keep message order. - // It seems sometimes Flash events don't arrive in the same order as they are sent. - var events = WebSocket.__flash.receiveEvents(); - for (var i = 0; i < events.length; ++i) { - WebSocket.__instances[events[i].webSocketId].__handleEvent(events[i]); - } - } catch (e) { - console.error(e); - } - }, 0); - return true; - }; - - // Called by Flash. - WebSocket.__log = function(message) { - console.log(decodeURIComponent(message)); - }; - - // Called by Flash. - WebSocket.__error = function(message) { - console.error(decodeURIComponent(message)); - }; - - WebSocket.__addTask = function(task) { - if (WebSocket.__flash) { - task(); - } else { - WebSocket.__tasks.push(task); - } - }; - - /** - * Test if the browser is running flash lite. - * @return {boolean} True if flash lite is running, false otherwise. - */ - WebSocket.__isFlashLite = function() { - if (!window.navigator || !window.navigator.mimeTypes) { - return false; - } - var mimeType = window.navigator.mimeTypes["application/x-shockwave-flash"]; - if (!mimeType || !mimeType.enabledPlugin || !mimeType.enabledPlugin.filename) { - return false; - } - return mimeType.enabledPlugin.filename.match(/flashlite/i) ? true : false; - }; - - if (!window.WEB_SOCKET_DISABLE_AUTO_INITIALIZATION) { - if (window.addEventListener) { - window.addEventListener("load", function(){ - WebSocket.__initialize(); - }, false); - } else { - window.attachEvent("onload", function(){ - WebSocket.__initialize(); - }); - } - } - -})(); diff --git a/node/node_modules/socket.io-client/package.json b/node/node_modules/socket.io-client/package.json deleted file mode 100644 index 5ebfdf6..0000000 --- a/node/node_modules/socket.io-client/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "socket.io-client" - , "description": "Socket.IO client for the browser and node.js" - , "version": "0.8.4" - , "main" : "./lib/io.js" - , "browserify": "./dist/socket.io.js" - , "homepage": "http://socket.io" - , "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"] - , "author": "Guillermo Rauch " - , "contributors": [ - { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" } - , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" } - , { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" } - , { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" } - ] - , "repository": { - "type": "git" - , "url": "https://github.com/LearnBoost/socket.io-client.git" - } - , "dependencies": { - "uglify-js": "1.0.6" - , "websocket-client": "1.0.0" - , "xmlhttprequest": "1.2.2" - } - , "devDependencies": { - "expresso": "0.7.7" - , "express": "2.3.11" - , "jade": "0.12.1" - , "stylus": "0.13.3" - , "socket.io": "0.8.4" - , "socket.io-client": "0.8.4" - } - , "engines": { "node": ">= 0.4.0" } -} diff --git a/node/node_modules/socket.io-client/support/should.js b/node/node_modules/socket.io-client/support/should.js deleted file mode 100644 index 2a8fb97..0000000 --- a/node/node_modules/socket.io-client/support/should.js +++ /dev/null @@ -1,1238 +0,0 @@ - -/** - * should.js by TJ Holowaychuk (MIT), adapted to run in browser and node. - */ - -(function (should) { - - if ('undefined' != typeof exports) { - module.exports = exports = should = require('assert'); - } - - /** - * Expose constructor. - */ - - should.Assertion = Assertion; - - /** - * Possible assertion flags. - */ - - var flags = { - not: ['be', 'have', 'include'] - , an: ['instance'] - , and: ['be', 'have', 'include', 'an'] - , be: ['an'] - , have: ['an', 'own'] - , include: ['an'] - , not: ['include', 'have', 'be'] - , own: [] - , instance: [] - }; - - /** - * Extend Object.prototype. - */ - - if ('object' == typeof process) { - Object.defineProperty( - Object.prototype - , 'should' - , { - get: function () { - var self = this.valueOf() - , fn = function () { - return new Assertion(self); - }; - - if ('undefined' != typeof exports) { - fn.__proto__ = exports; - fn.exports = exports; - } - - return fn; - } - , enumerable: false - } - ); - } else { - Object.prototype.should = function () { - return new Assertion(this.valueOf()); - }; - } - - /** - * Constructor - * - * @api private - */ - - function Assertion (obj) { - if (obj !== undefined) { - this.obj = obj; - this.flags = {}; - - var $flags = keys(flags); - - for (var i = 0, l = $flags.length; i < l; i++) { - this[$flags[i]] = new FlaggedAssertion(this, $flags[i]); - } - } - }; - - /** - * Performs an assertion - * - * @api private - */ - - Assertion.prototype.assert = function (truth, msg, error) { - var msg = this.flags.not ? error : msg - , ok = this.flags.not ? !truth : truth; - - if (!ok) { - throw new Error(msg); - } - - this.flags = {}; - }; - - /** - * Checks if the value is true - * - * @api public - */ - - Assertion.prototype.be_true = function () { - this.assert( - this.obj === true - , 'expected ' + i(this.obj) + ' to be true' - , 'expected ' + i(this.obj) + ' to not be true'); - return this; - }; - - /** - * Checks if the value is true - * - * @api public - */ - - Assertion.prototype.be_false = function () { - this.assert( - this.obj === false - , 'expected ' + i(this.obj) + ' to be false' - , 'expected ' + i(this.obj) + ' to not be false' - ); - return this; - }; - - /** - * Check if the value is truthy - * - * @api public - */ - - Assertion.prototype.ok = function () { - this.assert( - this.obj == true - , 'expected ' + i(this.obj) + ' to be true' - , 'expected ' + i(this.obj) + ' to not be true'); - }; - - /** - * Checks if the array is empty. - * - * @api public - */ - - Assertion.prototype.empty = function () { - this.obj.should().have.property('length'); - this.assert( - 0 === this.obj.length - , 'expected ' + i(this.obj) + ' to be empty' - , 'expected ' + i(this.obj) + ' to not be empty'); - return this; - }; - - /** - * Checks if the obj is arguments. - * - * @api public - */ - - Assertion.prototype.arguments = function () { - this.assert( - '[object Arguments]' == Object.prototype.toString.call(this.obj) - , 'expected ' + i(this.obj) + ' to be arguments' - , 'expected ' + i(this.obj) + ' to not be arguments'); - return this; - }; - - /** - * Checks if the obj exactly equals another. - * - * @api public - */ - - Assertion.prototype.equal = function (obj) { - this.assert( - obj === this.obj - , 'expected ' + i(this.obj) + ' to equal ' + i(obj) - , 'expected ' + i(this.obj) + ' to not equal ' + i(obj)); - return this; - }; - - /** - * Checks if the obj sortof equals another. - * - * @api public - */ - - Assertion.prototype.eql = function (obj) { - this.assert( - should.eql(obj, this.obj) - , 'expected ' + i(this.obj) + ' to sort of equal ' + i(obj) - , 'expected ' + i(this.obj) + ' to sort of not equal ' + i(obj)); - return this; - }; - - /** - * Assert within start to finish (inclusive). - * - * @param {Number} start - * @param {Number} finish - * @api public - */ - - Assertion.prototype.within = function (start, finish) { - var range = start + '..' + finish; - this.assert( - this.obj >= start && this.obj <= finish - , 'expected ' + i(this.obj) + ' to be within ' + range - , 'expected ' + i(this.obj) + ' to not be within ' + range); - return this; - }; - - /** - * Assert typeof. - * - * @api public - */ - - Assertion.prototype.a = function (type) { - this.assert( - type == typeof this.obj - , 'expected ' + i(this.obj) + ' to be a ' + type - , 'expected ' + i(this.obj) + ' not to be a ' + type); - return this; - }; - - /** - * Assert instanceof. - * - * @api public - */ - - Assertion.prototype.of = function (constructor) { - var name = constructor.name; - this.assert( - this.obj instanceof constructor - , 'expected ' + i(this.obj) + ' to be an instance of ' + name - , 'expected ' + i(this.obj) + ' not to be an instance of ' + name); - return this; - }; - - /** - * Assert numeric value above _n_. - * - * @param {Number} n - * @api public - */ - - Assertion.prototype.greaterThan = - Assertion.prototype.above = function (n) { - this.assert( - this.obj > n - , 'expected ' + i(this.obj) + ' to be above ' + n - , 'expected ' + i(this.obj) + ' to be below ' + n); - return this; - }; - - /** - * Assert numeric value below _n_. - * - * @param {Number} n - * @api public - */ - - Assertion.prototype.lessThan = - Assertion.prototype.below = function (n) { - this.assert( - this.obj < n - , 'expected ' + i(this.obj) + ' to be below ' + n - , 'expected ' + i(this.obj) + ' to be above ' + n); - return this; - }; - - /** - * Assert string value matches _regexp_. - * - * @param {RegExp} regexp - * @api public - */ - - Assertion.prototype.match = function (regexp) { - this.assert( - regexp.exec(this.obj) - , 'expected ' + i(this.obj) + ' to match ' + regexp - , 'expected ' + i(this.obj) + ' not to match ' + regexp); - return this; - }; - - /** - * Assert property "length" exists and has value of _n_. - * - * @param {Number} n - * @api public - */ - - Assertion.prototype.length = function (n) { - this.obj.should().have.property('length'); - var len = this.obj.length; - this.assert( - n == len - , 'expected ' + i(this.obj) + ' to have a length of ' + n + ' but got ' + len - , 'expected ' + i(this.obj) + ' to not have a length of ' + len); - return this; - }; - - /** - * Assert substring. - * - * @param {String} str - * @api public - */ - - Assertion.prototype.string = function(str){ - this.obj.should().be.a('string'); - this.assert( - ~this.obj.indexOf(str) - , 'expected ' + i(this.obj) + ' to include ' + i(str) - , 'expected ' + i(this.obj) + ' to not include ' + i(str)); - return this; - }; - - /** - * Assert inclusion of object. - * - * @param {Object} obj - * @api public - */ - - Assertion.prototype.object = function(obj){ - this.obj.should().be.a('object'); - var included = true; - for (var key in obj) { - if (obj.hasOwnProperty(key) && !should.eql(obj[key], this.obj[key])) { - included = false; - break; - } - } - this.assert( - included - , 'expected ' + i(this.obj) + ' to include ' + i(obj) - , 'expected ' + i(this.obj) + ' to not include ' + i(obj)); - return this; - }; - - /** - * Assert property _name_ exists, with optional _val_. - * - * @param {String} name - * @param {Mixed} val - * @api public - */ - - Assertion.prototype.property = function (name, val) { - if (this.flags.own) { - this.assert( - this.obj.hasOwnProperty(name) - , 'expected ' + i(this.obj) + ' to have own property ' + i(name) - , 'expected ' + i(this.obj) + ' to not have own property ' + i(name)); - return this; - } - - if (this.flags.not && undefined !== val) { - if (undefined === this.obj[name]) { - throw new Error(i(this.obj) + ' has no property ' + i(name)); - } - } else { - this.assert( - undefined !== this.obj[name] - , 'expected ' + i(this.obj) + ' to have a property ' + i(name) - , 'expected ' + i(this.obj) + ' to not have a property ' + i(name)); - } - - if (undefined !== val) { - this.assert( - val === this.obj[name] - , 'expected ' + i(this.obj) + ' to have a property ' + i(name) - + ' of ' + i(val) + ', but got ' + i(this.obj[name]) - , 'expected ' + i(this.obj) + ' to not have a property ' + i(name) - + ' of ' + i(val)); - } - - this.obj = this.obj[name]; - return this; - }; - - /** - * Assert that the array contains _obj_. - * - * @param {Mixed} obj - * @api public - */ - - Assertion.prototype.contain = function (obj) { - this.obj.should().be.an.instance.of(Array); - this.assert( - ~indexOf(this.obj, obj) - , 'expected ' + i(this.obj) + ' to contain ' + i(obj) - , 'expected ' + i(this.obj) + ' to not contain ' + i(obj)); - return this; - }; - - /** - * Assert exact keys or inclusion of keys by using - * the `.include` modifier. - * - * @param {Array|String ...} keys - * @api public - */ - - Assertion.prototype.key = - Assertion.prototype.keys = function (keys) { - var str - , ok = true; - - keys = keys instanceof Array - ? keys - : Array.prototype.slice.call(arguments); - - if (!keys.length) throw new Error('keys required'); - - var actual = keys(this.obj) - , len = keys.length; - - // Inclusion - ok = every(keys, function(key){ - return ~indexOf(actual, key); - }); - - // Strict - if (!this.flags.not && !this.flags.include) { - ok = ok && keys.length == actual.length; - } - - // Key string - if (len > 1) { - keys = map(keys, function(key){ - return i(key); - }); - var last = keys.pop(); - str = keys.join(', ') + ', and ' + last; - } else { - str = i(keys[0]); - } - - // Form - str = (len > 1 ? 'keys ' : 'key ') + str; - - // Have / include - str = (this.flag.include ? 'include ' : 'have ') + str; - - // Assertion - this.assert( - ok - , 'expected ' + i(this.obj) + ' to ' + str - , 'expected ' + i(this.obj) + ' to not ' + str); - - return this; - }; - - /** - * Assertion with a flag. - * - * @api private - */ - - function FlaggedAssertion (parent, flag) { - this.parent = parent; - this.obj = parent.obj; - - this.flag = flag; - this.flags = {}; - this.flags[flag] = true; - - for (var i in parent.flags) { - if (parent.flags.hasOwnProperty(i)) { - this.flags[i] = true; - } - } - - var $flags = flags[flag]; - - for (var i = 0, l = $flags.length; i < l; i++) { - this[$flags[i]] = new FlaggedAssertion(this, $flags[i]); - } - }; - - /** - * Inherits from assertion - */ - - FlaggedAssertion.prototype = new Assertion; - - /** - * Array every compatibility - * - * @see bit.ly/5Fq1N2 - * @api public - */ - - function every (arr, fn, thisObj) { - var scope = thisObj || window; - for (var i = 0, j = arr.length; i < j; ++i) { - if (!fn.call(scope, arr[i], i, arr)) { - return false; - } - } - return true; - }; - - /** - * Array indexOf compatibility. - * - * @see bit.ly/a5Dxa2 - * @api public - */ - - function indexOf (arr, o, i) { - if (Array.prototype.indexOf) { - return Array.prototype.indexOf.call(arr, o, i); - } - - for (var j = arr.length, i = i < 0 ? i + j < 0 ? 0 : i + j : i || 0 - ; i < j && arr[i] !== o; i++); - - return j <= i ? -1 : i; - }; - - /** - * Inspects an object. - * - * @see taken from node.js `util` module (copyright Joyent, MIT license) - * @api private - */ - - function i (obj, showHidden, depth) { - var seen = []; - - function stylize (str) { - return str; - }; - - function format (value, recurseTimes) { - // Provide a hook for user-specified inspect functions. - // Check that value is an object with an inspect function on it - if (value && typeof value.inspect === 'function' && - // Filter out the util module, it's inspect function is special - value !== exports && - // Also filter out any prototype objects using the circular check. - !(value.constructor && value.constructor.prototype === value)) { - return value.inspect(recurseTimes); - } - - // Primitive types cannot have properties - switch (typeof value) { - case 'undefined': - return stylize('undefined', 'undefined'); - - case 'string': - var simple = '\'' + json.stringify(value).replace(/^"|"$/g, '') - .replace(/'/g, "\\'") - .replace(/\\"/g, '"') + '\''; - return stylize(simple, 'string'); - - case 'number': - return stylize('' + value, 'number'); - - case 'boolean': - return stylize('' + value, 'boolean'); - } - // For some reason typeof null is "object", so special case here. - if (value === null) { - return stylize('null', 'null'); - } - - // Look up the keys of the object. - var visible_keys = keys(value); - var $keys = showHidden ? Object.getOwnPropertyNames(value) : visible_keys; - - // Functions without properties can be shortcutted. - if (typeof value === 'function' && $keys.length === 0) { - if (isRegExp(value)) { - return stylize('' + value, 'regexp'); - } else { - var name = value.name ? ': ' + value.name : ''; - return stylize('[Function' + name + ']', 'special'); - } - } - - // Dates without properties can be shortcutted - if (isDate(value) && $keys.length === 0) { - return stylize(value.toUTCString(), 'date'); - } - - var base, type, braces; - // Determine the object type - if (isArray(value)) { - type = 'Array'; - braces = ['[', ']']; - } else { - type = 'Object'; - braces = ['{', '}']; - } - - // Make functions say that they are functions - if (typeof value === 'function') { - var n = value.name ? ': ' + value.name : ''; - base = (isRegExp(value)) ? ' ' + value : ' [Function' + n + ']'; - } else { - base = ''; - } - - // Make dates with properties first say the date - if (isDate(value)) { - base = ' ' + value.toUTCString(); - } - - if ($keys.length === 0) { - return braces[0] + base + braces[1]; - } - - if (recurseTimes < 0) { - if (isRegExp(value)) { - return stylize('' + value, 'regexp'); - } else { - return stylize('[Object]', 'special'); - } - } - - seen.push(value); - - var output = map($keys, function(key) { - var name, str; - if (value.__lookupGetter__) { - if (value.__lookupGetter__(key)) { - if (value.__lookupSetter__(key)) { - str = stylize('[Getter/Setter]', 'special'); - } else { - str = stylize('[Getter]', 'special'); - } - } else { - if (value.__lookupSetter__(key)) { - str = stylize('[Setter]', 'special'); - } - } - } - if (indexOf(visible_keys, key) < 0) { - name = '[' + key + ']'; - } - if (!str) { - if (indexOf(seen, value[key]) < 0) { - if (recurseTimes === null) { - str = format(value[key]); - } else { - str = format(value[key], recurseTimes - 1); - } - if (str.indexOf('\n') > -1) { - if (isArray(value)) { - str = map(str.split('\n'), function(line) { - return ' ' + line; - }).join('\n').substr(2); - } else { - str = '\n' + map(str.split('\n'), function(line) { - return ' ' + line; - }).join('\n'); - } - } - } else { - str = stylize('[Circular]', 'special'); - } - } - if (typeof name === 'undefined') { - if (type === 'Array' && key.match(/^\d+$/)) { - return str; - } - name = json.stringify('' + key); - if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) { - name = name.substr(1, name.length - 2); - name = stylize(name, 'name'); - } else { - name = name.replace(/'/g, "\\'") - .replace(/\\"/g, '"') - .replace(/(^"|"$)/g, "'"); - name = stylize(name, 'string'); - } - } - - return name + ': ' + str; - }); - - seen.pop(); - - var numLinesEst = 0; - var length = reduce(output, function(prev, cur) { - numLinesEst++; - if (indexOf(cur, '\n') >= 0) numLinesEst++; - return prev + cur.length + 1; - }, 0); - - if (length > 50) { - output = braces[0] + - (base === '' ? '' : base + '\n ') + - ' ' + - output.join(',\n ') + - ' ' + - braces[1]; - - } else { - output = braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1]; - } - - return output; - } - return format(obj, (typeof depth === 'undefined' ? 2 : depth)); - }; - - function isArray (ar) { - return ar instanceof Array || - Object.prototype.toString.call(ar) == '[object Array]'; - }; - - function isRegExp(re) { - var s = '' + re; - return re instanceof RegExp || // easy case - // duck-type for context-switching evalcx case - typeof(re) === 'function' && - re.constructor.name === 'RegExp' && - re.compile && - re.test && - re.exec && - s.match(/^\/.*\/[gim]{0,3}$/); - }; - - function isDate(d) { - if (d instanceof Date) return true; - return false; - }; - - function keys (obj) { - if (Object.keys) { - return Object.keys(obj); - } - - var keys = []; - - for (var i in obj) { - if (obj.hasOwnProperty(i)) { - keys.push(i); - } - } - - return keys; - } - - function map (arr, mapper, that) { - if (Array.prototype.map) { - return Array.prototype.map.call(arr, mapper, that); - } - - var other= new Array(arr.length); - - for (var i= 0, n = arr.length; i= 2) { - var rv = arguments[1]; - } else { - do { - if (i in this) { - rv = this[i++]; - break; - } - - // if array contains no values, no initial value to return - if (++i >= len) - throw new TypeError(); - } while (true); - } - - for (; i < len; i++) { - if (i in this) - rv = fun.call(null, rv, this[i], i, this); - } - - return rv; - }; - - /** - * Strict equality - * - * @api public - */ - - should.equal = function (a, b) { - if (a !== b) { - should.fail('expected ' + i(a) + ' to equal ' + i(b)); - } - }; - - /** - * Fails with msg - * - * @param {String} msg - * @api public - */ - - should.fail = function (msg) { - throw new Error(msg); - }; - - /** - * Asserts deep equality - * - * @see taken from node.js `assert` module (copyright Joyent, MIT license) - * @api private - */ - - should.eql = function eql (actual, expected) { - // 7.1. All identical values are equivalent, as determined by ===. - if (actual === expected) { - return true; - } else if ('undefined' != typeof Buffer - && Buffer.isBuffer(actual) && Buffer.isBuffer(expected)) { - if (actual.length != expected.length) return false; - - for (var i = 0; i < actual.length; i++) { - if (actual[i] !== expected[i]) return false; - } - - return true; - - // 7.2. If the expected value is a Date object, the actual value is - // equivalent if it is also a Date object that refers to the same time. - } else if (actual instanceof Date && expected instanceof Date) { - return actual.getTime() === expected.getTime(); - - // 7.3. Other pairs that do not both pass typeof value == "object", - // equivalence is determined by ==. - } else if (typeof actual != 'object' && typeof expected != 'object') { - return actual == expected; - - // 7.4. For all other Object pairs, including Array objects, equivalence is - // determined by having the same number of owned properties (as verified - // with Object.prototype.hasOwnProperty.call), the same set of keys - // (although not necessarily the same order), equivalent values for every - // corresponding key, and an identical "prototype" property. Note: this - // accounts for both named and indexed properties on Arrays. - } else { - return objEquiv(actual, expected); - } - } - - function isUndefinedOrNull (value) { - return value === null || value === undefined; - } - - function isArguments (object) { - return Object.prototype.toString.call(object) == '[object Arguments]'; - } - - function objEquiv (a, b) { - if (isUndefinedOrNull(a) || isUndefinedOrNull(b)) - return false; - // an identical "prototype" property. - if (a.prototype !== b.prototype) return false; - //~~~I've managed to break Object.keys through screwy arguments passing. - // Converting to array solves the problem. - if (isArguments(a)) { - if (!isArguments(b)) { - return false; - } - a = pSlice.call(a); - b = pSlice.call(b); - return should.eql(a, b); - } - try{ - var ka = keys(a), - kb = keys(b), - key, i; - } catch (e) {//happens when one is a string literal and the other isn't - return false; - } - // having the same number of owned properties (keys incorporates hasOwnProperty) - if (ka.length != kb.length) - return false; - //the same set of keys (although not necessarily the same order), - ka.sort(); - kb.sort(); - //~~~cheap key test - for (i = ka.length - 1; i >= 0; i--) { - if (ka[i] != kb[i]) - return false; - } - //equivalent values for every corresponding key, and - //~~~possibly expensive deep test - for (i = ka.length - 1; i >= 0; i--) { - key = ka[i]; - if (!should.eql(a[key], b[key])) - return false; - } - return true; - } - - var json = (function () { - "use strict"; - - if ('object' == typeof JSON && JSON.parse && JSON.stringify) { - return { - parse: nativeJSON.parse - , stringify: nativeJSON.stringify - } - } - - var JSON = {}; - - function f(n) { - // Format integers to have at least two digits. - return n < 10 ? '0' + n : n; - } - - function date(d, key) { - return isFinite(d.valueOf()) ? - d.getUTCFullYear() + '-' + - f(d.getUTCMonth() + 1) + '-' + - f(d.getUTCDate()) + 'T' + - f(d.getUTCHours()) + ':' + - f(d.getUTCMinutes()) + ':' + - f(d.getUTCSeconds()) + 'Z' : null; - }; - - var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, - escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, - gap, - indent, - meta = { // table of character substitutions - '\b': '\\b', - '\t': '\\t', - '\n': '\\n', - '\f': '\\f', - '\r': '\\r', - '"' : '\\"', - '\\': '\\\\' - }, - rep; - - - function quote(string) { - - // If the string contains no control characters, no quote characters, and no - // backslash characters, then we can safely slap some quotes around it. - // Otherwise we must also replace the offending characters with safe escape - // sequences. - - escapable.lastIndex = 0; - return escapable.test(string) ? '"' + string.replace(escapable, function (a) { - var c = meta[a]; - return typeof c === 'string' ? c : - '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4); - }) + '"' : '"' + string + '"'; - } - - - function str(key, holder) { - - // Produce a string from holder[key]. - - var i, // The loop counter. - k, // The member key. - v, // The member value. - length, - mind = gap, - partial, - value = holder[key]; - - // If the value has a toJSON method, call it to obtain a replacement value. - - if (value instanceof Date) { - value = date(key); - } - - // If we were called with a replacer function, then call the replacer to - // obtain a replacement value. - - if (typeof rep === 'function') { - value = rep.call(holder, key, value); - } - - // What happens next depends on the value's type. - - switch (typeof value) { - case 'string': - return quote(value); - - case 'number': - - // JSON numbers must be finite. Encode non-finite numbers as null. - - return isFinite(value) ? String(value) : 'null'; - - case 'boolean': - case 'null': - - // If the value is a boolean or null, convert it to a string. Note: - // typeof null does not produce 'null'. The case is included here in - // the remote chance that this gets fixed someday. - - return String(value); - - // If the type is 'object', we might be dealing with an object or an array or - // null. - - case 'object': - - // Due to a specification blunder in ECMAScript, typeof null is 'object', - // so watch out for that case. - - if (!value) { - return 'null'; - } - - // Make an array to hold the partial results of stringifying this object value. - - gap += indent; - partial = []; - - // Is the value an array? - - if (Object.prototype.toString.apply(value) === '[object Array]') { - - // The value is an array. Stringify every element. Use null as a placeholder - // for non-JSON values. - - length = value.length; - for (i = 0; i < length; i += 1) { - partial[i] = str(i, value) || 'null'; - } - - // Join all of the elements together, separated with commas, and wrap them in - // brackets. - - v = partial.length === 0 ? '[]' : gap ? - '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']' : - '[' + partial.join(',') + ']'; - gap = mind; - return v; - } - - // If the replacer is an array, use it to select the members to be stringified. - - if (rep && typeof rep === 'object') { - length = rep.length; - for (i = 0; i < length; i += 1) { - if (typeof rep[i] === 'string') { - k = rep[i]; - v = str(k, value); - if (v) { - partial.push(quote(k) + (gap ? ': ' : ':') + v); - } - } - } - } else { - - // Otherwise, iterate through all of the keys in the object. - - for (k in value) { - if (Object.prototype.hasOwnProperty.call(value, k)) { - v = str(k, value); - if (v) { - partial.push(quote(k) + (gap ? ': ' : ':') + v); - } - } - } - } - - // Join all of the member texts together, separated with commas, - // and wrap them in braces. - - v = partial.length === 0 ? '{}' : gap ? - '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}' : - '{' + partial.join(',') + '}'; - gap = mind; - return v; - } - } - - // If the JSON object does not yet have a stringify method, give it one. - - JSON.stringify = function (value, replacer, space) { - - // The stringify method takes a value and an optional replacer, and an optional - // space parameter, and returns a JSON text. The replacer can be a function - // that can replace values, or an array of strings that will select the keys. - // A default replacer method can be provided. Use of the space parameter can - // produce text that is more easily readable. - - var i; - gap = ''; - indent = ''; - - // If the space parameter is a number, make an indent string containing that - // many spaces. - - if (typeof space === 'number') { - for (i = 0; i < space; i += 1) { - indent += ' '; - } - - // If the space parameter is a string, it will be used as the indent string. - - } else if (typeof space === 'string') { - indent = space; - } - - // If there is a replacer, it must be a function or an array. - // Otherwise, throw an error. - - rep = replacer; - if (replacer && typeof replacer !== 'function' && - (typeof replacer !== 'object' || - typeof replacer.length !== 'number')) { - throw new Error('JSON.stringify'); - } - - // Make a fake root object containing our value under the key of ''. - // Return the result of stringifying the value. - - return str('', {'': value}); - }; - - // If the JSON object does not yet have a parse method, give it one. - - JSON.parse = function (text, reviver) { - // The parse method takes a text and an optional reviver function, and returns - // a JavaScript value if the text is a valid JSON text. - - var j; - - function walk(holder, key) { - - // The walk method is used to recursively walk the resulting structure so - // that modifications can be made. - - var k, v, value = holder[key]; - if (value && typeof value === 'object') { - for (k in value) { - if (Object.prototype.hasOwnProperty.call(value, k)) { - v = walk(value, k); - if (v !== undefined) { - value[k] = v; - } else { - delete value[k]; - } - } - } - } - return reviver.call(holder, key, value); - } - - - // Parsing happens in four stages. In the first stage, we replace certain - // Unicode characters with escape sequences. JavaScript handles many characters - // incorrectly, either silently deleting them, or treating them as line endings. - - text = String(text); - cx.lastIndex = 0; - if (cx.test(text)) { - text = text.replace(cx, function (a) { - return '\\u' + - ('0000' + a.charCodeAt(0).toString(16)).slice(-4); - }); - } - - // In the second stage, we run the text against regular expressions that look - // for non-JSON patterns. We are especially concerned with '()' and 'new' - // because they can cause invocation, and '=' because it can cause mutation. - // But just to be safe, we want to reject all unexpected forms. - - // We split the second stage into 4 regexp operations in order to work around - // crippling inefficiencies in IE's and Safari's regexp engines. First we - // replace the JSON backslash pairs with '@' (a non-JSON character). Second, we - // replace all simple value tokens with ']' characters. Third, we delete all - // open brackets that follow a colon or comma or that begin the text. Finally, - // we look to see that the remaining characters are only whitespace or ']' or - // ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval. - - if (/^[\],:{}\s]*$/ - .test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@') - .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']') - .replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) { - - // In the third stage we use the eval function to compile the text into a - // JavaScript structure. The '{' operator is subject to a syntactic ambiguity - // in JavaScript: it can begin a block or an object literal. We wrap the text - // in parens to eliminate the ambiguity. - - j = eval('(' + text + ')'); - - // In the optional fourth stage, we recursively walk the new structure, passing - // each name/value pair to a reviver function for possible transformation. - - return typeof reviver === 'function' ? - walk({'': j}, '') : j; - } - - // If the text is not JSON parseable, then a SyntaxError is thrown. - - throw new SyntaxError('JSON.parse'); - }; - - return JSON; - })(); - -})('undefined' != typeof exports ? exports : (should = {})); diff --git a/node/node_modules/socket.io-client/support/test-runner/app.js b/node/node_modules/socket.io-client/support/test-runner/app.js deleted file mode 100644 index 167430a..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/app.js +++ /dev/null @@ -1,309 +0,0 @@ - -/** - * Module dependencies. - */ - -var express = require('express') - , stylus = require('stylus') - , sio = require('socket.io') - , path = require('path') - , fs = require('fs'); - -/** - * App. - */ - -var app = express.createServer(); - -/** - * Initial port to listen to. - */ - -var port = 3000; - -/** - * Transport to test with. - */ - -var args = process.argv.slice(2) - , transport = args.length ? args[0] : 'xhr-polling'; - -/** - * A map of tests to socket.io ports we're listening on. - */ - -var testsPorts = {}; - -/** - * App configuration. - */ - -app.configure(function () { - app.use(stylus.middleware({ src: __dirname + '/public' })) - app.use(express.static(__dirname + '/public')); - app.set('views', __dirname); - app.set('view engine', 'jade'); -}); - -/** - * App routes. - */ - -app.get('/', function (req, res) { - res.render('index', { - layout: false - , testsPorts: testsPorts - }); -}); - -/** - * Sends test files. - */ - -app.get('/test/:file', function (req, res) { - res.sendfile(path.normalize(__dirname + '/../../test/' + req.params.file)); -}); - -/** - * App listen. - */ - -app.listen(port++, function () { - var addr = app.address(); - console.error(' listening on http://' + addr.address + ':' + addr.port); -}); - -/** - * Override handler to simplify development - */ - -function handler (req, res) { - fs.readFile(__dirname + '/../../dist/socket.io.js', 'utf8', function (err, b) { - if (err) { - res.writeHead(404); - res.end('Error'); - return; - } - - res.writeHead(200, { 'Content-Type': 'application/javascript' }); - res.end(b); - }); -}; - -/** - * Socket.IO default server (to serve client) - */ - -var io = sio.listen(app); - -io.configure(function () { - io.set('browser client handler', handler); - io.set('transports', [ - transport - ]); -}); - -/** - * Scopes servers for a given test suite. - */ - -var currentSuite; - -function suite (name, fn) { - currentSuite = testsPorts[name] = {}; - fn(); -}; - -/** - * Creates a socket io server - */ - -function server (name, fn) { - currentSuite[name] = port; - - var io = sio.listen(port); - io.configure(function () { - io.set('transports', [transport]); - }); - - fn(io); - port++; -}; - -/** - * Socket.IO servers. - */ - -suite('socket.test.js', function () { - - server('test connecting the socket and disconnecting', function (io) { - io.sockets.on('connection', function () {}); - }); - - server('test receiving messages', function (io) { - io.sockets.on('connection', function (socket) { - var messages = 0; - var interval = setInterval(function () { - socket.send(++messages); - - if (messages == 3) { - clearInterval(interval); - setTimeout(function () { - socket.disconnect(); - }, 500); - } - }, 50); - }); - }); - - server('test sending messages', function (io) { - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - socket.send(msg); - }); - }); - }); - - server('test acks sent from client', function (io) { - io.sockets.on('connection', function (socket) { - socket.send('tobi', function () { - socket.send('tobi 2'); - }); - }); - }); - - server('test acks sent from server', function (io) { - io.sockets.on('connection', function (socket) {}); - }); - - server('test connecting to namespaces', function (io) { - io.of('/woot').on('connection', function (socket) { - socket.send('connected to woot'); - }); - - io.of('/chat').on('connection', function (socket) { - socket.send('connected to chat'); - }); - }); - - server('test disconnecting from namespaces', function (io) { - io.of('/a').on('connection', function (socket) {}); - io.of('/b').on('connection', function (socket) {}); - }); - - server('test authorizing for namespaces', function (io) { - io.of('/a') - .authorization(function (data, fn) { - fn(null, false); - }) - .on('connection', function (socket) {}); - }); - - server('test sending json from server', function (io) { - io.sockets.on('connection', function (socket) { - io.sockets.json.send(3141592); - }); - }); - - server('test sending json from client', function (io) { - io.sockets.on('connection', function (socket) { - socket.on('message', function (arr) { - if (Array.isArray(arr) && arr.length == 3) { - socket.send('echo'); - } - }); - }); - }); - - server('test emitting an event from server', function (io) { - io.sockets.on('connection', function (socket) { - socket.emit('woot'); - }); - }); - - server('test emitting multiple events at once to the server', function (io) { - io.sockets.on('connection', function (socket) { - var messages = []; - - socket.on('print', function (msg) { - if (messages.indexOf(msg) >= 0) { - console.error('duplicate message'); - } - - messages.push(msg); - if (messages.length == 2) { - socket.emit('done'); - } - }); - }); - }); - - server('test emitting an event to server', function (io) { - io.sockets.on('connection', function (socket) { - socket.on('woot', function () { - socket.emit('echo'); - }); - }); - }); - - server('test emitting an event from server and sending back data', function (io) { - io.sockets.on('connection', function (socket) { - socket.emit('woot', 1, function (a) { - if (a === 'test') { - socket.emit('done'); - } - }); - }); - }); - - server('test emitting an event to server and sending back data', function (io) { - io.sockets.on('connection', function (socket) { - socket.on('tobi', function (a, b, fn) { - if (a === 1 && b === 2) { - fn({ hello: 'world' }); - } - }); - }); - }); - - server('test encoding a payload', function (io) { - io.of('/woot').on('connection', function (socket) { - var count = 0; - - socket.on('message', function (a) { - if (a == 'ñ') { - if (++count == 4) { - socket.emit('done'); - } - } - }); - }); - }); - - server('test sending query strings to the server', function (io) { - io.sockets.on('connection', function (socket) { - socket.json.send(socket.handshake); - }) - }); - - server('test sending newline', function (io) { - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - if (msg == '\n') { - socket.emit('done'); - } - }); - }); - }); - - server('test sending unicode', function (io) { - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - if (msg.test == "\u2028") { - socket.emit('done'); - } - }); - }); - }); - -}); diff --git a/node/node_modules/socket.io-client/support/test-runner/index.jade b/node/node_modules/socket.io-client/support/test-runner/index.jade deleted file mode 100644 index 50ccce2..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/index.jade +++ /dev/null @@ -1,28 +0,0 @@ -doctype 5 -html - head - link(href='/stylesheets/main.css', rel='stylesheet', media='all') - script(src='/socket.io/socket.io.js') - script(src='/javascript/jquery.js') - script(src='/javascript/should.js') - script(src='/javascript/script.js') - script(src='/javascript/runner.js') - - - var json = JSON.stringify(testsPorts); - script - var testsPorts = !{json} - - script - $(function () { - run( - 'io.test.js' - , 'parser.test.js' - , 'util.test.js' - , 'events.test.js' - , 'socket.test.js' - ); - }); - - title Socket.IO tests runner - body - h2 Socket.IO test runner diff --git a/node/node_modules/socket.io-client/support/test-runner/public/javascript/jquery.js b/node/node_modules/socket.io-client/support/test-runner/public/javascript/jquery.js deleted file mode 100644 index 3a8cd46..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/public/javascript/jquery.js +++ /dev/null @@ -1,18 +0,0 @@ -/*! - * jQuery JavaScript Library v1.6.1 - * http://jquery.com/ - * - * Copyright 2011, John Resig - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * - * Date: Thu May 12 15:04:36 2011 -0400 - */ -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!cj[a]){var b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),c.body.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write("");b=cl.createElement(a),cl.body.appendChild(b),d=f.css(b,"display"),c.body.removeChild(ck)}cj[a]=d}return cj[a]}function cu(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function ct(){cq=b}function cs(){setTimeout(ct,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g=0===c})}function W(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function O(a,b){return(a&&a!=="*"?a+".":"")+b.replace(A,"`").replace(B,"&")}function N(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;ic)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function L(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function F(){return!0}function E(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function H(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(H,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=d.userAgent,x,y,z,A=Object.prototype.toString,B=Object.prototype.hasOwnProperty,C=Array.prototype.push,D=Array.prototype.slice,E=String.prototype.trim,F=Array.prototype.indexOf,G={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.1",length:0,size:function(){return this.length},toArray:function(){return D.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?C.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),y.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(D.apply(this,arguments),"slice",D.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:C,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;y.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!y){y=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",z,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",z),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&H()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):G[A.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!B.call(a,"constructor")&&!B.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||B.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c
    a",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};f=c.createElement("select"),g=f.appendChild(c.createElement("option")),h=a.getElementsByTagName("input")[0],j={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},h.checked=!0,j.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,j.optDisabled=!g.disabled;try{delete a.test}catch(s){j.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function b(){j.noCloneEvent=!1,a.detachEvent("onclick",b)}),a.cloneNode(!0).fireEvent("onclick")),h=c.createElement("input"),h.value="t",h.setAttribute("type","radio"),j.radioValue=h.value==="t",h.setAttribute("checked","checked"),a.appendChild(h),k=c.createDocumentFragment(),k.appendChild(a.firstChild),j.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",l=c.createElement("body"),m={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};for(q in m)l.style[q]=m[q];l.appendChild(a),b.insertBefore(l,b.firstChild),j.appendChecked=h.checked,j.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,j.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
    ",j.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
    t
    ",n=a.getElementsByTagName("td"),r=n[0].offsetHeight===0,n[0].style.display="",n[1].style.display="none",j.reliableHiddenOffsets=r&&n[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(i=c.createElement("div"),i.style.width="0",i.style.marginRight="0",a.appendChild(i),j.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(i,null)||{marginRight:0}).marginRight,10)||0)===0),l.innerHTML="",b.removeChild(l);if(a.attachEvent)for(q in{submit:1,change:1,focusin:1})p="on"+q,r=p in a,r||(a.setAttribute(p,"return;"),r=typeof a[p]=="function"),j[q+"Bubbles"]=r;return j}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;return(e.value||"").replace(p,"")}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);c=j&&f.attrFix[c]||c,i=f.attrHooks[c],i||(!t.test(c)||typeof d!="boolean"&&d!==b&&d.toLowerCase()!==c.toLowerCase()?v&&(f.nodeName(a,"form")||u.test(c))&&(i=v):i=w);if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j)return i.get(a,c);h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);c=i&&f.propFix[c]||c,h=f.propHooks[c];return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return a[f.propFix[c]||c]?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=b),a.setAttribute(c,c.toLowerCase()));return c}},f.attrHooks.value={get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return a.value},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=Object.prototype.hasOwnProperty,y=/\.(.*)$/,z=/^(?:textarea|input|select)$/i,A=/\./g,B=/ /g,C=/[^\w\s.|`]/g,D=function(a){return a.replace(C,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=E;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=E);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),D).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem -)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},K=function(c){var d=c.target,e,g;if(!!z.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=J(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:K,beforedeactivate:K,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&K.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&K.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",J(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in I)f.event.add(this,c+".specialChange",I[c]);return z.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return z.test(this.nodeName)}},I=f.event.special.change.filters,I.focus=I.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

    ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
    ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(h=g;h0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=U.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(W(c[0])||W(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=T.call(arguments);P.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!V[a]?f.unique(e):e,(this.length>1||R.test(d))&&Q.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var Y=/ jQuery\d+="(?:\d+|null)"/g,Z=/^\s+/,$=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,_=/<([\w:]+)/,ba=/",""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]};bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
    ","
    "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Y,""):null;if(typeof a=="string"&&!bc.test(a)&&(f.support.leadingWhitespace||!Z.test(a))&&!bg[(_.exec(a)||["",""])[1].toLowerCase()]){a=a.replace($,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bj(a,d),e=bk(a),g=bk(d);for(h=0;e[h];++h)bj(e[h],g[h])}if(b){bi(a,d);if(c){e=bk(a),g=bk(d);for(h=0;e[h];++h)bi(e[h],g[h])}}return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument|| -b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!bb.test(k))k=b.createTextNode(k);else{k=k.replace($,"<$1>");var l=(_.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=ba.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Z.test(k)&&o.insertBefore(b.createTextNode(Z.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bp.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bo.test(g)?g.replace(bo,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,c){var d,e,g;c=c.replace(br,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bs.test(d)&&bt.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bE=/%20/g,bF=/\[\]$/,bG=/\r?\n/g,bH=/#.*$/,bI=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bJ=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bK=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bL=/^(?:GET|HEAD)$/,bM=/^\/\//,bN=/\?/,bO=/)<[^<]*)*<\/script>/gi,bP=/^(?:select|textarea)/i,bQ=/\s+/,bR=/([?&])_=[^&]*/,bS=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bT=f.fn.load,bU={},bV={},bW,bX;try{bW=e.href}catch(bY){bW=c.createElement("a"),bW.href="",bW=bW.href}bX=bS.exec(bW.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bT)return bT.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
    ").append(c.replace(bO,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bP.test(this.nodeName)||bJ.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bG,"\r\n")}}):{name:b.name,value:c.replace(bG,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bW,isLocal:bK.test(bX[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bZ(bU),ajaxTransport:bZ(bV),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?ca(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=cb(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bI.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bH,"").replace(bM,bX[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bQ),d.crossDomain==null&&(r=bS.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bX[1]&&r[2]==bX[2]&&(r[3]||(r[1]==="http:"?80:443))==(bX[3]||(bX[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bU,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bL.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bN.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bR,"$1_="+x);d.url=y+(y===d.url?(bN.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bV,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bE,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq,cr=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b
    ";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){return this[0]?parseFloat(f.css(this[0],d,"padding")):null},f.fn["outer"+c]=function(a){return this[0]?parseFloat(f.css(this[0],d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window); diff --git a/node/node_modules/socket.io-client/support/test-runner/public/javascript/runner.js b/node/node_modules/socket.io-client/support/test-runner/public/javascript/runner.js deleted file mode 100644 index 5059601..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/public/javascript/runner.js +++ /dev/null @@ -1,211 +0,0 @@ -// useful globals - -var currentSuite, currentCase; - -// loads common.js module -function load (test, fn) { - module = {}; - $script('/test/' + test, function () { - fn(module.exports); - }); -}; - -// load all tests -function run () { - var tests = Array.prototype.slice.call(arguments) - , i = 0; - - function complete () { - $('body').append('

    All suites completed

    '); - }; - - if (tests.length) { - // load dom - $('body').append('
      '); - - // run suites - suite(tests[i], function check (res) { - if (tests[++i]) { - suite(tests[i], check); - } else { - complete(); - } - }); - } else { - complete(); - } -}; - -// gets keys for an object -function keys (obj) { - if (Object.keys) return Object.keys(obj); - - var keys = []; - - for (var i in obj) { - if (obj.hasOwnProperty(i)) { - keys.push(i); - } - } - - return keys; -}; - -// runs a suite -function suite (file, fn) { - var passed = {} - , failed = {}; - - // register current suite - currentSuite = file; - - // inject test case - var li = $('
    • ').append( - $('').append( - $('').attr('href', '/test/' + file).text(file) - ) - ).appendTo('.test-list'); - - // dynamically load module - load(file, function (suite) { - if (!suite) return; - - var start = new Date; - - function complete () { - var ok = !keys(failed).length - , elapsed = Math.round((new Date - start) / 1000); - - // update dom - li.removeClass('loading'); - li.append(''); - - if (ok) { - li.append(' all passed'); - } else { - li.append(' failing test'); - li.addClass('test-failure'); - } - - li.append( - $('
      ') - .html( - 'Passed: ' + keys(passed).length - + ' — Failed: ' + keys(failed).length - + ' — Elapsed: ' + elapsed - + ' seconds — ' - ) - .append( - $('Show details') - .attr('href', '#') - .click(function () { - li.toggleClass('cases'); - $(this).text( - li.hasClass('cases') - ? 'Hide details' - : 'Show details' - ); - return false; - }) - ) - ); - - var casesUl = $('
        ').appendTo(li); - for (var i = 0, l = cases.length; i < l; i++) { - var detail = $('
      • ') - .text(cases[i]) - .addClass(failed[cases[i]] ? 'failed' : '') - .appendTo(casesUl); - - if (failed[cases[i]]) { - if (window.console && console.log) { - console.log(failed[cases[i]]); - } - - detail.append($('').text(String(failed[cases[i]]))); - } - } - - // fire callback - fn({ - status: ok - , passed: passed - , failed: failed - }); - }; - - var cases = keys(suite) - , i = 0; - - if (!cases.length) { - return complete(); - } - - currentCase = cases[i]; - - test(suite[cases[i]], function check (err) { - if (err) { - failed[cases[i]] = err; - } else { - passed[cases[i]] = true; - } - - if (cases[++i]) { - currentCase = cases[i]; - test(suite[cases[i]], check); - } else { - complete(); - } - }); - }); -}; - -// runs a test -function test (testcase, fn) { - var timer; - - window.onerror = function (err) { - complete(err); - }; - - function complete (err) { - if (complete.run) return; - if (timer) clearTimeout(timer); - complete.run = true; - window.onerror = null; - fn(err); - }; - - try { - if (testcase.length > 0) { - var timer = setTimeout(function () { - complete(new Error('Timeout')); - }, 2000); - - testcase(complete); - } else { - testcase(); - complete(); - } - } catch (e) { - complete(e); - } -}; - -// exposes a function to easily create a server for the current test - -function create (nsp) { - if (!testsPorts[currentSuite]) { - throw new Error('No socket server defined for suite "' + currentSuite + '"'); - } - - if (!testsPorts[currentSuite][currentCase]) { - throw new Error('No socket server defined for suite "' + currentSuite - + '" and case "' + currentCase + '"'); - } - - return io.connect( - document.location.protocol + '//' + document.location.hostname - + ':' + testsPorts[currentSuite][currentCase] + (nsp || '') - ); -}; diff --git a/node/node_modules/socket.io-client/support/test-runner/public/javascript/script.js b/node/node_modules/socket.io-client/support/test-runner/public/javascript/script.js deleted file mode 100644 index 075e4f4..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/public/javascript/script.js +++ /dev/null @@ -1,107 +0,0 @@ -!function(win, doc, timeout) { - var head = doc.getElementsByTagName('head')[0], - list = {}, ids = {}, delay = {}, - scripts = {}, s = 'string', f = false, - push = 'push', domContentLoaded = 'DOMContentLoaded', readyState = 'readyState', - addEventListener = 'addEventListener', onreadystatechange = 'onreadystatechange', - every = function(ar, fn) { - for (var i = 0, j = ar.length; i < j; ++i) { - if (!fn(ar[i])) { - return f; - } - } - return 1; - }; - function each(ar, fn) { - every(ar, function(el) { - return !fn(el); - }); - } - - if (!doc[readyState] && doc[addEventListener]) { - doc[addEventListener](domContentLoaded, function fn() { - doc.removeEventListener(domContentLoaded, fn, f); - doc[readyState] = "complete"; - }, f); - doc[readyState] = "loading"; - } - - var $script = function(paths, idOrDone, optDone) { - paths = paths[push] ? paths : [paths]; - var idOrDoneIsDone = idOrDone && idOrDone.call, - done = idOrDoneIsDone ? idOrDone : optDone, - id = idOrDoneIsDone ? paths.join('') : idOrDone, - queue = paths.length; - function loopFn(item) { - return item.call ? item() : list[item]; - } - function callback() { - if (!--queue) { - list[id] = 1; - done && done(); - for (var dset in delay) { - every(dset.split('|'), loopFn) && !each(delay[dset], loopFn) && (delay[dset] = []); - } - } - } - timeout(function() { - each(paths, function(path) { - if (scripts[path]) { - id && (ids[id] = 1); - callback(); - return; - } - scripts[path] = 1; - id && (ids[id] = 1); - create($script.path ? - $script.path + path + '.js' : - path, callback); - }); - }, 0); - return $script; - }; - - function create(path, fn) { - var el = doc.createElement("script"), - loaded = f; - el.onload = el.onerror = el[onreadystatechange] = function () { - if ((el[readyState] && !(/^c|loade/.test(el[readyState]))) || loaded) { - return; - } - el.onload = el[onreadystatechange] = null; - loaded = 1; - fn(); - }; - el.async = 1; - el.src = path; - head.insertBefore(el, head.firstChild); - } - - $script.get = create; - - $script.ready = function(deps, ready, req) { - deps = deps[push] ? deps : [deps]; - var missing = []; - !each(deps, function(dep) { - list[dep] || missing[push](dep); - }) && every(deps, function(dep) { - return list[dep]; - }) ? ready() : !function(key) { - delay[key] = delay[key] || []; - delay[key][push](ready); - req && req(missing); - }(deps.join('|')); - return $script; - }; - - var old = win.$script; - $script.noConflict = function () { - win.$script = old; - return this; - }; - - (typeof module !== 'undefined' && module.exports) ? - (module.exports = $script) : - (win['$script'] = $script); - -}(this, document, setTimeout); diff --git a/node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.css b/node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.css deleted file mode 100644 index 9ff44d5..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.css +++ /dev/null @@ -1,116 +0,0 @@ -body { - font-family: "Helvetica", "Helvetica Neue", sans-serif; - margin: 0; - color: #333; - font-size: 16px; - line-height: 1.5em; - word-spacing: 0.1em; - font-weight: 400; - background: #f9f9f9; - padding: 50px; -} -a { - border-bottom: 1px solid #999; - text-decoration: none; -} -a:hover { - border-color: transparent; - background: #eaeaea; -} -h2 { - font-weight: normal; - font-size: 28px; - margin: 24px 0 32px; -} -h2 a { - color: #666; - font-style: normal; -} -.test-list { - margin: 0; - padding: 0; - list-style: none; -} -.test-list > li { - margin-left: 36px; - margin-bottom: 12px; - position: relative; -} -.test-list > li::before { - content: "✔"; - background: #acd843; - padding: 1px 6px; - position: absolute; - top: -2px; - right: 100%; - margin-right: 8px; - color: #fff; -} -.test-list > li.loading::before { - content: "…"; - font-size: 18px; - line-height: 16px; - vertical-align: middle; - padding: 0px 4px 10px; - background: #ccc; -} -.test-list > li.test-failure::before { - content: "✘"; - font-size: 18px; - padding: 1px 7px; - background: #cd3a33; -} -.test-list > li span.name { - display: inline-block; - width: 150px; -} -.test-list > li span.bullet { - display: inline-block; - width: 20px; - font-size: 20px; - vertical-align: middle; -} -.test-list > li a { - color: #333; -} -.test-list > li .details { - font-size: 12px; - color: #666; -} -.test-list > li .details em { - font-style: normal; - color: #333; -} -.test-list > li ul.cases { - font-size: 11px; - padding: 0; - display: none; -} -.test-list > li ul.cases li { - list-style-type: none; - color: #000; -} -.test-list > li ul.cases li::before { - content: "✔"; - color: #acd843; - margin-right: 5px; -} -.test-list > li ul.cases li.failed::before { - content: "✘"; - color: #cd3a33; - margin-right: 6px; - margin-left: 1px; -} -.test-list > li ul.cases li.failed { - color: #cd3a33; -} -.test-list > li.cases ul.cases { - display: block; -} -.test-list > li.cases ul.cases span.error { - color: #cd3a33; - display: block; - line-height: 5px; - padding-left: 14px; - padding-bottom: 5px; -} diff --git a/node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.styl b/node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.styl deleted file mode 100644 index ca3eeca..0000000 --- a/node/node_modules/socket.io-client/support/test-runner/public/stylesheets/main.styl +++ /dev/null @@ -1,101 +0,0 @@ -// design heavily based on https://github.com/kkaefer/overlord, released under MIT -// Copyright (c) 2010-2011 Konstantin Käfer - -body - font-family 'Helvetica', 'Helvetica Neue', sans-serif - margin 0 - color #333 - font-size 16px - line-height 1.5em - word-spacing 0.1em - font-weight 400 - background #F9F9F9 - padding 50px - -a - border-bottom 1px solid #999 - text-decoration none - &:hover - border-color transparent - background #EAEAEA - -h2 - font-weight normal - font-size 28px - margin 24px 0 32px - a - color #666 - font-style normal - -.test-list - margin 0 - padding 0 - list-style none - > li - margin-left 36px - margin-bottom 12px - position relative - &::before - content "✔" - background #ACD843 - padding 1px 6px - position absolute - top -2px - right 100% - margin-right 8px - color white - &.loading::before - content "…" - font-size 18px - line-height 16px - vertical-align middle - padding 0px 4px 10px - background #ccc - &.test-failure::before - content "✘" - font-size 18px - padding 1px 7px - background #CD3A33 - span.name - display inline-block - width 150px - span.bullet - display inline-block - width 20px - font-size 20px - vertical-align middle - a - color #333 - .details - font-size 12px - color #666 - em - font-style normal - color #333 - ul.cases - font-size 11px - padding 0 - display none - li - list-style-type none - color #000 - &::before - content "✔" - color #ACD843 - margin-right 5px - &.failed::before - content "✘" - color #CD3A33 - margin-right 6px - margin-left 1px - &.failed - color #CD3A33 - > li.cases - ul.cases - display block - span.error - color #CD3A33 - display block - line-height 5px - padding-left 14px - padding-bottom 5px diff --git a/node/node_modules/socket.io-client/test/events.test.js b/node/node_modules/socket.io-client/test/events.test.js deleted file mode 100644 index 6240d0c..0000000 --- a/node/node_modules/socket.io-client/test/events.test.js +++ /dev/null @@ -1,121 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -(function (module, io, should) { - - module.exports = { - - 'add listeners': function () { - var event = new io.EventEmitter - , calls = 0; - - event.on('test', function (a, b) { - ++calls; - a.should().eql('a'); - b.should().eql('b'); - }); - - event.emit('test', 'a', 'b'); - calls.should().eql(1); - event.on.should().eql(event.addListener); - }, - - 'remove listener': function () { - var event = new io.EventEmitter; - function empty () { } - - event.on('test', empty); - event.on('test:more', empty); - event.removeAllListeners('test'); - - event.listeners('test').should().eql([]); - event.listeners('test:more').should().eql([empty]); - }, - - 'remove all listeners with no arguments': function () { - var event = new io.EventEmitter; - function empty () { } - - event.on('test', empty); - event.on('test:more', empty); - event.removeAllListeners(); - - // TODO: with node 0.5 we'll change this to expect [] - event.listeners('test').should().eql([empty]); - event.listeners('test:more').should().eql([empty]); - }, - - 'remove listeners functions': function () { - var event = new io.EventEmitter - , calls = 0; - - function one () { ++calls } - function two () { ++calls } - function three () { ++calls } - - event.on('one', one); - event.removeListener('one', one); - event.listeners('one').should().eql([]); - - event.on('two', two); - event.removeListener('two', one); - event.listeners('two').should().eql([two]); - - event.on('three', three); - event.on('three', two); - event.removeListener('three', three); - event.listeners('three').should().eql([two]); - }, - - 'number of arguments': function () { - var event = new io.EventEmitter - , number = []; - - event.on('test', function () { - number.push(arguments.length); - }); - - event.emit('test'); - event.emit('test', null); - event.emit('test', null, null); - event.emit('test', null, null, null); - event.emit('test', null, null, null, null); - event.emit('test', null, null, null, null, null); - - [0, 1, 2, 3, 4, 5].should().eql(number); - }, - - 'once': function () { - var event = new io.EventEmitter - , calls = 0; - - event.once('test', function (a, b) { - ++calls; - }); - - event.emit('test', 'a', 'b'); - event.emit('test', 'a', 'b'); - event.emit('test', 'a', 'b'); - - function removed () { - should().fail('not removed'); - }; - - event.once('test:removed', removed); - event.removeListener('test:removed', removed); - event.emit('test:removed'); - - calls.should().eql(1); - } - - }; - -})( - 'undefined' == typeof module ? module = {} : module - , 'undefined' == typeof io ? require('socket.io-client') : io - , 'undefined' == typeof should || !should.fail ? require('should') : should -); diff --git a/node/node_modules/socket.io-client/test/io.test.js b/node/node_modules/socket.io-client/test/io.test.js deleted file mode 100644 index d9f0b09..0000000 --- a/node/node_modules/socket.io-client/test/io.test.js +++ /dev/null @@ -1,31 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -(function (module, io, should) { - - module.exports = { - - 'client version number': function () { - io.version.should().match(/([0-9]+)\.([0-9]+)\.([0-9]+)/); - }, - - 'socket.io protocol version': function () { - io.protocol.should().be.a('number'); - io.protocol.toString().should().match(/^\d+$/); - }, - - 'socket.io available transports': function () { - (io.transports.length > 0).should().be_true; - } - - }; - -})( - 'undefined' == typeof module ? module = {} : module - , 'undefined' == typeof io ? require('socket.io-client') : io - , 'undefined' == typeof should ? require('should') : should -); diff --git a/node/node_modules/socket.io-client/test/node/builder.common.js b/node/node_modules/socket.io-client/test/node/builder.common.js deleted file mode 100644 index fa8d46e..0000000 --- a/node/node_modules/socket.io-client/test/node/builder.common.js +++ /dev/null @@ -1,102 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -var vm = require('vm') - , should = require('should'); - -/** - * Generates evn variables for the vm so we can `emulate` a browser. - * @returns {Object} evn variables - */ - -exports.env = function env () { - var details = { - location: { - port: 8080 - , host: 'www.example.org' - , hostname: 'www.example.org' - , href: 'http://www.example.org/example/' - , pathname: '/example/' - , protocol: 'http:' - , search: '' - , hash: '' - } - , console: { - log: function(){}, - info: function(){}, - warn: function(){}, - error: function(){} - } - , navigator: { - userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit' - + '/534.27 (KHTML, like Gecko) Chrome/12.0.716.0 Safari/534.27' - , appName: 'socket.io' - , platform: process.platform - , appVersion: process.version - , } - , name: 'socket.io' - , innerWidth: 1024 - , innerHeight: 768 - , length: 1 - , outerWidth: 1024 - , outerHeight: 768 - , pageXOffset: 0 - , pageYOffset: 0 - , screenX: 0 - , screenY: 0 - , screenLeft: 0 - , screenTop: 0 - , scrollX: 0 - , scrollY: 0 - , scrollTop: 0 - , scrollLeft: 0 - , screen: { - width: 0 - , height: 0 - } - }; - - // circular references - details.window = details.self = details.contentWindow = details; - - // callable methods - details.Image = details.scrollTo = details.scrollBy = details.scroll = - details.resizeTo = details.resizeBy = details.prompt = details.print = - details.open = details.moveTo = details.moveBy = details.focus = - details.createPopup = details.confirm = details.close = details.blur = - details.alert = details.clearTimeout = details.clearInterval = - details.setInterval = details.setTimeout = details.XMLHttpRequest = - details.getComputedStyle = details.trigger = details.dispatchEvent = - details.removeEventListener = details.addEventListener = function(){}; - - // frames - details.frames = [details]; - - // document - details.document = details; - details.document.domain = details.location.href; - - return details; -}; - -/** - * Executes a script in a browser like env and returns - * the result - * - * @param {String} contents The script content - * @returns {Object} The evaluated script. - */ - -exports.execute = function execute (contents) { - var env = exports.env() - , script = vm.createScript(contents); - - // run the script with `browser like` globals - script.runInNewContext(env); - - return env; -}; diff --git a/node/node_modules/socket.io-client/test/node/builder.test.js b/node/node_modules/socket.io-client/test/node/builder.test.js deleted file mode 100644 index 989e2bc..0000000 --- a/node/node_modules/socket.io-client/test/node/builder.test.js +++ /dev/null @@ -1,131 +0,0 @@ -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var builder = require('../../bin/builder') - , common = require('./builder.common') - , should = require('should'); - -/** - * Tests. - */ - -module.exports = { - - 'version number': function () { - builder.version.should().match(/([0-9]+)\.([0-9]+)\.([0-9]+)/); - builder.version.should().equal(require('../../lib/io').version); - }, - - 'production build LOC': function () { - builder(function (err, result) { - should.strictEqual(err, null) - - var lines = result.split('\n'); - lines.length.should().be.below(5); - lines[0].should().match(/production/gi); - Buffer.byteLength(result).should().be.below(43000); - }); - }, - - 'development build LOC': function () { - builder({ minify: false }, function (err, result) { - should.strictEqual(err, null) - - var lines = result.split('\n'); - lines.length.should().be.above(5); - lines[0].should().match(/development/gi); - Buffer.byteLength(result).should().be.above(35000); - }); - }, - - 'default builds': function () { - builder(function (err, result) { - should.strictEqual(err, null); - - var io = common.execute(result).io - , transports = Object.keys(io.Transport) - , defaults = Object.keys(builder.transports); - - /* XHR transport is private, but still available */ - transports.length.should().be.equal(defaults.length + 1); - - defaults.forEach(function (transport) { - transports.indexOf(transport).should().be.above(-1); - }) - }); - }, - - 'custom build': function () { - builder(['websocket'], function (err, result) { - should.strictEqual(err, null); - - var io = common.execute(result).io - , transports = Object.keys(io.Transport); - - transports.should().have.length(1); - transports[0].should().eql('websocket'); - }); - }, - - 'custom code': function () { - var custom = 'var hello = "world";'; - builder({ custom: [custom], minify: false }, function (err, result) { - should.strictEqual(err, null); - - result.should().include.string(custom); - }); - }, - - 'node if': function () { - var custom = '// if node \nvar hello = "world";\n' - + '// end node\nvar pew = "pew";'; - - builder({ custom: [custom], minify: false }, function (err, result) { - should.strictEqual(err, null); - - result.should().not.include.string(custom); - result.should().not.include.string('// if node'); - result.should().not.include.string('// end node'); - result.should().not.include.string('"world"'); - - result.should().include.string('var pew = "pew"'); - }); - }, - - 'preserve the encoding during minification': function () { - builder(function (err, result) { - should.strictEqual(err, null); - - result.should().match(/(\\ufffd)/g); - }) - }, - - 'globals': function () { - builder(function (err, result) { - should.strictEqual(err, null); - - var io = common.execute(result) - , env = common.env() - , allowed = ['io', 'swfobject', 'WEB_SOCKET_DISABLE_AUTO_INITIALIZATION']; - - Array.prototype.push.apply(allowed, Object.keys(env)); - - Object.keys(io).forEach(function (global) { - var index = allowed.indexOf(global); - - // the global is not allowed! - if (!~index) { - throw new Error('Global leak: ' + global); - } - }); - }) - } - -}; diff --git a/node/node_modules/socket.io-client/test/parser.test.js b/node/node_modules/socket.io-client/test/parser.test.js deleted file mode 100644 index 0022afb..0000000 --- a/node/node_modules/socket.io-client/test/parser.test.js +++ /dev/null @@ -1,360 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -(function (module, io, should) { - - var parser = io.parser; - - module.exports = { - - 'decoding error packet': function () { - parser.decodePacket('7:::').should().eql({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '' - }); - }, - - 'decoding error packet with reason': function () { - parser.decodePacket('7:::0').should().eql({ - type: 'error' - , reason: 'transport not supported' - , advice: '' - , endpoint: '' - }); - }, - - 'decoding error packet with reason and advice': function () { - parser.decodePacket('7:::2+0').should().eql({ - type: 'error' - , reason: 'unauthorized' - , advice: 'reconnect' - , endpoint: '' - }); - }, - - 'decoding error packet with endpoint': function () { - parser.decodePacket('7::/woot').should().eql({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '/woot' - }); - }, - - 'decoding ack packet': function () { - parser.decodePacket('6:::140').should().eql({ - type: 'ack' - , ackId: '140' - , endpoint: '' - , args: [] - }); - }, - - 'decoding ack packet with args': function () { - parser.decodePacket('6:::12+["woot","wa"]').should().eql({ - type: 'ack' - , ackId: '12' - , endpoint: '' - , args: ['woot', 'wa'] - }); - }, - - 'decoding ack packet with bad json': function () { - var thrown = false; - - try { - parser.decodePacket('6:::1+{"++]').should().eql({ - type: 'ack' - , ackId: '1' - , endpoint: '' - , args: [] - }); - } catch (e) { - thrown = true; - } - - thrown.should().be_false; - }, - - 'decoding json packet': function () { - parser.decodePacket('4:::"2"').should().eql({ - type: 'json' - , endpoint: '' - , data: '2' - }); - }, - - 'decoding json packet with message id and ack data': function () { - parser.decodePacket('4:1+::{"a":"b"}').should().eql({ - type: 'json' - , id: 1 - , ack: 'data' - , endpoint: '' - , data: { a: 'b' } - }); - }, - - 'decoding an event packet': function () { - parser.decodePacket('5:::{"name":"woot"}').should().eql({ - type: 'event' - , name: 'woot' - , endpoint: '' - , args: [] - }); - }, - - 'decoding an event packet with message id and ack': function () { - parser.decodePacket('5:1+::{"name":"tobi"}').should().eql({ - type: 'event' - , id: 1 - , ack: 'data' - , endpoint: '' - , name: 'tobi' - , args: [] - }); - }, - - 'decoding an event packet with data': function () { - parser.decodePacket('5:::{"name":"edwald","args":[{"a": "b"},2,"3"]}') - .should().eql({ - type: 'event' - , name: 'edwald' - , endpoint: '' - , args: [{a: 'b'}, 2, '3'] - }); - }, - - 'decoding a message packet': function () { - parser.decodePacket('3:::woot').should().eql({ - type: 'message' - , endpoint: '' - , data: 'woot' - }); - }, - - 'decoding a message packet with id and endpoint': function () { - parser.decodePacket('3:5:/tobi').should().eql({ - type: 'message' - , id: 5 - , ack: true - , endpoint: '/tobi' - , data: '' - }); - }, - - 'decoding a heartbeat packet': function () { - parser.decodePacket('2:::').should().eql({ - type: 'heartbeat' - , endpoint: '' - }); - }, - - 'decoding a connection packet': function () { - parser.decodePacket('1::/tobi').should().eql({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }); - }, - - 'decoding a connection packet with query string': function () { - parser.decodePacket('1::/test:?test=1').should().eql({ - type: 'connect' - , endpoint: '/test' - , qs: '?test=1' - }); - }, - - 'decoding a disconnection packet': function () { - parser.decodePacket('0::/woot').should().eql({ - type: 'disconnect' - , endpoint: '/woot' - }); - }, - - 'encoding error packet': function () { - parser.encodePacket({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '' - }).should().eql('7::'); - }, - - 'encoding error packet with reason': function () { - parser.encodePacket({ - type: 'error' - , reason: 'transport not supported' - , advice: '' - , endpoint: '' - }).should().eql('7:::0'); - }, - - 'encoding error packet with reason and advice': function () { - parser.encodePacket({ - type: 'error' - , reason: 'unauthorized' - , advice: 'reconnect' - , endpoint: '' - }).should().eql('7:::2+0'); - }, - - 'encoding error packet with endpoint': function () { - parser.encodePacket({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '/woot' - }).should().eql('7::/woot'); - }, - - 'encoding ack packet': function () { - parser.encodePacket({ - type: 'ack' - , ackId: '140' - , endpoint: '' - , args: [] - }).should().eql('6:::140'); - }, - - 'encoding ack packet with args': function () { - parser.encodePacket({ - type: 'ack' - , ackId: '12' - , endpoint: '' - , args: ['woot', 'wa'] - }).should().eql('6:::12+["woot","wa"]'); - }, - - 'encoding json packet': function () { - parser.encodePacket({ - type: 'json' - , endpoint: '' - , data: '2' - }).should().eql('4:::"2"'); - }, - - 'encoding json packet with message id and ack data': function () { - parser.encodePacket({ - type: 'json' - , id: 1 - , ack: 'data' - , endpoint: '' - , data: { a: 'b' } - }).should().eql('4:1+::{"a":"b"}'); - }, - - 'encoding an event packet': function () { - parser.encodePacket({ - type: 'event' - , name: 'woot' - , endpoint: '' - , args: [] - }).should().eql('5:::{"name":"woot"}'); - }, - - 'encoding an event packet with message id and ack': function () { - parser.encodePacket({ - type: 'event' - , id: 1 - , ack: 'data' - , endpoint: '' - , name: 'tobi' - , args: [] - }).should().eql('5:1+::{"name":"tobi"}'); - }, - - 'encoding an event packet with data': function () { - parser.encodePacket({ - type: 'event' - , name: 'edwald' - , endpoint: '' - , args: [{a: 'b'}, 2, '3'] - }).should().eql('5:::{"name":"edwald","args":[{"a":"b"},2,"3"]}'); - }, - - 'encoding a message packet': function () { - parser.encodePacket({ - type: 'message' - , endpoint: '' - , data: 'woot' - }).should().eql('3:::woot'); - }, - - 'encoding a message packet with id and endpoint': function () { - parser.encodePacket({ - type: 'message' - , id: 5 - , ack: true - , endpoint: '/tobi' - , data: '' - }).should().eql('3:5:/tobi'); - }, - - 'encoding a heartbeat packet': function () { - parser.encodePacket({ - type: 'heartbeat' - , endpoint: '' - }).should().eql('2::'); - }, - - 'encoding a connection packet': function () { - parser.encodePacket({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }).should().eql('1::/tobi'); - }, - - 'encoding a connection packet with query string': function () { - parser.encodePacket({ - type: 'connect' - , endpoint: '/test' - , qs: '?test=1' - }).should().eql('1::/test:?test=1'); - }, - - 'encoding a disconnection packet': function () { - parser.encodePacket({ - type: 'disconnect' - , endpoint: '/woot' - }).should().eql('0::/woot'); - }, - - 'test decoding a payload': function () { - parser.decodePayload('\ufffd5\ufffd3:::5\ufffd7\ufffd3:::53d' - + '\ufffd3\ufffd0::').should().eql([ - { type: 'message', data: '5', endpoint: '' } - , { type: 'message', data: '53d', endpoint: '' } - , { type: 'disconnect', endpoint: '' } - ]); - }, - - 'test encoding a payload': function () { - parser.encodePayload([ - parser.encodePacket({ type: 'message', data: '5', endpoint: '' }) - , parser.encodePacket({ type: 'message', data: '53d', endpoint: '' }) - ]).should().eql('\ufffd5\ufffd3:::5\ufffd7\ufffd3:::53d') - }, - - 'test decoding newline': function () { - parser.decodePacket('3:::\n').should().eql({ - type: 'message' - , endpoint: '' - , data: '\n' - }); - } - - }; - -})( - 'undefined' == typeof module ? module = {} : module - , 'undefined' == typeof io ? require('socket.io-client') : io - , 'undefined' == typeof should ? require('should') : should -); diff --git a/node/node_modules/socket.io-client/test/socket.test.js b/node/node_modules/socket.io-client/test/socket.test.js deleted file mode 100644 index 53c967e..0000000 --- a/node/node_modules/socket.io-client/test/socket.test.js +++ /dev/null @@ -1,366 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -(function (module, io, should) { - - if ('object' == typeof global) { - return module.exports = { '': function () {} }; - } - - module.exports = { - - 'test connecting the socket and disconnecting': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('connect', function () { - socket.disconnect(); - next(); - }); - }, - - 'test receiving messages': function (next) { - var socket = create() - , connected = false - , messages = 0; - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('connect', function () { - connected = true; - }); - - socket.on('message', function (i) { - String(++messages).should().equal(i); - }); - - socket.on('disconnect', function (reason) { - connected.should().be_true; - messages.should().equal(3); - reason.should().eql('booted'); - next(); - }); - }, - - 'test sending messages': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('connect', function () { - socket.send('echo'); - - socket.on('message', function (msg) { - msg.should().equal('echo'); - socket.disconnect(); - next(); - }); - }); - }, - - 'test acks sent from client': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('connect', function () { - socket.on('message', function (msg) { - if ('tobi 2' == msg) { - socket.disconnect(); - next(); - } - }); - }); - }, - - 'test acks sent from server': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('connect', function () { - socket.send('ooo', function () { - socket.disconnect(); - next(); - }); - }); - }, - - 'test connecting to namespaces': function (next) { - var io = create() - , socket = io.socket - , namespaces = 2 - , connect = 0; - - function finish () { - socket.of('').disconnect(); - connect.should().equal(3); - next(); - } - - socket.on('connect', function(){ - connect++; - }); - - socket.of('/woot').on('connect', function () { - connect++; - }).on('message', function (msg) { - msg.should().equal('connected to woot'); - --namespaces || finish(); - }).on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.of('/chat').on('connect', function () { - connect++; - }).on('message', function (msg) { - msg.should().equal('connected to chat'); - --namespaces || finish(); - }).on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - }, - - 'test disconnecting from namespaces': function (next) { - var socket = create().socket - , namespaces = 2 - , disconnections = 0; - - function finish () { - socket.of('').disconnect(); - next(); - }; - - socket.of('/a').on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.of('/a').on('connect', function () { - socket.of('/a').disconnect(); - }); - - socket.of('/a').on('disconnect', function () { - --namespaces || finish(); - }); - - socket.of('/b').on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.of('/b').on('connect', function () { - socket.of('/b').disconnect(); - }); - - socket.of('/b').on('disconnect', function () { - --namespaces || finish(); - }); - }, - - 'test authorizing for namespaces': function (next) { - var socket = create().socket - - function finish () { - socket.of('').disconnect(); - next(); - }; - - socket.of('/a') - .on('connect_failed', function (msg) { - next(); - }) - .on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - }, - - 'test sending json from server': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('message', function (msg) { - msg.should().eql(3141592); - socket.disconnect(); - next(); - }); - }, - - 'test sending json from client': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.json.send([1, 2, 3]); - socket.on('message', function (msg) { - msg.should().equal('echo'); - socket.disconnect(); - next(); - }); - }, - - 'test emitting an event from server': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('woot', function () { - socket.disconnect(); - next(); - }); - }, - - 'test emitting an event to server': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.emit('woot'); - socket.on('echo', function () { - socket.disconnect(); - next(); - }) - }, - - 'test emitting multiple events at once to the server': function (next) { - var socket = create(); - - socket.on('connect', function () { - socket.emit('print', 'foo'); - socket.emit('print', 'bar'); - }); - - socket.on('done', function () { - socket.disconnect(); - next(); - }); - }, - - 'test emitting an event from server and sending back data': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('woot', function (a, fn) { - a.should().eql(1); - fn('test'); - - socket.on('done', function () { - socket.disconnect(); - next(); - }); - }); - }, - - 'test emitting an event to server and sending back data': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.emit('tobi', 1, 2, function (a) { - a.should().eql({ hello: 'world' }); - socket.disconnect(); - next(); - }); - }, - - 'test encoding a payload': function (next) { - var socket = create('/woot'); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('connect', function () { - socket.socket.setBuffer(true); - socket.send('ñ'); - socket.send('ñ'); - socket.send('ñ'); - socket.send('ñ'); - socket.socket.setBuffer(false); - }); - - socket.on('done', function () { - socket.disconnect(); - next(); - }); - }, - - 'test sending query strings to the server': function (next) { - var socket = create('?foo=bar'); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.on('message', function (data) { - data.query.foo.should().eql('bar'); - - socket.disconnect(); - next(); - }); - }, - - 'test sending newline': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.send('\n'); - - socket.on('done', function () { - socket.disconnect(); - next(); - }); - }, - - 'test sending unicode': function (next) { - var socket = create(); - - socket.on('error', function (msg) { - throw new Error(msg || 'Received an error'); - }); - - socket.json.send({ test: "\u2028" }); - - socket.on('done', function () { - socket.disconnect(); - next(); - }); - } - - }; - -})( - 'undefined' == typeof module ? module = {} : module - , 'undefined' == typeof io ? require('socket.io-client') : io - , 'undefined' == typeof should ? require('should-browser') : should -); diff --git a/node/node_modules/socket.io-client/test/util.test.js b/node/node_modules/socket.io-client/test/util.test.js deleted file mode 100644 index 30db5a6..0000000 --- a/node/node_modules/socket.io-client/test/util.test.js +++ /dev/null @@ -1,156 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -(function (module, io, should) { - - module.exports = { - - 'parse uri': function () { - var http = io.util.parseUri('http://google.com') - , https = io.util.parseUri('https://www.google.com:80') - , query = io.util.parseUri('google.com:8080/foo/bar?foo=bar'); - - http.protocol.should().eql('http'); - http.port.should().eql(''); - http.host.should().eql('google.com'); - https.protocol.should().eql('https'); - https.port.should().eql('80'); - https.host.should().eql('www.google.com'); - query.port.should().eql('8080'); - query.query.should().eql('foo=bar'); - query.path.should().eql('/foo/bar'); - query.relative.should().eql('/foo/bar?foo=bar'); - }, - - 'unique uri': function () { - var protocol = io.util.parseUri('http://google.com') - , noprotocol = io.util.parseUri('google.com') - , https = io.util.parseUri('https://google.com') - , path = io.util.parseUri('https://google.com/google.com/com/?foo=bar'); - - if ('object' == typeof window) { - io.util.uniqueUri(protocol).should().eql('http://google.com:3000'); - io.util.uniqueUri(noprotocol).should().eql('http://google.com:3000'); - } else { - io.util.uniqueUri(protocol).should().eql('http://google.com:80'); - io.util.uniqueUri(noprotocol).should().eql('http://google.com:80'); - } - - io.util.uniqueUri(https).should().eql('https://google.com:443'); - io.util.uniqueUri(path).should().eql('https://google.com:443'); - }, - - 'chunk query string': function () { - io.util.chunkQuery('foo=bar').should().be.a('object'); - io.util.chunkQuery('foo=bar').foo.should().eql('bar'); - }, - - 'merge query strings': function () { - var base = io.util.query('foo=bar', 'foo=baz') - , add = io.util.query('foo=bar', 'bar=foo') - - base.should().eql('?foo=baz'); - add.should().eql('?foo=bar&bar=foo'); - - io.util.query('','').should().eql(''); - io.util.query('foo=bar', '').should().eql('?foo=bar'); - io.util.query('', 'foo=bar').should().eql('?foo=bar'); - }, - - 'request': function () { - var type = typeof io.util.request(); - type.should().eql('object'); - }, - - 'is array': function () { - io.util.isArray([]).should().be_true; - io.util.isArray({}).should().be_false; - io.util.isArray('str').should().be_false; - io.util.isArray(new Date).should().be_false; - io.util.isArray(true).should().be_false; - io.util.isArray(arguments).should().be_false; - }, - - 'merge, deep merge': function () { - var start = { - foo: 'bar' - , bar: 'baz' - } - , duplicate = { - foo: 'foo' - , bar: 'bar' - } - , extra = { - ping: 'pong' - } - , deep = { - level1:{ - foo: 'bar' - , level2: { - foo: 'bar' - , level3:{ - foo: 'bar' - , rescursive: deep - } - } - } - } - // same structure, but changed names - , deeper = { - foo: 'bar' - , level1:{ - foo: 'baz' - , level2: { - foo: 'foo' - , level3:{ - foo: 'pewpew' - , rescursive: deep - } - } - } - }; - - io.util.merge(start, duplicate); - - start.foo.should().eql('foo'); - start.bar.should().eql('bar'); - - io.util.merge(start, extra); - start.ping.should().eql('pong'); - start.foo.should().eql('foo'); - - io.util.merge(deep, deeper); - - deep.foo.should().eql('bar'); - deep.level1.foo.should().eql('baz'); - deep.level1.level2.foo.should().eql('foo'); - deep.level1.level2.level3.foo.should().eql('pewpew'); - }, - - 'defer': function (next) { - var now = +new Date; - - io.util.defer(function () { - ((new Date - now) >= ( io.util.webkit ? 100 : 0 )).should().be_true(); - next(); - }) - }, - - 'indexOf': function () { - var data = ['socket', 2, 3, 4, 'socket', 5, 6, 7, 'io']; - io.util.indexOf(data, 'socket', 1).should().eql(4); - io.util.indexOf(data, 'socket').should().eql(0); - io.util.indexOf(data, 'waffles').should().eql(-1); - } - - }; - -})( - 'undefined' == typeof module ? module = {} : module - , 'undefined' == typeof io ? require('socket.io-client') : io - , 'undefined' == typeof should ? require('should') : should -); diff --git a/node/node_modules/socket.io/.gitignore b/node/node_modules/socket.io/.gitignore deleted file mode 100644 index 43378d0..0000000 --- a/node/node_modules/socket.io/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -.DS_Store -lib-cov -*.seed -*.log -*.csv -*.dat -*.out -*.pid -node_modules diff --git a/node/node_modules/socket.io/.npmignore b/node/node_modules/socket.io/.npmignore deleted file mode 100644 index 39e9864..0000000 --- a/node/node_modules/socket.io/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -support -test -examples diff --git a/node/node_modules/socket.io/History.md b/node/node_modules/socket.io/History.md deleted file mode 100644 index caa757d..0000000 --- a/node/node_modules/socket.io/History.md +++ /dev/null @@ -1,140 +0,0 @@ - -0.8.3 / 2011-09-03 -================== - - * Fixed `\n` parsing for non-JSON packets (fixes #479). - * Fixed parsing of certain unicode characters (fixes #451). - * Fixed transport message packet logging. - * Fixed emission of `error` event resulting in an uncaught exception if unhandled (fixes #476). - * Fixed; allow for falsy values as the configuration value of `log level` (fixes #491). - * Fixed repository URI in `package.json`. Fixes #504. - * Added text/plain content-type to handshake responses [einaros] - * Improved single byte writes [einaros] - * Updated socket.io-flashsocket default port from 843 to 10843 [3rd-Eden] - * Updated client. - -0.8.2 / 2011-08-29 -================== - - * Updated client. - -0.8.1 / 2011-08-29 -================== - - * Fixed utf8 bug in send framing in websocket [einaros] - * Fixed typo in docs [Znarkus] - * Fixed bug in send framing for over 64kB of data in websocket [einaros] - * Corrected ping handling in websocket transport [einaros] - -0.8.0 / 2011-08-28 -================== - - * Updated to work with two-level websocket versioning. [einaros] - * Added hybi07 support. [einaros] - * Added hybi10 support. [einaros] - * Added http referrer verification to manager.js verifyOrigin. [einaors] - -0.7.11 / 2011-08-27 -=================== - - * Updated socket.io-client. - -0.7.10 / 2011-08-27 -=================== - - * Updated socket.io-client. - -0.7.9 / 2011-08-12 -================== - - * Updated socket.io-client. - * Make sure we only do garbage collection when the server we receive is actually run. - -0.7.8 / 2011-08-08 -================== - - * Changed; make sure sio#listen passes options to both HTTP server and socket.io manager. - * Added docs for sio#listen. - * Added options parameter support for Manager constructor. - * Added memory leaks tests and test-leaks Makefile task. - * Removed auto npm-linking from make test. - * Make sure that you can disable heartbeats. [3rd-Eden] - * Fixed rooms memory leak [3rd-Eden] - * Send response once we got all POST data, not immediately [Pita] - * Fixed onLeave behavior with missing clientsk [3rd-Eden] - * Prevent duplicate references in rooms. - * Added alias for `to` to `in` and `in` to `to`. - * Fixed roomClients definition. - * Removed dependency on redis for installation without npm [3rd-Eden] - * Expose path and querystring in handshakeData [3rd-Eden] - -0.7.7 / 2011-07-12 -================== - - * Fixed double dispatch handling with emit to closed clients. - * Added test for emitting to closed clients to prevent regression. - * Fixed race condition in redis test. - * Changed Transport#end instrumentation. - * Leveraged $emit instead of emit internally. - * Made tests faster. - * Fixed double disconnect events. - * Fixed disconnect logic - * Simplified remote events handling in Socket. - * Increased testcase timeout. - * Fixed unknown room emitting (GH-291). [3rd-Eden] - * Fixed `address` in handshakeData. [3rd-Eden] - * Removed transports definition in chat example. - * Fixed room cleanup - * Fixed; make sure the client is cleaned up after booting. - * Make sure to mark the client as non-open if the connection is closed. - * Removed unneeded `buffer` declarations. - * Fixed; make sure to clear socket handlers and subscriptions upon transport close. - -0.7.6 / 2011-06-30 -================== - - * Fixed general dispatching when a client has closed. - -0.7.5 / 2011-06-30 -================== - - * Fixed dispatching to clients that are disconnected. - -0.7.4 / 2011-06-30 -================== - - * Fixed; only clear handlers if they were set. [level09] - -0.7.3 / 2011-06-30 -================== - - * Exposed handshake data to clients. - * Refactored dispatcher interface. - * Changed; Moved id generation method into the manager. - * Added sub-namespace authorization. [3rd-Eden] - * Changed; normalized SocketNamespace local eventing [dvv] - * Changed; Use packet.reason or default to 'packet' [3rd-Eden] - * Changed console.error to console.log. - * Fixed; bind both servers at the same time do that the test never times out. - * Added 304 support. - * Removed `Transport#name` for abstract interface. - * Changed; lazily require http and https module only when needed. [3rd-Eden] - -0.7.2 / 2011-06-22 -================== - - * Make sure to write a packet (of type `noop`) when closing a poll. - This solves a problem with cross-domain requests being flagged as aborted and - reconnection being triggered. - * Added `noop` message type. - -0.7.1 / 2011-06-21 -================== - - * Fixed cross-domain XHR. - * Added CORS test to xhr-polling suite. - -0.7.0 / 2010-06-21 -================== - - * http://socket.io/announcement.html diff --git a/node/node_modules/socket.io/Makefile b/node/node_modules/socket.io/Makefile deleted file mode 100644 index 7981705..0000000 --- a/node/node_modules/socket.io/Makefile +++ /dev/null @@ -1,22 +0,0 @@ - -ALL_TESTS = $(shell find test/ -name '*.test.js') - -run-tests: - @./node_modules/.bin/expresso \ - -t 3000 \ - -I support \ - -I lib \ - --serial \ - $(TESTFLAGS) \ - $(TESTS) - -test: - @$(MAKE) TESTS="$(ALL_TESTS)" run-tests - -test-cov: - @TESTFLAGS=--cov $(MAKE) test - -test-leaks: - @ls test/leaks/* | xargs node --expose_debug_as=debug --expose_gc - -.PHONY: test diff --git a/node/node_modules/socket.io/Readme.md b/node/node_modules/socket.io/Readme.md deleted file mode 100644 index 86c0233..0000000 --- a/node/node_modules/socket.io/Readme.md +++ /dev/null @@ -1,343 +0,0 @@ -# Socket.IO - -Socket.IO is a Node.JS project that makes WebSockets and realtime possible in -all browsers. It also enhances WebSockets by providing built-in multiplexing, -horizontal scalability, automatic JSON encoding/decoding, and more. - -## How to Install - - npm install socket.io - -## How to use - -First, require `socket.io`: - -```js -var io = require('socket.io'); -``` - -Next, attach it to a HTTP/HTTPS server. If you're using the fantastic `express` -web framework: - -```js -var app = express.createServer() - , io = io.listen(app); - -app.listen(80); - -io.sockets.on('connection', function (socket) { - socket.emit('news', { hello: 'world' }); - socket.on('my other event', function (data) { - console.log(data); - }); -}); -``` - -Finally, load it from the client side code: - -```html - - -``` - -For more thorough examples, look at the `examples/` directory. - -## Short recipes - -### Sending and receiving events. - -Socket.IO allows you to emit and receive custom events. -Besides `connect`, `message` and `disconnect`, you can emit custom events: - -```js -// note, io.listen() will create a http server for you -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - io.sockets.emit('this', { will: 'be received by everyone' }); - - socket.on('private message', function (from, msg) { - console.log('I received a private message by ', from, ' saying ', msg); - }); - - socket.on('disconnect', function () { - sockets.emit('user disconnected'); - }); -}); -``` - -### Storing data associated to a client - -Sometimes it's necessary to store data associated with a client that's -necessary for the duration of the session. - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - socket.on('set nickname', function (name) { - socket.set('nickname', name, function () { socket.emit('ready'); }); - }); - - socket.on('msg', function () { - socket.get('nickname', function (err, name) { - console.log('Chat message by ', name); - }); - }); -}); -``` - -#### Client side - -```html - -``` - -### Restricting yourself to a namespace - -If you have control over all the messages and events emitted for a particular -application, using the default `/` namespace works. - -If you want to leverage 3rd-party code, or produce code to share with others, -socket.io provides a way of namespacing a `socket`. - -This has the benefit of `multiplexing` a single connection. Instead of -socket.io using two `WebSocket` connections, it'll use one. - -The following example defines a socket that listens on '/chat' and one for -'/news': - -#### Server side - -```js -var io = require('socket.io').listen(80); - -var chat = io - .of('/chat'); - .on('connection', function (socket) { - socket.emit('a message', { that: 'only', '/chat': 'will get' }); - chat.emit('a message', { everyone: 'in', '/chat': 'will get' }); - }); - -var news = io - .of('/news'); - .on('connection', function (socket) { - socket.emit('item', { news: 'item' }); - }); -``` - -#### Client side: - -```html - -``` - -### Sending volatile messages. - -Sometimes certain messages can be dropped. Let's say you have an app that -shows realtime tweets for the keyword `bieber`. - -If a certain client is not ready to receive messages (because of network slowness -or other issues, or because he's connected through long polling and is in the -middle of a request-response cycle), if he doesn't receive ALL the tweets related -to bieber your application won't suffer. - -In that case, you might want to send those messages as volatile messages. - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - var tweets = setInterval(function () { - getBieberTweet(function (tweet) { - socket.volatile.emit('bieber tweet', tweet); - }); - }, 100); - - socket.on('disconnect', function () { - clearInterval(tweets); - }); -}); -``` - -#### Client side - -In the client side, messages are received the same way whether they're volatile -or not. - -### Getting acknowledgements - -Sometimes, you might want to get a callback when the client confirmed the message -reception. - -To do this, simply pass a function as the last parameter of `.send` or `.emit`. -What's more, when you use `.emit`, the acknowledgement is done by you, which -means you can also pass data along: - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - socket.on('ferret', function (name, fn) { - fn('woot'); - }); -}); -``` - -#### Client side - -```html - -``` - -### Broadcasting messages - -To broadcast, simply add a `broadcast` flag to `emit` and `send` method calls. -Broadcasting means sending a message to everyone else except for the socket -that starts it. - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - socket.broadcast.emit('user connected'); - socket.broadcast.json.send({ a: 'message' }); -}); -``` - -### Rooms - -Sometimes you want to put certain sockets in the same room, so that it's easy -to broadcast to all of them together. - -Think of this as built-in channels for sockets. Sockets `join` and `leave` -rooms in each socket. - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - socket.join('justin bieber fans'); - socket.broadcast.to('justin bieber fans').emit('new fan'); - io.sockets.in('rammstein fans').emit('new non-fan'); -}); -``` - -### Using it just as a cross-browser WebSocket - -If you just want the WebSocket semantics, you can do that too. -Simply leverage `send` and listen on the `message` event: - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.sockets.on('connection', function (socket) { - socket.on('message', function () { }); - socket.on('disconnect', function () { }); -}); -``` - -#### Client side - -```html - -``` - -### Changing configuration - -Configuration in socket.io is TJ-style: - -#### Server side - -```js -var io = require('socket.io').listen(80); - -io.configure(function () { - io.set('transports', ['websocket', 'flashsocket', 'xhr-polling']); -}); - -io.configure('development', function () { - io.set('transports', ['websocket', 'xhr-polling']); - io.enable('log'); -}); -``` - -## License - -(The MIT License) - -Copyright (c) 2011 Guillermo Rauch <guillermo@learnboost.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node/node_modules/socket.io/examples/chat/app.js b/node/node_modules/socket.io/examples/chat/app.js deleted file mode 100644 index 23f09f0..0000000 --- a/node/node_modules/socket.io/examples/chat/app.js +++ /dev/null @@ -1,87 +0,0 @@ - -/** - * Bootstrap app. - */ - -require.paths.unshift(__dirname + '/../../lib/'); - -/** - * Module dependencies. - */ - -var express = require('express') - , stylus = require('stylus') - , nib = require('nib') - , sio = require('socket.io'); - -/** - * App. - */ - -var app = express.createServer(); - -/** - * App configuration. - */ - -app.configure(function () { - app.use(stylus.middleware({ src: __dirname + '/public', compile: compile })) - app.use(express.static(__dirname + '/public')); - app.set('views', __dirname); - app.set('view engine', 'jade'); - - function compile (str, path) { - return stylus(str) - .set('filename', path) - .use(nib()); - }; -}); - -/** - * App routes. - */ - -app.get('/', function (req, res) { - res.render('index', { layout: false }); -}); - -/** - * App listen. - */ - -app.listen(3000, function () { - var addr = app.address(); - console.log(' app listening on http://' + addr.address + ':' + addr.port); -}); - -/** - * Socket.IO server (single process only) - */ - -var io = sio.listen(app) - , nicknames = {}; - -io.sockets.on('connection', function (socket) { - socket.on('user message', function (msg) { - socket.broadcast.emit('user message', socket.nickname, msg); - }); - - socket.on('nickname', function (nick, fn) { - if (nicknames[nick]) { - fn(true); - } else { - fn(false); - nicknames[nick] = socket.nickname = nick; - socket.broadcast.emit('announcement', nick + ' connected'); - io.sockets.emit('nicknames', nicknames); - } - }); - - socket.on('disconnect', function () { - if (!socket.nickname) return; - - delete nicknames[socket.nickname]; - socket.broadcast.emit('announcement', socket.nickname + ' disconnected'); - socket.broadcast.emit('nicknames', nicknames); - }); -}); diff --git a/node/node_modules/socket.io/examples/chat/index.jade b/node/node_modules/socket.io/examples/chat/index.jade deleted file mode 100644 index 0633d8b..0000000 --- a/node/node_modules/socket.io/examples/chat/index.jade +++ /dev/null @@ -1,83 +0,0 @@ -doctype 5 -html - head - link(href='/stylesheets/style.css', rel='stylesheet') - script(src='http://code.jquery.com/jquery-1.6.1.min.js') - script(src='/socket.io/socket.io.js') - script - // socket.io specific code - var socket = io.connect(); - - socket.on('connect', function () { - $('#chat').addClass('connected'); - }); - - socket.on('announcement', function (msg) { - $('#lines').append($('

        ').append($('').text(msg))); - }); - - socket.on('nicknames', function (nicknames) { - $('#nicknames').empty().append($('Online: ')); - for (var i in nicknames) { - $('#nicknames').append($('').text(nicknames[i])); - } - }); - - socket.on('user message', message); - socket.on('reconnect', function () { - $('#lines').remove(); - message('System', 'Reconnected to the server'); - }); - - socket.on('reconnecting', function () { - message('System', 'Attempting to re-connect to the server'); - }); - - socket.on('error', function (e) { - message('System', e ? e : 'A unknown error occurred'); - }); - - function message (from, msg) { - $('#lines').append($('

        ').append($('').text(from), msg)); - } - - // dom manipulation - $(function () { - $('#set-nickname').submit(function (ev) { - socket.emit('nickname', $('#nick').val(), function (set) { - if (!set) { - clear(); - return $('#chat').addClass('nickname-set'); - } - $('#nickname-err').css('visibility', 'visible'); - }); - return false; - }); - - $('#send-message').submit(function () { - message('me', $('#message').val()); - socket.emit('user message', $('#message').val()); - clear(); - $('#lines').get(0).scrollTop = 10000000; - return false; - }); - - function clear () { - $('#message').val('').focus(); - }; - }); - body - #chat - #nickname - form.wrap#set-nickname - p Please type in your nickname and press enter. - input#nick - p#nickname-err Nickname already in use - #connecting - .wrap Connecting to socket.io server - #messages - #nicknames - #lines - form#send-message - input#message - button Send diff --git a/node/node_modules/socket.io/examples/chat/package.json b/node/node_modules/socket.io/examples/chat/package.json deleted file mode 100644 index f095e85..0000000 --- a/node/node_modules/socket.io/examples/chat/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "chat.io" - , "description": "example chat application with socket.io" - , "version": "0.0.1" - , "dependencies": { - "express": "2.3.11" - , "jade": "0.12.1" - , "stylus": "0.13.3" - , "nib": "0.0.8" - } -} diff --git a/node/node_modules/socket.io/examples/chat/public/stylesheets/mixins.styl b/node/node_modules/socket.io/examples/chat/public/stylesheets/mixins.styl deleted file mode 100644 index fb5644c..0000000 --- a/node/node_modules/socket.io/examples/chat/public/stylesheets/mixins.styl +++ /dev/null @@ -1,96 +0,0 @@ -border-radius(n) - -webkit-border-radius n - -moz-border-radius n - border-radius n - -// replace str with val - -replace(expr, str, val) - expr = clone(expr) - for e, i in expr - if str == e - expr[i] = val - expr - -// normalize gradient point (webkit) - -grad-point(pos) - if length(pos) == 1 - return left pos if pos in (top bottom) - return pos top if pos in (left right) - else if pos[0] in (top bottom) - pos[1] pos[0] - else - pos - -// implicit color stop position - -pos-in-stops(i, stops) - len = length(stops) - if len - 1 == i - 100% - else if i - unit(i / len * 100, '%') - else - 0% - -// normalize color stops -// - (color pos) -> (pos color) -// - (color) -> (implied-pos color) - -normalize-stops(stops) - stops = clone(stops) - for stop, i in stops - if length(stop) == 1 - color = stop[0] - stop[0] = pos-in-stops(i, stops) - stop[1] = color - else if typeof(stop[1]) == 'unit' - pos = stop[1] - stop[1] = stop[0] - stop[0] = pos - stops - -// join color stops with the given translation function - -join-stops(stops, translate) - str = '' - len = length(stops) - for stop, i in stops - str += ', ' if i - pos = stop[0] - color = stop[1] - str += translate(color, pos) - unquote(str) - -// webkit translation function - -webkit-stop(color, pos) - s('color-stop(%d, %s)', pos / 100, color) - -// mozilla translation function - -moz-stop(color, pos) - s('%s %s', color, pos) - -// create a linear gradient with the given start -// position, followed by color stops - -linear-gradient(start, stops...) - error('color stops required') unless length(stops) - prop = current-property[0] - val = current-property[1] - stops = normalize-stops(stops) - - // webkit - end = grad-point(opposite-position(start)) - webkit = s('-webkit-gradient(linear, %s, %s, %s)', grad-point(start), end, join-stops(stops, webkit-stop)) - add-property(prop, replace(val, '__CALL__', webkit)) - - // moz - stops = join-stops(stops, moz-stop) - moz = s('-moz-linear-gradient(%s, %s)', start, stops) - add-property(prop, replace(val, '__CALL__', moz)) - - // literal - s('linear-gradient(%s, %s)', start, stops) diff --git a/node/node_modules/socket.io/examples/chat/public/stylesheets/style.css b/node/node_modules/socket.io/examples/chat/public/stylesheets/style.css deleted file mode 100644 index 42cf98f..0000000 --- a/node/node_modules/socket.io/examples/chat/public/stylesheets/style.css +++ /dev/null @@ -1,188 +0,0 @@ -#chat, -#nickname, -#messages { - width: 600px; -} -#chat { - position: relative; - border: 1px solid #ccc; -} -#nickname, -#connecting { - position: absolute; - height: 410px; - z-index: 100; - left: 0; - top: 0; - background: #fff; - text-align: center; - width: 600px; - font: 15px Georgia; - color: #666; - display: block; -} -#nickname .wrap, -#connecting .wrap { - padding-top: 150px; -} -#nickname input { - border: 1px solid #ccc; - padding: 10px; -} -#nickname input:focus { - border-color: #999; - outline: 0; -} -#nickname #nickname-err { - color: #8b0000; - font-size: 12px; - visibility: hidden; -} -.connected #connecting { - display: none; -} -.nickname-set #nickname { - display: none; -} -#messages { - height: 380px; - background: #eee; -} -#messages em { - text-shadow: 0 1px 0 #fff; - color: #999; -} -#messages p { - padding: 0; - margin: 0; - font: 12px Helvetica, Arial; - padding: 5px 10px; -} -#messages p b { - display: inline-block; - padding-right: 10px; -} -#messages p:nth-child(even) { - background: #fafafa; -} -#messages #nicknames { - background: #ccc; - padding: 2px 4px 4px; - font: 11px Helvetica; -} -#messages #nicknames span { - color: #000; -} -#messages #nicknames b { - display: inline-block; - color: #fff; - background: #999; - padding: 3px 6px; - margin-right: 5px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - text-shadow: 0 1px 0 #666; -} -#messages #lines { - height: 355px; - overflow: auto; - overflow-x: hidden; - overflow-y: auto; -} -#messages #lines::-webkit-scrollbar { - width: 6px; - height: 6px; -} -#messages #lines::-webkit-scrollbar-button:start:decrement, -#messages #lines ::-webkit-scrollbar-button:end:increment { - display: block; - height: 10px; -} -#messages #lines::-webkit-scrollbar-button:vertical:increment { - background-color: #fff; -} -#messages #lines::-webkit-scrollbar-track-piece { - background-color: #fff; - -webkit-border-radius: 3px; -} -#messages #lines::-webkit-scrollbar-thumb:vertical { - height: 50px; - background-color: #ccc; - -webkit-border-radius: 3px; -} -#messages #lines::-webkit-scrollbar-thumb:horizontal { - width: 50px; - background-color: #fff; - -webkit-border-radius: 3px; -} -#send-message { - background: #fff; - position: relative; -} -#send-message input { - border: none; - height: 30px; - padding: 0 10px; - line-height: 30px; - vertical-align: middle; - width: 580px; -} -#send-message input:focus { - outline: 0; -} -#send-message button { - position: absolute; - top: 5px; - right: 5px; -} -button { - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - display: inline-block; - text-decoration: none; - background: #43a1f7; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43a1f7), color-stop(1, #377ad0)); - background: -webkit-linear-gradient(top, #43a1f7 0%, #377ad0 100%); - background: -moz-linear-gradient(top, #43a1f7 0%, #377ad0 100%); - background: linear-gradient(top, #43a1f7 0%, #377ad0 100%); - border: 1px solid #2e70c4; - -webkit-border-radius: 16px; - -moz-border-radius: 16px; - border-radius: 16px; - color: #fff; - font-family: "lucida grande", sans-serif; - font-size: 11px; - font-weight: normal; - line-height: 1; - padding: 3px 10px 5px 10px; - text-align: center; - text-shadow: 0 -1px 1px #2d6dc0; -} -button:hover, -button.hover { - background: darker; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43a1f7), color-stop(1, #2e70c4)); - background: -webkit-linear-gradient(top, #43a1f7 0%, #2e70c4 100%); - background: -moz-linear-gradient(top, #43a1f7 0%, #2e70c4 100%); - background: linear-gradient(top, #43a1f7 0%, #2e70c4 100%); - border: 1px solid #2e70c4; - cursor: pointer; - text-shadow: 0 -1px 1px #2c6bbb; -} -button:active, -button.active { - background: #2e70c4; - border: 1px solid #2e70c4; - border-bottom: 1px solid #2861aa; - text-shadow: 0 -1px 1px #2b67b5; -} -button:focus, -button.focus { - outline: none; - -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.4), 0 0 4px 0 #377ad0; - -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.4), 0 0 4px 0 #377ad0; - box-shadow: 0 1px 0 0 rgba(255,255,255,0.4), 0 0 4px 0 #377ad0; -} diff --git a/node/node_modules/socket.io/examples/chat/public/stylesheets/style.styl b/node/node_modules/socket.io/examples/chat/public/stylesheets/style.styl deleted file mode 100644 index 6289c94..0000000 --- a/node/node_modules/socket.io/examples/chat/public/stylesheets/style.styl +++ /dev/null @@ -1,118 +0,0 @@ -@import 'nib' - -#chat, #nickname, #messages - width 600px - -#chat - position relative - border 1px solid #ccc - -#nickname, #connecting - position absolute - height 410px - z-index 100 - left 0 - top 0 - background #fff - text-align center - width 600px - font 15px Georgia - color #666 - display block - .wrap - padding-top 150px - -#nickname - input - border 1px solid #ccc - padding 10px - &:focus - border-color #999 - outline 0 - #nickname-err - color darkred - font-size 12px - visibility hidden - -.connected - #connecting - display none - -.nickname-set - #nickname - display none - -#messages - height 380px - background #eee - em - text-shadow 0 1px 0 #fff - color #999 - p - padding 0 - margin 0 - font 12px Helvetica, Arial - padding 5px 10px - b - display inline-block - padding-right 10px - p:nth-child(even) - background #fafafa - #nicknames - background #ccc - padding 2px 4px 4px - font 11px Helvetica - span - color black - b - display inline-block - color #fff - background #999 - padding 3px 6px - margin-right 5px - border-radius 10px - text-shadow 0 1px 0 #666 - #lines - height 355px - overflow auto - overflow-x hidden - overflow-y auto - &::-webkit-scrollbar - width 6px - height 6px - &::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment - display block - height 10px - &::-webkit-scrollbar-button:vertical:increment - background-color #fff - &::-webkit-scrollbar-track-piece - background-color #fff - -webkit-border-radius 3px - &::-webkit-scrollbar-thumb:vertical - height 50px - background-color #ccc - -webkit-border-radius 3px - &::-webkit-scrollbar-thumb:horizontal - width 50px - background-color #fff - -webkit-border-radius 3px - -#send-message - background #fff - position relative - input - border none - height 30px - padding 0 10px - line-height 30px - vertical-align middle - width 580px - &:focus - outline 0 - button - position absolute - top 5px - right 5px - -button - download-button() diff --git a/node/node_modules/socket.io/examples/irc-output/app.js b/node/node_modules/socket.io/examples/irc-output/app.js deleted file mode 100644 index 591ec2a..0000000 --- a/node/node_modules/socket.io/examples/irc-output/app.js +++ /dev/null @@ -1,81 +0,0 @@ - -/** - * Bootstrap app. - */ - -require.paths.unshift(__dirname + '/../../lib/'); - -/** - * Module dependencies. - */ - -var express = require('express') - , stylus = require('stylus') - , nib = require('nib') - , sio = require('socket.io') - , irc = require('./irc'); - -/** - * App. - */ - -var app = express.createServer(); - -/** - * App configuration. - */ - -app.configure(function () { - app.use(stylus.middleware({ src: __dirname + '/public', compile: compile })) - app.use(express.static(__dirname + '/public')); - app.set('views', __dirname); - app.set('view engine', 'jade'); - - function compile (str, path) { - return stylus(str) - .set('filename', path) - .use(nib()); - }; -}); - -/** - * App routes. - */ - -app.get('/', function (req, res) { - res.render('index', { layout: false }); -}); - -/** - * App listen. - */ - -app.listen(3000, function () { - var addr = app.address(); - console.log(' app listening on http://' + addr.address + ':' + addr.port); -}); - -/** - * Socket.IO server - */ - -var io = sio.listen(app) - -/** - * Connect to IRC. - */ - -var client = new irc.Client('irc.freenode.net', 6667); -client.connect('socketio\\test\\' + String(Math.random()).substr(-3)); -client.on('001', function () { - this.send('JOIN', '#node.js'); -}); -client.on('PART', function (prefix) { - io.sockets.emit('announcement', irc.user(prefix) + ' left the channel'); -}); -client.on('JOIN', function (prefix) { - io.sockets.emit('announcement', irc.user(prefix) + ' joined the channel'); -}); -client.on('PRIVMSG', function (prefix, channel, text) { - io.sockets.emit('irc message', irc.user(prefix), text); -}); diff --git a/node/node_modules/socket.io/examples/irc-output/index.jade b/node/node_modules/socket.io/examples/irc-output/index.jade deleted file mode 100644 index 5468632..0000000 --- a/node/node_modules/socket.io/examples/irc-output/index.jade +++ /dev/null @@ -1,28 +0,0 @@ -doctype 5 -html - head - link(href='/stylesheets/style.css', rel='stylesheet') - script(src='http://code.jquery.com/jquery-1.6.1.min.js') - script(src='/socket.io/socket.io.js') - script - var socket = io.connect(); - - socket.on('connect', function () { - $('#irc').addClass('connected'); - }); - - socket.on('announcement', function (msg) { - $('#messages').append($('

        ').append($('').text(msg))); - $('#messages').get(0).scrollTop = 10000000; - }); - - socket.on('irc message', function (user, msg) { - $('#messages').append($('

        ').append($('').text(user), msg)); - $('#messages').get(0).scrollTop = 10000000; - }); - body - h2 Node.JS IRC - #irc - #connecting - .wrap Connecting to socket.io server - #messages diff --git a/node/node_modules/socket.io/examples/irc-output/irc.js b/node/node_modules/socket.io/examples/irc-output/irc.js deleted file mode 100644 index c89ddb0..0000000 --- a/node/node_modules/socket.io/examples/irc-output/irc.js +++ /dev/null @@ -1,164 +0,0 @@ -/** - * From https://github.com/felixge/nodelog/ - */ - -var sys = require('sys'); -var tcp = require('net'); -var irc = exports; - -function bind(fn, scope) { - var bindArgs = Array.prototype.slice.call(arguments); - bindArgs.shift(); - bindArgs.shift(); - - return function() { - var args = Array.prototype.slice.call(arguments); - fn.apply(scope, bindArgs.concat(args)); - }; -} - -function each(set, iterator) { - for (var i = 0; i < set.length; i++) { - var r = iterator(set[i], i); - if (r === false) { - return; - } - } -} - -var Client = irc.Client = function(host, port) { - this.host = host || 'localhost'; - this.port = port || 6667; - - this.connection = null; - this.buffer = ''; - this.encoding = 'utf8'; - this.timeout = 10 * 60 * 60 * 1000; - - this.nick = null; - this.user = null; - this.real = null; -} -sys.inherits(Client, process.EventEmitter); - -Client.prototype.connect = function(nick, user, real) { - var connection = tcp.createConnection(this.port, this.host); - connection.setEncoding(this.encoding); - connection.setTimeout(this.timeout); - connection.addListener('connect', bind(this.onConnect, this)); - connection.addListener('data', bind(this.onReceive, this)); - connection.addListener('end', bind(this.onEof, this)); - connection.addListener('timeout', bind(this.onTimeout, this)); - connection.addListener('close', bind(this.onClose, this)); - - this.nick = nick; - this.user = user || 'guest'; - this.real = real || 'Guest'; - - this.connection = connection; -}; - -Client.prototype.disconnect = function(why) { - if (this.connection.readyState !== 'closed') { - this.connection.close(); - sys.puts('disconnected (reason: '+why+')'); - this.emit('DISCONNECT', why); - } -}; - -Client.prototype.send = function(arg1) { - if (this.connection.readyState !== 'open') { - return this.disconnect('cannot send with readyState: '+this.connection.readyState); - } - - var message = []; - for (var i = 0; i< arguments.length; i++) { - if (arguments[i]) { - message.push(arguments[i]); - } - } - message = message.join(' '); - - sys.puts('> '+message); - message = message + "\r\n"; - this.connection.write(message, this.encoding); -}; - -Client.prototype.parse = function(message) { - var match = message.match(/(?:(:[^\s]+) )?([^\s]+) (.+)/); - var parsed = { - prefix: match[1], - command: match[2] - }; - - var params = match[3].match(/(.*?) ?:(.*)/); - if (params) { - // Params before : - params[1] = (params[1]) - ? params[1].split(' ') - : []; - // Rest after : - params[2] = params[2] - ? [params[2]] - : []; - - params = params[1].concat(params[2]); - } else { - params = match[3].split(' '); - } - - parsed.params = params; - return parsed; -}; - -Client.prototype.onConnect = function() { - this.send('NICK', this.nick); - this.send('USER', this.user, '0', '*', ':'+this.real); -}; - -Client.prototype.onReceive = function(chunk) { - this.buffer = this.buffer + chunk; - - while (this.buffer) { - var offset = this.buffer.indexOf("\r\n"); - if (offset < 0) { - return; - } - - var message = this.buffer.substr(0, offset); - this.buffer = this.buffer.substr(offset + 2); - sys.puts('< '+message); - - message = this.parse(message); - - this.emit.apply(this, [message.command, message.prefix].concat(message.params)); - - if (message !== false) { - this.onMessage(message); - } - } -}; - -Client.prototype.onMessage = function(message) { - switch (message.command) { - case 'PING': - this.send('PONG', ':'+message.params[0]); - break; - } -}; - -Client.prototype.onEof = function() { - this.disconnect('eof'); -}; - -Client.prototype.onTimeout = function() { - this.disconnect('timeout'); -}; - -Client.prototype.onClose = function() { - this.disconnect('close'); -}; - -exports.user = function(prefix) { - return prefix.match(/:([^!]+)!/)[1] -}; diff --git a/node/node_modules/socket.io/examples/irc-output/package.json b/node/node_modules/socket.io/examples/irc-output/package.json deleted file mode 100644 index 88bf42f..0000000 --- a/node/node_modules/socket.io/examples/irc-output/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "socket.io-irc" - , "version": "0.0.1" - , "dependencies": { - "express": "2.3.11" - , "jade": "0.12.1" - , "stylus": "0.13.3" - , "nib": "0.0.8" - } -} diff --git a/node/node_modules/socket.io/examples/irc-output/public/stylesheets/style.styl b/node/node_modules/socket.io/examples/irc-output/public/stylesheets/style.styl deleted file mode 100644 index 2713512..0000000 --- a/node/node_modules/socket.io/examples/irc-output/public/stylesheets/style.styl +++ /dev/null @@ -1,69 +0,0 @@ -@import 'nib' - -h2 - font bold 18px Helvetica Neue, Arial - -#irc, #messages - width 600px - -#irc - position relative - border 1px solid #ccc - -#connecting - position absolute - height 410px - z-index 100 - left 0 - top 0 - background #fff - text-align center - width 600px - font 15px Georgia - color #666 - display block - .wrap - padding-top 150px - -.connected - #connecting - display none - -#messages - height 380px - background #eee - overflow auto - overflow-x hidden - overflow-y auto - &::-webkit-scrollbar - width 6px - height 6px - &::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment - display block - height 10px - &::-webkit-scrollbar-button:vertical:increment - background-color #fff - &::-webkit-scrollbar-track-piece - background-color #fff - -webkit-border-radius 3px - &::-webkit-scrollbar-thumb:vertical - height 50px - background-color #ccc - -webkit-border-radius 3px - &::-webkit-scrollbar-thumb:horizontal - width 50px - background-color #fff - -webkit-border-radius 3px - em - text-shadow 0 1px 0 #fff - color #999 - p - padding 0 - margin 0 - font 12px Helvetica, Arial - padding 5px 10px - b - display inline-block - padding-right 10px - p:nth-child(even) - background #fafafa diff --git a/node/node_modules/socket.io/index.js b/node/node_modules/socket.io/index.js deleted file mode 100644 index cc00c10..0000000 --- a/node/node_modules/socket.io/index.js +++ /dev/null @@ -1,8 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -module.exports = require('./lib/socket.io'); diff --git a/node/node_modules/socket.io/lib/logger.js b/node/node_modules/socket.io/lib/logger.js deleted file mode 100644 index ce480ea..0000000 --- a/node/node_modules/socket.io/lib/logger.js +++ /dev/null @@ -1,96 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var util = require('./util') - , toArray = util.toArray; - -/** - * Log levels. - */ - -var levels = [ - 'error' - , 'warn' - , 'info' - , 'debug' -]; - -/** - * Colors for log levels. - */ - -var colors = [ - 31 - , 33 - , 36 - , 90 -]; - -/** - * Pads the nice output to the longest log level. - */ - -function pad (str) { - var max = 0; - - for (var i = 0, l = levels.length; i < l; i++) - max = Math.max(max, levels[i].length); - - if (str.length < max) - return str + new Array(max - str.length + 1).join(' '); - - return str; -}; - -/** - * Logger (console). - * - * @api public - */ - -var Logger = module.exports = function (opts) { - opts = opts || {} - this.colors = false !== opts.colors; - this.level = 3; -}; - -/** - * Log method. - * - * @api public - */ - -Logger.prototype.log = function (type) { - var index = levels.indexOf(type); - - if (index > this.level) - return this; - - console.log.apply( - console - , [this.colors - ? ' \033[' + colors[index] + 'm' + pad(type) + ' -\033[39m' - : type + ':' - ].concat(toArray(arguments).slice(1)) - ); - - return this; -}; - -/** - * Generate methods. - */ - -levels.forEach(function (name) { - Logger.prototype[name] = function () { - this.log.apply(this, [name].concat(toArray(arguments))); - }; -}); diff --git a/node/node_modules/socket.io/lib/manager.js b/node/node_modules/socket.io/lib/manager.js deleted file mode 100644 index d974afc..0000000 --- a/node/node_modules/socket.io/lib/manager.js +++ /dev/null @@ -1,1026 +0,0 @@ -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var fs = require('fs') - , url = require('url') - , util = require('./util') - , store = require('./store') - , client = require('socket.io-client') - , transports = require('./transports') - , Logger = require('./logger') - , Socket = require('./socket') - , MemoryStore = require('./stores/memory') - , SocketNamespace = require('./namespace') - , EventEmitter = process.EventEmitter; - -/** - * Export the constructor. - */ - -exports = module.exports = Manager; - -/** - * Default transports. - */ - -var defaultTransports = exports.defaultTransports = [ - 'websocket' - , 'htmlfile' - , 'xhr-polling' - , 'jsonp-polling' -]; - -/** - * Inherited defaults. - */ - -var parent = module.parent.exports - , protocol = parent.protocol; - -/** - * Manager constructor. - * - * @param {HTTPServer} server - * @param {Object} options, optional - * @api public - */ - -function Manager (server, options) { - this.server = server; - this.namespaces = {}; - this.sockets = this.of(''); - this.settings = { - origins: '*:*' - , log: true - , store: new MemoryStore - , logger: new Logger - , heartbeats: true - , resource: '/socket.io' - , transports: defaultTransports - , authorization: false - , 'log level': 3 - , 'close timeout': 25 - , 'heartbeat timeout': 15 - , 'heartbeat interval': 20 - , 'polling duration': 20 - , 'flash policy server': true - , 'flash policy port': 10843 - , 'destroy upgrade': true - , 'browser client': true - , 'browser client minification': false - , 'browser client etag': false - , 'browser client handler': false - , 'client store expiration': 15 - }; - - for (var i in options) { - this.settings[i] = options[i]; - } - - this.initStore(); - - // reset listeners - this.oldListeners = server.listeners('request'); - server.removeAllListeners('request'); - - var self = this; - - server.on('request', function (req, res) { - self.handleRequest(req, res); - }); - - server.on('upgrade', function (req, socket, head) { - self.handleUpgrade(req, socket, head); - }); - - server.on('close', function () { - clearInterval(self.gc); - }); - - server.once('listening', function () { - self.gc = setInterval(self.garbageCollection.bind(self), 10000); - }); - - for (var i in transports) { - if (transports[i].init) { - transports[i].init(this); - } - } - - this.log.info('socket.io started'); -}; - -Manager.prototype.__proto__ = EventEmitter.prototype - -/** - * Store accessor shortcut. - * - * @api public - */ - -Manager.prototype.__defineGetter__('store', function () { - var store = this.get('store'); - store.manager = this; - return store; -}); - -/** - * Logger accessor. - * - * @api public - */ - -Manager.prototype.__defineGetter__('log', function () { - if (this.disabled('log')) return; - - var logger = this.get('logger'); - logger.level = this.get('log level') || -1; - - return logger; -}); - -/** - * Get settings. - * - * @api public - */ - -Manager.prototype.get = function (key) { - return this.settings[key]; -}; - -/** - * Set settings - * - * @api public - */ - -Manager.prototype.set = function (key, value) { - if (arguments.length == 1) return this.get(key); - this.settings[key] = value; - this.emit('set:' + key, this.settings[key], key); - return this; -}; - -/** - * Enable a setting - * - * @api public - */ - -Manager.prototype.enable = function (key) { - this.settings[key] = true; - this.emit('set:' + key, this.settings[key], key); - return this; -}; - -/** - * Disable a setting - * - * @api public - */ - -Manager.prototype.disable = function (key) { - this.settings[key] = false; - this.emit('set:' + key, this.settings[key], key); - return this; -}; - -/** - * Checks if a setting is enabled - * - * @api public - */ - -Manager.prototype.enabled = function (key) { - return !!this.settings[key]; -}; - -/** - * Checks if a setting is disabled - * - * @api public - */ - -Manager.prototype.disabled = function (key) { - return !this.settings[key]; -}; - -/** - * Configure callbacks. - * - * @api public - */ - -Manager.prototype.configure = function (env, fn) { - if ('function' == typeof env) { - env.call(this); - } else if (env == process.env.NODE_ENV) { - fn.call(this); - } - - return this; -}; - -/** - * Initializes everything related to the message dispatcher. - * - * @api private - */ - -Manager.prototype.initStore = function () { - this.handshaken = {}; - this.connected = {}; - this.open = {}; - this.closed = {}; - this.closedA = []; - this.rooms = {}; - this.roomClients = {}; - - var self = this; - - this.store.subscribe('handshake', function (id, data) { - self.onHandshake(id, data); - }); - - this.store.subscribe('connect', function (id) { - self.onConnect(id); - }); - - this.store.subscribe('open', function (id) { - self.onOpen(id); - }); - - this.store.subscribe('join', function (id, room) { - self.onJoin(id, room); - }); - - this.store.subscribe('leave', function (id, room) { - self.onLeave(id, room); - }); - - this.store.subscribe('close', function (id) { - self.onClose(id); - }); - - this.store.subscribe('dispatch', function (room, packet, volatile, exceptions) { - self.onDispatch(room, packet, volatile, exceptions); - }); - - this.store.subscribe('disconnect', function (id) { - self.onDisconnect(id); - }); -}; - -/** - * Called when a client handshakes. - * - * @param text - */ - -Manager.prototype.onHandshake = function (id, data) { - this.handshaken[id] = data; -}; - -/** - * Called when a client connects (ie: transport first opens) - * - * @api private - */ - -Manager.prototype.onConnect = function (id) { - this.connected[id] = true; -}; - -/** - * Called when a client opens a request in a different node. - * - * @api private - */ - -Manager.prototype.onOpen = function (id) { - this.open[id] = true; - - // if we were buffering messages for the client, clear them - if (this.closed[id]) { - var self = this; - - this.closedA.splice(this.closedA.indexOf(id), 1); - - this.store.unsubscribe('dispatch:' + id, function () { - delete self.closed[id]; - }); - } - - // clear the current transport - if (this.transports[id]) { - this.transports[id].discard(); - this.transports[id] = null; - } -}; - -/** - * Called when a message is sent to a namespace and/or room. - * - * @api private - */ - -Manager.prototype.onDispatch = function (room, packet, volatile, exceptions) { - if (this.rooms[room]) { - for (var i = 0, l = this.rooms[room].length; i < l; i++) { - var id = this.rooms[room][i]; - - if (!~exceptions.indexOf(id)) { - if (this.transports[id] && this.transports[id].open) { - this.transports[id].onDispatch(packet, volatile); - } else if (!volatile) { - this.onClientDispatch(id, packet); - } - } - } - } -}; - -/** - * Called when a client joins a nsp / room. - * - * @api private - */ - -Manager.prototype.onJoin = function (id, name) { - if (!this.roomClients[id]) { - this.roomClients[id] = {}; - } - - if (!this.rooms[name]) { - this.rooms[name] = []; - } - - if (!~this.rooms[name].indexOf(id)) { - this.rooms[name].push(id); - this.roomClients[id][name] = true; - } -}; - -/** - * Called when a client leaves a nsp / room. - * - * @param private - */ - -Manager.prototype.onLeave = function (id, room) { - if (this.rooms[room]) { - var index = this.rooms[room].indexOf(id); - - if (index >= 0) { - this.rooms[room].splice(index, 1); - } - - if (!this.rooms[room].length) { - delete this.rooms[room]; - } - delete this.roomClients[id][room]; - } -}; - -/** - * Called when a client closes a request in different node. - * - * @api private - */ - -Manager.prototype.onClose = function (id) { - if (this.open[id]) { - delete this.open[id]; - } - - this.closed[id] = []; - this.closedA.push(id); - - var self = this; - - this.store.subscribe('dispatch:' + id, function (packet, volatile) { - if (!volatile) { - self.onClientDispatch(id, packet); - } - }); -}; - -/** - * Dispatches a message for a closed client. - * - * @api private - */ - -Manager.prototype.onClientDispatch = function (id, packet) { - if (this.closed[id]) { - this.closed[id].push(packet); - } -}; - -/** - * Receives a message for a client. - * - * @api private - */ - -Manager.prototype.onClientMessage = function (id, packet) { - if (this.namespaces[packet.endpoint]) { - this.namespaces[packet.endpoint].handlePacket(id, packet); - } -}; - -/** - * Fired when a client disconnects (not triggered). - * - * @api private - */ - -Manager.prototype.onClientDisconnect = function (id, reason) { - for (var name in this.namespaces) { - if (this.roomClients[id][name]) { - this.namespaces[name].handleDisconnect(id, reason); - } - } - - this.onDisconnect(id); -}; - -/** - * Called when a client disconnects. - * - * @param text - */ - -Manager.prototype.onDisconnect = function (id, local) { - delete this.handshaken[id]; - - if (this.open[id]) { - delete this.open[id]; - } - - if (this.connected[id]) { - delete this.connected[id]; - } - - if (this.transports[id]) { - this.transports[id].discard(); - delete this.transports[id]; - } - - if (this.closed[id]) { - delete this.closed[id]; - this.closedA.splice(this.closedA.indexOf(id), 1); - } - - if (this.roomClients[id]) { - for (var room in this.roomClients[id]) { - this.onLeave(id, room); - } - delete this.roomClients[id] - } - - this.store.destroyClient(id, this.get('client store expiration')); - - this.store.unsubscribe('dispatch:' + id); - - if (local) { - this.store.unsubscribe('message:' + id); - this.store.unsubscribe('disconnect:' + id); - } -}; - -/** - * Handles an HTTP request. - * - * @api private - */ - -Manager.prototype.handleRequest = function (req, res) { - var data = this.checkRequest(req); - - if (!data) { - for (var i = 0, l = this.oldListeners.length; i < l; i++) { - this.oldListeners[i].call(this.server, req, res); - } - - return; - } - - if (data.static || !data.transport && !data.protocol) { - if (data.static && this.enabled('browser client')) { - this.handleClientRequest(req, res, data); - } else { - res.writeHead(200); - res.end('Welcome to socket.io.'); - - this.log.info('unhandled socket.io url'); - } - - return; - } - - if (data.protocol != protocol) { - res.writeHead(500); - res.end('Protocol version not supported.'); - - this.log.info('client protocol version unsupported'); - } else { - if (data.id) { - this.handleHTTPRequest(data, req, res); - } else { - this.handleHandshake(data, req, res); - } - } -}; - -/** - * Handles an HTTP Upgrade. - * - * @api private - */ - -Manager.prototype.handleUpgrade = function (req, socket, head) { - var data = this.checkRequest(req) - , self = this; - - if (!data) { - if (this.enabled('destroy upgrade')) { - socket.end(); - this.log.debug('destroying non-socket.io upgrade'); - } - - return; - } - - req.head = head; - this.handleClient(data, req); -}; - -/** - * Handles a normal handshaken HTTP request (eg: long-polling) - * - * @api private - */ - -Manager.prototype.handleHTTPRequest = function (data, req, res) { - req.res = res; - this.handleClient(data, req); -}; - -/** - * Intantiantes a new client. - * - * @api private - */ - -Manager.prototype.handleClient = function (data, req) { - var socket = req.socket - , store = this.store - , self = this; - - if (undefined != data.query.disconnect) { - if (this.transports[data.id] && this.transports[data.id].open) { - this.transports[data.id].onForcedDisconnect(); - } else { - this.store.publish('disconnect-force:' + data.id); - } - return; - } - - if (!~this.get('transports').indexOf(data.transport)) { - this.log.warn('unknown transport: "' + data.transport + '"'); - req.connection.end(); - return; - } - - var transport = new transports[data.transport](this, data, req) - , handshaken = this.handshaken[data.id]; - - if (handshaken) { - if (transport.open) { - if (this.closed[data.id] && this.closed[data.id].length) { - transport.payload(this.closed[data.id]); - this.closed[data.id] = []; - } - - this.onOpen(data.id); - this.store.publish('open', data.id); - this.transports[data.id] = transport; - } - - if (!this.connected[data.id]) { - this.onConnect(data.id); - this.store.publish('connect', data.id); - - // flag as used - delete handshaken.issued; - this.onHandshake(data.id, handshaken); - this.store.publish('handshake', data.id, handshaken); - - // initialize the socket for all namespaces - for (var i in this.namespaces) { - var socket = this.namespaces[i].socket(data.id, true); - - // echo back connect packet and fire connection event - if (i === '') { - this.namespaces[i].handlePacket(data.id, { type: 'connect' }); - } - } - - this.store.subscribe('message:' + data.id, function (packet) { - self.onClientMessage(data.id, packet); - }); - - this.store.subscribe('disconnect:' + data.id, function (reason) { - self.onClientDisconnect(data.id, reason); - }); - } - } else { - if (transport.open) { - transport.error('client not handshaken', 'reconnect'); - } - - transport.discard(); - } -}; - -/** - * Dictionary for static file serving - * - * @api public - */ - -Manager.static = { - cache: {} - , paths: { - '/static/flashsocket/WebSocketMain.swf': client.dist + '/WebSocketMain.swf' - , '/static/flashsocket/WebSocketMainInsecure.swf': - client.dist + '/WebSocketMainInsecure.swf' - , '/socket.io.js': client.dist + '/socket.io.js' - , '/socket.io.js.min': client.dist + '/socket.io.min.js' - } - , mime: { - 'js': { - contentType: 'application/javascript' - , encoding: 'utf8' - } - , 'swf': { - contentType: 'application/x-shockwave-flash' - , encoding: 'binary' - } - } -}; - -/** - * Serves the client. - * - * @api private - */ - -Manager.prototype.handleClientRequest = function (req, res, data) { - var static = Manager.static - , extension = data.path.split('.').pop() - , file = data.path + (this.enabled('browser client minification') - && extension == 'js' ? '.min' : '') - , location = static.paths[file] - , cache = static.cache[file]; - - var self = this; - - /** - * Writes a response, safely - * - * @api private - */ - - function write (status, headers, content, encoding) { - try { - res.writeHead(status, headers || null); - res.end(content || '', encoding || null); - } catch (e) {} - } - - function serve () { - if (req.headers['if-none-match'] === cache.Etag) { - return write(304); - } - - var mime = static.mime[extension] - , headers = { - 'Content-Type': mime.contentType - , 'Content-Length': cache.length - }; - - if (self.enabled('browser client etag') && cache.Etag) { - headers.Etag = cache.Etag; - } - - write(200, headers, cache.content, mime.encoding); - self.log.debug('served static ' + data.path); - } - - if (this.get('browser client handler')) { - this.get('browser client handler').call(this, req, res); - } else if (!cache) { - fs.readFile(location, function (err, data) { - if (err) { - write(500, null, 'Error serving static ' + data.path); - self.log.warn('Can\'t cache '+ data.path +', ' + err.message); - return; - } - - cache = Manager.static.cache[file] = { - content: data - , length: data.length - , Etag: client.version - }; - - serve(); - }); - } else { - serve(); - } -}; - -/** - * Generates a session id. - * - * @api private - */ - -Manager.prototype.generateId = function () { - return Math.abs(Math.random() * Math.random() * Date.now() | 0).toString() - + Math.abs(Math.random() * Math.random() * Date.now() | 0).toString(); -}; - -/** - * Handles a handshake request. - * - * @api private - */ - -Manager.prototype.handleHandshake = function (data, req, res) { - var self = this; - - function writeErr (status, message) { - if (data.query.jsonp) { - res.writeHead(200, { 'Content-Type': 'application/javascript' }); - res.end('io.j[' + data.query.jsonp + '](new Error("' + message + '"));'); - } else { - res.writeHead(status, { 'Content-Type': 'text/plain' }); - res.end(message); - } - }; - - function error (err) { - writeErr(500, 'handshake error'); - self.log.warn('handshake error ' + err); - }; - - if (!this.verifyOrigin(req)) { - writeErr(403, 'handshake bad origin'); - return; - } - - var handshakeData = this.handshakeData(data); - - this.authorize(handshakeData, function (err, authorized, newData) { - if (err) return error(err); - - if (authorized) { - var id = self.generateId() - , hs = [ - id - , self.enabled('heartbeats') ? self.get('heartbeat timeout') || '' : '' - , self.get('close timeout') || '' - , self.transports(data).join(',') - ].join(':'); - - if (data.query.jsonp) { - hs = 'io.j[' + data.query.jsonp + '](' + JSON.stringify(hs) + ');'; - res.writeHead(200, { 'Content-Type': 'application/javascript' }); - } else { - res.writeHead(200, { 'Content-Type': 'text/plain' }); - } - - res.end(hs); - - self.onHandshake(id, newData || handshakeData); - self.store.publish('handshake', id, newData || handshakeData); - - self.log.info('handshake authorized', id); - } else { - writeErr(403, 'handshake unauthorized'); - self.log.info('handshake unauthorized'); - } - }) -}; - -/** - * Gets normalized handshake data - * - * @api private - */ - -Manager.prototype.handshakeData = function (data) { - var connection = data.request.connection - , connectionAddress - , date = new Date; - - if (connection.remoteAddress) { - connectionAddress = { - address: connection.remoteAddress - , port: connection.remotePort - }; - } else if (connection.socket && connection.socket.remoteAddress) { - connectionAddress = { - address: connection.socket.remoteAddress - , port: connection.socket.remotePort - }; - } - - return { - headers: data.headers - , address: connectionAddress - , time: date.toString() - , query: data.query - , url: data.request.url - , xdomain: !!data.request.headers.origin - , secure: data.request.connection.secure - , issued: +date - }; -}; - -/** - * Verifies the origin of a request. - * - * @api private - */ - -Manager.prototype.verifyOrigin = function (request) { - var origin = request.headers.origin || request.headers.referer - , origins = this.get('origins'); - - if (origin === 'null') origin = '*'; - - if (origins.indexOf('*:*') !== -1) { - return true; - } - - if (origin) { - try { - var parts = url.parse(origin); - var ok = - ~origins.indexOf(parts.hostname + ':' + parts.port) || - ~origins.indexOf(parts.hostname + ':*') || - ~origins.indexOf('*:' + parts.port); - if (!ok) this.log.warn('illegal origin: ' + origin); - return ok; - } catch (ex) { - this.log.warn('error parsing origin'); - } - } - else { - this.log.warn('origin missing from handshake, yet required by config'); - } - return false; -}; - -/** - * Handles an incoming packet. - * - * @api private - */ - -Manager.prototype.handlePacket = function (sessid, packet) { - this.of(packet.endpoint || '').handlePacket(sessid, packet); -}; - -/** - * Performs authentication. - * - * @param Object client request data - * @api private - */ - -Manager.prototype.authorize = function (data, fn) { - if (this.get('authorization')) { - var self = this; - - this.get('authorization').call(this, data, function (err, authorized) { - self.log.debug('client ' + authorized ? 'authorized' : 'unauthorized'); - fn(err, authorized); - }); - } else { - this.log.debug('client authorized'); - fn(null, true); - } - - return this; -}; - -/** - * Retrieves the transports adviced to the user. - * - * @api private - */ - -Manager.prototype.transports = function (data) { - var transp = this.get('transports') - , ret = []; - - for (var i = 0, l = transp.length; i < l; i++) { - var transport = transp[i]; - - if (transport) { - if (!transport.checkClient || transport.checkClient(data)) { - ret.push(transport); - } - } - } - - return ret; -}; - -/** - * Checks whether a request is a socket.io one. - * - * @return {Object} a client request data object or `false` - * @api private - */ - -var regexp = /^\/([^\/]+)\/?([^\/]+)?\/?([^\/]+)?\/?$/ - -Manager.prototype.checkRequest = function (req) { - var resource = this.get('resource'); - - if (req.url.substr(0, resource.length) == resource) { - var uri = url.parse(req.url.substr(resource.length), true) - , path = uri.pathname || '' - , pieces = path.match(regexp); - - // client request data - var data = { - query: uri.query || {} - , headers: req.headers - , request: req - , path: path - }; - - if (pieces) { - data.protocol = Number(pieces[1]); - data.transport = pieces[2]; - data.id = pieces[3]; - data.static = !!Manager.static.paths[path]; - }; - - return data; - } - - return false; -}; - -/** - * Declares a socket namespace - * - * @api public - */ - -Manager.prototype.of = function (nsp) { - if (this.namespaces[nsp]) { - return this.namespaces[nsp]; - } - - return this.namespaces[nsp] = new SocketNamespace(this, nsp); -}; - -/** - * Perform garbage collection on long living objects and properties that cannot - * be removed automatically. - * - * @api private - */ - -Manager.prototype.garbageCollection = function () { - // clean up unused handshakes - var ids = Object.keys(this.handshaken) - , i = ids.length - , now = Date.now() - , handshake; - - while (i--) { - handshake = this.handshaken[ids[i]]; - - if ('issued' in handshake && (now - handshake.issued) >= 3E4) { - this.onDisconnect(ids[i]); - } - } -}; diff --git a/node/node_modules/socket.io/lib/namespace.js b/node/node_modules/socket.io/lib/namespace.js deleted file mode 100644 index b5b26ff..0000000 --- a/node/node_modules/socket.io/lib/namespace.js +++ /dev/null @@ -1,350 +0,0 @@ -/** - * Module dependencies. - */ - -var Socket = require('./socket') - , EventEmitter = process.EventEmitter - , parser = require('./parser') - , util = require('./util'); - -/** - * Exports the constructor. - */ - -exports = module.exports = SocketNamespace; - -/** - * Constructor. - * - * @api public. - */ - -function SocketNamespace (mgr, name) { - this.manager = mgr; - this.name = name || ''; - this.sockets = {}; - this.auth = false; - this.setFlags(); -}; - -/** - * Inherits from EventEmitter. - */ - -SocketNamespace.prototype.__proto__ = EventEmitter.prototype; - -/** - * Copies emit since we override it - * - * @api private - */ - -SocketNamespace.prototype.$emit = EventEmitter.prototype.emit; - -/** - * Retrieves all clients as Socket instances as an array. - * - * @api public - */ - -SocketNamespace.prototype.clients = function (room) { - var room = this.name + (room !== undefined ? - '/' + room : ''); - - if (!this.manager.rooms[room]) { - return []; - } - - return this.manager.rooms[room].map(function (id) { - return this.socket(id); - }, this); -}; - -/** - * Access logger interface. - * - * @api public - */ - -SocketNamespace.prototype.__defineGetter__('log', function () { - return this.manager.log; -}); - -/** - * Access store. - * - * @api public - */ - -SocketNamespace.prototype.__defineGetter__('store', function () { - return this.manager.store; -}); - -/** - * JSON message flag. - * - * @api public - */ - -SocketNamespace.prototype.__defineGetter__('json', function () { - this.flags.json = true; - return this; -}); - -/** - * Volatile message flag. - * - * @api public - */ - -SocketNamespace.prototype.__defineGetter__('volatile', function () { - this.flags.volatile = true; - return this; -}); - -/** - * Overrides the room to relay messages to (flag) - * - * @api public - */ - -SocketNamespace.prototype.in = SocketNamespace.prototype.to = function (room) { - this.flags.endpoint = this.name + (room ? '/' + room : ''); - return this; -}; - -/** - * Adds a session id we should prevent relaying messages to (flag) - * - * @api public - */ - -SocketNamespace.prototype.except = function (id) { - this.flags.exceptions.push(id); - return this; -}; - -/** - * Sets the default flags. - * - * @api private - */ - -SocketNamespace.prototype.setFlags = function () { - this.flags = { - endpoint: this.name - , exceptions: [] - }; - return this; -}; - -/** - * Sends out a packet - * - * @api private - */ - -SocketNamespace.prototype.packet = function (packet) { - packet.endpoint = this.name; - - var store = this.store - , log = this.log - , volatile = this.flags.volatile - , exceptions = this.flags.exceptions - , packet = parser.encodePacket(packet); - - this.manager.onDispatch(this.flags.endpoint, packet, volatile, exceptions); - this.store.publish('dispatch', this.flags.endpoint, packet, volatile, exceptions); - - this.setFlags(); - - return this; -}; - -/** - * Sends to everyone. - * - * @api public - */ - -SocketNamespace.prototype.send = function (data) { - return this.packet({ - type: this.flags.json ? 'json' : 'message' - , data: data - }); -}; - -/** - * Emits to everyone (override) - * - * @api private - */ - -SocketNamespace.prototype.emit = function (name) { - if (name == 'newListener') { - return this.$emit.apply(this, arguments); - } - - return this.packet({ - type: 'event' - , name: name - , args: util.toArray(arguments).slice(1) - }); -}; - -/** - * Retrieves or creates a write-only socket for a client, unless specified. - * - * @param {Boolean} whether the socket will be readable when initialized - * @api private - */ - -SocketNamespace.prototype.socket = function (sid, readable) { - if (!this.sockets[sid]) { - this.sockets[sid] = new Socket(this.manager, sid, this, readable); - } - - return this.sockets[sid]; -}; - -/** - * Sets authorization for this namespace - * - * @api public - */ - -SocketNamespace.prototype.authorization = function (fn) { - this.auth = fn; - return this; -}; - -/** - * Called when a socket disconnects entirely. - * - * @api private - */ - -SocketNamespace.prototype.handleDisconnect = function (sid, reason) { - if (this.sockets[sid] && this.sockets[sid].readable) { - this.sockets[sid].onDisconnect(reason); - delete this.sockets[sid]; - } -}; - -/** - * Performs authentication. - * - * @param Object client request data - * @api private - */ - -SocketNamespace.prototype.authorize = function (data, fn) { - if (this.auth) { - var self = this; - - this.auth.call(this, data, function (err, authorized) { - self.log.debug('client ' + - (authorized ? '' : 'un') + 'authorized for ' + self.name); - fn(err, authorized); - }); - } else { - this.log.debug('client authorized for ' + this.name); - fn(null, true); - } - - return this; -}; - -/** - * Handles a packet. - * - * @api private - */ - -SocketNamespace.prototype.handlePacket = function (sessid, packet) { - var socket = this.socket(sessid) - , dataAck = packet.ack == 'data' - , self = this; - - function ack () { - self.log.debug('sending data ack packet'); - socket.packet({ - type: 'ack' - , args: util.toArray(arguments) - , ackId: packet.id - }); - }; - - function error (err) { - self.log.warn('handshake error ' + err + ' for ' + self.name); - socket.packet({ type: 'error', reason: err }); - }; - - function connect () { - self.manager.onJoin(sessid, self.name); - self.store.publish('join', sessid, self.name); - - // packet echo - socket.packet({ type: 'connect' }); - - // emit connection event - self.$emit('connection', socket); - }; - - switch (packet.type) { - case 'connect': - if (packet.endpoint == '') { - connect(); - } else { - var manager = this.manager - , handshakeData = manager.handshaken[sessid]; - - this.authorize(handshakeData, function (err, authorized, newData) { - if (err) return error(err); - - if (authorized) { - manager.onHandshake(sessid, newData || handshakeData); - self.store.publish('handshake', sessid, newData || handshakeData); - connect(); - } else { - error('unauthorized'); - } - }); - } - break; - - case 'ack': - if (socket.acks[packet.ackId]) { - socket.acks[packet.ackId].apply(socket, packet.args); - } else { - this.log.info('unknown ack packet'); - } - break; - - case 'event': - var params = [packet.name].concat(packet.args); - - if (dataAck) { - params.push(ack); - } - - socket.$emit.apply(socket, params); - break; - - case 'disconnect': - this.manager.onLeave(sessid, this.name); - this.store.publish('leave', sessid, this.name); - - socket.$emit('disconnect', packet.reason || 'packet'); - break; - - case 'json': - case 'message': - var params = ['message', packet.data]; - - if (dataAck) - params.push(ack); - - socket.$emit.apply(socket, params); - }; -}; diff --git a/node/node_modules/socket.io/lib/parser.js b/node/node_modules/socket.io/lib/parser.js deleted file mode 100644 index 707c637..0000000 --- a/node/node_modules/socket.io/lib/parser.js +++ /dev/null @@ -1,243 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -/** - * Packet types. - */ - -var packets = exports.packets = [ - 'disconnect' - , 'connect' - , 'heartbeat' - , 'message' - , 'json' - , 'event' - , 'ack' - , 'error' - , 'noop' -]; - -/** - * Errors reasons. - */ - -var reasons = exports.reasons = [ - 'transport not supported' - , 'client not handshaken' - , 'unauthorized' -]; - -/** - * Errors advice. - */ - -var advice = exports.advice = [ - 'reconnect' -]; - -/** - * Encodes a packet. - * - * @api private - */ - -exports.encodePacket = function (packet) { - var type = packets.indexOf(packet.type) - , id = packet.id || '' - , endpoint = packet.endpoint || '' - , ack = packet.ack - , data = null; - - switch (packet.type) { - case 'error': - var reason = packet.reason ? reasons.indexOf(packet.reason) : '' - , adv = packet.advice ? advice.indexOf(packet.advice) : '' - - if (reason !== '' || adv !== '') - data = reason + (adv !== '' ? ('+' + adv) : '') - - break; - - case 'message': - if (packet.data !== '') - data = packet.data; - break; - - case 'event': - var ev = { name: packet.name }; - - if (packet.args && packet.args.length) { - ev.args = packet.args; - } - - data = JSON.stringify(ev); - break; - - case 'json': - data = JSON.stringify(packet.data); - break; - - case 'connect': - if (packet.qs) - data = packet.qs; - break; - - case 'ack': - data = packet.ackId - + (packet.args && packet.args.length - ? '+' + JSON.stringify(packet.args) : ''); - break; - } - - // construct packet with required fragments - var encoded = [ - type - , id + (ack == 'data' ? '+' : '') - , endpoint - ]; - - // data fragment is optional - if (data !== null && data !== undefined) - encoded.push(data); - - return encoded.join(':'); -}; - -/** - * Encodes multiple messages (payload). - * - * @param {Array} messages - * @api private - */ - -exports.encodePayload = function (packets) { - var decoded = ''; - - if (packets.length == 1) - return packets[0]; - - for (var i = 0, l = packets.length; i < l; i++) { - var packet = packets[i]; - decoded += '\ufffd' + packet.length + '\ufffd' + packets[i] - } - - return decoded; -}; - -/** - * Decodes a packet - * - * @api private - */ - -var regexp = /([^:]+):([0-9]+)?(\+)?:([^:]+)?:?([\s\S]*)?/; - -exports.decodePacket = function (data) { - var pieces = data.match(regexp); - - if (!pieces) return {}; - - var id = pieces[2] || '' - , data = pieces[5] || '' - , packet = { - type: packets[pieces[1]] - , endpoint: pieces[4] || '' - }; - - // whether we need to acknowledge the packet - if (id) { - packet.id = id; - if (pieces[3]) - packet.ack = 'data'; - else - packet.ack = true; - } - - // handle different packet types - switch (packet.type) { - case 'error': - var pieces = data.split('+'); - packet.reason = reasons[pieces[0]] || ''; - packet.advice = advice[pieces[1]] || ''; - break; - - case 'message': - packet.data = data || ''; - break; - - case 'event': - try { - var opts = JSON.parse(data); - packet.name = opts.name; - packet.args = opts.args; - } catch (e) { } - - packet.args = packet.args || []; - break; - - case 'json': - try { - packet.data = JSON.parse(data); - } catch (e) { } - break; - - case 'connect': - packet.qs = data || ''; - break; - - case 'ack': - var pieces = data.match(/^([0-9]+)(\+)?(.*)/); - if (pieces) { - packet.ackId = pieces[1]; - packet.args = []; - - if (pieces[3]) { - try { - packet.args = pieces[3] ? JSON.parse(pieces[3]) : []; - } catch (e) { } - } - } - break; - - case 'disconnect': - case 'heartbeat': - break; - }; - - return packet; -}; - -/** - * Decodes data payload. Detects multiple messages - * - * @return {Array} messages - * @api public - */ - -exports.decodePayload = function (data) { - if (data[0] == '\ufffd') { - var ret = []; - - for (var i = 1, length = ''; i < data.length; i++) { - if (data[i] == '\ufffd') { - ret.push(exports.decodePacket(data.substr(i + 1).substr(0, length))); - i += Number(length) + 1; - length = ''; - } else { - length += data[i]; - } - } - - return ret; - } else { - return [exports.decodePacket(data)]; - } -}; diff --git a/node/node_modules/socket.io/lib/socket.io.js b/node/node_modules/socket.io/lib/socket.io.js deleted file mode 100644 index 4c0bae5..0000000 --- a/node/node_modules/socket.io/lib/socket.io.js +++ /dev/null @@ -1,128 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var client = require('socket.io-client'); - -/** - * Version. - */ - -exports.version = '0.8.4'; - -/** - * Supported protocol version. - */ - -exports.protocol = 1; - -/** - * Client that we serve. - */ - -exports.clientVersion = client.version; - -/** - * Attaches a manager - * - * @param {HTTPServer/Number} a HTTP/S server or a port number to listen on. - * @param {Object} opts to be passed to Manager and/or http server - * @param {Function} callback if a port is supplied - * @api public - */ - -exports.listen = function (server, options, fn) { - if ('function' == typeof options) { - fn = options; - options = {}; - } - - if ('undefined' == typeof server) { - // create a server that listens on port 80 - server = 80; - } - - if ('number' == typeof server) { - // if a port number is passed - var port = server; - - if (options && options.key) - server = require('https').createServer(options); - else - server = require('http').createServer(); - - // default response - server.on('request', function (req, res) { - res.writeHead(200); - res.end('Welcome to socket.io.'); - }); - - server.listen(port, fn); - } - - // otherwise assume a http/s server - return new exports.Manager(server, options); -}; - -/** - * Manager constructor. - * - * @api public - */ - -exports.Manager = require('./manager'); - -/** - * Transport constructor. - * - * @api public - */ - -exports.Transport = require('./transport'); - -/** - * Socket constructor. - * - * @api public - */ - -exports.Socket = require('./socket'); - -/** - * Store constructor. - * - * @api public - */ - -exports.Store = require('./store'); - -/** - * Memory Store constructor. - * - * @api public - */ - -exports.MemoryStore = require('./stores/memory'); - -/** - * Redis Store constructor. - * - * @api public - */ - -exports.RedisStore = require('./stores/redis'); - -/** - * Parser. - * - * @api public - */ - -exports.parser = require('./parser'); diff --git a/node/node_modules/socket.io/lib/socket.js b/node/node_modules/socket.io/lib/socket.js deleted file mode 100644 index c0d7b50..0000000 --- a/node/node_modules/socket.io/lib/socket.js +++ /dev/null @@ -1,352 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var parser = require('./parser') - , util = require('./util') - , EventEmitter = process.EventEmitter - -/** - * Export the constructor. - */ - -exports = module.exports = Socket; - -/** - * Default error event listener to prevent uncaught exceptions. - */ - -var defaultError = function () {}; - -/** - * Socket constructor. - * - * @param {Manager} manager instance - * @param {String} session id - * @param {Namespace} namespace the socket belongs to - * @param {Boolean} whether the - * @api public - */ - -function Socket (manager, id, nsp, readable) { - this.id = id; - this.namespace = nsp; - this.manager = manager; - this.disconnected = false; - this.ackPackets = 0; - this.acks = {}; - this.setFlags(); - this.readable = readable; - this.store = this.manager.store.client(this.id); - this.on('error', defaultError); -}; - -/** - * Inherits from EventEmitter. - */ - -Socket.prototype.__proto__ = EventEmitter.prototype; - -/** - * Accessor shortcut for the handshake data - * - * @api private - */ - -Socket.prototype.__defineGetter__('handshake', function () { - return this.manager.handshaken[this.id]; -}); - -/** - * Accessor shortcut for the logger. - * - * @api private - */ - -Socket.prototype.__defineGetter__('log', function () { - return this.manager.log; -}); - -/** - * JSON message flag. - * - * @api public - */ - -Socket.prototype.__defineGetter__('json', function () { - this.flags.json = true; - return this; -}); - -/** - * Volatile message flag. - * - * @api public - */ - -Socket.prototype.__defineGetter__('volatile', function () { - this.flags.volatile = true; - return this; -}); - -/** - * Broadcast message flag. - * - * @api public - */ - -Socket.prototype.__defineGetter__('broadcast', function () { - this.flags.broadcast = true; - return this; -}); - -/** - * Overrides the room to broadcast messages to (flag) - * - * @api public - */ - -Socket.prototype.to = Socket.prototype.in = function (room) { - this.flags.room = room; - return this; -}; - -/** - * Resets flags - * - * @api private - */ - -Socket.prototype.setFlags = function () { - this.flags = { - endpoint: this.namespace.name - , room: '' - }; - return this; -}; - -/** - * Triggered on disconnect - * - * @api private - */ - -Socket.prototype.onDisconnect = function (reason) { - if (!this.disconnected) { - this.$emit('disconnect', reason); - this.disconnected = true; - } -}; - -/** - * Joins a user to a room. - * - * @api public - */ - -Socket.prototype.join = function (name, fn) { - var nsp = this.namespace.name - , name = (nsp + '/') + name; - - this.manager.onJoin(this.id, name); - this.manager.store.publish('join', this.id, name); - - if (fn) { - this.log.warn('Client#join callback is deprecated'); - fn(); - } - - return this; -}; - -/** - * Un-joins a user from a room. - * - * @api public - */ - -Socket.prototype.leave = function (name, fn) { - var nsp = this.namespace.name - , name = (nsp + '/') + name; - - this.manager.onLeave(this.id, name); - this.manager.store.publish('leave', this.id, name); - - if (fn) { - this.log.warn('Client#leave callback is deprecated'); - fn(); - } - - return this; -}; - -/** - * Transmits a packet. - * - * @api private - */ - -Socket.prototype.packet = function (packet) { - if (this.flags.broadcast) { - this.log.debug('broadcasting packet'); - this.namespace.in(this.flags.room).except(this.id).packet(packet); - } else { - packet.endpoint = this.flags.endpoint; - packet = parser.encodePacket(packet); - - this.dispatch(packet, this.flags.volatile); - } - - this.setFlags(); - - return this; -}; - -/** - * Dispatches a packet - * - * @api private - */ - -Socket.prototype.dispatch = function (packet, volatile) { - if (this.manager.transports[this.id] && this.manager.transports[this.id].open) { - this.manager.transports[this.id].onDispatch(packet, volatile); - } else { - if (!volatile) { - this.manager.onClientDispatch(this.id, packet, volatile); - } - - this.manager.store.publish('dispatch:' + this.id, packet, volatile); - } -}; - -/** - * Stores data for the client. - * - * @api public - */ - -Socket.prototype.set = function (key, value, fn) { - this.store.set(key, value, fn); - return this; -}; - -/** - * Retrieves data for the client - * - * @api public - */ - -Socket.prototype.get = function (key, fn) { - this.store.get(key, fn); - return this; -}; - -/** - * Checks data for the client - * - * @api public - */ - -Socket.prototype.has = function (key, fn) { - this.store.has(key, fn); - return this; -}; - -/** - * Deletes data for the client - * - * @api public - */ - -Socket.prototype.del = function (key, fn) { - this.store.del(key, fn); - return this; -}; - -/** - * Kicks client - * - * @api public - */ - -Socket.prototype.disconnect = function () { - if (!this.disconnected) { - this.log.info('booting client'); - - if (this.manager.transports[this.id] && this.manager.transports[this.id].open) { - this.manager.transports[this.id].onForcedDisconnect(); - } else { - this.manager.onClientDisconnect(this.id); - this.manager.store.publish('disconnect:' + this.id); - } - } - - return this; -}; - -/** - * Send a message. - * - * @api public - */ - -Socket.prototype.send = function (data, fn) { - var packet = { - type: this.flags.json ? 'json' : 'message' - , data: data - }; - - if (fn) { - packet.id = ++this.ackPackets; - packet.ack = true; - this.acks[packet.id] = fn; - } - - return this.packet(packet); -}; - -/** - * Original emit function. - * - * @api private - */ - -Socket.prototype.$emit = EventEmitter.prototype.emit; - -/** - * Emit override for custom events. - * - * @api public - */ - -Socket.prototype.emit = function (ev) { - if (ev == 'newListener') { - return this.$emit.apply(this, arguments); - } - - var args = util.toArray(arguments).slice(1) - , lastArg = args[args.length - 1] - , packet = { - type: 'event' - , name: ev - }; - - if ('function' == typeof lastArg) { - packet.id = ++this.ackPackets; - packet.ack = lastArg.length ? 'data' : true; - this.acks[packet.id] = lastArg; - args = args.slice(0, args.length - 1); - } - - packet.args = args; - - return this.packet(packet); -}; diff --git a/node/node_modules/socket.io/lib/store.js b/node/node_modules/socket.io/lib/store.js deleted file mode 100644 index 06c0389..0000000 --- a/node/node_modules/socket.io/lib/store.js +++ /dev/null @@ -1,98 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Expose the constructor. - */ - -exports = module.exports = Store; - -/** - * Module dependencies. - */ - -var EventEmitter = process.EventEmitter; - -/** - * Store interface - * - * @api public - */ - -function Store (options) { - this.options = options; - this.clients = {}; -}; - -/** - * Inherit from EventEmitter. - */ - -Store.prototype.__proto__ = EventEmitter.prototype; - -/** - * Initializes a client store - * - * @param {String} id - * @api public - */ - -Store.prototype.client = function (id) { - if (!this.clients[id]) { - this.clients[id] = new (this.constructor.Client)(this, id); - } - - return this.clients[id]; -}; - -/** - * Destroys a client - * - * @api {String} sid - * @param {Number} number of seconds to expire client data - * @api private - */ - -Store.prototype.destroyClient = function (id, expiration) { - if (this.clients[id]) { - this.clients[id].destroy(expiration); - delete this.clients[id]; - } - - return this; -}; - -/** - * Destroys the store - * - * @param {Number} number of seconds to expire client data - * @api private - */ - -Store.prototype.destroy = function (clientExpiration) { - var keys = Object.keys(this.clients) - , count = keys.length; - - for (var i = 0, l = count; i < l; i++) { - this.destroyClient(keys[i], clientExpiration); - } - - this.clients = {}; - - return this; -}; - -/** - * Client. - * - * @api public - */ - -Store.Client = function (store, id) { - this.store = store; - this.id = id; -}; diff --git a/node/node_modules/socket.io/lib/stores/memory.js b/node/node_modules/socket.io/lib/stores/memory.js deleted file mode 100644 index 8b731a7..0000000 --- a/node/node_modules/socket.io/lib/stores/memory.js +++ /dev/null @@ -1,143 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var crypto = require('crypto') - , Store = require('../store'); - -/** - * Exports the constructor. - */ - -exports = module.exports = Memory; -Memory.Client = Client; - -/** - * Memory store - * - * @api public - */ - -function Memory (opts) { - Store.call(this, opts); -}; - -/** - * Inherits from Store. - */ - -Memory.prototype.__proto__ = Store.prototype; - -/** - * Publishes a message. - * - * @api private - */ - -Memory.prototype.publish = function () { }; - -/** - * Subscribes to a channel - * - * @api private - */ - -Memory.prototype.subscribe = function () { }; - -/** - * Unsubscribes - * - * @api private - */ - -Memory.prototype.unsubscribe = function () { }; - -/** - * Client constructor - * - * @api private - */ - -function Client () { - Store.Client.apply(this, arguments); - this.data = {}; -}; - -/** - * Inherits from Store.Client - */ - -Client.prototype.__proto__ = Store.Client; - -/** - * Gets a key - * - * @api public - */ - -Client.prototype.get = function (key, fn) { - fn(null, this.data[key] === undefined ? null : this.data[key]); - return this; -}; - -/** - * Sets a key - * - * @api public - */ - -Client.prototype.set = function (key, value, fn) { - this.data[key] = value; - fn && fn(null); - return this; -}; - -/** - * Has a key - * - * @api public - */ - -Client.prototype.has = function (key, fn) { - fn(null, key in this.data); -}; - -/** - * Deletes a key - * - * @api public - */ - -Client.prototype.del = function (key, fn) { - delete this.data[key]; - fn && fn(null); - return this; -}; - -/** - * Destroys the client. - * - * @param {Number} number of seconds to expire data - * @api private - */ - -Client.prototype.destroy = function (expiration) { - if ('number' != typeof expiration) { - this.data = {}; - } else { - var self = this; - - setTimeout(function () { - self.data = {}; - }, expiration * 1000); - } - - return this; -}; diff --git a/node/node_modules/socket.io/lib/stores/redis.js b/node/node_modules/socket.io/lib/stores/redis.js deleted file mode 100644 index 26f7a92..0000000 --- a/node/node_modules/socket.io/lib/stores/redis.js +++ /dev/null @@ -1,250 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var crypto = require('crypto') - , Store = require('../store') - , assert = require('assert'); - -/** - * Exports the constructor. - */ - -exports = module.exports = Redis; -Redis.Client = Client; - -/** - * Redis store. - * Options: - * - nodeId (fn) gets an id that uniquely identifies this node - * - redis (fn) redis constructor, defaults to redis - * - redisPub (object) options to pass to the pub redis client - * - redisSub (object) options to pass to the sub redis client - * - redisClient (object) options to pass to the general redis client - * - pack (fn) custom packing, defaults to JSON or msgpack if installed - * - unpack (fn) custom packing, defaults to JSON or msgpack if installed - * - * @api public - */ - -function Redis (opts) { - opts = opts || {}; - - // node id to uniquely identify this node - var nodeId = opts.nodeId || function () { - // by default, we generate a random id - return Math.abs(Math.random() * Math.random() * Date.now() | 0); - }; - - this.nodeId = nodeId(); - - // packing / unpacking mechanism - if (opts.pack) { - this.pack = opts.pack; - this.unpack = opts.unpack; - } else { - try { - var msgpack = require('msgpack'); - this.pack = msgpack.pack; - this.unpack = msgpack.unpack; - } catch (e) { - this.pack = JSON.stringify; - this.unpack = JSON.parse; - } - } - - var redis = opts.redis || require('redis'); - - // initialize a pubsub client and a regular client - this.pub = redis.createClient(opts.redisPub); - this.sub = redis.createClient(opts.redisSub); - this.cmd = redis.createClient(opts.redisClient); - - Store.call(this, opts); -}; - -/** - * Inherits from Store. - */ - -Redis.prototype.__proto__ = Store.prototype; - -/** - * Publishes a message. - * - * @api private - */ - -Redis.prototype.publish = function (name) { - var args = Array.prototype.slice.call(arguments, 1); - this.pub.publish(name, this.pack({ nodeId: this.nodeId, args: args })); - this.emit.apply(this, ['publish', name].concat(args)); -}; - -/** - * Subscribes to a channel - * - * @api private - */ - -Redis.prototype.subscribe = function (name, consumer, fn) { - this.sub.subscribe(name); - - if (consumer || fn) { - var self = this; - - self.sub.on('subscribe', function subscribe (ch) { - if (name == ch) { - function message (ch, msg) { - if (name == ch) { - msg = self.unpack(msg); - - // we check that the message consumed wasnt emitted by this node - if (self.nodeId != msg.nodeId) { - consumer.apply(null, msg.args); - } - } - }; - - self.sub.on('message', message); - - self.on('unsubscribe', function unsubscribe (ch) { - if (name == ch) { - self.sub.removeListener('message', message); - self.removeEvent('unsubscribe', unsubscribe); - } - }); - - self.sub.removeListener('subscribe', subscribe); - - fn && fn(); - } - }); - } - - this.emit('subscribe', name, consumer, fn); -}; - -/** - * Unsubscribes - * - * @api private - */ - -Redis.prototype.unsubscribe = function (name, fn) { - this.sub.unsubscribe(name); - - if (fn) { - var client = this.sub; - - client.on('unsubscribe', function unsubscribe (ch) { - if (name == ch) { - fn(); - client.removeListener('unsubscribe', unsubscribe); - } - }); - } - - this.emit('unsubscribe', name, fn); -}; - -/** - * Destroys the store - * - * @api public - */ - -Redis.prototype.destroy = function () { - Store.prototype.destroy.call(this); - - this.pub.end(); - this.sub.end(); - this.cmd.end(); -}; - -/** - * Client constructor - * - * @api private - */ - -function Client (store, id) { - Store.Client.call(this, store, id); -}; - -/** - * Inherits from Store.Client - */ - -Client.prototype.__proto__ = Store.Client; - -/** - * Redis hash get - * - * @api private - */ - -Client.prototype.get = function (key, fn) { - this.store.cmd.hget(this.id, key, fn); - return this; -}; - -/** - * Redis hash set - * - * @api private - */ - -Client.prototype.set = function (key, value, fn) { - this.store.cmd.hset(this.id, key, value, fn); - return this; -}; - -/** - * Redis hash del - * - * @api private - */ - -Client.prototype.del = function (key, fn) { - this.store.cmd.hdel(this.id, key, fn); - return this; -}; - -/** - * Redis hash has - * - * @api private - */ - -Client.prototype.has = function (key, fn) { - this.store.cmd.hexists(this.id, key, function (err, has) { - if (err) return fn(err); - fn(null, !!has); - }); - return this; -}; - -/** - * Destroys client - * - * @param {Number} number of seconds to expire data - * @api private - */ - -Client.prototype.destroy = function (expiration) { - if ('number' != typeof expiration) { - this.store.cmd.del(this.id); - } else { - this.store.cmd.expire(this.id, expiration); - } - - return this; -}; diff --git a/node/node_modules/socket.io/lib/transport.js b/node/node_modules/socket.io/lib/transport.js deleted file mode 100644 index 61f456f..0000000 --- a/node/node_modules/socket.io/lib/transport.js +++ /dev/null @@ -1,534 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var parser = require('./parser'); - -/** - * Expose the constructor. - */ - -exports = module.exports = Transport; - -/** - * Transport constructor. - * - * @api public - */ - -function Transport (mng, data, req) { - this.manager = mng; - this.id = data.id; - this.disconnected = false; - this.drained = true; - this.handleRequest(req); -}; - -/** - * Access the logger. - * - * @api public - */ - -Transport.prototype.__defineGetter__('log', function () { - return this.manager.log; -}); - -/** - * Access the store. - * - * @api public - */ - -Transport.prototype.__defineGetter__('store', function () { - return this.manager.store; -}); - -/** - * Handles a request when it's set. - * - * @api private - */ - -Transport.prototype.handleRequest = function (req) { - this.log.debug('setting request', req.method, req.url); - this.req = req; - - if (req.method == 'GET') { - this.socket = req.socket; - this.open = true; - this.drained = true; - this.setHeartbeatInterval(); - - this.setHandlers(); - this.onSocketConnect(); - } -}; - -/** - * Called when a connection is first set. - * - * @api private - */ - -Transport.prototype.onSocketConnect = function () { }; - -/** - * Sets transport handlers - * - * @api private - */ - -Transport.prototype.setHandlers = function () { - var self = this; - - // we need to do this in a pub/sub way since the client can POST the message - // over a different socket (ie: different Transport instance) - this.store.subscribe('heartbeat-clear:' + this.id, function () { - self.onHeartbeatClear(); - }); - - this.store.subscribe('disconnect-force:' + this.id, function () { - self.onForcedDisconnect(); - }); - - this.store.subscribe('dispatch:' + this.id, function (packet, volatile) { - self.onDispatch(packet, volatile); - }); - - this.bound = { - end: this.onSocketEnd.bind(this) - , close: this.onSocketClose.bind(this) - , error: this.onSocketError.bind(this) - , drain: this.onSocketDrain.bind(this) - }; - - this.socket.on('end', this.bound.end); - this.socket.on('close', this.bound.close); - this.socket.on('error', this.bound.error); - this.socket.on('drain', this.bound.drain); - - this.handlersSet = true; -}; - -/** - * Removes transport handlers - * - * @api private - */ - -Transport.prototype.clearHandlers = function () { - if (this.handlersSet) { - this.store.unsubscribe('disconnect-force:' + this.id); - this.store.unsubscribe('heartbeat-clear:' + this.id); - this.store.unsubscribe('dispatch:' + this.id); - - this.socket.removeListener('end', this.bound.end); - this.socket.removeListener('close', this.bound.close); - this.socket.removeListener('error', this.bound.error); - this.socket.removeListener('drain', this.bound.drain); - } -}; - -/** - * Called when the connection dies - * - * @api private - */ - -Transport.prototype.onSocketEnd = function () { - this.end('socket end'); -}; - -/** - * Called when the connection dies - * - * @api private - */ - -Transport.prototype.onSocketClose = function (error) { - this.end(error ? 'socket error' : 'socket close'); -}; - -/** - * Called when the connection has an error. - * - * @api private - */ - -Transport.prototype.onSocketError = function (err) { - if (this.open) { - this.socket.destroy(); - this.onClose(); - } - - this.log.info('socket error ' + err.stack); -}; - -/** - * Called when the connection is drained. - * - * @api private - */ - -Transport.prototype.onSocketDrain = function () { - this.drained = true; -}; - -/** - * Called upon receiving a heartbeat packet. - * - * @api private - */ - -Transport.prototype.onHeartbeatClear = function () { - this.clearHeartbeatTimeout(); - this.setHeartbeatInterval(); -}; - -/** - * Called upon a forced disconnection. - * - * @api private - */ - -Transport.prototype.onForcedDisconnect = function () { - if (!this.disconnected) { - this.log.info('transport end by forced client disconnection'); - if (this.open) { - this.packet({ type: 'disconnect' }); - } - this.end('booted'); - } -}; - -/** - * Dispatches a packet. - * - * @api private - */ - -Transport.prototype.onDispatch = function (packet, volatile) { - if (volatile) { - this.writeVolatile(packet); - } else { - this.write(packet); - } -}; - -/** - * Sets the close timeout. - */ - -Transport.prototype.setCloseTimeout = function () { - if (!this.closeTimeout) { - var self = this; - - this.closeTimeout = setTimeout(function () { - self.log.debug('fired close timeout for client', self.id); - self.closeTimeout = null; - self.end('close timeout'); - }, this.manager.get('close timeout') * 1000); - - this.log.debug('set close timeout for client', this.id); - } -}; - -/** - * Clears the close timeout. - */ - -Transport.prototype.clearCloseTimeout = function () { - if (this.closeTimeout) { - clearTimeout(this.closeTimeout); - this.closeTimeout = null; - - this.log.debug('cleared close timeout for client', this.id); - } -}; - -/** - * Sets the heartbeat timeout - */ - -Transport.prototype.setHeartbeatTimeout = function () { - if (!this.heartbeatTimeout && this.manager.enabled('heartbeats')) { - var self = this; - - this.heartbeatTimeout = setTimeout(function () { - self.log.debug('fired heartbeat timeout for client', self.id); - self.heartbeatTimeout = null; - self.end('heartbeat timeout'); - }, this.manager.get('heartbeat timeout') * 1000); - - this.log.debug('set heartbeat timeout for client', this.id); - } -}; - -/** - * Clears the heartbeat timeout - * - * @param text - */ - -Transport.prototype.clearHeartbeatTimeout = function () { - if (this.heartbeatTimeout && this.manager.enabled('heartbeats')) { - clearTimeout(this.heartbeatTimeout); - this.heartbeatTimeout = null; - this.log.debug('cleared heartbeat timeout for client', this.id); - } -}; - -/** - * Sets the heartbeat interval. To be called when a connection opens and when - * a heartbeat is received. - * - * @api private - */ - -Transport.prototype.setHeartbeatInterval = function () { - if (!this.heartbeatInterval && this.manager.enabled('heartbeats')) { - var self = this; - - this.heartbeatInterval = setTimeout(function () { - self.heartbeat(); - self.heartbeatInterval = null; - }, this.manager.get('heartbeat interval') * 1000); - - this.log.debug('set heartbeat interval for client', this.id); - } -}; - -/** - * Clears all timeouts. - * - * @api private - */ - -Transport.prototype.clearTimeouts = function () { - this.clearCloseTimeout(); - this.clearHeartbeatTimeout(); - this.clearHeartbeatInterval(); -}; - -/** - * Sends a heartbeat - * - * @api private - */ - -Transport.prototype.heartbeat = function () { - if (this.open) { - this.log.debug('emitting heartbeat for client', this.id); - this.packet({ type: 'heartbeat' }); - this.setHeartbeatTimeout(); - } - - return this; -}; - -/** - * Handles a message. - * - * @param {Object} packet object - * @api private - */ - -Transport.prototype.onMessage = function (packet) { - var current = this.manager.transports[this.id]; - - if ('heartbeat' == packet.type) { - this.log.debug('got heartbeat packet'); - - if (current && current.open) { - current.onHeartbeatClear(); - } else { - this.store.publish('heartbeat-clear:' + this.id); - } - } else { - if ('disconnect' == packet.type && packet.endpoint == '') { - this.log.debug('got disconnection packet'); - - if (current) { - current.onForcedDisconnect(); - } else { - this.store.publish('disconnect-force:' + this.id); - } - - return; - } - - if (packet.id && packet.ack != 'data') { - this.log.debug('acknowledging packet automatically'); - - var ack = parser.encodePacket({ - type: 'ack' - , ackId: packet.id - , endpoint: packet.endpoint || '' - }); - - if (current && current.open) { - current.onDispatch(ack); - } else { - this.manager.onClientDispatch(this.id, ack); - this.store.publish('dispatch:' + this.id, ack); - } - } - - // handle packet locally or publish it - if (current) { - this.manager.onClientMessage(this.id, packet); - } else { - this.store.publish('message:' + this.id, packet); - } - } -}; - -/** - * Clears the heartbeat interval - * - * @api private - */ - -Transport.prototype.clearHeartbeatInterval = function () { - if (this.heartbeatInterval && this.manager.enabled('heartbeats')) { - clearTimeout(this.heartbeatInterval); - this.heartbeatInterval = null; - this.log.debug('cleared heartbeat interval for client', this.id); - } -}; - -/** - * Finishes the connection and makes sure client doesn't reopen - * - * @api private - */ - -Transport.prototype.disconnect = function (reason) { - this.packet({ type: 'disconnect' }); - this.end(reason); - - return this; -}; - -/** - * Closes the connection. - * - * @api private - */ - -Transport.prototype.close = function () { - if (this.open) { - this.doClose(); - this.onClose(); - } -}; - -/** - * Called upon a connection close. - * - * @api private - */ - -Transport.prototype.onClose = function () { - if (this.open) { - this.setCloseTimeout(); - this.clearHandlers(); - this.open = false; - this.manager.onClose(this.id); - this.store.publish('close', this.id); - } -}; - -/** - * Cleans up the connection, considers the client disconnected. - * - * @api private - */ - -Transport.prototype.end = function (reason) { - if (!this.disconnected) { - this.log.info('transport end'); - - var local = this.manager.transports[this.id]; - - this.close(); - this.clearTimeouts(); - this.disconnected = true; - - if (local) { - this.manager.onClientDisconnect(this.id, reason, true); - } else { - this.store.publish('disconnect:' + this.id, reason); - } - } -}; - -/** - * Signals that the transport should pause and buffer data. - * - * @api public - */ - -Transport.prototype.discard = function () { - this.log.debug('discarding transport'); - this.discarded = true; - this.clearTimeouts(); - this.clearHandlers(); - - return this; -}; - -/** - * Writes an error packet with the specified reason and advice. - * - * @param {Number} advice - * @param {Number} reason - * @api public - */ - -Transport.prototype.error = function (reason, advice) { - this.packet({ - type: 'error' - , reason: reason - , advice: advice - }); - - this.log.warn(reason, advice ? ('client should ' + advice) : ''); - this.end('error'); -}; - -/** - * Write a packet. - * - * @api public - */ - -Transport.prototype.packet = function (obj) { - return this.write(parser.encodePacket(obj)); -}; - -/** - * Writes a volatile message. - * - * @api private - */ - -Transport.prototype.writeVolatile = function (msg) { - if (this.open) { - if (this.drained) { - this.write(msg); - } else { - this.log.debug('ignoring volatile packet, buffer not drained'); - } - } else { - this.log.debug('ignoring volatile packet, transport not open'); - } -}; diff --git a/node/node_modules/socket.io/lib/transports/flashsocket.js b/node/node_modules/socket.io/lib/transports/flashsocket.js deleted file mode 100644 index 1676819..0000000 --- a/node/node_modules/socket.io/lib/transports/flashsocket.js +++ /dev/null @@ -1,102 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ -var WebSocket = require('./websocket'); - -/** - * Export the constructor. - */ - -exports = module.exports = FlashSocket; - -/** - * The FlashSocket transport is just a proxy - * for WebSocket connections. - * - * @api public - */ - -function FlashSocket (mng, data, req) { - return WebSocket.call(this, mng, data, req); -} - -/** - * Inherits from WebSocket. - */ - -FlashSocket.prototype.__proto__ = WebSocket.prototype; - -/** - * Transport name - * - * @api public - */ - -FlashSocket.prototype.name = 'flashsocket'; - -/** - * Listens for new configuration changes of the Manager - * this way we can enable and disable the flash server. - * - * @param {Manager} Manager instance. - * @api private - */ - -var server; - -FlashSocket.init = function (manager) { - function create () { - server = require('policyfile').createServer({ - log: function(msg){ - manager.log.info(msg.toLowerCase()); - } - }, manager.get('origins')); - - server.on('close', function (e) { - server = null; - }); - - server.listen(manager.get('flash policy port'), manager.server); - - manager.flashPolicyServer = server; - } - - // listen for origin changes, so we can update the server - manager.on('set:origins', function (value, key) { - if (!server) return; - - // update the origins and compile a new response buffer - server.origins = Array.isArray(value) ? value : [value]; - server.compile(); - }); - - // destory the server and create a new server - manager.on('set:flash policy port', function (value, key) { - var transports = manager.get('transports'); - - if (server && server.port !== value && ~transports.indexOf('flashsocket')) { - // destroy the server and rebuild it on a new port - server.close(); - create(); - } - }); - - // only start the server - manager.on('set:transports', function (value, key){ - if (!server && ~manager.get('transports').indexOf('flashsocket')) { - create(); - } - }); - - // check if we need to initialize at start - if (~manager.get('transports').indexOf('flashsocket')){ - create(); - } -}; diff --git a/node/node_modules/socket.io/lib/transports/htmlfile.js b/node/node_modules/socket.io/lib/transports/htmlfile.js deleted file mode 100644 index 6bbac75..0000000 --- a/node/node_modules/socket.io/lib/transports/htmlfile.js +++ /dev/null @@ -1,82 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var HTTPTransport = require('./http'); - -/** - * Export the constructor. - */ - -exports = module.exports = HTMLFile; - -/** - * HTMLFile transport constructor. - * - * @api public - */ - -function HTMLFile (mng, data, req) { - HTTPTransport.call(this, mng, data, req); -}; - -/** - * Inherits from Transport. - */ - -HTMLFile.prototype.__proto__ = HTTPTransport.prototype; - -/** - * Transport name - * - * @api public - */ - -HTMLFile.prototype.name = 'htmlfile'; - -/** - * Handles the request. - * - * @api private - */ - -HTMLFile.prototype.handleRequest = function (req) { - HTTPTransport.prototype.handleRequest.call(this, req); - - if (req.method == 'GET') { - req.res.writeHead(200, { - 'Content-Type': 'text/html' - , 'Connection': 'keep-alive' - , 'Transfer-Encoding': 'chunked' - }); - - req.res.write( - '' - + '' - + new Array(174).join(' ') - ); - } -}; - -/** - * Performs the write. - * - * @api private - */ - -HTMLFile.prototype.write = function (data) { - data = ''; - - if (this.response.write(data)) { - this.drained = true; - } - - this.log.debug(this.name + ' writing', data); -}; diff --git a/node/node_modules/socket.io/lib/transports/http-polling.js b/node/node_modules/socket.io/lib/transports/http-polling.js deleted file mode 100644 index c71fc9c..0000000 --- a/node/node_modules/socket.io/lib/transports/http-polling.js +++ /dev/null @@ -1,135 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var HTTPTransport = require('./http'); - -/** - * Exports the constructor. - */ - -exports = module.exports = HTTPPolling; - -/** - * HTTP polling constructor. - * - * @api public. - */ - -function HTTPPolling (mng, data, req) { - HTTPTransport.call(this, mng, data, req); -}; - -/** - * Inherits from HTTPTransport. - * - * @api public. - */ - -HTTPPolling.prototype.__proto__ = HTTPTransport.prototype; - -/** - * Transport name - * - * @api public - */ - -HTTPPolling.prototype.name = 'httppolling'; - -/** - * Removes heartbeat timeouts for polling. - */ - -HTTPPolling.prototype.setHeartbeatInterval = function () { - return this; -}; - -/** - * Handles a request - * - * @api private - */ - -HTTPPolling.prototype.handleRequest = function (req) { - HTTPTransport.prototype.handleRequest.call(this, req); - - if (req.method == 'GET') { - var self = this; - - this.pollTimeout = setTimeout(function () { - self.packet({ type: 'noop' }); - self.log.debug(self.name + ' closed due to exceeded duration'); - }, this.manager.get('polling duration') * 1000); - - this.log.debug('setting poll timeout'); - } -}; - -/** - * Clears polling timeout - * - * @api private - */ - -HTTPPolling.prototype.clearPollTimeout = function () { - if (this.pollTimeout) { - clearTimeout(this.pollTimeout); - this.pollTimeout = null; - this.log.debug('clearing poll timeout'); - } - - return this; -}; - -/** - * Override clear timeouts to clear the poll timeout - * - * @api private - */ - -HTTPPolling.prototype.clearTimeouts = function () { - HTTPTransport.prototype.clearTimeouts.call(this); - - this.clearPollTimeout(); -}; - -/** - * doWrite to clear poll timeout - * - * @api private - */ - -HTTPPolling.prototype.doWrite = function () { - this.clearPollTimeout(); -}; - -/** - * Performs a write. - * - * @api private. - */ - -HTTPPolling.prototype.write = function (data, close) { - this.doWrite(data); - this.response.end(); - this.onClose(); -}; - -/** - * Override end. - * - * @api private - */ - -HTTPPolling.prototype.end = function () { - this.clearPollTimeout(); - return HTTPTransport.prototype.end.call(this); -}; - diff --git a/node/node_modules/socket.io/lib/transports/http.js b/node/node_modules/socket.io/lib/transports/http.js deleted file mode 100644 index d5be006..0000000 --- a/node/node_modules/socket.io/lib/transports/http.js +++ /dev/null @@ -1,111 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var Transport = require('../transport') - , parser = require('../parser') - , qs = require('querystring'); - -/** - * Export the constructor. - */ - -exports = module.exports = HTTPTransport; - -/** - * HTTP interface constructor. For all non-websocket transports. - * - * @api public - */ - -function HTTPTransport (mng, data, req) { - Transport.call(this, mng, data, req); -}; - -/** - * Inherits from Transport. - */ - -HTTPTransport.prototype.__proto__ = Transport.prototype; - -/** - * Handles a request. - * - * @api private - */ - -HTTPTransport.prototype.handleRequest = function (req) { - if (req.method == 'POST') { - var buffer = '' - , res = req.res - , origin = req.headers.origin - , headers = { 'Content-Length': 1 } - , self = this; - - req.on('data', function (data) { - buffer += data; - }); - - req.on('end', function () { - res.writeHead(200, headers); - res.end('1'); - - self.onData(self.postEncoded ? qs.parse(buffer).d : buffer); - }); - - if (origin) { - // https://developer.mozilla.org/En/HTTP_Access_Control - headers['Access-Control-Allow-Origin'] = '*'; - - if (req.headers.cookie) { - headers['Access-Control-Allow-Credentials'] = 'true'; - } - } - } else { - this.response = req.res; - - Transport.prototype.handleRequest.call(this, req); - } -}; - -/** - * Handles data payload. - * - * @api private - */ - -HTTPTransport.prototype.onData = function (data) { - var messages = parser.decodePayload(data); - this.log.debug(this.name + ' received data packet', data); - - for (var i = 0, l = messages.length; i < l; i++) { - this.onMessage(messages[i]); - } -}; - -/** - * Closes the request-response cycle - * - * @api private - */ - -HTTPTransport.prototype.doClose = function () { - this.response.end(); -}; - -/** - * Writes a payload of messages - * - * @api private - */ - -HTTPTransport.prototype.payload = function (msgs) { - this.write(parser.encodePayload(msgs)); -}; diff --git a/node/node_modules/socket.io/lib/transports/index.js b/node/node_modules/socket.io/lib/transports/index.js deleted file mode 100644 index b865559..0000000 --- a/node/node_modules/socket.io/lib/transports/index.js +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Export transports. - */ - -module.exports = { - websocket: require('./websocket') - , flashsocket: require('./flashsocket') - , htmlfile: require('./htmlfile') - , 'xhr-polling': require('./xhr-polling') - , 'jsonp-polling': require('./jsonp-polling') -}; diff --git a/node/node_modules/socket.io/lib/transports/jsonp-polling.js b/node/node_modules/socket.io/lib/transports/jsonp-polling.js deleted file mode 100644 index 86a23f0..0000000 --- a/node/node_modules/socket.io/lib/transports/jsonp-polling.js +++ /dev/null @@ -1,78 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var HTTPPolling = require('./http-polling'); - -/** - * Export the constructor. - */ - -exports = module.exports = JSONPPolling; - -/** - * JSON-P polling transport. - * - * @api public - */ - -function JSONPPolling (mng, data, req) { - HTTPPolling.call(this, mng, data, req); - - this.head = 'io.j[0]('; - this.foot = ');'; - - if (data.query.i) { - this.head = 'io.j[' + data.query.i + ']('; - } -}; - -/** - * Inherits from Transport. - */ - -JSONPPolling.prototype.__proto__ = HTTPPolling.prototype; - -/** - * Transport name - * - * @api public - */ - -JSONPPolling.prototype.name = 'jsonppolling'; - -/** - * Make sure POST are decoded. - */ - -JSONPPolling.prototype.postEncoded = true; - -/** - * Performs the write. - * - * @api private - */ - -JSONPPolling.prototype.doWrite = function (data) { - HTTPPolling.prototype.doWrite.call(this); - - var data = data === undefined - ? '' : this.head + JSON.stringify(data) + this.foot; - - this.response.writeHead(200, { - 'Content-Type': 'text/javascript; charset=UTF-8' - , 'Content-Length': Buffer.byteLength(data) - , 'Connection': 'Keep-Alive' - , 'X-XSS-Protection': '0' - }); - - this.response.write(data); - this.log.debug(this.name + ' writing', data); -}; diff --git a/node/node_modules/socket.io/lib/transports/websocket.js b/node/node_modules/socket.io/lib/transports/websocket.js deleted file mode 100644 index 84db531..0000000 --- a/node/node_modules/socket.io/lib/transports/websocket.js +++ /dev/null @@ -1,33 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var protocolVersions = require('./websocket/'); - -/** - * Export the constructor. - */ - -exports = module.exports = WebSocket; - -/** - * HTTP interface constructor. Interface compatible with all transports that - * depend on request-response cycles. - * - * @api public - */ - -function WebSocket (mng, data, req) { - var version = req.headers['sec-websocket-version']; - if (typeof version !== 'undefined' && typeof protocolVersions[version] !== 'undefined') { - return new protocolVersions[version](mng, data, req); - } - return new protocolVersions['default'](mng, data, req); -}; diff --git a/node/node_modules/socket.io/lib/transports/websocket/default.js b/node/node_modules/socket.io/lib/transports/websocket/default.js deleted file mode 100644 index a05c920..0000000 --- a/node/node_modules/socket.io/lib/transports/websocket/default.js +++ /dev/null @@ -1,350 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var Transport = require('../../transport') - , EventEmitter = process.EventEmitter - , crypto = require('crypto') - , parser = require('../../parser'); - -/** - * Export the constructor. - */ - -exports = module.exports = WebSocket; - -/** - * HTTP interface constructor. Interface compatible with all transports that - * depend on request-response cycles. - * - * @api public - */ - -function WebSocket (mng, data, req) { - // parser - var self = this; - - this.parser = new Parser(); - this.parser.on('data', function (packet) { - self.log.debug(self.name + ' received data packet', packet); - self.onMessage(parser.decodePacket(packet)); - }); - this.parser.on('close', function () { - self.end(); - }); - this.parser.on('error', function () { - self.end(); - }); - - Transport.call(this, mng, data, req); -}; - -/** - * Inherits from Transport. - */ - -WebSocket.prototype.__proto__ = Transport.prototype; - -/** - * Transport name - * - * @api public - */ - -WebSocket.prototype.name = 'websocket'; - -/** - * Called when the socket connects. - * - * @api private - */ - -WebSocket.prototype.onSocketConnect = function () { - var self = this; - - this.socket.setNoDelay(true); - - this.buffer = true; - this.buffered = []; - - if (this.req.headers.upgrade !== 'WebSocket') { - this.log.warn(this.name + ' connection invalid'); - this.end(); - return; - } - - var origin = this.req.headers.origin - , location = (this.socket.encrypted ? 'wss' : 'ws') - + '://' + this.req.headers.host + this.req.url - , waitingForNonce = false; - - if (this.req.headers['sec-websocket-key1']) { - // If we don't have the nonce yet, wait for it (HAProxy compatibility). - if (! (this.req.head && this.req.head.length >= 8)) { - waitingForNonce = true; - } - - var headers = [ - 'HTTP/1.1 101 WebSocket Protocol Handshake' - , 'Upgrade: WebSocket' - , 'Connection: Upgrade' - , 'Sec-WebSocket-Origin: ' + origin - , 'Sec-WebSocket-Location: ' + location - ]; - - if (this.req.headers['sec-websocket-protocol']){ - headers.push('Sec-WebSocket-Protocol: ' - + this.req.headers['sec-websocket-protocol']); - } - } else { - var headers = [ - 'HTTP/1.1 101 Web Socket Protocol Handshake' - , 'Upgrade: WebSocket' - , 'Connection: Upgrade' - , 'WebSocket-Origin: ' + origin - , 'WebSocket-Location: ' + location - ]; - } - - try { - this.socket.write(headers.concat('', '').join('\r\n')); - this.socket.setTimeout(0); - this.socket.setNoDelay(true); - this.socket.setEncoding('utf8'); - } catch (e) { - this.end(); - return; - } - - if (waitingForNonce) { - this.socket.setEncoding('binary'); - } else if (this.proveReception(headers)) { - self.flush(); - } - - var headBuffer = ''; - - this.socket.on('data', function (data) { - if (waitingForNonce) { - headBuffer += data; - - if (headBuffer.length < 8) { - return; - } - - // Restore the connection to utf8 encoding after receiving the nonce - self.socket.setEncoding('utf8'); - waitingForNonce = false; - - // Stuff the nonce into the location where it's expected to be - self.req.head = headBuffer.substr(0, 8); - headBuffer = ''; - - if (self.proveReception(headers)) { - self.flush(); - } - - return; - } - - self.parser.add(data); - }); -}; - -/** - * Writes to the socket. - * - * @api private - */ - -WebSocket.prototype.write = function (data) { - if (this.open) { - this.drained = false; - - if (this.buffer) { - this.buffered.push(data); - return this; - } - - var length = Buffer.byteLength(data) - , buffer = new Buffer(2 + length); - - buffer.write('\x00', 'binary'); - buffer.write(data, 1, 'utf8'); - buffer.write('\xff', 1 + length, 'binary'); - - try { - if (this.socket.write(buffer)) { - this.drained = true; - } - } catch (e) { - this.end(); - } - - this.log.debug(this.name + ' writing', data); - } -}; - -/** - * Flushes the internal buffer - * - * @api private - */ - -WebSocket.prototype.flush = function () { - this.buffer = false; - - for (var i = 0, l = this.buffered.length; i < l; i++) { - this.write(this.buffered.splice(0, 1)[0]); - } -}; - -/** - * Finishes the handshake. - * - * @api private - */ - -WebSocket.prototype.proveReception = function (headers) { - var self = this - , k1 = this.req.headers['sec-websocket-key1'] - , k2 = this.req.headers['sec-websocket-key2']; - - if (k1 && k2){ - var md5 = crypto.createHash('md5'); - - [k1, k2].forEach(function (k) { - var n = parseInt(k.replace(/[^\d]/g, '')) - , spaces = k.replace(/[^ ]/g, '').length; - - if (spaces === 0 || n % spaces !== 0){ - self.log.warn('Invalid ' + self.name + ' key: "' + k + '".'); - self.end(); - return false; - } - - n /= spaces; - - md5.update(String.fromCharCode( - n >> 24 & 0xFF, - n >> 16 & 0xFF, - n >> 8 & 0xFF, - n & 0xFF)); - }); - - md5.update(this.req.head.toString('binary')); - - try { - this.socket.write(md5.digest('binary'), 'binary'); - } catch (e) { - this.end(); - } - } - - return true; -}; - -/** - * Writes a payload. - * - * @api private - */ - -WebSocket.prototype.payload = function (msgs) { - for (var i = 0, l = msgs.length; i < l; i++) { - this.write(msgs[i]); - } - - return this; -}; - -/** - * Closes the connection. - * - * @api private - */ - -WebSocket.prototype.doClose = function () { - this.socket.end(); -}; - -/** - * WebSocket parser - * - * @api public - */ - -function Parser () { - this.buffer = ''; - this.i = 0; -}; - -/** - * Inherits from EventEmitter. - */ - -Parser.prototype.__proto__ = EventEmitter.prototype; - -/** - * Adds data to the buffer. - * - * @api public - */ - -Parser.prototype.add = function (data) { - this.buffer += data; - this.parse(); -}; - -/** - * Parses the buffer. - * - * @api private - */ - -Parser.prototype.parse = function () { - for (var i = this.i, chr, l = this.buffer.length; i < l; i++){ - chr = this.buffer[i]; - - if (this.buffer.length == 2 && this.buffer[1] == '\u0000') { - this.emit('close'); - this.buffer = ''; - this.i = 0; - return; - } - - if (i === 0){ - if (chr != '\u0000') - this.error('Bad framing. Expected null byte as first frame'); - else - continue; - } - - if (chr == '\ufffd'){ - this.emit('data', this.buffer.substr(1, i - 1)); - this.buffer = this.buffer.substr(i + 1); - this.i = 0; - return this.parse(); - } - } -}; - -/** - * Handles an error - * - * @api private - */ - -Parser.prototype.error = function (reason) { - this.buffer = ''; - this.i = 0; - this.emit('error', reason); - return this; -}; diff --git a/node/node_modules/socket.io/lib/transports/websocket/hybi-07-12.js b/node/node_modules/socket.io/lib/transports/websocket/hybi-07-12.js deleted file mode 100644 index 8760a9e..0000000 --- a/node/node_modules/socket.io/lib/transports/websocket/hybi-07-12.js +++ /dev/null @@ -1,465 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var Transport = require('../../transport') - , EventEmitter = process.EventEmitter - , crypto = require('crypto') - , parser = require('../../parser') - , util = require('../../util'); - -/** - * Export the constructor. - */ - -exports = module.exports = WebSocket; -exports.Parser = Parser; - -/** - * HTTP interface constructor. Interface compatible with all transports that - * depend on request-response cycles. - * - * @api public - */ - -function WebSocket (mng, data, req) { - // parser - var self = this; - - this.parser = new Parser(); - this.parser.on('data', function (packet) { - self.onMessage(parser.decodePacket(packet)); - }); - this.parser.on('ping', function () { - // version 8 ping => pong - self.socket.write('\u008a\u0000'); - }); - this.parser.on('close', function () { - self.end(); - }); - this.parser.on('error', function (reason) { - self.log.warn(self.name + ' parser error: ' + reason); - self.end(); - }); - - Transport.call(this, mng, data, req); -}; - -/** - * Inherits from Transport. - */ - -WebSocket.prototype.__proto__ = Transport.prototype; - -/** - * Transport name - * - * @api public - */ - -WebSocket.prototype.name = 'websocket'; - -/** - * Called when the socket connects. - * - * @api private - */ - -WebSocket.prototype.onSocketConnect = function () { - var self = this; - - if (this.req.headers.upgrade !== 'websocket') { - this.log.warn(this.name + ' connection invalid'); - this.end(); - return; - } - - var origin = this.req.headers.origin - , location = (this.socket.encrypted ? 'wss' : 'ws') - + '://' + this.req.headers.host + this.req.url; - - if (!this.req.headers['sec-websocket-key']) { - this.log.warn(this.name + ' connection invalid: received no key'); - this.end(); - return; - } - - // calc key - var key = this.req.headers['sec-websocket-key']; - var shasum = crypto.createHash('sha1'); - shasum.update(key + "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"); - key = shasum.digest('base64'); - - var headers = [ - 'HTTP/1.1 101 Switching Protocols' - , 'Upgrade: websocket' - , 'Connection: Upgrade' - , 'Sec-WebSocket-Accept: ' + key - ]; - - try { - this.socket.write(headers.concat('', '').join('\r\n')); - this.socket.setTimeout(0); - this.socket.setNoDelay(true); - } catch (e) { - this.end(); - return; - } - - this.socket.on('data', function (data) { - self.parser.add(data); - }); -}; - -/** - * Writes to the socket. - * - * @api private - */ - -WebSocket.prototype.write = function (data) { - if (this.open) { - var buf = this.frame(0x81, data); - this.socket.write(buf, 'binary'); - this.log.debug(this.name + ' writing', data); - } -}; - -/** - * Frame server-to-client output as a text packet. - * - * @api private - */ - -WebSocket.prototype.frame = function (opcode, str) { - var dataBuffer = new Buffer(str) - , dataLength = dataBuffer.length - , startOffset = 2 - , secondByte = dataLength; - if (dataLength > 65536) { - startOffset = 10; - secondByte = 127; - } - else if (dataLength > 125) { - startOffset = 4; - secondByte = 126; - } - var outputBuffer = new Buffer(dataLength + startOffset); - outputBuffer[0] = opcode; - outputBuffer[1] = secondByte; - dataBuffer.copy(outputBuffer, startOffset); - switch (secondByte) { - case 126: - outputBuffer[2] = dataLength >>> 8; - outputBuffer[3] = dataLength % 256; - break; - case 127: - var l = dataLength; - for (var i = 1; i <= 8; ++i) { - outputBuffer[startOffset - i] = l & 0xff; - l >>>= 8; - } - } - return outputBuffer; -}; - -/** - * Closes the connection. - * - * @api private - */ - -WebSocket.prototype.doClose = function () { - this.socket.end(); -}; - -/** - * WebSocket parser - * - * @api public - */ - -function Parser () { - this.state = { - activeFragmentedOperation: null, - lastFragment: false, - masked: false, - opcode: 0 - }; - this.overflow = null; - this.expectOffset = 0; - this.expectBuffer = null; - this.expectHandler = null; - this.currentMessage = ''; - - var self = this; - this.opcodeHandlers = { - // text - '1': function(data) { - var finish = function(mask, data) { - self.currentMessage += self.unmask(mask, data); - if (self.state.lastFragment) { - self.emit('data', self.currentMessage); - self.currentMessage = ''; - } - self.endPacket(); - } - - var expectData = function(length) { - if (self.state.masked) { - self.expect('Mask', 4, function(data) { - var mask = data; - self.expect('Data', length, function(data) { - finish(mask, data); - }); - }); - } - else { - self.expect('Data', length, function(data) { - finish(null, data); - }); - } - } - - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength < 126) { - expectData(firstLength); - } - else if (firstLength == 126) { - self.expect('Length', 2, function(data) { - expectData(util.unpack(data)); - }); - } - else if (firstLength == 127) { - self.expect('Length', 8, function(data) { - if (util.unpack(data.slice(0, 4)) != 0) { - self.error('packets with length spanning more than 32 bit is currently not supported'); - return; - } - var lengthBytes = data.slice(4); // note: cap to 32 bit length - expectData(util.unpack(data)); - }); - } - }, - // close - '8': function(data) { - self.emit('close'); - self.reset(); - }, - // ping - '9': function(data) { - if (self.state.lastFragment == false) { - self.error('fragmented ping is not supported'); - return; - } - - var finish = function(mask, data) { - self.emit('ping', self.unmask(mask, data)); - self.endPacket(); - } - - var expectData = function(length) { - if (self.state.masked) { - self.expect('Mask', 4, function(data) { - var mask = data; - self.expect('Data', length, function(data) { - finish(mask, data); - }); - }); - } - else { - self.expect('Data', length, function(data) { - finish(null, data); - }); - } - } - - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength == 0) { - finish(null, null); - } - else if (firstLength < 126) { - expectData(firstLength); - } - else if (firstLength == 126) { - self.expect('Length', 2, function(data) { - expectData(util.unpack(data)); - }); - } - else if (firstLength == 127) { - self.expect('Length', 8, function(data) { - expectData(util.unpack(data)); - }); - } - } - } - - this.expect('Opcode', 2, this.processPacket); -}; - -/** - * Inherits from EventEmitter. - */ - -Parser.prototype.__proto__ = EventEmitter.prototype; - -/** - * Add new data to the parser. - * - * @api public - */ - -Parser.prototype.add = function(data) { - if (this.expectBuffer == null) { - this.addToOverflow(data); - return; - } - var toRead = Math.min(data.length, this.expectBuffer.length - this.expectOffset); - data.copy(this.expectBuffer, this.expectOffset, 0, toRead); - this.expectOffset += toRead; - if (toRead < data.length) { - // at this point the overflow buffer shouldn't at all exist - this.overflow = new Buffer(data.length - toRead); - data.copy(this.overflow, 0, toRead, toRead + this.overflow.length); - } - if (this.expectOffset == this.expectBuffer.length) { - var bufferForHandler = this.expectBuffer; - this.expectBuffer = null; - this.expectOffset = 0; - this.expectHandler.call(this, bufferForHandler); - } -} - -/** - * Adds a piece of data to the overflow. - * - * @api private - */ - -Parser.prototype.addToOverflow = function(data) { - if (this.overflow == null) this.overflow = data; - else { - var prevOverflow = this.overflow; - this.overflow = new Buffer(this.overflow.length + data.length); - prevOverflow.copy(this.overflow, 0); - data.copy(this.overflow, prevOverflow.length); - } -} - -/** - * Waits for a certain amount of bytes to be available, then fires a callback. - * - * @api private - */ - -Parser.prototype.expect = function(what, length, handler) { - this.expectBuffer = new Buffer(length); - this.expectOffset = 0; - this.expectHandler = handler; - if (this.overflow != null) { - var toOverflow = this.overflow; - this.overflow = null; - this.add(toOverflow); - } -} - -/** - * Start processing a new packet. - * - * @api private - */ - -Parser.prototype.processPacket = function (data) { - if ((data[0] & 0x70) != 0) this.error('reserved fields not empty'); - this.state.lastFragment = (data[0] & 0x80) == 0x80; - this.state.masked = (data[1] & 0x80) == 0x80; - var opcode = data[0] & 0xf; - if (opcode == 0) { - // continuation frame - if (this.state.opcode != 1 || this.state.opcode != 2) { - this.error('continuation frame cannot follow current opcode') - return; - } - } - else this.state.opcode = opcode; - this.state.opcode = data[0] & 0xf; - var handler = this.opcodeHandlers[this.state.opcode]; - if (typeof handler == 'undefined') this.error('no handler for opcode ' + this.state.opcode); - else handler(data); -} - -/** - * Endprocessing a packet. - * - * @api private - */ - -Parser.prototype.endPacket = function() { - this.expectOffset = 0; - this.expectBuffer = null; - this.expectHandler = null; - if (this.state.lastFragment && this.state.opcode == this.state.activeFragmentedOperation) { - // end current fragmented operation - this.state.activeFragmentedOperation = null; - } - this.state.lastFragment = false; - this.state.opcode = this.state.activeFragmentedOperation != null ? this.state.activeFragmentedOperation : 0; - this.state.masked = false; - this.expect('Opcode', 2, this.processPacket); -} - -/** - * Reset the parser state. - * - * @api private - */ - -Parser.prototype.reset = function() { - this.state = { - activeFragmentedOperation: null, - lastFragment: false, - masked: false, - opcode: 0 - }; - this.expectOffset = 0; - this.expectBuffer = null; - this.expectHandler = null; - this.overflow = null; - this.currentMessage = ''; -} - -/** - * Unmask received data. - * - * @api private - */ - -Parser.prototype.unmask = function (mask, buf) { - if (mask != null) { - for (var i = 0, ll = buf.length; i < ll; i++) { - buf[i] ^= mask[i % 4]; - } - } - return buf != null ? buf.toString('utf8') : ''; -} - -/** - * Handles an error - * - * @api private - */ - -Parser.prototype.error = function (reason) { - this.reset(); - this.emit('error', reason); - return this; -}; diff --git a/node/node_modules/socket.io/lib/transports/websocket/index.js b/node/node_modules/socket.io/lib/transports/websocket/index.js deleted file mode 100644 index 5c615b2..0000000 --- a/node/node_modules/socket.io/lib/transports/websocket/index.js +++ /dev/null @@ -1,10 +0,0 @@ - -/** - * Export websocket versions. - */ - -module.exports = { - 7: require('./hybi-07-12'), - 8: require('./hybi-07-12'), - default: require('./default') -}; diff --git a/node/node_modules/socket.io/lib/transports/xhr-polling.js b/node/node_modules/socket.io/lib/transports/xhr-polling.js deleted file mode 100644 index fee2438..0000000 --- a/node/node_modules/socket.io/lib/transports/xhr-polling.js +++ /dev/null @@ -1,72 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module requirements. - */ - -var HTTPPolling = require('./http-polling'); - -/** - * Export the constructor. - */ - -exports = module.exports = XHRPolling; - -/** - * Ajax polling transport. - * - * @api public - */ - -function XHRPolling (mng, data, req) { - HTTPPolling.call(this, mng, data, req); -}; - -/** - * Inherits from Transport. - */ - -XHRPolling.prototype.__proto__ = HTTPPolling.prototype; - -/** - * Transport name - * - * @api public - */ - -XHRPolling.prototype.name = 'xhr-polling'; - -/** - * Frames data prior to write. - * - * @api private - */ - -XHRPolling.prototype.doWrite = function (data) { - HTTPPolling.prototype.doWrite.call(this); - - var origin = this.req.headers.origin - , headers = { - 'Content-Type': 'text/plain; charset=UTF-8' - , 'Content-Length': data === undefined ? 0 : Buffer.byteLength(data) - , 'Connection': 'Keep-Alive' - }; - - if (origin) { - // https://developer.mozilla.org/En/HTTP_Access_Control - headers['Access-Control-Allow-Origin'] = '*'; - - if (this.req.headers.cookie) { - headers['Access-Control-Allow-Credentials'] = 'true'; - } - } - - this.response.writeHead(200, headers); - this.response.write(data); - this.log.debug(this.name + ' writing', data); -}; diff --git a/node/node_modules/socket.io/lib/util.js b/node/node_modules/socket.io/lib/util.js deleted file mode 100644 index f7d9f2b..0000000 --- a/node/node_modules/socket.io/lib/util.js +++ /dev/null @@ -1,50 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -/** - * Converts an enumerable to an array. - * - * @api public - */ - -exports.toArray = function (enu) { - var arr = []; - - for (var i = 0, l = enu.length; i < l; i++) - arr.push(enu[i]); - - return arr; -}; - -/** - * Unpacks a buffer to a number. - * - * @api public - */ - -exports.unpack = function (buffer) { - var n = 0; - for (var i = 0; i < buffer.length; ++i) { - n = (i == 0) ? buffer[i] : (n * 256) + buffer[i]; - } - return n; -} - -/** - * Left pads a string. - * - * @api public - */ - -exports.padl = function (s,n,c) { - return new Array(1 + n - s.length).join(c) + s; -} - diff --git a/node/node_modules/socket.io/package.json b/node/node_modules/socket.io/package.json deleted file mode 100644 index 75116ee..0000000 --- a/node/node_modules/socket.io/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "socket.io" - , "version": "0.8.4" - , "description": "Real-time apps made cross-browser & easy with a WebSocket-like API" - , "homepage": "http://socket.io" - , "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"] - , "author": "Guillermo Rauch " - , "contributors": [ - { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" } - , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" } - , { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" } - , { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" } - ] - , "repository":{ - "type": "git" - , "url": "https://github.com/LearnBoost/socket.io.git" - } - , "dependencies": { - "socket.io-client": "0.8.4" - , "policyfile": "0.0.4" - , "redis": "0.6.6" - } - , "devDependencies": { - "expresso": "0.7.7" - , "should": "0.0.4" - , "assertvanish": "0.0.3-1" - } - , "main": "index" - , "engines": { "node": ">= 0.4.0" } -} diff --git a/node/node_modules/socket.io/support/node-websocket-client/LICENSE b/node/node_modules/socket.io/support/node-websocket-client/LICENSE deleted file mode 100644 index f3c2eae..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2010, Peter Griess -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name of node-websocket-client nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node/node_modules/socket.io/support/node-websocket-client/Makefile b/node/node_modules/socket.io/support/node-websocket-client/Makefile deleted file mode 100644 index e7c849a..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# This makefile exists to help run tests. -# -# If TEST_UNIX is a non-empty value, runs tests for UNIX sockets. This -# functionality is not in node-websocket-server at the moment. - -.PHONY: test - -all: test test-unix - -test: - for f in `ls -1 test/test-*.js | grep -v unix` ; do \ - echo $$f ; \ - node $$f ; \ - done - -test-unix: - if [[ -n "$$TEST_UNIX" ]] ; then \ - for f in `ls -1 test/test-*.js | grep unix` ; do \ - echo $$f ; \ - node $$f ; \ - done \ - fi diff --git a/node/node_modules/socket.io/support/node-websocket-client/README.md b/node/node_modules/socket.io/support/node-websocket-client/README.md deleted file mode 100644 index 8823a5c..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/README.md +++ /dev/null @@ -1,41 +0,0 @@ -A prototype [Web Socket](http://www.whatwg.org/specs/web-socket-protocol/) -client implementation for [node.js](http://nodejs.org). - -Tested with -[miksago/node-websocket-server](http://github.com/miksago/node-websocket-server) -v1.2.00. - -Requires [nodejs](http://nodejs.org) 0.1.98 or later. - -## Installation - -Install this using `npm` as follows - - npm install websocket-client - -... or just dump `lib/websocket.js` in your `$NODE_PATH`. - -## Usage - - var sys = require('sys'); - var WebSocket = require('websocket').WebSocket; - - var ws = new WebSocket('ws://localhost:8000/biff', 'borf'); - ws.addListener('data', function(buf) { - sys.debug('Got data: ' + sys.inspect(buf)); - }); - ws.onmessage = function(m) { - sys.debug('Got message: ' + m); - } - -## API - -This supports the `send()` and `onmessage()` APIs. The `WebSocket` object will -also emit `data` events that are node `Buffer` objects, in case you want to -work with something lower-level than strings. - -## Transports - -Multiple transports are supported, indicated by the scheme provided to the -`WebSocket` constructor. `ws://` is a standard TCP-based Web Socket; -`ws+unix://` allows connection to a UNIX socket at the given path. diff --git a/node/node_modules/socket.io/support/node-websocket-client/examples/client-unix.js b/node/node_modules/socket.io/support/node-websocket-client/examples/client-unix.js deleted file mode 100644 index 3bb23ba..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/examples/client-unix.js +++ /dev/null @@ -1,12 +0,0 @@ -var sys = require('sys'); -var WebSocket = require('../lib/websocket').WebSocket; - -var ws = new WebSocket('ws+unix://' + process.argv[2], 'boffo'); - -ws.addListener('message', function(d) { - sys.debug('Received message: ' + d.toString('utf8')); -}); - -ws.addListener('open', function() { - ws.send('This is a message', 1); -}); diff --git a/node/node_modules/socket.io/support/node-websocket-client/examples/client.js b/node/node_modules/socket.io/support/node-websocket-client/examples/client.js deleted file mode 100644 index 259bf6e..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/examples/client.js +++ /dev/null @@ -1,10 +0,0 @@ -var sys = require('sys'); -var WebSocket = require('../lib/websocket').WebSocket; - -var ws = new WebSocket('ws://localhost:8000/biff', 'borf'); -ws.addListener('data', function(buf) { - sys.debug('Got data: ' + sys.inspect(buf)); -}); -ws.onmessage = function(m) { - sys.debug('Got message: ' + m); -} diff --git a/node/node_modules/socket.io/support/node-websocket-client/examples/server-unix.js b/node/node_modules/socket.io/support/node-websocket-client/examples/server-unix.js deleted file mode 100644 index 912be0e..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/examples/server-unix.js +++ /dev/null @@ -1,13 +0,0 @@ -var sys = require('sys'); -var ws = require('websocket-server/ws'); - -var srv = ws.createServer({ debug : true}); -srv.addListener('connection', function(s) { - sys.debug('Got a connection!'); - - s._req.socket.addListener('fd', function(fd) { - sys.debug('Got an fd: ' + fd); - }); -}); - -srv.listen(process.argv[2]); diff --git a/node/node_modules/socket.io/support/node-websocket-client/lib/websocket.js b/node/node_modules/socket.io/support/node-websocket-client/lib/websocket.js deleted file mode 100644 index 32dd79b..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/lib/websocket.js +++ /dev/null @@ -1,599 +0,0 @@ -var assert = require('assert'); -var buffer = require('buffer'); -var crypto = require('crypto'); -var events = require('events'); -var http = require('http'); -var net = require('net'); -var urllib = require('url'); -var sys = require('sys'); - -var FRAME_NO = 0; -var FRAME_LO = 1; -var FRAME_HI = 2; - -// Values for readyState as per the W3C spec -var CONNECTING = 0; -var OPEN = 1; -var CLOSING = 2; -var CLOSED = 3; - -var debugLevel = parseInt(process.env.NODE_DEBUG, 16); -var debug = (debugLevel & 0x4) ? - function() { sys.error.apply(this, arguments); } : - function() { }; - -// Generate a Sec-WebSocket-* value -var createSecretKey = function() { - // How many spaces will we be inserting? - var numSpaces = 1 + Math.floor(Math.random() * 12); - assert.ok(1 <= numSpaces && numSpaces <= 12); - - // What is the numerical value of our key? - var keyVal = (Math.floor( - Math.random() * (4294967295 / numSpaces) - ) * numSpaces); - - // Our string starts with a string representation of our key - var s = keyVal.toString(); - - // Insert 'numChars' worth of noise in the character ranges - // [0x21, 0x2f] (14 characters) and [0x3a, 0x7e] (68 characters) - var numChars = 1 + Math.floor(Math.random() * 12); - assert.ok(1 <= numChars && numChars <= 12); - - for (var i = 0; i < numChars; i++) { - var pos = Math.floor(Math.random() * s.length + 1); - - var c = Math.floor(Math.random() * (14 + 68)); - c = (c <= 14) ? - String.fromCharCode(c + 0x21) : - String.fromCharCode((c - 14) + 0x3a); - - s = s.substring(0, pos) + c + s.substring(pos, s.length); - } - - // We shoudln't have any spaces in our value until we insert them - assert.equal(s.indexOf(' '), -1); - - // Insert 'numSpaces' worth of spaces - for (var i = 0; i < numSpaces; i++) { - var pos = Math.floor(Math.random() * (s.length - 1)) + 1; - s = s.substring(0, pos) + ' ' + s.substring(pos, s.length); - } - - assert.notEqual(s.charAt(0), ' '); - assert.notEqual(s.charAt(s.length), ' '); - - return s; -}; - -// Generate a challenge sequence -var createChallenge = function() { - var c = ''; - for (var i = 0; i < 8; i++) { - c += String.fromCharCode(Math.floor(Math.random() * 255)); - } - - return c; -}; - -// Get the value of a secret key string -// -// This strips non-digit values and divides the result by the number of -// spaces found. -var secretKeyValue = function(sk) { - var ns = 0; - var v = 0; - - for (var i = 0; i < sk.length; i++) { - var cc = sk.charCodeAt(i); - - if (cc == 0x20) { - ns++; - } else if (0x30 <= cc && cc <= 0x39) { - v = v * 10 + cc - 0x30; - } - } - - return Math.floor(v / ns); -} - -// Get the to-be-hashed value of a secret key string -// -// This takes the result of secretKeyValue() and encodes it in a big-endian -// byte string -var secretKeyHashValue = function(sk) { - var skv = secretKeyValue(sk); - - var hv = ''; - hv += String.fromCharCode((skv >> 24) & 0xff); - hv += String.fromCharCode((skv >> 16) & 0xff); - hv += String.fromCharCode((skv >> 8) & 0xff); - hv += String.fromCharCode((skv >> 0) & 0xff); - - return hv; -}; - -// Compute the secret key signature based on two secret key strings and some -// handshaking data. -var computeSecretKeySignature = function(s1, s2, hs) { - assert.equal(hs.length, 8); - - var hash = crypto.createHash('md5'); - - hash.update(secretKeyHashValue(s1)); - hash.update(secretKeyHashValue(s2)); - hash.update(hs); - - return hash.digest('binary'); -}; - -// Return a hex representation of the given binary string; used for debugging -var str2hex = function(str) { - var hexChars = [ - '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', - 'a', 'b', 'c', 'd', 'e', 'f' - ]; - - var out = ''; - for (var i = 0; i < str.length; i++) { - var c = str.charCodeAt(i); - out += hexChars[(c & 0xf0) >>> 4]; - out += hexChars[c & 0x0f]; - out += ' '; - } - - return out.trim(); -}; - -// Get the scheme for a URL, undefined if none is found -var getUrlScheme = function(url) { - var i = url.indexOf(':'); - if (i == -1) { - return undefined; - } - - return url.substring(0, i); -}; - -// Set a constant on the given object -var setConstant = function(obj, name, value) { - Object.defineProperty(obj, name, { - get : function() { - return value; - } - }); -}; - -// WebSocket object -// -// This is intended to conform (mostly) to http://dev.w3.org/html5/websockets/ -// -// N.B. Arguments are parsed in the anonymous function at the bottom of the -// constructor. -var WebSocket = function(url, proto, opts) { - events.EventEmitter.call(this); - - // Retain a reference to our object - var self = this; - - // State of our end of the connection - var readyState = CONNECTING; - - // Whether or not the server has sent a close handshake - var serverClosed = false; - - // Our underlying net.Stream instance - var stream = undefined; - - opts = opts || { - origin : 'http://www.example.com' - }; - - // Frame parsing functions - // - // These read data from the given buffer starting at the given offset, - // looking for the end of the current frame. If found, the current frame is - // emitted and the function returns. Only a single frame is processed at a - // time. - // - // The number of bytes read to complete a frame is returned, which the - // caller is to use to advance along its buffer. If 0 is returned, no - // completed frame bytes were found, and the caller should probably enqueue - // the buffer as a continuation of the current message. If a complete frame - // is read, the function is responsible for resting 'frameType'. - - // Framing data - var frameType = FRAME_NO; - var bufs = []; - var bufsBytes = 0; - - // Frame-parsing functions - var frameFuncs = [ - // FRAME_NO - function(buf, off) { - if (buf[off] & 0x80) { - frameType = FRAME_HI; - } else { - frameType = FRAME_LO; - } - - return 1; - }, - - // FRAME_LO - function(buf, off) { - debug('frame_lo(' + sys.inspect(buf) + ', ' + off + ')'); - - // Find the first instance of 0xff, our terminating byte - for (var i = off; i < buf.length && buf[i] != 0xff; i++) - ; - - // We didn't find a terminating byte - if (i >= buf.length) { - return 0; - } - - // We found a terminating byte; collect all bytes into a single buffer - // and emit it - var mb = null; - if (bufs.length == 0) { - mb = buf.slice(off, i); - } else { - mb = new buffer.Buffer(bufsBytes + i); - - var mbOff = 0; - bufs.forEach(function(b) { - b.copy(mb, mbOff, 0, b.length); - mbOff += b.length; - }); - - assert.equal(mbOff, bufsBytes); - - // Don't call Buffer.copy() if we're coping 0 bytes. Rather - // than being a no-op, this will trigger a range violation on - // the destination. - if (i > 0) { - buf.copy(mb, mbOff, off, i); - } - - // We consumed all of the buffers that we'd been saving; clear - // things out - bufs = []; - bufsBytes = 0; - } - - process.nextTick(function() { - var b = mb; - return function() { - var m = b.toString('utf8'); - - self.emit('data', b); - self.emit('message', m); // wss compat - - if (self.onmessage) { - self.onmessage({data: m}); - } - }; - }()); - - frameType = FRAME_NO; - return i - off + 1; - }, - - // FRAME_HI - function(buf, off) { - debug('frame_hi(' + sys.inspect(buf) + ', ' + off + ')'); - - if (buf[off] !== 0) { - throw new Error('High-byte framing not supported.'); - } - - serverClosed = true; - return 1; - } - ]; - - // Handle data coming from our socket - var dataListener = function(buf) { - if (buf.length <= 0 || serverClosed) { - return; - } - - debug('dataListener(' + sys.inspect(buf) + ')'); - - var off = 0; - var consumed = 0; - - do { - if (frameType < 0 || frameFuncs.length <= frameType) { - throw new Error('Unexpected frame type: ' + frameType); - } - - assert.equal(bufs.length === 0, bufsBytes === 0); - assert.ok(off < buf.length); - - consumed = frameFuncs[frameType](buf, off); - off += consumed; - } while (!serverClosed && consumed > 0 && off < buf.length); - - if (serverClosed) { - serverCloseHandler(); - } - - if (consumed == 0) { - bufs.push(buf.slice(off, buf.length)); - bufsBytes += buf.length - off; - } - }; - - // Handle incoming file descriptors - var fdListener = function(fd) { - self.emit('fd', fd); - }; - - // Handle errors from any source (HTTP client, stream, etc) - var errorListener = function(e) { - process.nextTick(function() { - self.emit('wserror', e); - - if (self.onerror) { - self.onerror(e); - } - }); - }; - - // Finish the closing process; destroy the socket and tell the application - // that we've closed. - var finishClose = self.finishClose = function() { - readyState = CLOSED; - - if (stream) { - stream.end(); - stream.destroy(); - stream = undefined; - } - - process.nextTick(function() { - self.emit('close'); - if (self.onclose) { - self.onclose(); - } - }); - }; - - // Send a close frame to the server - var sendClose = function() { - assert.equal(OPEN, readyState); - - readyState = CLOSING; - stream.write('\xff\x00', 'binary'); - }; - - // Handle a close packet sent from the server - var serverCloseHandler = function() { - assert.ok(serverClosed); - assert.ok(readyState === OPEN || readyState === CLOSING); - - bufs = []; - bufsBytes = 0; - - // Handle state transitions asynchronously so that we don't change - // readyState before the application has had a chance to process data - // events which are already in the delivery pipeline. For example, a - // 'data' event could be delivered with a readyState of CLOSING if we - // received both frames in the same packet. - process.nextTick(function() { - if (readyState === OPEN) { - sendClose(); - } - - finishClose(); - }); - }; - - // External API - self.close = function(timeout) { - if (readyState === CONNECTING) { - // If we're still in the process of connecting, the server is not - // in a position to understand our close frame. Just nuke the - // connection and call it a day. - finishClose(); - } else if (readyState === OPEN) { - sendClose(); - - if (timeout) { - setTimeout(finishClose, timeout * 1000); - } - } - }; - - self.send = function(str, fd) { - if (readyState != OPEN) { - return; - } - - stream.write('\x00', 'binary'); - stream.write(str, 'utf8', fd); - stream.write('\xff', 'binary'); - }; - - // wss compat - self.write = self.send; - - setConstant(self, 'url', url); - - Object.defineProperty(self, 'readyState', { - get : function() { - return readyState; - } - }); - - // Connect and perform handshaking with the server - (function() { - // Parse constructor arguments - if (!url) { - throw new Error('Url and must be specified.'); - } - - // Secrets used for handshaking - var key1 = createSecretKey(); - var key2 = createSecretKey(); - var challenge = createChallenge(); - - debug( - 'key1=\'' + str2hex(key1) + '\'; ' + - 'key2=\'' + str2hex(key2) + '\'; ' + - 'challenge=\'' + str2hex(challenge) + '\'' - ); - - var httpHeaders = { - 'Connection' : 'Upgrade', - 'Upgrade' : 'WebSocket', - 'Sec-WebSocket-Key1' : key1, - 'Sec-WebSocket-Key2' : key2 - }; - if (opts.origin) { - httpHeaders['Origin'] = opts.origin; - } - if (proto) { - httpHeaders['Sec-WebSocket-Protocol'] = proto; - } - - var httpPath = '/'; - - // Create the HTTP client that we'll use for handshaking. We'll cannabalize - // its socket via the 'upgrade' event and leave it to rot. - // - // N.B. The ws+unix:// scheme makes use of the implementation detail - // that http.Client passes its constructor arguments through, - // un-inspected to net.Stream.connect(). The latter accepts a - // string as its first argument to connect to a UNIX socket. - var httpClient = undefined; - switch (getUrlScheme(url)) { - case 'ws': - var u = urllib.parse(url); - httpClient = http.createClient(u.port || 80, u.hostname); - httpPath = (u.pathname || '/') + (u.search || ''); - httpHeaders.Host = u.hostname + (u.port ? (":" + u.port) : ""); - break; - - case 'ws+unix': - var sockPath = url.substring('ws+unix://'.length, url.length); - httpClient = http.createClient(sockPath); - httpHeaders.Host = 'localhost'; - break; - - default: - throw new Error('Invalid URL scheme \'' + urlScheme + '\' specified.'); - } - - httpClient.on('upgrade', (function() { - var data = undefined; - - return function(req, s, head) { - stream = s; - - stream.on('data', function(d) { - if (d.length <= 0) { - return; - } - - if (!data) { - data = d; - } else { - var data2 = new buffer.Buffer(data.length + d.length); - - data.copy(data2, 0, 0, data.length); - d.copy(data2, data.length, 0, d.length); - - data = data2; - } - - if (data.length >= 16) { - var expected = computeSecretKeySignature(key1, key2, challenge); - var actual = data.slice(0, 16).toString('binary'); - - // Handshaking fails; we're donezo - if (actual != expected) { - debug( - 'expected=\'' + str2hex(expected) + '\'; ' + - 'actual=\'' + str2hex(actual) + '\'' - ); - - process.nextTick(function() { - // N.B. Emit 'wserror' here, as 'error' is a reserved word in the - // EventEmitter world, and gets thrown. - self.emit( - 'wserror', - new Error('Invalid handshake from server:' + - 'expected \'' + str2hex(expected) + '\', ' + - 'actual \'' + str2hex(actual) + '\'' - ) - ); - - if (self.onerror) { - self.onerror(); - } - - finishClose(); - }); - } - - // Un-register our data handler and add the one to be used - // for the normal, non-handshaking case. If we have extra - // data left over, manually fire off the handler on - // whatever remains. - // - // XXX: This is lame. We should only remove the listeners - // that we added. - httpClient.removeAllListeners('upgrade'); - stream.removeAllListeners('data'); - stream.on('data', dataListener); - - readyState = OPEN; - - process.nextTick(function() { - self.emit('open'); - - if (self.onopen) { - self.onopen(); - } - }); - - // Consume any leftover data - if (data.length > 16) { - stream.emit('data', data.slice(16, data.length)); - } - } - }); - stream.on('fd', fdListener); - stream.on('error', errorListener); - stream.on('close', function() { - errorListener(new Error('Stream closed unexpectedly.')); - }); - - stream.emit('data', head); - }; - })()); - httpClient.on('error', function(e) { - httpClient.end(); - errorListener(e); - }); - - var httpReq = httpClient.request(httpPath, httpHeaders); - - httpReq.write(challenge, 'binary'); - httpReq.end(); - })(); -}; -sys.inherits(WebSocket, events.EventEmitter); -exports.WebSocket = WebSocket; - -// Add some constants to the WebSocket object -setConstant(WebSocket.prototype, 'CONNECTING', CONNECTING); -setConstant(WebSocket.prototype, 'OPEN', OPEN); -setConstant(WebSocket.prototype, 'CLOSING', CLOSING); -setConstant(WebSocket.prototype, 'CLOSED', CLOSED); - -// vim:ts=4 sw=4 et diff --git a/node/node_modules/socket.io/support/node-websocket-client/package.json b/node/node_modules/socket.io/support/node-websocket-client/package.json deleted file mode 100644 index c6e221f..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name" : "websocket-client", - "version" : "1.0.0", - "description" : "An HTML5 Web Sockets client", - "author" : "Peter Griess ", - "engines" : { - "node" : ">=0.1.98" - }, - "repositories" : [ - { - "type" : "git", - "url" : "http://github.com/pgriess/node-websocket-client.git" - } - ], - "licenses" : [ - { - "type" : "BSD", - "url" : "http://github.com/pgriess/node-websocket-client/blob/master/LICENSE" - } - ], - "main" : "./lib/websocket" -} diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-basic.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-basic.js deleted file mode 100644 index f010424..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-basic.js +++ /dev/null @@ -1,68 +0,0 @@ -// Verify that we can connect to a WebSocket server, exchange messages, and -// shut down cleanly. - -var assert = require('assert'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PORT = 1024 + Math.floor(Math.random() * 4096); -var C_MSG = 'Client test: ' + (Math.random() * 100); -var S_MSG = 'Server test: ' + (Math.random() * 100); - -var serverGotConnection = false; -var clientGotOpen = false; -var clientGotData = false; -var clientGotMessage = false; -var serverGotMessage = false; -var serverGotClose = false; -var clientGotClose = false; - -var wss = new WebSocketServer(); -wss.listen(PORT, 'localhost'); -wss.on('connection', function(c) { - serverGotConnection = true; - - c.on('message', function(m) { - assert.equal(m, C_MSG); - serverGotMessage = true; - - c.close(); - }); - - c.on('close', function() { - serverGotClose = true; - wss.close(); - }); - - c.write(S_MSG); -}); - -var ws = new WebSocket('ws://localhost:' + PORT + '/', 'biff'); -ws.on('open', function() { - clientGotOpen = true; -}); -ws.on('data', function(buf) { - assert.equal(typeof buf, 'object'); - assert.equal(buf.toString('utf8'), S_MSG); - - clientGotData = true; - - ws.send(C_MSG); -}); -ws.onmessage = function(m) { - assert.deepEqual(m, {data : S_MSG}); - clientGotMessage = true; -}; -ws.onclose = function() { - clientGotClose = true; -}; - -process.on('exit', function() { - assert.ok(serverGotConnection); - assert.ok(clientGotOpen); - assert.ok(clientGotData); - assert.ok(clientGotMessage); - assert.ok(serverGotMessage); - assert.ok(serverGotClose); - assert.ok(clientGotClose); -}); diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-client-close.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-client-close.js deleted file mode 100644 index 76fb81f..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-client-close.js +++ /dev/null @@ -1,43 +0,0 @@ -// Verify that a connection can be closed gracefully from the client. - -var assert = require('assert'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PORT = 1024 + Math.floor(Math.random() * 4096); -var C_MSG = 'Client test: ' + (Math.random() * 100); - -var serverGotClientMessage = false; -var clientGotServerClose = false; -var serverGotClientClose = false; - -var wss = new WebSocketServer(); -wss.listen(PORT, 'localhost'); -wss.on('connection', function(c) { - c.on('message', function(m) { - assert.equal(m, C_MSG); - serverGotClientMessage = true; - }); - c.on('close', function() { - serverGotClientClose = true; - wss.close(); - }); -}); - -var ws = new WebSocket('ws://localhost:' + PORT); -ws.onopen = function() { - ws.send(C_MSG); - - // XXX: Add a timeout here - ws.close(5); -}; -ws.onclose = function() { - assert.equal(ws.CLOSED, ws.readyState); - clientGotServerClose = true; -}; - -process.on('exit', function() { - assert.ok(serverGotClientMessage); - assert.ok(clientGotServerClose); - assert.ok(serverGotClientClose); -}); diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-readonly-attrs.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-readonly-attrs.js deleted file mode 100644 index de896b3..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-readonly-attrs.js +++ /dev/null @@ -1,43 +0,0 @@ -// Verify that some attributes of a WebSocket object are read-only. - -var assert = require('assert'); -var sys = require('sys'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PORT = 1024 + Math.floor(Math.random() * 4096); - -var wss = new WebSocketServer(); -wss.listen(PORT, 'localhost'); -wss.on('connection', function(c) { - c.close(); - wss.close(); -}); -var ws = new WebSocket('ws://localhost:' + PORT + '/', 'biff'); -ws.on('open', function() { - assert.equal(ws.CONNECTING, 0); - try { - ws.CONNECTING = 13; - assert.equal( - ws.CONNECTING, 0, - 'Should not have been able to set read-only CONNECTING attribute' - ); - } catch (e) { - assert.equal(e.type, 'no_setter_in_callback'); - } - - assert.equal(ws.OPEN, 1); - assert.equal(ws.CLOSING, 2); - assert.equal(ws.CLOSED, 3); - - assert.equal(ws.url, 'ws://localhost:' + PORT + '/'); - try { - ws.url = 'foobar'; - assert.equal( - ws.url, 'ws://localhost:' + PORT + '/', - 'Should not have been able to set read-only url attribute' - ); - } catch (e) { - assert.equal(e.type, 'no_setter_in_callback'); - } -}); diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-ready-state.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-ready-state.js deleted file mode 100644 index 8fcbd4c..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-ready-state.js +++ /dev/null @@ -1,26 +0,0 @@ -// Verify that readyState transitions are implemented correctly - -var assert = require('assert'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PORT = 1024 + Math.floor(Math.random() * 4096); - -var wss = new WebSocketServer(); -wss.listen(PORT, 'localhost'); -wss.on('connection', function(c) { - c.close(); -}); - -var ws = new WebSocket('ws://localhost:' + PORT); -assert.equal(ws.readyState, ws.CONNECTING); -ws.onopen = function() { - assert.equal(ws.readyState, ws.OPEN); - - ws.close(); - assert.ok(ws.readyState == ws.CLOSING); -}; -ws.onclose = function() { - assert.equal(ws.readyState, ws.CLOSED); - wss.close(); -}; diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-server-close.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-server-close.js deleted file mode 100644 index a286429..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-server-close.js +++ /dev/null @@ -1,41 +0,0 @@ -// Verify that a connection can be closed gracefully from the server. - -var assert = require('assert'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PORT = 1024 + Math.floor(Math.random() * 4096); -var S_MSG = 'Server test: ' + (Math.random() * 100); - -var clientGotServerMessage = false; -var clientGotServerClose = false; -var serverGotClientClose = false; - -var wss = new WebSocketServer(); -wss.listen(PORT, 'localhost'); -wss.on('connection', function(c) { - c.on('close', function() { - serverGotClientClose = true; - wss.close(); - }); - - c.write(S_MSG); - c.close(); -}); - -var ws = new WebSocket('ws://localhost:' + PORT); -ws.onmessage = function(m) { - assert.deepEqual(m, {data: S_MSG}); - - clientGotServerMessage = true; -}; -ws.onclose = function() { - assert.equal(ws.CLOSED, ws.readyState); - clientGotServerClose = true; -}; - -process.on('exit', function() { - assert.ok(clientGotServerMessage); - assert.ok(clientGotServerClose); - assert.ok(serverGotClientClose); -}); diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-unix-send-fd.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-unix-send-fd.js deleted file mode 100644 index 8f1c28d..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-unix-send-fd.js +++ /dev/null @@ -1,63 +0,0 @@ -// Verify that both sides of the WS connection can both send and receive file -// descriptors. - -var assert = require('assert'); -var fs = require('fs'); -var path = require('path'); -var sys = require('sys'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PATH = path.join(__dirname, 'sock.' + process.pid); -var C_MSG = 'Client test: ' + (Math.random() * 100); -var S_MSG = 'Server test: ' + (Math.random() * 100); - -var clientReceivedData = false; -var clientReceivedFD = false; -var serverReceivedData = false; -var serverReceivedFD = false; - -var wss = new WebSocketServer(); -wss.on('listening', function() { - var ws = new WebSocket('ws+unix://' + PATH); - ws.on('data', function(d) { - assert.equal(d.toString('utf8'), S_MSG); - - clientReceivedData = true; - - ws.send(C_MSG, 1); - ws.close(); - }); - ws.on('fd', function(fd) { - assert.ok(fd >= 0); - - clientReceivedFD = true; - }); -}); -wss.on('connection', function(c) { - c.write(S_MSG, 0); - c._req.socket.on('fd', function(fd) { - assert.ok(fd >= 0); - - serverReceivedFD = true; - }); - c.on('message', function(d) { - assert.equal(d, C_MSG); - - serverReceivedData = true; - - wss.close(); - }); -}); -wss.listen(PATH); - -process.on('exit', function() { - assert.ok(clientReceivedFD); - assert.ok(clientReceivedData); - assert.ok(serverReceivedFD); - assert.ok(serverReceivedData); - - try { - fs.unlinkSync(PATH); - } catch (e) { } -}); diff --git a/node/node_modules/socket.io/support/node-websocket-client/test/test-unix-sockets.js b/node/node_modules/socket.io/support/node-websocket-client/test/test-unix-sockets.js deleted file mode 100644 index 5cbf094..0000000 --- a/node/node_modules/socket.io/support/node-websocket-client/test/test-unix-sockets.js +++ /dev/null @@ -1,46 +0,0 @@ -// Verify that we can connect to a server over UNIX domain sockets. - -var assert = require('assert'); -var fs = require('fs'); -var path = require('path'); -var sys = require('sys'); -var WebSocket = require('../lib/websocket').WebSocket; -var WebSocketServer = require('websocket-server/ws/server').Server; - -var PATH = path.join(__dirname, 'sock.' + process.pid); -var S_MSG = 'Server test: ' + (Math.random() * 100); - -var serverGotConnection = false; -var clientGotOpen = false; -var clientGotData = false; - -var wss = new WebSocketServer(); -wss.on('listening', function() { - var ws = new WebSocket('ws+unix://' + PATH); - ws.on('open', function() { - clientGotOpen = true; - - ws.close(); - }); - ws.on('data', function(d) { - assert.equal(d.toString('utf8'), S_MSG); - clientGotData = true; - }); -}); -wss.on('connection', function(c) { - serverGotConnection = true; - - c.write(S_MSG); - wss.close(); -}); -wss.listen(PATH); - -process.on('exit', function() { - assert.ok(serverGotConnection); - assert.ok(clientGotOpen); - assert.ok(clientGotData); - - try { - fs.unlinkSync(PATH); - } catch(e) { } -}); diff --git a/node/node_modules/socket.io/test/common.js b/node/node_modules/socket.io/test/common.js deleted file mode 100644 index e658f72..0000000 --- a/node/node_modules/socket.io/test/common.js +++ /dev/null @@ -1,244 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var io = require('socket.io') - , parser = io.parser - , http = require('http') - , https = require('https') - , WebSocket = require('../support/node-websocket-client/lib/websocket').WebSocket; - -/** - * Exports. - */ - -var should = module.exports = require('should'); - -should.HTTPClient = HTTPClient; - -/** - * Client utility. - * - * @api publiC - */ - -function HTTPClient (port) { - this.port = port; - this.agent = new http.Agent({ - host: 'localhost' - , port: port - }); -}; - -/** - * Issue a request - * - * @api private - */ - -HTTPClient.prototype.request = function (path, opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - opts = opts || {}; - opts.agent = this.agent; - opts.host = 'localhost'; - opts.port = this.port; - opts.path = path.replace(/{protocol}/g, io.protocol); - - opts.headers = opts.headers || {}; - opts.headers.Host = 'localhost'; - opts.headers.Connection = 'keep-alive'; - - var req = http.request(opts, function (res) { - if (false === opts.buffer) - return fn && fn(res); - - var buf = ''; - - res.on('data', function (chunk) { - buf += chunk; - }); - - res.on('end', function () { - fn && fn(res, opts.parse ? opts.parse(buf) : buf); - }); - }); - - req.on('error', function (err) { }); - - if (undefined !== opts.data) - req.write(opts.data); - - req.end(); - - return req; -}; - -/** - * Terminates the client and associated connections. - * - * @api public - */ - -HTTPClient.prototype.end = function () { - this.agent.sockets.forEach(function (socket) { - socket.end(); - }); -}; - -/** - * Issue a GET request - * - * @api public - */ - -HTTPClient.prototype.get = function (path, opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - opts = opts || {}; - opts.method = 'GET'; - - // override the parser for transport requests - if (/\/(xhr-polling|htmlfile|jsonp-polling)\//.test(path)) { - // parser that might be necessary for transport-specific framing - var transportParse = opts.parse; - opts.parse = function (data) { - if (data === '') return data; - - data = transportParse ? transportParse(data) : data; - return parser.decodePayload(data); - }; - } else { - opts.parse = undefined; - } - - return this.request(path, opts, fn); -}; - -/** - * Issue a POST request - * - * @api private - */ - -HTTPClient.prototype.post = function (path, data, opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - opts = opts || {}; - opts.method = 'POST'; - opts.data = data; - - return this.request(path, opts, fn); -}; - -/** - * Performs a handshake (GET) request - * - * @api private - */ - -HTTPClient.prototype.handshake = function (opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - return this.get('/socket.io/{protocol}', opts, function (res, data) { - fn && fn.apply(null, data.split(':')); - }); -}; - -/** - * Generates a new client for the given port. - * - * @api private - */ - -client = function (port) { - return new HTTPClient(port); -}; - -/** - * Create a socket.io server. - */ - -create = function (cl) { - console.log(''); - var manager = io.listen(cl.port); - manager.set('client store expiration', 0); - return manager; -}; - -/** - * WebSocket socket.io client. - * - * @api private - */ - -function WSClient (port, sid) { - this.sid = sid; - this.port = port; - - WebSocket.call( - this - , 'ws://localhost:' + port + '/socket.io/' - + io.protocol + '/websocket/' + sid - ); -}; - -/** - * Inherits from WebSocket. - */ - -WSClient.prototype.__proto__ = WebSocket.prototype; - -/** - * Overrides message event emission. - * - * @api private - */ - -WSClient.prototype.emit = function (name) { - var args = arguments; - - if (name == 'message' || name == 'data') { - args[1] = parser.decodePacket(args[1].toString()); - } - - return WebSocket.prototype.emit.apply(this, arguments); -}; - -/** - * Writes a packet - */ - -WSClient.prototype.packet = function (pack) { - this.write(parser.encodePacket(pack)); - return this; -}; - -/** - * Creates a websocket client. - * - * @api public - */ - -websocket = function (cl, sid) { - return new WSClient(cl.port, sid); -}; diff --git a/node/node_modules/socket.io/test/fixtures/cert.crt b/node/node_modules/socket.io/test/fixtures/cert.crt deleted file mode 100644 index 5883cd4..0000000 --- a/node/node_modules/socket.io/test/fixtures/cert.crt +++ /dev/null @@ -1,21 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIDXTCCAkWgAwIBAgIJAMUSOvlaeyQHMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV -BAYTAkFVMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBX -aWRnaXRzIFB0eSBMdGQwHhcNMTAxMTE2MDkzMjQ5WhcNMTMxMTE1MDkzMjQ5WjBF -MQswCQYDVQQGEwJBVTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50 -ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB -CgKCAQEAz+LXZOjcQCJq3+ZKUFabj71oo/ex/XsBcFqtBThjjTw9CVEVwfPQQp4X -wtPiB204vnYXwQ1/R2NdTQqCZu47l79LssL/u2a5Y9+0NEU3nQA5qdt+1FAE0c5o -exPimXOrR3GWfKz7PmZ2O0117IeCUUXPG5U8umhDe/4mDF4ZNJiKc404WthquTqg -S7rLQZHhZ6D0EnGnOkzlmxJMYPNHSOY1/6ivdNUUcC87awNEA3lgfhy25IyBK3QJ -c+aYKNTbt70Lery3bu2wWLFGtmNiGlQTS4JsxImRsECTI727ObS7/FWAQsqW+COL -0Sa5BuMFrFIpjPrEe0ih7vRRbdmXRwIDAQABo1AwTjAdBgNVHQ4EFgQUDnV4d6mD -tOnluLoCjkUHTX/n4agwHwYDVR0jBBgwFoAUDnV4d6mDtOnluLoCjkUHTX/n4agw -DAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAFwV4MQfTo+qMv9JMiyno -IEiqfOz4RgtmBqRnXUffcjS2dhc7/z+FPZnM79Kej8eLHoVfxCyWRHFlzm93vEdv -wxOCrD13EDOi08OOZfxWyIlCa6Bg8cMAKqQzd2OvQOWqlRWBTThBJIhWflU33izX -Qn5GdmYqhfpc+9ZHHGhvXNydtRQkdxVK2dZNzLBvBlLlRmtoClU7xm3A+/5dddeP -AQHEPtyFlUw49VYtZ3ru6KqPms7MKvcRhYLsy9rwSfuuniMlx4d0bDR7TOkw0QQS -A0N8MGQRQpzl4mw4jLzyM5d5QtuGBh2P6hPGa0YQxtI3RPT/p6ENzzBiAKXiSfzo -xw== ------END CERTIFICATE----- diff --git a/node/node_modules/socket.io/test/fixtures/key.key b/node/node_modules/socket.io/test/fixtures/key.key deleted file mode 100644 index f31ff3d..0000000 --- a/node/node_modules/socket.io/test/fixtures/key.key +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEowIBAAKCAQEAz+LXZOjcQCJq3+ZKUFabj71oo/ex/XsBcFqtBThjjTw9CVEV -wfPQQp4XwtPiB204vnYXwQ1/R2NdTQqCZu47l79LssL/u2a5Y9+0NEU3nQA5qdt+ -1FAE0c5oexPimXOrR3GWfKz7PmZ2O0117IeCUUXPG5U8umhDe/4mDF4ZNJiKc404 -WthquTqgS7rLQZHhZ6D0EnGnOkzlmxJMYPNHSOY1/6ivdNUUcC87awNEA3lgfhy2 -5IyBK3QJc+aYKNTbt70Lery3bu2wWLFGtmNiGlQTS4JsxImRsECTI727ObS7/FWA -QsqW+COL0Sa5BuMFrFIpjPrEe0ih7vRRbdmXRwIDAQABAoIBAGe4+9VqZfJN+dsq -8Osyuz01uQ8OmC0sAWTIqUlQgENIyf9rCJsUBlYmwR5BT6Z69XP6QhHdpSK+TiAR -XUz0EqG9HYzcxHIBaACP7j6iRoQ8R4kbbiWKo0z3WqQGIOqFjvD/mKEuQdE5mEYw -eOUCG6BnX1WY2Yr8WKd2AA/tp0/Y4d8z04u9eodMpSTbHTzYMJb5SbBN1vo6FY7q -8zSuO0BMzXlAxUsCwHsk1GQHFr8Oh3zIR7bQGtMBouI+6Lhh7sjFYsfxJboqMTBV -IKaA216M6ggHG7MU1/jeKcMGDmEfqQLQoyWp29rMK6TklUgipME2L3UD7vTyAVzz -xbVOpZkCgYEA8CXW4sZBBrSSrLR5SB+Ubu9qNTggLowOsC/kVKB2WJ4+xooc5HQo -mFhq1v/WxPQoWIxdYsfg2odlL+JclK5Qcy6vXmRSdAQ5lK9gBDKxZSYc3NwAw2HA -zyHCTK+I0n8PBYQ+yGcrxu0WqTGnlLW+Otk4CejO34WlgHwbH9bbY5UCgYEA3ZvT -C4+OoMHXlmICSt29zUrYiL33IWsR3/MaONxTEDuvgkOSXXQOl/8Ebd6Nu+3WbsSN -bjiPC/JyL1YCVmijdvFpl4gjtgvfJifs4G+QHvO6YfsYoVANk4u6g6rUuBIOwNK4 -RwYxwDc0oysp+g7tPxoSgDHReEVKJNzGBe9NGGsCgYEA4O4QP4gCEA3B9BF2J5+s -n9uPVxmiyvZUK6Iv8zP4pThTBBMIzNIf09G9AHPQ7djikU2nioY8jXKTzC3xGTHM -GJZ5m6fLsu7iH+nDvSreDSeNkTBfZqGAvoGYQ8uGE+L+ZuRfCcXYsxIOT5s6o4c3 -Dle2rVFpsuKzCY00urW796ECgYBn3go75+xEwrYGQSer6WR1nTgCV29GVYXKPooy -zmmMOT1Yw80NSkEw0pFD4cTyqVYREsTrPU0mn1sPfrOXxnGfZSVFpcR/Je9QVfQ7 -eW7GYxwfom335aqHVj10SxRqteP+UoWWnHujCPz94VRKZMakBddYCIGSan+G6YdS -7sdmwwKBgBc2qj0wvGXDF2kCLwSGfWoMf8CS1+5fIiUIdT1e/+7MfDdbmLMIFVjF -QKS3zVViXCbrG5SY6wS9hxoc57f6E2A8vcaX6zy2xkZlGHQCpWRtEM5R01OWJQaH -HsHMmQZGUQVoDm1oRkDhrTFK4K3ukc3rAxzeTZ96utOQN8/KJsTv ------END RSA PRIVATE KEY----- diff --git a/node/node_modules/socket.io/test/io.test.js b/node/node_modules/socket.io/test/io.test.js deleted file mode 100644 index adc316e..0000000 --- a/node/node_modules/socket.io/test/io.test.js +++ /dev/null @@ -1,125 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , fs = require('fs') - , http = require('http') - , https = require('https') - , should = require('./common') - , ports = 15000; - -/** - * Test. - */ - -module.exports = { - - 'test that protocol version is present': function (done) { - sio.protocol.should.be.a('number'); - done(); - }, - - 'test that default transports are present': function (done) { - sio.Manager.defaultTransports.should.be.an.instanceof(Array); - done(); - }, - - 'test that version is present': function (done) { - sio.version.should.match(/([0-9]+)\.([0-9]+)\.([0-9]+)/); - done(); - }, - - 'test listening with a port': function (done) { - var cl = client(++ports) - , io = create(cl); - - io.server.should.be.an.instanceof(http.Server); - - cl.get('/', function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('Welcome to socket.io.'); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test listening with a server': function (done) { - var server = http.createServer() - , io = sio.listen(server) - , port = ++ports - , cl = client(port); - - server.listen(port); - - cl.get('/socket.io', function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('Welcome to socket.io.'); - - cl.end(); - server.close(); - done(); - }); - }, - - 'test listening with a https server': function (done) { - var server = https.createServer({ - key: fs.readFileSync(__dirname + '/fixtures/key.key') - , cert: fs.readFileSync(__dirname + '/fixtures/cert.crt') - }, function () { }) - , io = sio.listen(server) - , port = ++ports; - - server.listen(port); - - var req = require('https').get({ - host: 'localhost' - , port: port - , path: '/socket.io' - }, function (res) { - res.statusCode.should.eql(200); - - var buf = ''; - - res.on('data', function (data) { - buf += data; - }); - - res.on('end', function () { - buf.should.eql('Welcome to socket.io.'); - - res.socket.end(); - server.close(); - done(); - }); - }); - }, - - 'test listening with no arguments listens on 80': function (done) { - try { - var io = sio.listen() - , cl = client(80); - - cl.get('/socket.io', function (res) { - res.statusCode.should.eql(200); - - cl.end(); - io.server.close(); - done(); - }); - } catch (e) { - e.should.match(/EACCES/); - done(); - } - } - -}; diff --git a/node/node_modules/socket.io/test/leaks/socket.leaktest.js b/node/node_modules/socket.io/test/leaks/socket.leaktest.js deleted file mode 100644 index 8613b3c..0000000 --- a/node/node_modules/socket.io/test/leaks/socket.leaktest.js +++ /dev/null @@ -1,54 +0,0 @@ -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -require.paths.unshift(__dirname + '/../../lib'); - -var assertvanish = require('assertvanish') - , common = require('../common') - , ports = 15800; - -function resultCallback (leaks, leakedSocket) { - if (leaks) { - console.error('Leak detected'); - process.exit(1); - } else { - console.error('No leaks'); - process.exit(0); - } -}; - -/** - * Test. - */ - -var cl = client(++ports); -var io = create(cl); - -io.sockets.on('connection', function (socket) { - console.log('connected'); - - socket.on('disconnect', function() { - console.log("client gone"); - setTimeout(gc, 1000); - assertvanish(socket, 2000, {silent: true, callback: resultCallback}); - }); -}); - -setTimeout(function() { - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('open', function () { - console.log('open!'); - setTimeout(function() { - ws.close(); - }, 500); - }); - }); -}, 100); diff --git a/node/node_modules/socket.io/test/manager.test.js b/node/node_modules/socket.io/test/manager.test.js deleted file mode 100644 index 93922d3..0000000 --- a/node/node_modules/socket.io/test/manager.test.js +++ /dev/null @@ -1,731 +0,0 @@ -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , http = require('http') - , should = require('./common') - , ports = 15100; - -/** - * Test. - */ - -module.exports = { - - 'test setting and getting a configuration flag': function (done) { - var port = ++ports - , io = sio.listen(http.createServer()); - - io.set('a', 'b'); - io.get('a').should.eql('b'); - - var port = ++ports - , io = sio.listen(http.createServer()); - - io.configure(function () { - io.set('a', 'b'); - io.enable('tobi'); - }); - - io.get('a').should.eql('b'); - - done(); - }, - - 'test enabling and disabling a configuration flag': function (done) { - var port = ++ports - , io = sio.listen(http.createServer()); - - io.enable('flag'); - io.enabled('flag').should.be.true; - io.disabled('flag').should.be.false; - - io.disable('flag'); - var port = ++ports - , io = sio.listen(http.createServer()); - - io.configure(function () { - io.enable('tobi'); - }); - - io.enabled('tobi').should.be.true; - - done(); - }, - - 'test configuration callbacks with envs': function (done) { - var port = ++ports - , io = sio.listen(http.createServer()); - - process.env.NODE_ENV = 'development'; - - io.configure('production', function () { - io.set('ferret', 'tobi'); - }); - - io.configure('development', function () { - io.set('ferret', 'jane'); - }); - - io.get('ferret').should.eql('jane'); - done(); - }, - - 'test configuration callbacks conserve scope': function (done) { - var port = ++ports - , io = sio.listen(http.createServer()) - , calls = 0; - - process.env.NODE_ENV = 'development'; - - io.configure(function () { - this.should.eql(io); - calls++; - }); - - io.configure('development', function () { - this.should.eql(io); - calls++; - }); - - calls.should.eql(2); - done(); - }, - - 'test configuration update notifications': function (done) { - var port = ++ports - , io = sio.listen(http.createServer()) - , calls = 0; - - io.on('set:foo', function () { - calls++; - }); - - io.set('foo', 'bar'); - io.set('baz', 'bar'); - - calls.should.eql(1); - - io.enable('foo'); - io.disable('foo'); - - calls.should.eql(3); - done(); - }, - - 'test that normal requests are still served': function (done) { - var server = http.createServer(function (req, res) { - res.writeHead(200); - res.end('woot'); - }); - - var io = sio.listen(server) - , port = ++ports - , cl = client(port); - - server.listen(ports); - - cl.get('/socket.io', function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('Welcome to socket.io.'); - - cl.get('/woot', function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('woot'); - - cl.end(); - server.close(); - done(); - }); - }); - }, - - 'test that the client is served': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - should.strictEqual(res.headers.etag, undefined); - - data.should.match(/XMLHttpRequest/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that the client etag is served': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.enable('browser client etag'); - }); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - res.headers.etag.should.match(/([0-9]+)\.([0-9]+)\.([0-9]+)/); - - data.should.match(/XMLHttpRequest/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that the cached client is served': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - should.strictEqual(res.headers.etag, undefined); - - data.should.match(/XMLHttpRequest/); - var static = sio.Manager.static; - static.cache['/socket.io.js'].content.should.match(/XMLHttpRequest/); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - should.strictEqual(res.headers.etag, undefined); - - data.should.match(/XMLHttpRequest/); - - cl.end(); - io.server.close(); - done(); - }); - }); - }, - - 'test that the cached client etag is served': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.enable('browser client etag'); - }); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - res.headers.etag.should.match(/([0-9]+)\.([0-9]+)\.([0-9]+)/); - - data.should.match(/XMLHttpRequest/); - var static = sio.Manager.static - , cache = static.cache['/socket.io.js']; - - cache.content.toString().should.match(/XMLHttpRequest/); - Buffer.isBuffer(cache.content).should.be.true; - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - res.headers.etag.should.match(/([0-9]+)\.([0-9]+)\.([0-9]+)/); - - data.should.match(/XMLHttpRequest/); - - cl.end(); - io.server.close(); - done(); - }); - }); - }, - - 'test that the cached client sends a 304 header': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.enable('browser client etag'); - }); - - cl.get('/socket.io/socket.io.js', function (res, data) { - cl.get('/socket.io/socket.io.js', {headers:{'if-none-match':res.headers.etag}}, function (res, data) { - res.statusCode.should.eql(304); - - cl.end(); - io.server.close(); - done(); - }); - }); - }, - - 'test that client minification works': function (done) { - // server 1 - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - // server 2 - var port = ++ports - , io2 = sio.listen(port) - , cl2 = client(port); - - io.configure(function () { - io.enable('browser client minification'); - }); - - cl.get('/socket.io/socket.io.js', function (res, data) { - var length = data.length; - - cl.end(); - io.server.close(); - - cl2.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.match(/([0-9]+)/); - should.strictEqual(res.headers.etag, undefined); - - data.should.match(/XMLHttpRequest/); - data.length.should.be.greaterThan(length); - - cl2.end(); - io2.server.close(); - done(); - }); - }); - }, - - 'test that the WebSocketMain.swf is served': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - cl.get('/socket.io/static/flashsocket/WebSocketMain.swf', function (res, data) { - res.headers['content-type'].should.eql('application/x-shockwave-flash'); - res.headers['content-length'].should.match(/([0-9]+)/); - should.strictEqual(res.headers.etag, undefined); - - var static = sio.Manager.static - , cache = static.cache['/static/flashsocket/WebSocketMain.swf']; - - Buffer.isBuffer(cache.content).should.be.true; - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that the WebSocketMainInsecure.swf is served': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - cl.get('/socket.io/static/flashsocket/WebSocketMainInsecure.swf', function (res, data) { - res.headers['content-type'].should.eql('application/x-shockwave-flash'); - res.headers['content-length'].should.match(/([0-9]+)/); - should.strictEqual(res.headers.etag, undefined); - - var static = sio.Manager.static - , cache = static.cache['/static/flashsocket/WebSocketMain.swf']; - - Buffer.isBuffer(cache.content).should.be.true; - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that you can serve custom clients': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('browser client handler', function (req, res) { - res.writeHead(200, { - 'Content-Type': 'application/javascript' - , 'Content-Length': 13 - , 'ETag': '1.0' - }); - res.end('custom_client'); - }); - }); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.headers['content-type'].should.eql('application/javascript'); - res.headers['content-length'].should.eql(13); - res.headers.etag.should.eql('1.0'); - - data.should.eql('custom_client'); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that you can disable clients': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.disable('browser client'); - }); - - cl.get('/socket.io/socket.io.js', function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('Welcome to socket.io.'); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test handshake': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(200); - data.should.match(/([^:]+):([0-9]+)?:([0-9]+)?:(.+)/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test handshake with unsupported protocol version': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - cl.get('/socket.io/-1/', function (res, data) { - res.statusCode.should.eql(500); - data.should.match(/Protocol version not supported/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test authorization failure in handshake': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - function auth (data, fn) { - fn(null, false); - }; - - io.set('authorization', auth); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(403); - data.should.match(/handshake unauthorized/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test a handshake error': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - function auth (data, fn) { - fn(new Error); - }; - - io.set('authorization', auth); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(500); - data.should.match(/handshake error/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that a referer is accepted for *:* origin': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('origins', '*:*'); - }); - - cl.get('/socket.io/{protocol}', { headers: { referer: 'http://foo.bar.com:82/something' } }, function (res, data) { - res.statusCode.should.eql(200); - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that valid referer is accepted for addr:* origin': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('origins', 'foo.bar.com:*'); - }); - - cl.get('/socket.io/{protocol}', { headers: { referer: 'http://foo.bar.com/something' } }, function (res, data) { - res.statusCode.should.eql(200); - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that erroneous referer is denied for addr:* origin': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('origins', 'foo.bar.com:*'); - }); - - cl.get('/socket.io/{protocol}', { headers: { referer: 'http://baz.bar.com/something' } }, function (res, data) { - res.statusCode.should.eql(403); - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that valid referer port is accepted for addr:port origin': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('origins', 'foo.bar.com:81'); - }); - - cl.get('/socket.io/{protocol}', { headers: { referer: 'http://foo.bar.com:81/something' } }, function (res, data) { - res.statusCode.should.eql(200); - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test that erroneous referer port is denied for addr:port origin': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('origins', 'foo.bar.com:81'); - }); - - cl.get('/socket.io/{protocol}', { headers: { referer: 'http://foo.bar.com/something' } }, function (res, data) { - res.statusCode.should.eql(403); - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test limiting the supported transports for a manager': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('transports', ['tobi', 'jane']); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(200); - data.should.match(/([^:]+):([0-9]+)?:([0-9]+)?:tobi,jane/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test setting a custom close timeout': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('close timeout', 66); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(200); - data.should.match(/([^:]+):([0-9]+)?:66?:(.*)/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test setting a custom heartbeat timeout': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('heartbeat timeout', 33); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(200); - data.should.match(/([^:]+):33:([0-9]+)?:(.*)/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test disabling timeouts': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port); - - io.configure(function () { - io.set('heartbeat timeout', null); - io.set('close timeout', ''); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(200); - data.should.match(/([^:]+)::?:(.*)/); - - cl.end(); - io.server.close(); - done(); - }); - }, - - 'test disabling heartbeats': function (done) { - var port = ++ports - , io = sio.listen(port) - , cl = client(port) - , messages = 0 - , beat = false - , ws; - - io.configure(function () { - io.disable('heartbeats'); - io.set('heartbeat interval', .05); - io.set('heartbeat timeout', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - setTimeout(function () { - socket.disconnect(); - }, io.get('heartbeat timeout') * 1000 + 100); - - socket.on('disconnect', function (reason) { - beat.should.be.false; - - cl.end(); - ws.finishClose(); - io.server.close(); - done(); - }); - }); - - cl.get('/socket.io/{protocol}/', function (res, data) { - res.statusCode.should.eql(200); - data.should.match(/([^:]+)::[\.0-9]+:(.*)/); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('message', function (packet) { - if (++messages == 1) { - packet.type.should.eql('connect'); - } else if (packet.type == 'heartbeat'){ - beat = true; - } - }); - }); - }); - }, - - 'no duplicate room members': function (done) { - var port = ++ports - , io = sio.listen(port); - - Object.keys(io.rooms).length.should.equal(0); - - io.onJoin(123, 'foo'); - io.rooms.foo.length.should.equal(1); - - io.onJoin(123, 'foo'); - io.rooms.foo.length.should.equal(1); - - io.onJoin(124, 'foo'); - io.rooms.foo.length.should.equal(2); - - io.onJoin(124, 'foo'); - io.rooms.foo.length.should.equal(2); - - io.onJoin(123, 'bar'); - io.rooms.foo.length.should.equal(2); - io.rooms.bar.length.should.equal(1); - - io.onJoin(123, 'bar'); - io.rooms.foo.length.should.equal(2); - io.rooms.bar.length.should.equal(1); - - io.onJoin(124, 'bar'); - io.rooms.foo.length.should.equal(2); - io.rooms.bar.length.should.equal(2); - - io.onJoin(124, 'bar'); - io.rooms.foo.length.should.equal(2); - io.rooms.bar.length.should.equal(2); - - io.server.close(); - done(); - }, - - 'test passing options directly to the Manager through listen': function (done) { - var port = ++ports - , io = sio.listen(port, { resource: '/my resource', custom: 'opt' }); - - io.get('resource').should.equal('/my resource'); - io.get('custom').should.equal('opt'); - io.server.close(); - done(); - } -}; diff --git a/node/node_modules/socket.io/test/namespace.test.js b/node/node_modules/socket.io/test/namespace.test.js deleted file mode 100644 index 5acb9d4..0000000 --- a/node/node_modules/socket.io/test/namespace.test.js +++ /dev/null @@ -1,247 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , should = require('./common') - , ports = 15700; - -/** - * Test. - */ - -module.exports = { - 'namespace pass no authentication': function (done) { - var cl = client(++ports) - , io = create(cl) - , ws; - - io.of('/a') - .on('connection', function (socket) { - cl.end(); - ws.finishClose(); - io.server.close() - done(); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('open', function () { - ws.packet({ - type: 'connect' - , endpoint: '/a' - }); - }) - }); - }, - - 'namespace pass authentication': function (done) { - var cl = client(++ports) - , io = create(cl) - , ws; - - io.of('/a') - .authorization(function (data, fn) { - fn(null, true); - }) - .on('connection', function (socket) { - cl.end(); - ws.finishClose(); - io.server.close() - done(); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('open', function () { - ws.packet({ - type: 'connect' - , endpoint: '/a' - }); - }) - }); - }, - - 'namespace authentication handshake data': function (done) { - var cl = client(++ports) - , io = create(cl) - , ws; - - io.of('/a') - .authorization(function (data, fn) { - data.foo = 'bar'; - fn(null, true); - }) - .on('connection', function (socket) { - (!!socket.handshake.address.address).should.be.true; - (!!socket.handshake.address.port).should.be.true; - socket.handshake.headers.host.should.equal('localhost'); - socket.handshake.headers.connection.should.equal('keep-alive'); - socket.handshake.time.should.match(/GMT/); - socket.handshake.foo.should.equal('bar'); - - cl.end(); - ws.finishClose(); - io.server.close() - done(); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('open', function () { - ws.packet({ - type: 'connect' - , endpoint: '/a' - }); - }) - }); - }, - - 'namespace fail authentication': function (done) { - var cl = client(++ports) - , io = create(cl) - , calls = 0 - , ws; - - io.of('/a') - .authorization(function (data, fn) { - fn(null, false); - }) - .on('connection', function (socket) { - throw new Error('Should not be called'); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('open', function () { - ws.packet({ - type: 'connect' - , endpoint: '/a' - }); - }); - - ws.on('message', function (data) { - if (data.endpoint == '/a') { - data.type.should.eql('error'); - data.reason.should.eql('unauthorized') - - cl.end(); - ws.finishClose(); - io.server.close() - done(); - } - }) - }); - }, - - 'broadcasting sends and emits on a namespace': function (done) { - var cl = client(++ports) - , io = create(cl) - , calls = 0 - , connect = 0 - , message = 0 - , events = 0 - , expected = 5 - , ws1 - , ws2; - - io.of('a') - .on('connection', function (socket){ - socket.broadcast.emit('b', 'test'); - socket.broadcast.json.emit('json', {foo:'bar'}); - socket.broadcast.send('foo'); - }); - - function finish () { - connect.should.equal(2); - message.should.equal(1); - events.should.equal(2); - - cl.end(); - ws1.finishClose(); - ws2.finishClose(); - io.server.close(); - done(); - } - - cl.handshake(function (sid) { - ws1 = websocket(cl, sid); - - ws1.on('open', function() { - ws1.packet({ - type: 'connect' - , endpoint: 'a' - }); - }); - - ws1.on('message', function (data) { - if (data.type === 'connect') { - ++connect; - if (++calls === expected) finish(); - } - - if (data.type === 'message') { - ++message; - if (++calls === expected) finish(); - } - - if (data.type === 'event') { - if (data.name === 'b' || data.name === 'json') ++events; - if (++calls === expected) finish(); - } - }); - - cl.handshake(function (sid) { - ws2 = websocket(cl, sid); - - ws2.on('open', function () { - ws2.packet({ - type: 'connect' - , endpoint: 'a' - }); - }); - }) - }) - }, - - 'joining rooms inside a namespace': function (done) { - var cl = client(++ports) - , io = create(cl) - , calls = 0 - , ws; - - io.of('/foo').on('connection', function (socket) { - socket.join('foo.bar'); - this.in('foo.bar').emit('baz', 'pewpew'); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - - ws.on('open', function (){ - ws.packet({ - type: 'connect' - , endpoint: '/foo' - }); - }); - - ws.on('message', function (data) { - if (data.type === 'event') { - data.name.should.equal('baz'); - - cl.end(); - ws.finishClose(); - io.server.close(); - done(); - } - }); - }) - } -}; diff --git a/node/node_modules/socket.io/test/parser.test.js b/node/node_modules/socket.io/test/parser.test.js deleted file mode 100644 index ee51033..0000000 --- a/node/node_modules/socket.io/test/parser.test.js +++ /dev/null @@ -1,356 +0,0 @@ - -/** - * Test dependencies. - */ - -var parser = require('socket.io').parser - , decode = parser.decode - , should = require('./common'); - -/** - * Test. - */ - -module.exports = { - - 'decoding error packet': function () { - parser.decodePacket('7:::').should.eql({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '' - }); - }, - - 'decoding error packet with reason': function () { - parser.decodePacket('7:::0').should.eql({ - type: 'error' - , reason: 'transport not supported' - , advice: '' - , endpoint: '' - }); - }, - - 'decoding error packet with reason and advice': function () { - parser.decodePacket('7:::2+0').should.eql({ - type: 'error' - , reason: 'unauthorized' - , advice: 'reconnect' - , endpoint: '' - }); - }, - - 'decoding error packet with endpoint': function () { - parser.decodePacket('7::/woot').should.eql({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '/woot' - }); - }, - - 'decoding ack packet': function () { - parser.decodePacket('6:::140').should.eql({ - type: 'ack' - , ackId: '140' - , endpoint: '' - , args: [] - }); - }, - - 'decoding ack packet with args': function () { - parser.decodePacket('6:::12+["woot","wa"]').should.eql({ - type: 'ack' - , ackId: '12' - , endpoint: '' - , args: ['woot', 'wa'] - }); - }, - - 'decoding ack packet with bad json': function () { - var thrown = false; - - try { - parser.decodePacket('6:::1+{"++]').should.eql({ - type: 'ack' - , ackId: '1' - , endpoint: '' - , args: [] - }); - } catch (e) { - thrown = true; - } - - thrown.should.be.false; - }, - - 'decoding json packet': function () { - parser.decodePacket('4:::"2"').should.eql({ - type: 'json' - , endpoint: '' - , data: '2' - }); - }, - - 'decoding json packet with message id and ack data': function () { - parser.decodePacket('4:1+::{"a":"b"}').should.eql({ - type: 'json' - , id: 1 - , ack: 'data' - , endpoint: '' - , data: { a: 'b' } - }); - }, - - 'decoding an event packet': function () { - parser.decodePacket('5:::{"name":"woot"}').should.eql({ - type: 'event' - , name: 'woot' - , endpoint: '' - , args: [] - }); - }, - - 'decoding an event packet with message id and ack': function () { - parser.decodePacket('5:1+::{"name":"tobi"}').should.eql({ - type: 'event' - , id: 1 - , ack: 'data' - , endpoint: '' - , name: 'tobi' - , args: [] - }); - }, - - 'decoding an event packet with data': function () { - parser.decodePacket('5:::{"name":"edwald","args":[{"a": "b"},2,"3"]}') - .should.eql({ - type: 'event' - , name: 'edwald' - , endpoint: '' - , args: [{a: 'b'}, 2, '3'] - }); - }, - - 'decoding a message packet': function () { - parser.decodePacket('3:::woot').should.eql({ - type: 'message' - , endpoint: '' - , data: 'woot' - }); - }, - - 'decoding a message packet with id and endpoint': function () { - parser.decodePacket('3:5:/tobi').should.eql({ - type: 'message' - , id: 5 - , ack: true - , endpoint: '/tobi' - , data: '' - }); - }, - - 'decoding a heartbeat packet': function () { - parser.decodePacket('2:::').should.eql({ - type: 'heartbeat' - , endpoint: '' - }); - }, - - 'decoding a connection packet': function () { - parser.decodePacket('1::/tobi').should.eql({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }); - }, - - 'decoding a connection packet with query string': function () { - parser.decodePacket('1::/test:?test=1').should.eql({ - type: 'connect' - , endpoint: '/test' - , qs: '?test=1' - }); - }, - - 'decoding a disconnection packet': function () { - parser.decodePacket('0::/woot').should.eql({ - type: 'disconnect' - , endpoint: '/woot' - }); - }, - - 'encoding error packet': function () { - parser.encodePacket({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '' - }).should.eql('7::'); - }, - - 'encoding error packet with reason': function () { - parser.encodePacket({ - type: 'error' - , reason: 'transport not supported' - , advice: '' - , endpoint: '' - }).should.eql('7:::0'); - }, - - 'encoding error packet with reason and advice': function () { - parser.encodePacket({ - type: 'error' - , reason: 'unauthorized' - , advice: 'reconnect' - , endpoint: '' - }).should.eql('7:::2+0'); - }, - - 'encoding error packet with endpoint': function () { - parser.encodePacket({ - type: 'error' - , reason: '' - , advice: '' - , endpoint: '/woot' - }).should.eql('7::/woot'); - }, - - 'encoding ack packet': function () { - parser.encodePacket({ - type: 'ack' - , ackId: '140' - , endpoint: '' - , args: [] - }).should.eql('6:::140'); - }, - - 'encoding ack packet with args': function () { - parser.encodePacket({ - type: 'ack' - , ackId: '12' - , endpoint: '' - , args: ['woot', 'wa'] - }).should.eql('6:::12+["woot","wa"]'); - }, - - 'encoding json packet': function () { - parser.encodePacket({ - type: 'json' - , endpoint: '' - , data: '2' - }).should.eql('4:::"2"'); - }, - - 'encoding json packet with message id and ack data': function () { - parser.encodePacket({ - type: 'json' - , id: 1 - , ack: 'data' - , endpoint: '' - , data: { a: 'b' } - }).should.eql('4:1+::{"a":"b"}'); - }, - - 'encoding an event packet': function () { - parser.encodePacket({ - type: 'event' - , name: 'woot' - , endpoint: '' - , args: [] - }).should.eql('5:::{"name":"woot"}'); - }, - - 'encoding an event packet with message id and ack': function () { - parser.encodePacket({ - type: 'event' - , id: 1 - , ack: 'data' - , endpoint: '' - , name: 'tobi' - , args: [] - }).should.eql('5:1+::{"name":"tobi"}'); - }, - - 'encoding an event packet with data': function () { - parser.encodePacket({ - type: 'event' - , name: 'edwald' - , endpoint: '' - , args: [{a: 'b'}, 2, '3'] - }).should.eql('5:::{"name":"edwald","args":[{"a":"b"},2,"3"]}'); - }, - - 'encoding a message packet': function () { - parser.encodePacket({ - type: 'message' - , endpoint: '' - , data: 'woot' - }).should.eql('3:::woot'); - }, - - 'encoding a message packet with id and endpoint': function () { - parser.encodePacket({ - type: 'message' - , id: 5 - , ack: true - , endpoint: '/tobi' - , data: '' - }).should.eql('3:5:/tobi'); - }, - - 'encoding a heartbeat packet': function () { - parser.encodePacket({ - type: 'heartbeat' - , endpoint: '' - }).should.eql('2::'); - }, - - 'encoding a connection packet': function () { - parser.encodePacket({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }).should.eql('1::/tobi'); - }, - - 'encoding a connection packet with query string': function () { - parser.encodePacket({ - type: 'connect' - , endpoint: '/test' - , qs: '?test=1' - }).should.eql('1::/test:?test=1'); - }, - - 'encoding a disconnection packet': function () { - parser.encodePacket({ - type: 'disconnect' - , endpoint: '/woot' - }).should.eql('0::/woot'); - }, - - 'test decoding a payload': function () { - parser.decodePayload('\ufffd5\ufffd3:::5\ufffd7\ufffd3:::53d' - + '\ufffd3\ufffd0::').should.eql([ - { type: 'message', data: '5', endpoint: '' } - , { type: 'message', data: '53d', endpoint: '' } - , { type: 'disconnect', endpoint: '' } - ]); - }, - - 'test encoding a payload': function () { - parser.encodePayload([ - parser.encodePacket({ type: 'message', data: '5', endpoint: '' }) - , parser.encodePacket({ type: 'message', data: '53d', endpoint: '' }) - ]).should.eql('\ufffd5\ufffd3:::5\ufffd7\ufffd3:::53d') - }, - - 'test decoding newline': function () { - parser.decodePacket('3:::\n').should.eql({ - type: 'message' - , endpoint: '' - , data: '\n' - }); - } - -}; diff --git a/node/node_modules/socket.io/test/socket.js b/node/node_modules/socket.io/test/socket.js deleted file mode 100644 index a700cb5..0000000 --- a/node/node_modules/socket.io/test/socket.js +++ /dev/null @@ -1,15 +0,0 @@ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , should = require('./common'); - -/** - * Test. - */ - -module.exports = { - -}; diff --git a/node/node_modules/socket.io/test/stores.memory.test.js b/node/node_modules/socket.io/test/stores.memory.test.js deleted file mode 100644 index ecf9c96..0000000 --- a/node/node_modules/socket.io/test/stores.memory.test.js +++ /dev/null @@ -1,190 +0,0 @@ - -/** - * Test dependencies - * - * @api private - */ - -var sio = require('socket.io') - , should = require('should') - , MemoryStore = sio.MemoryStore; - -/** - * Test. - */ - -module.exports = { - - 'test storing data for a client': function (done) { - var store = new MemoryStore - , client = store.client('test'); - - client.id.should.equal('test'); - - client.set('a', 'b', function (err) { - should.strictEqual(err, null); - - client.get('a', function (err, val) { - should.strictEqual(err, null); - val.should.eql('b'); - - client.has('a', function (err, has) { - should.strictEqual(err, null); - has.should.be.true; - - client.has('b', function (err, has) { - should.strictEqual(err, null); - has.should.be.false; - - client.del('a', function (err) { - should.strictEqual(err, null); - - client.has('a', function (err, has) { - should.strictEqual(err, null); - has.should.be.false; - - client.set('b', 'c', function (err) { - should.strictEqual(err, null); - - client.set('c', 'd', function (err) { - should.strictEqual(err, null); - - client.get('b', function (err, val) { - should.strictEqual(err, null); - val.should.equal('c'); - - client.get('c', function (err, val) { - should.strictEqual(err, null); - val.should.equal('d'); - - store.destroy(); - done(); - }); - }); - }); - }); - }); - }); - }); - }); - }); - }); - }, - - 'test cleaning up clients data': function (done) { - var rand1 = Math.abs(Math.random() * Date.now() | 0) - , rand2 = Math.abs(Math.random() * Date.now() | 0); - - var store = new MemoryStore() - , client1 = store.client(rand1) - , client2 = store.client(rand2); - - client1.set('a', 'b', function (err) { - should.strictEqual(err, null); - - client2.set('c', 'd', function (err) { - should.strictEqual(err, null); - - client1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - client2.has('c', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - store.destroy(); - - var newstore = new MemoryStore() - , newclient1 = newstore.client(rand1) - , newclient2 = newstore.client(rand2); - - newclient1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.be.false; - - newclient2.has('c', function (err, val) { - should.strictEqual(err, null); - val.should.be.false; - - newstore.destroy(); - done(); - }); - }); - }); - }); - }); - }); - }, - - 'test cleaning up a particular client': function (done) { - var rand1 = Math.abs(Math.random() * Date.now() | 0) - , rand2 = Math.abs(Math.random() * Date.now() | 0); - - var store = new MemoryStore() - , client1 = store.client(rand1) - , client2 = store.client(rand2); - - client1.set('a', 'b', function (err) { - should.strictEqual(err, null); - - client2.set('c', 'd', function (err) { - should.strictEqual(err, null); - - client1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - client2.has('c', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - store.clients.should.have.property(rand1); - store.clients.should.have.property(rand2); - store.destroyClient(rand1); - - store.clients.should.not.have.property(rand1); - store.clients.should.have.property(rand2); - - client1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.equal(false); - - store.destroy(); - done(); - }); - }); - }); - }); - }); - }, - - 'test destroy expiration': function (done) { - var store = new MemoryStore() - , id = Math.abs(Math.random() * Date.now() | 0) - , client = store.client(id); - - client.set('a', 'b', function (err) { - should.strictEqual(err, null); - store.destroyClient(id, 1); - - setTimeout(function () { - client.get('a', function (err, val) { - should.strictEqual(err, null); - val.should.equal('b'); - }); - }, 500); - - setTimeout(function () { - client.get('a', function (err, val) { - should.strictEqual(err, null); - should.strictEqual(val, null); - - store.destroy(); - done(); - }); - }, 1900); - }); - } - -}; diff --git a/node/node_modules/socket.io/test/stores.redis.test.js b/node/node_modules/socket.io/test/stores.redis.test.js deleted file mode 100644 index 69848f3..0000000 --- a/node/node_modules/socket.io/test/stores.redis.test.js +++ /dev/null @@ -1,240 +0,0 @@ - -/** - * Test dependencies - * - * @api private - */ - -var sio = require('socket.io') - , redis = require('redis') - , should = require('should') - , RedisStore = sio.RedisStore; - -/** - * Test. - */ - -module.exports = { - - 'test publishing doesnt get caught by the own store subscriber': function (done) { - var a = new RedisStore - , b = new RedisStore; - - a.subscribe('woot', function (arg) { - arg.should.equal('bb'); - a.destroy(); - b.destroy(); - done(); - }, function () { - a.publish('woot', 'aa'); - b.publish('woot', 'bb'); - }); - }, - - 'test publishing to multiple subscribers': function (done) { - var a = new RedisStore - , b = new RedisStore - , c = new RedisStore - , subscriptions = 3 - , messages = 2; - - a.subscribe('tobi', function () { - throw new Error('Shouldnt publish to itself'); - }, publish); - - function subscription (arg1, arg2, arg3) { - arg1.should.equal(1); - arg2.should.equal(2); - arg3.should.equal(3); - --messages || finish(); - } - - b.subscribe('tobi', subscription, publish); - c.subscribe('tobi', subscription, publish); - - function publish () { - --subscriptions || a.publish('tobi', 1, 2, 3); - } - - function finish () { - a.destroy(); - b.destroy(); - c.destroy(); - done(); - } - }, - - 'test storing data for a client': function (done) { - var store = new RedisStore - , rand = 'test-' + Date.now() - , client = store.client(rand); - - client.id.should.equal(rand); - - client.set('a', 'b', function (err) { - should.strictEqual(err, null); - - client.get('a', function (err, val) { - should.strictEqual(err, null); - val.should.equal('b'); - - client.has('a', function (err, has) { - should.strictEqual(err, null); - has.should.be.true; - - client.has('b', function (err, has) { - should.strictEqual(err, null); - has.should.be.false; - - client.del('a', function (err) { - should.strictEqual(err, null); - - client.has('a', function (err, has) { - should.strictEqual(err, null); - has.should.be.false; - - client.set('b', 'c', function (err) { - should.strictEqual(err, null); - - client.set('c', 'd', function (err) { - should.strictEqual(err, null); - - client.get('b', function (err, val) { - should.strictEqual(err, null); - val.should.equal('c'); - - client.get('c', function (err, val) { - should.strictEqual(err, null); - val.should.equal('d'); - - store.destroy(); - done(); - }); - }); - }); - }); - }); - }); - }); - }); - }); - }); - }, - - 'test cleaning up clients data': function (done) { - var rand1 = Math.abs(Math.random() * Date.now() | 0) - , rand2 = Math.abs(Math.random() * Date.now() | 0); - - var store = new RedisStore() - , client1 = store.client(rand1) - , client2 = store.client(rand2); - - client1.set('a', 'b', function (err) { - should.strictEqual(err, null); - - client2.set('c', 'd', function (err) { - should.strictEqual(err, null); - - client1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - client2.has('c', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - store.destroy(); - - var newstore = new RedisStore() - , newclient1 = newstore.client(rand1) - , newclient2 = newstore.client(rand2); - - newclient1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.be.false; - - newclient2.has('c', function (err, val) { - should.strictEqual(err, null); - val.should.be.false; - - newstore.destroy(); - done(); - }); - }); - }); - }); - }); - }); - }, - - 'test cleaning up a particular client': function (done) { - var rand1 = Math.abs(Math.random() * Date.now() | 0) - , rand2 = Math.abs(Math.random() * Date.now() | 0); - - var store = new RedisStore() - , client1 = store.client(rand1) - , client2 = store.client(rand2); - - client1.set('a', 'b', function (err) { - should.strictEqual(err, null); - - client2.set('c', 'd', function (err) { - should.strictEqual(err, null); - - client1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - client2.has('c', function (err, val) { - should.strictEqual(err, null); - val.should.be.true; - - store.clients.should.have.property(rand1); - store.clients.should.have.property(rand2); - store.destroyClient(rand1); - - store.clients.should.not.have.property(rand1); - store.clients.should.have.property(rand2); - - client1.has('a', function (err, val) { - should.strictEqual(err, null); - val.should.equal(false); - - store.destroy(); - done(); - }); - }); - }); - }); - }); - }, - - 'test destroy expiration': function (done) { - var store = new RedisStore() - , id = Math.abs(Math.random() * Date.now() | 0) - , client = store.client(id); - - client.set('a', 'b', function (err) { - should.strictEqual(err, null); - store.destroyClient(id, 1); - - setTimeout(function () { - client.get('a', function (err, val) { - should.strictEqual(err, null); - val.should.equal('b'); - }); - }, 500); - - setTimeout(function () { - client.get('a', function (err, val) { - should.strictEqual(err, null); - should.strictEqual(val, null); - - store.destroy(); - done(); - }); - }, 2000); - }); - } - -}; diff --git a/node/node_modules/socket.io/test/transports.flashsocket.test.js b/node/node_modules/socket.io/test/transports.flashsocket.test.js deleted file mode 100644 index 7ba79d3..0000000 --- a/node/node_modules/socket.io/test/transports.flashsocket.test.js +++ /dev/null @@ -1,168 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , net = require('net') - , http = require('http') - , should = require('./common') - , WebSocket = require('../support/node-websocket-client/lib/websocket').WebSocket - , WSClient = require('./transports.websocket.test') - , parser = sio.parser - , ports = 15600; - -/** - * FlashSocket client constructor. - * - * @api private - */ - -function FlashSocket (port, sid) { - this.sid = sid; - this.port = port; - - WebSocket.call( - this - , 'ws://localhost:' + port + '/socket.io/' - + sio.protocol + '/flashsocket/' + sid - ); -}; - -/** - * Inherits from WSClient. - */ - -FlashSocket.prototype.__proto__ = WebSocket.prototype; - -/** - * Creates a TCP connection to a port. - * - * @api public - */ - -function netConnection (port, callback){ - var nclient = net.createConnection(port); - - nclient.on('data', function (data) { - callback.call(nclient, null, data); - }); - - nclient.on('error', function (e){ - callback.call(nclient, e); - }); - - nclient.write('\0'); -} - -/** - * Tests. - */ - -module.exports = { - - 'flashsocket disabled by default': function (done) { - var io = sio.listen(http.createServer()); - io.get('transports').should.not.contain('flashsocket'); - done(); - }, - - 'flash policy port': function (done) { - var io = sio.listen(http.createServer()) - , port = ++ports; - - io.get('flash policy port').should.eql(10843); - io.set('flash policy port', port); - io.get('flash policy port').should.eql(port); - - should.strictEqual(io.flashPolicyServer, undefined); - - netConnection(port, function (err, data){ - err.should.be.an.instanceof(Error); - err.code.should.eql('ECONNREFUSED'); - - this.destroy(); - done(); - }) - }, - - 'start flash policy': function (done) { - var io = sio.listen(http.createServer()) - , port = ++ports; - - io.set('flash policy port', port); - io.set('transports', ['flashsocket']); - - io.flashPolicyServer.should.be.a('object'); - - netConnection(port, function (err, data){ - should.strictEqual(err, null); - - data.toString().should.include.string(''); - - this.destroy(); - io.flashPolicyServer.close(); - done(); - }) - - }, - - 'change running flash server port': function (done) { - var io = sio.listen(http.createServer()) - , port = ++ports - , next = ++ports; - - io.set('flash policy port', port); - io.set('transports', ['flashsocket']); - io.set('flash policy port', next); - io.flashPolicyServer.port.should.eql(next); - - netConnection(port, function (err, data){ - err.should.be.an.instanceof(Error); - err.code.should.eql('ECONNREFUSED'); - - this.destroy(); - - // should work - netConnection(next, function (err, data){ - should.strictEqual(err, null); - - data.toString().should.include.string(''); - - this.destroy(); - io.flashPolicyServer.close(); - done(); - }); - }); - }, - - 'different origins': function(done) { - var io = sio.listen(http.createServer()) - , port = ++ports; - - io.set('flash policy port', port); - io.set('transports', ['flashsocket']); - io.set('origins', 'google.com:80'); - - var server = io.flashPolicyServer; - - server.origins.should.contain('google.com:80'); - server.origins.should.not.contain('*.*'); - - io.set('origins', ['foo.bar:80', 'socket.io:1337']); - server.origins.should.not.contain('google.com:80'); - server.origins.should.contain('foo.bar:80'); - server.origins.should.contain('socket.io:1337'); - server.buffer.toString('utf8').should.include.string('socket.io'); - - io.flashPolicyServer.close(); - done(); - } - -}; diff --git a/node/node_modules/socket.io/test/transports.htmlfile.test.js b/node/node_modules/socket.io/test/transports.htmlfile.test.js deleted file mode 100644 index a9429ab..0000000 --- a/node/node_modules/socket.io/test/transports.htmlfile.test.js +++ /dev/null @@ -1,458 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , should = require('./common') - , HTTPClient = should.HTTPClient - , parser = sio.parser - , ports = 15300; - -/** - * HTTPClient for htmlfile transport. - */ - -function HTMLFile (port) { - HTTPClient.call(this, port); -}; - -/** - * Inhertis from HTTPClient. - */ - -HTMLFile.prototype.__proto__ = HTTPClient.prototype; - -/** - * Override GET request with streaming parser. - * - * @api public - */ - -var head = '' - , initial = '' - + '' - + new Array(174).join(' ') - -HTMLFile.prototype.data = function (path, opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - opts.buffer = false; - - return this.request(path, opts, function (res) { - var buf = '' - , messages = 0 - , state = 0; - - res.on('data', function (chunk) { - buf += chunk; - - function parse () { - switch (state) { - case 0: - if (buf.indexOf(initial) === 0) { - buf = buf.substr(initial.length); - state = 1; - } else { - break; - } - - case 1: - if (buf.indexOf(head) === 0) { - buf = buf.substr(head.length); - state = 2; - } else { - break; - } - - case 2: - if (buf.indexOf(foot) != -1) { - var data = buf.slice(0, buf.indexOf(foot)) - , obj = JSON.parse(data); - - fn(obj === '' ? obj : parser.decodePayload(obj), ++messages); - - buf = buf.substr(data.length + foot.length); - state = 1; - - parse(); - } - }; - }; - - parse(); - }); - }); -}; - -/** - * Create client for this transport. - * - * @api public - */ - -function client (port) { - return new HTMLFile(port); -}; - -/** - * Tests. - */ - -module.exports = { - - 'test that not responding to a heartbeat drops client': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , beat = false; - - io.configure(function () { - io.set('heartbeat interval', .05); - io.set('heartbeat timeout', .05); - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function (reason) { - beat.should.be.true; - reason.should.eql('heartbeat timeout'); - - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs, i) { - switch (i) { - case 1: - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - msgs[0].endpoint.should.eql(''); - break; - - case 2: - msgs.should.have.length(1); - msgs[0].type.should.eql('heartbeat'); - beat = true; - }; - }); - }); - }, - - 'test that responding to a heartbeat maintains session': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , heartbeats = 0; - - io.configure(function () { - io.set('heartbeat interval', .05); - io.set('heartbeat timeout', .05); - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function (reason) { - heartbeats.should.eql(2); - reason.should.eql('heartbeat timeout'); - - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs, i) { - switch (i) { - case 1: - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - msgs[0].endpoint.should.eql(''); - break; - - default: - msgs.should.have.length(1); - msgs[0].type.should.eql('heartbeat'); - - heartbeats++; - - if (heartbeats == 1) { - cl.post('/socket.io/{protocol}/htmlfile/' + sid, parser.encodePacket({ - type: 'heartbeat' - })); - } - } - }); - }); - }, - - 'test sending undeliverable volatile messages': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , messaged = false - , s; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - messaged.should.be.false; - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function () { }); - - setTimeout(function () { - cl.end(); - - setTimeout(function () { - s.volatile.send('wooooot'); - cl = client(port); - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs) { - if (msgs && msgs.length) - messaged = true; - }); - - setTimeout(function () { - cl.end(); - }, 20); - }, 20); - }, 20); - }); - }, - - 'test sending undeliverable volatile json': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , messaged = false - , s; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - messaged.should.be.false; - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function () { }); - - setTimeout(function () { - cl.end(); - - setTimeout(function () { - s.volatile.json.send(123); - - cl = client(port); - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs) { - if (msgs && msgs.length) - messaged = true; - }); - - setTimeout(function () { - cl.end(); - }, 20); - }, 20); - }, 20); - }); - }, - - 'test sending undeliverable volatile events': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , messaged = false - , s; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - messaged.should.be.false; - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function () { }); - - setTimeout(function () { - cl.end(); - - setTimeout(function () { - s.volatile.emit('tobi'); - - cl = client(port); - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs) { - if (msgs && msgs.length) - messaged = true; - }); - - setTimeout(function () { - cl.end(); - }, 20); - }, 20); - }, 20); - }); - }, - - 'test sending deliverable volatile messages': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.volatile.send('woot'); - - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs, i) { - switch (i) { - case 1: - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - msgs[0].endpoint.should.eql(''); - break; - - case 2: - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'message' - , data: 'woot' - , endpoint: '' - }); - cl.end(); - } - }); - }); - }, - - 'test sending deliverable volatile json': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.volatile.json.send(['woot']); - - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs, i) { - switch (i) { - case 1: - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - msgs[0].endpoint.should.eql(''); - break; - - case 2: - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'json' - , data: ['woot'] - , endpoint: '' - }); - cl.end(); - } - }); - }); - }, - - 'test sending deliverable volatile events': function (done) { - var port = ++ports - , cl = client(port) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.volatile.emit('aaa'); - - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.data('/socket.io/{protocol}/htmlfile/' + sid, function (msgs, i) { - switch (i) { - case 1: - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - msgs[0].endpoint.should.eql(''); - break; - - case 2: - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'aaa' - , endpoint: '' - , args: [] - }); - cl.end(); - } - }); - }); - } - -}; diff --git a/node/node_modules/socket.io/test/transports.jsonp-polling.test.js b/node/node_modules/socket.io/test/transports.jsonp-polling.test.js deleted file mode 100644 index c087d33..0000000 --- a/node/node_modules/socket.io/test/transports.jsonp-polling.test.js +++ /dev/null @@ -1,770 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , should = require('./common') - , qs = require('querystring') - , HTTPClient = should.HTTPClient - , parser = sio.parser - , ports = 15500; - -/** - * HTTPClient for jsonp-polling transport. - */ - -function JSONPPolling (port) { - HTTPClient.call(this, port); -}; - -/** - * Inhertis from HTTPClient. - */ - -JSONPPolling.prototype.__proto__ = HTTPClient.prototype; - -/** - * Performs a json-p (cross domain) handshake - * - * @api public - */ - -JSONPPolling.prototype.handshake = function (opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - var self = this; - - return this.get( - '/socket.io/{protocol}?jsonp=0' - , opts - , function (res, data) { - var head = 'io.j[0](' - , foot = ');'; - - data.substr(0, head.length).should.eql(head); - data.substr(-foot.length).should.eql(foot); - data = data.slice(head.length, data.length - foot.length); - - var parts = JSON.parse(data).split(':'); - - if (opts.ignoreConnect) { - return fn && fn.apply(null, parts); - } - - // expect connect packet right after handshake - self.get( - '/socket.io/{protocol}/jsonp-polling/' + parts[0] - , function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'connect', endpoint: '', qs: '' }); - - fn && fn.apply(null, parts); - } - ); - } - ); -}; - -/** - * Override GET requests. - * - * @api public - */ - -JSONPPolling.prototype.get = function (path, opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - opts = opts || {}; - - opts.parse = function (data) { - var head = 'io.j[0](' - , foot = ');'; - - if (~path.indexOf('?i=1')) { - head = 'io.j[1]('; - } - - data.substr(0, head.length).should.eql(head); - data.substr(-foot.length).should.eql(foot); - - data = data.substr(head.length, data.length - head.length - foot.length); - - return JSON.parse(data); - }; - - return HTTPClient.prototype.get.call(this, path, opts, fn); -}; - -/** - * Issue an encoded POST request - * - * @api private - */ - -JSONPPolling.prototype.post = function (path, data, opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - opts = opts || {}; - opts.method = 'POST'; - opts.data = qs.stringify({ d: data }); - - return this.request(path, opts, fn); -}; - -/** - * Create client for this transport. - * - * @api public - */ - -function client (port) { - return new JSONPPolling(port); -}; - -/** - * Test. - */ - -module.exports = { - - 'test jsonp handshake': function (done) { - var cl = client(++ports) - , io = create(cl); - - io.configure(function () { - io.set('close timeout', .05); - io.set('polling duration', 0); - }); - - function finish () { - cl.end(); - io.server.close(); - done(); - }; - - cl.handshake(function (sid) { - var total = 2; - - cl.get('/socket.io/{protocol}/jsonp-polling/tobi', function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'error' - , reason: 'client not handshaken' - , endpoint: '' - , advice: 'reconnect' - }); - - --total || finish(); - }); - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - --total || finish(); - }); - }); - }, - - 'test the connection event': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.id.should.eql(sid); - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - }); - }); - }, - - 'test the disconnection event after a close timeout': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.id.should.eql(sid); - - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - - setTimeout(function () { - cl.end(); - }, 10); - }); - }); - }, - - 'test the disconnection event when the client sends ?disconnect req': - function (done) { - var cl = client(++ports) - , io = create(cl) - , disconnected = false - , sid; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - disconnected = true; - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'disconnect', endpoint: '' }); - disconnected.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid + '/?disconnect'); - }); - }); - }, - - 'test the disconnection event booting a client': function (done) { - var cl = client(++ports) - , io = create(cl) - , forced = false; - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - - cl.end(); - socket.disconnect(); - forced = true; - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'disconnect', endpoint: '' }); - - forced.should.be.true; - }); - }); - }, - - 'test the disconnection event with client disconnect packet': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.sockets.on('connection', function (client) { - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'disconnect' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - client.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - }); - }); - }, - - 'test sending back data': function (done) { - var cl = client(++ports) - , io = create(cl); - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.send('woot'); - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, packs) { - packs.should.have.length(1); - packs[0].type.should.eql('message'); - packs[0].data.should.eql('woot'); - }); - }); - }, - - 'test sending a batch of messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - var messages = 0; - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePayload([ - parser.encodePacket({ type: 'message', data: 'a' }) - , parser.encodePacket({ type: 'message', data: 'b' }) - , parser.encodePacket({ type: 'disconnect' }) - ]) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - socket.on('message', function (data) { - messages++; - - if (messages == 1) - data.should.eql('a'); - - if (messages == 2) - data.should.eql('b'); - }); - - socket.on('disconnect', function () { - messages.should.eql(2); - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - }); - }); - }, - - 'test message buffering between a response and a request': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = false - , tobi; - - io.configure(function () { - io.set('polling duration', .1); - io.set('close timeout', .2); - }); - - io.sockets.on('connection', function (socket) { - tobi = function () { - socket.send('a'); - socket.send('b'); - socket.send('c'); - }; - - socket.on('disconnect', function () { - messages.should.be.true; - - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - tobi(); - - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - msgs.should.have.length(3); - msgs[0].should.eql({ type: 'message', endpoint: '', data: 'a' }); - msgs[1].should.eql({ type: 'message', endpoint: '', data: 'b' }); - msgs[2].should.eql({ type: 'message', endpoint: '', data: 'c' }); - messages = true; - }); - }) - }); - }, - - 'test connecting to a specific endpoint': function (done) { - var cl = client(++ports) - , io = create(cl) - , connectMessage = false - , sid; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/woot').on('connection', function (socket) { - connectMessage.should.be.true; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, data) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid); - - connectMessage = true; - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - }); - }); - }, - - 'test that connecting doesnt connect to defined endpoints': function (done) { - var cl = client(++ports) - , io = create(cl) - , tobiConnected = false - , mainConnected = false - , sid; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - mainConnected = true; - - socket.on('disconnect', function () { - tobiConnected.should.be.false; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/tobi').on('connection', function () { - tobiConnected = true; - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid); - }); - }, - - 'test disconnecting a specific endpoint': function (done) { - var cl = client(++ports) - , io = create(cl) - , wootDisconnected = false - , mainDisconnected = false - , checked = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (data) { - data.should.eql('ferret'); - mainDisconnected.should.be.false; - wootDisconnected.should.be.true; - checked = true; - }); - - socket.on('disconnect', function () { - mainDisconnected = true; - checked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/woot').on('connection', function (socket) { - socket.on('disconnect', function () { - wootDisconnected = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function () { - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'disconnect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'message', data: 'ferret' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - } - ); - }); - }); - }, - - 'test that disconnecting disconnects all endpoints': function (done) { - var cl = client(++ports) - , io = create(cl) - , aDisconnected = false - , bDisconnected = false; - - io.configure(function () { - io.set('polling duration', .2); - io.set('close timeout', .2); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - setTimeout(function () { - aDisconnected.should.be.true; - bDisconnected.should.be.true; - cl.end(); - io.server.close(); - done(); - }, 50); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('disconnect', function (msg) { - aDisconnected = true; - }); - }); - - io.of('/b').on('connection', function (socket) { - socket.on('disconnect', function (msg) { - bDisconnected = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/b' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - }); - }); - }, - - 'test messaging a specific endpoint': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = true - , aMessaged = false - , bMessaged = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql(''); - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.true; - aMessaged.should.be.true; - bMessaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql('a'); - aMessaged = true; - }); - }); - - io.of('/b').on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql('b'); - bMessaged = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/jsonp-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'message', data: '' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'message', endpoint: '/a', data: 'a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/b' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/jsonp-polling/' + sid - , parser.encodePacket({ type: 'message', endpoint: '/b', data: 'b' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - }); - }); - } - -}; diff --git a/node/node_modules/socket.io/test/transports.websocket.hybi07-12.parser.test.js b/node/node_modules/socket.io/test/transports.websocket.hybi07-12.parser.test.js deleted file mode 100644 index 94efaa6..0000000 --- a/node/node_modules/socket.io/test/transports.websocket.hybi07-12.parser.test.js +++ /dev/null @@ -1,271 +0,0 @@ -/** - * Test dependencies. - */ - -var assert = require('assert'); -var Parser = require('../lib/transports/websocket/hybi-07-12.js').Parser; - -/** - * Returns a Buffer from a "ff 00 ff"-type hex string. - */ - -function makeBufferFromHexString(byteStr) { - var bytes = byteStr.split(' '); - var buf = new Buffer(bytes.length); - for (var i = 0; i < bytes.length; ++i) { - buf[i] = parseInt(bytes[i], 16); - } - return buf; -} - -/** - * Splits a buffer in two parts. - */ - -function splitBuffer(buffer) { - var b1 = new Buffer(Math.ceil(buffer.length / 2)); - buffer.copy(b1, 0, 0, b1.length); - var b2 = new Buffer(Math.floor(buffer.length / 2)); - buffer.copy(b2, 0, b1.length, b1.length + b2.length); - return [b1, b2]; -} - -/** - * Performs hybi07+ type masking on a hex string. - */ - -function mask(str, maskString) { - var buf = new Buffer(str); - var mask = makeBufferFromHexString(maskString || '34 83 a8 68'); - for (var i = 0; i < buf.length; ++i) { - buf[i] ^= mask[i % 4]; - } - return buf; -} - -/** - * Unpacks a Buffer into a number. - */ - -function unpack(buffer) { - var n = 0; - for (var i = 0; i < buffer.length; ++i) { - n = (i == 0) ? buffer[i] : (n * 256) + buffer[i]; - } - return n; -} - -/** - * Returns a hex string, representing a specific byte count 'length', from a number. - */ - -function pack(length, number) { - return padl(number.toString(16), length, '0').replace(/(\d\d)/g, '$1 ').trim(); -} - -/** - * Left pads the string 's' to a total length of 'n' with char 'c'. - */ - -function padl(s, n, c) { - return new Array(1 + n - s.length).join(c) + s; -} - -/** - * Returns a hex string from a Buffer. - */ - -function dump(data) { - var s = ''; - for (var i = 0; i < data.length; ++i) { - s += padl(data[i].toString(16), 2, '0') + ' '; - } - return s.trim(); -} - -/** - * Tests. - */ - -module.exports = { - 'can parse unmasked text message': function() { - var p = new Parser(); - var packet = '81 05 48 65 6c 6c 6f'; - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal('Hello', data); - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotData); - }, - 'can parse close message': function() { - var p = new Parser(); - var packet = '88 00'; - - var gotClose = false; - p.on('close', function(data) { - gotClose = true; - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotClose); - }, - 'can parse masked text message': function() { - var p = new Parser(); - var packet = '81 93 34 83 a8 68 01 b9 92 52 4f a1 c6 09 59 e6 8a 52 16 e6 cb 00 5b a1 d5'; - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal('5:::{"name":"echo"}', data); - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotData); - }, - 'can parse a masked text message longer than 125 bytes': function() { - var p = new Parser(); - var message = 'A'; - for (var i = 0; i < 300; ++i) message += (i % 5).toString(); - var packet = '81 FE ' + pack(4, message.length) + ' 34 83 a8 68 ' + dump(mask(message, '34 83 a8 68')); - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal(message, data); - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotData); - }, - 'can parse a really long masked text message': function() { - var p = new Parser(); - var message = 'A'; - for (var i = 0; i < 64*1024; ++i) message += (i % 5).toString(); - var packet = '81 FF ' + pack(16, message.length) + ' 34 83 a8 68 ' + dump(mask(message, '34 83 a8 68')); - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal(message, data); - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotData); - }, - 'can parse a fragmented masked text message of 300 bytes': function() { - var p = new Parser(); - var message = 'A'; - for (var i = 0; i < 300; ++i) message += (i % 5).toString(); - var msgpiece1 = message.substr(0, 150); - var msgpiece2 = message.substr(150); - var packet1 = '01 FE ' + pack(4, msgpiece1.length) + ' 34 83 a8 68 ' + dump(mask(msgpiece1, '34 83 a8 68')); - var packet2 = '81 FE ' + pack(4, msgpiece2.length) + ' 34 83 a8 68 ' + dump(mask(msgpiece2, '34 83 a8 68')); - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal(message, data); - }); - - p.add(makeBufferFromHexString(packet1)); - p.add(makeBufferFromHexString(packet2)); - assert.ok(gotData); - }, - 'can parse a ping message': function() { - var p = new Parser(); - var message = 'Hello'; - var packet = '89 FE ' + pack(4, message.length) + ' 34 83 a8 68 ' + dump(mask(message, '34 83 a8 68')); - - var gotPing = false; - p.on('ping', function(data) { - gotPing = true; - assert.equal(message, data); - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotPing); - }, - 'can parse a ping with no data': function() { - var p = new Parser(); - var packet = '89 00'; - - var gotPing = false; - p.on('ping', function(data) { - gotPing = true; - }); - - p.add(makeBufferFromHexString(packet)); - assert.ok(gotPing); - }, - 'can parse a fragmented masked text message of 300 bytes with a ping in the middle': function() { - var p = new Parser(); - var message = 'A'; - for (var i = 0; i < 300; ++i) message += (i % 5).toString(); - - var msgpiece1 = message.substr(0, 150); - var packet1 = '01 FE ' + pack(4, msgpiece1.length) + ' 34 83 a8 68 ' + dump(mask(msgpiece1, '34 83 a8 68')); - - var pingMessage = 'Hello'; - var pingPacket = '89 FE ' + pack(4, pingMessage.length) + ' 34 83 a8 68 ' + dump(mask(pingMessage, '34 83 a8 68')); - - var msgpiece2 = message.substr(150); - var packet2 = '81 FE ' + pack(4, msgpiece2.length) + ' 34 83 a8 68 ' + dump(mask(msgpiece2, '34 83 a8 68')); - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal(message, data); - }); - var gotPing = false; - p.on('ping', function(data) { - gotPing = true; - assert.equal(pingMessage, data); - }); - - p.add(makeBufferFromHexString(packet1)); - p.add(makeBufferFromHexString(pingPacket)); - p.add(makeBufferFromHexString(packet2)); - assert.ok(gotData); - assert.ok(gotPing); - }, - 'can parse a fragmented masked text message of 300 bytes with a ping in the middle, which is delievered over sevaral tcp packets': function() { - var p = new Parser(); - var message = 'A'; - for (var i = 0; i < 300; ++i) message += (i % 5).toString(); - - var msgpiece1 = message.substr(0, 150); - var packet1 = '01 FE ' + pack(4, msgpiece1.length) + ' 34 83 a8 68 ' + dump(mask(msgpiece1, '34 83 a8 68')); - - var pingMessage = 'Hello'; - var pingPacket = '89 FE ' + pack(4, pingMessage.length) + ' 34 83 a8 68 ' + dump(mask(pingMessage, '34 83 a8 68')); - - var msgpiece2 = message.substr(150); - var packet2 = '81 FE ' + pack(4, msgpiece2.length) + ' 34 83 a8 68 ' + dump(mask(msgpiece2, '34 83 a8 68')); - - var gotData = false; - p.on('data', function(data) { - gotData = true; - assert.equal(message, data); - }); - var gotPing = false; - p.on('ping', function(data) { - gotPing = true; - assert.equal(pingMessage, data); - }); - - var buffers = []; - buffers = buffers.concat(splitBuffer(makeBufferFromHexString(packet1))); - buffers = buffers.concat(splitBuffer(makeBufferFromHexString(pingPacket))); - buffers = buffers.concat(splitBuffer(makeBufferFromHexString(packet2))); - for (var i = 0; i < buffers.length; ++i) { - p.add(buffers[i]); - } - assert.ok(gotData); - assert.ok(gotPing); - }, -}; - diff --git a/node/node_modules/socket.io/test/transports.websocket.test.js b/node/node_modules/socket.io/test/transports.websocket.test.js deleted file mode 100644 index 4b9ff61..0000000 --- a/node/node_modules/socket.io/test/transports.websocket.test.js +++ /dev/null @@ -1,1771 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , should = require('./common') - , parser = sio.parser - , ports = 15800; - -/** - * Tests. - */ - -module.exports = { - - 'test that not responding to a heartbeat drops client': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = 0 - , ws; - - io.configure(function () { - io.set('heartbeat interval', .05); - io.set('heartbeat timeout', .05); - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function (reason) { - beat.should.be.true; - reason.should.eql('heartbeat timeout'); - - cl.end(); - ws.finishClose(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('message', function (packet) { - if (++messages == 1) { - packet.type.should.eql('connect'); - } else { - packet.type.should.eql('heartbeat'); - beat = true; - } - }); - }); - }, - - 'test that responding to a heartbeat maintains session': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = 0 - , heartbeats = 0 - , ws; - - io.configure(function () { - io.set('heartbeat interval', .05); - io.set('heartbeat timeout', .05); - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function (reason) { - heartbeats.should.eql(2); - reason.should.eql('heartbeat timeout'); - - cl.end(); - ws.finishClose(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('message', function (packet) { - if (++messages == 1) { - packet.type.should.eql('connect'); - } else { - packet.type.should.eql('heartbeat'); - heartbeats++; - - if (heartbeats == 1) { - ws.packet({ type: 'heartbeat' }); - } - } - }); - }); - }, - - 'test sending undeliverable volatile messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = 0 - , messaged = false - , s; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - messaged.should.be.false; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('message', function (msg) { - msg.type.should.eql('connect'); - ws.finishClose(); - - setTimeout(function () { - s.volatile.send('ah wha wha'); - - ws = websocket(cl, sid); - ws.on('message', function () { - messaged = true; - }); - - setTimeout(function () { - ws.finishClose(); - }, 10); - }, 10); - }); - }); - }, - - 'test sending undeliverable volatile json': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , s; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - messaged.should.be.false; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('message', function () { - ws.finishClose(); - - setTimeout(function () { - s.volatile.json.send({ a: 'b' }); - - ws = websocket(cl, sid); - ws.on('message', function () { - messaged = true; - }); - - setTimeout(function () { - ws.finishClose(); - }, 10); - }, 10); - }); - }); - }, - - 'test sending undeliverable volatile events': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , s; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - messaged.should.be.false; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('message', function () { - ws.finishClose(); - - setTimeout(function () { - s.volatile.emit({ a: 'b' }); - - ws = websocket(cl, sid); - ws.on('message', function () { - messaged = true; - }); - - setTimeout(function () { - ws.finishClose(); - }, 10); - }, 10); - }); - }); - }, - - 'test sending deliverable volatile messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = 0 - , messaged = false; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.volatile.send('tobi'); - - socket.on('disconnect', function () { - messaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('message', function (msg) { - if (++messages == 1) { - msg.type.should.eql('connect'); - } else { - msg.should.eql({ - type: 'message' - , data: 'tobi' - , endpoint: '' - }); - messaged = true; - ws.finishClose(); - } - }); - }); - }, - - 'test sending deliverable volatile json': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.volatile.json.send([1, 2, 3]); - - socket.on('disconnect', function () { - messaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('message', function (msg) { - if (!ws.connected) { - msg.type.should.eql('connect'); - ws.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: [1, 2, 3] - , endpoint: '' - }); - messaged = true; - ws.finishClose(); - } - }); - }); - }, - - 'test sending deliverable volatile events': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.volatile.emit('tobi'); - - socket.on('disconnect', function () { - messaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - var ws = websocket(cl, sid); - ws.on('message', function (msg) { - if (!ws.connected) { - msg.type.should.eql('connect'); - ws.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'tobi' - , endpoint: '' - , args: [] - }); - messaged = true; - ws.finishClose(); - } - }); - }); - }, - - 'test sending to all clients in a namespace': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , io = create(cl1) - , messages = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections == 2) { - io.sockets.send('yup'); - } - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 2) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'yup' - , endpoint: '' - }); - - messages++; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'yup' - , endpoint: '' - }); - - messages++; - ws2.finishClose(); - } - }); - }); - }, - - 'test sending json to all clients in a namespace': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , io = create(cl1) - , messages = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections == 2) { - io.sockets.json.send({ a: 'b' }); - } - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 2) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: { a: 'b' } - , endpoint: '' - }); - - messages++; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: { a: 'b' } - , endpoint: '' - }); - - messages++; - ws2.finishClose(); - } - }); - }); - }, - - 'test emitting to all clients in a namespace': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , io = create(cl1) - , messages = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections == 2) { - io.sockets.emit('tobi', 'rapture'); - } - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 2) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'tobi' - , args: ['rapture'] - , endpoint: '' - }); - - messages++; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'tobi' - , args: ['rapture'] - , endpoint: '' - }); - - messages++; - ws2.finishClose(); - } - }); - }); - }, - - 'test sending to all clients in a room': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , joins = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections != 3) { - socket.join('woot'); - joins++; - - if (joins == 2) { - setTimeout(function () { - connections.should.eql(3); - io.sockets.in('woot').send('hahaha'); - }, 20); - } - } - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'hahaha' - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws1.finishClose(); - }, 50); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'hahaha' - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws2.finishClose(); - }, 50); - }); - - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'hahaha' - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws3.finishClose(); - }, 50); - }); - }, - - 'test sending json to all clients in a room': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , joins = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections != 3) { - socket.join('woot'); - joins++; - - if (joins == 2) { - setTimeout(function () { - connections.should.eql(3); - io.sockets.in('woot').json.send(123); - }, 20); - } - } - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: 123 - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws1.finishClose(); - }, 50); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: 123 - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws2.finishClose(); - }, 50); - }); - - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: 123 - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws3.finishClose(); - }, 50); - }); - }, - - 'test emitting to all clients in a room': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , joins = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections != 3) { - socket.join('woot'); - joins++; - - if (joins == 2) { - setTimeout(function () { - connections.should.eql(3); - io.sockets.in('woot').emit('locki'); - }, 20); - } - } - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'locki' - , args: [] - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws1.finishClose(); - }, 50); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'locki' - , args: [] - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws2.finishClose(); - }, 50); - }); - - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'locki' - , args: [] - , endpoint: '' - }); - - messages++; - } - }); - - setTimeout(function () { - ws3.finishClose(); - }, 50); - }); - }, - - 'test leaving a room': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , io = create(cl1) - , joins = 0 - , disconnects = 0; - - io.set('close timeout', 0); - - io.sockets.on('connection', function (socket) { - socket.join('foo'); - io.sockets.clients('foo').should.have.length(++joins); - - socket.on('disconnect', function () { - socket.leave('foo'); - socket.leave('foo'); - socket.leave('foo'); - - io.sockets.clients('foo').should.have.length(--joins); - - if (++disconnects == 2) { - io.server.close(); - cl1.end(); - cl2.end(); - done(); - } - }) - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - ws2.finishClose(); - } - }); - }); - }, - - 'test message with broadcast flag': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('trigger broadcast', function () { - socket.broadcast.send('boom'); - }); - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'boom' - , endpoint: '' - }); - - messages++; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'boom' - , endpoint: '' - }); - - messages++; - ws2.finishClose(); - } - }); - }); - - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('open', function () { - ws3.packet({ - type: 'event' - , name: 'trigger broadcast' - , endpoint: '' - }); - - setTimeout(function () { - ws3.finishClose(); - }, 50); - }); - - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - throw new Error('we shouldnt get a message here'); - } - }); - }); - }, - - 'test json with broadcast flag': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('trigger broadcast', function () { - socket.broadcast.json.send([1, 2, 3]); - }); - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: [1, 2, 3] - , endpoint: '' - }); - - messages++; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: [1, 2, 3] - , endpoint: '' - }); - - messages++; - ws2.finishClose(); - } - }); - }); - - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('open', function () { - ws3.packet({ - type: 'event' - , name: 'trigger broadcast' - , endpoint: '' - }); - - setTimeout(function () { - ws3.finishClose(); - }, 50); - }); - - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - throw new Error('we shouldnt get a message here'); - } - }); - }); - }, - - 'test event with broadcast flag': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - socket.on('trigger broadcast', function () { - socket.broadcast.emit('hey', 'arnold'); - }); - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(2); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'hey' - , args: ['arnold'] - , endpoint: '' - }); - - messages++; - ws1.finishClose(); - } - }); - }); - - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'hey' - , args: ['arnold'] - , endpoint: '' - }); - - messages++; - ws2.finishClose(); - } - }); - }); - - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('open', function () { - ws3.packet({ - type: 'event' - , name: 'trigger broadcast' - , endpoint: '' - }); - - setTimeout(function () { - ws3.finishClose(); - }, 50); - }); - - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - throw new Error('we shouldnt get a message here'); - } - }); - }); - }, - - 'test message with broadcast flag and to()': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections == 1) { - socket.join('losers'); - } - - socket.on('trigger broadcast', function () { - socket.broadcast.to('losers').send('boom'); - }); - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(1); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'message' - , data: 'boom' - , endpoint: '' - }); - - messages++; - } - }); - - ws1.on('open', function () { - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - throw new Error('This socket shouldnt get a message'); - } - }); - - ws2.on('open', function () { - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('open', function () { - ws3.packet({ - type: 'event' - , name: 'trigger broadcast' - , endpoint: '' - }); - - setTimeout(function () { - ws1.finishClose(); - ws2.finishClose(); - ws3.finishClose(); - }, 50); - }); - - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - throw new Error('we shouldnt get a message here'); - } - }); - }); - }); - }); - }); - }); - }, - - 'test json with broadcast flag and to()': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections == 1) { - socket.join('losers'); - } - - socket.on('trigger broadcast', function () { - socket.broadcast.json.to('losers').send({ hello: 'world' }); - }); - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(1); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'json' - , data: { hello: 'world' } - , endpoint: '' - }); - - messages++; - } - }); - - ws1.on('open', function () { - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - throw new Error('This socket shouldnt get a message'); - } - }); - - ws2.on('open', function () { - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('open', function () { - ws3.packet({ - type: 'event' - , name: 'trigger broadcast' - , endpoint: '' - }); - - setTimeout(function () { - ws1.finishClose(); - ws2.finishClose(); - ws3.finishClose(); - }, 50); - }); - - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - throw new Error('we shouldnt get a message here'); - } - }); - }); - }); - }); - }); - }); - }, - - 'test event with broadcast flag and to()': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , cl3 = client(port) - , io = create(cl1) - , messages = 0 - , connections = 0 - , disconnections = 0; - - io.configure(function () { - io.set('close timeout', 0); - }); - - io.sockets.on('connection', function (socket) { - connections++; - - if (connections == 1) { - socket.join('losers'); - } - - socket.on('trigger broadcast', function () { - socket.broadcast.to('losers').emit('victory'); - }); - - socket.on('disconnect', function () { - disconnections++; - - if (disconnections == 3) { - messages.should.eql(1); - cl1.end(); - cl2.end(); - cl3.end(); - io.server.close(); - done(); - } - }); - }); - - cl1.handshake(function (sid) { - var ws1 = websocket(cl1, sid); - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - } else { - msg.should.eql({ - type: 'event' - , name: 'victory' - , args: [] - , endpoint: '' - }); - - messages++; - } - }); - - ws1.on('open', function () { - cl2.handshake(function (sid) { - var ws2 = websocket(cl2, sid); - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - } else { - throw new Error('This socket shouldnt get a message'); - }; - }); - - ws2.on('open', function () { - cl3.handshake(function (sid) { - var ws3 = websocket(cl3, sid); - ws3.on('open', function () { - ws3.packet({ - type: 'event' - , name: 'trigger broadcast' - , endpoint: '' - }); - - setTimeout(function () { - ws1.finishClose(); - ws2.finishClose(); - ws3.finishClose(); - }, 50); - }); - - ws3.on('message', function (msg) { - if (!ws3.connected) { - msg.type.should.eql('connect'); - ws3.connected = true; - } else { - throw new Error('we shouldnt get a message here'); - } - }); - }); - }); - }); - }); - }); - }, - - 'test accessing handshake data from sockets': function (done) { - var cl = client(++ports) - , io = create(cl) - , ws; - - io.sockets.on('connection', function (socket) { - (!!socket.handshake.address.address).should.be.true; - (!!socket.handshake.address.port).should.be.true; - socket.handshake.headers.host.should.equal('localhost'); - socket.handshake.headers.connection.should.equal('keep-alive'); - socket.handshake.time.should.match(/GMT/); - - socket.on('disconnect', function () { - setTimeout(function () { - ws.finishClose(); - cl.end(); - io.server.close(); - done(); - }, 10); - }); - - socket.disconnect(); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('message', function (msg) { - if (!ws.connected) { - msg.type.should.eql('connect'); - ws.connected = true; - } - }); - }); - }, - - 'test accessing the array of clients': function (done) { - var port = ++ports - , cl1 = client(port) - , cl2 = client(port) - , io = create(cl1) - , total = 2 - , ws1, ws2; - - io.sockets.on('connection', function (socket) { - socket.on('join ferrets', function () { - socket.join('ferrets'); - socket.send('done'); - }); - }); - - function check() { - io.sockets.clients('ferrets').should.have.length(1); - io.sockets.clients('ferrets')[0].should.be.an.instanceof(sio.Socket); - io.sockets.clients('ferrets')[0].id.should.equal(ws1.sid); - io.sockets.clients().should.have.length(2); - io.sockets.clients()[0].should.be.an.instanceof(sio.Socket); - io.sockets.clients()[0].id.should.equal(ws1.sid); - io.sockets.clients()[1].should.be.an.instanceof(sio.Socket); - io.sockets.clients()[1].id.should.equal(ws2.sid); - - ws1.finishClose(); - ws2.finishClose(); - cl1.end(); - cl2.end(); - io.server.close(); - done(); - }; - - cl1.handshake(function (sid) { - ws1 = websocket(cl1, sid); - ws1.sid = sid; - ws1.on('message', function (msg) { - if (!ws1.connected) { - msg.type.should.eql('connect'); - ws1.connected = true; - ws1.packet({ - type: 'event' - , name: 'join ferrets' - , endpoint: '' - }); - } else { - cl2.handshake(function (sid) { - ws2 = websocket(cl2, sid); - ws2.sid = sid; - ws2.on('message', function (msg) { - if (!ws2.connected) { - msg.type.should.eql('connect'); - ws2.connected = true; - check(); - } - }); - }); - } - }); - }); - }, - - 'test accessing handshake data from sockets on disconnect': function (done) { - var cl = client(++ports) - , io = create(cl) - , ws; - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - - (!!socket.handshake.address.address).should.be.true; - (!!socket.handshake.address.port).should.be.true; - socket.handshake.headers.host.should.equal('localhost'); - socket.handshake.headers.connection.should.equal('keep-alive'); - socket.handshake.time.should.match(/GMT/); - - setTimeout(function () { - ws.finishClose(); - cl.end(); - io.server.close(); - done(); - }, 10); - }); - - socket.disconnect(); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('message', function (msg) { - if (!ws.connected) { - msg.type.should.eql('connect'); - ws.connected = true; - } - }); - }); - }, - - 'test for intentional and unintentional disconnects': function (done) { - var cl = client(++ports) - , io = create(cl) - , calls = 0 - , ws; - - function close () { - cl.end(); - io.server.close(); - ws.finishClose(); - done(); - } - - io.configure(function () { - io.set('heartbeat interval', .05); - io.set('heartbeat timeout', .05); - io.set('close timeout', 0); - }); - - io.of('/foo').on('connection', function (socket) { - socket.on('disconnect', function (reason) { - reason.should.equal('packet'); - - if (++calls == 2) close(); - }); - }); - - io.of('/bar').on('connection', function (socket) { - socket.on('disconnect', function (reason) { - reason.should.equal('socket end'); - - if (++calls == 2) close(); - }); - }); - - cl.handshake(function (sid) { - var messages = 0; - ws = websocket(cl, sid); - ws.on('open', function () { - ws.packet({ - type: 'connect' - , endpoint: '/foo' - }); - ws.packet({ - type: 'connect' - , endpoint: '/bar' - }); - }); - - ws.on('message', function (packet) { - if (packet.type == 'connect') { - if (++messages === 3) { - ws.packet({ type: 'disconnect', endpoint:'/foo' }); - ws.finishClose(); - } - } - }); - }); - }, - - 'test socket clean up': function (done) { - var cl = client(++ports) - , io = create(cl) - , ws; - - io.sockets.on('connection', function (socket) { - var self = this - , id = socket.id; - - socket.on('disconnect', function () { - setTimeout(function () { - var available = !!self.sockets[id]; - - available.should.be.false; - ws.finishClose(); - cl.end(); - io.server.close(); - done(); - }, 10); - }); - - socket.disconnect(); - }); - - cl.handshake(function (sid) { - ws = websocket(cl, sid); - ws.on('message', function (msg) { - if (!ws.connected) { - msg.type.should.eql('connect'); - ws.connected = true; - } - }); - }); - }, - -}; diff --git a/node/node_modules/socket.io/test/transports.xhr-polling.test.js b/node/node_modules/socket.io/test/transports.xhr-polling.test.js deleted file mode 100644 index fb039ab..0000000 --- a/node/node_modules/socket.io/test/transports.xhr-polling.test.js +++ /dev/null @@ -1,2754 +0,0 @@ - -/*! - * socket.io-node - * Copyright(c) 2011 LearnBoost - * MIT Licensed - */ - -/** - * Test dependencies. - */ - -var sio = require('socket.io') - , should = require('./common') - , HTTPClient = should.HTTPClient - , parser = sio.parser - , ports = 15200; - -/** - * HTTPClient for xhr-polling transport. - */ - -function XHRPolling (port) { - HTTPClient.call(this, port); -}; - -/** - * Inhertis from HTTPClient. - */ - -XHRPolling.prototype.__proto__ = HTTPClient.prototype; - -/** - * Performs the handshake and expects the connect echo packet. - * - * @api public - */ - -XHRPolling.prototype.handshake = function (opts, fn) { - if ('function' == typeof opts) { - fn = opts; - opts = {}; - } - - var self = this; - - return this.get('/socket.io/{protocol}', opts, function (res, data) { - var parts = data.split(':'); - - if (opts.ignoreConnect) { - return fn && fn.apply(null, parts); - } - - // expect connect packet right after handshake - self.get( - '/socket.io/{protocol}/xhr-polling/' + parts[0] - , function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'connect', endpoint: '', qs: '' }); - - fn && fn.apply(null, parts); - } - ); - }); -}; - -/** - * Create client for this transport. - * - * @api public - */ - -function client (port) { - return new XHRPolling(port); -}; - -/** - * Test. - */ - -module.exports = { - - 'test handshake': function (done) { - var cl = client(++ports) - , io = create(cl); - - io.configure(function () { - io.set('close timeout', .05); - io.set('polling duration', 0); - }); - - function finish () { - cl.end(); - io.server.close(); - done(); - }; - - cl.handshake(function (sid) { - var total = 2; - - cl.get('/socket.io/{protocol}/xhr-polling/tobi', function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'error' - , reason: 'client not handshaken' - , endpoint: '' - , advice: 'reconnect' - }); - - --total || finish(); - }); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - --total || finish(); - }); - }); - }, - - 'test the connection event': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.id.should.eql(sid); - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - }); - }); - }, - - 'test the disconnection event after a close timeout': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.id.should.eql(sid); - - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - - setTimeout(function () { - cl.end(); - }, 10); - }); - }); - }, - - 'test the disconnection event when the client sends ?disconnect req': - function (done) { - var cl = client(++ports) - , io = create(cl) - , disconnected = false - , sid; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - disconnected = true; - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'disconnect', endpoint: '' }); - disconnected.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid + '/?disconnect'); - }); - }); - }, - - 'test the disconnection event booting a client': function (done) { - var cl = client(++ports) - , io = create(cl) - , forced = false; - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - io.server.close(); - done(); - }); - - cl.end(); - socket.disconnect(); - forced = true; - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'disconnect', endpoint: '' }); - - forced.should.be.true; - }); - }); - }, - - 'test the disconnection event with client disconnect packet': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.sockets.on('connection', function (client) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'disconnect' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - client.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - }); - }); - }, - - 'test sending back data': function (done) { - var cl = client(++ports) - , io = create(cl); - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.send('woot'); - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, packs) { - packs.should.have.length(1); - packs[0].type.should.eql('message'); - packs[0].data.should.eql('woot'); - }); - }); - }, - - 'test sending a batch of messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , sid; - - io.configure(function () { - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - var messages = 0; - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePayload([ - parser.encodePacket({ type: 'message', data: 'a' }) - , parser.encodePacket({ type: 'message', data: 'b' }) - , parser.encodePacket({ type: 'disconnect' }) - ]) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - socket.on('message', function (data) { - messages++; - - if (messages == 1) - data.should.eql('a'); - - if (messages == 2) - data.should.eql('b'); - }); - - socket.on('disconnect', function () { - messages.should.eql(2); - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake({ ignoreConnect: true }, function (sessid) { - sid = sessid; - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].type.should.eql('connect'); - }); - }); - }, - - 'test message buffering between a response and a request': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = false - , tobi; - - io.configure(function () { - io.set('polling duration', .1); - io.set('close timeout', .2); - }); - - io.sockets.on('connection', function (socket) { - tobi = function () { - socket.send('a'); - socket.send('b'); - socket.send('c'); - }; - - socket.on('disconnect', function () { - messages.should.be.true; - - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - tobi(); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - msgs.should.have.length(3); - msgs[0].should.eql({ type: 'message', endpoint: '', data: 'a' }); - msgs[1].should.eql({ type: 'message', endpoint: '', data: 'b' }); - msgs[2].should.eql({ type: 'message', endpoint: '', data: 'c' }); - messages = true; - }); - }) - }); - }, - - 'test connecting to a specific endpoint': function (done) { - var cl = client(++ports) - , io = create(cl) - , connectMessage = false - , sid; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/woot').on('connection', function (socket) { - connectMessage.should.be.true; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid); - - connectMessage = true; - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - }); - }); - }, - - 'test that connecting doesnt connect to defined endpoints': function (done) { - var cl = client(++ports) - , io = create(cl) - , tobiConnected = false - , mainConnected = false - , sid; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - mainConnected = true; - - socket.on('disconnect', function () { - tobiConnected.should.be.false; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/tobi').on('connection', function () { - tobiConnected = true; - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid); - }); - }, - - 'test disconnecting a specific endpoint': function (done) { - var cl = client(++ports) - , io = create(cl) - , wootDisconnected = false - , mainDisconnected = false - , checked = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (data) { - data.should.eql('ferret'); - mainDisconnected.should.be.false; - wootDisconnected.should.be.true; - checked = true; - }); - - socket.on('disconnect', function () { - mainDisconnected = true; - checked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/woot').on('connection', function (socket) { - socket.on('disconnect', function () { - wootDisconnected = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function () { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'disconnect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'message', data: 'ferret' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - } - ); - }); - }); - }, - - 'test that disconnecting disconnects all endpoints': function (done) { - var cl = client(++ports) - , io = create(cl) - , aDisconnected = false - , bDisconnected = false; - - io.configure(function () { - io.set('polling duration', .2); - io.set('close timeout', .2); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - setTimeout(function () { - aDisconnected.should.be.true; - bDisconnected.should.be.true; - cl.end(); - io.server.close(); - done(); - }, 50); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('disconnect', function (msg) { - aDisconnected = true; - }); - }); - - io.of('/b').on('connection', function (socket) { - socket.on('disconnect', function (msg) { - bDisconnected = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/b' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - }); - }); - }, - - 'test messaging a specific endpoint': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = true - , aMessaged = false - , bMessaged = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql(''); - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.true; - aMessaged.should.be.true; - bMessaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql('a'); - aMessaged = true; - }); - }); - - io.of('/b').on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql('b'); - bMessaged = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'message', data: '' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'message', endpoint: '/a', data: 'a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/b' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'message', endpoint: '/b', data: 'b' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - }); - }); - }, - - 'test sending json from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = 0 - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - s.json.send(['a', 'b', 'c']); - s.json.send({ - a: 'b' - , c: 'd' - }); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'json' - , data: ['a', 'b', 'c'] - , endpoint: '' - }); - msgs[1].should.eql({ - type: 'json' - , data: { - a: 'b' - , c: 'd' - } - , endpoint: '' - }); - }); - }) - }); - }, - - 'test sending json to the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messages = 0; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .1); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - messages++; - - if (messages == 1) { - msg.should.eql({ tobi: 'rocks' }); - } else if (messages == 2) { - msg.should.eql(5000); - } - }); - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'json' - , data: { tobi: 'rocks' } - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.equal('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'json' - , data: 5000 - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.equal('1'); - } - ); - } - ); - }); - }); - }, - - 'test emitting an event from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - s.emit('tobi is playing'); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'tobi is playing' - , endpoint: '' - , args: [] - }); - }); - }); - }); - }, - - 'test emitting an event with data from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - s.emit('edwald', { woot: 'woot' }, [1, 2, 3]); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'edwald' - , endpoint: '' - , args: [{ woot: 'woot' }, [1, 2, 3]] - }); - }); - }); - }); - }, - - 'test emitting an event to the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('jane', function (a, b, c) { - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'event' - , name: 'jane' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.equal('1'); - } - ); - }); - }); - }, - - 'test that emitting an error event doesnt throw': function (done) { - var cl = client(++ports) - , io = create(cl) - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'event' - , name: 'error' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.equal('1'); - } - ); - }); - }); - }, - - 'test emitting an event to the server with data': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('woot', function (a, b, c) { - a.should.eql('a'); - b.should.eql(2); - c.should.eql([1, 2]); - - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'event' - , name: 'woot' - , args: ['a', 2, [1, 2]] - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.equal('1'); - } - ); - }); - }); - }, - - 'test sending undeliverable volatile messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - s.volatile.send('woooot'); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - }); - }); - }); - }, - - 'test sending undeliverable volatile json': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - s.volatile.json.send('woooot'); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - }); - }); - }); - }, - - 'test sending undeliverable volatile events': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - s.volatile.emit('woooot'); - - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - }); - }); - }); - }, - - 'test sending deliverable volatile messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'message' - , data: 'woooot' - , endpoint: '' - }); - }); - - setTimeout(function () { - s.volatile.send('woooot'); - }, 10); - }); - }, - - 'test sending deliverable volatile json': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'json' - , data: 5 - , endpoint: '' - }); - }); - - setTimeout(function () { - s.volatile.json.send(5); - }, 10); - }); - }, - - 'test sending deliverable volatile events': function (done) { - var cl = client(++ports) - , io = create(cl) - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'tobi' - , args: [] - , endpoint: '' - }); - }); - - setTimeout(function () { - s.volatile.json.emit('tobi'); - }, 10); - }); - }, - - 'test automatic acknowledgements sent from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql('woot'); - received = true; - }); - - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'message' - , data: 'woot' - , id: 1 - , endpoint: '' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'ack' - , ackId: 1 - , endpoint: '' - , args: [] - }); - } - ); - } - ); - }); - - }); - }, - - 'test manual data acknowledgement sent from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , acknowledged = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (data, fn) { - data.should.eql('tobi'); - fn('woot'); - acknowledged = true; - }); - - socket.on('disconnect', function () { - acknowledged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'ack' - , args: ['woot'] - , endpoint: '' - , ackId: '3' - }); - }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'message' - , data: 'tobi' - , ack: 'data' - , id: '3' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - }); - }, - - 'test automatic acknowledgements sent from the client': function (done) { - var cl = client(++ports) - , io = create(cl) - , acknowledged = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.send('aaaa', function () { - acknowledged = true; - }); - - socket.on('disconnect', function () { - acknowledged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'message' - , id: '1' - , data: 'aaaa' - , ack: true - , endpoint: '' - }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'ack' - , ackId: '1' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - }); - }); - }, - - 'test automatic ack with event sent from the client': function (done) { - var cl = client(++ports) - , io = create(cl) - , acked = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.emit('woot', 1, 2, '3', function () { - acked = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'woot' - , args: [1, 2, '3'] - , id: '1' - , ack: true - , endpoint: '' - }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'ack' - , ackId: '1' - , args: [] - , endpoint: '' - }) - ); - }); - }); - }, - - 'test manual data ack with event sent from the client': function (done) { - var cl = client(++ports) - , io = create(cl) - , acked = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.emit('woot', 1, 2, '3', function (a) { - a.should.eql('1'); - acked = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'woot' - , args: [1, 2, '3'] - , id: '1' - , ack: 'data' - , endpoint: '' - }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'ack' - , ackId: '1' - , args: ['1'] - , endpoint: '' - }) - ); - }); - }); - }, - - 'test endpoint sending json from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false;; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/chrislee').on('connection', function (socket) { - socket.json.send([1, 2, { 3: 4 }]); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - msgs[1].should.eql({ - type: 'json' - , data: [1, 2, { 3: 4 }] - , endpoint: '/chrislee' - }); - - received = true; - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending json to the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , subMessaged = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.false; - subMessaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql(['a', 'b', { c: 'd' }]); - subMessaged = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'json' - , endpoint: '/a' - , data: ['a', 'b', { c: 'd' }] - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - }); - }); - }, - - 'test endpoint emitting an event from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false;; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/chrislee').on('connection', function (socket) { - socket.emit('tj'); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - msgs[1].should.eql({ - type: 'event' - , name: 'tj' - , args: [] - , endpoint: '/chrislee' - }); - - received = true; - } - ); - } - ); - }); - }); - }, - - 'test endpoint emitting an event with data from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false;; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/chrislee').on('connection', function (socket) { - socket.emit('tj', 1, 2, 3, 4); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - msgs[1].should.eql({ - type: 'event' - , name: 'tj' - , args: [1, 2, 3, 4] - , endpoint: '/chrislee' - }); - - received = true; - } - ); - } - ); - }); - }); - }, - - 'test endpoint emitting an event to the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , subMessaged = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.false; - subMessaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('tj', function () { - subMessaged = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'event' - , name: 'tj' - , endpoint: '/a' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - }); - }); - }, - - 'test endpoint emitting an event to the server with data': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , subMessaged = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.on('message', function (msg) { - messaged = true; - }); - - socket.on('disconnect', function () { - messaged.should.be.false; - subMessaged.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - io.of('/a').on('connection', function (socket) { - socket.on('tj', function (ferret, age) { - ferret.should.eql('tobi'); - age.should.eql(23); - subMessaged = true; - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/a' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'event' - , name: 'tj' - , endpoint: '/a' - , args: ['tobi', 23] - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending undeliverable volatile messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , empty = false - , s; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/chrislee').on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - empty.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - s.volatile.send('woot'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.length.should.eql(1); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - empty = true; - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending undeliverable volatile json': function (done) { - var cl = client(++ports) - , io = create(cl) - , empty = false - , s; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/chrislee').on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - empty.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - s.volatile.json.send(15); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.length.should.eql(1); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - empty = true; - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending undeliverable volatile events': function (done) { - var cl = client(++ports) - , io = create(cl) - , empty = false - , s; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/chrislee').on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - empty.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - s.volatile.json.emit('woot'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.length.should.eql(1); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - empty = true; - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending deliverable volatile messages': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.of('/chrislee').on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'message' - , data: 'edwald' - , endpoint: '/chrislee' - }); - - received = true; - } - ); - - setTimeout(function () { - s.volatile.send('edwald'); - }, 20); - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending deliverable volatile json': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.of('/chrislee').on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'json' - , data: 152 - , endpoint: '/chrislee' - }); - - received = true; - } - ); - - setTimeout(function () { - s.volatile.json.send(152); - }, 20); - } - ); - } - ); - }); - }); - }, - - 'test endpoint sending deliverable volatile events': function (done) { - var cl = client(++ports) - , io = create(cl) - , received = false - , s; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.of('/chrislee').on('connection', function (socket) { - s = socket; - - socket.on('disconnect', function () { - received.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/chrislee' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/chrislee' - , qs: '' - }); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - msgs.should.have.length(1); - msgs[0].should.eql({ - type: 'event' - , name: 'woooo' - , args: [[1, 2]] - , endpoint: '/chrislee' - }); - - received = true; - } - ); - - setTimeout(function () { - s.volatile.emit('woooo', [1, 2]); - }, 20); - } - ); - } - ); - }); - }); - }, - - 'test endpoint automatic acks sent from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , acked = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/tobi').on('connection', function (socket) { - socket.on('message', function (msg) { - msg.should.eql('woot'); - messaged = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/tobi' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'message' - , id: '3' - , data: 'woot' - , endpoint: '/tobi' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }); - msgs[1].should.eql({ - type: 'ack' - , ackId: '3' - , endpoint: '/tobi' - , args: [] - }); - - acked = true; - } - ); - } - ); - } - ); - }); - }); - }, - - 'test endpoint manual data ack sent from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , acked = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/tobi').on('connection', function (socket) { - socket.on('message', function (msg, fn) { - msg.should.eql('woot'); - fn(); - messaged = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/tobi' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'message' - , id: '3' - , data: 'woot' - , ack: 'data' - , endpoint: '/tobi' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }); - msgs[1].should.eql({ - type: 'ack' - , ackId: '3' - , args: [] - , endpoint: '/tobi' - }); - - acked = true; - } - ); - } - ); - } - ); - }); - }); - }, - - 'test endpoint manual data event ack sent from the server': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false - , acked = false; - - io.configure(function () { - io.set('polling duration', 0); - io.set('close timeout', .05); - }); - - io.of('/tobi').on('connection', function (socket) { - socket.on('woot', function (msg, fn) { - msg.should.eql(1); - fn('aaaa'); - messaged = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, data) { - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/tobi' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'event' - , id: '3' - , name: 'woot' - , ack: 'data' - , args: [1] - , endpoint: '/tobi' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/tobi' - , qs: '' - }); - msgs[1].should.eql({ - type: 'ack' - , ackId: '3' - , args: ['aaaa'] - , endpoint: '/tobi' - }); - - acked = true; - } - ); - } - ); - } - ); - }); - }); - }, - - 'test endpoint acknowledgements sent from the client': function (done) { - var cl = client(++ports) - , io = create(cl) - , acked = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.of('/woot').on('connection', function (socket) { - socket.send('aaa', function () { - acked = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.eql(200); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/woot' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/woot' - , qs: '' - }); - msgs[1].should.eql({ - type: 'message' - , data: 'aaa' - , endpoint: '/woot' - , id: '1' - , ack: true - }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'ack' - , ackId: '1' - , endpoint: '/woot' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - } - ); - }); - }); - }, - - 'test endpoint manual data event acks sent from the client': function (done) { - var cl = client(++ports) - , io = create(cl) - , acked = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.of('/rapture').on('connection', function (socket) { - socket.emit('woot', 'a', function (a, b, c) { - a.should.eql(5); - b.should.eql('hello'); - c.should.eql([1, 2, 3]); - - acked = true; - }); - - socket.on('disconnect', function () { - acked.should.be.true; - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, msgs) { - res.statusCode.should.equal(200); - msgs.should.have.length(1); - msgs[0].should.eql({ type: 'noop', endpoint: '' }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ type: 'connect', endpoint: '/rapture' }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, msgs) { - res.statusCode.should.eql(200); - msgs.should.have.length(2); - msgs[0].should.eql({ - type: 'connect' - , endpoint: '/rapture' - , qs: '' - }); - msgs[1].should.eql({ - type: 'event' - , id: '1' - , name: 'woot' - , args: ['a'] - , ack: 'data' - , endpoint: '/rapture' - }); - - cl.post( - '/socket.io/{protocol}/xhr-polling/' + sid - , parser.encodePacket({ - type: 'ack' - , ackId: '1' - , args: [5, 'hello', [1, 2, 3]] - , endpoint: '/rapture' - }) - , function (res, data) { - res.statusCode.should.eql(200); - data.should.eql('1'); - } - ); - } - ); - } - ); - }); - }); - }, - - 'test CORS': function (done) { - var cl = client(++ports) - , io = create(cl) - , messaged = false; - - io.configure(function () { - io.set('polling duration', .05); - io.set('close timeout', .05); - }); - - io.sockets.on('connection', function (socket) { - socket.send('woot'); - - socket.on('message', function (msg) { - msg.should.equal('woot'); - messaged = true; - }); - - socket.on('disconnect', function () { - cl.end(); - io.server.close(); - done(); - }); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, { - headers: { - Origin: 'http://localhost:3500' - } - }, function (res, packs) { - var headers = res.headers; - - headers['access-control-allow-origin'].should.equal('*'); - should.strictEqual(headers['access-control-allow-credentials'], undefined); - - packs.should.have.length(1); - packs[0].type.should.eql('message'); - packs[0].data.should.eql('woot'); - - cl.post('/socket.io/{protocol}/xhr-polling/' + sid, parser.encodePacket({ - type: 'message' - , data: 'woot' - }), { - headers: { - Origin: 'http://localhost:3500' - , Cookie: 'woot=woot' - } - }, function (res, data) { - var headers = res.headers; - headers['access-control-allow-origin'].should.equal('*'); - headers['access-control-allow-credentials'].should.equal('true'); - - data.should.equal('1'); - }); - }); - }); - }, - - 'test emitting to closed clients': function (done) { - var cl = client(++ports) - , cl2 = client(ports) - , io = create(cl) - , connections = 0; - - io.configure(function () { - io.set('close timeout', .1); - }); - - io.sockets.on('connection', function (socket) { - socket.send('a'); - }); - - cl.handshake(function (sid) { - cl.get('/socket.io/{protocol}/xhr-polling/' + sid, function (res, packs) { - res.statusCode.should.equal(200); - packs.should.have.length(1); - packs[0].should.eql({ type: 'message', endpoint: '', data: 'a' }); - - cl2.handshake(function (sid2) { - cl2.get( - '/socket.io/{protocol}/xhr-polling/' + sid2 - , function (res, packs) { - res.statusCode.should.equal(200); - packs.should.have.length(1); - packs[0].should.eql({ type: 'message', endpoint: '', data: 'a' }); - - io.sockets.emit('woot', 'b'); - - var total = 2; - - cl.get( - '/socket.io/{protocol}/xhr-polling/' + sid - , function (res, packs) { - res.statusCode.should.equal(200); - packs.should.have.length(1); - packs[0].should.eql({ - type: 'event' - , endpoint: '' - , name: 'woot' - , args: ['b'] - }); - - --total || finish(); - } - ); - - cl2.get( - '/socket.io/{protocol}/xhr-polling/' + sid2 - , function (res, packs) { - res.statusCode.should.equal(200); - packs.should.have.length(1); - packs[0].should.eql({ - type: 'event' - , endpoint: '' - , name: 'woot' - , args: ['b'] - }); - - --total || finish(); - } - ); - - function finish () { - cl.end(); - cl2.end(); - io.server.close(); - done(); - }; - } - ); - }); - - }); - }); - } - -}; diff --git a/node/node_modules/uglify-js/.gitignore b/node/node_modules/uglify-js/.gitignore deleted file mode 100644 index d97eaa0..0000000 --- a/node/node_modules/uglify-js/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.DS_Store -.tmp*~ -*.local.* -.pinf-* \ No newline at end of file diff --git a/node/node_modules/uglify-js/README.html b/node/node_modules/uglify-js/README.html deleted file mode 100644 index bd69e63..0000000 --- a/node/node_modules/uglify-js/README.html +++ /dev/null @@ -1,888 +0,0 @@ - - - - -UglifyJS -- a JavaScript parser/compressor/beautifier - - - - - - - - - - - - -

        - -

        UglifyJS – a JavaScript parser/compressor/beautifier

        - - - - -
        -

        1 UglifyJS — a JavaScript parser/compressor/beautifier

        -
        - - -

        -This package implements a general-purpose JavaScript -parser/compressor/beautifier toolkit. It is developed on NodeJS, but it -should work on any JavaScript platform supporting the CommonJS module system -(and if your platform of choice doesn't support CommonJS, you can easily -implement it, or discard the exports.* lines from UglifyJS sources). -

        -

        -The tokenizer/parser generates an abstract syntax tree from JS code. You -can then traverse the AST to learn more about the code, or do various -manipulations on it. This part is implemented in parse-js.js and it's a -port to JavaScript of the excellent parse-js Common Lisp library from Marijn Haverbeke. -

        -

        -( See cl-uglify-js if you're looking for the Common Lisp version of -UglifyJS. ) -

        -

        -The second part of this package, implemented in process.js, inspects and -manipulates the AST generated by the parser to provide the following: -

        -
          -
        • -ability to re-generate JavaScript code from the AST. Optionally -indented—you can use this if you want to “beautify” a program that has -been compressed, so that you can inspect the source. But you can also run -our code generator to print out an AST without any whitespace, so you -achieve compression as well. - -
        • -
        • -shorten variable names (usually to single characters). Our mangler will -analyze the code and generate proper variable names, depending on scope -and usage, and is smart enough to deal with globals defined elsewhere, or -with eval() calls or with{} statements. In short, if eval() or -with{} are used in some scope, then all variables in that scope and any -variables in the parent scopes will remain unmangled, and any references -to such variables remain unmangled as well. - -
        • -
        • -various small optimizations that may lead to faster code but certainly -lead to smaller code. Where possible, we do the following: - -
            -
          • -foo["bar"] ==> foo.bar - -
          • -
          • -remove block brackets {} - -
          • -
          • -join consecutive var declarations: -var a = 10; var b = 20; ==> var a=10,b=20; - -
          • -
          • -resolve simple constant expressions: 1 +2 * 3 ==> 7. We only do the -replacement if the result occupies less bytes; for example 1/3 would -translate to 0.333333333333, so in this case we don't replace it. - -
          • -
          • -consecutive statements in blocks are merged into a sequence; in many -cases, this leaves blocks with a single statement, so then we can remove -the block brackets. - -
          • -
          • -various optimizations for IF statements: - -
              -
            • -if (foo) bar(); else baz(); ==> foo?bar():baz(); -
            • -
            • -if (!foo) bar(); else baz(); ==> foo?baz():bar(); -
            • -
            • -if (foo) bar(); ==> foo&&bar(); -
            • -
            • -if (!foo) bar(); ==> foo||bar(); -
            • -
            • -if (foo) return bar(); else return baz(); ==> return foo?bar():baz(); -
            • -
            • -if (foo) return bar(); else something(); ==> {if(foo)return bar();something()} - -
            • -
            -
          • -
          • -remove some unreachable code and warn about it (code that follows a -return, throw, break or continue statement, except -function/variable declarations). -
          • -
          -
        • -
        - - - -
        - -
        -

        1.1 Unsafe transformations

        -
        - - -

        -The following transformations can in theory break code, although they're -probably safe in most practical cases. To enable them you need to pass the ---unsafe flag. -

        - -
        - -
        -

        1.1.1 Calls involving the global Array constructor

        -
        - - -

        -The following transformations occur: -

        - - - -
        new Array(1, 2, 3, 4)  => [1,2,3,4]
        -Array(a, b, c)         => [a,b,c]
        -new Array(5)           => Array(5)
        -new Array(a)           => Array(a)
        -
        - - - -

        -These are all safe if the Array name isn't redefined. JavaScript does allow -one to globally redefine Array (and pretty much everything, in fact) but I -personally don't see why would anyone do that. -

        -

        -UglifyJS does handle the case where Array is redefined locally, or even -globally but with a function or var declaration. Therefore, in the -following cases UglifyJS doesn't touch calls or instantiations of Array: -

        - - - -
        // case 1.  globally declared variable
        -  var Array;
        -  new Array(1, 2, 3);
        -  Array(a, b);
        -
        -  // or (can be declared later)
        -  new Array(1, 2, 3);
        -  var Array;
        -
        -  // or (can be a function)
        -  new Array(1, 2, 3);
        -  function Array() { ... }
        -
        -// case 2.  declared in a function
        -  (function(){
        -    a = new Array(1, 2, 3);
        -    b = Array(5, 6);
        -    var Array;
        -  })();
        -
        -  // or
        -  (function(Array){
        -    return Array(5, 6, 7);
        -  })();
        -
        -  // or
        -  (function(){
        -    return new Array(1, 2, 3, 4);
        -    function Array() { ... }
        -  })();
        -
        -  // etc.
        -
        - - - -
        - -
        - -
        -

        1.1.2 obj.toString() ==> obj+“”

        -
        - - -
        -
        - -
        - -
        -

        1.2 Install (NPM)

        -
        - - -

        -UglifyJS is now available through NPM — npm install uglify-js should do -the job. -

        -
        - -
        - -
        -

        1.3 Install latest code from GitHub

        -
        - - - - - -
        ## clone the repository
        -mkdir -p /where/you/wanna/put/it
        -cd /where/you/wanna/put/it
        -git clone git://github.com/mishoo/UglifyJS.git
        -
        -## make the module available to Node
        -mkdir -p ~/.node_libraries/
        -cd ~/.node_libraries/
        -ln -s /where/you/wanna/put/it/UglifyJS/uglify-js.js
        -
        -## and if you want the CLI script too:
        -mkdir -p ~/bin
        -cd ~/bin
        -ln -s /where/you/wanna/put/it/UglifyJS/bin/uglifyjs
        -  # (then add ~/bin to your $PATH if it's not there already)
        -
        - - - -
        - -
        - -
        -

        1.4 Usage

        -
        - - -

        -There is a command-line tool that exposes the functionality of this library -for your shell-scripting needs: -

        - - - -
        uglifyjs [ options... ] [ filename ]
        -
        - - - -

        -filename should be the last argument and should name the file from which -to read the JavaScript code. If you don't specify it, it will read code -from STDIN. -

        -

        -Supported options: -

        -
          -
        • --b or --beautify — output indented code; when passed, additional -options control the beautifier: - -
            -
          • --i N or --indent N — indentation level (number of spaces) - -
          • -
          • --q or --quote-keys — quote keys in literal objects (by default, -only keys that cannot be identifier names will be quotes). - -
          • -
          -
        • -
        • ---ascii — pass this argument to encode non-ASCII characters as -\uXXXX sequences. By default UglifyJS won't bother to do it and will -output Unicode characters instead. (the output is always encoded in UTF8, -but if you pass this option you'll only get ASCII). - -
        • -
        • --nm or --no-mangle — don't mangle variable names - -
        • -
        • --ns or --no-squeeze — don't call ast_squeeze() (which does various -optimizations that result in smaller, less readable code). - -
        • -
        • --mt or --mangle-toplevel — mangle names in the toplevel scope too -(by default we don't do this). - -
        • -
        • ---no-seqs — when ast_squeeze() is called (thus, unless you pass ---no-squeeze) it will reduce consecutive statements in blocks into a -sequence. For example, "a = 10; b = 20; foo();" will be written as -"a=10,b=20,foo();". In various occasions, this allows us to discard the -block brackets (since the block becomes a single statement). This is ON -by default because it seems safe and saves a few hundred bytes on some -libs that I tested it on, but pass --no-seqs to disable it. - -
        • -
        • ---no-dead-code — by default, UglifyJS will remove code that is -obviously unreachable (code that follows a return, throw, break or -continue statement and is not a function/variable declaration). Pass -this option to disable this optimization. - -
        • -
        • --nc or --no-copyright — by default, uglifyjs will keep the initial -comment tokens in the generated code (assumed to be copyright information -etc.). If you pass this it will discard it. - -
        • -
        • --o filename or --output filename — put the result in filename. If -this isn't given, the result goes to standard output (or see next one). - -
        • -
        • ---overwrite — if the code is read from a file (not from STDIN) and you -pass --overwrite then the output will be written in the same file. - -
        • -
        • ---ast — pass this if you want to get the Abstract Syntax Tree instead -of JavaScript as output. Useful for debugging or learning more about the -internals. - -
        • -
        • --v or --verbose — output some notes on STDERR (for now just how long -each operation takes). - -
        • -
        • ---unsafe — enable other additional optimizations that are known to be -unsafe in some contrived situations, but could still be generally useful. -For now only this: - -
            -
          • -foo.toString() ==> foo+"" - -
          • -
          -
        • -
        • ---max-line-len (default 32K characters) — add a newline after around -32K characters. I've seen both FF and Chrome croak when all the code was -on a single line of around 670K. Pass –max-line-len 0 to disable this -safety feature. - -
        • -
        • ---reserved-names — some libraries rely on certain names to be used, as -pointed out in issue #92 and #81, so this option allow you to exclude such -names from the mangler. For example, to keep names require and $super -intact you'd specify –reserved-names "require,$super". - -
        • -
        • ---inline-script – when you want to include the output literally in an -HTML <script> tag you can use this option to prevent </script from -showing up in the output. - -
        • -
        • ---lift-vars – when you pass this, UglifyJS will apply the following -transformations (see the notes in API, ast_lift_variables): - -
            -
          • -put all var declarations at the start of the scope -
          • -
          • -make sure a variable is declared only once -
          • -
          • -discard unused function arguments -
          • -
          • -discard unused inner (named) functions -
          • -
          • -finally, try to merge assignments into that one var declaration, if -possible. -
          • -
          -
        • -
        - - - -
        - -
        -

        1.4.1 API

        -
        - - -

        -To use the library from JavaScript, you'd do the following (example for -NodeJS): -

        - - - -
        var jsp = require("uglify-js").parser;
        -var pro = require("uglify-js").uglify;
        -
        -var orig_code = "... JS code here";
        -var ast = jsp.parse(orig_code); // parse code and get the initial AST
        -ast = pro.ast_mangle(ast); // get a new AST with mangled names
        -ast = pro.ast_squeeze(ast); // get an AST with compression optimizations
        -var final_code = pro.gen_code(ast); // compressed code here
        -
        - - - -

        -The above performs the full compression that is possible right now. As you -can see, there are a sequence of steps which you can apply. For example if -you want compressed output but for some reason you don't want to mangle -variable names, you would simply skip the line that calls -pro.ast_mangle(ast). -

        -

        -Some of these functions take optional arguments. Here's a description: -

        -
          -
        • -jsp.parse(code, strict_semicolons) – parses JS code and returns an AST. -strict_semicolons is optional and defaults to false. If you pass -true then the parser will throw an error when it expects a semicolon and -it doesn't find it. For most JS code you don't want that, but it's useful -if you want to strictly sanitize your code. - -
        • -
        • -pro.ast_lift_variables(ast) – merge and move var declarations to the -scop of the scope; discard unused function arguments or variables; discard -unused (named) inner functions. It also tries to merge assignments -following the var declaration into it. - -

          -If your code is very hand-optimized concerning var declarations, this -lifting variable declarations might actually increase size. For me it -helps out. On jQuery it adds 865 bytes (243 after gzip). YMMV. Also -note that (since it's not enabled by default) this operation isn't yet -heavily tested (please report if you find issues!). -

          -

          -Note that although it might increase the image size (on jQuery it gains -865 bytes, 243 after gzip) it's technically more correct: in certain -situations, dead code removal might drop variable declarations, which -would not happen if the variables are lifted in advance. -

          -

          -Here's an example of what it does: -

          -
        • -
        - - - - -
        function f(a, b, c, d, e) {
        -    var q;
        -    var w;
        -    w = 10;
        -    q = 20;
        -    for (var i = 1; i < 10; ++i) {
        -        var boo = foo(a);
        -    }
        -    for (var i = 0; i < 1; ++i) {
        -        var boo = bar(c);
        -    }
        -    function foo(){ ... }
        -    function bar(){ ... }
        -    function baz(){ ... }
        -}
        -
        -// transforms into ==>
        -
        -function f(a, b, c) {
        -    var i, boo, w = 10, q = 20;
        -    for (i = 1; i < 10; ++i) {
        -        boo = foo(a);
        -    }
        -    for (i = 0; i < 1; ++i) {
        -        boo = bar(c);
        -    }
        -    function foo() { ... }
        -    function bar() { ... }
        -}
        -
        - - - -
          -
        • -pro.ast_mangle(ast, options) – generates a new AST containing mangled -(compressed) variable and function names. It supports the following -options: - -
            -
          • -toplevel – mangle toplevel names (by default we don't touch them). -
          • -
          • -except – an array of names to exclude from compression. - -
          • -
          -
        • -
        • -pro.ast_squeeze(ast, options) – employs further optimizations designed -to reduce the size of the code that gen_code would generate from the -AST. Returns a new AST. options can be a hash; the supported options -are: - -
            -
          • -make_seqs (default true) which will cause consecutive statements in a -block to be merged using the "sequence" (comma) operator - -
          • -
          • -dead_code (default true) which will remove unreachable code. - -
          • -
          -
        • -
        • -pro.gen_code(ast, options) – generates JS code from the AST. By -default it's minified, but using the options argument you can get nicely -formatted output. options is, well, optional :-) and if you pass it it -must be an object and supports the following properties (below you can see -the default values): - -
            -
          • -beautify: false – pass true if you want indented output -
          • -
          • -indent_start: 0 (only applies when beautify is true) – initial -indentation in spaces -
          • -
          • -indent_level: 4 (only applies when beautify is true) -- -indentation level, in spaces (pass an even number) -
          • -
          • -quote_keys: false – if you pass true it will quote all keys in -literal objects -
          • -
          • -space_colon: false (only applies when beautify is true) – wether -to put a space before the colon in object literals -
          • -
          • -ascii_only: false – pass true if you want to encode non-ASCII -characters as \uXXXX. -
          • -
          • -inline_script: false – pass true to escape occurrences of -</script in strings -
          • -
          -
        • -
        - - -
        - -
        - -
        -

        1.4.2 Beautifier shortcoming – no more comments

        -
        - - -

        -The beautifier can be used as a general purpose indentation tool. It's -useful when you want to make a minified file readable. One limitation, -though, is that it discards all comments, so you don't really want to use it -to reformat your code, unless you don't have, or don't care about, comments. -

        -

        -In fact it's not the beautifier who discards comments — they are dumped at -the parsing stage, when we build the initial AST. Comments don't really -make sense in the AST, and while we could add nodes for them, it would be -inconvenient because we'd have to add special rules to ignore them at all -the processing stages. -

        -
        -
        - -
        - -
        -

        1.5 Compression – how good is it?

        -
        - - -

        -Here are updated statistics. (I also updated my Google Closure and YUI -installations). -

        -

        -We're still a lot better than YUI in terms of compression, though slightly -slower. We're still a lot faster than Closure, and compression after gzip -is comparable. -

        - - -- - - - - - - - - - -
        FileUglifyJSUglifyJS+gzipClosureClosure+gzipYUIYUI+gzip
        jquery-1.6.2.js91001 (0:01.59)3189690678 (0:07.40)31979101527 (0:01.82)34646
        paper.js142023 (0:01.65)43334134301 (0:07.42)42495173383 (0:01.58)48785
        prototype.js88544 (0:01.09)2668086955 (0:06.97)2632692130 (0:00.79)28624
        thelib-full.js (DynarchLIB)251939 (0:02.55)72535249911 (0:09.05)72696258869 (0:01.94)76584
        - - -
        - -
        - -
        -

        1.6 Bugs?

        -
        - - -

        -Unfortunately, for the time being there is no automated test suite. But I -ran the compressor manually on non-trivial code, and then I tested that the -generated code works as expected. A few hundred times. -

        -

        -DynarchLIB was started in times when there was no good JS minifier. -Therefore I was quite religious about trying to write short code manually, -and as such DL contains a lot of syntactic hacks1 such as “foo == bar ? a -= 10 : b = 20”, though the more readable version would clearly be to use -“if/else”. -

        -

        -Since the parser/compressor runs fine on DL and jQuery, I'm quite confident -that it's solid enough for production use. If you can identify any bugs, -I'd love to hear about them (use the Google Group or email me directly). -

        -
        - -
        - -
        -

        1.7 Links

        -
        - - - - - -
        - -
        - -
        -

        1.8 License

        -
        - - -

        -UglifyJS is released under the BSD license: -

        - - - -
        Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
        -Based on parse-js (http://marijn.haverbeke.nl/parse-js/).
        -
        -Redistribution and use in source and binary forms, with or without
        -modification, are permitted provided that the following conditions
        -are met:
        -
        -    * Redistributions of source code must retain the above
        -      copyright notice, this list of conditions and the following
        -      disclaimer.
        -
        -    * Redistributions in binary form must reproduce the above
        -      copyright notice, this list of conditions and the following
        -      disclaimer in the documentation and/or other materials
        -      provided with the distribution.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
        -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
        -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
        -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
        -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
        -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
        -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
        -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
        -THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        -SUCH DAMAGE.
        -
        - - - - -
        -
        -
        -
        -

        Footnotes:

        -
        -

        1 I even reported a few bugs and suggested some fixes in the original -parse-js library, and Marijn pushed fixes literally in minutes. -

        -
        -
        -
        -

        Author: Mihai Bazon -

        -

        Date: 2011-08-20 10:08:28 EEST

        -

        HTML generated by org-mode 7.01trans in emacs 23

        -
        -
        - - diff --git a/node/node_modules/uglify-js/README.org b/node/node_modules/uglify-js/README.org deleted file mode 100644 index 93b1195..0000000 --- a/node/node_modules/uglify-js/README.org +++ /dev/null @@ -1,463 +0,0 @@ -#+TITLE: UglifyJS -- a JavaScript parser/compressor/beautifier -#+KEYWORDS: javascript, js, parser, compiler, compressor, mangle, minify, minifier -#+DESCRIPTION: a JavaScript parser/compressor/beautifier in JavaScript -#+STYLE: -#+AUTHOR: Mihai Bazon -#+EMAIL: mihai.bazon@gmail.com - -* UglifyJS --- a JavaScript parser/compressor/beautifier - -This package implements a general-purpose JavaScript -parser/compressor/beautifier toolkit. It is developed on [[http://nodejs.org/][NodeJS]], but it -should work on any JavaScript platform supporting the CommonJS module system -(and if your platform of choice doesn't support CommonJS, you can easily -implement it, or discard the =exports.*= lines from UglifyJS sources). - -The tokenizer/parser generates an abstract syntax tree from JS code. You -can then traverse the AST to learn more about the code, or do various -manipulations on it. This part is implemented in [[../lib/parse-js.js][parse-js.js]] and it's a -port to JavaScript of the excellent [[http://marijn.haverbeke.nl/parse-js/][parse-js]] Common Lisp library from [[http://marijn.haverbeke.nl/][Marijn -Haverbeke]]. - -( See [[http://github.com/mishoo/cl-uglify-js][cl-uglify-js]] if you're looking for the Common Lisp version of -UglifyJS. ) - -The second part of this package, implemented in [[../lib/process.js][process.js]], inspects and -manipulates the AST generated by the parser to provide the following: - -- ability to re-generate JavaScript code from the AST. Optionally - indented---you can use this if you want to “beautify” a program that has - been compressed, so that you can inspect the source. But you can also run - our code generator to print out an AST without any whitespace, so you - achieve compression as well. - -- shorten variable names (usually to single characters). Our mangler will - analyze the code and generate proper variable names, depending on scope - and usage, and is smart enough to deal with globals defined elsewhere, or - with =eval()= calls or =with{}= statements. In short, if =eval()= or - =with{}= are used in some scope, then all variables in that scope and any - variables in the parent scopes will remain unmangled, and any references - to such variables remain unmangled as well. - -- various small optimizations that may lead to faster code but certainly - lead to smaller code. Where possible, we do the following: - - - foo["bar"] ==> foo.bar - - - remove block brackets ={}= - - - join consecutive var declarations: - var a = 10; var b = 20; ==> var a=10,b=20; - - - resolve simple constant expressions: 1 +2 * 3 ==> 7. We only do the - replacement if the result occupies less bytes; for example 1/3 would - translate to 0.333333333333, so in this case we don't replace it. - - - consecutive statements in blocks are merged into a sequence; in many - cases, this leaves blocks with a single statement, so then we can remove - the block brackets. - - - various optimizations for IF statements: - - - if (foo) bar(); else baz(); ==> foo?bar():baz(); - - if (!foo) bar(); else baz(); ==> foo?baz():bar(); - - if (foo) bar(); ==> foo&&bar(); - - if (!foo) bar(); ==> foo||bar(); - - if (foo) return bar(); else return baz(); ==> return foo?bar():baz(); - - if (foo) return bar(); else something(); ==> {if(foo)return bar();something()} - - - remove some unreachable code and warn about it (code that follows a - =return=, =throw=, =break= or =continue= statement, except - function/variable declarations). - -** <> - -The following transformations can in theory break code, although they're -probably safe in most practical cases. To enable them you need to pass the -=--unsafe= flag. - -*** Calls involving the global Array constructor - -The following transformations occur: - -#+BEGIN_SRC js -new Array(1, 2, 3, 4) => [1,2,3,4] -Array(a, b, c) => [a,b,c] -new Array(5) => Array(5) -new Array(a) => Array(a) -#+END_SRC - -These are all safe if the Array name isn't redefined. JavaScript does allow -one to globally redefine Array (and pretty much everything, in fact) but I -personally don't see why would anyone do that. - -UglifyJS does handle the case where Array is redefined locally, or even -globally but with a =function= or =var= declaration. Therefore, in the -following cases UglifyJS *doesn't touch* calls or instantiations of Array: - -#+BEGIN_SRC js -// case 1. globally declared variable - var Array; - new Array(1, 2, 3); - Array(a, b); - - // or (can be declared later) - new Array(1, 2, 3); - var Array; - - // or (can be a function) - new Array(1, 2, 3); - function Array() { ... } - -// case 2. declared in a function - (function(){ - a = new Array(1, 2, 3); - b = Array(5, 6); - var Array; - })(); - - // or - (function(Array){ - return Array(5, 6, 7); - })(); - - // or - (function(){ - return new Array(1, 2, 3, 4); - function Array() { ... } - })(); - - // etc. -#+END_SRC - -*** =obj.toString()= ==> =obj+“”= - -** Install (NPM) - -UglifyJS is now available through NPM --- =npm install uglify-js= should do -the job. - -** Install latest code from GitHub - -#+BEGIN_SRC sh -## clone the repository -mkdir -p /where/you/wanna/put/it -cd /where/you/wanna/put/it -git clone git://github.com/mishoo/UglifyJS.git - -## make the module available to Node -mkdir -p ~/.node_libraries/ -cd ~/.node_libraries/ -ln -s /where/you/wanna/put/it/UglifyJS/uglify-js.js - -## and if you want the CLI script too: -mkdir -p ~/bin -cd ~/bin -ln -s /where/you/wanna/put/it/UglifyJS/bin/uglifyjs - # (then add ~/bin to your $PATH if it's not there already) -#+END_SRC - -** Usage - -There is a command-line tool that exposes the functionality of this library -for your shell-scripting needs: - -#+BEGIN_SRC sh -uglifyjs [ options... ] [ filename ] -#+END_SRC - -=filename= should be the last argument and should name the file from which -to read the JavaScript code. If you don't specify it, it will read code -from STDIN. - -Supported options: - -- =-b= or =--beautify= --- output indented code; when passed, additional - options control the beautifier: - - - =-i N= or =--indent N= --- indentation level (number of spaces) - - - =-q= or =--quote-keys= --- quote keys in literal objects (by default, - only keys that cannot be identifier names will be quotes). - -- =--ascii= --- pass this argument to encode non-ASCII characters as - =\uXXXX= sequences. By default UglifyJS won't bother to do it and will - output Unicode characters instead. (the output is always encoded in UTF8, - but if you pass this option you'll only get ASCII). - -- =-nm= or =--no-mangle= --- don't mangle variable names - -- =-ns= or =--no-squeeze= --- don't call =ast_squeeze()= (which does various - optimizations that result in smaller, less readable code). - -- =-mt= or =--mangle-toplevel= --- mangle names in the toplevel scope too - (by default we don't do this). - -- =--no-seqs= --- when =ast_squeeze()= is called (thus, unless you pass - =--no-squeeze=) it will reduce consecutive statements in blocks into a - sequence. For example, "a = 10; b = 20; foo();" will be written as - "a=10,b=20,foo();". In various occasions, this allows us to discard the - block brackets (since the block becomes a single statement). This is ON - by default because it seems safe and saves a few hundred bytes on some - libs that I tested it on, but pass =--no-seqs= to disable it. - -- =--no-dead-code= --- by default, UglifyJS will remove code that is - obviously unreachable (code that follows a =return=, =throw=, =break= or - =continue= statement and is not a function/variable declaration). Pass - this option to disable this optimization. - -- =-nc= or =--no-copyright= --- by default, =uglifyjs= will keep the initial - comment tokens in the generated code (assumed to be copyright information - etc.). If you pass this it will discard it. - -- =-o filename= or =--output filename= --- put the result in =filename=. If - this isn't given, the result goes to standard output (or see next one). - -- =--overwrite= --- if the code is read from a file (not from STDIN) and you - pass =--overwrite= then the output will be written in the same file. - -- =--ast= --- pass this if you want to get the Abstract Syntax Tree instead - of JavaScript as output. Useful for debugging or learning more about the - internals. - -- =-v= or =--verbose= --- output some notes on STDERR (for now just how long - each operation takes). - -- =--unsafe= --- enable other additional optimizations that are known to be - unsafe in some contrived situations, but could still be generally useful. - For now only this: - - - foo.toString() ==> foo+"" - -- =--max-line-len= (default 32K characters) --- add a newline after around - 32K characters. I've seen both FF and Chrome croak when all the code was - on a single line of around 670K. Pass --max-line-len 0 to disable this - safety feature. - -- =--reserved-names= --- some libraries rely on certain names to be used, as - pointed out in issue #92 and #81, so this option allow you to exclude such - names from the mangler. For example, to keep names =require= and =$super= - intact you'd specify --reserved-names "require,$super". - -- =--inline-script= -- when you want to include the output literally in an - HTML =